@import "../fonts/HelveticaNeueCyr/stylesheet.css";
@import "twentytwenty.css";
@import "jquery-ui.theme.min.css";
@import "jquery-ui.min.css";

@font-face {
    font-family: 'SitkaTest';
    /*src: url('HelveticaNeueCyr-Medium.eot');*/
    src: local('Sitka Small'),
        /*url('HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),*/ /*url('HelveticaNeueCyr-Medium.woff') format('woff'),*/ url('../fonts/Sitka.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --g: #EBEBEB;
    --y: #FBB800;
    --b: #333333;
    --d: #141515;
}

html * {
    max-height: 1000000px;
}

* {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html, body {
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-size: 14px;
    color: var(--d);
}

li {
    list-style: none;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

input, select, button, textarea {
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    outline: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
}

textarea {
    outline: none;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

.container {
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h4 {
    font-size: 30px;
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
}

.top_panel_block {
    background: #EBEBEB;
}

.top_panel {
    display: flex;
    justify-content: flex-end;
}

.select_box {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3;
    position: relative;
    min-width: 170px;
}

.select_box p {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 8px 30px 8px 10px;
    color: #000;
}

.select_box p:after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: var(--y);
    position: absolute;
    right: 10px;
    top: 5px;
    bottom: 0;
    margin: auto;
    content: "";
}

.select_box.active p:after {
    transform: rotate(180deg);
    top: -5px;
}

.select_box p span {
    text-align: left;
    font-size: 16px;
}

.select_box ul {
    display: none;
    background: var(--b);
    font-size: 16px;
    right: 0;
    position: absolute;
    width: 100%;
    top: 100%;
}

.select_box ul li {
    padding: 5px 10px;
    cursor: pointer;
    color: var(--y);
    border-top: none;
}

.select_box ul li:hover {
    background: var(--y);
    color: var(--b);
}

.select_box.active ul {
    display: block;
}

.header-wrapper {
    overflow-x: hidden;
}

.header-roof {
    display: flex;
    column-gap: 61px;
}

.header-inner {
    display: flex;
    padding: 65px 0 32px;
    flex-grow: 1;
    align-items: center;
    column-gap: 94px;
}

.header-telephone {
    position: relative;
}

.header-telephone a {
    transition: opacity 0.3s ease-in-out;
}

.header-telephone a:hover {
    opacity: 0.7;
}

.header-telephone__number {
    color: #fff;
    display: block;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.028px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.zz_btn.popup_open {
    background-color: transparent;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.028px;
    line-height: 17px;
}

.header {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
}

.header-gray-block {
    flex-shrink: 0;
    position: relative;
    padding: 65px 0 32px 33px;
}

.header-gray-line {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #9BA5BA;
    width: 100vw;
    height: 100%;
}

.header-menu-wrapper {
    position: absolute;
    width: 100%;
    z-index: 50;
    background-color: #fff;
    box-shadow: 0 3px 7px 0px #00000026;
    margin-top: 3px;
}

.header-menu__block {
    top: 0;
    left: 0;
    columns: 2;
    column-gap: 32px;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    height: 235px;
    width: max-content;
    padding: 40px 0 32px;
}

.header-menu__block li {
    position: relative;
    display: flex;
    padding: 10px 32px 10px 32px;
    border-bottom: 0.5px solid #E0E0E0;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
}

.header-menu__block-wrapper {
    display: none;
}

.header-menu__block-wrapper_active {
    display: block;
}

.header-menu__block li::before {
    content: '\A';
    position: absolute;
    left: 16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    transition: background-color 0.3s ease-in-out;
}

.header-menu__block li a {
    display: block;
    width: 100%;
    line-height: 19px;
    letter-spacing: 0.028px;
    color: #000;
    font-size: 16px;
    transition: color 0.3s ease-in-out;
}

.header-menu__block li:hover {
    background-color: #000;
}

.header-menu__block li:hover::before {
    background-color: #fff;
}

.header-menu__block li:hover a {
    color: #fff;
}

.new-title {
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.028px;
    color: #9BA5BA;
}

.logo, .f_logo {
    width: 174px;
}

.logo img {
    margin: -15px 0;
    height: 89px
}

.logo img, .f_logo img {
    width: 100%;
}

nav {
    flex: 1 1 auto;
    padding: 0 20px;
}

.navigation {
    padding: 0;
}

.navigation ul {
    text-transform: initial;
    font-weight: normal;
}

.navigation ul li {
    margin: 0;
}

.navigation ul .navigation-active-services {
    background-color: #FAB800;
}

.navigation ul .navigation-active-company svg {
    transform: rotate(180deg);
}

.navigation ul .navigation-active-services:hover,
.navigation ul .navigation-active-company:hover {
    opacity: 1;
}

.navigation ul .navigation-active-services span:first-of-type {
    display: none;
}

.navigation a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    color: #000;
    column-gap: 11px;
    transition: all 0.3s ease-in-out;
 
    flex-grow: 1;
}

.navigation a:hover {
    opacity: 0.7;
}

.navigation > ul li:nth-of-type(1) a {
    font-weight: 500;
    border: 1px solid #FAB800;
    padding: 10px 16px;
    border-radius: 14px;
    width: 176px;
}

.navigation > ul li:nth-of-type(1) a span:last-of-type {
    display: none;
}

.navigation > ul li:nth-of-type(1) .navigation-active-services span:last-of-type {
    display: flex;
}

.navigation > ul li:nth-of-type(2) svg {
    transition: transform 0.3s ease-in-out;
}

/*.main-block_new {*/
/*    overflow-x: hidden;*/
/*}*/

:root .main-block_new__title {
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0.028px;
    color: #000;
    font-weight: bold;
    margin-bottom: 12px;
}

.main-block_new__description {
    font-size: 18px;
    letter-spacing: 0.028px;
    line-height: 21px;
    color: #000;
    margin-bottom: 43px;
}

.main-block_new__motivation {
    color: #FAB800;
    letter-spacing: 0.028px;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #FAB800;
}

.main-block_new .main_form {
    margin-top: 40px;
}

.main-block_new .main_form form {
    border-top: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    column-gap: 32px;
    row-gap: 24px;
}

.main-block_new .main_form form select {
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-align: left;
    font-size: 16px;
    height: auto;
}

.main-block_new .main_form form input:not([type="hidden"]) {
    margin: 0;
    padding: 15px 32px;
    border-radius: 14px;
    border: 1px solid #F2F2F2;
    font-weight: 300;
    height: auto;
    width: 100%;
    background-color: #F2F2F2;
    text-align: left;
    line-height: 19px;
    letter-spacing: 0.028px;
    color: #000;
    font-size: 16px;
}

.input-with-arrow {
    display: flex;
    align-items: center;
    position: relative;
}

.input-with-arrow svg {
    position: absolute;
    right: 20px;
}

.input-wrapper.opened .input-with-arrow svg {
    transform: rotate(180deg);
}

.input-with-arrow input {
    padding-right: 25px;
    cursor: pointer;
}

.main-block_new .main_form form input:not([type="hidden"])::placeholder {
    color: #9BA5BA;
}

.main-block_new__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    column-gap: 100px;
}

.main-block_new .main_btn {
    padding: 15px 0;
    cursor: pointer;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.028px;
    border-radius: 14px;
    height: auto;
    border: 1px solid #000;
    background-color: #000;
    min-width: 100%;
    transition: opacity 0.3s ease-in-out;
}

.main-block_new .main_btn:hover {
    opacity: 0.7;
}

.input-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
}


.input-wrapper.opened div[data-emit] {
/* .input-wrapper:hover div[data-emit] { */
    opacity: 1;
    pointer-events: auto;
}

div[data-emit] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 50;
    top: 100%;
    padding-top: 8px;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
}

div[data-emit] > div {
    background-color: #F2F2F2;
    padding: 5px 32px 5px;
    border-radius: 14px;
}

div[data-emit] p {
    font-weight: 300;
    letter-spacing: 0.028px;
    color: #9BA5BA;
    cursor: pointer;
    font-size: 16px;
    padding: 14px 0;
    border-bottom: 0.5px solid #9BA5BA;
    transition: 0.3s ease-in-out;
    transition-property: border-color, color;
}

div[data-emit] p:hover,
div[data-emit] .input-helper-active {
    color: #000;
    border-bottom-color: #000;
}

.images-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.image-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-block_relative {
    position: relative;
}

.image-block_single {
    justify-content: center;
}

body {
    overflow-x: hidden;
}

.image-block-gray-line {
    position: absolute;
    top: -80px;
    left: 29px;
    z-index: 55;
    background-color: #9BA5BA;
    width: 100vw;
    height: calc(100% + 80px);
}

.image-wrapper {
    position: relative;
}

.image-wrapper__circle {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(155, 165, 186, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    transition: border-color 0.3s ease-in-out;
}

.image-wrapper__circle > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(155, 165, 186, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: border-color 0.3s ease-in-out;
}

.image-wrapper__circle > div > div {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #9BA5BA;
    transition: background-color 0.3s ease-in-out;
}

.image-block:first-of-type .image-wrapper:first-of-type .image-wrapper__circle {
    top: 30px;
    right: 37px;
}

.image-block:first-of-type .image-wrapper:last-of-type .image-wrapper__circle {
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.image-block:last-of-type .image-wrapper .image-wrapper__circle {
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.image-wrapper > svg {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: -45px;
    right: 0;
    z-index: 50;
    transition: opacity 0.3s ease-in-out;
}

.image-wrapper > .image-wrapper__circle:hover + svg {
    opacity: 1;
}

.image-wrapper > .image-wrapper__circle {
    animation: wave 1s linear infinite;
}

.image-wrapper > .image-wrapper__circle:hover {
    animation: none;
}

.image-wrapper > .image-wrapper__circle > div > div {
    background-color: #FBB800;
}

.image-wrapper > .image-wrapper__circle:hover > div > div {
    background-color: #9BA5BA;
}

.image-wrapper > .image-wrapper__circle > div {
    border-color: rgba(251, 184, 0, 0.4);
}

.image-wrapper > .image-wrapper__circle:hover > div {
    border-color: rgba(155, 165, 186, 0.4);
}

.image-wrapper > .image-wrapper__circle {
    border-color: rgba(251, 184, 0, 0.2);
}

.image-wrapper > .image-wrapper__circle:hover {
    border-color: rgba(155, 165, 186, 0.2);
}

.image-wrapper_small {
    padding: 0 20px;
}

nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 32px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

nav ul li {
    margin: 5px 0;
}

.h_right {
    text-align: right;
}

.h_right a[href^="tel"], .ft_right a[href^="tel"] {
    font-weight: bold;
    font-size: 22px;
}

.h_right p {
    padding-top: 5px;
}

.zz_btn {
    background: var(--y);
    display: inline-block;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 16px;
}

/*https://zurb.com/playground/twentytwenty*/

.main_block {
    /*border: 2px solid var(--g);*/
    padding: 80px 0 30px;
    border-left: none;
    border-right: none;
}

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

.main_left {
    padding-right: 20px;
    max-width: 620px;
    width: 50%;
    flex: 0 0 auto;
}

.main_left h2 {
    font: bold 34px/1.3 "SitkaTest";
}

.main_left h1 {
    font: bold 34px/1.3 "SitkaTest";
}

.main_left h1 {
    font: bold 34px/1.3 "HelveticaNeueCyr", Arial, sans-serif;;
}

.main_form .text_input {
    background: var(--g);
    width: 100%;
    margin-bottom: 15px;
}

select.text_input {
    text-align-last: center;
}

.main_form .checkbox span:before {
    background-color: var(--g);
}

.main_form .checkbox input:checked ~ span:before {
    background-color: #000;
}

.main_form form {
    max-width: 300px;
    width: 100%;
    border-top: 2px solid var(--y);
    padding-top: 20px;
    margin-top: 30px;
}

.main_form form > p {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
}

.main_form form > p span {
    background: var(--y);
    padding: 5px 10px;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.main_form form > p ~ p {
}

.main_form form > p input {
    border: 1px solid var(--b);
    height: 27px;
    width: 123px;
    padding: 0 10px;
    font-size: 18px;
    text-align: center;
    margin-left: 5px;
}

.main_right {
    width: 50%;
    margin-top: -60px;
    flex: 0 0 auto;
}

.main_slider {
    text-align: right;
}

.main_slider .slick-prev, .main_slider .slick-next {
    display: inline-block;
    position: relative;
    top: -20px;
    right: 0;
}

.main_slider .slick-next {
    margin-right: 30px;
}

.about_block {
    padding-top: 20px;
}

.about_box {
    display: flex;
    margin: 15px -10px 0;
    justify-content: center;
}

.about_item {
    margin: 10px;
    border: 1px solid var(--g);
    flex: 0 0 auto;
    width: calc(20% - 20px);
    padding: 20px;
    position: relative
}

.about_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about_item p {
    padding: 10px 0 0;
    text-align: left;
    line-height: 1.15;
    font-weight: 500;
    font-size: 18px;
}

.about_icon {
    position: relative;
}

.about_icon:after {
    padding-top: 56%;
    content: "";
    display: block;
}

.about_icon img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.trust {
    text-align: center;
}

.trust_block {
    padding: 50px 0;
}

.trust_box {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -10px 0;
}

.trust_item {
    width: calc(50% - 20px);
    flex: 0 0 auto;
    padding: 20px 10px;
    background: var(--g);
    margin: 10px;
    display: flex;
    align-items: center;
}

.trust_icon {
    width: 180px;
    flex: 0 0 auto;
    margin-right: 10px;
}

.trust_icon img {
    display: block;
    margin: auto;
}

.trust_text {
    text-align: left;
    padding-right: 10px;
}

.trust_text h6 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px;
}

.trust_text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.24;
}

.after_text {
    font-size: 14px;
    color: #4B4C4C;
}

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

.main_btn {
    background: var(--y);
    color: #000;
    font-weight: 600;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    height: 60px;
    padding: 0 20px;
    letter-spacing: .5px;
    min-width: 300px;
    border: none;
}

.main_btn.dark {
    color: #FFF;
    background: var(--b);
}

.trust .main_btn {
    margin-top: 40px;
}

.works_block {
    padding: 0 0 50px;
}

.works {
    /*padding: 0 30px;*/
}

.works_slider {
    margin-top: 15px;
}

.slick-prev, .slick-next {
    font-size: 0;
    position: absolute;
    display: block;
    cursor: pointer;
    background: url(../img/arrow_next.svg) no-repeat 50% 50% / contain;
    width: 20px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.slick-next {
    right: -30px;
}

.slick-prev {
    left: -30px;
    background: url(../img/arrow_prev.svg) no-repeat 50% 50% / contain;
}

.work_slide {
    position: relative;
}

.work_slide:after {
    padding-top: 35%;
    content: "";
    display: block;
}

.work_slide img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.twentytwenty-handle {
    width: 60px;
    height: 60px;
    border-width: 4px;
    margin-left: -34px;
    margin-top: -34px;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    box-shadow: none;
    width: 12px;
    margin-left: -6px;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 0;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 0;
}

.twentytwenty-right-arrow, .twentytwenty-left-arrow {
    border-width: 9px;
    margin-top: -10px;
}

.twentytwenty-left-arrow {
    margin-left: -32px;
}

.twentytwenty-right-arrow {
    margin-right: -32px;
}

.page_form {
    background: var(--g);
    padding: 25px 35px;
}

.page_form form {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.page_form form > * {
    width: calc(100% / 3 - 30px);
    margin: 15px;
}

.form_last_step > * {
    display: block;
}

.page_form .checkbox {
    text-align: justify;
}

.text_input {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    height: 60px;
    border: 2px solid #FFF;
    text-align: center;
}

.main_btn ~ .checkbox {
    margin-top: 10px;
}

.checkbox {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    display: none;
}

.checkbox span {
    display: block;
    position: relative;
    color: #9BA5BA;
    padding-left: 32px;
    line-height: 120%;
    font-size: 12px;
    letter-spacing: 0.042px;
}

.checkbox span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    content: "";
    display: block;
    background-color: #FFF;
}

.main_form .checkbox input:checked ~ span:before {
    background: #000 url(../img/check-white.svg) no-repeat 50% 50% / 75% auto;
}

.checkbox input:checked ~ span:before {
    background: #FFF url(../img/check.svg) no-repeat 50% 50% / 75% auto;
}

.partners_block {
    padding: 50px 0;
}

.partners_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px -5px 0;
}

.partner {
    padding: 5px;
}

.contacts_block {
    padding-bottom: 60px;
}

.contacts {
    padding: 30px 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: var(--y);
}

.contacts > * {
    padding: 0 10px;
}

.contacts_left {
    text-align: left;
}

.contacts_left img {
    max-width: 230px;
    margin: 0 auto 10px;
}

.contacts_left p {
    font-size: 20px;
    max-width: 230px;
    margin: auto;
    font-weight: 300;
    line-height: 1.3;
}

.contacts_left b {
    font-weight: 500;
}

.contacts_right h5 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.contacts_right form {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts_right form .text_input {
    max-width: 300px;
    margin-bottom: 15px;
    width: 100%;
}

.footer_top_block, footer {
    color: #FFF;
    background: var(--b);
    padding: 25px 0;
}

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

footer {
    border-top: 1px solid #BABABA;
}

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

.f_left {
    width: 26%;
}

.f_left > p, .f_right > p {
    padding-bottom: 15px;
}

.f_left > p a:hover {
    text-decoration: underline;
}

.footer_partners_list {
    display: flex;
    margin: 0 -8px;
    padding-top: 15px;
}

.footer_partners_list a {
    flex: 1 1 auto;
    padding: 0 8px;
    border-left: 1px solid #FFF;
}

.footer_partners_list a:first-child {
    border-left: none;
}

.footer_partners_list a img {
    display: block;
}

.rss {
}

.rss ul {
    display: flex;
    margin: 0 -3px;
    align-items: center;
}

.rss ul li {
    margin: 3px;
}

.rss ul li a {
    width: 27px;
    height: 27px;
    display: block;
}

.rss ul li a img {
    display: block;
    width: 100%;
}

.footer_top nav ul {
    margin-left: 30px;
    max-width: 560px;
    justify-content: space-between;
}

.f_about {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
}

.f_a_item {
    margin: 5px;
    position: relative;
}

.f_a_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.f_about P {
    width: 110px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
}

.f_right {
    width: 160px;
}

.f_right .select_box {
    margin-left: -10px;
    margin-bottom: 15px;
    min-width: 140px;
}

.f_right .select_box p {
    display: inline-block;
}

.f_right .select_box p span {
    text-align: left;
    color: #FFF;
}


/*nav_icon*/

.nav_icon {
    cursor: pointer;
    flex: 0 0 auto;
    display: none;
    overflow: hidden;
    position: relative;
    width: 28px;
    height: 21px;
    z-index: 3;
    margin-left: 20px;
}

.nav_icon span {
    display: block;
    transition: .3s;
    margin: auto;
    opacity: 1;
    background: var(--b);
    position: absolute;
    width: 100%;
    border-radius: 3px;
    height: 3px;
}

.nav_icon span:nth-child(1) {
    top: 0;
}

.nav_icon span:nth-child(2) {
    left: 0;
    top: 0;
    bottom: 0;
}

.nav_icon span:nth-child(3) {
    bottom: 0;
}

.nav_icon.active:hover span {
    background: var(--y);
}

.nav_icon.active span {
    background: var(--y);
}

.nav_icon.active span:nth-child(2) {
    left: 100%;
    opacity: 0;
}

.nav_icon.active span:nth-child(1) {
    transform: rotate(45deg);
    bottom: 0;
}

.nav_icon.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 0;
}


.black_layout {
    display: none;
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.popup_wrapper {
    transition: top .3s;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 95;
}

.popup_inner {
    display: flex;
    min-height: 100%;
    align-items: center;
    padding: 50px 0;
    justify-content: center;
}

.popup {
    color: #FFF;
    background: var(--g);
    border-radius: 12px;
    padding: 30px 24px 50px;
    width: 100%;
    max-width: 420px;
    position: relative;
}

.close_popup {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    display: block;
    position: absolute;
    z-index: 5;
    background: url(../img/close_icon.svg) no-repeat 50% 50% / contain;
}

.popup_icon {
}

.popup_icon img {
    display: block;
    margin: auto;
    padding: 16px 0;
}

.popup_box {
    width: 100%;
    max-width: 580px;
    margin: auto;
    color: var(--d);
}

.popup_title {
    text-align: center;
    padding: 16px 0 32px;
    color: #FFF;
}

.popup_box h6 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 10px;
}

.popup_box p {
    font-size: 14px;
    line-height: 1.35;
}

.popup_box p > a:not(.btn_main) {
    color: var(--y);
}

.popup_box p > a:not(.btn_main):hover {
    text-decoration: underline;
}

.popup_box p + h6 {
    padding-top: 32px;
    color: #FFF;
}

.popup_box p + p {
    padding-top: 10px;
}

.popup_box h6 + p {
    padding-top: 8px;
}


.popup_box form {
    display: block;
    width: 340px;
    margin: auto;
    text-align: center;
}

.popup_box .text_input {
    width: 100%;
    display: block;
    margin: 20px 0;
}

.popup_box .form_last_step {
    display: inline-block;
}

@media (max-width: 1260px) {
    .works {
        padding: 0 20px;
    }

    .page_form {
        padding: 20px 10px;
    }

    .page_form form > * {
        width: calc(100% / 3 - 20px);
        margin: 10px;
    }

    .page_form form .main_btn {
        min-width: 100px;
        width: 100%;
    }
}


@media (max-width: 1024px) {
    .main_block {
        padding: 50px 0;
    }

    .main_right {
        margin-top: -30px;
    }

    nav ul {
        font-size: 14px;
    }

    .trust_icon {
        width: 160px;
    }

    .trust_text h6 {
        font-size: 18px;
    }

    .trust_text p {
        font-size: 16px;
    }


}

@media (max-width: 960px) {
    .nav_icon {
        display: block;
    }

    .header, .footer_top {
        flex-wrap: wrap;
    }

    .h_right, .ft_right {
        flex: 1 1 auto;
        text-align: right;
    }

    .header nav, .footer_top nav {
        order: 2;
        width: 100%;
        display: none;
        padding: 20px 0 0;
    }

    .footer_top nav {
        display: block;
    }

    .footer_top nav ul {
        justify-content: flex-start;
    }

    .partners_box {
        justify-content: center;
    }
}

@media (max-width: 769px) {
    .about_box {
        flex-wrap: wrap;
    }

    .about_item {
        width: calc(100% / 3 - 20px);
    }

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

    .trust_icon {
        margin-right: 0;
    }

    .trust_text {
        padding-right: 0;
        text-align: center;
        padding-top: 20px;
    }

    .footer {
        flex-wrap: wrap;
    }

    .f_left {
        order: 2;
        width: 50%;
    }

    .f_right {
        order: 1;
        width: 50%;
    }

    .f_center {
        width: 100%;
        flex: 1 1 auto;
        padding-bottom: 20px;
    }

    .f_about {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    nav ul {
        flex-wrap: wrap;
    }

    .f_left {
        order: 2;
        width: 100%;
    }

    .f_right {
        order: 1;
        width: 100%;
        padding-bottom: 20px;
    }

    .main {
        flex-wrap: wrap;
    }

    .main_left {
        text-align: center;
    }

    .main_form form {
        margin: 25px auto 0;
    }

    .main_left, .main_right {
        width: 100%;
    }

    .main_right {
        margin-top: 20px;
    }

    header .container {
        padding: 0 10px;
    }

    .h_right a[href^="tel"] {
        font-size: 20px;
    }

    .zz_btn {
        font-size: 15px;
        padding: 5px 12px;
    }

    .nav_icon {
        margin-left: 10px;
    }

    nav ul {
        justify-content: center;
    }

    nav ul li {
        margin: 5px;
    }

    .logo, .f_logo {
        width: 215px;
    }

    .select_box {
        min-width: 167px;
    }

    .h_right a[href^="tel"], .ft_right a[href^="tel"] {
        font-size: 18px;
    }

    .zz_btn {
        font-size: 14px;
        padding: 5px 9px;
    }

    .header nav, .footer_top nav {
        padding: 15px 0 0;
    }

    .main_block {
        padding: 30px 0;
    }

    .page_form form {
        flex-wrap: wrap;
    }

    .page_form form > * {
        width: calc(100% - 20px);
    }

    .contacts {
        flex-wrap: wrap;
    }

    .partner {
        padding: 10px;
    }

    .partner img {
        max-width: 140px;
    }

    .footer_top nav ul {
        margin: 0 -10px;
        justify-content: center;
    }

    .contacts_left {
        text-align: center;
    }
}

@media (max-width: 420px) {
    .f_about {
        justify-content: center;
    }

    .f_a_item {
        width: calc(100% / 3 - 10px);
        margin-top: 20px;
        text-align: center;
    }

    .f_a_item img {
        margin: auto;
    }

    .f_a_item p {
        margin: 10px auto 0;
    }

    .rss ul {
        justify-content: center;
    }

    .f_left, .f_right {
        text-align: center;
    }

    .about_item {
        width: calc(100% / 2 - 20px);
    }

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

    .trust_item {
        width: calc(100% - 20px);
    }
}


nav ul li {
    position: relative;
}

nav ul ul {
    display: none;
    position: absolute;
    top: 15px;
    left: 0px;
    width: 200px;
    z-index: 1;
    background: #fff;
    padding-top: 5px
}

nav ul li:hover ul {
    display: block
}

nav ul li ul li {
    margin: 0;
}

nav ul li ul li a {
    padding: 10px;
    margin: 0;
    display: block
}

nav ul li ul li a:hover {
    background: var(--y)
}


/*.has_child > a:after {*/
/*    display: inline-block;*/
/*    content: '▼';*/
/*    margin-left: 5px;*/
/*}*/

/*.has_child > a:hover:after {*/
/*    content: '▲';*/
/*}*/


:root .roistat-lh-pulsator-phone {
    display: none;
}

.social-hub {
    display: grid;
    grid-template-columns: 50px;
    row-gap: 20px;
    position: fixed;
    right: 35px;
    bottom: 65px;
    z-index: 70;
}

.social-hub__item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
    transition-property: opacity, transform;
}

.social-hub__item:not(.social-hub__trigger) svg {
    transition: transform 0.2s ease-in-out;
}

.social-hub__item:not(.social-hub__trigger):hover svg {
    transform: rotate(10deg);
}

.social-hub_disabled .social-hub__item:not(.social-hub__trigger) {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

.social-hub__trigger {
    border: none;
    background-color: #FBB800;
    transition: all 0.2s ease-in-out;
}

.social-hub_disabled .social-hub__trigger:not(:hover) {
    animation: wave linear 1s infinite;
}

.social-hub__trigger:hover {
    box-shadow: 0 0 3px #0000006b;
}

.social-hub__call {
    background-color: #004A9F;
}

.social-hub__mail {
    background-color: #333333;
}

.social-hub__messenger {
    background-color: #009F53;
}

.social-hub__trigger_opened,
.social-hub__trigger_closed {
    position: absolute;
    transition: 0.2s ease-in-out;
    transition-property: transform, opacity;
}

.social-hub__trigger:not(:hover) .social-hub__trigger_closed {
    animation: shake 1200ms ease infinite;
}

.social-hub_disabled .social-hub__trigger_opened,
.social-hub:not(.social-hub_disabled) .social-hub__trigger_closed {
    opacity: 0;
    transform: rotate(90deg);
    pointer-events: none;
}


.social-hub__popup {
    opacity: 0;
    position: absolute;
    right: calc(100% + 10px);
    font-size: 14px;
    background-color: #EBEBEB;
    padding: 5px 10px;
    border-radius: 10px;
    line-height: 1;
    font-weight: 300;
    white-space: nowrap;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}


.social-hub__item:hover .social-hub__popup {
    opacity: 1;
}

@keyframes wave {
    0% {
        box-shadow: 0 8px 10px rgba(251, 184, 0, 0.3), 0 0 0 0 rgba(251, 184, 0, 0.2), 0 0 0 0 rgba(251, 184, 0, 0.2);
    }

    40% {
        box-shadow: 0 8px 10px rgba(251, 184, 0, 0.3), 0 0 0 15px rgba(251, 184, 0, 0.2), 0 0 0 0 rgba(251, 184, 0, 0.2);
    }
    80% {
        box-shadow: 0 8px 10px rgba(251, 184, 0, 0.3), 0 0 0 30px rgba(251, 184, 0, 0), 0 0 0 26.7px rgba(251, 184, 0, 0.07);
    }
    100% {
        box-shadow: 0 8px 10px rgba(251, 184, 0, 0.3), 0 0 0 30px rgba(251, 184, 0, 0), 0 0 0 40px rgba(251, 184, 0, 0);
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(
                0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(
                0deg);
    }
    10% {
        transform: rotateZ(
                -30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(
                -30deg);
    }

    20% {
        transform: rotateZ(
                15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(
                15deg);
    }
    30% {
        transform: rotateZ(
                -10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(
                -10deg);
    }
    40% {
        transform: rotateZ(
                7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(
                7.5deg);
    }
    50% {
        transform: rotateZ(
                -6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(
                -6deg);
    }
    60% {
        transform: rotateZ(
                5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(
                5deg);
    }
    70% {
        transform: rotateZ(
                -4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(
                -4.28571deg);
    }
    80% {
        transform: rotateZ(
                3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(
                3.75deg);
    }
    90% {
        transform: rotateZ(
                -3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(
                -3.33333deg);
    }
    100% {
        transform: rotateZ(
                0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(
                0deg);
    }
}

/* РЎР»Р°Р№РґРµСЂС‹ */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.header-mobile {
    display: none;
}

.navigation-mobile {
    display: none;
}

@media (max-width: 1199px) {
    .header-inner {
        padding: 32px 0;
    }

    .header {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
    }
}

@media (max-width: 991px) {
    .nav_icon {
        display: block;
    }

    .header, .footer_top {
        flex-wrap: wrap;
    }

    .h_right, .ft_right {
        flex: 1 1 auto;
        text-align: right;
    }

    .header nav, .footer_top nav {
        order: 2;
        width: 100%;
        display: none;
        padding: 20px 0 0;
    }

    .footer_top nav {
        display: block;
    }

    .footer_top nav ul {
        justify-content: flex-start;
    }

    .partners_box {
        justify-content: center;
    }

    .header {
        flex-direction: row;
        row-gap: 0;
        align-items: center;
    }

    .navigation,
    .header-gray-block,
    .images-block {
        display: none;
    }

    .main-block_new__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    header {
        position: sticky;
        top: 0;
        z-index: 55;
        background: #fff;
        box-shadow: 0 8px 24px rgba(155, 165, 186, 0.1);
    }

    .header-inner {
        padding: 3px 0;
    }

    .nav_icon {
        margin: 0;
        width: 27px;
        height: 17px;
    }

    :root .main-block_new__title {
        font-size: 22px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .main-block_new .main_form form {
        grid-template-columns: minmax(0, 1fr);
    }

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

    .header-mobile {
        display: flex;
        align-items: center;
        column-gap: 25px;
    }

    .header-mobile__call {
        display: flex;
    }


    .nav_icon.active span:nth-child(1) {
        transform: rotate(45deg) scale(0.85);
    }

    .nav_icon.active span:nth-child(3) {
        transform: rotate(-45deg) scale(0.85);
    }

    .nav_icon.active span,
    .nav_icon.active:hover span {
        background-color: #000;
    }

    .navigation > ul {
        display: none;
    }

    .navigation-mobile {
        display: grid;
        max-height: 70vh;
        overflow-y: auto;
    }

    .navigation-mobile__item {
        display: grid;
    }

    .navigation-mobile__item > button svg {
        transition: transform 0.3s ease-in-out;
    }

    .navigation-mobile__item_active > button svg {
        transform: rotate(180deg);
    }

    .navigation-mobile__nested {
        max-height: 0;
        overflow: hidden;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        padding: 0;
        justify-content: start;
        transition: max-height 0.3s ease-in-out;
    }

    .navigation-mobile__nested li {
        position: relative;
        padding: 0 20px;
        display: flex;
        align-items: center;
        border-bottom: 0.5px solid #9BA5BA;
    }

    .navigation-mobile__nested li::before {
        content: '\2022';
        display: block;
        font-size: 12px;
        margin-right: 10px;
    }

    .navigation-mobile__nested li a {
        font-size: 16px;
        line-height: 19px;
        color: #000;
        letter-spacing: 0.028px;
        padding: 15px 0;
    }

    .navigation-mobile__item_active .navigation-mobile__nested {
        max-height: 400px;
    }

    .navigation-mobile__item > button,
    .navigation-mobile__item > a {
        background-color: transparent;
        padding: 15px;
        margin: 0;
        border: none;
        text-align: left;
        font-size: 16px;
        color: #02000D;
        letter-spacing: 0.028px;
        font-weight: 500;
        text-decoration: none;
        border-bottom: 0.5px solid #9BA5BA;
    }

    .navigation-mobile__item > button {
        display: flex;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
    }
}


	#thanks {}
	#thanks img{display:block;width:100%;height:auto;}
	#thanks h6{font-size:28px;font-weight:900;margin-top:30px;text-align:left;padding:0}
	#thanks p{font-size:20px;font-weight:400;margin-top:20px;text-align:left;padding:0}
	@media (max-width:641px)
	{
		#thanks img{margin-top:20px}
		#thanks h6{font-size:24px}
		#thanks p{font-size:18px}
	}