

/* Start:/bitrix/templates/newland/styles.css?17396349841142*/
.pashka.no-abs {
	background-image: linear-gradient(180deg, var(--e-global-color-accent) 0%, var(--e-global-color-5b633ca) 100%);
    width: 100%;
    margin: 0 0 40px!important;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.59);
}

.landing_form .call__title,.landing_form button {
	font-size:0px !important;
}

[data="ФИО"]:before {
	content:'Имя';
	color:#000;
	font-weight: 600;
}
[data="Телефон для связи"]:before {
	content:'Телефон';
		color:#000;
	font-weight: 600;
}
[data="Email"]:before {
	content:'Email';
		color:#000;
	font-weight: 600;
}
.landing_form .call__title:before {
	content:'Написать нам';
	font-size: 24px;
}
.landing_form button:before {
	content:'Отправить';
font-size: 1.15rem;
line-height:1.15rem;
}

.elementor-kit-4 h3 {
    text-transform: none;
}

.button_call {    margin-bottom: -23px  !important;}
/* End */


/* Start:/bitrix/templates/newland/template_styles.css?176196397756876*/
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Roboto', sans-serif;
        }

        /* ОСНОВНЫЕ СТИЛИ */
        .header, .footer {
            background: #000000;
            width: 100%;
        }

        .header__container, .footer__container {
            max-width: 1024px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }

        .header__left, .footer__left {
            display: flex;
            align-items: center;
        }

        .header__logo img, .footer__logo img,
        .footer__image img, .footer__skolkovo img, 
        .footer__social img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        .header__right, .footer__right {
            display: flex;
            justify-content: flex-end;
        }

        .header__contacts {
            display: flex;
            gap: 60px;
            align-items: center;
        }

        .header__phones, .footer__phones {
            font-family: 'Roboto', sans-serif;
            font-weight: 900;
            font-size: 22px;
            line-height: 26px;
            color: #B9B9B9;
            max-width: 220px;
        }

        .header__website, .footer__website {
            font-family: 'Roboto', sans-serif;
            font-weight: 900;
            font-size: 46px;
            line-height: 54px;
            text-decoration-line: underline;
            color: #B9B9B9;
            max-width: 275px;
        }

        .header {
            padding: 20px 0;
        }

        .header__phones {
            text-align: left;
        }

        .header__website {
            text-align: right;
        }

        /* УНИВЕРСАЛЬНЫЕ СТИЛИ ДЛЯ РАЗДЕЛЕННЫХ БЛОКОВ */
        .split-block {
            position: relative;
            overflow: hidden;
        }

        .split-block__background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            display: flex;
        }

        .split-block__bg-side {
            flex: 1;
        }

        .split-block__container {
            max-width: 1024px;
            height: 100%;
            margin: 0 auto;
            position: relative;
            z-index: 2;
            display: flex;
        }

        .split-block__half {
            flex: 1;
            padding: 0 40px;
            display: flex;
            align-items: center;
        }

        /* МОДИФИКАТОРЫ ДЛЯ РАЗНЫХ БЛОКОВ */
        .split-block--first {
            height: calc(100vh - 242px);
            background: url('https://citypoint.ru/images/landing/u3621819541_replace_the_buildings_with_perfect_buildings_feat_8e585d8c-a6ee-43be-8207-7d938bab10ec_0.png') center center / cover no-repeat;
        }
        .split-block--first.land2 {
            background: url('https://citypoint.ru/images/landing/land2/u3621819541_replace_the_buildings_with_perfect_buildings_feat_8e585d8c-a6ee-43be-8207-7d938bab10ec_0 1.png') center center / cover no-repeat;
        }
		

        .split-block--first .split-block__bg-side--left {
            background: rgba(88, 47, 0, 0.79);
        }
        .split-block--first.land2 .split-block__bg-side--left {
			background: rgba(88, 0, 0, 0.29);
			background-blend-mode: multiply;
        }

        .split-block--first .split-block__bg-side--right {
            background: transparent;
        }

        .split-block--first .split-block__half--left {
            color: white;
        }

        .split-block--second {
            height: 148px;
        }

        .split-block--second .split-block__bg-side--left {
            background: rgba(255, 0, 0, 1);
        }

        .split-block--second .split-block__bg-side--right {
            background: rgba(85, 85, 85, 1);
        }

        .split-block--second .split-block__half {
            color: white;
        }

        .split-block--third {
            position: relative;
        }

        .split-block--third::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            height: 344px;
            background: rgba(224, 224, 224, 1);
            z-index: 1;
        }

        .split-block--third::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 344px;
            background: rgba(187, 255, 0, 1);
            z-index: 1;
        }

        .split-block--third .split-block__background {
            display: none;
        }

        .split-block--third .split-block__container {
            z-index: 3;
        }

        .split-block--third .split-block__half {
            padding: 0 10px;
            align-items: flex-start;
            flex-direction: column;
        }

        .split-block--fourth, .split-block--sixth, .split-block--seventh {
            min-height: 800px;
            padding: 80px 0;
        }

        .split-block--fourth .split-block__container,
        .split-block--sixth .split-block__container,
        .split-block--seventh .split-block__container {
            flex-direction: column;
        }

        .split-block--fourth .split-block__container {
            max-width: 750px;
        }

        .split-block--sixth .split-block__container,
        .split-block--seventh .split-block__container {
            max-width: 1024px;
        }

        .split-block--sixth {
            background: rgba(248, 248, 248, 1);
        }

        .split-block--fourth .split-block__half,
        .split-block--sixth .split-block__half,
        .split-block--seventh .split-block__half {
            width: 100%;
            flex: none;
            padding: 0;
            justify-content: center;
        }

        .split-block--fifth {
            height: 589px;
            background: url('https://citypoint.ru/images/landing/u3621819541_technical_support_specialist_working_247_in_a_mod_53852b10-f3f6-4517-b9d5-70204e5f1769_1.png') center center / cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .split-block--fifth.land2 {
            height: 589px;
            background: url('https://citypoint.ru/images/landing/land2/Rectangle 1434.png') center center / cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .split-block--eighth {
            background: url('https://citypoint.ru/images/landing/Mask group (1).png') center center / cover no-repeat;
            display: flex;
            align-items: center;
            min-height: 600px;
        }
        .split-block--eighth.land2 {
            background: url('https://citypoint.ru/images/landing/land2/g2 1.png') center center / cover no-repeat;
            display: flex;
            align-items: center;
            min-height: 600px;
        }

        .split-block__container--eighth {
            max-width: 1024px;
            margin: 0 auto;
            width: 100%;
            display: flex;
            justify-content: flex-end;
        }

        /* ВНУТРЕННИЕ БЛОКИ */
        .content-block {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 30px;
        }

        .header-row {
            display: flex;
            align-items: center;
            margin-bottom: 0;
            gap: 15px;
        }

        .title-badge {
            padding: 10px 20px;
            font-family: 'Roboto', sans-serif;
            font-weight: 900;
            font-size: 41px;
            line-height: 100%;
            color: white;
            border-radius: 0;
        }

        .title-badge--red {
            background: rgba(255, 0, 0, 1);
        }

        .title-badge--gray {
            background: rgba(85, 85, 85, 1);
        }

        .subtitle {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 100%;
            color: #555555;
        }

        .image-container {
            width: 100%;
            height: auto;
            background: #D9D9D9;
            overflow: hidden;
            margin-top: 0;
        }

        .image-container img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* СТИЛИ ДЛЯ ЧЕТВЕРТОГО БЛОКА */
        .steps-title {
            font-family: 'Roboto', sans-serif;
            font-weight: 900;
            font-size: 55px;
            line-height: 100%;
            text-align: center;
            color: rgba(85, 85, 85, 1);
            margin-bottom: 20px;
        }

        .steps-subtitle {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 25px;
            line-height: 130%;
            text-align: center;
            color: rgba(85, 85, 85, 1);
            margin-bottom: 30px;
        }

        .steps-highlight {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }

        .steps-highlight-text {
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            font-size: 25px;
            line-height: 100%;
            text-align: center;
            color: rgba(85, 85, 85, 1);
        }

        .highlight-circle {
            width: 150px;
            height: 150px;
            background-color: rgba(187, 255, 0, 1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .highlight-number {
            font-family: 'Roboto', sans-serif;
            font-weight: 900;
            font-size: 72px;
            line-height: 49px;
            color: rgba(85, 85, 85, 1);
        }

        .step {
            display: flex;
            margin-bottom: 50px;
            align-items: flex-start;
            max-width: 689px;
        }

        .step-number {
            width: 93px;
            height: 93px;
            background-color: #BABABA;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 30px;
            flex-shrink: 0;
			font-weight: 900;
    font-size: 36px;
	color:#fff
        }

        .step-number span {
            font-weight: 900;
            font-size: 36px;
            color: #FFFFFF;
        }

        .step-content {
            flex: 1;
            padding: 0 5px;
        }

        .step-title {
            font-weight: 700;
            font-size: 26px;
            line-height: 30px;
            color: #555555;
            margin-bottom: 15px;
        }

        /* ТЕКСТОВЫЕ СТИЛИ */
        .text-medium, .text-black {
            font-family: 'Roboto', sans-serif;
            line-height: 100%;
        }

        .text-medium {
            font-weight: 500;
        }

        .text-black {
            font-weight: 900;
        }

        .text-left {
            text-align: left;
        }

        .text-right {
            text-align: right;
        }

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

        /* СПЕЦИФИЧНЫЕ РАЗМЕРЫ ТЕКСТА */
        .split-block--first .text-medium {
            font-size: 50px;
            line-height: 54px;
            margin-bottom: 10px;
        }

        .split-block--first .text-black {
            font-size: 106px;
            line-height: 106px;
        }

        .split-block--second .text-medium {
            font-size: 29px;
        }

        .split-block--second .text-black {
            font-size: 55px;
        }

        .split-block--first.land2 .text-medium {
			font-size: 50px;
			line-height: 50px;
			font-weight: 500;
			margin-bottom: 10px;
			text-transform: uppercase;
        }

        .split-block--first.land2 .text-medium span {
			font-size: 32px;
    font-weight: 300;
	text-transform: uppercase;
	
        }

        .split-block--first.land2 .text-black {
			font-size: 50px;
			line-height: 50px;
    font-weight: 500;
	text-transform: uppercase;
       }
        .split-block--first.land2 .text-black span {
			font-size: 32px;
    font-weight: 300;
        }

        .split-block--second.land2 .text-medium {
            font-size: 29px;
        }

        .split-block--second.land2 .text-black {
            font-size: 55px;
        }

        /* ПЯТЫЙ БЛОК */
        .solution-content, .solution-content--eighth {
            background: rgba(76, 62, 49, 0.79);
            padding: 100px 80px 80px;
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .solution-content {
            width: 1021px;
        }

        .solution-content--eighth {
            width: 717px;
            padding: 80px 60px;
            align-items: center;
            background: rgba(60, 53, 43, 0.66);
        }

        .solution-title, .solution-title--eighth {
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            line-height: 130%;
            color: white;
        }

        .solution-title {
            font-size: 31px;
        }

        .solution-title br + span {
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            font-size: 63px;
            line-height: 100%;
            color: white;
        }

        .solution-title--eighth {
            font-size: 30px;
            line-height: 35px;
            max-width: 559px;
            margin: 0;
        }

        .solution-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
        }

        .solution-features {
            flex: 1;
        }

        .feature-list, .feature-list--eighth {
            color: white;
            list-style-position: inside;
			text-align:left;
        }

        .feature-list li, .feature-list--eighth li {
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            font-size: 20px;
            line-height: 100%;
            margin-bottom: 15px;
        }

        .feature-list--eighth {
            padding: 0;
            margin: 0;
            max-width: 509px;
        }

        .feature-list--eighth li {
            font-weight: 400;
            font-size: 17px;
            line-height: 20px;
            margin-bottom: 8px;
            text-align: left;
        }

        .feature-list--eighth li:last-child {
            margin-bottom: 0;
        }

        .solution-button, .solution-button--eighth {
            background: rgba(255, 119, 0, 1);
            border: 5px solid white;
            border-radius: 4px;
            color: white;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }

        .solution-button {
            width: 413px;
            height: 128px;
            font-size: 22px;
        }

        .solution-button--eighth {
            width: 413px;
            height: 128px;
            font-size: 22px;
            margin: 20px 0;
        }

        .solution-button:hover, .solution-button--eighth:hover {
            background: rgba(230, 107, 0, 1);
        }

        .guarantee-text--eighth {
            font-family: 'Roboto', sans-serif;
            font-weight: 900;
            font-size: 41px;
            line-height: 48px;
            text-align: center;
            color: #FFFFFF;
            max-width: 531px;
            margin: 0;
        }

        .guarantee-highlight {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 25px;
            line-height: 130%;
            text-align: center;
            color: #FFFFFF;
            display: block;
            margin-top: 10px;
        }

        .phones-text--eighth {
            font-family: 'Roboto', sans-serif;
            font-weight: 900;
            font-size: 37px;
            line-height: 43px;
            text-align: center;
            color: #FFFFFF;
            max-width: 419px;
            margin: 0;
        }

        /* ШЕСТОЙ БЛОК */
        .split-block--sixth .step {
            display: flex;
            align-items: center;
            max-width: 689px;
            margin: 0 auto 40px;
        }

        .split-block--sixth .step-number {
            width: 93px;
            height: 93px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 30px;
            flex-shrink: 0;
            background: none;
            border-radius: 0;
        }

        .split-block--sixth .step-number img {
            width: 100%;
            height: auto;
            display: block;
        }

        .split-block--sixth .step-content {
            flex: 1;
        }

        .split-block--sixth .step-content p {
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: 21px;
            line-height: 100%;
            color: #555555;
            margin: 0;
            position: relative;
            padding-left: 20px;
        }

        .split-block--sixth .step-content p::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #555555;
            font-size: 21px;
        }

        /* СЕДЬМОЙ БЛОК - FAQ */
        .faq-container {
            width: 100%;
            margin-top: 50px;
            transition: all 0.5s ease;
        }

        .faq-container.hidden {
            opacity: 0;
            max-height: 0;
            overflow: hidden;
        }

        .faq-container:not(.hidden) {
            opacity: 1;
            max-height: 5000px;
        }

        .faq-item {
            margin-bottom: 100px;
        }

        .faq-question {
            width: 1024px;
            background: rgba(243, 242, 242, 1);
            border-radius: 30px;
            padding: 30px;
            position: relative;
            margin-bottom: 50px;
            cursor: pointer;
        }

        .faq-question::after {
            content: '';
            left: 24px;
            width: 68px;
            position: absolute;
            height: 34px;
            background: #f3f2f2;
            z-index: 1;
            transform: rotate3d(-1, -21, 10, 75deg);
            bottom: -15px;
        }

        .faq-question p {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-style: italic;
            font-size: 18px;
            line-height: 120%;
            color: rgba(85, 85, 85, 1);
            margin: 0;
        }

        .faq-answer-wrapper {
            display: none;
            align-items: flex-start;
            gap: 30px;
            margin-left: auto;
        }

        .faq-answer-wrapper.active {
            display: flex;
        }

        .answer-icon {
            width: 93px;
            height: 93px;
            flex-shrink: 0;
            margin-top: 10px;
        }

        .answer-icon img {
            width: 100%;
            height: auto;
            display: block;
        }

        .faq-answer {
            flex: 1;
            background: #FFFFFF;
            border-radius: 30px;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            padding: 30px;
            position: relative;
        }

        .faq-answer::after {
            content: '';
            width: 68px;
            position: absolute;
            height: 34px;
            background: #ffffff;
            z-index: 1;
            transform: rotate3d(-1, -21, 10, 75deg);
            box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
            right: 35px;
            bottom: -16px;
        }

        .faq-answer p {
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 18px;
            line-height: 120%;
            color: rgba(85, 85, 85, 1);
            margin: 0;
        }

        .faq-control {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-top: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .faq-control-line {
            flex: 1;
            max-width: 408px;
            height: 0;
            border-top: 1px dashed rgba(85, 85, 85, 1);
            border-bottom: none;
            border-left: none;
            border-right: none;
            position: relative;
            top: 40px;
        }

        .faq-control-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
            min-width: 150px;
        }

        .faq-control-icon {
            width: 60px;
            height: 60px;
            transition: transform 0.5s ease;
        }

        .faq-control-icon img {
            width: 100%;
            height: auto;
            display: block;
        }

        .faq-control-text {
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-style: normal;
            font-size: 30px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
            color: rgba(85, 85, 85, 1);
            transition: all 0.3s ease;
        }

        .faq-control:hover .faq-control-text {
            color: rgba(65, 65, 65, 1);
        }

        .faq-control.hidden .faq-control-icon {
            transform: rotate(180deg);
        }

        .faq-control.hidden .faq-control-text {
            content: "Открыть";
        }

        /* ПОДВАЛ */
        .footer {
            padding: 60px 0 40px;
        }

        .footer__left {
            flex-direction: column;
            gap: 25px;
        }

        .footer__address {
            font-family: 'Arial', sans-serif;
            font-weight: 400;
            font-size: 21px;
            line-height: 24px;
            color: #B9B9B9;
            max-width: 494px;
        }

        .footer__right {
            flex-direction: column;
            align-items: flex-end;
            gap: 25px;
            width: 50%;
            justify-content: space-between;
        }

        .footer__website, .footer__phones, .footer__email {
            text-align: right;
        }

        .footer__email {
            text-decoration-line: underline;
        }

        .footer__bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            margin-top: 30px;
        }

        .footer__skolkovo {
            flex-shrink: 0;
        }

        .footer__social {
            display: flex;
            gap: 25px;
            align-items: center;
        }

        .footer__social img {
            width: 40px;
            height: 40px;
            object-fit: contain;
            border-radius: 50%;
        }

        /* МЕДИА-ЗАПРОСЫ */
        /* Планшеты */
        @media (max-width: 1024px) {
            .header__container, .footer__container, .split-block__container {
                max-width: 90%;
            }
            
            .header__contacts {
                gap: 40px;
            }
            
            .header__website, .footer__website {
                font-size: 40px;
                line-height: 46px;
            }
            
            .header__phones, .footer__phones {
                font-size: 20px;
                line-height: 24px;
            }

            .split-block--first .text-medium {
                font-size: 45px;
                line-height: 48px;
            }
            
            .split-block--first .text-black {
                font-size: 90px;
                line-height: 90px;
            }
            
            .split-block--second .text-medium {
                font-size: 26px;
            }
            
            .split-block--second .text-black {
                font-size: 48px;
            }

            .title-badge {
                font-size: 36px;
                padding: 8px 16px;
            }

            .subtitle {
                font-size: 16px;
            }

            .steps-title {
                font-size: 48px;
            }

            .steps-subtitle {
                font-size: 22px;
            }

            .highlight-circle {
                width: 130px;
                height: 130px;
            }

            .highlight-number {
                font-size: 60px;
            }

            .step {
                margin-bottom: 40px;
            }

            .solution-content {
                width: 90%;
                max-width: 1021px;
            }

            .solution-button, .solution-button--eighth {
                width: 350px;
                height: 110px;
                font-size: 20px;
            }

            .split-block--sixth {
                min-height: auto;
                padding: 60px 0;
            }
            
            .split-block--sixth .step {
                margin-bottom: 35px;
            }
            
            .split-block--sixth .step-number {
                width: 80px;
                height: 80px;
                margin-right: 25px;
            }
            
            .split-block--sixth .step-content p {
                font-size: 19px;
            }

            .faq-question {
                width: 100%;
                max-width: 1024px;
            }
            
            .faq-answer-wrapper {
                width: 100%;
                max-width: 915px;
            }

            .faq-control-line {
                max-width: 300px;
            }
            
            .faq-control-text {
                font-size: 26px;
            }

            .solution-content--eighth {
                width: 100%;
                max-width: 717px;
                padding: 60px 40px;
            }
            
            .solution-title--eighth {
                font-size: 26px;
                line-height: 32px;
            }
            
            .guarantee-text--eighth {
                font-size: 36px;
                line-height: 42px;
            }
            
            .guarantee-highlight {
                font-size: 22px;
            }
            
            .phones-text--eighth {
                font-size: 32px;
                line-height: 38px;
            }

            .footer__container {
                flex-direction: column;
                gap: 40px;
            }
            
            .footer__right {
                align-items: flex-start;
                width: 100%;
            }
            
            .footer__website, .footer__phones, .footer__email {
                text-align: left;
            }
            
            .footer__bottom {
                margin-top: 20px;
            }
        }

        /* Мобильные устройства */
        @media (max-width: 768px) {
            .header {
                padding: 15px 0;
            }
            
            .header__container {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
            
            .header__contacts {
                flex-direction: column;
                gap: 15px;
                align-items: center;
            }
            
            .header__website, .footer__website {
                font-size: 36px;
                line-height: 42px;
                text-align: center;
            }
            
            .header__phones, .footer__phones {
                font-size: 18px;
                line-height: 22px;
                text-align: center;
            }

            .split-block {
                height: auto;
            }
            
            .split-block--first, .split-block--second, .split-block--third,
            .split-block--fourth, .split-block--fifth, .split-block--sixth,
            .split-block--seventh, .split-block--eighth {
                min-height: auto;
                height: auto;
            }
            
            .split-block--first {
                min-height: 377px;
            }
            
            .split-block--second {
                min-height: 148px;
            }

            .split-block--fourth, .split-block--sixth, .split-block--seventh {
                padding: 60px 0;
            }
            
            .split-block__background {
                flex-direction: column;
            }
            
            .split-block__bg-side {
                height: 50%;
            }
            
            .split-block__container {
                flex-direction: column;
                height: auto;
            }
            
            .split-block__half {
                min-height: 50%;
                padding: 30px 20px;
                justify-content: center;
                text-align: center;
            }

            .split-block--third .split-block__half {
                padding: 20px;
                align-items: center;
            }
            
            .split-block__half--left {
                order: 1;
            }
            
            .split-block__half--right {
                order: 2;
            }
            
            .text-left, .text-right {
                text-align: center;
            }
            
            .split-block--first .text-medium {
                font-size: 38px;
                line-height: 42px;
                margin-bottom: 5px;
            }
            
            .split-block--first .text-black {
                font-size: 70px;
                line-height: 70px;
            }
            

        .split-block--first.land2 .text-medium {
			font-size: 30px;
			line-height: 30px;
			font-weight: 500;
			margin-bottom: 10px;
			text-transform: uppercase;
        }

        .split-block--first.land2 .text-medium span {
			font-size: 22px;
    font-weight: 300;
	text-transform: uppercase;
	
        }

        .split-block--first.land2 .text-black {
			font-size: 30px;
			line-height: 30px;
    font-weight: 500;
	text-transform: uppercase;
       }
        .split-block--first.land2 .text-black span {
			font-size: 22px;
    font-weight: 300;
        }

        .split-block--second.land2 .text-medium {
            font-size: 19px;
        }

        .split-block--second.land2 .text-black {
            font-size: 25px;
        }







            .split-block--second .text-medium {
                font-size: 24px;
            }
            
            .split-block--second .text-black {
                font-size: 42px;
            }

            .split-block--third::before, .split-block--third::after {
                width: 100%;
                height: 50%;
            }

            .split-block--third::before {
                top: 0;
                height: 50%;
            }

            .split-block--third::after {
                top: 50%;
                height: 50%;
            }

            .content-block {
                margin-top: 20px;
            }

            .header-row {
                justify-content: center;
                text-align: center;
                flex-direction: column;
                gap: 10px;
            }

            .title-badge {
                font-size: 32px;
                padding: 6px 12px;
            }

            .subtitle {
                font-size: 16px;
                text-align: center;
            }

            .steps-title {
                font-size: 36px;
            }

            .steps-subtitle {
                font-size: 20px;
            }

            .steps-highlight {
                flex-direction: column;
                gap: 5px;
            }

            .highlight-circle {
                width: 120px;
                height: 120px;
            }

            .highlight-number {
                font-size: 50px;
            }

            .step {
                flex-direction: column;
                align-items: center;
                text-align: center;
                margin-bottom: 30px;
            }

            .step-number {
                margin-right: 0;
                margin-bottom: 20px;
            }

            .step-title {
                font-size: 22px;
            }

            .split-block--fifth {
                padding: 60px 0;
            }

            .solution-content, .solution-content--eighth {
                padding: 30px 20px;
                gap: 25px;
            }

            .solution-title {
                font-size: 26px;
            }

            .solution-title br + span {
                font-size: 48px;
            }

            .solution-bottom {
                flex-direction: column;
                text-align: center;
                gap: 30px;
            }

            .solution-button, .solution-button--eighth {
                width: 100%;
                max-width: 413px;
                height: 100px;
                font-size: 20px;
            }

            .feature-list li {
                font-size: 18px;
                margin-bottom: 12px;
            }

            .split-block--sixth {
                padding: 50px 0;
            }
            
            .split-block--sixth .step {
                flex-direction: column;
                text-align: center;
                margin-bottom: 30px;
            }
            
            .split-block--sixth .step-number {
                margin-right: 0;
                margin-bottom: 20px;
                width: 70px;
                height: 70px;
            }
            
            .split-block--sixth .step-content p {
                font-size: 18px;
                text-align: center;
                padding-left: 0;
            }
            
            .split-block--sixth .step-content p::before {
                display: none;
            }

            .split-block--seventh {
                padding: 60px 0;
            }
            
            .faq-container {
                margin-top: 30px;
            }
            
            .faq-item {
                margin-bottom: 40px;
                padding: 0 10px;
            }
            
            .faq-question {
                min-height: auto;
                padding: 20px;
                margin-bottom: 10px;
            }
            
            .faq-question::after {
                /*display: none;*/
            }
            
            .faq-answer-wrapper {
                flex-direction: row;
                gap: 20px;
                margin-left: 0;
                width: 100%;
                align-items: center;
            }
            
            .answer-icon {
                width: 70px;
                height: 70px;
                margin-top: 0;
            }
            
            .faq-answer {
                min-height: auto;
                padding: 20px;
                width: 100%;
                text-align: left;
            }
            
            .faq-answer::after {
                /*display: none;*/
            }
            
            .faq-question p, .faq-answer p {
                font-size: 16px;
                line-height: 120%;
            }

            .faq-control {
                gap: 15px;
                margin-top: 40px;
            }
            
            .faq-control-line {
                max-width: 200px;
            }
            
            .faq-control-content {
                min-width: 120px;
                gap: 12px;
            }
            
            .faq-control-icon {
                width: 50px;
                height: 50px;
            }
            
            .faq-control-text {
                font-size: 22px;
            }

            .split-block--eighth {
                padding: 60px 0;
            }
            
            .split-block__container--eighth {
                justify-content: center;
            }
            
            .solution-content--eighth {
                padding: 40px 30px;
                gap: 25px;
                width: 100%;
            }
            
            .solution-title--eighth {
                font-size: 22px;
                line-height: 28px;
            }
            
            .feature-list--eighth li {
                font-size: 16px;
                line-height: 19px;
            }
            
            .guarantee-text--eighth {
                font-size: 28px;
                line-height: 34px;
            }
            
            .guarantee-highlight {
                font-size: 18px;
                margin-top: 8px;
            }
            
            .phones-text--eighth {
                font-size: 26px;
                line-height: 32px;
            }

            .footer {
                padding: 40px 0 30px;
            }
            
            .footer__container {
                gap: 30px;
            }
            
            .footer__left, .footer__right {
                align-items: center;
                text-align: center;
            }
            
            .footer__address {
                font-size: 18px;
                line-height: 22px;
            }
            
            .footer__website, .footer__phones, .footer__email {
                text-align: center;
            }
            
            .footer__bottom {
                flex-direction: column;
                gap: 20px;
            }
            
            .footer__social {
                gap: 20px;
            }
            
            .footer__social img {
                width: 35px;
                height: 35px;
            }
        }

        /* Маленькие мобильные устройства */
        @media (max-width: 480px) {
            .header__website, .footer__website {
                font-size: 28px;
                line-height: 34px;
            }
            
            .header__phones, .footer__phones {
                font-size: 16px;
                line-height: 20px;
            }

            .split-block--first .text-medium {
                font-size: 28px;
                line-height: 32px;
            }
            
            .split-block--first .text-black {
                font-size: 50px;
                line-height: 50px;
            }
            
            .split-block--second .text-medium {
                font-size: 20px;
            }
            
            .split-block--second .text-black {
                font-size: 32px;
            }

            .title-badge {
                font-size: 24px;
                padding: 4px 8px;
            }

            .steps-title {
                font-size: 28px;
            }

            .steps-subtitle {
                font-size: 18px;
            }

            .highlight-circle {
                width: 100px;
                height: 100px;
            }

            .highlight-number {
                font-size: 40px;
            }

            .step-number {
                width: 70px;
                height: 70px;
            }

            .step-number span {
                font-size: 28px;
            }

            .step-title {
                font-size: 20px;
            }

            .solution-title {
                font-size: 22px;
            }

            .solution-title br + span {
                font-size: 36px;
            }

            .solution-button, .solution-button--eighth {
                height: 80px;
                font-size: 18px;
            }

            .feature-list li {
                font-size: 16px;
            }

            .faq-control-line {
                max-width: 150px;
            }
            
            .faq-control-text {
                font-size: 18px;
            }

            .solution-title--eighth {
                font-size: 20px;
                line-height: 26px;
            }
            
            .guarantee-text--eighth {
                font-size: 24px;
                line-height: 30px;
            }
            
            .guarantee-highlight {
                font-size: 16px;
            }
            
            .phones-text--eighth {
                font-size: 22px;
                line-height: 28px;
            }

            .footer__address {
                font-size: 16px;
                line-height: 20px;
            }
        }




.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.popup_hidden {
  opacity: 0;
  z-index: -1;
}
.popup__body {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup__close {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -50px;
  right: -50px;
}
.popup__close:before,
.popup__close:after {
  position: absolute;
  display: block;
  content: '';
  background: #ff8c00;
}
.popup__close:before {
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.popup__close:after {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.popup__close:hover:before,
.popup__close:hover:after {
  background: #ffa333;
}
@media screen and (max-width: 767px) {
  .popup__close {
    right: 0;
  }
  .popup__close_slider {
    top: 0;
  }
}
@media screen and (max-width: 479px) {
  .popup__close_slider {
    top: -50px;
  }
}
.call {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 70px;
  font-family: robotolight, Roboto, sans-serif;
  color: black;
  width: 460px;
}
.landing_form .call__title {
font-size: 24px !important;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 400;
}
.landing_form button {
font-size: 15px !important;
    margin-bottom: 10px !important;
    text-align: center;
    font-weight: 200;
}

.landing_form .call__title:before, .landing_form button:before {
display:none !important
}
.call__text {
text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: -12px;
    max-width: 100%;
    font-weight: 100;
}
.call__text_no-margin {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .call {
    padding: 20px 30px;
    max-width: 320px;
  }
}
.form_call {
  width: 100%;
}
.form_call .form__field {
  width: 100%;
  border-color: #c4c4c4;
  text-align: center;
  margin-bottom: 13px;
  padding: 12px 10px;
}
.form_call .form__field:placeholder {
  color: #c4c4c4;
}
.form_mobile {
  display: none;
}
.form_mailing {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form_mailing .form__field {
  width: calc(100% - 240px);
  height: 40px;
  border: none;
  background: white;
  color: black;
  box-shadow: inset 2px 3px 7px 0 rgba(0, 0, 0, 0.2);
}
.select2 {
  border: 1px solid white;
  background: transparent !important;
  cursor: pointer;
  position: relative;
}
.select2-search {
  display: none;
}
.select2-container {
  width: 377px !important;
}
.select2-container.no-valid {
  border-color: #ff8c00;
}
.select2-container--open {
  background: white;
}
.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 1.5px;
  transform-origin: 50% 1.5px;
}
.select2-results__option {
  padding: 5px 10px;
  cursor: pointer;
}
.select2-results__option:hover {
  background: #f2f2f2;
}
.select2-selection__rendered {
  display: block;
  padding: 10px 10px;
}
.select2-selection__placeholder {
  font-family: robotolight, Roboto, sans-serif;
}
.select2-selection__arrow {
  border-top: 3px solid white;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  .form_footer .form__field {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .select2-container {
    width: 90% !important;
  }
  .form_calc .form__group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  .form_calc .form__group_control .form__label {
    margin-left: 0;
  }
  .form_calc .form__group_control .form__info {
    top: 34%;
  }
  .form_calc .form__group_control .form__field {
    margin-bottom: 10px;
  }
  .form_calc .form__label {
    margin-bottom: 10px;
  }
  .form_calc .form__field {
    width: 100%;
  }
  .form_calc .form__info {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 5px;
  }
  .form_calc .select2-container {
    width: 100% !important;
  }
  .form_footer {
    position: absolute;
    top: 100%;
    margin-top: 420px;
  }
  .form_footer .form__field {
    width: 100%;
  }
.socials {
 	margin-top: 50px;
  }
  .form_mobile {
    display: block;
  }
  .form_desktop {
    display: none;
  }
  .form_mailing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form_mailing .form__field {
    width: auto;
    margin-bottom: 20px;
  }
}
.button {
  display: inline-block;
  border: 2px solid white;
  padding: 12px 38px;
  font-size: 16px;
  line-height: 16px;
  color: white;
  text-transform: uppercase;
  background: transparent;
}
.button:hover {
  border-color: #ff8c00;
  background: #ff8c00;
}
.button_orange {
  border-color: #ff8c00;
  color: #ff8c00;
  text-transform: none;
  padding: 12px 25px;
  min-width: 150px;
}
.button_orange:hover {
  background: #ff8c00;
  color: white;
}
.button_orange-full {
  border-color: #ff8c00;
  color: white;
  background-color: #ff8c00;
}
.button_orange-full:hover {
  color: #ff8c00;
  background: white;
}
.button_stats {
  margin-right: 17px;
}
.button_stats:last-child {
  margin-right: 0;
}
.button_resolve {
  text-transform: none;
  padding: 13px 40px;
}
.button_resolve:hover {
  background: white;
  color: #ff8c00;
  border-color: white;
}
.button_white {
  text-transform: none;
  color: #3a371c;
  background: white;
  padding: 11px 30px;
}
.button_white:hover {
  color: white;
}
.button_calc {
  min-width: 180px;
  text-transform: none;
}
.button_footer {
  width: 100%;
  margin-right: 0;
  text-transform: none;
}
.button_call {
  margin-bottom: 10px;
  width: 100%;
  text-transform: none;
  padding: 14px 38px;
}
.button_mailing {
  width: 220px;
  text-transform: none;
  padding: 10px 30px;
}
.button_mailing:hover {
  background: white;
  color: #ff8c00;
  border-color: white;
}
.button_center {
  margin: 0 auto;
}
.button_partners {
  text-transform: none;
}
.button_equipment {
  width: 43%;
  text-transform: none;
  max-width: 100%;
  padding: 12px;
}
.button_login-up {
  background-color: #ff8c00;
  text-transform: none;
  border-color: #ff8c00;
  margin-right: 20px;
}
.button_login-up:hover {
  background-color: #fff;
  color: #ff8c00;
}
.button_login-in {
  border-color: #ff8c00;
  text-transform: none;
  color: #ff8c00;
}
.button_login-in:hover {
  color: #fff;
}
.button_buy {
  background-color: #ff8c00;
  color: #ffffff;
  border-color: #ff8c00;
  font-family: robotobold, Roboto, sans-serif;
  padding-left: 68px;
  padding-right: 68px;
}
.button_buy:hover {
  background-color: #ffffff;
  color: #ff8c00;
}
@media screen and (max-width: 1365px) {
  .button_login-up {
    width: 70%;
    margin-bottom: 20px;
  }
  .button_login-in {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .button_equipment {
    margin-bottom: 17px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .button_footer {
    width: auto;
    padding: 12px 30px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
    text-align: center;
  }
  .button_footer {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 20px;
  }
  .button_stats {
    width: 48%;
  }
  .button_mailing {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .button_equipment {
    margin-bottom: 17px;
  }
  .button_login-up {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .button {
    width: 100%;
    text-align: center;
  }
  .button_stats {
    margin-bottom: 10px;
    text-align: center;
  }
  .button_stats:last-child {
    margin-bottom: 0;
  }
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form__group_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form__group_hidden {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  height: 0;
  margin: 0 !important;
}
.form__field {
  background: transparent;
  border: 1px solid white;
  padding: 10px 10px;
}
.form__field::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form__field:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form__field::placeholder {
  color: #aaa;
  opacity: 1;
}
.form__field.no-valid {
  border-color: #ff8c00;
}
.form__box,
.form__radio {
  display: none;
}
.form__label {
  margin-right: 10px;
}
.form__label_box {
  position: relative;
  padding-left: 30px;
}
.form__label_box:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-color: white;
  cursor: pointer;
}
.form__box:checked + .form__label_box:before {
  background-image: url(/bitrix/templates/index/img/sprite.png);
  background-position: -90px -191px;
  width: 20px;
  height: 20px;
}
.form__select {
  display: none;
}
.form__info {
  margin-left: 10px;
  margin-right: 10px;
}
.form__tooltip {
  position: absolute;
  top: -20px;
  left: 50%;
  color: #ff8c00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  white-space: nowrap;
  font-family: robotolight, Roboto, sans-serif;
}
.form__tooltip_hidden {
  visibility: hidden;
  opacity: 0;
}
.form_calc {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_calc .form__field {
  width: 126px;
}
.form_calc .form__label {
  width: 190px;
}
.form_calc .form__label_box {
  width: auto;
  margin-left: 20px;
  margin-right: 0;
}
.form_calc .form__group {
  margin-bottom: 20px;
  width: 580px;
}
.form_calc .form__group:last-child {
  margin-bottom: 0;
}
.form_footer {
  position: relative;
}
.form_footer .form__field {
  width: 100%;
  border-color: #777777;
  border-width: 2px;
  padding: 13px 18px;
  box-sizing: border-box;
}
.form_footer .form__field:placeholder {
  color: #777777;
}
.form_footer .form__search-button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/bitrix/templates/index/img/sprite.png);
  background-position: 0px -97px;
  width: 24px;
  height: 24px;
}
.form_search {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}
.form_search .form__field {
  width: 100%;
  border-color: #b9b9b9;
  border-width: 1px;
  padding: 13px 18px;
  box-sizing: border-box;
}
.form_search .form__field:placeholder {
  color: #b9b9b9;
}
.form_search .form__search-button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/bitrix/templates/index/img/sprite.png);
  background-position: -94px -97px;
  width: 24px;
  height: 24px;
}
.form_call {
  width: 100%;
}
.form_call .form__field {
  width: 100%;
  border-color: #c4c4c4;
  text-align: center;
  margin-bottom: 13px;
  padding: 12px 10px;
}
.form_call .form__field:placeholder {
  color: #c4c4c4;
}
.form_mobile {
  display: none;
}
.form_mailing {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form_mailing .form__field {
  width: calc(100% - 240px);
  height: 40px;
  border: none;
  background: white;
  color: black;
  box-shadow: inset 2px 3px 7px 0 rgba(0, 0, 0, 0.2);
}
.select2 {
  border: 1px solid white;
  background: transparent !important;
  cursor: pointer;
  position: relative;
}
.select2-search {
  display: none;
}
.select2-container {
  width: 377px !important;
}
.select2-container.no-valid {
  border-color: #ff8c00;
}
.select2-container--open {
  background: white;
}
.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 1.5px;
  transform-origin: 50% 1.5px;
}
.select2-results__option {
  padding: 5px 10px;
  cursor: pointer;
}
.select2-results__option:hover {
  background: #f2f2f2;
}
.select2-selection__rendered {
  display: block;
  padding: 10px 10px;
}
.select2-selection__placeholder {
  font-family: robotolight, Roboto, sans-serif;
}
.select2-selection__arrow {
  border-top: 3px solid white;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  .form_footer .form__field {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .select2-container {
    width: 90% !important;
  }
  .form_calc .form__group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  .form_calc .form__group_control .form__label {
    margin-left: 0;
  }
  .form_calc .form__group_control .form__info {
    top: 34%;
  }
  .form_calc .form__group_control .form__field {
    margin-bottom: 10px;
  }
  .form_calc .form__label {
    margin-bottom: 10px;
  }
  .form_calc .form__field {
    width: 100%;
  }
  .form_calc .form__info {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 5px;
  }
  .form_calc .select2-container {
    width: 100% !important;
  }
  .form_footer {
    position: absolute;
    top: 100%;
    margin-top: 420px;
  }
  .form_footer .form__field {
    width: 100%;
  }
.socials {
 	margin-top: 50px;
  }
  .form_mobile {
    display: block;
  }
  .form_desktop {
    display: none;
  }
  .form_mailing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form_mailing .form__field {
    width: auto;
    margin-bottom: 20px;
  }
}

[class*="phones"] a,.header__website a,.footer__website a {color:#B9B9B9;text-decoration:none}
/* End */
/* /bitrix/templates/newland/styles.css?17396349841142 */
/* /bitrix/templates/newland/template_styles.css?176196397756876 */
