@font-face {
    font-family: "Helvetica";
    src: url("../fonts/HelveticaRegular.eot");
    src: url("../fonts/HelveticaRegular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/HelveticaRegular.woff") format("woff"),
        url("../fonts/HelveticaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/HelveticaBold.eot");
    src: url("../fonts/HelveticaBold.eot?#iefix")format("embedded-opentype"),
        url("../fonts/HelveticaBold.woff") format("woff"),
        url("../fonts/HelveticaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

/*common*/
input {
    -webkit-appearance: none !important;
}

body,
button,
textarea,
input {
    font-family: 'Helvetica', sans-serif;
    font-weight: 400;
}

button,
textarea,
input {
    box-sizing: border-box;
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
}

p {
    color: #3b3b3bb2;
}

.content {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 20px;
}

.page-wrap {
    position: relative;
}

.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}

.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.spacer>* {
    -ms-flex-item-align: center;
    align-self: center;
}

.spacer_bottom>* {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.spacer_top>* {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.pos-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.photo-full-size {
    object-position: top;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.d-ib {
    display: inline-block;
}

.hidden {
    display: none !important;
}

.mobile-visible {
    display: none;
}

.purple-btn {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 330px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background: #6DCAAD;
    color: #fefbff;
    cursor: pointer;
}

.purple-btn:hover {
    background: #2ae0a7;
}

.purple-btn.main__link.banner-button {
    margin-top: 0;

    position: absolute;
    right: 15px;
    top: 72%;
    transform: translateY(-50%);
}

.purple-btn.main__link.banner-button::after {
    display: none !important;
}

h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
}

/*end common*/

/*header*/
.header {
    background: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
}

.logo {
    font-size: 0;
    max-width: 268px;
    padding: 5px 0px;
    z-index: 5;
}

.logo img {
    width: 100%;
}

.nav {
    width: 60%;
}

.nav__link-list {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
}

.nav__link {
    color: #000000;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 18px;
}

.nav__link:hover {
    text-decoration: underline;
}

.nav__contacts-list {
    display: none;
}

.copyright {
    color: #313131;
    font-size: 20px;
}

.footer {
    padding-top: 2px;
    padding-bottom: 15px;
}

/*end header*/

/*main*/
.main {
    background: url('../images/bg/main-bg.jpg') no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.main .content {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.main .content:after {
    content: '';
    position: absolute;
    background: url('../images/banners/5246814898712760028.webp') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 0;
    right: -8px;
    width: 583px;
    height: 475px;
}

.callback,
.main__left {
    position: relative;
    z-index: 5;
}

.main__left {
    max-width: 530px;
}

h1 {
    font-size: 58px;
    line-height: 1.2;
}

.main__desc {
    margin-top: 59px;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.main__link {
    margin-top: 77px;
}

.callback {
    position: absolute;
    right: 20px;
    top: 32px;
}

.callback>* {
    display: inline-block;
    vertical-align: middle;
}

.callback__btn {
    background: none;
    width: 272px;
    height: 54px;
    border: 2px solid #000104;
    box-sizing: border-box;
    text-align: center;
    line-height: 52px;
    font-size: 24px;
    cursor: pointer;
}

.callback__btn:hover {
    background: #000104;
    color: #FFFFFF;
}

.callback__phone {
    margin-right: 20px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

/*end main*/

/*banners*/
.banners {
    max-width: 1240px;
    margin: 40px auto 0;
}

.banner {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 48.38%;
    margin-right: 3.24%;

    position: relative;
}

.banner:last-child {
    margin-right: 0;
}

.banner:after {
    content: '';
    display: block;
    padding-top: 66.666%;
}

/*end banners*/

/*about*/
.about {
    margin-top: 45px;
    position: relative;
    padding-top: 28px;
    padding-bottom: 35px;
}

.about:after {
    content: '';
    background: url('../img/5388997506124249626.webp') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    width: 56.66%;
    opacity: 0.6;
}

.about__right {
    position: relative;
    z-index: 2;
    max-width: 460px;
    margin-left: auto;
}

.about__right h2 {
    margin-bottom: 34px;
}

.about__right p {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 24px;
}

.about__right p:last-child {
    margin-bottom: 0;
}

/*end about*/

/*why*/
.why {
    padding-top: 89px;
}

.why__list {
    max-width: 980px;
    margin: 45px auto 0;
}

.why__item {
    width: 180px;
    text-align: center;
}

.why__item-icon {
    width: 104px;
    height: 104px;
    /*border: 2px solid #4C0099;*/
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 0 auto 27px;
    border-radius: 50%;
}

.why__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 54px;
    height: 54px;
}

.why__icon_1 {
    background: url('../images/why/icon-1.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.why__icon_2 {
    background: url('../images/why/icon-2.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.why__icon_3 {
    background: url('../images/why/icon-3.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.why__item-desc {
    font-size: 20px;
    line-height: 1.25;
}

/*end why*/

/*services*/
.services {
    margin-top: 85px;
}

.tabs {
    max-width: 1024px;
    border: 1px solid #cbcde2;
    padding: 30px;
    box-sizing: border-box;
    margin: 46px auto 0;
    background: url(../images/bg/main-bg.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.tabs__links {
    padding: 10px 50px;
    background: #ffffff;
}

.tabs__colon {
    border: 1px solid #4C0099;
    height: 30px;
}

.tabs__link {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
    padding: 16px 0;
    cursor: pointer;
}

.tabs__link:hover,
.tabs__link.active {
    color: #34098e;
}

.tabs__list {
    background: #ffffff;
    margin-top: 30px;
}

.services__link {
    display: block;
    margin: 30px auto 0;
}

.service {
    padding: 14px 28px;
    margin-bottom: -1px;
}

.service:not(:last-child) {
    border-bottom: 1px solid #a8a8a8;
}

.services__list {
    border: 1px solid #a8a8a8;
}

.service__price,
.service__title {
    font-size: 21px;
    line-height: 1.3;
}

.service__title {
    width: 60%;
    color: #000;
}

.service__price {
    margin-right: 10px;
}

.service__title span {
    display: block;
    color: #3b3b3bb2;
    font-size: 14px;
    margin-top: 5px;
}

/* .service__right > * {
    display: inline-block;
    vertical-align: middle;
} */
.service__right {
    display: flex;
    width: 38%;
    align-items: center;
    justify-content: flex-end;
}

.service__btn {
    margin-left: 20px;
    width: 152px;
    height: 46px;
    border: 1px solid #437D6B;
    box-sizing: border-box;
    background: none;
    font-size: 18px;
    color: #437D6B !important;
    padding: 10px 18px !important;

    display: flex;
    justify-content: center;
    align-items: center;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

/*end services*/

/*reviews*/
.reviews {
    padding-top: 63px;
}

.reviews__slider-center {
    max-width: 900px;
    box-sizing: border-box;
    border: 1px solid #666666;
    background: #ffffff;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 44px 54px 56px;
    margin: 30px auto 0;
}

.review {
    width: 100%;
}

.review:last-child {
    margin-right: 0;
}

.review__text {
    position: relative;
    color: #333333;
    line-height: 1.55;
    padding-bottom: 31px;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
}

.review__text:after {
    content: '';
    position: absolute;
    background: url('../images/review-arrow.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 15px;
    height: 14px;
    left: 30px;
    bottom: -14px;
}

.review__name {
    margin-top: 14px;
    font-family: serif;
    font-size: 23px;
    color: #333333;
    font-weight: 700;
    line-height: 1.3;
}

.review__date {
    margin-top: 8px;
    color: #636363;
    font-size: 16px;
}

.reviews__slider {
    position: relative;
    padding: 0 100px;
}

.reviews__prev,
.reviews__next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 76px;
    height: 76px;
    border: 2px solid #E6D0DE;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 10;
}

.reviews__prev:hover,
.reviews__next:hover {
    background: #E6D0DE;
}

.reviews__prev {
    left: 0;
}

.reviews__next {
    right: 0;
}

.reviews__next .svg-icon {
    right: -4px;
}

.reviews__prev .svg-icon {
    left: -2px;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.reviews__next:hover .svg-icon,
.reviews__prev:hover .svg-icon {
    fill: #ffffff;
}

.icon-arrow {
    width: 17px;
    height: 26px;
    fill: #e6d0dc;
}

.reviews__slider .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 0;
    bottom: -29px;
    text-align: center;
}

.reviews__slider button.owl-dot {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    border: 1px solid #59565f!important;
    box-sizing: border-box;
    border-radius: 50%;
}

.reviews__slider button.owl-dot:last-child {
    margin-right: 0;
}

.reviews__slider button.owl-dot:hover,
.reviews__slider button.owl-dot.active {
    border-color: #4c296d;
    background: #4c296d;
}

/*end reviews*/

/*certificates*/
.certificates {
    padding-top: 85px;
}

.certificates__list {
    max-width: 880px;
    margin: 60px auto 0;
}

.certificate {
    width: 47.27%;
    padding: 10px;
    border: 10px solid #cbcde2;
    box-sizing: border-box;
}

.certificate img {
    width: 100%;
}

/*end certificates*/

/*contacts*/
.contacts {
    margin-top: 75px;
}

.contacts .content {
    position: relative;
}

#map {
    background: #e3e3e3;
    height: 488px;
}

.contacts__block {
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    padding: 41px 20px 58px 34px;
    width: 352px;
    border: 1px solid #000000;
    background: #ffffff;
    border-radius: 46px;
    left: 80px;
    top: 20px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0);
}

.contacts__block p {
    text-indent: 0 !important;
    margin-bottom: 0;
    padding: 0;
}

.contacts__block h2 {
    font-size: 30px;
}

.contacts__block p.contacts__sub-title {
    margin-top: 25px;
    font-size: 24px;
    line-height: 1.3;
    color: #030303;
    margin-bottom: 45px;
}

.contact__icon .svg-icon,
.contact__icon {
    width: 44px;
    height: 44px;
}

.contact__icon {
    left: -10px;
    position: absolute;
    top: -13px;
}

.contact__icon .icon-phone {
    position: relative;
    width: 54px;
    height: 54px;
    left: -5px;
    top: -1px;
}

.contact {
    padding: 0 0 10px 48px;
    margin-bottom: 20px;
    position: relative;
}

.contact p,
.contact a {
    text-decoration: none;
    font-size: 21px;
    color: #000000;
}

.ymaps-2-1-79-ground-pane {
    -webkit-filter: grayscale(100%);
}

.menu-btn {
    display: none;
}

/*end contacts*/



@media all and (max-width: 1100px) {
    .nav {
        width: 58%;
    }

    .nav__link {
        font-size: 16px;
    }

    .about__right {
        max-width: 44%;
    }

    .about__right p {
        font-size: 18px;
        line-height: 1.35;
    }
}

@media all and (max-width: 980px) {
    .logo {
        max-width: 220px;
    }

    .nav__link {
        font-size: 15px;
    }

    .contacts__block {
        left: 20px;
        max-width: 325px;
        width: 100%;
        border-radius: 10px;
        padding: 30px 20px 30px 20px;
    }

    .contact p,
    .contact a {
        font-size: 20px;
    }

    h2 {
        font-size: 34px;
    }

    .tabs {
        margin-left: -30px;
        margin-right: -30px;
    }

    .tabs__links {
        padding-left: 25px;
        padding-right: 25px;
    }

    h1 {
        font-size: 50px;
    }

    .main__left {
        max-width: 400px;
    }

    .main__desc {
        margin-top: 30px;
        font-size: 17px;
        line-height: 1.5;
    }

    .main__link {
        margin-top: 40px;
    }

    .main .content {
        padding-top: 100px;
    }

    .main .content:after {
        width: 491px;
        height: 400px;
    }

    .callback__phone {
        font-size: 21px;
    }

    .callback__btn {
        height: 46px;
        line-height: 44px;
        font-size: 21px;
        max-width: 200px;
    }
}

@media all and (max-width: 900px) {
    .nav__link {
        font-size: 14px;
    }

    h2 {
        font-size: 32px;
    }

    .service__title {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .service__right {
        width: 100%;
        justify-content: space-between;
    }

    .about__right p {
        font-size: 17px;
    }

    .about__right h2 {
        margin-bottom: 22px;
    }

    .main .content:after {
        width: 429px;
        height: 350px;
    }
}

@media all and (max-width: 850px) {
    .logo {
        max-width: 200px;
    }

    .tabs__link {
        font-size: 19px;
    }
}

@media all and (max-width: 767px) {
    .nav {
        display: none;
    }

    .nav__contacts-list {
        display: block;
    }

    .nav__link-list {
        flex-direction: column;
        padding-top: 60px;
    }

    .nav__contacts-list {
        margin-bottom: 5px;
        font-size: 17px;
    }

    .copyright {
        font-size: 15px;
    }

    .contacts__block {
        position: static;
        max-width: 280px;
        border: none;
        padding: 0 0 50px;
        box-shadow: none;
        margin-left: auto;
        margin-right: auto;
    }

    .contacts__sub-title {
        text-align: center;
        font-size: 22px;
        margin-top: 18px;
        margin-bottom: 40px;
    }

    .contact {
        margin-bottom: 40px;
    }

    .contacts__list {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .certificates__list {
        margin-top: 30px;
    }

    h2 {
        font-size: 30px;
    }

    .certificate {
        width: 48.27%;
        border-width: 3px;
    }

    .reviews__slider {
        padding-left: 20px;
        padding-right: 20px;
    }

    .reviews__prev,
    .reviews__next {
        background: #ffffff;
        width: 40px;
        height: 40px;
    }

    .reviews__prev .svg-icon,
    .reviews__next .svg-icon {
        width: 11px;
        height: 17px;
    }

    .reviews__next .svg-icon {
        right: -2px;
    }

    .reviews__slider-center {
        padding-left: 20px;
        padding-right: 20px;
    }

    .reviews__slider {
        padding-left: 0;
        padding-right: 0;
    }

    .review__date,
    .review__name {
        text-align: center;
    }

    .reviews__prev,
    .reviews__next {
        top: auto;
        bottom: 16px;
    }

    .reviews__prev {
        left: 10px;
    }

    .reviews__next {
        right: 10px;
    }

    .review__text:after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .review__text {
        font-size: 15px;
    }

    .tabs__link {
        font-size: 17px;
    }

    #map {
        height: 350px;
    }

    .why__item {
        width: 160px;
    }

    .why__item-desc {
        font-size: 18px;
        line-height: 1.3;
    }

    .banner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .banner:last-child {
        margin-bottom: 0;
    }

    .about {
        margin-top: 35px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .about__right {
        max-width: inherit;
    }

    .about:after {
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        opacity: 0.2;
    }

    .why {
        padding-top: 70px;
    }

    h1 {
        font-size: 40px;
    }

    .main .content:after {
        opacity: 0.2;
    }

    .main__left {
        padding-top: 30px;
        max-width: inherit;
    }

    .header {
        position: relative;
    }

    .menu-btn {
        z-index: 101;
        display: block;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 34px;
        height: 21px;
        border-top: 3px solid #22253E;
        border-bottom: 3px solid #22253E;
    }

    .menu-btn:after,
    .menu-btn:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #22253E;
        width: 100%;
        height: 3px;
    }

    .menu-btn.open {
        height: 22px;
        border-top: none;
        border-bottom: none;
    }

    .menu-btn.open:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    .menu-btn.open:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }

    .menu {
        left: auto;
        position: fixed;
        width: 100%;
        top: 0;
        right: -100%;
        background: #ffffff;
        padding: 60px 20px;
        height: 100%;
        box-sizing: border-box;
        z-index: 99;
        display: block;
        transition: all, 0.3s;
    }

    .menu.open {
        right: 0;
        display: flex;
        align-content: space-between;
    }

    .menu .nav__link {
        display: block;
        margin-bottom: 5px;
        font-size: 17px;
    }

    .menu .nav__link:last-child {
        margin-bottom: 0;
    }

}

@media all and (max-width: 700px) {
    .tabs__colon {
        display: none;
    }

    .tabs__link {
        font-size: 16px;
    }
}

@media all and (max-width: 600px) {
    .tabs__link {
        font-size: 15px;
    }
}

@media all and (max-width: 550px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer .logo {
        display: block;
        margin: 0 auto 10px;
    }

    .copyright {
        padding-bottom: 10px;
    }

    .footer {
        display: block;
        text-align: center;
    }

    h2 {
        font-size: 28px;
        line-height: 1.35;
    }

    .certificates__list {
        max-width: 320px;
    }

    .certificate {
        width: 100%;
        margin-bottom: 20px;
    }

    .certificate:last-child {
        margin-bottom: 0;
    }

    .service {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tabs__link {
        font-size: 17px;
        width: 100%;
        display: block;
    }

    .service__btn {
        margin-left: 0;
        margin-top: 15px;
    }

    .service__title {
        padding-bottom: 15px;
        font-size: 19px;
        line-height: 1.3;
    }

    #map {
        height: 300px;
    }

    .why__list {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .why__item {
        width: 100%;
        margin-bottom: 36px;
    }

    .why__item:last-child {
        margin-bottom: 0;
    }

    .main .content:after {
        width: 320px;
        height: 261px;
    }

    .callback {
        right: 15px;
    }

    h1 {
        font-size: 36px;
    }

    .main__left {
        padding-top: 14px;
    }

}

@media all and (max-width: 450px) {
    h2 {
        font-size: 26px;
    }

    .reviews__slider-center {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }

    .callback__phone {
        font-size: 17px;
        margin-right: 10px;
    }

    .callback__btn {
        height: 36px;
        max-width: 150px;
        font-size: 17px;
        line-height: 34px;
    }
}

@media all and (max-width: 350px) {
    .callback {
        right: 10px;
    }

    .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about__right p {
        letter-spacing: -0.005em;
    }

    .callback__phone {
        font-size: 16px;
        margin-right: 6px;
    }
}

/*----------------------Модальное окно форы записи----------------------*/
.page-wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
}

a.btn {
    padding: 15px;
    color: #000104;
}

.modal-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
}

.modal-wrapper.open {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.modal {
    width: 500px;
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #fafafa;
}

.modal-wrapper.open .modal {
    opacity: 1;
}

.head {
    width: 100%;
    height: 100%;
    margin: 0 0 14px;
    padding: 5px 30px;
    overflow: hidden;
    position: absolute;
}

.btn-close {
    position: absolute;
    top: 0;
    right: 2%;
    display: block;
    width: 30px;
    height: 30px;
    background: transparent;
}

.btn-close:hover {
    transform: scale(1.2);
}

.modal .content {
    padding: 0 0 20px 0;
}

.good-job {
    text-align: center;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #e2525c;
}

.good-job p {
    padding: 20px;
    color: gray;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.good-job .fa-thumbs-o-up {
    font-size: 60px;
}

.good-job h1 {
    font-size: 45px;
}

.form_modal_window {
    max-width: 70%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.form_modal__checkbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -50000;
    opacity: 0;
}

.checkbox__container input:checked+label::after {
    content: "";
    display: block;
    width: 9px;
    height: 12px;
    border-bottom: 1px solid #6DCAAD;
    border-right: 1px solid #6DCAAD;
    position: absolute;
    top: 40%;
    left: 6px;
    transform: translateY(-50%) rotate(45deg);
}

.checkbox__container {
    position: relative;
    text-align: left;

    user-select: none;

    margin-bottom: 15px;
}

.form_modal__label {
    color: #3b3b3bb2;
    text-align: left;
    padding-left: 30px;
}

.form_modal__label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.modal .content .text {
    background: url("../Bright-Purple-Wallpaper-59-images.jpg");
    color: #fff;
    padding: 10px;
    margin: 20px 0;
}

.modal .content .text h2 {
    margin: 0;
    font-size: 35px;
}

.modal .content .text p {
    margin: 0;
    font-size: 14px;
}

.modal-wrapper {
    margin: 0 0 20px 0;
}

.modal .content form input {
    color: #000;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
    box-shadow: 0px 1px 3px 1px #e9e9e9;
    font-size: 15px;
}

.modal .content form input[type=submit] {
    padding: 10px 40px;
    max-width: 200px;
    margin: auto;
    border-radius: 54px;
    color: #fff;
    background: #f7b231;
    background: -moz-linear-gradient(top, #ffc281 0%, #ff8c97 100%);
    background: -webkit-linear-gradient(top, #ffc281 0%, #ff8c97 100%);
    background: linear-gradient(to bottom, #ffc281 0%, #ff8c97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-yellow', endColorstr='$color-pink', GradientType=0);
    font-size: 15px;
    text-shadow: 0px 0px 6px #e54242;
    display: inline-block;
    border: none;
    outline: none;
}

.banner-title {
    position: absolute;
    top: 73px;
    font-size: 52px;
    width: 330px;
    right: 5px;
    line-height: 1.2;
}

.banner-srok-akciy {
    position: absolute;
    bottom: 48px;
    right: 35px;
}

@media all and (max-width: 550px) {
    .banner-title {
        position: absolute;
        top: 30px;
        font-size: 30px;
        width: 220px;
        right: 5px;
    }

    .banner-srok-akciy {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
}

@media all and (max-width: 550px) {
    .modal {
        width: 80%;
    }

    .good-job p {
        padding: 24px;
    }

    .purple-btn.main__link.banner-button {
        max-width: 230px;
        height: 40px;

        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.submenu {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    top: 100%;
    left: 0;
    width: 300px;
    border: 1px solid #EEEEEE;
}

.submenu__item {
    position: relative;
}

.nav__item {
    position: relative;
    padding: 20px 0;
    z-index: 1000;
}

.submenu__link {
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 20px;
}

.submenu__link:hover {
    background-color: #EEEEEE;
}

.submenu .submenu {
    top: 0;
    left: 100%;
}

@media all and (min-width: 768px) {

    .nav__item:hover>.submenu,
    .submenu__item:hover>.submenu {
        display: block;
    }
}

.page-descr {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 115px;
}

.page-descr_post {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-descr__title {
    margin-bottom: 30px;
}

.page-descr h2 {
    font-size: 26px;
    margin: 40px 0 20px;
}
.page-descr
{font-size: 1.1rem;
    font-weight: normal;}
.page-descr p {
    color: #444;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    font-weight: normal;
}
.page-descr p strong
{
	font-weight: bold;
    font-size: xx-large;
}

.page-descr ul {
    list-style: disc;
    padding-left: 40px;
    margin: 20px 0;
}

.posts {
    display: grid;
    grid-template: auto/repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
}


@media (max-width: 767px) {
    .posts {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
}

.posts_page {
    margin-top: 40px;
    margin-bottom: 40px;
}

.posts_latest {
    margin-top: 85px;
}

.posts__title {
    grid-column: 1/-1;
}

.post_theme_card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 2px solid #eeeeee;
    box-sizing: border-box;
    padding: 20px;
}

.post__title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

.post__link {
    color: #6dcaad;
    text-decoration: underline;
    line-height: 1.3;
}

.post__link:hover {
    color: #2ae0a7;
}

.post__annonce {
    line-height: 1.3;
    margin-bottom: 20px;
}

.post__date {
    font-size: 14px;
    color: #666666;
    margin-top: auto;
}

@media (min-width: 549.9px) {
    .banner-title-lifting {
        font-size: 40px;
    }
}

.piling {
    padding-top: 50px;
}

.piling-info {
    padding: 50px 0;
    background: url('../images/bg/main-bg.jpg') no-repeat center bottom;
    background-size: cover;
}

.piling h1 {
    text-align: center;
}

.piling h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.piling h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.piling p {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 10px;
}

.piling-info p {
    font-size: 24px;
}

@media (max-width: 1100px) {
    .piling-info p {
        font-size: 17px;
        line-height: 1.35;
    }
}

@media (max-width: 1100px) {
    .piling p {
        font-size: 14px;
        line-height: 1.35;
    }
}

.piling-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.piling strong {
    font-weight: bolder;
}

.accordion-item-content.open {
    display: block;
    padding-left: 0;
}

.accordion-item-content.open .accordion-item-content-item {
    max-width: inherit;
}

.accordion.accordion-main {
    margin-bottom: 30px;
}

.piling .content form input {
    color: #000;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 1px 3px 1px #e9e9e9;
    box-shadow: 0px 1px 3px 1px #e9e9e9;
    font-size: 15px;
}

.piling .content form input[type="submit"] {
    padding: 20px 40px;
    border-radius: 10px;
    color: #fff;
    background-color: #6fcaae;
    cursor: pointer;
    font-size: 15px;
    border: none;
    outline: none;
}

.form-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
}

.form_window {
    max-width: 790px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
}

.content-small {
    max-width: 790px;
}

.list {
    padding-left: 20px;
}

.list li {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #3b3b3bb2;
    list-style-type: disc;
}

@media (max-width: 1100px) {
    .list li {
        font-size: 14px;
        line-height: 1.35;
    }
}

.smas-img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.smas-img {
    padding: 15px;
}

.smas-img img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width: 767px) {
    .smas-img-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    h3 {
        font-size: 27px;
    }
}

@media (max-width: 900px) {
    h3 {
        font-size: 24px;
    }
}

.bg-smas {
    min-height: 500px;
    background-image: url(../images/banners/banner-6-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 2% bottom;
}

.bg-plazmo {
    min-height: 500px;
    background-image: url(../images/banners/banner-5-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.bg-piling {
    min-height: 500px;
    background-image: url(../images/banners/banner-4-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 15% bottom;
}

.bg-ingek {
    min-height: 500px;
    background-image: url(../images/banners/banner-disp-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.header-wrapper {
    position: fixed;
    width: 100%;
    background: #FFFFFF;
    top: 0;
    z-index: 100;
}

.page-wrap {
    padding-top: 92px;
}

@media (max-width: 1100px) {
    .page-wrap {
        padding-top: 78px;
    }
}

@media (max-width: 850px) {
    .page-wrap {
        padding-top: 72px;
    }
}

.header .callback__phone {
    display: none;
}

@media (max-width: 767px) {
    .header .callback__phone {
        display: block;
        margin-right: 50px;
    }
}

@media (max-width: 490px) {
    .header .callback__phone {
        display: none;
    }
}

.btn-wrapper {
    text-align: center;
}

.banner-title-inject {
    font-size: 35px;
}



.banner-title-piling {
    font-size: 30px;
}

@media (max-width: 550px) {
    .banner-title-inject {
        font-size: 20px;
    }
}
.banerol {
    background-image:url('/images/Untitled.png'); 
    margin-right: 0; 
    width: 100%; 
    height: 250px; 
    margin-top: 30px;
}
.imgol {
   max-height: 250px; 
   float: right;
}
.textol {
   position: relative; 
   top: 30px; 
   margin-left: 60px; 
   font-size: 52px; 
   width: 750px; 
   line-height: 1.2; 
   text-align: center;
}
.butol {
    position: relative; 
    top: 40px; 
    margin-left: 270px; 
    z-index: 3; 
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 330px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background: #6DCAAD;
    color: #fefbff;
    cursor: pointer;
}



@media (max-width: 550px) {
.textol {
    position: relative;
    top: 30px;
    margin-left: 0px;
    font-size: 36px;
    width: auto;
    line-height: 1.2;
    text-align: center;
}
.imgol {
    display: none;
}
.butol {
    position: relative; 
    top: 60px; 
    margin-left: 10%; 
    z-index: 3; 
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 80%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background: #6DCAAD;
    color: #fefbff;
    cursor: pointer;
}




}

@media (max-width: 430px) {
.butol {
    top: 40px; 
}
}
 /*coket*/
.clock {
    position: fixed;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 15px;
    left: 15px;
    padding:15px;
   z-index: 999999999999;
    font-size: 14px;
    color: #fff;
  background: rgb(70 205 172);
  
    width: 400px;
    max-width: calc(100% - 30px);
   
     opacity: 0; /* Задать изначальную прозрачность */
    transition: opacity 1s ease-in; /* Плавный переход для.opacity */
}
#js-clock-text h3{
    color: #fff;
    font-size: 20px;
}
.clock.show {

    opacity: 1; /* Установить непрозрачность */
}
.clock__close {
     cursor: pointer;
    background: url(/_assets/img/form/close-white.svg) 50% 50% / 16px 16px no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    opacity: 0.8;
}
.btn_fill
 {
    color: #fff;
    background: red;
}

.btncoket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.02em;
        border-radius: 0.25rem;
    border: none;
}

.td-underline {
    text-decoration: underline !important;
}
.form__checkboxp a:hover {
    border-color: rgba(0, 0, 0, .5);
}
.tc-white, .tc-white:hover {
    color: #fff !important;
}
.form__checkboxp{
        margin-top: 0;
}
.form__checkboxp .form__checkbox_link {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
/*coket end*/

/* ===== ПОДМЕНЮ - МОБИЛЬНАЯ ВЕРСИЯ ===== */
@media (max-width: 767px) {
    .nav {
        display: block !important;
        overflow-y: auto;
    }
    
    .nav__link-list {
        flex-direction: column;
        padding-top: 20px;
    }
    
    .nav__link {
        display: block;
        padding: 12px 0;
        font-size: 16px;
    }
    
    .nav__link.has-submenu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    
    .nav__link.has-submenu:after {
        content: '▼';
        font-size: 10px;
        transition: transform 0.3s ease;
        display: inline-block;
    }
    
    .nav__link.has-submenu.open:after {
        transform: rotate(180deg);
    }
    
    .submenu {
        display: none;
        width: 95%;
        padding-left: 20px;
        margin-top: 0;
        margin-bottom: 0;
        position: static !important;
        box-shadow: none !important;
        background: transparent !important;
    }
    
    .submenu .submenu__link {
        display: block;
        padding: 1rem 0;
    }
    
    .nav__contacts-list {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    
    html.menu-open,
    body.menu-open {
        overflow: hidden;
    }
}

/* ===== ПОДМЕНЮ - ДЕСКТОП (БАЗОВЫЕ СТИЛИ) ===== */
@media (min-width: 768px) {
	.submenu__item {
    width: 100%;
}
    .nav__link.has-submenu:after {
        display: none;
    }
    
    .submenu {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        border: 1px solid #eee;
        z-index: 1000;
        min-width: 260px;
        padding: 5px;
    }
    
    .submenu .submenu__link {
        white-space: nowrap;
        padding: 1rem 2rem;
    }
    
    .nav__item:hover > .submenu {
        display: flex !important;
        flex-wrap: wrap;
    }
}

/* ===== ПОДМЕНЮ - 2 КОЛОНКИ (ВЫСОТА ЭКРАНА ДО 800px) ===== */
@media (min-width: 768px) and (max-height: 800px) {
    .nav__item:first-child > .submenu {
        width: 560px;
    }
    
    .nav__item:first-child > .submenu .submenu__item {
        width: 50%;
    }
    
    .nav__item:first-child > .submenu .submenu__link {
        white-space: normal;
    }
}

/* ===== ПОДМЕНЮ - ПРОКРУТКА (ВЫСОТА ЭКРАНА ДО 550px) ===== */
@media (min-width: 768px) and (max-height: 550px) {
    .nav__item:first-child > .submenu {
        max-height: 300px;
        overflow-y: auto;
        display: block !important;
        width: 300px;
    }
    
    .nav__item:first-child > .submenu .submenu__item {
        width: 100%;
    }
    
    .nav__item:first-child > .submenu .submenu__link {
        white-space: nowrap;
    }
}
