:root {
    --mm-blue: #212e51;
    --mm-brown: #d2b589;
}

body {
    font-size: 16px;
    line-height: 130%;
    color: #2f2f2f;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    padding-top: 97px;
}

a {
    color: #2f2f2f;
    text-decoration: none;
}

h2, h1.h1inner {
    font-weight: 700;
    font-size: 42px;
    color: var(--mm-blue);
    border-bottom: 4px solid #d2b589;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: .025em;
    padding-bottom: 4px;
}

h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    color: var(--mm-blue);
    margin-bottom: 30px;
}

h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: var(--mm-blue);
    margin-bottom: 24px;
}

ul {
    list-style: none;
    margin: 26px 0 30px 23px;
    padding: 0;
}
ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    line-height: 120%;
}
ul li:last-child {
    margin-bottom: 0;
}
ul li:before {
    content: '';
    background: var(--mm-blue);
    position: absolute;
    top: 9px;
    left: 0;
    width: 14px;
    height: 2px;
}

ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: list-counter;
}
ol li {
    counter-increment: list-counter;
    margin-bottom: 20px;
}
ol li:last-child {
    margin-bottom: 0;
}
ol li:before {
    content: counter(list-counter);
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: var(--mm-blue);
    min-width: 18px;
    display: inline-block;
}

.container {
    max-width: 1410px;
}
.row {
    --bs-gutter-x: 30px;
}

.fancybox__container {
    z-index: 1060;
}

@media (max-width: 1399.98px) {

    body {
        padding-top: 85px;
    }
    h2, h1.h1inner {
        font-size: 26px;
    }

    section,
    header,
    footer {
        max-width: 100vw;
        overflow-x: hidden;
    }

}


.header {
    backdrop-filter: blur(25px);
    background: rgba(241, 243, 245, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header__wrapper {
    height: 97px;
    position: relative;
}
.header__logo {
    background: url(img/logo.svg) no-repeat left center / contain;
    width: 66px;
    height: 53px;
    margin-top: 16px;
    display: block;
}
.header__menu {
    margin-top: 48px;
}
.header__menu-item {
    font-weight: 500;
    font-size: 14px;
    margin-right: 25px;
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding-bottom: 3px;
}
.header__menu-item:last-child {
    margin-right: 0;
}
.header__menu-item:hover,
.header__menu-item_active {
    border-color: #d2b589;
}
.header__contacts {
    max-width: max-content;
    margin-top: 35px;
}
.header__contacts-item {

}
.header__contacts-item_phone {
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: right;
    color: var(--mm-blue);
}
.header__contacts-item_mail {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #2f2f2f;
    display: block;
    margin-top: 3px;
}
.header__socials {
    max-width: max-content;
    margin-top: 35px;
    margin-left: 25px;
}
.header__socials-item {
    border-radius: 8px;
    width: 41px;
    height: 41px;
    display: block;
}
.header__socials-item_wa {
    background: #fff url(img/wa.svg) no-repeat center / 30px auto;
}
.header__socials-item_tg {
    background: #fff url(img/tg.svg) no-repeat center / 30px auto;
    margin-left: 10px;
}
.header__socials-item_vk {
    background: #fff url(img/vk.svg) no-repeat center / 30px auto;
    margin-left: 10px;
}
.header__order-btn {
    background: var(--mm-blue);
    cursor: pointer;
    border-radius: 8px;
    width: 157px;
    height: 41px;
    line-height: 41px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 35px;
    margin-left: 16px;
}
.header__order-btn:hover {
    background: #1B2541;
}
.header__hamburger {
    background: url(img/burger-menu.svg) no-repeat center;
    width: 30px;
    height: 30px;
    margin-top: 28px;
}
.header__hamburger_active {
    background: url(img/close-menu.svg) no-repeat center;
}
.header__time {
    border-radius: 0 0 12px 12px;
    width: 171px;
    height: 37px;
    line-height: 37px;
    background: #f1f3f5;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: -37px;
    text-align: center;
}

@media (max-width: 1399.98px) {

    .header__wrapper {
        height: 85px;
    }
    .header__logo {
        margin-top: 12px;
    }

}


.mobile-menu {
    position: fixed;
    top: 0;
    height: 100dvh;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 19;
    padding-top: 85px;
    overflow: auto;
}
.mobile-menu__head {
    margin-top: 16px;
}
.mobile-menu__socials {
    width: max-content;
}
.mobile-menu__socials-item {
    border-radius: 8px;
    width: 41px;
    height: 41px;
    display: block;
}
.mobile-menu__socials-item_wa {
    background: #f1f3f5 url(img/wa.svg) no-repeat center / 30px auto;
}
.mobile-menu__socials-item_tg {
    background: #f1f3f5 url(img/tg.svg) no-repeat center / 30px auto;
    margin-left: 12px;
}
.mobile-menu__socials-item_vk {
    background: #f1f3f5 url(img/vk.svg) no-repeat center / 30px auto;
    margin-left: 12px;
}
.mobile-menu__order {
    margin-left: 12px;
    border-radius: 8px;
    width: 150px;
    height: 41px;
    line-height: 41px;
    background: var(--mm-blue);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.mobile-menu__contacts {
    margin-top: 24px;
}
.mobile-menu__phone {
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--mm-blue);
}
.mobile-menu__mail {
    font-weight: 500;
    font-size: 14px;
    color: #2f2f2f;
    margin-top: 16px;
}
.mobile-menu__time {
    font-weight: 500;
    font-size: 14px;
    margin-top: 16px;
}
.mobile-menu__menu {
    margin-top: 30px;
}
.mobile-menu__menu-item {
    font-weight: 500;
    font-size: 14px;
    color: var(--mm-blue);
    margin-bottom: 24px;
}


.hero {
    background: url(img/hero.jpg) no-repeat center / cover;
    margin-top: -97px;
    border-radius: 0 0 40px 40px;
}
.hero__wrapper {
    height: 652px;
    padding-top: 97px;
}
.hero__title {
    font-weight: 700;
    font-size: 52px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--mm-blue);
    max-width: 1000px;
    letter-spacing: 0.03em;
}
.hero__desc {
    font-weight: 500;
    font-size: 20px;
    margin-top: 15px;
    max-width: 1000px;
    letter-spacing: 0.01em;
}
.hero__buttons {
    margin-top: 60px;
}
.hero__button {
    display: block;
}
.hero__button-cost {
    border-radius: 12px;
    width: 273px;
    height: 59px;
    line-height: 59px;
    background: var(--mm-blue);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.hero__button-cost:hover {
    background: #1B2541;
}
.hero__button-template {
    border-radius: 12px;
    width: 271px;
    height: 59px;
    line-height: 59px;
    background: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: var(--mm-blue);
    margin-left: 30px;
    cursor: pointer;
}
.hero__button-template:hover {
    background: #CECECE;
}

@media (max-width: 1399.98px) {

    .hero {
        margin-top: -85px;
        border-radius: 0 0 24px 24px;
        padding-bottom: 20px;
        background-position: left center;
    }
    .hero__wrapper {
        height: auto;
        padding-top: 85px;
    }
    .hero__title {
        font-size: 28px;
        padding-top: 40px;
        margin-bottom: 0;
    }
    .hero__desc {
        font-size: 16px;
        margin-top: 16px;
    }
    .hero__buttons {
        margin-top: 30px;
    }
    .hero__button-cost {
        width: 100%;
        max-width: 600px;
    }
    .hero__button-template {
        width: 100%;
        max-width: 600px;
        margin-top: 16px;
        margin-left: 0;
    }

}


.main-services {
    padding: 120px 0;
}
.main-services_pt30 {
    padding: 30px 0;
}
.main-services__list {
    margin-top: 60px;
}
.main-services__item {
    height: 260px;
    border-radius: 12px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
}
.main-services__item-bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main-services__item-bg:after {
    content: '';
    background: linear-gradient(180deg, rgba(47, 47, 47, 0) 0%, #2f2f2f 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    touch-action: none;
    backdrop-filter: blur(0);
    transition: all .1s;
}
.main-services__item:hover .main-services__item-bg:after {
    backdrop-filter: blur(3px);
}
.main-services__item a {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    display: block;
    z-index: 1;
}
.services__item li a:hover {
    opacity: .6;
}

@media (max-width: 1399.98px) {

    .main-services {
        padding: 54px 0 44px;
    }
    .main-services_pt30 {
        padding: 30px 0 8px;
    }
    .main-services h2 {
        max-width: 230px;
    }
    .main-services__list {
        margin-top: 24px;
    }
    .main-services__item {
        margin-bottom: 16px;
    }

}


.main-projects {
    background: #f1f3f5;
    padding: 90px 0;
    border-radius: 40px;
    overflow: hidden;
}
.main-projects_about {
    margin-top: 90px;
}
.main-projects__head {

}
.main-projects__pagination {

}
.main-projects__slider {
    margin-top: 62px;
    overflow: visible;
}
.main-projects__slide {
    border-radius: 12px;
    padding-top: 246px;
    background-position: center top;
    background-size: cover;
}
.main-projects__slide:hover {
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .12);
}
.main-projects__slide-info {
    background: #fff;
    border-radius: 12px;
    padding: 26px 24px 22px;
    min-height: 188px;
}
.main-projects__slide-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--mm-blue);
}
.main-projects__slide-desc {
    font-size: 16px;
    line-height: 130%;
    margin-top: 16px;
}
.main-projects__slide-hidden-desc {
    display: none;
    color: #636363;
    margin-top: 16px;
}
.main-projects__slide:hover .main-projects__slide-hidden-desc {
    display: block;
}
.main-projects__slide-more {
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue);
    padding-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid var(--mm-blue);
}
.main-projects__slide-more:hover {
    opacity: .6;
}
.main-projects__more {
    border-radius: 12px;
    width: 259px;
    height: 59px;
    line-height: 59px;
    display: block;
    background: var(--mm-brown);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: var(--mm-blue);
    margin-top: 40px;
}
.main-projects__more:hover {
    background: #a68f6b;
}
.main-projects__slide-info-bottom {
    margin-top: 20px;
}
.main-projects__pag {

}
.main-projects__pag-prev {
    background: url(img/arrow-left.svg) no-repeat center;
    border: 2px solid var(--mm-blue);
    border-radius: 100px;
    width: 44px;
    height: 44px;
}
.main-projects__pag-next {
    background: url(img/arrow-left.svg) no-repeat center;
    border: 2px solid var(--mm-blue);
    border-radius: 100px;
    width: 44px;
    height: 44px;
    transform: rotate(180deg);
    margin-left: 16px;
}
.main-projects .swiper-slide {
    opacity: 0;
    touch-action: none;
    transition: opacity .2s;
}
.main-projects .swiper-slide-active,
.main-projects .swiper-slide-next {
    opacity: 1;
    touch-action: auto;
}

@media (max-width: 1399.98px) {

    .main-projects {
        padding: 40px 0 20px;
        border-radius: 24px;
    }
    .main-projects__slider {
        margin-top: 24px;
    }
    .main-projects__pag {
        margin-top: 24px;
    }

}


.main-why {
    padding: 150px 0;
}
.main-why_pb90 {
    padding-bottom: 90px;
}
.main-why__list {
    margin-top: 60px;
}
.main-why__text-block {
    padding: 72px 20px 20px 20px;
    background: #f1f3f5;
    border-radius: 8px;
    height: 203px;
    margin-bottom: 30px;
}
.main-why__text-block_m {
    height: 190px;
}
.main-why__text-block-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 115%;
    color: var(--mm-blue);
    max-width: 280px;
}
.main-why__text-block-desc {
    font-size: 16px;
    line-height: 120%;
    margin-top: 13px;
}
.main-why__pic-block {
    border-radius: 8px;
    overflow: hidden;
    height: 203px;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
}
.main-why__pic-block_m {
    height: 190px;
}
.main-why__text-block_1 {
    background: #f1f3f5 url(img/w1.svg) no-repeat left 20px top 20px;
}
.main-why__text-block_2 {
    background: #f1f3f5 url(img/w2.svg) no-repeat left 20px top 20px;
}
.main-why__text-block_3 {
    background: #f1f3f5 url(img/w3.svg) no-repeat left 20px top 20px;
}
.main-why__text-block_4 {
    background: #f1f3f5 url(img/w4.svg) no-repeat left 20px top 20px;
}
.main-why__last-block {
    background: #f1f3f5 url(img/wbg.svg) no-repeat right top / cover;
    height: 190px;
    margin-bottom: 30px;
    padding: 22px 20px 18px;
}
.main-why__main-why__last-block-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: var(--mm-blue);
    max-width: 300px;
    letter-spacing: .01em;
}
.main-why__main-why__last-block-btn {
    border-radius: 12px;
    width: 262px;
    height: 59px;
    line-height: 59px;
    display: block;
    background: var(--mm-brown);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: var(--mm-blue);
    margin-top: 30px;
    cursor: pointer;
}
.main-why__main-why__last-block-btn:hover {
    background: #a68f6b;
}

@media (max-width: 1399.98px) {

    .main-why {
        padding: 90px 0 74px;
    }
    .main-why h2 {
        max-width: 226px;
    }
    .main-why__list {
        margin-top: 24px;
    }
    .main-why__text-block {
        padding: 68px 16px 16px 16px;
        height: 174px;
        margin-bottom: 16px;
        background-position: left 16px top 16px !important;
    }
    .main-why__text-block-desc {
        margin-top: 12px;
    }
    .main-why__pic-block {
        height: 174px;
        margin-bottom: 16px;
    }
    .main-why__last-block {
        height: auto;
        margin-bottom: 0;
        padding: 16px;
    }
    .main-why__main-why__last-block-title {
        font-size: 20px;
    }
    .main-why__main-why__last-block-btn {
        margin-top: 16px;
        width: 100%;
        max-width: 500px;
    }

}


.main-steps {

}
.main-steps__list {
    margin-top: 60px;
}
.main-steps__item {
    background: #f1f3f5;
    border-radius: 12px;
    padding: 21px 18px 16px;
    height: 185px;
    margin-bottom: 24px;
    position: relative;
}
.main-steps__item:after {
    position: absolute;
    top: 18px;
    right: 18px;
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-brown);
}
.main-steps__item-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--mm-blue);
    border-bottom: 2px solid #d4d9de;
    min-height: 56px;
}
.main-steps__item-desc {
    font-size: 16px;
    line-height: 120%;
}
.main-steps__item_1 {
    height: 200px;
}
.main-steps__item_1:after {
    content: '01';
}
.main-steps__item_2 {
    height: 200px;
}
.main-steps__item_2:after {
    content: '02';
}
.main-steps__item_3 {
    height: 200px;
}
.main-steps__item_3:after {
    content: '03';
}
.main-steps__item_4 {
    height: 200px;
}
.main-steps__item_4:after {
    content: '04';
}
.main-steps__item_4 .main-steps__item-title {
    /*min-height: 34px;*/
}
.main-steps__item_4 a {
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--mm-blue);
    display: inline-block;
    margin-top: 16px;
}
.main-steps__item_5 {
    height: 200px;
}
.main-steps__item_5:after {
    content: '05';
}
.main-steps__item_5 .main-steps__item-title {
    /*min-height: 34px;*/
}
.main-steps__item_6 {
    height: 232px;
}
.main-steps__item_6:after {
    content: '06';
}
.main-steps__item_6 .main-steps__item-title {
    min-height: 78px;
}
.main-steps__item_7 {
    height: 232px;
}
.main-steps__item_7:after {
    content: '07';
}
.main-steps__item_7 .main-steps__item-title {
    min-height: 78px;
}
.main-steps__item_8 {
    height: 232px;
}
.main-steps__item_8:after {
    content: '08';
}
.main-steps__item_8 .main-steps__item-title {
    min-height: 78px;
}
.main-steps__item_9 {
    height: 232px;
}
.main-steps__item_9:after {
    content: '09';
}
.main-steps__item_9 .main-steps__item-title {
    min-height: 78px;
}
.main-steps__item_10 {
    height: 232px;
    background: var(--mm-blue);
    color: #fff;
}
.main-steps__item_10:after {
    content: '10';
}
.main-steps__item_10 .main-steps__item-title {
    color: #fff;
    border-bottom: 2px solid #fff;
    min-height: 78px;
}

@media (max-width: 1399.98px) {

    .main-steps__list {
        margin-top: 24px;
    }
    .main-steps__item {
        padding: 16px;
        height: auto;
        margin-bottom: 16px;
    }
    .main-steps__item-title {
        font-size: 18px;
        min-height: auto !important;
        padding-bottom: 12px;
        margin-bottom: 16px;
    }

}


.free-calculation {
    padding: 138px 0 150px;
}
.free-calculation__box {
    background: var(--mm-blue) url(img/calc_bg.svg) no-repeat center / cover;
    height: 519px;
    border-radius: 16px;
    padding: 40px;
}
.free-calculation__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 115%;
    color: #fff;
    letter-spacing: .025em;
}
.free-calculation__desc {
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    margin-top: 16px;
}
.free-calculation__btn {
    border-radius: 8px;
    height: 51px;
    line-height: 51px;
    background: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: var(--mm-blue);
    cursor: pointer;
}
.free-calculation__btn:hover {
    background: #CECECE;
}
.free-calculation__pic {
    background: url(img/calc_pic.png) no-repeat center / cover;
    height: 519px;
    border-radius: 12px;
}

@media (max-width: 1399.98px) {

    .free-calculation {
        padding: 44px 0 60px;
    }
    .free-calculation__box {
        height: auto;
        padding: 20px;
    }
    .free-calculation__title {
        font-size: 26px;
    }
    .free-calculation__btn {
        margin-top: 20px;
        width: 100%;
        max-width: 500px;
    }
    .free-calculation__pic {
        height: 280px;
        margin-top: 16px;
    }

}


.main-about {
    border-radius: 40px;
    background: #f1f3f5;
    padding: 90px 0;
}
.main-about_about {
    padding-top: 180px;
    background: none;
    padding-bottom: 80px;
}
.main-about__head {

}
.main-about__pic {
    background: url(img/ab_main.png) no-repeat center / cover;
    border-radius: 12px;
    height: 479px;
}
.main-about__pic img {
    width: 100%;
}
.main-about__box {

}
.main-about__desc {
    font-size: 16px;
    line-height: 130%;
    margin-top: 61px;
}
.main-about__exp {
    margin-top: 60px;
}
.main-about__exp-item {
    border-radius: 12px;
    padding: 12px;
    height: 100px;
    background: #fff;
}
.main-about_about .main-about__exp-item {
    background: #f1f3f5;
}
.main-about__exp-item-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: var(--mm-blue);
    letter-spacing: .03em;
}
.main-about__exp-item-desc {
    font-size: 16px;
    line-height: 130%;
    margin-top: 9px;
}
.main-about__team {
    margin-top: 90px;
}
.main-about__team_about {
    margin-top: 60px;
}
.main-about__person {
    border-radius: 8px;
    overflow: hidden;
}
.main-about__person:hover {
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .12);
}
.main-about__person-pic {

}
.main-about__person-pic img {
    width: 100%;
    object-fit: cover;
}
.main-about__person-info {
    background: #fff;
    padding: 20px;
}
.main-about__person-name {
    font-weight: 700;
    font-size: 18px;
}
.main-about__person-desc {
    font-size: 16px;
    color: #636363;
    opacity: .6;
    margin-top: 12px;
}
.main-about__person-more {
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue);
    padding-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid var(--mm-blue);
    margin-top: 13px;
}
.main-about__person-more:hover {
    opacity: .6;
}

@media (max-width: 1399.98px) {

    .main-about {
        border-radius: 24px;
        padding: 40px 0 4px;
    }
    .main-about_about {
        padding-top: 60px;
        padding-bottom: 44px;
    }
    .main-about__desc {
        margin-top: 24px;
    }
    .main-about__pic {
        height: 200px;
    }
    .main-about__exp {
        margin-top: 16px;
    }
    .main-about__exp-item {
        padding: 12px;
        height: 87px;
        margin-bottom: 8px;
        text-align: center;
    }
    .main-about__exp-item-title {
        font-size: 26px;
    }
    .main-about__exp-item-desc {
        margin-top: 8px;
    }
    .main-about__team {
        margin-top: 22px;
    }
    .main-about__person {
        margin-bottom: 16px;
    }

}


.main-licences {
    padding: 150px 0;
    overflow: hidden;
}
.main-licences_inner {
    padding: 60px 0 90px;
}
.main-licences__head {

}
.main-licences__head-title {

}
.main-licences__desc {
    max-width: 540px;
    margin-top: 31px;
    letter-spacing: .005em;
}
.main-licences__pagination {

}
.main-licences__slider {
    margin-top: 60px;
    overflow: visible;
}
.main-licences__slide {

}
.main-licences__slide-pic {
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
    position: relative;
}
.main-licences__slide-pic:after {
    content: '';
    background: rgba(33, 46, 81, .6) url(img/loupe.svg) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s;
}
.main-licences__slide-pic:hover:after {
    opacity: 1
}
.main-licences__slide-pic:hover {
    cursor: pointer;
}
.main-licences__slide-pic img {
    width: 100%;
}
.main-licences__slide-title {
    font-size: 16px;
    line-height: 130%;
    color: #636363;
    margin-top: 20px;
}
.main-licences__slide-desc {
    font-size: 16px;
    line-height: 130%;
    margin-top: 12px;
}
.main-licences__sections {

}
.main-licences__section {
    border: 1px solid var(--mm-blue);
    border-radius: 100px;
    width: 157px;
    height: 41px;
    line-height: 41px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: var(--mm-blue);
    cursor: pointer;
    margin-left: 12px;
}
.main-licences__section_active {
    background: var(--mm-blue);
    color: #fff;
}

@media (max-width: 1399.98px) {

    .main-licences {
        padding: 60px 0;
    }
    .main-licences_inner {
        padding: 10px 0 40px;
    }
    .main-licences h2 {
        max-width: 204px;
    }
    .main-licences__desc {
        margin-top: 24px;
    }
    .main-licences__sections {
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        overflow-x: auto;
        margin-top: 30px;
        width: calc(100% + 24px);
        margin-left: -12px;
        padding: 0 12px;
    }
    .main-licences__section {
        margin-left: 0;
        margin-right: 6px;
        min-width: 157px;
    }
    .main-licences__slider {
        margin-top: 24px;
    }
    .main-licences__pag {
        margin-top: 24px;
    }
    .main-licences__pag-prev {
        background: url(img/arrow-left.svg) no-repeat center;
        border: 2px solid var(--mm-blue);
        border-radius: 100px;
        width: 44px;
        height: 44px;
    }
    .main-licences__pag-next {
        background: url(img/arrow-left.svg) no-repeat center;
        border: 2px solid var(--mm-blue);
        border-radius: 100px;
        width: 44px;
        height: 44px;
        transform: rotate(180deg);
        margin-left: 16px;
    }

}


.main-reviews {
    background: #f1f3f5;
    border-radius: 40px;
    padding: 90px 0;
    overflow: hidden;
}
.main-reviews_inner {
    background: none;
    padding-top: 0;
    overflow: visible;
}
.main-reviews__pagination {

}
.main-reviews__pag {

}
.main-reviews__pag-prev {
    background: url(img/arrow-left.svg) no-repeat center;
    border: 2px solid var(--mm-blue);
    border-radius: 100px;
    width: 44px;
    height: 44px;
}
.main-reviews__pag-next {
    background: url(img/arrow-left.svg) no-repeat center;
    border: 2px solid var(--mm-blue);
    border-radius: 100px;
    width: 44px;
    height: 44px;
    transform: rotate(180deg);
    margin-left: 16px;
}
.main-reviews .swiper-slide {
    opacity: 0;
    touch-action: none;
    transition: opacity .2s;
}
.main-reviews .swiper-slide-active,
.main-reviews .swiper-slide-next {
    opacity: 1;
    touch-action: auto;
}
.main-reviews__slider {
    margin-top: 60px;
    overflow: visible;
}
.main-reviews__slide {
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.18);
    background: #fff;
    min-height: 364px;
    transition: all .2s;
}
.main-reviews_inner .main-reviews__slide {
    padding-bottom: 0;
}
.main-reviews_inner .row>* {
    margin-top: 30px;
}
.main-reviews__slide:hover {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.18);
}
.main-reviews_inner .main-reviews__slide {
    margin-bottom: 30px;
}
.main-reviews__slide-about {
    width: calc(100% - 205px);
    padding-right: 30px;
}
.main-reviews__slide-head {
    padding-bottom: 13px;
}
.main-reviews__slide-head-pic {
    border-radius: 200px;
    width: 54px;
    height: 54px;
    margin-right: 12px;
    background-size: cover;
    background-position: center;
}
.main-reviews__slide-head-author {
    padding-top: 6px;
}
.main-reviews__slide-head-author-name {
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue)
}
.main-reviews__slide-head-author-role {
    font-size: 14px;
    line-height: 120%;
    color: #636363;
    margin-top: 6px;
}
.main-reviews__slide-body {
    border-top: 2px solid #d4d9de;
    padding-top: 30px;
}
.main-reviews__slide-date {
    font-size: 14px;
    line-height: 120%;
    color: #636363;
}
.main-reviews__slide-text {
    font-size: 16px;
    line-height: 120%;
    margin-top: 16px;
    margin-bottom: 28px;
    min-height: 134px;
}
.main-reviews_inner .main-reviews__slide-text {
    /*min-height: auto;*/
}
.main-reviews_inner .main-reviews__slide {
    min-height: 100%;
}
.main-reviews__slide-more {
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue);
    padding-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid var(--mm-blue);
    cursor: pointer;
}
.main-reviews__slide-more:hover {
    opacity: .6;
}
.main-reviews__slide-pic {
    width: 205px;
}
.main-reviews__slide-pic img {
    width: 100%;
}

@media (max-width: 1399.98px) {

    .main-reviews {
        border-radius: 24px;
        padding: 40px 0;
    }

    .main-reviews_inner {
        padding-top: 10px;
    }
    .main-reviews h2 {
        max-width: 276px;
    }
    .main-reviews__slider {
        margin-top: 24px;
    }
    .main-reviews__slide-about {
        width: 100%;
        padding-right: 0;
    }
    .main-reviews__slide {
        padding: 20px;
        min-height: auto;
    }
    .main-reviews__slide-body {
        padding-top: 16px;
    }
    .main-reviews__slide-pic {
        width: 100%;
        margin-top: 20px;
    }
    .main-reviews__pag {
        margin-top: 24px;
    }
    .main-reviews_inner .main-reviews__slide {
        margin-bottom: 16px;
    }

}


.main-articles {
    padding: 90px 0;
}
.main-articles__inner {
    padding-top: 60px;
}
.main-articles__list {
    margin-top: 60px;
}
.main-articles__item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.main-articles__inner .main-articles__item {
    margin-bottom: 30px;
}
.main-articles__item-pic {
    height: 260px;
    background-size: cover;
    background-position: center;
}
.main-articles__item-info {
    background: #f1f3f5;
    border-radius: 12px;
    padding: 24px 24px 22px;
    margin-top: -14px;
}
.main-articles__item-date {
    font-size: 14px;
    line-height: 130%;
    color: #636363;
}
.main-articles__item-title {
    font-weight: 600;
    font-size: 18px;
    margin-top: 14px;
    color: var(--mm-blue)
}
.main-articles__item-more {
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue);
    padding-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid var(--mm-blue);
    cursor: pointer;
    margin-top: 24px;
}
.main-articles__item:hover .main-articles__item-more {
    opacity: .6;
}
.main-articles__more {
    border-radius: 12px;
    width: 259px;
    height: 59px;
    line-height: 59px;
    display: block;
    background: var(--mm-brown);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: var(--mm-blue);
    margin-top: 10px;
}
.main-articles__more:hover {
    background: #a68f6b;
}

@media (max-width: 1399.98px) {

    .main-articles {
        padding: 60px 0 44px;
    }
    .main-articles__inner {
        padding-top: 10px;
    }
    .main-articles__list {
        margin-top: 24px;
    }
    .main-articles__item {
        margin-bottom: 16px;
    }
    .main-articles__inner .main-articles__item {
        margin-bottom: 16px;
    }

}


.main-form {
    padding: 60px 0;
}
.main-form__form-box {
    background: url(img/form_bg.png) no-repeat center / cover;
    border-radius: 12px;
    padding: 24px;
    height: 517px;
    overflow: hidden;
}
.main-form__form-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 110%;
    color: var(--mm-blue);
    letter-spacing: .03em;
}
.main-form__form-desc {
    font-size: 16px;
    line-height: 130%;
    color: var(--mm-blue);
    margin-top: 12px;
    margin-bottom: 24px;
}
.main-form__form-box input {
    border-radius: 8px;
    padding: 16px 12px;
    height: 49px;
    background: #f1f3f5;
    width: 100%;
    margin-bottom: 12px;
    outline: none;
    border: none;
    box-shadow: none;
}
.main-form__form-box input::placeholder {
    font-weight: 400;
    font-size: 14px;
    opacity: .55;
    color: #2f2f2f;
}
.main-form__form-box textarea {
    height: 100px;
    border-radius: 8px;
    padding: 16px 12px;
    background: #f1f3f5;
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    resize: none;
}
.main-form__form-box textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    opacity: .55;
    color: #2f2f2f;
}
.main-form__form-box button {
    height: 45px;
    color: #fff;
    border-radius: 8px;
    padding: 0;
    margin-top: 19px;
    background: var(--mm-blue);
    outline: none;
    border: none;
    box-shadow: none;
    width: 100%;
}
.main-form__form-box button:hover {
    background: #1B2541;
}
.main-form__form-rules {
    font-size: 12px;
    color: rgba(47, 47, 47, .8);
    margin-top: 10px;
}
.main-form__form-rules a {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--mm-blue)
}
.main-form__info {
    border-radius: 16px;
    background: var(--mm-blue) url(img/form_bg.svg) no-repeat center / cover;
    overflow: hidden;
    padding: 32px 32px 40px;
    height: 100%;
}
.main-form__wrapper {
    border-radius: 12px;
    padding: 24px 24px 20px;
    background: #fff;
}
.main-form__info-title {
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    line-height: normal;
    max-width: 480px;
    letter-spacing: .03em;
}
.main-form__info-text {

}
.main-form__socials {
    max-width: max-content;
}
.main-form__socials-item {
    border-radius: 8px;
    width: 41px;
    height: 41px;
    display: block;
}
.main-form__socials-item_wa {
    background: #fff url(img/wa.svg) no-repeat center / 30px auto;
}
.main-form__socials-item_tg {
    background: #fff url(img/tg.svg) no-repeat center / 30px auto;
    margin-left: 12px;
}
.main-form__phone {
    font-weight: 700;
    font-size: 32px;
    color: var(--mm-brown);
    margin-top: 38px;
    letter-spacing: .04em;
    display: inline-block;
}
.main-form__phone-desc {
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
}
.main-form__mail {
    font-weight: 700;
    font-size: 24px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    display: inline-block;
    color: #fff;
    margin-top: 32px;
    letter-spacing: .02em;
}

@media (max-width: 1399.98px) {

    .main-form {
        padding: 0 0 60px;
    }
    .main-form__form-box {
        padding: 12px 12px 20px;
        height: auto;
    }
    .main-form__wrapper {
        padding: 12px;
    }
    .main-form__form-title {
        font-size: 26px;
        max-width: 250px;
    }
    .main-form__form-desc {
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .main-form__form-box input,
    .main-form__form-box textarea {
        font-size: 14px;
    }
    .main-form__form-box button {
        margin-top: 20px;
    }
    .main-form__info {
        padding: 20px;
        height: auto;
        margin-top: 16px;
    }
    .main-form__info-title {
        font-size: 26px;
    }
    .main-form__info-text {
        margin-top: 20px;
    }
    .main-form__phone {
        font-size: 26px;
        margin-top: 16px;
    }
    .main-form__mail {
        font-size: 16px;
        margin-top: 16px;
    }

}


.mm-breadcrumb {
    padding: 40px 0 60px;
}
.mm-breadcrumb__wrapper {

}
.mm-breadcrumb__item {
    font-size: 14px;
    line-height: 130%;
}
.mm-breadcrumb__item_link {
    background: url(img/bc.svg) no-repeat right center;
    color: #636363;
    margin-right: 12px;
    padding-right: 28px;
}

@media (max-width: 1399.98px) {

    .mm-breadcrumb {
        padding: 24px 0 30px;
        white-space: nowrap;
    }
    .mm-breadcrumb__wrapper {
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        overflow-x: auto;
    }
    .mm-breadcrumb__item {
        margin-bottom: 7px;
    }

}


.services {
    padding-bottom: 90px;
}
.services .gy-4 {
    --bs-gutter-y: 30px;
}
.services__desc {
    max-width: 560px;
    margin-top: 30px;
}
.services__list {
    margin-top: 60px;
}
.services__item {
    border-radius: 12px;
    padding: 24px;
    background-color: #f1f3f5;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left 24px top 24px;
}
.services__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 115%;
    color: var(--mm-blue);
    padding-left: 52px;
    display: block;
    margin-bottom: 24px;
    min-height: 42px;
}
.services__item-title:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

@media (max-width: 1399.98px) {

    .services {
        padding-bottom: 60px;
    }
    .services .gy-4 {
        --bs-gutter-y: 16px;
    }
    .services__desc {
        margin-top: 24px;
    }
    .services__list {
        margin-top: 30px;
    }
    .services__item {
        padding: 20px;
        height: auto;
        background-position: left 20px top 20px;
    }

}


.service-text {

}
.service-text_mt30 {
    margin-top: 30px;
}
.service-text__licences {
    padding-bottom: 80px;
}

@media (max-width: 1399.98px) {

    .service-text__licences {
        padding-bottom: 50px;
    }

}


.service-price {
    padding: 140px 0;
}
.service-price_pt110 {
    padding-top: 110px;
}
.service-price__desc {
    max-width: 678px;
    margin-top: 30px;
}
.service-price__btn {
    border-radius: 12px;
    padding: 20px 64px;
    width: 441px;
    background: var(--mm-brown);
    margin-top: 60px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: var(--mm-blue);
}
.service-price__btn:hover {
    background: #a68f6b;
}

@media (max-width: 1399.98px) {

    .service-price {
        padding: 80px 0 90px;
    }
    .service-price_pt120 {
        padding-top: 80px;
    }
    .service-price h2 {
        max-width: 230px;
    }
    .service-price__desc {
        margin-top: 24px;
    }
    .service-price__btn {
        margin-top: 24px;
        width: 100%;
        max-width: 500px;
    }

}

.table-block {
    margin-top: 60px;
    border: 2px solid #d7d9e0;
    border-bottom: none;
    border-radius: 12px;
    background: #f1f3f5;
    overflow: hidden;
}
.table-block__line {
    border-bottom: 2px solid #d7d9e0;
    padding: 0 16px;
}
.table-block__line_head {

}
.table-block__line-name {
    font-size: 16px;
    line-height: 130%;
    padding: 16px 0;
    display: flex;
    align-items: center;
    border-right: 2px solid #d7d9e0;
}
.table-block__line-desc {
    font-size: 16px;
    line-height: 130%;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.table-block__sub-text {
    font-size: 14px;
    line-height: 130%;
    color: #636363;
    margin-top: 30px;
}
.table-block__line_head .table-block__line-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 115%;
    color: var(--mm-blue);
}
.table-block__line_head .table-block__line-desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 115%;
    color: var(--mm-blue);
}

@media (max-width: 1399.98px) {

    .table-block {
        margin-top: 30px;
    }
    .table-block__line {
        padding: 0;
    }
    .table-block__line_head .table-block__line-desc {
        display: none;
    }
    .table-block__line-name {
        border-right: none;
        padding: 12px;
        border-bottom: 2px solid #d7d9e0;
    }
    .table-block__line_head .table-block__line-name {
        border-bottom: none;
    }
    .table-block__line-desc {
        padding: 12px;
    }
    .table-block__sub-text {
        margin-top: 16px;
    }

}


.service-special {
    padding: 180px 0 150px;
}
.service-special__desc {

}
.service-special__pic {
    margin: 60px 0;
    border-radius: 12px;
    overflow: hidden;
}
.service-special__list {
    margin-top: 30px;
}
.service-special__item {
    background: #f1f3f5;
    border-radius: 12px;
    padding: 21px 18px 16px;
    height: 188px;
    margin-bottom: 30px;
    position: relative;
}
.service-special__item:after {
    position: absolute;
    top: 18px;
    right: 18px;
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-brown);
}
.service-special__item-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--mm-blue);
    border-bottom: 2px solid #d4d9de;
    padding-bottom: 12px;
}
.service-special__item-title span {
    padding-right: 30px;
}
.service-special__item-desc {
    font-size: 16px;
    line-height: 120%;
}
.service-special__item_1 {

}
.service-special__item_1:after {
    content: '01';
}
.service-special__item_2 {

}
.service-special__item_2:after {
    content: '02';
}
.service-special__item_3 {

}
.service-special__item_3:after {
    content: '03';
}
.service-special__item_3 .main-steps__item-title {
    min-height: 34px;
}
.service-special__item_3 a {
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--mm-blue);
    display: inline-block;
    margin-top: 16px;
}
.service-special__item_4 {
    height: 169px;
}
.service-special__item_4:after {
    content: '04';
}
.service-special__item_5 {
    height: 169px;
}
.service-special__item_5:after {
    content: '05';
}

@media (max-width: 1399.98px) {

    .service-special {
        padding-bottom: 0;
        padding-top: 60px;
    }
    .service-special h2 {
        max-width: 290px;
    }
    .service-special__pic {
        margin: 24px 0 16px;
    }
    .service-special__pic img {
        height: 396px;
        object-fit: cover;
    }
    .service-special__list {
        margin-top: 24px;
    }
    .service-special__item {
        padding: 16px;
        height: auto;
        margin-bottom: 16px;
    }
    .service-special__item-title {
        font-size: 18px;
        min-height: auto !important;
        padding-bottom: 12px;
        margin-bottom: 16px;
    }

}


.docs {
    padding: 0;
}
.docs__desc {
    margin-top: 30px;
}
.docs__list {
    margin-top: 60px;
}
.docs__menu {
    padding-left: 14px;
    display: flex;
}
.docs__menu-title {
    border-radius: 6px 6px 0 0;
    padding: 12px 20px;
    height: 41px;
    white-space: nowrap;
    background: #d4d9de;
    font-weight: 600;
    font-size: 14px;
    color: var(--mm-blue);
    cursor: pointer;
    margin-left: 2px;
}
.docs__menu-title_active {
    background: #f1f3f5;
}
.docs__descriptions {

}
.docs__menu-desc {
    border-radius: 12px;
    padding: 30px;
    background: #f1f3f5;
    display: none;
}
.docs__menu-desc_active {
    display: block;
}
.docs__menu-desc-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--mm-blue)
}
.docs__menu-desc-text {
    margin-top: 16px;
}

@media (max-width: 1399.98px) {

    .docs {
        margin-top: 90px;
    }
    .docs__list {
        margin-top: 30px;
        display: flex;
        width: 100%;
    }
    .docs__descriptions {
        width: calc(100% - 90px);
    }
    .docs__desc {
        margin-top: 24px;
    }
    .docs__menu {
        padding-left: 0;
        display: block;
        width: 90px;
        text-align: center;
        margin-top: 16px;
    }
    .docs__menu-title {
        border-radius: 6px 0 0 6px;
        margin-left: 0;
        margin-top: 2px;
    }
    .docs__menu-desc {
        padding: 16px;
        min-height: 416px;
    }

}


.faq {
    padding: 180px 0 90px;
}
.faq__list {
    margin-top: 60px;
}
.faq__item {
    background: #f1f3f5 url(/local/templates/v1/img/arrow-faq.svg) no-repeat right 32px top 30px;
    padding: 30px 30px 18px;
    border-radius: 12px;
    margin-bottom: 16px;
}
.faq__item:last-child {
    margin-bottom: 0;
}
.faq__item_active {
    background-image: url(/local/templates/v1/img/arrow-faq2.svg);
}
.faq__item-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--mm-blue);
    padding-bottom: 12px;
    cursor: pointer;
    padding-right: 30px;
}
.faq__item-title:hover {
    opacity: 0.6;
}
.faq__item_active .faq__item-title {
    /*opacity: 0.6;*/
}
.faq__item-desc__wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.faq__item-desc {
    border-top: 2px solid #d4d9de;
    padding-top: 30px;
    padding-bottom: 12px;
}

@media (max-width: 1399.98px) {

    .faq {
        padding: 60px 0;
    }
    .faq__list {
        margin-top: 24px;
    }
    .faq__item {
        background-position: right 16px top 16px;
        padding: 16px 16px 4px;
        margin-bottom: 16px;
    }
    .faq__item-desc {
        padding-top: 16px;
    }

}


.objects {
    background: #f1f3f5;
    padding: 90px 0 60px;
    margin-top: 30px;
}
.objects__filters {

}
.objects__filter {
    border: 1px solid #212e51;
    border-radius: 100px;
    padding: 10px 20px;
    white-space: nowrap;
    margin-right: 12px;
    color: var(--mm-blue);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.objects__filter_active {
    background: var(--mm-blue);
    color: #fff;
}
.objects__filters-found {
    font-size: 14px;
    color: #636363;
    margin-top: 16px;
}
.objects__head {
    margin-top: 60px;
}
.objects__head-buttons {

}
.objects__head-button {

}
.objects__head-button_1 {
    border-radius: 12px;
    padding: 0 64px;
    height: 59px;
    line-height: 59px;
    display: block;
    background: var(--mm-blue);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.objects__head-button_1:hover {
    background: #1B2541;
}
.objects__head-button_2 {
    border-radius: 12px;
    padding: 0 64px;
    height: 59px;
    line-height: 59px;
    display: block;
    background: var(--mm-brown);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: var(--mm-blue);
    margin-left: 30px;
}
.objects__head-button_2:hover {
    background: #a68f6b;
}
.objects__list {
    margin-top: 60px;
}
.objects__list-item {
    border-radius: 12px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.objects__list-item-pic {
    background-position: center top;
    background-size: cover;
    height: 260px;
}
.objects__list-item-text {
    background: #fff;
    border-radius: 12px;
    padding: 26px 24px 22px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.objects__list-item-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--mm-blue);
	margin-bottom: 20px;
}
.objects__list-item-desc {
    display: none;
    color: #636363;
    margin-top: 16px;
}
.objects__list-item:hover .objects__list-item-desc {
    display: block;
}
.objects__list-item-more {
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue);
    padding-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid var(--mm-blue);
}
.objects__list-item-more:hover {
    opacity: .6;
}

@media (max-width: 1399.98px) {

    .objects {
        padding: 40px 0 4px;
        margin-top: 10px;
        margin-bottom: 60px;
    }
    .objects__filters {
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        overflow-x: auto;
        width: calc(100% + 24px);
        margin-left: -12px;
        padding: 0 12px;
    }
    .objects__head {
        margin-top: 30px;
    }
    .objects__head-buttons {
        margin-top: 24px;
    }
    .objects__head-button_1 {
        width: 100%;
        max-width: 500px;
    }
    .objects__head-button_2 {
        width: 100%;
        max-width: 500px;
        margin-left: 0;
        margin-top: 16px;
    }
    .objects__list {
        margin-top: 30px;
    }
    .objects__list-item {
        margin-bottom: 16px;
        padding-bottom: 70px;
    }
    .objects__list-item-text {
        padding: 16px;
    }

}


.building {

}
.building__head {
    margin-top: 60px;
}
.building__sub-title {
    height: 41px;
    line-height: 41px;
    border-radius: 100px;
    padding: 0 20px;
    background: var(--mm-blue);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.building__pag {

}
.building__pag-prev {
    background: url(img/arrow-left.svg) no-repeat center;
    border: 2px solid var(--mm-blue);
    border-radius: 100px;
    width: 44px;
    height: 44px;
}
.building__pag-next {
    background: url(img/arrow-left.svg) no-repeat center;
    border: 2px solid var(--mm-blue);
    border-radius: 100px;
    width: 44px;
    height: 44px;
    transform: rotate(180deg);
    margin-left: 16px;
}
.building__hero {
    margin-top: 30px;
}
.building__slider {
    border-radius: 12px;
}
.building__slide {

}
.building__slide-small {
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    height: 396px;
}
.building__slide-big {
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    height: 396px;
}

@media (max-width: 1399.98px) {

    .building__head {
        margin-top: 16px;
    }
    .building__pag {
        margin-top: 24px;
    }

}


.building-features {
    margin-top: 30px;
}
.building-feature {
    background: #f1f3f5;
    border-radius: 12px;
    padding: 18px;
    height: 100%;
}
.building-feature__title {
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue);
    padding-bottom: 12px;
    border-bottom: 2px solid #d4d9de;
}
.building-feature__desc {
    font-size: 16px;
    line-height: 120%;
    margin-top: 24px;
}

@media (max-width: 1399.98px) {

    .building-feature {
        margin-bottom: 16px;
        height: auto;
    }

}


.building-about {
    margin-top: 60px;
}

@media (max-width: 1399.98px) {

    .building-about {
        margin-top: 24px;
    }

}


.contacts-boxes {
    margin-top: 30px;
}
.contacts-boxes__list {
    margin-top: 60px;
}
.contacts-box {
    background: #f1f3f5;
    border-radius: 12px;
    padding: 18px;
    height: 100%;
}
.contacts-box__title {
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue);
    padding-bottom: 12px;
    border-bottom: 2px solid #d4d9de;
}
.contacts-box__desc {
    font-size: 16px;
    line-height: 120%;
    margin-top: 24px;
}
.contacts-box__desc a {
    color: var(--mm-blue);
}
.contacts-boxes__socials {
    margin-top: 30px;
}
.contacts-boxes__socials-title {
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue)
}
.contacts-boxes__socials-list {
    margin-left: 30px;
}
.contacts-boxes__socials-item {
    border-radius: 8px;
    width: 41px;
    height: 41px;
    display: block;
    margin-right: 12px;
}
.contacts-boxes__socials-item_wa {
    background: var(--mm-blue) url(img/wa_w.svg) no-repeat center / 30px auto;
}
.contacts-boxes__socials-item_tg {
    background: var(--mm-blue) url(img/tg_w.svg) no-repeat center / 30px auto;
}
.contacts-boxes__socials-item_vk {
    background: var(--mm-blue) url(img/vk_w.svg) no-repeat center / 30px auto;
}

@media (max-width: 1399.98px) {

    .contacts-boxes__list {
        margin-top: 24px;
    }
    .contacts-box {
        margin-bottom: 16px;
        height: auto;
    }
    .contacts-boxes__socials {
        margin-top: 4px;
    }
    .contacts-boxes__socials-list {
        margin-left: 0;
        margin-top: 16px;
    }

}


.contacts-data {
    padding: 150px 0 90px;
}

@media (max-width: 1399.98px) {

    .contacts-data {
        padding: 60px 0;
    }

}


.contacts-map {
    margin-top: 60px;
}
.contacts-map__map {
    border-radius: 12px;
    height: 450px;
    margin-top: 60px;
    background: #f2f3f5;
    overflow: hidden;
}

@media (max-width: 1399.98px) {

    .contacts-map {
        margin-top: 150px;
    }
    .contacts-map__map {
        margin-top: 24px;
    }

}


.about-text {
    margin-top: 30px;
}

@media (max-width: 1399.98px) {

    .about-text {
        margin-top: 10px;
    }

}


.about-slider {
    margin-top: 60px;
}
.about-slider__pag {

}
.about-slider__pag-prev {
    background: url(img/arrow-left.svg) no-repeat center;
    border: 2px solid var(--mm-blue);
    border-radius: 100px;
    width: 44px;
    height: 44px;
}
.about-slider__pag-next {
    background: url(img/arrow-left.svg) no-repeat center;
    border: 2px solid var(--mm-blue);
    border-radius: 100px;
    width: 44px;
    height: 44px;
    transform: rotate(180deg);
    margin-left: 16px;
}
.about-slider__slider {
    margin-top: 30px;
}
.about-slider__slide {
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    height: 396px;
}

@media (max-width: 1399.98px) {

    .about-slider {
        margin-top: 24px;
    }
    .about-slider__pag {
        margin-top: 24px;
    }

}


.order-modal {

}
.order-modal .modal-dialog {
    max-width: 640px;
}
.order-modal .modal-content {
    border-radius: 12px;
    padding: 24px;
    border: none;
}
.order-modal__close {
    background: url(img/close-modal.svg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 16px;
}
.order-modal__title {
    font-weight: 700;
    line-height: normal;
    font-size: 36px;
    color: var(--mm-blue)
}
.order-modal__desc {
    font-size: 16px;
    line-height: 130%;
    margin-top: 12px;
}
.order-modal__form-wrapper {
    margin-top: 24px;
}
.order-modal__form {

}
.order-modal__form label {
    padding: 18px 12px;
}
.order-modal__form .form-floating>.form-control:focus~label,
.order-modal__form .form-floating>.form-control:not(:placeholder-shown)~label {
    transform: translateY(-13px);
    font-size: 10px;
    background: none !important;
}
.order-modal__form input {
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    height: 49px;
    background: #f1f3f5 !important;
    margin-bottom: 12px;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    font-size: 14px;
}
.order-modal__form textarea {
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    height: 100px !important;
    background: #f1f3f5 !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    font-size: 14px;
    resize: none;
}
.order-modal__form .form-floating>textarea:focus~label::after,
.order-modal__form .form-floating>textarea:not(:placeholder-shown)~label::after {
    background: none !important;
}
.order-modal__form button {
    height: 45px;
    border-radius: 8px;
    background: var(--mm-blue);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 24px;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    width: 100%;
}
.order-modal__form-rules {
    font-weight: 400;
    font-size: 12px;
    color: rgba(47, 47, 47, 0.8);
    margin-top: 12px;
}
.order-modal__form-rules a {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--mm-blue);
}


.doc-modal {

}
.doc-modal .modal-dialog {

}
.doc-modal .modal-content {
    border-radius: 12px;
    padding: 40px;
    border: none;
}
.doc-modal__close {
    background: url(img/close-modal.svg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 16px;
}
.doc-modal__wrapper {

}


.member-modal {

}
.member-modal .modal-dialog {
    max-width: 596px;
}
.member-modal .modal-content {
    border-radius: 12px;
    padding: 20px;
    border: none;
}
.member-modal__close {
    background: url(img/close-modal.svg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 16px;
}
.member-modal__wrapper {

}
.member-modal__head {

}
.member-modal__head-pic {
    max-width: 156px;
}
.member-modal__head-pic img {
    width: 100%;
    border-radius: 12px;
}
.member-modal__head-info {
    padding-left: 20px;
    max-width: calc(100% - 176px);
}
.member-modal__head-name {
    font-weight: 700;
    font-size: 24px;
}
.member-modal__head-role {
    font-size: 16px;
    color: #636363;
    margin-top: 12px;
    opacity: .6;
}
.member-modal__head-desc {
    font-size: 16px;
    line-height: 130%;
    color: #000;
    margin-top: 12px;
}
.member-modal__edu {
    border-top: 2px solid #d4d9de;
    margin-top: 20px;
    padding-top: 20px;
}
.member-modal__edu-title {
    font-weight: 600;
    font-size: 24px;
    color: var(--mm-blue);
}
.member-modal__edu-list {

}
.member-modal__edu-item {
    margin-top: 20px;
}
.member-modal__edu-item-pic {
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    width: 92px;
    height: 112px;
    background-color: #212e51;
    /*opacity: 0.1;*/
}
.member-modal__edu-item-info {
    max-width: calc(100% - 112px);
    padding-left: 20px;
}
.member-modal__edu-item-name {
    font-size: 16px;
    line-height: 130%;
}
.member-modal__edu-item-place {
    font-size: 12px;
    line-height: 130%;
    color: #636363;
    margin-top: 8px;
}
.member-modal__edu-item-link {
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--mm-blue);
    margin-top: 8px;
    display: inline-block;
}
.member-modal__edu-item-link:hover {
    opacity: .6;
}

@media (max-width: 1399.98px) {

    .member-modal__head-info {
        padding: 20px 0 0 0;
        max-width: 100%;
    }

}


.licence-modal {

}
.licence-modal .modal-dialog {
    max-width: 830px;
}
.licence-modal .modal-content {
    border-radius: 12px;
    padding: 40px;
    border: none;
}
.licence-modal__close {
    background: url(img/close-modal.svg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    right: 16px;
}
.licence-modal__wrapper {

}
.licence-modal .main-reviews__slide-about {
    width: 100%;
    padding-right: 0;
}
.licence-modal .main-reviews__slide-head {
    padding-bottom: 13px;
}
.licence-modal .main-reviews__slide-head-pic {
    border-radius: 200px;
    width: 54px;
    height: 54px;
    margin-right: 12px;
    background-size: cover;
    background-position: center;
}
.licence-modal .main-reviews__slide-head-author {
    padding-top: 6px;
}
.licence-modal .main-reviews__slide-head-author-name {
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue)
}
.licence-modal .main-reviews__slide-head-author-role {
    font-size: 14px;
    line-height: 120%;
    color: #636363;
    margin-top: 6px;
}
.licence-modal .main-reviews__slide-body {
    border-top: 2px solid #d4d9de;
    padding-top: 30px;
}
.licence-modal .main-reviews__slide-date {
    font-size: 14px;
    line-height: 120%;
    color: #636363;
}
.licence-modal .main-reviews__slide-text {
    font-size: 16px;
    line-height: 120%;
    margin-top: 16px;
    margin-bottom: 28px;
    min-height: 134px;
}
.licence-modal .main-reviews__slide-more {
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue);
    padding-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid var(--mm-blue);
    cursor: pointer;
}
.licence-modal .main-reviews__slide-pic {
    width: 100%;
}
.licence-modal .main-reviews__slide-pic img {
    width: 100%;
}

@media (max-width: 1399.98px) {

    .licence-modal .main-reviews__slide-about {
        width: 100%;
        padding-right: 0;
    }
    .licence-modal .main-reviews__slide {
        padding: 20px;
        min-height: auto;
    }
    .licence-modal .main-reviews__slide-body {
        padding-top: 16px;
    }
    .licence-modal .main-reviews__slide-pic {
        width: 100%;
        margin-top: 20px;
    }

}


.article {
    padding-bottom: 120px;
}
.article img {
    border-radius: 12px;
}
.article__head {

}
.article__date {
    font-size: 14px;
    line-height: 130%;
    text-align: right;
    color: #636363;
}
.article__pic {
    margin-top: 40px;
}
.article__topics {
    margin-top: 60px;
}
.article__topics-title {

}
.article__topics-list {

}
.article__topics-item {
    background: #f1f3f5 url(img/arrow-topic.svg) no-repeat right 20px top 20px;
    border-radius: 12px;
    padding: 20px 50px 20px 20px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue);
    cursor: pointer;
}
.article__topics-item:last-child {
    margin-bottom: 0;
}
.article__topics-item:hover {
    opacity: .6;
}
.article__section {
    margin-top: 90px;
}
.article__section h4 {
    margin-top: 60px;
}
.article__section__pic {
    margin-top: 30px;
}
.article__quote {
    margin-top: 30px;
    background: url(img/quote.svg) no-repeat right 30px top 30px;
    border-radius: 12px;
    padding: 30px 128px 30px 30px;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .12);
}
.article__quote-title {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: var(--mm-blue);
    border-bottom: 1px solid #d4d9de;
    padding-bottom: 20px;
}
.article__quote-info {
    margin-top: 20px;
}
.article__quote-pic {
    border-radius: 200px;
    width: 54px;
    height: 54px;
    margin-right: 12px;
    background-size: cover;
    background-position: center;
}
.article__quote-data {
    padding-top: 6px;
}
.article__quote-role {
    font-weight: 600;
    font-size: 16px;
    color: var(--mm-blue);
}
.article__quote-name {
    font-size: 14px;
    line-height: 120%;
    color: #636363;
    margin-top: 6px;
}

@media (max-width: 1399.98px) {

    .article {
        padding-bottom: 90px;
    }
    .article__date {
        text-align: left;
        margin-top: 16px;
    }
    .article__topics {
        margin-top: 30px;
    }
    .article__section {
        margin-top: 60px;
    }
    .article__section h4 {
        margin-top: 40px;
    }
    .article__quote {
        margin-top: 24px;
        background: url(img/quote.svg) no-repeat left 24px top 24px;
        padding: 100px 16px 16px 16px;
    }
    .article__quote-data {
        padding-top: 0;
    }
    .article__quote-role {
        font-size: 14px;
    }

}


.footer {
    backdrop-filter: blur(20px);
    background: var(--mm-blue);
    padding: 60px 0;
    margin-top: 120px;
}
.footer__head {
    border-bottom: 2px solid #fff;
    padding-bottom: 38px;
}
.footer__head-l {

}
.footer__logo {
    background: url(img/logo_w.svg) no-repeat left center / contain;
    width: 75px;
    height: 60px;
    margin-right: 43px;
    display: block;
}
.footer__socials {
    margin-top: 20px;
}
.footer__socials-item {
    border-radius: 8px;
    width: 41px;
    height: 41px;
    display: block;
}
.footer__socials-item_wa {
    background: #fff url(img/wa.svg) no-repeat center / 30px auto;
}
.footer__socials-item_tg {
    background: #fff url(img/tg.svg) no-repeat center / 30px auto;
    margin-left: 12px;
}
.footer__socials-item_vk {
    background: #fff url(img/vk.svg) no-repeat center / 30px auto;
    margin-left: 12px;
}
.footer__head-r {

}
.footer__order-btn {
    border-radius: 8px;
    width: 157px;
    height: 41px;
    line-height: 41px;
    display: block;
    background: var(--mm-brown);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: var(--mm-blue);
    margin-top: 19px;
    cursor: pointer;
}
.footer__order-btn:hover {
    background: #a68f6b;
}
.footer__bottom {
    padding-top: 30px;
}
.footer__contacts {
    margin-top: 3px;
}
.footer__contacts-time {
    background: url(img/time.svg) no-repeat left center;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding-left: 32px;
}
.footer__contacts-phone {
    background: url(img/phone.svg) no-repeat left center;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding-left: 32px;
    display: inline-block;
    margin-top: 16px;
}
.footer__contacts-mail {
    background: url(img/mail.svg) no-repeat left center;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding-left: 32px;
    display: inline-block;
    margin-top: 16px;
}
.footer__menu {
    margin-bottom: 58px;
}
.footer__menu-item {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-left: 25px;
    color: #fff;
}
.footer__menu-item_active {
    color: var(--mm-brown);
}
.footer__rules {
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
    opacity: .55;
}

@media (max-width: 1399.98px) {

    .footer {
        padding: 20px 0;
        margin-top: 30px;
    }
    .footer__order-btn {
        margin-top: 24px;
        width: 100%;
    }
    .footer__head {
        padding-bottom: 24px;
    }
    .footer__bottom {
        padding-top: 24px;
    }
    .footer__menu {
        margin: 30px 0 10px;
    }
    .footer__menu-item {
        margin-bottom: 10px;
        margin-left: 0;
    }

}

.price_main {
   padding-bottom: 120px;
}

.h2-text {
	margin-bottom: 30px;
}

.link-text {
	color: #0d6efd;
}

.building__h1 {
    font-weight: 700;
    font-size: 42px;
    color: var(--mm-blue);
    border-bottom: 4px solid #d2b589;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: .025em;
    padding-bottom: 4px;
}
