

/* Start:/local/templates/main/assets/css/reset.css?17439429731120*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End */


/* Start:/local/templates/main/template_styles.css?174846848746093*/
@font-face {
    font-family: 'Gilroy Regular';
    src: url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy Light';
    src: url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Light.woff2') format('woff2'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Light.woff') format('woff'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy Medium';
    src: url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Medium.woff2') format('woff2'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Medium.woff') format('woff'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy SemiBold';
    src: url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-SemiBold.eot');
    src: local('Gilroy Bold'), local('Gilroy-SemiBold'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-SemiBold.woff2') format('woff2'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-SemiBold.woff') format('woff'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy Bold';
    src: url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Bold.woff2') format('woff2'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
    url('/local/templates/main/./assets/fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Gilroy Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #292929;
    background: #fff;
}

button {
    font-family: 'Gilroy Regular', sans-serif;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 18px;
}


.square-slider {
    padding-bottom: 53px;
}

.square-slider__item img {
    object-fit: cover;
    width: 100%;
}

.square-slider__item-video {
    position: relative;
}

.square-slider__item-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    outline: unset;
}

.square-slider__item-info {
    margin-top: 28px;
}

.square-slider__item-title {
    font-family: 'Gilroy Medium', sans-serif;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #292929;
}

.square-slider__controls {
    z-index: 2;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 35px;
    width: 100%;
    background: #fff;
}

.square-slider__navigation .swiper-button-next,
.square-slider__navigation .swiper-button-prev {
    z-index: 1;
    position: static;
    top: calc(50% - 51px);
    bottom: unset;
    justify-content: flex-end;
    width: 91px;
    height: 30px;
    margin: unset;
    outline: unset;
    box-shadow: unset;
    background: unset;
}

.square-slider__navigation {
    display: flex;
    align-items: center;
    gap: 29px
}

.square-slider__navigation .swiper-button-next path,
.square-slider__navigation .swiper-button-prev path {
    stroke: #292929;
}

.square-slider__navigation .swiper-button-next:after,
.square-slider__navigation .swiper-button-prev:after {
    content: unset;
    display: none;
}

.square-slider__navigation .swiper-button-next.swiper-button-disabled,
.square-slider__navigation .swiper-button-prev.swiper-button-disabled {
}

.square-slider__navigation .swiper-button-next.swiper-button-disabled path,
.square-slider__navigation .swiper-button-prev.swiper-button-disabled path {
    stroke: #CFCFCF;
}

.square-slider__pagination {
    position: static;
    width: auto;
    color: #CFCFCF;
}

.square-slider__pagination .swiper-pagination-current {
    color: #292929;
}

@media screen and (min-width: 768px) {
    .square-slider {
        padding-bottom: 60px;
    }

    .square-slider__item-info {
        margin-top: 40px;
    }

    .square-slider__item-title {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .square-slider__item-text {
        max-width: 545px;
        line-height: 27px;
    }

}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset;
    border: unset;
    cursor: pointer;
    background: unset;
    box-sizing: border-box;
    transition: 0.3s;
}

.btn svg path,
.btn svg {
    transition: 0.3s;
}

.btn_additional {
    color: #fff;
    background: #292929;
}

.btn_additional svg path {
    stroke: #fff;
}

.btn_additional:hover svg {
    transform: rotate(45deg);
}

.btn_main {
    width: 222px;
    color: #292929;
    background: #FFC815;
}

.btn_main:hover {
    color: #fff;
    background: #292929;
}

.btn_main:hover svg path {
    stroke: #fff;
}

.btn_main:hover svg {
    transform: rotate(45deg);
}

.btn_download,
.btn_secondary,
.btn_additional,
.btn_main {
    width: 100%;
    gap: 9px;
    height: 56px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Gilroy Medium', sans-serif;
}

.btn_additional svg,
.btn_main svg {
    margin-top: -5px;
}

.btn_download {
    gap: 15px;
    width: 166px;
    border-bottom: solid 1px #292929;
}

.btn_download svg {
    margin-bottom: 2px;
}

.btn_secondary {
    color: #C0C0C0;
    border: solid 1px #D9D9D9;
}

.btn_secondary.active {
    border-color: #292929;
    color: #fff;
    background: #292929;
}

.form-group {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.form-group:not(:last-of-type) {
    margin-bottom: 32px;
}

.form-agree {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 28px 0;
    font-size: 12px;
    line-height: 20px;
}

.form-agree a {
    color: #292929;
}

.form-agree input {
    display: none;
}

.form-agree span {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border: solid 1px #292929;
    box-sizing: border-box;
}

.form-agree span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: transparent;
    transition: 0.3s;
}

.form-agree input:checked + span:before {
    background: #292929;
}

.custom-input {
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 32px;
    color: #292929;
    border: unset;
    border-bottom: solid 1px #d9d9d9;
    background: transparent;
    text-transform: uppercase;
    outline: unset;
}

.custom-input::-webkit-input-placeholder {
    font-family: 'Gilroy Regular', sans-serif;
    font-size: 14px;
    line-height: 32px;
    color: #292929;
}

.custom-input:-moz-placeholder {
    font-family: 'Gilroy Regular', sans-serif;

    font-size: 14px;
    line-height: 32px;
    color: #292929;
}

.custom-input::-moz-placeholder {
    font-family: 'Gilroy Regular', sans-serif;
    font-size: 14px;
    line-height: 32px;
    color: #292929;
}

.custom-input:-ms-input-placeholder {
    font-family: 'Gilroy Regular', sans-serif;

    font-size: 14px;
    line-height: 32px;
    color: #292929;
}

.custom-input::-ms-input-placeholder {
    font-family: 'Gilroy Regular', sans-serif;

    font-size: 14px;
    line-height: 32px;
    color: #292929;
}

/**
 * Main Header
 */
.main-header {
    padding: 10px 0;
    background: #F8F8F8;
    position: sticky;
    top: 0;
    z-index: 101;
}

.main-workarea {
    padding-top: 35px;
}

.inner-page {
    min-height: 550px;
    padding-bottom: 50px;
}

.main-header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header__logo {
    max-width: 53px;
}

.main-header__right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main-header__social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main-header__social-item {
    position: relative;
    display: flex;
}

.main-header__social-item svg {
    transition: opacity 0.3s;
}

.main-header__social-item svg + svg {
    position: absolute;
    top: 0;
    opacity: 0;
}

.main-header__social-item:hover svg {
    opacity: 0;
}

.main-header__social-item:hover svg + svg {
    opacity: 1;
}

.main-header__phone {
    display: none;
    font-family: 'Gilroy SemiBold', sans-serif;
    font-size: 18px;
    color: #292929;
    text-decoration: none;
}
.main-header__callback {
    display: none;
    width: 222px;
}

.main-header__nav {
    display: none;
}

.main-header__menu {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Gilroy Medium', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-header__menu a {
    padding: 20px 0;
    color: #292929;
    text-decoration: none;
}


.main-header__mobile-btn svg {
    pointer-events: none;
}

.main-header__mobile-btn path {
    transition: transform 0.3s;
}

.main-header__mobile-btn.active path:nth-of-type(3){
    transform: rotate(45deg);
    transform-origin: 12px 18px;
}
.main-header__mobile-btn.active path:nth-of-type(2){
    display: none;
}
.main-header__mobile-btn.active path:nth-of-type(1){
    transform: rotate(-45deg);
    transform-origin: 13px 24px;
}

@media screen and (min-width: 768px) {
    .main-header {
        padding: 17px 0;
    }

    .main-workarea {
        padding-top: 58px;
    }

    .main-header__logo {
        max-width: unset;
    }

}

@media screen and (min-width: 1080px) {
    .main-header__right {
        gap: unset;
    }

    .main-header__nav {
        display: block;
        margin-right: 30px;
    }

    .main-header__social {
        gap: 14px;
    }

    .main-header__social-item svg {
        width: 28px;
        height: 28px;
    }

    .main-header__phone {
        display: inline-block;
        margin-right: 30px;
    }
    .main-header__callback {
        display: flex;
        margin-left: 15px;
    }

    .main-header__mobile-btn {
        display: none;
    }
}

@media screen and (min-width: 1240px) {
    .main-header__nav {
        margin-right: 54px;
    }

    .main-header__menu {
        gap: 31px;
    }

    .main-header__social {
        gap: 14px;
    }

    .main-header__phone {
        margin-right: 54px;
    }
    .main-header__callback {
        margin-left: 34px;
    }
}

/**
 * Main Preview
 */

.main-preview__title {
    margin-bottom: 20px;
    font-family: 'Gilroy Medium', sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.17px;
    text-transform: uppercase;
}
.main-preview__text {
    max-width:750px;
    margin-bottom: 30px;
}

.main-preview__list {
    max-width: 600px;
    margin-left: 30px;
    margin-bottom: 30px;
    list-style-type: disc;
}

.main-preview__conditions {
    margin-bottom: 30px;
    padding: 20px 25px;
    background: #F8F8F8;
}

.main-preview__conditions-item {
    line-height: 24px;
    letter-spacing: 2%;
}

.main-preview__conditions-item:not(:last-of-type) {
    margin-bottom: 22px;
}

.main-preview__conditions-item-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    font-family: 'Gilroy Bold', sans-serif;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
}

.main-preview__conditions-item-title svg {
    margin-top: 4px;
    margin-right: 11px;
    width: 22px;
    height: 22px;
}

.main-preview__conditions-item-value {
    padding-left: calc(11px + 22px);
}

.main-preview__picture {
    margin-bottom: 20px;
}

.main-preview__subtitle {
    margin-bottom: 50px;
    padding-bottom: 20px;
    line-height: 28px;
    letter-spacing: 8px;
    border-bottom: solid 1px #D9D9D9;
}


@media screen and (min-width: 768px) {
    .main-preview {
        margin-bottom: 106px;
    }

    .main-preview__title {
        margin-bottom: 50px;
        font-size: 83px;
        line-height: 69px;
        letter-spacing: 0.5px;
    }

    .main-preview__title_second {
        font-size: 48px;
    }

    .main-preview__text {
        font-size: 18px;
    }

    .main-preview__wrap {
        display: flex;
        align-items: flex-start;
        gap: 45px;
        margin-bottom: 47px;
    }

    .main-preview__conditions {
        margin-bottom: unset;
        padding: 70px 37px;
    }

    .main-preview__conditions-item-title svg {
        width: 26px;
        height: 26px;
        margin-top: 1px;
        margin-right: 19px;
    }

    .main-preview__conditions-item-value {
        line-height: 27px;
        padding-left: 45px;
    }

    .main-preview__subtitle {
        margin-bottom: unset;
        padding-bottom: 47px;
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 10.8px;
    }

    .main-preview__picture {
        max-width: 50%;
        margin-bottom: unset;
    }
}

@media screen and (min-width: 1160px) {
    .main-preview__picture {
        max-width: unset;
    }
    .main-preview__picture img {
        height: 447px;
    }
}
/**
 * Main About title
 */
.main-about {
    margin-bottom: 40px;
}

.main-about__title {
    margin-bottom: 28px;
    font-family: 'Gilroy Medium', sans-serif;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
}

.main-about__conditions {
    margin-bottom: 20px;
}

.main-about__conditions-title {
    font-family: 'Gilroy Bold', sans-serif;
    margin-bottom: 20px;
    line-height: 32px;
    text-transform: uppercase;

}

.main-about__conditions-item {
    border-top: solid 1px #D9D9D9;
    border-bottom: solid 1px #D9D9D9;
}

.main-about__conditions-item {
    padding: 20px 0;
    text-transform: uppercase;
    border-bottom: solid 1px #D9D9D9;
    box-sizing: border-box;
}

.main-about__conditions-item-wrap {
    display: flex;
    align-items: flex-start;
}

.main-about__conditions-item svg {
    min-width: 27px;
    margin-right: 14px;
    margin-top: -2px;
    flex-shrink: 0;
}

.main-about__tabs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .main-about {
        margin-bottom: 48px;
    }

    .main-about__title {
        margin-bottom: 64px;
        font-size: 48px;
        line-height: 69px;
    }

    .main-about__wrap {
        max-width: 627px;
        margin: 0 auto;
    }

    .main-about__conditions {
        margin-bottom: 60px;
    }

    .main-about__conditions-item {
        display: flex;
        align-items: center;
        line-height: 27px;
    }

    .main-about__tabs {
        flex-direction: unset;
        margin-bottom: 43px;
    }
}


@media screen and (min-width: 960px) {
    .main-about {
        margin-bottom: 57px;
    }
    .main-about__wrap {
        display: flex;
        max-width: unset;
        gap: 66px;
    }

    .main-about__conditions {
        width: 50%;
        margin-bottom: unset;
    }

    .main-about__blocks {
        width: 50%;
        max-width: 627px;
        margin-top: -120px;
    }
}

/**
 * Main Rent
 */
.main-rent .custom-form {
    padding: unset;
}

.main-rent .main-about__conditions {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .main-rent .custom-form .main-form__bottom {
        margin-top: unset;
    }

    .main-rent .custom-form .form-agree {
        max-width: 500px;
    }

    .main-rent .main-form__bottom {
        flex-direction: column;
    }

    .main-rent .custom-form .btn {
        align-self: flex-end;
        margin-top: 50px;
    }
}

@media screen and (min-width: 960px) {

    .main-rent {
        position: relative;
        padding-top: 48px;
        margin-bottom: unset;
        padding-bottom: 57px;
        border-top: solid 1px #D9D9D9;
    }
    .main-rent:before {
        z-index: 1;
        content: ' ';
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1px;
        height: 100%;
        background: #D9D9D9;
    }

    .main-rent:after {
        z-index: 1;
        content: ' ';
        position: absolute;
        top: -1px;
        display: block;
        height: 1px;
        background: #D9D9D9;

        left: 50%;
        width: 100vw;
        margin-left: -50vw;
    }

    .main-rent .main-about__wrap {
        gap: unset;
        justify-content: space-between;
    }

    .main-rent .main-about__conditions {
        width: calc(50% - 33px);
        margin-bottom: unset;
    }

    .main-rent .main-about__blocks {
        width: calc(50% - 33px);
        margin-top: -242px;
    }

    .main-rent .main-about__title {
        line-height: 63px;
    }
}



@media screen and (min-width: 1060px) {

    .main-rent .main-about__conditions {
        width: calc(50% - 60px);
    }

    .main-rent .main-about__blocks {
        width: calc(50% - 60px);
    }

}


/**
 * Main info
 */
.main-info {
    margin-bottom: 40px;
    padding: 40px 0 20px;
    color: #fff;
    background: #292929;

    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
}

.main-info__title {
    font-family: 'Gilroy Bold', sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 32px;
}

.main-info__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 0 20px 41px;
    text-transform: uppercase;
    border-top: solid 1px #D9D9D9;
    background: url('/local/templates/main/./assets/img/svg/ico-checklist.svg') top 17px left no-repeat;
}

.main-info__item span {
    font-family: 'Gilroy Bold', sans-serif;
}

@media screen and (min-width: 768px) {
    .main-info {
        margin-bottom: 66px;
        padding: 65px 0 74px;
    }

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

    .main-info__item {
        flex-direction: unset;
        justify-content: space-between;
        align-items: center;
        min-height: 113px;
        box-sizing: border-box;
        background-position: left top 46%;
    }

    .main-info__item:last-of-type {
        margin-bottom: -1px;
        border-bottom: solid 1px #D9D9D9;
    }
}

@media screen and (min-width: 980px) {

    .main-info__wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 0 30px;
    }

    .main-info__block {
        width: 50%;
        flex: 1;
    }
    .main-info__item span {
        text-align: right;
    }
}

@media screen and (min-width: 1024px) {
    .main-info__wrap {
        gap: 0 66px;
    }
}
/**
 * Main Where
 */
.main-where {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: solid 1px #DADADA;
}

.main-where__item:not(:last-of-type) {
    margin-bottom: 22px;
}

.main-where__item {
    line-height: 32px;
    letter-spacing: 2%;
}

.main-where__item svg {
    width: 22px;
    height: 22px;
    margin-top: -4px;
    margin-right: 11px;
}

.main-where__item-title {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Gilroy Bold', sans-serif;
}

.main-where__item-value {
    padding-left: 33px;
    line-height: 24px;
}
.main-where__item-value span {
    display: none;
}

@media screen and (min-width: 768px) {
    .main-where {
        margin-bottom: 65px;
        padding-bottom: unset;
        border-bottom: unset;
    }

    .main-where__wrap {
        display: flex;
        justify-content: space-between;
        gap: 66px;
    }

    .main-where__item {
        width: 50%;
    }

    .main-where__item:not(:last-of-type) {
        margin-bottom: unset;
    }

    .main-where__item svg {
        width: 26px;
        height: 26px;
        margin-right: 19px;
    }

    .main-where__item-value {
        padding-left: calc(19px + 26px);
    }

    .main-where__item-value span {
        display: inline-block;
        margin: 0 12px;
    }
}

/**
 * Main Documents
 */
.main-documents {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-bottom: 50px;
    padding: 50px 0;
    background: #F8F8F8;
}

.main-documents__title {
    margin-bottom: 28px;
    font-family: 'Gilroy Medium', sans-serif;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
}

.main-documents__list-item:first-of-type {
    border-top: solid 1px #D9D9D9;
}

.main-documents__list-item {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    border-bottom: solid 1px #D9D9D9;
}

.main-documents__list-item-title {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 11px;
    font-family: 'Gilroy Medium', sans-serif;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.main-documents__list-item-title img {
    width: 40px;
    height: 40px;
}

.main-documents__list-item-title span {
    margin-bottom: 2px;
}

.main-documents__list-item-btn {
    align-self: flex-end;
    margin-bottom: -1px;
    color: inherit;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .main-documents {
        margin-bottom: 112px;
        padding: 108px 0 120px;
    }

    .main-documents__title {
        margin-bottom: 40px;
        font-size: 48px;
        line-height: 69px;
    }

    .main-documents__list-item {
        padding-top: 48px;
    }

    .main-documents__list {
        display: flex;
        gap: 30px;
        justify-content: center;
        margin: 0 auto;
    }

    .main-documents__list-item {
        border-top: solid 1px #D9D9D9;
    }

    .main-documents__list-item-title {
        min-height: 66px;
        margin-bottom: 25px;
        align-items: center;
    }
}

@media screen and (min-width: 1160px) {
    .main-documents__list-item {
        flex: 1;
    }
}


@media screen and (min-width: 1200px) {
    .main-documents__list {
        gap: 60px;
    }
}

/**
 * Main Contacts
 */

.main-contacts__title {
    margin-bottom: 28px;
    font-family: 'Gilroy Medium', sans-serif;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
}

.main-contacts__block {
    border-top: solid 1px #D9D9D9;
}

.main-contacts__block a {
    display: inline-block;
    color: #292929;
    text-decoration: none;
}

.main-contacts__block {
    padding: 28px 0;
}

.main-contacts__block:first-of-type {
    padding: 20px 0;
    font-family: 'Gilroy Medium', sans-serif;
    font-size: 24px;
    line-height: 50px;
    text-transform: uppercase;
}

.main-contacts__address-title {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 4px;
    font-family: 'Gilroy Bold', sans-serif;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 2%;
}

.main-contacts__address-title svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.main-contacts__address-value {
    padding-left: calc(11px + 22px);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2%;
}

.main-contacts__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}

.main-contacts__social a {
    display: flex;
}

.main-contacts__social a svg {
    width: 50px;
    height: 50px;
}

.main-contacts__map-wrap {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
}

.main-contacts__map {
    width: 100%;
    height: 537px;
}

[class*=ymaps][class*=-ground-pane] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

@media screen and (min-width: 768px) {
    .main-contacts__title {
        margin-bottom: 20px;
        font-size: 48px;
        line-height: 69px;
    }

    .main-contacts__info {
        display: flex;
        justify-content: space-between;
        border-top: solid 1px #D9D9D9;
    }

    .main-contacts__block:nth-child(1) {
        font-size: 30px;
        line-height: 62px;
        letter-spacing: 0.5px;
        padding-right: 20px;
    }
    .main-contacts__block:nth-child(2) {
        padding: 0 4%;
        border-left: solid 1px #D9D9D9;
        border-right: solid 1px #D9D9D9;
    }

    .main-contacts__block:nth-child(3) {
        flex: 1;
        padding-left: 5%;
        padding-right: 20px;
    }
    .main-contacts__block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 211px;
        border-top: unset;
        box-sizing: border-box;
    }

    .main-contacts__block br {
        display: none;
    }
}
@media screen and (min-width: 1160px) {

    .main-contacts__block:nth-child(1) {
        width: 27.045%;
        padding-right: 4%;
    }


    .main-contacts__block:nth-child(2) {
        width: 35.227%;
        padding: unset;
    }
    .main-contacts__social {
        gap: 40px;
    }

    .main-contacts__social a svg {
        width: 85px;
        height: 85px;
    }
}

@media screen and (min-width: 1320px) {
    .main-contacts__block:nth-child(1) {
    }
}

/**
 * Main Form
 */
.main-form {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding: 50px 0;
    background: #FFCD2B;
}

.main-form__title {
    max-width: 174px;
    margin-bottom: 32px;
    font-family: 'Gilroy SemiBold', sans-serif;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
}

.main-form .custom-input {
    color: #292929;
    border-color: #292929;
}


.main-form .custom-input::-webkit-input-placeholder {
    color: #292929;
}

.main-form .custom-input:-moz-placeholder {
    color: #292929;
}

.main-form .custom-input::-moz-placeholder {
    color: #292929;
}

.main-form .custom-input:-ms-input-placeholder {
    color: #292929;
}

.main-form .custom-input::-ms-input-placeholder {
    color: #292929;
}

.main-form__bottom {
    display: block;
}

@media screen and (min-width: 768px) {
    .main-form .custom-input {
        font-family: 'Gilroy SemiBold', sans-serif;
    }

    .main-form .custom-input::-webkit-input-placeholder {
        font-family: 'Gilroy SemiBold', sans-serif;
    }

    .main-form .custom-input:-moz-placeholder {
        font-family: 'Gilroy SemiBold', sans-serif;
    }

    .main-form .custom-input::-moz-placeholder {
        font-family: 'Gilroy SemiBold', sans-serif;
    }

    .main-form .custom-input:-ms-input-placeholder {
        font-family: 'Gilroy SemiBold', sans-serif;
    }

    .main-form .custom-input::-ms-input-placeholder {
        font-family: 'Gilroy SemiBold', sans-serif;
    }
}

@media screen and (min-width: 768px) {
    .main-form {
        padding: 68px 0 55px;
    }

    .main-form__title {
        max-width: unset;
        margin-bottom: 51px;
        font-size: 48px;
        line-height: 69px;
    }

    .main-form__block {
        column-count: 2;
        column-gap: 68px
    }

    .form-group:not(:last-of-type) {
        margin-bottom: 62px;
    }
}

@media screen and (min-width: 1080px) {
    .main-form__bottom {
        display: flex;
        justify-content: space-between;
        margin-top: 52px;
    }

    .form-group:nth-child(2) {
        margin-bottom: 52px;
    }

    .main-form .btn {
        flex-shrink: 0;
        width: 222px;
        margin-left: 30px;
    }

    .form-agree {
        max-width: 315px;
        margin: unset;
    }
}
/**
 * Main Footer
 */
.main-footer {
    padding: 50px 0 30px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background: #292929;
}

.main-footer__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-footer__logo {
    width: 72px;
    margin-bottom: 28px;
}

.main-footer__privacy-wrap {
    text-align: center;
}
.main-footer__privacy {
    color: #fff;
    max-width: 270px;
    text-align: left;
}

.main-copyright {
    margin-top: 22px;
}

@media screen and (min-width: 768px) {
    .main-footer {
        padding: 80px 0;
    }
    .main-footer__wrap {
        position: relative;
        flex-direction: unset;
        align-items: center;
        justify-content: space-between;
    }

    .main-copyright {
        margin-top: unset;
    }
    .main-footer__logo {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 106px;
        height: 82px;
        transform: translate(-50%, -50%);
        margin-bottom: unset;
    }

    .main-footer__info {
        font-size: 16px;
        line-height: 22px;
    }

    .main-footer__privacy {
        font-size: 16px;
        line-height: 22px;
    }

    .main-footer__privacy:not(:last-of-type) {
        margin-bottom: 19px;
    }
    .main-footer__privacy-wrap {
        flex-shrink: 0;
        text-align: left;
    }

    .divider {
        height: 20px;
    }
}

/**
 * Mobile Menu
 */
.menu__menu {
    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;
    -webkit-box-pack        : justify;
    -webkit-justify-content : space-between;
    -ms-flex-pack           : justify;
    justify-content         : space-between;
    padding                 : 63px 0;
    border-bottom           : 1px solid #357D3D;
}

.menu__menu {
    -webkit-flex-wrap       : wrap;
    -ms-flex-wrap           : wrap;
    flex-wrap               : wrap;
    grid-gap                : 10px;
    -webkit-box-pack        : start;
    -webkit-justify-content : flex-start;
    -ms-flex-pack           : start;
    justify-content         : flex-start;
    padding                 : 25px 0;
}

.menu__menu a {
    font-weight     : 400;
    font-size       : 21px;
    line-height     : 98.7%;
    color           : #282828;
    text-decoration : none;
}

.menu__menu a:hover {
    color : #B45A06;
}


.menu__menu {
    padding : 30px 0;
    background: #F3F4FF;
}

.menu__menu a {
    width       : 100%;
    font-size   : 25px;
    line-height : 140%;
}

.menu__bot {
    z-index: 1;
    position: relative;
    display                 : block;
    padding-bottom: calc(94px + 20px);
}

.menu__col {
    width         : 100%;
}

.st-menu .menu__title,
.menu__title {
    padding: 0 18px;
    font-size     : 16px;
    line-height: 24px;
    color         : #282828;
    text-decoration: none;
}

.menu__col .menu__cont {
    padding-top: 26px
}

.menu__col > .menu__title + .menu__cont {
    margin: 0 18px;
    padding: 20px 0;
    border-bottom: solid 1px #E5E8FF;
}



.menu__col > .menu__title + .menu__cont .menu__title {
    padding: unset;
}

.menu__col > .menu__title + .menu__cont > li:not(:last-of-type) {
    margin-bottom: 20px;
}

.menu__col > .menu__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    font-family: 'Gilroy Semibold', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #1A1B30;
}

.menu__title.active {
}

.menu__col > .menu__title.active {
    background: #E5E8FF;
}


.menu__cont {
    display : none;
    padding         : 0;
    margin          : 0;
    list-style-type : none;
    color: #fff;
    transition: 0.3s;
}

.menu__col > .menu__title.active + .menu__cont {
    margin-bottom: 14px;
}

.menu__cont > li > a {
    display         : flex;
    position        : relative;
    padding-left    : 31px;
    font-weight     : 400;
    font-size       : 16px;
    text-decoration : none;
}

.menu__cont .menu__title {
    color: #000;
}

.menu__cont > li > a:hover {
    color : #B45A06;
}

.menu__cont > li > ul {
    padding         : 0;
    margin          : 0;
    list-style-type : none;
}

.menu__cont > li > ul a {
    margin-bottom: 25px;
    font-weight     : 300;
    font-size       : 14px;
    line-height     : normal;
    color           : #fff;
    text-decoration : none;
    padding-left    : 43px;
}


.menu__cont > li > ul a:hover {
    color : #fff;
}

.menu__contacts {
    width: 100%;
}

@media (max-width : 767px) {
    .menu__title {
        position : relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .js-submenu.menu__title::after {
        content            : "";
        display            : block;
        width              : 12px;
        height             : 7px;
        position           : static;
        right              : 0;
        top                : 15px;
        -webkit-transition : all 0.3s;
        -o-transition      : all 0.3s;
        transition         : all 0.3s;
        background         : url("/local/templates/main/./assets/img/svg/ico-menu-arrow.svg") center no-repeat;

    }

    .menu__title span {
        display : none;
    }

    .menu__title.active::after {
        background         : url("/local/templates/main/./assets/img/svg/ico-menu-arrow-2.svg") center no-repeat;
    }

    .menu__col > .menu__title + .menu__cont .menu__title::after {
        background         : url("/local/templates/main/./assets/img/svg/ico-menu-arrow-2.svg") center no-repeat;
    }


    .content {
        min-height : 0;
    }
}

.body_fixed {
    overflow: hidden;
}

.menu-top {
    top: 0;
    z-index: 10;
    position: sticky;
    width: 100%;
    padding: 14px 0;
    background: #F3F4FF;
}

.menu-top .search-page {
    margin-top: 13px;
}

.menu-top .search-page input {
    background-color: #fff;
}

.main-header__fold-phone {
    display: inline-flex;
    align-items: center;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.menu-top__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-top__sections.nice-select{
    width: 226px;
    height: 41px;
    padding: 0 14px;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    background: rgba(228, 24, 58, 1);
}

.nice-select.open .list {
    color: #000;
}

.menu-top__sections.nice-select:after {
    width: 8px;
    height: 6px;
    background: url('/local/templates/main/assets/img/svg/ico-section-arrow.svg') center no-repeat;
}

.open-mob-menu {
    margin-top: 9px;
}

.open-mob-menu button {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding: 0;
    outline: none;
}

.open-mob-menu:hover {
    border: solid 2px #601dc0;
    background: #601dc0;
}

.open-mob-menu:hover .toogler-icon {
    background: #fff;
}

.open-mob-menu:hover .toogler-icon:before, .open-mob-menu:hover .toogler-icon:after {
    background: #fff;
}

.st-container, .st-pusher {
    height: 100%;
    height: auto;
}

.st-container {
    position: relative;
}

.st-pusher {
    position: relative;
    left: 0;
    height: 100%;
    /*perspective: 1000px;*/
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.st-pusher:after {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.9);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu {
    box-sizing: border-box;
    position: fixed;
    display: block;
    top: 62px;
    right: 0;
    padding: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    background: #F3F4FF;
    overflow: scroll;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.st-menu__wrap {
    position: relative;
    min-height: 100%;
    padding: 32px 0 28px;
    box-sizing: border-box;
}

.st-menu .container {
    padding: 0 18px;
}

.st-menu:after {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu-open .st-pusher:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu-open .st-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: unset;
    border-top: solid 1px #DADADA;
    box-shadow: unset;
}

.st-menu-open .st-menu:after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

@media screen and (min-width: 768px) {
    .st-menu {
        top: 91px;
    }
}

.st-menu a {
    color: #292929;
}

.mobile-bottom {
    padding-top: 28px;
    border-top: solid 1px #DADADA;
}
.mobile-phone {
    display: inline-block;
    margin-bottom: 28px;
    font-family: 'Gilroy SemiBold', sans-serif;
    font-size: 22px;
    line-height: 18px;
    text-decoration: none;
    color: #292929;
}

.mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.mobile-menu__item {
    font-family: 'Gilroy Medium', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5;
    text-transform: uppercase;
}

.mobile-menu__item-link {
    display: inline-block;
    text-decoration: none;
}

/**
 * Overlay forms
 */


.overlay-active {
    overflow: hidden;
}

.overlay-active:before {
    content: ' ';
    z-index: 1;
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
}

.overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    bottom: -350vw;
    left: 0;
    background-color: transparent;
    z-index: 101;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.overlay-thx .popup {
    position: relative;
    top: 300px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0
}

.overlay-thx .popup.active {
    top: 0;
    opacity: 1
}

.overlay-call {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    overflow-y: scroll
}

.overlay-call__title {
    margin-bottom: 28px;
}

.overlay-call__subtitle {
    max-width: 288px;
    margin: 0 auto;
    text-align: center;
}

.overlay-call_success .overlay-call__title {
    margin-bottom: 12px;
}

.overlay-call_success .overlay-call__subtitle {

}

.calculate-form__agree {
    display: flex;
    align-items: flex-start;
    flex-wrap: unset;
    font-size: 12px;
    line-height: 13px;
    cursor: pointer;
}

.calculate-form__agree p {
    margin: 2px 0 0 13px;
}

.calculate-form__agree a {
    color: #000;
}

.calculate-form__agree input {
    display: none;
}

.calculate-form__agree span {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: #ECECEC;
    box-sizing: border-box;
}

.calculate-form__agree input:checked + span:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    background: #6E1B22;
    transform: translate(-50%, -50%);
}

.overlay-call__form-title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    text-align: center;
}

.overlay-call__form-property {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
}

.overlay-call__form-property span {
    color: #9E9D9D;
}
.overlay-call__form-property {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.overlay-call .popup {
    position: relative;
    width: 90%;
    max-width: 724px;
    background: #fff;
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

.overlay-call .popup.active {
    z-index: 1;
    top: 15%;
    opacity: 1
}

.overlay-call__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    cursor: pointer;
}

.overlay-call__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 58px;
    margin-top: 14px;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    transition: 0.3s;
    border: unset;
    background: #6E1B22;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.overlay-call__btn_second {
    color: #000;
    background: #fff;
    border: solid 1px #6E1B22;
}

.overlay-call__btn:after {
    right: 21px;
}

.overlay-active {
    bottom: 0
}

.overlay-start {
    background-color: rgba(5, 0, 34, 0.5);
}

.overlay-call__price {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 23px;
}

.overlay-call__price span {
    margin-right: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #9E9D9D;
}

.overlay-call__price .rouble {
    margin-left: 5px;
}
.overlay-call__bot {
    margin-top: 14px;
}

.overlay-call_has-inputs .popup {
    padding-bottom: 25px;
}

.overlay-call_has-inputs .overlay-call__title {
    margin-bottom: 12px;
}

.overlay-call_success .popup {
    max-width: 390px
}
.overlay-call__form-group {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    margin-bottom: 14px;
    margin-top: 18px;
}

.overlay-call__link {
    display: inline-flex;
    margin-bottom: 26px;
    margin-top: 4px;
    font-size: 16px;
    line-height: 19px;
    color: #9E9D9D;
}

@media (max-width: 767px) {
    .overlay-call {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow-y: scroll
    }
}

@media (min-width: 768px) {
    .overlay-call__form-group {
        grid-gap: 12px;
        margin: 39px 0 24px;
    }

    .overlay-call__title {
        margin-bottom: 16px;
        font-size: 38px;
        line-height: 46px;
    }

    .overlay-call_personal .popup {
        padding-top: 86px;
    }

    .overlay-call_personal .overlay-call__title {
        font-size: 24px;
        line-height: 29px;
    }

    .overlay-call__subtitle {
        max-width: 364px;
    }

    .overlay-call__form-title {
        margin-bottom: 9px;
        font-size: 28px;
        line-height: 32px;
    }


    .overlay-call_success .popup {
        padding-top: 45px;
    }

    .overlay-call_success .overlay-call__title {
        margin-bottom: 21px;
        font-size: 24px;
        line-height: 29px;
    }

    .overlay-call_has-inputs .overlay-call__title {
        margin-bottom: 21px;
    }

    .overlay-call__price {
        font-size: 28px;
        line-height: 32px;
    }
    .overlay-call__price span {
        margin-right: 12px;
    }

    .overlay-call__bot {
        display: flex;
        align-items: center;
        grid-gap: 30px;
        margin-top: 25px;
    }

    .overlay-call_personal .overlay-call__bot {
        display: block;
    }

    .overlay-call__btn {
        max-width: 297px;
        margin-top: unset;
    }


    .overlay-call_personal .overlay-call__btn {
        max-width: unset;
        margin-top: 10px;
    }

    .overlay-call__close {
        top: 18px;
        right: 18px;
    }
}

.custom-form {
    padding: 32px 25px;
}

.custom-form__title {
    margin-bottom: 28px;
    font-family: 'Gilroy Medium', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 34px;
}

.custom-form__body {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.custom-form .main-form__bottom {
    margin-top: -8px;
}

.custom-form .form-agree a,
.custom-form .form-agree {
    color: #7A7A7A;
}

@media screen and (min-width: 768px) {
    .custom-form {
        padding: 52px 62px 62px;
    }

    .custom-form__body {
        gap: 38px;
    }

    .custom-form .main-form__bottom {
        margin-top: 24px;
    }

    .custom-form__title {
        margin-bottom: 45px;
        font-size: 48px;
        line-height: 63px;
    }

    .custom-form .main-form__bottom {
        display: flex;
        justify-content: space-between;
        margin-top: 52px;
    }

    .custom-form .form-group:nth-child(2) {
        margin-bottom: 52px;
    }

    .custom-form .btn {
        flex-shrink: 0;
        width: 222px;
        margin-left: 30px;
    }

    .custom-form .form-agree {
        max-width: 315px;
        margin: unset;
    }
}


/* Tabs */
.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
}
/* Принудительно делаем текст в меню чёрным */
.main-header__menu a,
.main-header__right span,
.main-header__right a:not(.btn):not(.btn_main):not(.btn_download):not(.btn_secondary) {
  color: #000 !important;
  text-shadow: none !important;
}

/* End */
/* /local/templates/main/assets/css/reset.css?17439429731120 */
/* /local/templates/main/template_styles.css?174846848746093 */
