.button--glass {
    width: 200px;
}
.align-items-center {
    align-items: center;
}
.flex-column {
    flex-direction: column;
}
.d-flex {
    display: flex;
}
.position-relative {
    position: relative;
}
/* БЛОК: ПОДВАЛ */
.footer {
    background: #333;
    padding: 40px 0;
    color: #fff;
}

.footer__container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 450px;
    gap: 0 59px;
    align-content: flex-start;
}

.footer-main__logo {
    display: inline-block;
}

.footer-main__img {
    width: 60px;
    height: 60px;
}

.footer-main__details {
    position: relative;
    display: flex;
    width: 423px;
    margin-top: 40px;
    align-items: flex-start;
}

.footer-contacts__item {
    font-weight: 700;
    font-size: 20px;
    line-height: 131%;
}

.footer-social {
    position: relative;
    /* left: -33px; */
    display: flex;
}

.footer-social__item {
    margin: 0 6px;
}

.footer-social__icon {
    border-radius: 50%;
    outline: 4px solid transparent;
    outline-offset: -1px;
    transition: 0.3s;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    order: 1;
    gap: 40px;
}

.footer-menu__list {
    padding-left: 0;
    list-style: none;
    max-width: 310px;
    margin: 0;
}

.footer-menu__item {
    margin-top: 12px;
}

.footer-menu__item:first-child {
    margin-top: 0;
}

.footer-menu__link {
    font-weight: 500;
    font-size: 20px;
    line-height: 131%;
}

.footer-menu__link--special {
    font-weight: 700;
}

/*! Отступ либо так: */
.footer-menu__item--margin {
    margin-top: 38px;
}

/*! либо так: */
.footer-menu__link {
    display: inline-block;
}

.footer-menu__link--margin {
    margin-top: 25px;
}
/*! /либо так: */

.footer-about {
    width: 423px;
    margin-top: 26px;
}

.footer-about__info {
    font-weight: 700;
    font-size: 20px;
    line-height: 131%;
}

.footer-politics__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 131%;
    margin-top: 10px;
}

.footer-politics__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 131%;
    margin-top: 4px;
}
.call-us {
    position: fixed;
    bottom: 50px;
    right: 30px;
    cursor: pointer;
    z-index: 9999;
}

@media (min-width: 992px) and (max-width: 1359.9px) {
    .footer__container {
        gap: 0 20px;
    }

    .footer-menu {
        gap: 20px;
    }

    .footer-menu__link {
        font-size: 18px;
        max-width: 230px;
    }
    .footer-menu__link {
        font-size: 14px;
    }
}
@media (max-width: 991.9px) {
    .footer-menu {
        display: flex;
        flex-wrap: wrap;
        order: 0;
        gap: 0;
    }
    .footer__container {
        flex-wrap: nowrap;
        height: auto;
        gap: 0;
    }

    .footer-main__details {
        width: 100%;
        /*!*/
        flex-wrap: wrap;
    }

    .footer-social__item {
        margin: 0 8px 0 0;
    }

    .footer-social__icon {
        width: 27px;
        height: 27px;
    }

    .footer-menu {
        display: flex;
        flex-wrap: wrap;
        order: 0;
        gap: 0;
    }

    .footer-menu__list {
        max-width: none;
        margin-top: 40px;
    }

    .footer-menu__item--margin {
        margin-top: 40px;
    }

    .footer-about {
        width: 100%;
        /*!*/
        margin-top: 56px;
    }

    .call-us {
        bottom: 30px;
        right: 5%;
        width: 43px;
        height: 43px;
    }
}

@media (max-width: 411.9px) {
    .footer-social {
        width: 100%;
        margin-top: 20px;
    }
}
/* /БЛОК: ПОДВАЛ */


/* ХЕДЕР */
/* Header */
.header.bg-elite {
    background-image: url(../../images/added/bg-elite.jpg);
}
.repair-intro {
    margin-top: 100px;
}
.repair-intro__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.repair-intro__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.intro-msg {
    margin-right: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    color: var(--txt-color-white);
    border: 1px var(--line-color-white) solid;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.intro-mark.intro-mode {
    display: none;
}
.intro-mark {
    margin-left: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #000;
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.repair-intro__title {
    margin: 25px 0;
    font-size: 48px;
    font-weight: 600;
    color: var(--txt-color-white);
    line-height: 135%;
    text-align: center;
}

.repair-intro__bottom {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 110px;
    margin-bottom: 90px;
    width: 100%;
    max-width: 1440px;
}
.btn-orange {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    background-color: var(--bg-color-orange);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.btn-grey {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    background-color: var(--bg-color-grey);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.repair-intro__btn:first-child {
    color: var(--txt-color-black);
    border: 1px #ffe79e solid;
}
.repair-intro__btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 15px;
    padding: 25px;
    width: 30%;
    max-width: 440px;
    min-height: 200px;
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    border-radius: 24px;
}

.repair-intro__btn .icon-type {
    margin-right: 15px;
}

.repair-intro__btn .icon-arrow {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.remote-cooperation {
    margin-top: 40px;
    border-radius: 10px;
}

.remote-cooperation__inner {
    /*! max-width: 939px; */
    /*! margin: 0 auto; */
    /* Можно использовать text-align: center; только если нужно центрировать заголовок/описание
       Но если нужен строгий левый текст, можно убрать */
    text-align: left;
}

.remote-cooperation__title {
    color: #fff;
    margin-bottom: 20px;

    padding-left: 14px;
    position: relative;
    text-transform: uppercase;

    font-weight: 700;
    font-size: 20px;
    /* line-height: 120%; */
}

.remote-cooperation__title::before {
    content: "";
    width: 4px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #F1C84B;

}

.remote-cooperation__desc {
    color: #fff;
    margin-bottom: 30px;

    font-weight: 400;
    font-size: 20px;

    width: 940px;

    /* line-height: 120%; */
}

.remote-cooperation__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.remote-button {
    width: 245px;
    border: 1px solid #fff;
}

.remote-cooperation__rating {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.remote-cooperation__rating-icon {
    display: inline-block;
    width: 121px;
    margin-left: 25px;
}

.remote-cooperation__rating-text {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-left: 10px;
}

.remote-cooperation__rating-text a {
    text-decoration: underline;
}

.arrow-down {
    display: none;
}
@media (min-width: 1360px) {
    .calc-address {
        gap: 75px;
    }
}
@media (max-width: 1260px) {
    .repair-intro__btn {
        font-size: 24px;
        min-height: 150px;
    }
}
@media (max-width: 1024px) {
    .repair-intro__bottom {
        margin-top: 90px;
        margin-bottom: 60px;
    }
    .repair-intro__btn {
        min-height: 125px;
        font-size: 20px;
    }
}
@media (max-width: 960px) {
    .repair-intro__bottom {
        flex-direction: column;
        max-width: 437px;
    }
    .repair-intro__btn {
        margin: 0;
        margin-bottom: 30px;
        min-width: 100%;
        min-height: unset;
    }
}

@media (max-width: 640px) {
    .repair-intro__bottom {
        margin-top: 60px;
        margin-bottom: 45px;
        width: 90%;
        max-width: none;
    }
    .repair-intro__btn {
        align-items: center;
        margin-bottom: 15px;
        padding: 14px;
        width: 100%;
    }
    .repair-intro__btn .icon-arrow {
        bottom: 12px;
        width: 28px;
    }
    .intro-msg {
        font-size: 14px;
        padding: 10px;
    }
    .repair-intro__title {
        font-size: 34px;
    }
}



/* ХЕДЕР */
/* Header */


.section-content p {
    margin: 1% 0;
    line-height: 140% !important;
}
.section-content .calculator__apartment p {
    margin: 0 0 0 40px;
}
.section-content ul,
.section-content ol {
    margin: 0 0 1.5% 2%;
}
.section-content ul li {
    list-style-type: circle;
}
.section-content li:before {
    margin-right: 0;
}
.wrapper-gallery-smeta-slider {
    margin-bottom: 30px;
}

.section-content h2 {
    margin: 24px auto;
}
.gallery-smeta-thumbs img {
    max-height: 100%;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.wrapper-gallery-smeta-slider .wrap-slider {
	width: 100%;
}
.gallery-slider {
    width: 100%;
    height: 480px;
}
.wrapper-gallery-smeta-slider .swiper-slide {
    max-width: 788px;
    transition: height 0.25s ease, transform 0.4s ease;
    height: 60%;
}
.gallery-slider .swiper-slide img {
    object-fit: fill;
}

.gallery-slider .swiper-slide-active {
	z-index: 999;
    height: 100%;
}

.gallery-slider .slider-button {
    opacity: 1;

}
.gallery-slider .slider-button.swiper-button-disabled {
    opacity: .6;
}
.gallery-slider .swiper-slide-next {
    height: 60%;
}

.in-swiper-slide {
	opacity: 0;
}

.in-swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.gallery-thumbs {
	margin: 16px auto 0;
}

.gallery-smeta-thumbs .title {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 7px !important;
	height: 54px;
}

.gallery-thumbs .swiper-slide {
	padding: 10px;
	box-sizing: border-box;
	transition: box-shadow 0.3s;
}

.swiper-slide-thumb-active {
    border: 2px solid #F1CA4B;
    border-radius: 15px;
}
.gallery-smeta-slider {
    overflow: hidden;
}
.gallery-slider .slider-button {
	transform: translateY(0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-plan .title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 14px 0;
}
.wrapper-gallery-smeta-slider .slider-button {
    position: absolute;
    top: 80%;
}
.wrapper-gallery-smeta-slider .swiper-button-next {
    left: 80%;
}
.wrapper-gallery-smeta-slider .swiper-button-prev {
    left: 70%;
}

@media screen and (max-width: 1024px) {
.wrapper-gallery-smeta-slider .wrap-plan {
    width: 100%;
    margin: 0 auto;
}
.gallery-smeta-slider .swiper-wrapper {
    height: 100%;
    object-fit: contain;
}
.wrapper-gallery-smeta-slider .swiper-button-prev {
    left: -15px;
}
.gallery-smeta-slider .swiper-slide img {
    object-fit: contain;
}
.wrapper-gallery-smeta-slider .wrap-slider {
    width: 100%;
}
.section-content h2 {
    padding: 20px;
}
}
@media screen and (max-width: 991px) {
	.wrap-plan .title {
		font-size: 20px;
	}
    .wrapper-gallery-smeta-slider .slider-button {
        top: 47%;
    }
    .wrapper-gallery-smeta-slider .swiper-button-next {
        right: -15px;
        left: auto;
    }
    .gallery-slider {
        height: auto;
    }
}

@media screen and (max-width: 700px) {
	.wrap-plan .title {
		font-size: 18px;
	}
    .wrapper-gallery-smeta-slider .slider-button {
        width: 30px;
        height: 30px;
    }
    .wrapper-gallery-smeta-slider .slider-button  img{
        width: 10px;
    }
}

.wrap-plan .total {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 14px 0;
}

@media screen and (max-width: 991px) {
	.wrap-plan .total {
		font-size: 20px;
	}
}

@media screen and (max-width: 700px) {
	.wrap-plan .total {
		font-size: 18px;
	}
}

@media screen and (max-width: 700px) {
	.image-plan {
		width: 70%;
		margin: 0 auto;
	}
}

.design-item .btn-rvspb,
.item-advantages-design .btn-rvspb,
.smeta-table .btn-rvspb,
.wrap-plan .btn-rvspb,
.wrap-slider .btn-rvspb {
	height: 49px;
	width: 220px;
}

.smeta-table {
	transition: max-height 0.5s;
	max-height: 0;
	overflow: hidden;
}

.smetatable {
	margin: 24px auto;
}

.table {
	border-collapse: collapse;
	width: 100%;
}

.table thead {
	background: #f5f5f5;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}

.calc-wrapper {
    padding: 80px 0 30px
}

body.service-template-designer_renovation .calculator{margin:0 auto;}

@media screen and (max-width:700px) {
    .calc-wrapper {
        padding: 0;
    }
}

.calculator {
    margin: 0 auto;
}

.calculator__title,
.calculator__title * {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #333
}

.calculator__label-type,
.calculator__name,
.calculator__subtitle {
    line-height: 17px;
    font-size: 14px
}

.calculator__subtitle {
    color: #333
}

.calculator__container {
    margin: 24px 0 0
}

.calculator__count {
    max-width: 432px;
    width: 100%
}

.calculator__apartment input,
.calculator__other p input,
.calculator__rooms input,
.calculator__type {
    position: absolute;
    left: -99999px
}

.calculator__type:checked+label {
    transition: .3s all;
    background: #fbb702;
    border: 1px solid #fbb702;
    box-sizing: border-box;
    color: #000
}

.calculator__label-type {
    border-radius: 4px;
    width: 140px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    color: #333;
    background: var(--background-gray)
}

.calculator__inner,
.calculator__wrapper {
    padding: 24px 0 0
}

.calculator__name {
    font-weight: 400;
    color: #4f4f4f
}

.calculator__apartment,
.calculator__rooms {
    margin: 24px 0 0 5px
}

.calculator__apartment p {
    margin: 0 0 0 40px
}

.calculator__apt-label {
    font-size: 14px;
    font-weight: 400;
    position: relative
}

.calculator__apt-label::before {
    position: absolute;
    content: '';
    left: -30px
}

.calculator__apartment label {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    color: #4f4f4f
}

.calculator__apartment label::after,
.calculator__apartment label::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: ''
}

.calculator__apartment label::before {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #f5f4f4;
    border: 1px solid rgba(0, 0, 0, .1);
    left: -35px;
    box-sizing: border-box
}

.calculator__apartment label::after {
    left: -45px;
    width: 36px;
    height: 36px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
    border-radius: 17.5px
}

.calculator__apt-margin {
    margin: 0 0 0 90px !important
}

.calculator__rooms p:nth-of-type(1) .calculator__rooms-label {
    margin: 0
}

.calculator__rooms-label {
    padding: 13px 20px;
    border-radius: 4px;
    border: 1px solid #737373;
    cursor: pointer;
    color: #737373;
    font-size: 18px;
    box-sizing: border-box;
    font-weight: 400
}

.calculator__area {
    width: 181px;
    height: 110px;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 19px 0 0 11px
}

.calculator__area-container {
    width: 160px;
    margin: 8px 0 0
}

.calculator__button {
    width: 36px;
    height: 36px;
    border-radius: 34px;
    background: var(--background-gray);
    font-weight: 700;
    font-size: 24px;
    line-height: 2px;
    border: none;
    color: #4f4f4f;
    cursor: pointer
}

.calculator__input {
    width: 71px;
    height: 48px;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 17px;
    color: #4f4f4f;
    font-weight: 700;
    text-align: center
}

.calculator__other,
.calculator__rooms-label {
    margin: 0 0 0 12px
}

.calculator__other p {
    margin: 14px 0
}

.calculator__other p label {
    position: relative;
    padding: 0 0 0 66px;
    cursor: pointer
}

.calculator__other p label::before,
.calculator__other p label:after {
    position: absolute;
    margin: auto;
    content: '';
    top: 0;
    bottom: 0
}

.calculator__other p label::before {
    left: 0;
    width: 58px;
    height: 36px;
    background: #fff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
    border-radius: 17.5px
}

.calculator__other p label:after {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    left: 5px;
    background: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s all;
    transform: translateX(0)
}

.calculator__form {
    margin: 0 0 0 32px;
    box-shadow: 0 7px 13px rgba(0, 0, 0, .15);
    border-radius: 5px;
    padding: 30px 32px;
    max-width: 385px;
    background-color: var(--background-gray)
}

.calculator__priceblock {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 12px
}

.calculator__total {
    margin: 6px 0 0;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px
}

.calculator__discount {
    font-size: 14px;
    line-height: 17px;
    color: #333;
    margin: 0 0 0 12px
}

.calculator__discount s {
    color: #bdbdbd
}

.calculator .calc-form {
    visibility: visible;
    opacity: 1;
    max-height: 400px;
    transition: .3s all
}

.form__container {
    margin: 20px 0 0
}

.wpcf7-form label {
    color: #a0a0a0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px
}

.wpcf7-form-control {
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05) !important;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-light);
    font-family: Montserrat;
    padding: 21px 25px 19px;
    outline: 0;
    width: 100%;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
}

.form__notice,
.form__notice a {
    color: #676767
}

.form__notice {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    margin: 14px 0 0
}

.wrapper-calculator .calculator h3 {
    display: none
}

.calculator__apartment input:checked+label::before {
    content: '';
    background: #fbb702;
    border: none
}

.calculator__rooms input:checked+label {
    background: #fbb702;
    transition: .3s all;
    border: 1px solid #fbb702;
    box-sizing: border-box;
    color: #000
}

.calculator__other p input:checked+label:after {
    background: #fbb702;
    transform: translateX(22px)
}

.calculator .wpcf7-submit {
    width: 100% !important
}

@media (max-width:991px) {
    .calculator {
        max-width: 505px;
        padding: 36px 30px
    }

    .calculator__container {
        flex-direction: column;
        align-items: center
    }

    .calculator__form {
        margin: 24px 0 0
    }

    .calculator__priceblock {
        justify-content: center
    }
    .calc-wrapper {
        padding: 0
    }
}

@media (max-width:576px) {

    .calculator__name,
    .calculator__subtitle,
    .calculator__title,
    .calculator__title * {
        text-align: center
    }

    .calculator__types {
        flex-direction: column !important
    }

    .calculator__types p {
        margin: 1px 0
    }

    .calculator__label-type {
        width: 100%;
        margin: 10px 0 0
    }

    .calculator {
        padding: 30px 10px;
        width: 100%;
        box-sizing: border-box
    }

    .calculator__form {
        margin: 0 auto;
        box-shadow: none;
        border-radius: 5px;
        padding: 30px 10px;
        max-width: 385px;
        background-color: var(--background-gray)
    }
    .wpcf7-form-control.wpcf7-submit,
    .wpcf7-form-wrapper .wpcf7-submit {
        font-size: 16px;
        width: 210px
    }

    .calculator__inner {
        flex-direction: column;
        align-items: center
    }

    .calculator__apartment,
    .calculator__rooms {
        justify-content: center
    }

}

@media (max-width:346px) {
    .calculator__apartment {
        flex-direction: column
    }

    .calculator__apartment p {
        margin: 0 0 30px 60px
    }

    .calculator__apt-margin {
        margin: 0 0 0 60px !important
    }
}