@font-face
{
    font-family: 'Gilroy';
    font-weight: normal;
    font-style: normal;
    font-display: block;
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'));
}

 
@font-face {
    font-family: 'Gilroy';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2');
}

:root{
    --block-otstup: 90px
}
html {
    margin-top: 0 !important;
}
.body__page{
    background: #FBFBFB;
}
* {
    outline: none;
}
.s_header *, .body__page *, .page-template *{
    font-family: 'Gilroy';
}
.animation{
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.wrapper{
    margin: 0 auto;
    width: 100%;
    max-width: 1420px;
}
body{
    margin: 0;
}
body *{
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #009ddf;
}
.d_flex{
	display: flex;
}
.fd_row{
	flex-direction: row;
}
.fd_col{
	flex-direction: column;
}
.jc_sb{
	justify-content: space-between;
}
.al_center{
	align-items: center;
}
.jc_center{
	justify-content: center;
}
.fw_wrap{
	flex-wrap: wrap;
}
p, a, ul, ul li, ol, ol li, body, h1{
    margin: 0;
    padding: 0;
}
.button__green, .button__blue:hover {
    cursor: pointer;
    background: #5bb521;
}
.button__blue, .button__green:hover {
    cursor: pointer;
    background: #179bd7;
}
.text__green{
    color: #5bb521;
}
.text__blue{
    color: #179bd7;
}
.text__orange{
    color: #F08116;
}
.s_header{
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 40;
    border-color: transparent;
    padding: 0 !important;
}


.s_header.active_header {
	position: fixed;
}

.s_header__info{
    padding-top: 20px;
}
.s_header__info__wrapper{
    gap: 40px;
}
.s_header_mail {
    text-decoration: none;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    gap: 10px;
}
.s_header_phone {
    gap: 14px;
}
.s_header_phone__number, .s_header_phone__number a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.76px;
    color: #282828;
}
.s_header_phone__number:hover, .s_header_phone__number a:hover {
    color: #179bd7;
}
.s_header_cont{
    gap: 10px;
    width: 100%;
    max-width: 177px;
}

.s_header_social{
    width: 100%;
    gap: 5px;
}
.s_header_cont__button{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px 26px;
}
.s_header_menu{
    background: #E9F4F6;
    padding: 10px 0;
}
.s_header_menu_list{
    padding-left: 8%;
    gap: 14px;
}
.s_header_menu_item{
    text-decoration: none;
    text-transform: uppercase;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
}
.s_header_menu_item:hover{
    color: #179bd7;
}
.s_header_menu__box {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    max-width: 390px;
    justify-content: end;
    gap: 10px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.s_header_menu__number, .s_header_menu__number a{
    text-decoration: none;
    color: #282828;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.76px;
}
.s_header_menu__number:hover, .s_header_menu__number a:hover {
    color: #179bd7;
}
.s_header_menu__button{
    width: 100%;
    max-width: 177px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    color: #fff;
    text-align: center;
    padding: 10px 26px;
}
.s_header.active_header .s_header__info{
    height: 0;
    padding: 0;
    visibility: hidden;
}
.s_header.active_header .s_header__info *{
    -webkit-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
}
.s_header.active_header .s_header_menu_list{
    padding-left: 0;
}
.s_header.active_header .s_header_menu__box{
    visibility: visible;
    opacity: 1;
    position: relative;
    pointer-events: all;
    -webkit-backface-visibility: visible;
    -webkit-transform: none;
}
.page_s1{
    margin-top: 40px;
    margin-top: 0 !important;
}
.page_s1_slide.swiper-slide{
    position: relative;
    height: 588px;
    height: 600px;
    padding: 40px 0 46px 0;
    background-size: cover;
}
.page_s1_slide__box{
    display: grid;
    grid-template-columns: 45% auto;
    gap: 60px;
}
.page_s1_slide__title{
    text-transform: uppercase;
    color: #282828;
    font-size: 48px;
    font-weight: 700;
    line-height: 59.42px;
}
.page_s1_slide__info_text{
    gap: 10px;
}
.page_s1_slide__subtitle{
    color: #282828;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.76px;
}
.page_s1_slide__contactForm{
    background: #D3D3D366;
    border-radius: 10px;
    padding: 40px;
    margin-top: 25px;
}
.page_s1_slide__contactForm form{
    margin: 0;
}
.page_s1_slide__contactForm_title{
    color: #282828;
    font-size: 28px;
    font-weight: 700;
    line-height: 34.66px;
}
.page_s1_slide__contactForm_line{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 30px;
}
.page_s1_slide.swiper-slide .check__cf label a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.page_s1_slide__contactForm .tel_cf{
    outline: none;
    border: unset;
    padding-left: 26px;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    color: #28282866;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
}
.page_s1_slide__contactForm .tel_cf:focus {
    box-shadow: 0px 0px 2px #179bd7, 0px 0px 10px #179bd7;
}
.page_s1_slide__contactForm .button__cf{
    border: unset;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    color: #fff;
    width: 100%;
    height: 40px;
}
.page_s1_slide__contactForm_line br, 
.page_s1_slide__contactForm .wpcf7-response-output, .page_s1_slide__contactForm .screen-reader-response{
    display: none;
}
.page_s1_slide__contactForm .wpcf7-not-valid-tip{
    color: red;
    top: 3px;
    position: relative;
    font-size: 14px;
}
.page_s1_slide__desc{
    position: relative;    
    width: 100%;
}
.page_s1_slide__img_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.page_s1_slide__img{
    width: 100%;
    height: 100%;    
    object-fit: cover;
}
.page_s1_slide__contactForm_mobile{
    display: none;
}
.page_s1_slide__text{
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 4px;
    background: #5BB521;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.76px;
    padding: 10px 40px;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: 20px;
}
.page_s1_slide__text a{
    position: relative;
    color: #fff;
    text-decoration: unset;
    padding-bottom: 1px;
}
.page_s1_slide__text a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.page_s1_slide__flytext{
    position: absolute;
    right: -70px;
    top: -30px;
}
.page_s1_slide2 .page_s1_slide__title{
    color: #5BB521;
}
.page_s1_slide__title .rotate{
    font-size: 28px;
    font-weight: 700;
    line-height: 34.66px;
    color: #fff;
    text-transform: none;
    padding: 12px 23px;
    background: #f08116;
    transform: rotate(-3deg);
    position: relative;
    display: inline-block;
    left: -7px;
    top: -9px;
}
.page_s1_slide__list{
    background: #FFFFFF99;
    border-radius: 10px;
    width: 100%;
    padding: 20px 40px;
    margin-top: 40px;
}
.page_s1_slide__list_title{
    font-size: 28px;
    font-weight: 700;
    line-height: 34.66px;
}
.page_s1_slide__list ul{
    gap: 10px;
    margin-top: 20px;
}
.page_s1_slide__list ul li{
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}
.page_s1_slide__list ul li::before{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    background: #77B94C;
    transform: translateY(-50%);
}
.page_s1_slide2__button{
    width: 100%;
    color: #fff;
    text-decoration: none;
    max-width: 273px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    text-align: center;
    padding: 10px;
}
.page_s1_slide3 .page_s1_slide__text{
    background: #fff;
    color: #282828;
}
.page_s1_slide3 .page_s1_slide__text a{
    color: #282828;
}
.page_s1_slide3 .page_s1_slide__text a::before{
    background: #282828;
}
.page_s1_slide4 .wrapper *{
    position: relative;
    z-index: 2;
}
.page_s1_pagination.swiper-pagination{
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    justify-content: center;
    margin-top: -16px;
}
.page_s1_swiper{
    height: max-content;
}
.page_s1 .swiper-pagination-bullet{
    outline: none;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    opacity: 1;
    width: 14px;
    height: 14px;
    background: #D9D9D9;
}
.page_s1 .swiper-pagination-bullet-active, .page_s1 .swiper-pagination-bullet:hover{
    background: #2C9CE0;
}
.page_s1_slide1, .page_s1_slide3{
    width: 100%;
    background: url("/wp-content/themes/Polygal/smart_redizain/img/page_s1_slide1_bg.jpg");
}
.page_s1_slide2{
    width: 100%;
    background: url("/wp-content/themes/Polygal/smart_redizain/img/page_s1_slide2_bg.jpg");
}
.page_s1_slide4{
    width: 100%;
    background: url("/wp-content/themes/Polygal/smart_redizain/img/page_s1_slide4_bg.jpg");
    background-position: center;
}
.page_s1_slide4:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/Polygal/smart_redizain/img/page_s1_slide4_bg_after.png);
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}
.page_s1_slide4 .page_s1_slide__text{
    margin-bottom: 0;
}
.page_s1_slide4 .page_s1_slide__img{
    display: none;
}
.page_s1_slide2 .page_s1_slide__text{
    background: #fff;
    text-align: center;
    color: #282828;
}

.page_s2{
    padding: var(--block-otstup) 0;
    background: #E9F4F6;
}
.page_s2_title{
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
}
.page_s2_box{
    display: grid;
    grid-template-columns: 49% auto;
    gap: 60px;
}
.page_s2_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 60px;
}
.page_s2_item{
    gap: 20px;
}
.page_s2_item__text{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    color: #282828;
}
.page_s2_cont{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.page_s2_cont__img{
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: right;
}
.page_s2_play{
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    cursor: pointer;
}
.page_s2_play:hover circle.animation{
    fill: #179bd7;
}
.page_s2{
    margin-bottom: var(--block-otstup);
}
.page_s_all{
    margin-bottom: var(--block-otstup);
}
.page_s_all_tabs{
    border-radius: 10px;
    background: #E9F4F6;
    gap: 10px;
    padding: 10px 0;
}
.page_s_all_tabs__name{
    text-transform: uppercase;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 14px 48px;
    font-size: 28px;
    font-weight: 700;
    line-height: 34.66px;
    color: #282828;
}
.page_s_all_tabs__name:hover, .page_s_all_tabs__name.active{
    background: #77B94C;
    color: #fff;
}
.page_s_all_title{
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    color: #282828;
    margin: 0 auto;
    border-bottom: 2px solid #5bb521;
    padding-bottom: 8px;
    margin-bottom: 60px;
}
.page_s_all_tabs_info{
    display: none;
    margin-top: 42px;
}
.page_s_all_tabs_info.active{
    display: flex;
    flex-direction: column;
}
.page_s_all_line {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 60px;
}
.page_s_all_line__item {
    gap: 20px;
}
.page_s_all_line__img{
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.page_s_all_line__box{
    position: relative;
    height: max-content;
}
.page_s_all_line__text{
    width: 100%;
    position: absolute;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #fff;
    padding: 12px 28px;
}
.page_s_all_line__box:nth-child(1) .page_s_all_line__text{
    left: 10px;
    bottom: 10px;
}
.page_s_all_line__box:nth-child(2) .page_s_all_line__text{
    left: 20px;
    top: 20px;
}
.page_s_all_line__box:nth-child(1) .page_s_all_line__text{
    max-width: 241px;
}
.page_s_all_line__box:nth-child(2) .page_s_all_line__text{
    max-width: 290px;
}
.page_s_all_line__box:nth-child(1) .page_s_all_line__svg{
    position: absolute;
    top: 100%;
    right: -14px;
}
.page_s_all_line__img_box{
    border: 1px dashed #179bd7;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
.page_s_all_adv{
    margin-top: 40px;
    gap: 10px;
}
.page_s_all_adv__item{
    display: grid;
    grid-template-columns: 60px auto;
    position: relative;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    gap: 20px;
    padding: 25px 40px;
}
.page_s_all_adv__item:hover{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.page_s_all_adv__title{
    font-size: 20px;
    font-weight: 700;
    line-height: 24.76px;
    color: #282828;
}
.page_s_all_adv__text{
    position: absolute;
    z-index: 4;
    left: 0;
    top: 101%;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 20px 40px;
}
.page_s_all_adv__item:hover .page_s_all_adv__text{
    visibility: visible;
    opacity: 1;
    box-shadow: 0 1px 7px #179bd7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.page_s_all_tabs_info1 .page_s_all_adv__item{
    border-color: #77B94C;
}
.page_s_all_tabs_info2 .page_s_all_adv__item{
    border-color: #F08116;
}
.page_s_all_adv__item:hover{
    border-color: #179BD7;
}
.page_s_all_tabs_info1 .page_s_all_line__text{
    background: #77B94C;
}
.page_s_all_tabs_info1 .page_s_all_adv, .page_s_all_tabs_info2 .page_s_all_adv{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.page_s_all_tabs_info2 .page_s_all_line__text{
    background: #F08116;
}
/*
.page_s_all_tabs_info2 .page_s_all_adv{
    display: grid;
    grid-template-columns: repeat(6,1fr);
}
.page_s_all_tabs_info2 .page_s_all_adv__item:nth-child(-n+3) {
    grid-column: 2 span;
}
.page_s_all_tabs_info2 .page_s_all_adv__item:nth-last-child(-n+2){
    grid-column: 3 span;
}
*/
.page_s4_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.page_s4_item{
    gap: 20px;
}
.page_s4_text{
    font-size: 28px;
    font-weight: 700;
    line-height: 34.66px;
    text-align: center;
    color: #282828;
}
.page_s4_img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.page_s4_tabs_info{
    padding: 60px 40px;
}
.page_s4_tabs_info1{
    background: url(/wp-content/themes/Polygal/smart_redizain/img/page_s4_img4.jpg);
    background-size: cover;
    background-position: center;
}
.page_s4_tabs_info2{
    background: url(/wp-content/themes/Polygal/smart_redizain/img/page_s4_img8.jpg);
    background-size: cover;
    background-position: center;
}
.page_s5_tabs_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.page_s5_tabs_item{
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #C1C1C1;
    padding: 0 30px 40px 30px;
}
.page_s5_tabs_item:hover{
    box-shadow: 0 0px 7px #179bd7;
}
.page_s5_tabs_cont{
    width: calc(100% + 60px);
    overflow: hidden;
    position: relative;
    left: -30px;
}
.page_s5_img{
    display: block;
    width: 100%;
    object-fit: cover;
}
.page_s5_tabs_item:hover .page_s5_img{
    transform: scale(1.1);
}
.page_s5_tabs_item__title{
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    color: #282828;
    margin-top: 30px;
}
.page_s5_tabs_item__subtitle{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    color: #282828;
    margin-top: 10px;
}
.page_s5_tabs_ul{
    margin-top: 10px;
}
.page_s5_tabs_ul__li{
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #C1C1C1;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    color: #282828;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}
.page_s5_tabs_ul__li:last-child{
    border-bottom: transparent;
}
.page_s5_tabs_ul__li_title{
    font-weight: 700;
    display: block;
}
.page_s5_tabs_info{
    padding: 0;
    margin-top: 40px;
}
.page_s5_tabs_price{
    display: grid;
    grid-template-columns: auto 140px;
    gap: 20px;
    margin-top: 40px;
}
.page_s5_tabs_price__info{
    display: grid;
    grid-template-columns: auto;
    gap: 4px;
}
.page_s5_tabs_price__title{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    color: #282828;
}
.page_s5_tabs_price__number{
    font-size: 20px;
    font-weight: 700;
    line-height: 24.76px;
    color: #282828;
}
.page_s5_tabs_btn{
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    cursor: pointer;
    color: #fff;
    padding: 14px 35px;
}
.page_s5_button {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    cursor: pointer;
    color: #fff;
    padding: 14px 35px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
}
.page_s6_box{
    display: grid;
    grid-template-columns: 58% auto;
    gap: 40px;
}
.page_s6_info{
    gap: 20px;
}
.page_s6_title{
    font-size: 28px;
    font-weight: 700;
    line-height: 34.66px;
    color: #282828;
}
.page_s6_subtitle{
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #282828;
}
.page_s6_list{
    gap: 10px;
    margin: 20px 0;
}
.page_s6_question{
    display: grid;
    grid-template-columns: auto 35px;
    gap: 20px;
    padding: 20px 40px;
    cursor: pointer;
}
.page_s6_question__title{
    font-size: 28px;
    font-weight: 700;
    line-height: 34.66px;
    color: #282828;
}
.page_s6_answer, .page_s6_answer *{
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #282828;
}
.page_s6_answer{
    display: none;
    background: #E9F4F6;
    padding: 35px 28px;
}
.page_s6_item.active .page_s6_answer{
    display: block;
}
.page_s6_answer ul{
    padding: 0;
    margin: 0;
    gap: 10px;
}
.page_s6_answer ul li{
    position: relative;
    list-style-type: none;
    padding-left: 20px;
}
.page_s6_answer ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    background:#179BD7;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.page_s6_item{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 3px #179bd7;
}
.page_s6_img{
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.page_s6_button{
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    color: #fff;
    padding: 10px 26px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.page_s6_question__arrow{
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.page_s6_item.active .page_s6_question__arrow{
    transform: rotate(180deg);
}
.page_s6{
    margin-bottom: var(--block-otstup);
}
.page_s7{
    background: #fbfbfb;
    padding-bottom: var(--block-otstup);
}
.page_s7_box{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 60px;
}
.page_s7_box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #77B94C 48.24%, rgba(119, 185, 76, 0) 55.33%);
    transform: rotate(180deg);
    left: 0;
    top: 0;
    z-index: 2;
}
.page_s7_box::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 735px;
    height: 100%;
    background: url(/wp-content/themes/Polygal/smart_redizain/img/page_s7_img1.jpg);
    background-size: cover;
    z-index: 1;
}
.page_s7_title{
    position: relative;
    z-index: 3;
    font-size: 48px;
    font-weight: 700;
    line-height: 59.42px;
    color: #fff;
}
.page_s7_subtitle{
    position: relative;
    z-index: 3;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.26px;
    color: #fff;
    margin-top: 20px;
}
.page_s7 .wpcf7{
    position: relative;
    z-index: 3;
    padding: 0 2px;
    margin-top: 40px;
}
.page_s7_form{
    width: 100%;
    max-width: 544px;
}
.page_s7_cont{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.page_s7_cont .inp_cf{
    border: unset;
    outline: none;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    color: #28282866;
}
.page_s7_cont .inp_cf:focus{
    box-shadow: 0px 0px 2px #FF6600, 0px 0px 10px #FF6600;
}
.page_s7_privacy{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 4px;
}
.page_s7_text{
    font-size: 12px;
    font-weight: 500;
    line-height: 14.56px;
    color: #fff;
}
.page_s7 .btn_cf{
    width: 100%;
    text-align: center;
    color: #fff;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    border: unset;
    outline: none;
    border-radius: 4px;
    overflow: hidden;
}
.page_s7 .btn_cf:hover{
    background: #F08116;
}
.page_s7_cont br, .page_s7 .wpcf7-response-output, .page_s7 .wpcf7-validation-errors{
    display: none !important;
}
.page_s7 .wpcf7-not-valid-tip {
    color: red;
    top: 3px;
    position: relative;
    font-size: 14px;
}
.check__cf .wpcf7-list-item>label input[type='checkbox']:before {
    border-color: transparent !important;
    background-color: #fff !important;
}
.page_s7 .check__cf label a {
    color: #000;
    font-weight: bold;
}
.page_s8{
    background: #fff;
    /*padding: var(--block-otstup) 0;*/
    margin-bottom: var(--block-otstup);
}
.page_s8_box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.page_s8_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.page_s8_item{
    border-radius: 10px;
    border: 1px dashed #179BD7;
    overflow: hidden;
    gap: 20px;
    padding: 20px;
}
.page_s8_item:nth-child(1), .page_s8_item:nth-child(2){
    grid-column: 2 span;
}
.page_s8_item:nth-child(2), .page_s8_item:nth-child(3){
    background: #E9F4F6;
    border: unset;
}
.page_s8_item__number{
    font-size: 20px;
    font-weight: 900;
    line-height: 25.24px;
}
.page_s8_item__text{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    color: #282828;
}
.page_s8_cont{
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    border: 1px dashed #179BD7;
}
.page_s8_img{
    width: 100%;
    display: block;
    object-fit: cover;
    /*height: 100%;*/
    overflow: hidden;
    border-radius: 10px;
}
.active_tabs2 .page_s_all_title{
    border-color: #F08116;
}
.page_s_8_tabs_info2 .page_s8_box {
    grid-template-columns: 33% auto;
}
.page_s_8_tabs_info2 .page_s8_list{
    grid-template-columns: 1fr;
}
.page_s_8_tabs_info2 .page_s8_item{
    grid-column: 1 span;
}
.page_s_8_tabs_info2 .page_s8_item:last-child{
    background: transparent;
    border: 1px dashed #179bd7;
}
.page_s10_box{
    gap: 20px;
}
.page_s10_list{
    display: grid;
    grid-template-columns: 58% auto;
    gap: 20px;
}
.page_s10_list__box{
    display: grid;
    grid-template-columns: 42% auto;
    gap: 20px;
}
.page_s10_item{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 40px 20px;
    min-height: 250px;
}
.page_s10_item__title{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 36.4px;
    color: #fff;
}
.page_s10_item__subtitle{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #fff;
}
.page_s10_svg{
    display: block;
    margin: 0 auto;
}
.page_s10_list:nth-child(1) .page_s10_item:nth-child(1){
    border: 1px dashed #5BB521;
}
.page_s10_list:nth-child(2) .page_s10_item:nth-child(2), .page_s10_list:nth-child(1) .page_s10_list__box .page_s10_item:nth-child(2){
    background: #5BB521;
}
.page_s10_list:nth-child(1) .page_s10_item:last-child{
    background: #179BD7;
}
.page_s10_list:nth-child(1) .page_s10_item:nth-child(3){
    background: #179BD7;
    padding-left: 40px;
}
.page_s10_list:nth-child(2) .page_s10_item:nth-child(1){
    border: 1px dashed #179BD7;
}
.page_s10_list:nth-child(1) .page_s10_item:nth-child(1){
    text-align: left;
}
.page_s10_list:nth-child(1) .page_s10_item:nth-child(1) .page_s10_item__title, .page_s10_list:nth-child(1) .page_s10_item:nth-child(1) .page_s10_item__subtitle{
    color: #282828;
    text-align: left;
}
.page_s10_list:nth-child(2) .page_s10_item:nth-child(1) .page_s10_item__title{
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    line-height: 34.66px;
    color: #282828;
}
.page_s10_img{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    object-fit: cover;
    padding: 10px;
    height: 100%;
    z-index: -1;
}
.page_s10_btn {
    cursor: pointer;
    background: #FF6600;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.41px;
    color: #fff;
    border-radius: 4px;
    padding: 10px 0;
    width: 100%;
    max-width: 293px;
}
.page_s10_btn:hover{
    background: #179BD7;
}
.page_s10_dealer{
    display: grid;
    grid-template-columns: 27% auto;
    border-radius: 10px;
    background: #E9F4F6;
    padding: 40px;
    gap: 40px;
}
.page_s10_dealer .page_s10_item__title{
    text-align: left;
    color: #282828;
}
.page_s10_dealer__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 14px;
    padding-right: 13%;
}
.page_s10_dealer__item{
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.81px;
    color: #282828;
}
.page_s10_corp .page_s10_list{
    grid-template-columns: repeat(3, 1fr);
}
.page_s10_corp .page_s10_item:nth-child(2){
    background: #5bb521;
}
.page_s10_corp .page_s10_item__title{
    padding-left: 20px;
}
.page_s11{
    margin: var(--block-otstup) 0;
}
.page_s11_list {
    gap: 10px;
}
.page_s11_item{
    border-radius: 10px;
    overflow: hidden;
}
.page_s11_question{
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 32px;
    gap: 15px;
    background: #FBFBFB;
    padding: 25px 40px;
}
.page_s11_question__name{
    font-size: 28px;
    font-weight: 700;
    line-height: 34.66px;
    color: #282828;
}
.page_s11_answer{
    display: none;
    background: #E9F4F6;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.26px;
    color: #282828;
    padding: 25px 40px;
}
.page_s11_item.active .page_s11_answer{
    display: block;
}
.page_s11_answer a{
    text-decoration: none;
    color: #FF6600;
}
.page_s11_item .page_s11_svg{
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.page_s11_item.active .page_s11_svg{
    transform: rotate(45deg);
}
.page_s11_item:hover{
    box-shadow: 0px 0px 2px #179bd7, 0px 0px 10px #179bd7;
}
.page_s11_contact{
    background: #E9F4F6;
    margin-top: 40px;
    padding: 40px 60px;
}
.page_s11_contact{
    display: grid;
    grid-template-columns: auto 55%;
    gap: 60px;
}
.page_s11_contact__info{
    gap: 20px;
}
.page_s11_contact__title{
    font-size: 48px;
    font-weight: 700;
    line-height: 59.42px;
    color: #000;
}
.page_s11_contact__subtitle{
    font-size: 20px;
    font-weight: 700;
    line-height: 24.76px;
}
.page_s11_contact__cont{
    display: grid;    
    grid-template-columns: 57% auto;
    gap: 40px;
}
.page_s11_contact__social{
    width: 100%;
    gap: 10px;
}
.page_s11_contact__phone{
    background: #77B94C;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.76px;
    border-radius: 1000px;
    text-align: center;
    width: 100%;
    padding: 20px 10px;
}
.page_s11_contact__phone:hover {
    cursor: pointer;
    background: #179bd7;
}
.page_s7.page_s12{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}
.page_s12 .wrapper{
    justify-content: end;
}
.page_s12_box{
    width: 100%;
    max-width: 820px;
}
.page_s12::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #77B94C 55.67%, rgba(119, 185, 76, 0) 68.53%);
    right: 0;
    top: 0;
    z-index: 2;
}
.page_s12::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: url(/wp-content/themes/Polygal/smart_redizain/img/page_s12_img1.jpg);
    background-size: cover;
}
.page_s12_box::before, .page_s12_box::after{
    display: none;
}
.page_s7_box.page_s12_box{
    padding-left: 0;
    padding-right: 0;
}
.page_s12_form.page_s7_form{
    max-width: 100%;
}
.page_s12 .area_cf{
    resize: none;
    height: 90px;
    padding-top: 16px;
}
.page_s12_privacy{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.page_s12_text, .page_s12_privacy p:nth-child(2){
    grid-column-start: 2;
}
.page_s12_form [data-name="textarea-333"]{
    grid-row-end: span 2;
}
.page_s13{
    background: #E9F4F6;
    padding: var(--block-otstup) 0;
}
.page_s13_text{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #2E2E2E;
}
.page_s13_box{
    display: grid;
    grid-template-columns: 55% auto;
    gap: 30px;
}
.page_s13_years{
    position: relative;
    margin-bottom: 30px;
    padding-left: 24px;
}
.page_s13_years:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 78%;
    background: #179BD7;
}
.page_s13_years_title{
    color: #1B1B1B;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.page_s13_years_title span {
    color: #77B94C;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 166.4px;
}
.page_s13_title{
    text-align: left;
    padding-bottom: 0;
    border: unset;
}
.page_s13_years_subtitle{
    margin-top: -25px;
}
.page_s13_circle{
    position: relative;
    width: max-content;
    height: max-content;
}
.page_s13_play{
    cursor: pointer;
    position: absolute;
    right: 40px;
    bottom: 64px;
}
.page_s13_play:hover .animation{
    fill: #179bd7;
}
@font-face {
    font-family: 'ProximaNova-Regular', sans-serif;
    src: url(../fonts/ProximaNova-Regular.woff2) format("woff2"), url(../fonts/ProximaNova-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'ProximaNova-Semibold', sans-serif;
    src: url(../fonts/ProximaNova-Semibold.woff2) format("woff2"), url(../fonts/ProximaNova-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'ProximaNova-Bold', sans-serif;
    src: url(../fonts/ProximaNova-Bold.woff2) format("woff2"), url(../fonts/ProximaNova-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
.s_footer{
    background: #2C679F;
    padding: 65px 0 25px 0;
}
.s_footer_logo{
    width: fit-content;
    margin-bottom: 10px;
}
.s_footer_copyright, .s_footer_privacy{
    color: #fff;
    text-decoration: none;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 10px;
}
.s_footer_privacy:hover{
    color: #77B94C;
}
.s_footer_item:nth-child(1){
    width: 20%;
}
.s_footer_form__title{
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
}
.s_footer .footer__form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    max-width: 300px;
}
.s_footer .footer__form br{
    display: none;
}
.s_footer .footer__form span[data-name="your-address"] input{
    background: transparent;
    width: 100%;
    outline: none;
    height: 40px;
    border: 1px solid #77B94C;
    border-radius: 15px;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 20px;
    color: #97B3CE;
}
.s_footer .footer__form span[data-name="your-address"] input:focus{
    box-shadow: 0px 0px 2px #77B94C, 0px 0px 10px #77B94C;
}
.s_footer .footer__form span[data-name="your-address"] input::placeholder{
    color: #97B3CE;
}
.s_footer .footer__form-btn{
    text-transform: capitalize;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    border: unset;
    outline: none;
    width: 100%;
    height: 40px;
    border-radius: 15px;
    background: #77B94C;
    text-align: center;
    font-family: 'ProximaNova-Bold', sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
}
.s_footer .footer__form-btn:hover{
    background: #179bd7;
}
.s_footer .footer__form .wpcf7-form-control-wrap .wpcf7-validates-as-email {
    height: 40px;
    border-radius: 15px;
    font-family: 'ProximaNova-Regular', sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    width: 100%;
    padding-left: 17px;
}
.s_footer .footer__form .check__cf label a {
    color: #000;
    font-weight: bold;
}
.s_footer div.wpcf7-validation-errors, .s_footer div.wpcf7-acceptance-missing{
    display: none;
}
.s_footer .wpcf7-not-valid-tip {
    color: #ccdac3;
    top: 3px;
    position: relative;
    font-size: 14px;
}
.s_footer_menu{
    gap: 20px;
}
.s_footer_menu__link{
    text-decoration: none;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.49px;
    color: #fff;
}
.s_footer_menu__link:hover{
    color: #77B94C;
}
.s_footer_phone{
    gap: 25px;
}
.s_footer_phone__box{
    gap: 6px;
}
.s_footer_phone__number{
    text-decoration: none;
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}
.s_footer_phone__number:hover{
    color: #77B94C;
}
.s_footer_img{
    width: 32px;
    display: block;
    object-fit: contain;
}
.s_footer_btn{
    cursor: pointer;
    border-radius: 15px;
    width: fit-content;
    margin-left: auto;
    font-family: 'ProximaNova-Regular', sans-serif;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.49px;
    color: #fff;
    padding: 11px 43px;
    margin-top: 13px;
}
.s_footer_btn:hover{
    background: #77B94C;
    border-color: #77B94C;
}
.s_footer_contact__social{
    gap: 10px;
    margin-top: 20px;
}
.s_footer_copyright__box{
    text-align: center;
    margin: 40px 0;
}
.s_footer_box{
    justify-content: end;
    text-align: right;
    gap: 10px;
    margin-top: 40px;
}
.s_footer_adress{
    color: #fff;
    text-decoration: none;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.s_footer_develop{
    border-top: 1px solid #B1B1B1;
    padding-top: 30px;
}
.s_footer_develop_logo{
    text-decoration: none;
    gap: 3px;
}
.s_footer_develop_logo__img{
    width: 100%;
    display: block;
    object-fit: contain;
    max-width: 140px;
}
.s_footer_develop_logo:hover .s_footer_develop_text{
    color: #77B94C;
}
.s_footer_develop_text{
    color: #fff;
    font-size: 11px;
    line-height: 17px;
}
.s_footer_develop .wrapper{
    gap: 100px;
}
.s_footer_requisites{
    gap: 35px;
}
.s_footer_requisites__text{
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #97B3CE;
}
.s_footer_copyright__box .s_footer_copyright{
    margin-top: 0;
}
.s_header_menu_btn{
    display: none;
}
.popup {
    z-index: 60;
    position: fixed;
    max-width: 450px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 35px;
    display: none;
    background: #eaecee;
    border-radius: 5px;
}
.popup .zag_popup {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    font-family: 'ProximaNova-Bold', sans-serif;
    font-weight: 700;
}
.popup-text {
    font-family: "ProximaNova-Regular", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    opacity: .6;
    margin-bottom: 10px;
}
.popup-subtitle {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    font-family: "ProximaNova-Regular", sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 10px;
}
.popup-name,
.popup-tel {
    font-size: 18px;
    line-height: 26px;
    font-family: "ProximaNova-Regular", sans-serif;
    border-radius: 13px !important;
    font-weight: 400;
    margin-bottom: 12px;
    padding: 0 0 0 20px;
    height: 55px;
    width: 100%;
    border: unset;
    outline: none;
}
.popup-name:focus, .popup-tel:focus {
    border: 1px solid #5bb521;
    border-radius: 5px;
}
.popup-btn {
    display: block;
    cursor: pointer;
    font-family: 'ProximaNova-Bold', sans-serif;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 20px 60px;
    background-color: #5bb521;
    text-align: center;
    max-width: 380px;
    width: 100%;
    border-radius: 13px !important;
    transition: .3s linear;
}
.popup-btn:hover {
    background-color: #179bd7;
}
.popup .check__cf {
    margin-bottom: 10px;
}
.popup .check__cf label a {
    color: #000;
    font-weight: bold;
}
.closepopup {
    display: block;
    background-image: url(/wp-content/themes/Polygal/images_Smart/popup-close.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -25px;
    right: -20px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .1s linear;
}
.closepopup:hover {
    opacity: .5;
}
.toner {
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.70);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: initial;
    display: none;
    transition: all .15s ease-in-out;
    cursor: pointer;
}
.popup .wpcf7-not-valid-tip{
	margin-top: -13px;
    margin-bottom: 5px;
}
.popup .wpcf7 form .wpcf7-response-output{
	display: none;
}
.back_to_top{
    width: 30px;
    line-height: 28px;
    overflow: hidden;
    z-index: 30;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 35%;
    right: 5px;
    background-color: #009ddf;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid transparent;
}
.back_to_top:hover{
    background-color: #fff;
    color: #009ddf;
    border-color: #009ddf;
}
footer:not(.s_footer), header:not(.s_header){
    display: none;
}
.popup .select_city_cf {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}
.popup .select_city_cf select {
    width: 100%;
    height: 340px;
}
.popup .select_city_cf select option {
    cursor: pointer;
}
.popup .closepopup_select {
    display: block;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 20px 60px;
    background-color: #2cb22c;
    text-align: center;
    max-width: 380px !important;
    width: 100%;
    border-radius: 38px !important;
    transition: background-color .1s linear;
    margin-top: 15px;
    cursor: pointer;
}
.popup .select_city:hover, .popup .closepopup_select:hover {
    background-color: #0069a4;
}
.popup .select_city{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 35px;
    background-color: #2cb22c;
    transition: background-color .1s linear;
    cursor: pointer;
    color: #fff;
    padding-top: 5px;
    margin-bottom: 7px;
}
.popup .select_city span{
    color: red;
}
.wpcf7-form .popup{
    background: #d6dad6;
}
.popup .select_city_cf{
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}
.popup .select_city_cf select{
    width: 100%;
    height: 340px;
}
.popup .select_city_cf select option{
    cursor: pointer;
    font-size: 18px;
}
.popup .closepopup_select{
    display: block;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 20px 60px;
    background-color: #2cb22c;
    text-align: center;
    max-width: 380px !important;
    width: 100%;
    border-radius: 38px !important;
    transition: background-color .1s linear;
    margin-top: 15px;
    cursor: pointer;
}
.popup .select_city:hover, .popup .closepopup_select:hover {
    background-color: #0069a4;
}
.popup #select_city{
    padding: 45px 35px;
}
.popup .closepopup_select_top{
    display: none;
    background-image: url(/wp-content/themes/Polygal/images/closepopup1.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 100;
    transition: opacity .1s linear;
}
.popup .closepopup_select_top:hover {
    opacity: .5;
}
#wpcf7-f5002-o2 .select_city{
    height: 68px;
    margin-top: 21px;
    border-radius: 4px;
    padding-top: 20px;
}
#wpcf7-f4972-o1 .select_city{
    max-width: 206px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
        padding: 8px;
    line-height: 20px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output, div.wpcf7-mail-sent-ok {
    display: none !important;
}
.breadcrumb {
    --font_family: 'Gilroy', 'Arial', sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 20px 0;
    margin-bottom: 0 !important;
}
.breadcrumb a {
    color: #009ddf;
}
.page_s12_form_col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


@media screen and (max-width: 1700px){
    :root {
        --block-otstup: 65px;
    }
    .page_s1_slide__title {
        font-size: 44px;
        line-height: 51px;
    }
    .page_s1_slide__title .rotate {
        transform: rotate(-2.5deg);
        top: -4px;
        padding: 12px 20px;
    }
    .page_s1_slide__flytext{
        right: -7%;
    }
    .page_s1_slide4:after{
        background-size: 55%;
    }
    .page_s1_slide.swiper-slide{
        height: 560px;
        height: 582px;
    }
    .page_s2_title {
        font-size: 44px;
        line-height: 54px;
    }
    .page_s2_play{
        width: 100%;
        max-width: 133px;
        height: auto;
    }
    .page_s_all_title {
        font-size: 44px;
        line-height: 54px;
    }
    .page_s4_text {
        font-size: 23px;
        line-height: 25px;
    }
    .page_s7_title{
        font-size: 44px;
        line-height: 54px;
    }
    .page_s11_contact__title {
        font-size: 45px;
        line-height: 54px;
    }
    .page_s12::after {
        background: linear-gradient(270deg, #77B94C 59.67%, rgba(119, 185, 76, 0) 74.53%);
    }
    .page_s13_box {
        grid-template-columns: 63% auto;
    }
    .s_header__info__wrapper {
        gap: 30px;
    }
    .s_header_phone__number {
        font-size: 18px;
        line-height: 24px;
    }
    .page_s10_corp .page_s10_item__title{
        padding-left: 0;
    }
}
@media screen and (max-width: 1559px) {
    .wrapper {
        max-width: 92%;
    }
    .page_s1_slide__title {
        font-size: 39px;
        line-height: 50px;
    }
    .page_s1_slide__title .rotate {
        transform: rotate(-2.5deg);
        top: -6px;
        padding: 7px 16px;
        font-size: 25px;
        line-height: 34px;
    }
    .page_s1_slide__flytext {
        width: 100%;
        max-width: 200px;
        height: auto;
    }
    .page_s1_slide4:after {
        background-size: unset;
        background-position-x: 130%;
    }
    .page_s1_slide2__button{
        max-width: 240px;
    }
    .page_s1_slide__list{
        margin-top: 64px;
    }
    .page_s1_pagination.swiper-pagination {
        bottom: 0 !important;
        margin-top: -27px;
    }
    .page_s2{
        margin-top: 13px;
    }
    .page_s_all_line{
        gap: 40px;
    }
    .page_s_all_title{
        margin-bottom: 40px;
    }
    .page_s_all_adv{
        margin-top: 40px;
    }
    .page_s_all_adv__item{
        padding: 15px;
    }
    .page_s_all_line__text{
        padding: 12px;
    }
    .page_s_all_line__box:nth-child(2) .page_s_all_line__text {
        max-width: 85%;
    }
    .page_s_all_line__box:nth-child(1) .page_s_all_line__text {
        max-width: 220px;
    }
    .page_s_all_adv__item{
        gap: 15px;
    }
    .page_s_all_adv__title {
        font-size: 18px;
        line-height: 20px;
    }
    .page_s5_tabs_item {
        padding: 0 20px 40px 20px;
    }
    .page_s5_tabs_cont {
        width: calc(100% + 40px);
        left: -20px;
    }
    .page_s5_tabs_item__title {
        font-size: 19px;
        line-height: 23px;
    }
    .page_s5_tabs_price__number {
        font-size: 17px;
        line-height: 19px;
    }
    .page_s6_title, .page_s6_question__title {
        font-size: 26px;
        line-height: 30px;
    }
    .page_s6_list{
        margin: 10px 0;
    }
    .page_s10_item__title{
        font-size: 26px;
        line-height: 30px;
    }
    .page_s11_question__name{
        font-size: 26px;
        line-height: 30px;
    }
    .page_s11_contact__title {
        font-size: 42px;
        line-height: 47px;
    }
    .page_s11_contact__info {
        gap: 15px;
    }
    .page_s11_contact{
        gap: 45px;
    }
    .page_s12_box{
        max-width: 58%;
    }
    .page_s13_box {
        grid-template-columns: 60% auto;
    }
    .s_header_mail {
        font-size: 14px;
        line-height: 17px;
    }



}
@media screen and (max-width: 1439px){
    .page_s1_slide__title {
        font-size: 37px;
        line-height: 48px;
    }
    .page_s1_slide__contactForm{
        margin-top: 50px;
    }
    .page_s1_slide4:after {
        background-position-x: 142%;
    }
    .page_s1_slide__info_text {
        gap: 22px;
    }
    .page_s1_slide__list {
        margin-top: 36px;
    }
    .page_s1_slide.swiper-slide {
        height: 540px;
        height: 550px;
    }
    .page_s1 .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
    .page_s2_title {
        font-size: 39px;
        line-height: 46px;
    }
    .page_s2{
        margin-top: 14px;
    }
    .page_s_all_title {
        font-size: 39px;
        line-height: 46px;
    }
    .page_s_all_tabs__name{
        font-size: 18px;
        line-height: 23px;
    }
    .page_s_all_line__box:nth-child(1) .page_s_all_line__svg{
        width: 100%;
        height: auto;
        max-width: 123px;
    }
    .page_s4_tabs_info {
        padding: 40px;
    }
    .page_s7_title{
        font-size: 39px;
        line-height: 46px;
    }
    .page_s7_form{
        max-width: 525px;
    }
    .page_s10_item__title {
        font-size: 24px;
        line-height: 26px;
    }
    .page_s11_question__name{
        font-size: 24px;
        line-height: 26px;
    }
    .page_s11_contact__title {
        font-size: 35px;
        line-height: 39px;
    }
    .page_s11_contact__subtitle {
        font-size: 18px;
        line-height: 21px;
    }
    .page_s11_contact__cont {
        grid-template-columns: 54% auto;
    }
    .page_s12::after {
        background: linear-gradient(270deg, #77B94C 61.67%, rgba(119, 185, 76, 0) 78.53%);
    }
    .page_s13_circle{
        width: 100%;
    }
    .page_s13_img{
        width: 100%;
        height: auto;
    }
    .page_s13_box {
        grid-template-columns: 60% 36%;
    }
    .s_header_phone__number {
        font-size: 16px;
        line-height: 22px;
    }
    .s_header__info__wrapper {
        gap: 18px;
    }
    .s_header_menu__number{
        font-size: 18px;
    }



}
@media screen and (max-width: 1359px){
    .page_s1_slide__box{
        gap: 40px;
    }
    .page_s1_slide__title {
        font-size: 32px;
        line-height: 42px;
    }
    .page_s1_slide__title .rotate {
        top: -6px;
        padding: 7px 16px;
        font-size: 19px;
        line-height: 26px;
        left: -4px;
    }
    .page_s1_slide__list_title {
        font-size: 22px;
        line-height: 25px;
    }
    .page_s1_slide__flytext{
        max-width: 170px
    }
    .page_s1_slide__contactForm_title {
        font-size: 23px;
        line-height: 28px;
    }
    .page_s1_slide__text {
        padding: 10px 26px;
        max-width: 540px;
    }
    .page_s1_slide__contactForm{
        padding: 29px;
    }
    .page_s1_slide4:after {
        background-position-x: 154%;
    }
    .page_s1_slide__contactForm{
        margin-top: 60px;
    }
    .page_s1_slide__subtitle{
        min-height: 74px;
    }
    .page_s1_slide__list {
        margin-top: 46px;
    }
    .page_s1_slide.swiper-slide {
        height: 518px;
        height: 534px;
    }
    .page_s1_slide__flytext{
        top: -13px;
    }
    .page_s2_title {
        font-size: 37px;
        line-height: 43px;
    }
    .page_s_all_title {
        font-size: 37px;
        line-height: 43px;
    }
    .page_s_all_line {
        gap: 20px;
    }
    .page_s5_tabs_price{
        grid-template-columns: auto 126px;
        margin-top: 25px;
        gap: 12px;
    }
    .page_s5_tabs_btn {
        padding: 14px 25px;
    }
    .page_s7_title {
        font-size: 32px;
        line-height: 37px;
    }
    .page_s7_form {
        max-width: 490px;
    }
    .page_s8_item, .page_s8_list, .page_s8_box{
        gap: 10px;
    }
    .page_s13_play {
        right: 35px;
        bottom: 59px;
        width: 100%;
        max-width: 116px;
        height: auto;
    }
    .s_footer .footer__form{
        max-width: 282px;
    }
    .s_footer_phone__number {
        font-size: 21px;
        line-height: 22px;
    }
    .s_header_phone__variation1 {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-left: 28px;
    }
    .s_header_phone__variation1 .s_header_phone__number {
        font-size: 17px;
        line-height: 22px;
    }
    .s_header_phone__variation1 svg{
        position: absolute;
        left: -14px;
        top: 50%;
        margin-top: -14px;
    }
/* Гамбургер иконка */
.s_header_menu_btn {
    width: 30px;
    height: 30px;
    position: relative;
    z-index:2;
    overflow: hidden;
    cursor: pointer;
    display: flex;
}
.s_header_menu_btn span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #179bd7;
    transition: all 0.5s;
}
.s_header_menu_btn.active span{
    background-color: #5BB521;
}
.s_header_menu_btn span:nth-of-type(2) {
    top: calc(50% - 5px);
}
.s_header_menu_btn span:nth-of-type(3) {
    top: calc(50% + 5px);
}
/* Меняем гамбургер иконку, когда меню открыто */
.s_header_menu_btn.active span:nth-of-type(1) {
  display: none;
}
.s_header_menu_btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.s_header_menu_btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}
.s_header_cont{
    display: none;
    margin: 0 auto;
    order: 5;
    margin-top: 15px;
}
body.hidden{
    overflow: hidden;
}
/* Меню, которое будет появляться */
.s_header_menu {
    position: fixed;
    top: 0;
    left: -5000px;
    width: 100%;
    max-width: unset;
    height: 100%;
    height: 100vh;
      background-color: rgba(0,0,0,.7);
    transform: translateX(-100%);
    transition: transform 0.5s; 
}
.s_header_menu.active {
    transform: translateX(0);
    left: 0;
    display: flex;
    justify-content: end;
    max-width: 100%;
    z-index: 1;
    padding: 0;
}
.s_header_menu.active .wrapper{
    max-width: 400px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 12px;
    justify-content: unset;
    position: relative;
    margin-right: 0;
    padding-top: 65px;
}
.s_header_menu_btn.active{
    top: -25px;
    right: -26px;
}
.s_header_menu_list {
    padding-left: 0;
    flex-direction: column;
}
.s_header_mail {
    display: none;
    margin: 0 auto;
    margin-top: 15px;
}
.s_header{
    padding: 10px 0;
}
.s_header__info{
    padding: 0;
}
.s_header.active_header .s_header__info {
    height: auto;
    visibility: visible;
}
.s_header.active_header .s_header_menu__box{
    display: none;
}
    



}
@media screen and (max-width: 1279px){
    .page_s1_slide__title {
        font-size: 24px;
        line-height: 36px;
    }
    .page_s1_slide__subtitle {
        font-size: 17px;
        line-height: 22px;
    }
    .page_s1_slide__contactForm {
        padding: 21px;
    }
    .page_s1_slide__contactForm_title {
        font-size: 20px;
        line-height: 25px;
    }
    .page_s1_slide__contactForm_line{
        margin-top: 20px;
    }
    .page_s1_slide__text {
        max-width: 93%;
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
    }
    .page_s1_slide__contactForm .tel_cf{
        padding-left: 10px;
    }
    .page_s1_slide__title .rotate {
        top: -5px;
        padding: 6px 9px;
        font-size: 19px;
        line-height: 21px;
        left: -4px;
    }
    .page_s1_slide__list{
        padding: 20px 15px;
        margin-top: 17px;
    }
    .page_s1_slide4:after {
        background-position-x: 554%;
    }
    .page_s1_slide__list_title {
        font-size: 20px;
        line-height: 20px;
    }
    .page_s1_slide__list ul{
        gap: 8px;
    }
    .page_s1_slide.swiper-slide {
        height: 472px;
        height: 494px;
    }
    .page_s1_slide3 .page_s1_slide__contactForm {
        margin-top: 32px;
    }
    .page_s1_slide__box{
        min-height: 381px;
    }
    .page_s2_title {
        font-size: 29px;
        line-height: 36px;
    }
    .page_s2_box{
        gap: 35px;
    }
    .page_s2_list{
        gap: 12px;
    }
    .page_s_all_adv__title {
        font-size: 16px;
        line-height: 18px;
    }
    .page_s_all_line__box:nth-child(1) .page_s_all_line__svg{
        max-width: 90px;
    }
    .page_s_all_line__box:nth-child(1) .page_s_all_line__text {
        max-width: 192px;
    }
    .page_s_all_line__box:nth-child(2) .page_s_all_line__text {
        max-width: 86%;
        left: 15px;
        top: 15px;
    }
    .page_s_all_adv__text{
        padding: 20px;
    }
    .page_s4_text {
        font-size: 20px;
        line-height: 22px;
    }
    .page_s4_tabs_info{
        padding: 40px 30px;
    }
    .page_s5_tabs_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .page_s6_box{
        grid-template-columns: 1fr;
    }
    .page_s6_img{
        display: none;
    }
    .page_s6_title, .page_s6_question__title {
        font-size: 24px;
        line-height: 27px;
    }
    .page_s6_answer {
        padding: 30px 20px;
    }
    .page_s6_question{
        padding: 20px;
    }
    .page_s7_form {
        max-width: 370px;
    }
    .page_s7_subtitle {
        font-size: 18px;
        line-height: 22px;
    }
    .page_s7 .check__cf label, .page_s7 .check__cf label a {
        color: #fff;
        text-align: left;
    }
    .page_s7_box {
        padding: 35px 50px;
    }
    .page_s7 .wpcf7{
        margin-top: 25px;
    }
    .page_s8_cont{
        display: none;
    }
    .page_s_8_tabs_info2  .page_s8_cont{
        display: flex;
    }
    .page_s8_box{
        grid-template-columns: 1fr;
    }
    .page_s10_item {
        padding: 20px;
        min-height: 180px;
    }
    .page_s10_item__title {
        font-size: 21px;
        line-height: 23px;
    }
    .page_s10_svg{
        width: 60px;
        height: 60px;
    }
    .page_s10_list:nth-child(2) .page_s10_item:nth-child(1) .page_s10_item__title {
        font-size: 21px;
        line-height: 23px;
    }
    .page_s11_question__name{
        font-size: 21px;
        line-height: 23px;
    }
    .page_s11_question, .page_s11_answer{
        padding: 25px;
    }
    .page_s11_contact {
        gap: 32px;
        padding: 35px 40px;
        grid-template-columns: auto 48%;
    }
    .page_s11_contact__title {
        font-size: 30px;
        line-height: 35px;
    }
    .page_s11_contact__subtitle {
        font-size: 16px;
        line-height: 18px;
    }
    .page_s11_contact__cont {
        margin: 0 auto;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 400px;
        gap: 20px;
    }
    .page_s12_box {
        max-width: 62%;
    }
    .page_s12::after {
        background: linear-gradient(270deg, #77B94C 66.67%, rgba(119, 185, 76, 0) 84.53%);
    }
    .page_s13_play {
        right: 30px;
        bottom: 53px;
        max-width: 100px;
    }
    .s_footer .footer__form {
        max-width: 100%;
    }
    .s_footer_form{
        width: 100%;
        max-width: 220px;
    }
    .s_footer_item:nth-child(1) {
        width: 16%;
    }
    .s_footer_phone__number {
        font-size: 18px;
        line-height: 19px;
    }
    .s_footer_contact__social{
        gap: 6px;
    }
    .s_footer_requisites {
        gap: 16px;
    }
    .s_header_phone__variation1 .s_header_phone__number {
        font-size: 16px;
        line-height: 18px;
    }
    .s_header_cont{
        max-width: 164px;
    }
    .s_header_cont__button{
        padding: 10px;
    }
    
    .page_s_8_tabs_info2 .page_s8_box {
        grid-template-columns: 48% auto;
    }
    .page_s10_dealer__list{
        padding-right: 0;
        gap: 14px;
    }
    .page_s10_dealer{
        gap: 20px;
    }
    .page_s10_dealer{
        padding: 22px;
    }


}
@media screen and (max-width: 999px){
    .page_s1_slide4:after {
        background-position-x: -200%;
    }
    .page_s1_slide__text{
        font-size: 17px;
    }
    .page_s1_slide__box {
        gap: 24px;
    }
    .page_s1_slide__contactForm_line{
        display: flex;
        flex-direction: column;
    }
    .page_s1_slide__list{
        margin-top: 20px;
    }
    .page_s1_slide__list ul{
        margin-top: 10px;
    }
    .page_s1_slide__title {
        font-size: 20px;
        line-height: 28px;
    }
    .page_s1_slide__title .rotate{
        top: 0;
    }
    .page_s1_slide.swiper-slide {
        height: unset;
    }
    .page_s1_slide__box {
        min-height: 450px;
    }
    .page_s2 {
        margin-top: 15px;
    }
    .page_s2_play{
        left: unset;
        right: 20px;
    }
    .page_s2_list{
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    .page_s2_title {
        font-size: 26px;
        line-height: 34px;
    }
    .page_s_all_title {
        padding-bottom: 2px;
        font-size: 26px;
        line-height: 34px;
    }
    .page_s_all_line{
        grid-template-columns: 1fr;
    }
    .page_s_all_line__box:nth-child(2) .page_s_all_line__text{
        left: 20px;
        top: 20px;
    }
    .page_s_all_tabs_info1 .page_s_all_adv{
        grid-template-columns: repeat(2,1fr);
    }
    /*
    .page_s_all_tabs_info2 .page_s_all_adv{
        grid-template-columns: repeat(4,1fr);
    }
    .page_s_all_tabs_info2 .page_s_all_adv__item:nth-last-child(-n+2) {
        grid-column: 2 span;
    }
    .page_s_all_tabs_info2 .page_s_all_adv__item:last-child{
        grid-column: 4 span;
    }
    */
    .page_s4_text {
        font-size: 18px;
        line-height: 19px;
    }
    .page_s4_tabs_info {
        padding: 30px;
    }
    .page_s_all_tabs_info2 .page_s5_tabs_ul__li {
        grid-template-columns: 60% auto;
    }
    .page_s5_tabs_btn{
        text-align: center;
    }
    .page_s5_tabs_price{
        grid-template-columns: 1fr;
        margin-top: 15px;
    }
    .page_s6_title, .page_s6_question__title {
        font-size: 22px;
        line-height: 25px;
    }
    .page_s7_title{
        font-size: 26px;
        line-height: 34px;
    }
    .page_s7_box::before {
        background: linear-gradient(270deg, #77B94C 59.24%, rgba(119, 185, 76, 0) 72.33%);
    }
    .page_s10_list {
        grid-template-columns: 65% auto;
    }
    .page_s10_item{
        min-height: 220px;
    }
    .page_s10_item__text {
        gap: 8px;
    }
    .page_s10_item__title {
        font-size: 18px;
        line-height: 22px;
    }
    .page_s10_list:nth-child(2) .page_s10_item:nth-child(1) .page_s10_item__title{
        text-shadow: 0px 4px 13px #ffffff, 0px -4px 13px #ffffff;
        z-index: 1;
    }
    .page_s10_list:nth-child(2) .page_s10_item:nth-child(1)::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #fff;
        opacity: 0.25;
    }
    .page_s10_btn{
        z-index: 1;
    }
    .page_s11_answer a{
        word-wrap: break-word;
    }
    .page_s11_question__name {
        font-size: 18px;
        line-height: 22px;
    }
    .page_s11_question, .page_s11_answer {
        padding: 18px;
    }
    .page_s11_question {
        grid-template-columns: auto 25px;
    }
    .page_s11_item .page_s11_svg{
        width: 100%;
    }
    .page_s11_answer {
        font-size: 16px;
        line-height: 20px;
    }
    .page_s11_contact{
        padding: 30px;
    }
    .page_s12::after {
        background: linear-gradient(270deg, #0000009c 100%, rgba(119, 185, 76, 0) 0);
    }
    .page_s12_box {
        max-width: 100%;
    }
    .page_s13_box {
        grid-template-columns: 1fr;
    }
    .page_s13_circle {
        max-width: 340px;
        margin: 0 auto;
    }
    .s_footer_form{
        display: none;
    }
    .s_footer_item:nth-child(1) {
        width: 21%;
    }
    .s_footer_requisites {
        gap: 16px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .s_footer{
        padding: 35px 0;
    }
    .s_footer_menu {
        gap: 13px;
    }
    .s_footer_box{
        margin-top: 20px;
    }
    .s_footer_copyright__box {
        text-align: center;
        margin: 25px 0;
    }
    .page_s10_dealer{
        grid-template-columns: 1fr;
    }
    

}
@media screen and (max-width: 765px){
    :root {
        --block-otstup: 40px;
    }
    .page_s1_slide__img_box{
        position: relative;
    }
    .page_s1_slide__text {
        margin: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        padding: 10px 19px;
        text-align: center;
    }
    .page_s1_slide__box{
        display: flex;
        flex-direction: column;
    }
    .page_s1_slide__contactForm{
        display: none;
    }
    .page_s1_slide__contactForm_mobile{
        display: flex;
        margin-top: 0;
    }
    .page_s1_slide__contactForm .tel_cf {
        padding-left: 18px;
    }
    .page_s1_slide__contactForm_title{
        text-align: center;
    }
    .page_s1_slide__list_title {
        font-size: 19px;
        line-height: 23px;
    }
    .page_s1_slide2__button{
        margin: 0 auto;
        margin-top: 20px;
    }
    .page_s1_slide__flytext {
        max-width: 85px;
        right: -3%;
        top: -21px;
    }
    .page_s1_slide4 .page_s1_slide__text{
        margin: 0;
        position: absolute;
    }
    .page_s1_slide__box {
        min-height: unset;
    }
    .page_s1_slide .wrapper, .page_s1_slide__contactForm_box, .page_s1_slide .wpcf7{
        width: 100%;
    }
    .page_s1_slide2 .page_s1_slide__contactForm_mobile{
        display: none;
    }
    .page_s1_slide3 .page_s1_slide__contactForm {
        margin-top: 0;
    }
    .page_s1 {
        margin-top: 20px;
    }
    .page_s1_slide.swiper-slide{
        padding-top: 25px;
    }
    .page_s1_slide4 .page_s1_slide__img{
        display: none;
    }
    .page_s2_box{
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .page_s2_title {
        font-size: 21px;
        line-height: 27px;
    }
    .page_s2_item__text br{
        display: none;
    }
    .page_s1_slide4 .page_s1_slide__img{
        display: block;
    }
    .page_s2_play {
        right: 14px;
        bottom: 14px;
        max-width: 124px;
    }
    .page_s_all_title {
        margin-bottom: 30px;
        font-size: 21px;
        line-height: 27px;
        text-align: center;
    }   
    .page_s_all_line__item{
        flex-direction: column;
    }
    .page_s_all_line__box:nth-child(1) .page_s_all_line__svg{
        display: none;
    }
    .page_s_all_tabs_info1 .page_s_all_adv, .page_s_all_tabs_info2 .page_s_all_adv{
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
    .page_s_all_tabs_info2 .page_s_all_adv__item:nth-child(-n+3), .page_s_all_tabs_info2 .page_s_all_adv__item:last-child, .page_s_all_tabs_info2 .page_s_all_adv__item:nth-last-child(-n+2){
        grid-column: 1 span;
    }
    .page_s_all_tabs{
        padding: 10px;
    }
    .page_s_all_tabs__name {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        padding: 10px;
    }
    .page_s_all_tabs_info{
        margin-top: 30px;
        padding: 25px 15px;
        padding: 25px 0;
    }
    .page_s_all_line__box:nth-child(1) .page_s_all_line__text {
        max-width: 210px;
    }
    .page_s_all_line__box:nth-child(2) .page_s_all_line__text{
        max-width: 275px;
        left: unset;
        right: 20px;
    }
    .page_s4_list{
        grid-template-columns: 1fr;
    }
    .page_s5_tabs_list{
        grid-template-columns: 1fr;
    }
    .page_s5_tabs_info{
        padding: 0;
    }
    .page_s5_tabs_item__title {
        font-size: 20px;
        line-height: 23px;
        margin-top: 20px;
    }
    .page_s5_tabs_ul__li {
        grid-template-columns: 1fr;
    }
    .page_s5_tabs_ul__li, .page_s_all_tabs_info2 .page_s5_tabs_ul__li {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .page_s5_tabs_item {
        padding: 0 20px 20px 20px;
        text-align: center;
    }
    .page_s5_tabs_ul__subchar{
        font-weight: 700;
    }
    .page_s5_tabs_price__title, .page_s5_tabs_price__number {
        font-size: 18px;
        line-height: 22px;
    }
    .page_s6_title, .page_s6_question__title {
        font-size: 18px;
        line-height: 21px;
    }
    .page_s6_question__arrow{
        width: 100%;
    }
    .page_s6_question {
        grid-template-columns: auto 25px;
    }
    .page_s6_answer, .page_s6_question {
        padding: 14px;
    }
    .page_s6_answer ul{
        gap: 5px;
    }
    .page_s6_answer, .page_s6_answer *{
        line-height: 18px;
    }
    .page_s6_button{
        margin-top: 0;
        width: 100%;
    }
    .page_s7_box {
        padding: 30px 20px;
        text-align: center;
    }
    .page_s7_title {
        font-size: 23px;
        line-height: 27px;
    }
    .page_s7_subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }
    .page_s7_cont{
        grid-template-columns: 1fr;
    }
    .page_s7_privacy{
        gap: 10px;
    }
    .page_s7_form{
        max-width: 100%;
    }
    .page_s7_box::before {
        background: #000000;
        opacity: 0.6;
    }
    .page_s8_list{
        grid-template-columns: 1fr;
    }
    .page_s8_cont{
        display: block;
    }
    .page_s8_item:nth-child(1), .page_s8_item:nth-child(2) {
        grid-column: 1 span;
    }
    .page_s8_item, .page_s8_list, .page_s8_box {
        gap: 15px;
    }
    .page_s8_title{
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .page_s10_list, .page_s10_list__box{
        grid-template-columns: 1fr;
    }
    .page_s10_list:nth-child(1) .page_s10_item:nth-child(1) .page_s10_item__title, .page_s10_list:nth-child(1) .page_s10_item:nth-child(1) .page_s10_item__subtitle, .page_s10_list:nth-child(2) .page_s10_item:nth-child(1) .page_s10_item__title{
        text-align: center;
    }
    .page_s10_item {
        min-height: 140px;
        padding: 20px 10px;
        text-align: center;
    }
    .page_s10_list:nth-child(2) .page_s10_item:nth-child(1) {
        min-height: 200px;
    }
    .page_s10_btn{
        margin: 0 auto;
    }
    .page_s10_img{
        width: 100%;
        overflow: hidden;
        border-radius: 20px;
    }
    .page_s11_contact{
        grid-template-columns: 1fr;
        text-align: center;
        padding: 30px 20px;
    }
    .page_s11_contact__title {
        font-size: 25px;
        line-height: 32px;
    }
    .page_s11_contact__subtitle {
        font-size: 17px;
        line-height: 19px;
    }
    .page_s11_contact__phone {
        font-size: 18px;
        line-height: 20px;
        border-radius: 26px;
        padding: 14px 10px;
    }
    .page_s12_form [data-name="textarea-333"] {
        grid-row-end: unset;
        order: 5;
    }
    .page_s12_privacy {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .page_s13_years_title span {
        font-size: 80px;
        line-height: 124px;
    }
    .page_s13_play{
        max-width: 90px;
    }
    .page_s13_box{
        gap: 18px;
    }
    .s_footer .wrapper{
        flex-direction: column;
        gap: 20px;
    }
    .s_footer_item:nth-child(1){
        width: 100%;
        text-align: center;
    }
    .s_footer_logo{
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .s_footer_menu, .s_footer_box{
        text-align: center;
    }
    .s_footer_phone{
        margin: 0 auto;
    }
    .s_footer_btn{
        margin: 0 auto;
        margin-top: 16px;
    }
    .s_footer_contact__social {
        gap: 10px;
    }
    .s_footer_requisites__text{
        font-size: 15px;
    }
    .s_footer_requisites{
        gap: 12px;
        width: 100%;
    }
    .s_footer_requisites__text:nth-child(2), .s_footer_requisites__text:nth-child(4){
        text-align: right;
    }
    .s_footer_develop_text{
        font-size: 13px;
    }
    .scalebeat{
        margin: 0 auto;
    }
    .s_footer_copyright__box .s_footer_copyright{
        font-size: 12px;
        line-height: 16px;
    }
    .s_header_phone__variation1, .s_header_phone__variation3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-left: 0;
        gap: 6px;
    }
    .s_header_phone svg{
        display: none;
    }
    .s_header_menu_btn.active{
        right: 0;
    }
    .s_header_menu.active .wrapper{
        max-width: 90%;
    }
    .s_header_menu_item{
        font-size: 17px;
    }
    .popup{
        max-width: 450px;        
    }
    .popup .zag_popup {
        font-size: 24px;
        line-height: 28px;
    }
    .popup-subtitle {
        font-size: 20px;
        line-height: 23px;
    }
    .closepopup{
        width: 30px;
        height: 30px;
        top: 3px;
        right: 3px;
    }
    .popup-name, .popup-tel{
        height: 50px;
        font-size: 16px;
    }
    .popup-btn{
        padding: 16px;
    }
    .page_s_8_tabs_info2 .page_s8_box{
        grid-template-columns: 1fr;
    }
    .page_s_8_tabs_info2 .page_s8_item{
        grid-column: 1 span;
    }
    .page_s10_corp .page_s10_list, .page_s10_dealer__list {
        grid-template-columns: 1fr;
    }
    .page_s10_dealer__item {
        gap: 12px;
        display: grid;
        grid-template-columns: 24px auto;
    }
    .page_s10_dealer {
        padding: 22px 14px;
    }


}

@media screen and (max-width: 500px){
    .popup{
        max-width: 92%;
        padding: 30px 15px;
    }
    .popup-btn{
        max-width: 100%;
    }
}

@media screen and (max-width: 410px){
    
}

@media screen and (max-width: 375px){
    .popup-subtitle {
        font-size: 17px;
        line-height: 19px;
    }
    .popup .zag_popup {
        font-size: 22px;
        line-height: 24px;
    }

}

@media screen and (max-width: 320px){
    .page_s_all_line__box:nth-child(2) .page_s_all_line__text{
        max-width: 255px;
    }
    .page_s10_btn{
        max-width: 90%;
        font-size: 15px;
    }
    .page_s10_list:nth-child(2) .page_s10_item:nth-child(1) .page_s10_item__title {
        font-size: 19px;
        line-height: 24px;
    }
    .page_s10_list:nth-child(2) .page_s10_item:nth-child(1) {
        min-height: 170px;
    }
    .page_s11_question__name {
        font-size: 16px;
        line-height: 19px;
    }
    .page_s11_answer {
        font-size: 15px;
        line-height: 19px;
    }
    .page_s13_play {
        right: 23px;
        bottom: 49px;
        max-width: 83px;
    }
    .s_footer_requisites__text {
        font-size: 13px;
    }
}

.s_footer_contact__link svg {
	width: 40px;
    border-radius: 50px;
}

.s_header_social__link svg {
	width: 25px;
    border-radius: 50px;
}