html{
    font-size: 10px;
}
body, html{
    /*height:100%;*/
    width:100%;
    position: relative;
    /*min-width: 1006px;*/
    min-height:550px;
    color:#242424;
	font-family: "Inter Tight", sans-serif;
	background: #F7FFF7;
	height: 100%;
}

*{
    box-sizing: border-box;
    font-weight: normal;
    margin:0;
    padding: 0;
    text-decoration: none;
}
b{
	font-weight: bold;;
}
.main_h1{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
}
.noscroll{
    overflow: overlay;
}

img{
	border:none;
}
.swiper-slide-cover{
	background-size: cover!important;
}
body .swiper-button-next:after,body  .swiper-container-rtl .swiper-button-prev:after,
body .swiper-button-prev:after,body  .swiper-container-rtl .swiper-button-next:after{
	content: '';
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 0!important;
}
body .iti__country-list::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
body .iti{
	width:100%;
}
body .iti__country-list::-webkit-scrollbar-thumb {
	background-color: #182e4d;
	border-radius: 5px;
}

body .iti input{
    /*width: 0;*/
    padding-right: 0px;	
    border-right: 0;
}
body .iti__country-list{
    color: #fff;
	background: #182e4d;
}
body .iti__country-list li:hover{
    color: #aabcf5;
}
.title {
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
}
body .flat_page .mCSB_inside > .mCSB_container {
    margin-right: 0!important;
}

body .mCSB_scrollTools .mCSB_draggerRail{
    width: 6px;
	background: #EBEBEB;
	opacity: 0.2;
}

body .mCSB_scrollTools .mCSB_dragger {
    background: #CBB784;
        width: 6px;
    margin-left: -2px;
}
body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: none;
}
body .mCSB_scrollTools {
	background: none;
	width:6px;
}

body .mCSB_scrollTools .mCSB_draggerContainer{
background: rgb(0 0 0 / 20%);
    width: 3px;
    left: 2px;	
}
*:focus{
	outline: none;
}
svg a{
	cursor: pointer;
}
fieldset {
	border:none;
}

input::-webkit-input-placeholder       {    font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
input::-moz-placeholder                {    font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
input:-moz-placeholder                 {    font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
input:-ms-input-placeholder            {    font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
input:focus::-webkit-input-placeholder {    font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
input:focus::-moz-placeholder          {    font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
input:focus:-moz-placeholder           {    font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
input:focus:-ms-input-placeholder      {    font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}


input:-webkit-autofill,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	/*-webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
    border: 0px solid #182e4d;*/
}
input:focus{
	outline: none;
}

textarea::-webkit-input-placeholder       {    font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
textarea::-moz-placeholder                {    font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
textarea:-moz-placeholder                 {    font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
textarea:-ms-input-placeholder            {   font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
textarea:focus::-webkit-input-placeholder {   font-family: "Inter Tight", sans-serif;opacity: 0; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
textarea:focus::-moz-placeholder          {   font-family: "Inter Tight", sans-serif;opacity: 0; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
textarea:focus:-moz-placeholder           {   font-family: "Inter Tight", sans-serif;opacity: 0; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}
textarea:focus:-ms-input-placeholder      {   font-family: "Inter Tight", sans-serif;opacity: 0; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;text-transform: uppercase;}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.contaniner {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    /*overflow: hidden;*/
    height: 100%;
}
#change_page {
    position: relative;
    width: 100%;
    /*overflow: hidden;*/
    height: 100%;
}
#change_page.change_page_show, #change_page_2.change_page_show {

}


#ipod_rotate {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(27, 68, 121, 0.6);
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
}
.ipod_rotate_wrap {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ipod_rotate_img {
    width: 26rem;
}
.ipod_rotate_text {
    color: #fff;
    text-transform: uppercase;
    font-size: 4rem;
}
/* =================================
/* PRELOADER
================================= */
.preloader_wrap{
position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    pointer-events: none;
    background: #fff;
    opacity: 0;
    transition: .9s all 0s cubic-bezier(.19,1,.22,1);	
}
.preloader_run .preloader_wrap{
	opacity: 1;
	 transition:  all .9s cubic-bezier(.19,1,.22,1);
	/*transition: 0s all .5s cubic-bezier(.19,1,.22,1);
	transition: 0.5s all 0s cubic-bezier(.19,1,.22,1);*/
}
.preloader_logo{
    width: 40rem;
    height: auto;
     transition: .9s all 1.2s cubic-bezier(.19,1,.22,1);
}
.preloader_run .preloader_logo{
	opacity: 0;
}
.preloader_logo path{
	transition: all 1.9s cubic-bezier(.19, 1, .22, 1);
    transition: 1s all 0s ease-in;
    stroke-dasharray: 565;
    stroke-dashoffset: 565;
}
.preloader_run .preloader_logo path {
    stroke-dasharray: 565;
    stroke-dashoffset: 0;
    transition: 1.5s all 0s ease-in;
}
/* =================================
/* END PRELOADER
================================= */
/* =================================
/* VHID
================================= */
.vhid_wrap{
position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  background: #fff;
    pointer-events: none;
   /* opacity: 0;*/
    transition: .9s all .9s cubic-bezier(.19,1,.22,1);	
}
.show_page_anim .vhid_wrap{
	opacity: 0;
	transition: 0.9s all 1.5s cubic-bezier(.19,1,.22,1);
}

/* =================================
/* END VHID
================================= */
/* =================================
/* HEADER
================================= */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #000;

    transform: translateY(-105%);

}

.show_page_anim .header {
	transform: translateY(0);
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.header_cont{
    /*max-width: 1440px;*/
    padding: 11px 10px 11px 18px;
    margin: auto;	
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_left{

    opacity: 0;
    transform: rotateX(45deg) translateY(-7rem);
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.show_page_anim .main_page .menu_left {
    opacity: 1;
    transform: rotateX(0deg) translateY(0rem);
    transition: 1.9s all 3.7s cubic-bezier(.19, 1, .22, 1);
}
.show_page_anim .menu_left {
    opacity: 1;
    transform: rotateX(0deg) translateY(0rem);
    transition: 1.9s all 0.5s cubic-bezier(.19, 1, .22, 1);
}
.menu_logo_link{
	width: 24.5rem;
	display: block;
	position: relative;
}
.menu_logo{
	width: 100%;
	height: auto;
	display: block;
}

.menu_mid{
    opacity: 0;
    transform: rotateX(45deg) translateY(-7rem);
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.show_page_anim .main_page .menu_mid {
    opacity: 1;
    transform: rotateX(0deg) translateY(0rem);
    transition: 1.9s all 3.8s cubic-bezier(.19, 1, .22, 1);
}
.show_page_anim .menu_mid {
    opacity: 1;
    transform: rotateX(0deg) translateY(0rem);
    transition: 1.9s all .6s cubic-bezier(.19, 1, .22, 1);
}
.menu_main_menu{
	display: flex;
    list-style: none;	
     transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.menu_main_menu li{
    margin-right: 37px;
}
.menu_main_menu li:last-child{
    margin-right: 31px;
}
.menu_main_menu li a{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 6px 7px;
    font-family: "InputSans", sans-serif;
 	z-index: 1;
    min-width: 140px;
    border-radius: 4px;
    border: 1px solid #fff;
	 transition: .9s all .1s cubic-bezier(.19, 1, .22, 1);
}

.current_page_item a{
	pointer-events:none;
}
@media screen and (min-width: 769px) {
	.menu_main_menu li a:hover{
		color:#000;
		 transition: all .9s cubic-bezier(.19, 1, .22, 1);
	}
	
}
li.current_page_item a{
	color:#000;
}
.menu_main_menu li a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	z-index: -1;
	background: #fff;
	transition: .3s all 0.1s ease-out;
}
.menu_main_menu li a:hover:before{
	width: 100%;
	transition: all 0.3s ease-out;
}
li.current_page_item a:before{
	width: 100%;
}
.arrow_menu{
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    top: -1px;
    left: calc(100% + 3px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 4px;
}
.arrow_menu:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	z-index: -1;
	background: #fff;
	transition: all 0.1s ease-out;
}
.menu_main_menu li a:hover .arrow_menu:before{
	width: 100%;
	transition: .1s all 0.3s ease-out;
}
li.current_page_item a .arrow_menu:before{
	width: 100%;
}
.arrow_menu svg{
	position: relative;
	width: 9px;
	height: auto;
}
.arrow_menu svg path{
	transition: all 0.1s ease-out;
}
@media screen and (min-width: 769px) {
	.menu_main_menu li a:hover .arrow_menu path{
		fill:#000;
		transition: .1s all 0.3s ease-out;
	}
	
}
li.current_page_item a .arrow_menu path{
	fill:#000;
}
.menu_btn{
	width: 28px;
	height: 28px;
	border-radius: 4px;
	border: 1px solid #fff;
	position: relative;
	display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    transform: translateY(-120%);
    display: none;
}
.show_page_anim .menu_btn {
	transform: translateY(0);
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.menu_btn_icon{
	   width: 15px;
    height: auto;	
	display: block;
	 transition: all .9s cubic-bezier(.19,1,.22,1);
}
.open_menu .menu_btn_icon{
	opacity: 0;
}
.menu_btn_icon_close{
    height: auto;
    width: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all .9s cubic-bezier(.19,1,.22,1);
}
.open_menu .menu_btn_icon_close{
	opacity: 1;
}

/* ========================================
/* END HEADER
======================================== */
/* ========================================
/* FOOTER
======================================== */
.footer{
    background: #000;
    position: relative;
    padding: 4.9rem 0px 0;
  
}
.footer_cont{
	    /*max-width: 1440px;*/
    padding: 0 40px;
    margin: auto;
}
.footer_menu{
display: grid;
    grid-template-columns: repeat(6, calc(16.6% - 16px));
    grid-gap: 20px;
    justify-content: space-between;
}
.footer_ul{
	list-style: none;

}
.footer_ul_text{
    grid-column-start: 1;
    grid-column-end: 5;	
}
.footer_ul_solo{
    display: grid;
    align-content: end;	
}
.footer_li{
	margin-bottom: 24px;
}
.footer_li_text{
	margin-bottom: 24px;
	max-width: 428px;
}
.footer_li_mini{
	margin-bottom: 12px;
}
.footer_a{
	position: relative;
	color: #FFF;
	font-size:12px;
	text-transform: uppercase;	
	display: inline-block;
 	font-family: "InputSans_Bold";
}
.footer_a:before{
	content: '';
	position: absolute;
	bottom: -2px;
	height: 1px;
	width: 0;
	background: #fff;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.footer_a:hover:before{
    width: 100%;
}
.footer_a_mini{
	color:#fff;
	font-size: 15px;
	position: relative;
}
.footer_a_mini br{
	display:none;
}
.footer_a_mini:before{
	content: '';
	position: absolute;
	bottom: -2px;
	height: 1px;
	width: 0;
	background: #fff;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
.footer_a_mini:hover:before{
    width: 100%;
}
.footer_a_small{
	color:#fff;
	font-size: 11px;
	position: relative;
}
a.footer_a_small:before{
	content: '';
	position: absolute;
	bottom: -2px;
	height: 1px;
	width: 0;
	background: #fff;
	transition: all 0.9s cubic-bezier(.19,1,.22,1);
}
a.footer_a_small:hover:before{
    width: 100%;
}
.footer_img{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 25px;
}
.footer_img_m{
    position: absolute;
    right: 0;
    top: 10px;
    height: calc(100% - 20px);
	display: none;
}
/* ========================================
/* END FOOTER
======================================== */
/* ========================================
/* MAIN
======================================== */
.main_wrap{
	width:100%;
	position: relative;
	overflow: hidden;
}
.main_bl_1{
	position: relative;
	min-height:100vh;	
	z-index: 1;
}
.bg_main_static{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
    opacity: 0;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.show_page_anim .bg_main_static{
	opacity: 1;
}
.main_bl_1_info_wrap{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_bl_1_info_wr{
max-width: 58rem;
    display: grid;
    justify-items: center;
    grid-gap: 11.5vh;
    opacity: 0;
    transform: rotateX(45deg) translateY(-7rem);
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.show_page_anim .main_bl_1_info_wr {
    opacity: 1;
    transform: rotateX(0deg) translateY(0rem);
    transition: 1.9s transform 0s cubic-bezier(.19, 1, .22, 1),1.9s opacity 0s cubic-bezier(.19, 1, .22, 1);
}
.main_bl_1_info_logo{
	width: 127px;
	height: 127px;
}
.main_bl_1_info_text{
	font-size: 4.1rem;
    color: #000;
    text-align: center;
}
.main_bl_1_mouse_wrap{
	position: absolute;
	bottom: 2rem;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 1;
}
.main_bl_1_mouse_wr{
    text-align: center;	
    cursor: pointer;
    animation: 2s main_down_arrow .1s infinite;
}
@keyframes main_down_arrow {
   0% {transform: translate(0%, -30%);}
    25% {transform: translate(0%, 0%);}
    100% {transform: translate(0%, -30%);}
}
.main_bl_1_mouse_text{
	color:#000;
	font-size: 1.2rem;
	    font-family: "InputSans", sans-serif;
	margin-bottom: 2rem;
	text-transform: uppercase;
}
.main_bl_1_mouse_arrow{
	width: 13px;
	height: auto;
}
.main_bl_2{
	position: relative;	
	z-index: 1;
	background: #000;
	padding: 9.7rem 0 6.3rem;
}
.main_bl_2_cont{
	/*max-width: 1440px;*/
	padding: 0 40px;
	margin: auto;
}
.main_bl_2_text{
	color:#fff;
	font-size: 33px;
    margin-bottom: 8.3rem;
    max-width: 1240px;
      /*  max-width: 1524px;*/
}
.main_bl_2_items{
	    display: grid;
    grid-gap: 24px;
    grid-template-columns: auto auto;
    grid-template-columns: auto 48.5%;
    max-width: 915px;
}
.main_bl_2_item{
color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 130%;
}
.main_bl_2_item strong,
.main_bl_2_item bold{
	font-size: 12px;
    font-weight: 700;
	text-transform: uppercase;
}
.main_bl_2_item sup{
    font-size: 0.5rem;	
}
.main_bl_3{
	position: relative;	
	z-index: 1;
	background: #000;
	padding: 14rem 0;
}
.bg_main_bl_3{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.main_bl_3_cont{
	/*max-width: 1440px;*/
	padding: 0 40px;
	margin: auto;
}
.main_bl_3_wr{
max-width: 1160px;
    display: grid;
    grid-template-columns: auto 40rem;
    grid-template-columns: auto 400px;
    grid-gap: 4rem;
}
.main_bl_3_title{
	font-size: 41px;
	color: #000;
}
.main_bl_3_title sup{
	font-size: 0.7rem;
}
.main_bl_3_text{
	font-size: 14px;
    line-height: 130%;
    color: #000;
        width: 93%;
    margin: auto;
}
.main_bl_4{
	position: relative;	
	z-index: 1;
	background: #F7FFF7;
	padding: 27px 0 0;
}
.main_bl_4_cont{
	/*max-width: 1440px;*/
	padding: 0 30px;
	margin: auto;
}
.main_bl_4_items{
    grid-gap: 22px;
    display: grid;
    grid-template-columns: repeat(3, calc(33% - 10px));
}
.main_bl_4_item{
	
}
.main_bl_4_item_img_wr{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	
}
.main_bl_4_item_img_cont{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.main_bl_4_item_img{
	width: 100%;
	display: block;
    aspect-ratio: 1 / 1;
	transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.main_bl_4_item:hover .main_bl_4_item_img{
	transform: scale(1.1);
}
.main_bl_4_item_title{
	color:#fff;
	font-size: 33px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_bl_4_item_link_wr{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 0;
	height: 0;
	transition: all 0.3s ease-out;
}
.main_bl_4_item:hover .main_bl_4_item_link_wr{
	width: 6.3rem;
	height: 6.3rem;
}
.main_bl_4_item_link{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 0;
	height: 0;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	transition: all 0.3s ease-out;
}
.main_bl_4_item:hover .main_bl_4_item_link{
	width: 4.6rem;
	height: 4.6rem;
		border: 1px solid #000;
}
.bg_main_bl_4_item_btn{
	width: 100%;
	height: 100%;
}
.main_bl_4_item_link:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	z-index: -1;
	background: #000;
	transition: all 0.3s ease-out;
}
.main_bl_4_item_link:hover:before{
	width: 100%;
}

.main_bl_4_item_link_arrow{
	width: 16px;
	height: auto;
}

.main_bl_4_item_link_arrow path{
	transition: all 0.3s ease-out;
}
.main_bl_4_item_link:hover .main_bl_4_item_link_arrow path{
	fill:#fff;
}
.main_bl_4_item_text{
	font-size: 14px;
	line-height: 130%;
	color:#000;
}
.main_bl_5{
	position: relative;	
	z-index: 1;
	background: #F7FFF7;
	padding: 4.9rem 0 4rem;
}
.main_bl_5_cont{
	/*max-width: 1440px;*/
	padding: 0 40px;
	margin: auto;
}
.main_bl_5_title{
	font-size:33px;
	margin-bottom:37px;	
}
.main_bl_5_items{
    max-width: 1105px;
}
.main_bl_5_item{
	border-bottom: 1px solid #000;
}
.main_bl_5_item:first-child{
	border-top: 1px solid #000;
}
.main_bl_5_item_title{
padding: 14px 35px 14px 0px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
     transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.main_bl_5_item_title:hover{
	background: #000;
	color: #fff;
	padding: 14px 35px 14px 15px;
}
.icon_arrow_dropdown{
	position: absolute;
	right: 15px;
	width: 11px;
	height: auto;
	top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.js_dropdown_open .icon_arrow_dropdown{
	transform: rotate(90deg);
}
.icon_arrow_dropdown path{
	transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.main_bl_5_item_title:hover path{
	fill:#fff;
}
.icon_close_dropdown{
	position: absolute;
	right: 15px;
	width: 13px;
	height: auto;
	top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.js_dropdown_open .icon_close_dropdown{
	/*display:block;*/
}
.js_dropdown_option_wrap{
	overflow: hidden;
	height: 0;
	position: relative;
	transition: height 0.9s cubic-bezier(.19, 1, .22, 1);
}
.dropdown_option_wr{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.main_bl_5_item_text{
	padding: 10px 0;
	padding-left: 15px;
	    line-height: 130%;
	font-size: 15px;
    font-weight: 300;
}
.main_bl_5_item_text a{
	color: #000;
	text-decoration: underline;
}
.main_bl_5_item_text a:hover{
	text-decoration: none;
}
.main_bl_6{
	position: relative;	
	z-index: 1;
	background: #F7FFF7;
	padding: 8.4rem 0 7.3rem;
	padding: 4.4rem 0 7.3rem;
}
.main_bl_6_cont{
	/*max-width: 1440px;*/
	padding: 0 40px;
	margin: auto;
}
.main_bl_6_cont .sb_instagram_header,
.main_bl_6_cont #sbi_load{
	display: none !important;
}
.main_bl_6_title_wr{
	display:flex;
	align-items: baseline;
    justify-content: space-between;
	margin-bottom:1.6rem;	
}
.main_bl_6_title{
	font-size:33px;
}
.main_bl_6_social_link{
	font-size: 14px;
	color: #000;
	position: relative;
}
.main_bl_6_social_link:before {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 1px;
    width: 0;
    background: #000;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.main_bl_6_social_link:hover:before {
    width: 100%;
}
.main_bl_6_items{
    grid-gap: 15px;
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 12px));
}
.main_bl_6_item{
	
}
.main_bl_6_item_img{
	border-radius: 5px;
	
    display: block;
	width: 100%;
	height: auto;
}
/* ========================================
/* END MAIN
======================================== */
/* ========================================
/* MENU POPUP
======================================== */
.menu_pop_wrap {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    user-select: none;
    z-index: 10;
  
    transition: all .9s cubic-bezier(.19, 1, .22, 1);	
	pointer-events: none;
}
.open_menu .menu_pop_wrap {
   pointer-events: all;
}
.menu_pop_wr {
	position: relative;
	z-index: 1;
	    background: #000;
	height: 100%;
	 transition: all .9s cubic-bezier(.19, 1, .22, 1);
	  transform: translateY(-100%);
}
.open_menu .menu_pop_wr {
    transform: translateY(0%);
     transition: all 1.9s cubic-bezier(.19, 1, .22, 1);
}
.menu_pop_mid {
padding: 9vh 0 7.2vh;
    display: grid;
    height: 100%;
    align-content: center;
    justify-content: center;
}

/* ========================================
/* END MENU POPUP
======================================== */


/* ========================================
/* CALL BACK POP UP
======================================== */

.cb_close_btn{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #fff;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 100%;
    bottom: 100%;
    background: #000;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
    
    
        width: 22px;
    height: 22px;
    top: 19px;
    bottom: auto;
    right: 15px;
    left: auto;
    border: none;
    background: none;
    
}
.cb_close_btn:hover {
    background: #c9c9c9;
    border: 1px solid #000;
}
.cb_close_btn_icon_close{
    width: 44%;
    height: auto;
    stroke: #000;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}

.cb_close_btn:hover .cb_close_btn_icon_close {
    stroke: #000;
}
.cb_wrap,.cust_cb_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    
	overflow: auto;
    opacity: 0;
        z-index: 100;
    pointer-events: none;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.open_cb .cb_wrap ,
.open_cust_cb .cust_cb_wrap {
    opacity: 1;
    pointer-events: all;
}

.bg_cb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    opacity: 0.8;
}
.cb_wr {
	position: relative;
	z-index: 1;
	height: 100%;
    align-items: center;
display: grid;
overflow: hidden;
    justify-content: center;
	 transition: all .9s cubic-bezier(.19, 1, .22, 1);
}
.cb_cont{
    width: 1105px;
    max-width: 100%;
    padding: 60px 20px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #000;
}
.cb_title{
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 0.9;
    margin-bottom: 40px;
	letter-spacing: 3px;
    grid-column-start: 1;
    grid-column-end: 3;
}
.cb_file{
    margin-bottom: 20px;	
}
.cb_file_link{
    display: inline-flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;	
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.cb_file_link:hover {
    background: #000;
    color: #fff;
}
.cb_file_icon{
    width: 22px;
    height: auto;
    margin-left: 5px;	
}
.cb_file_icon path{
	transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.cb_file_link:hover path{
	fill:#fff;
}
.cb_text{
	font-size: 15px;
	margin-bottom: 30px;
	    grid-column-start: 1;
    grid-column-end: 3;
}
.cb_forma{
    max-width: 800px;
    margin: auto;	
}
.cust_cb_wrap .cb_forma {
    max-width: 406px;
    margin: auto;
}
.cb_grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 4rem));
    width: 100%;
    grid-gap: 1rem 2rem;
    grid-template-rows: auto auto auto;
    margin-bottom: 3.4rem;
    position: relative;
    transition: all .9s cubic-bezier(.19, 1, .22, 1);
}
.cb_grid_done .cb_grid{
	 opacity: 0;
}
.cust_cb_wrap .cb_grid{
	grid-template-columns: auto;
}

.cb_grid_mess {
    position: absolute;
    color: #000;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    padding: 0 5rem;
    text-align: center;
    transition: all .9s cubic-bezier(.19,1,.22,1)
}

.cb_grid_done .cb_grid_mess {
    opacity: 1
}
.cb_input {
font-size: 15px;
    color: #000;
    width: 100%;
    height: 32px;
    resize: none;
    transition: all .4s ease-out;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #000;
    background: none;
    border-radius: 5px;
    padding: 0 20px;
}

.cb_textarea_wr {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 4;
}

.cb_textarea {
    color: #000;
    width: 100%;
    border: none;
    border: 1px solid #000;
    height: 100%;
    background: none;
    resize: none;
    transition: all .4s ease-out;
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 20px;
}


.cb_forma input::-webkit-input-placeholder       {  font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;}
.cb_forma input::-moz-placeholder                {   font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;}
.cb_forma input:-moz-placeholder                 {  font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;}
.cb_forma input:-ms-input-placeholder            {  font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;}
.cb_forma input:focus::-webkit-input-placeholder {  font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;}
.cb_forma input:focus::-moz-placeholder          {  font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;}
.cb_forma input:focus:-moz-placeholder           { font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;}
.cb_forma input:focus:-ms-input-placeholder      { font-family: "Inter Tight", sans-serif;opacity: 1; color: #000; font-size: 14px; transition: opacity 0.3s ease;background: transparent;}
.cb_btn{
    display: block;
    padding: 16px 20px;
    cursor: pointer;
    font-size: 12px;
    color: #000;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #000;
    background: #fff;
    position: relative;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
        justify-self: baseline;
}
.cb_btn:hover{
    background: #000;
    color: #fff;
}
.cb_btn svg {
    margin-left: 34px;
}
.cb_btn path{
	transition: all 0.9s 
cubic-bezier(.19, 1, .22, 1);
}
.cb_btn:hover path{
	fill: #fff;
}
#report{
margin-top: 2vh;
	font-size: 1.3rem;
	color:red;
}
.preloader{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 80%;	
	opacity: 0;
    pointer-events: none;
}
.loading .preloader{
	opacity: 1;
}
.loading{
    background: #000!important;	
    pointer-events: none;
}
/* ========================================
/* END CALL BACK POP UP
======================================== */

/* ========================================
/* ERROR
======================================== */
.error_page{
	width: 100%;
	position: relative;
	z-index: 1;
	background: #000;
}
.error_wrap{
	height: 100vh;
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;	
}
.error_wr{
    max-width: 66rem;	
}
.error_logo{
	width: 374px;
	height: auto;
	margin-bottom: 31px;
}
.error_title {
    font-size: 41px;	color:#fff;
    margin-bottom: 35px;
}
.error_text{
    font-size: 12px;	color:#fff;
}
/* ========================================
/* END ERROR
======================================== */
/* ========================================
/* TEXT PAGE
======================================== */
.text_wrap{
	width: 100%;
	position: relative;
	z-index: 1;
    background: #F7FFF7;
}
.text_cont{
	padding: 156px 0 107px;
	 position: relative;
	     max-width: 80%;
}
.text_wr{
    /* max-width: 1440px; */
    padding: 0 40px;
    margin: auto;
}

.text_title,
.text_title h1{
color: #000;
    font-size: 41px;
    margin-bottom: 40px;
}
.text{
    font-size: 15px;
    font-size: 18px;
}
.text a{
	color:#000;
	text-decoration: underline;
}
.text a:hover{
	text-decoration: none;
}
.text ul,
.text ol{
    margin: 10px 0;
	list-style-position: inside;
    list-style-position: outside;
    margin-left: 16px;
}
.text li{
    padding-left: 3px;	
}
.text h2,
.text h3,
.text h4,
.text h5,
.text h6{
	  font-size: 14px;
	font-family: "InputSans", sans-serif;
	text-transform: uppercase;
    margin-top: 40px;
}
.text p{
    margin: 10px 0;	
}
.text_link_btn{
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 15px 23px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 40px;
    text-decoration: none !important;
    transition: all .9s cubic-bezier(.19, 1, .22, 1);
}
.text_link_btn:hover{
	background:#000;
	color: #fff;
}
.text_link_btn_icon{
    margin-left: 12px;
    width: 11px;
    height: auto;	
}
.text_link_btn_icon path{
  	transition: all .9s cubic-bezier(.19, 1, .22, 1);	
}
.text_link_btn:hover path{
	fill:#fff;
}
/* ========================================
/* END TEXT PAGE
======================================== */
/* ========================================
/* INSTALLATION
======================================== */
.instal_wrap{
	width: 100%;
    position: relative;
    overflow: hidden;
}
.instal_bl_1{
    position: relative;
    min-height: 100vh;
    z-index: 1;	
    padding-top: 15.9rem;
}
.instal_bl_1_cont{
    /* max-width: 1440px; */
    padding: 0 40px;
    margin: auto;	
}
.instal_bl_1_title{
	font-size: 41px;
	margin-bottom: 40px;
}
.instal_bl_1_text{
	font-size: 18px;
	max-width: 60.7rem;
	margin-bottom: 37px;
}
.instal_bl_1_slider_wr{
	
}
.instal_bl_1_arrows_wr{
	display:flex;
	justify-content: space-between;
	margin-bottom: 28px;
}
.instal_bl_1_prev,.instal_bl_1_next{
	width: 4.6rem;
    height: 4.6rem;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    top: auto;
    margin: 0;
	transition: all 0.9s cubic-bezier(.19, 1, .22, 1);	
}
.instal_bl_1_prev:hover,.instal_bl_1_next:hover{
	background: #000;
}
.instal_bl_1_prev svg,
.instal_bl_1_next svg{
    width: 16px;
    height: auto;	
}
.instal_bl_1_prev path,
.instal_bl_1_next path{
	transition: all 0.9s cubic-bezier(.19, 1, .22, 1);	
}
.instal_bl_1_prev:hover path,.instal_bl_1_next:hover path{
	fill: #fff;
}
.instal_bl_1_slider{
	    width: calc(100% + 40px);
}
.instal_bl_1_item{
	cursor: pointer;
}
.instal_bl_1_item_img_wr{
    position: relative;
    width: 100%;
    margin-bottom: 15px;

    overflow: hidden;	
}
.instal_bl_1_item_sub_title{
	position: absolute;
	color: #000;
	font-size: 33px;
	top: 34px;
	left: 0;
	width: 100%;
	text-align: center;
}
.instal_bl_1_item_logo{
	width: 50px;
	width: 66px;
	height: auto;
	position: absolute;
	bottom: 3.6rem;
	left: 0;
	right: 0;
	margin: auto;
}
.instal_bl_1_item_img{
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);

}
.instal_bl_1_item:hover .instal_bl_1_item_img {
    transform: scale(1.1);
}
.instal_bl_1_item_icon_play{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.instal_bl_1_item:hover .instal_bl_1_item_icon_play {
    transform: scale(1.1);
}
.instal_bl_1_item_number{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}
.instal_bl_1_item_title{
	font-size: 18px;
}
.instal_bl_2{
    position: relative;
    z-index: 1;	
    padding-top: 13.6rem;
    padding-bottom: 47px;
}
.instal_bl_2_cont{
	/*max-width: 1440px; */
    padding: 0 40px;
    margin: auto;	
}
.instal_bl_2_title{
	font-size: 33px;
	margin-bottom: 28px;
}
.instal_bl_2_text{
	font-size: 18px;
	max-width: 60.7rem;
	margin-bottom: 9.4rem;
}
.instal_bl_2_sub_title{
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 24px;
	    font-family: "InputSans", sans-serif;
}
.instal_bl_2_items{
max-width: 1105px;	
}
.instal_bl_2_item{
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;	
    border-top:1px solid #000;
    transition: all 0.3s ease-out;
}
/*.instal_bl_2_item:hover{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}*/
.instal_bl_2_item_title{
	font-size: 14px;
	color: #000;
}
.instal_bl_2_item_btn{
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	    font-family: "InputSans", sans-serif;
}
.instal_bl_3{
	
}
.bg_instal_bl_2{
	width: 100%;
	display: block;
	height: auto;
}
.video_wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);	
}
.video_wrap_open{
    opacity: 1;
    pointer-events: all;
}
.bg_video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000;
    opacity: 0.8;
}
.video_wr{
	    height: 86%;
    width: 79%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;	
        display: flex;
    align-items: center;
    justify-content: center;
}
.video_close{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #fff;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 100%;
    bottom: 100%;
    background: #000;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);	
    
    
    width: 21px;
    height: 21px;
    top: 38px;
    bottom: auto;
    right: 38px;
    left: auto;
	border: none;
    background: none;
    
}
.video_close:hover{
	background: #fff;
}
.video_close_icon{
    width: 44%;
    height: auto;
}
.video_close_icon path{
	transition: all 0.9s cubic-bezier(.19, 1, .22, 1);	
}
.video_close:hover path{
	stroke: #000;
}
.video_cont{
    height: 100%;
    position: relative;
    width: 100%;
        background: #fff;
    padding: 18px;
}
.video_cont iframe{
    width: 100% !important;
    height: 100% !important;
    min-height: 70%;
border-radius: 10px;
}
/* ========================================
/* END INSTALLATION
======================================== */
/* ========================================
/* NEWS
======================================== */
.news_wrap{
    width: 100%;
    position: relative;
    overflow: hidden;	
}
.news_wr{
    padding-top: 15.9rem;
	padding-bottom: 27px;	
}
.news_cont{
    /* max-width: 1440px; */
    padding: 0 40px;
    margin: auto;	
}
.news_title{
	font-size: 41px;
    margin-bottom: 40px;	
}
.news_filters_wrap{
    border-top: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 18px;
    padding: 15px 0;
}
.news_filters_title{
	font-size: 14px;
}
.news_filters_wr{
	display:flex;
	align-items: center;
}
.news_filter{
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    font-family: "InputSans", sans-serif;
    margin-left: 80px;
}
.news_filter:before {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 1px;
    width: 0;
    background: #000;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.news_filter:hover:before,
.active_filter:before {
    width: 100%;
}

.news_items{
    display: grid;
    grid-gap: 34px 19px;
    grid-template-columns: repeat(3, calc(33% - 7px));	
}
.news_item{
	display:block;
}
.news_item_img_wr{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;	
}
.news_item_img{
width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);	
}
.news_item:hover .news_item_img {
    transform: scale(1.1);
}
.news_item_date{
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "InputSans", sans-serif;	
}
.news_item_title{
    color: #000;
	font-size: 14px;
}
.news_more_btn_wrap{
	display:flex;
	margin-top: 72px;
justify-content: flex-end;
}
.news_more_btn{
	color:#000;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}
.news_more_btn_icon{
	margin-left: 12px;
	width: 11px;
    height: auto;
}
.news_more_btn:before {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 1px;
    width: 0;
    background: #000;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.news_more_btn:hover:before {
    width: 100%;
}
/* ========================================
/* END NEWS
======================================== */
/* ========================================
/* CONTACTS
======================================== */
.cont_wrap{
	    width: 100%;
    position: relative;
    overflow: hidden;
    color: #000;
}
.cont_wr{
    position: relative;
    min-height: 100vh;
    z-index: 1;	
}
.bg_contacts{
    width: 100%;
    height: 100vh;
    z-index: -1;
    object-fit: cover;
	display: block;
}
.cont_info_wr{
    width: 86.3rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: center;
    background: linear-gradient(to left, #7170FF, transparent);
}
@media screen and (min-width: 1280px) {
	.cont_info_wr{
	padding-right: 10%;
    width: calc(86.3rem + 10%);	
	}
	
}
.cont_info{
    max-width: 47.3rem;
    display: grid;
    grid-gap: 35px;
}
.cont_title{
	font-size: 12px;
	margin-bottom: 19px;
	 font-family: "InputSans", sans-serif;
	text-transform: uppercase;
}
.cont_text{
	font-size: 14px;
}
.cont_items{
    display: grid;
    grid-gap: 35px;	
}
.cont_item{
	display:grid;
	grid-gap: 9px;
}
.cont_item_title{
	font-size: 12px;
	font-family: "InputSans", sans-serif;
	text-transform: uppercase;
}
.cont_item_text{
	font-size: 33px;
	color:#000;
}
/* ========================================
/* END CONTACTS
======================================== */
/* ========================================
/* CUSTOMERS
======================================== */
.cust_wrap{
	width: 100%;
    position: relative;
    overflow: hidden;
}
.cust_wr{
    position: relative;
    min-height: 100vh;
    z-index: 1;	
}
.cust_bl_1{
	position: relative;
    min-height: 100vh;
    z-index: 1;
}
.bg_customers{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cust_bl_1_text{
	position: absolute;
	color: #fff;
	font-size: 41px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	    font-weight: 300;
}
.cust_bl_2{
    position: relative;
    z-index: 1;
    background:#000;
    padding: 6.1rem 0px 7.7rem;	
}
.cust_bl_2_cont{
	    padding: 0px 40px;
    margin: auto;
}
.cust_bl_2_big_items{
    display: grid;
    grid-gap: 35px;	

}
.cust_bl_2_big_item{
	
}
.cust_bl_2_big_title{
	font-size: 41px;
    margin-bottom: 24px;
    color: #fff;
}
.cust_bl_2_items{
	border-top: 1px solid rgb(0, 0, 0);
}
.cust_bl_2_item{
	border-top: 1px solid #fff;
    display: block;
}
.cust_bl_2_item_title{
	font-size: 14px;
    cursor: pointer;
    position: relative;
    color:#fff;
    padding: 14px 35px 14px 0px;
    transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.cust_bl_2_item_title:hover {
	 padding: 14px 35px 14px 15px;
    background: rgb(201, 201, 201);
    color: #000;
}
.cust_bl_2_item_icon{
	    position: absolute;
    right: 15px;
    width: 11px;
    height: auto;
    top: 0px;
    bottom: 0px;
    margin: auto;
     transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.cust_bl_2_item:hover .cust_bl_2_item_icon {
    opacity: 0;
}
.cust_bl_2_item_icon_hover{
	position: absolute;
    right: 15px;
    width: 13px;
    height: auto;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    margin: auto;
     transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.cust_bl_2_item:hover .cust_bl_2_item_icon_hover {
    opacity: 1;
}

/* ========================================
/* END CUSTOMERS
======================================== */
/* ========================================
/* PRODUCT
======================================== */
.prod_wrap{
	width: 100%;
    position: relative;
    overflow: hidden;
    color: #000;
}
.prod_wr{
    position: relative;
    min-height: 100vh;
    z-index: 1;	
}
.prod_bl_1{
	position: relative;
    min-height: 100vh;
    z-index: 1;
}
.bg_prod{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prod_bl_1_text{
	position: absolute;
	color: #fff;
	font-size: 41px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 300;
}
.prod_bl_2{
    position: relative;
    z-index: 1;
    background:#000;
    padding: 6.1rem 0px 7.7rem;	
}
.prod_bl_2_cont{
	    padding: 0px 40px;
    margin: auto;
}
.prod_bl_2_text{
	font-size: 18px;
    margin-bottom: 45px;
    color: #fff;
    max-width: 60.7rem;
}
.prod_bl_2_title{
	font-size: 15px;
    margin-bottom: 31px;
    color: #fff;
    text-transform: uppercase;
}
.prod_bl_2_items{
	border-top: 1px solid rgb(0, 0, 0);
}
.prod_bl_2_item{
	border-top: 1px solid #fff;
    display: block;
}
.prod_bl_2_item_title{
	font-size: 33px;
    cursor: pointer;
    position: relative;
    color:#fff;
    padding: 14px 35px 14px 0px;
    transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.prod_bl_2_item_title:hover {
    background: #fff;
    color: #000;
    padding: 14px 35px 14px 15px;
}
.prod_bl_2_item_icon{
	    position: absolute;
    right: 15px;
    width: 11px;
    height: auto;
    top: 0px;
    bottom: 0px;
    margin: auto;
     transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.prod_bl_2_item:hover .prod_bl_2_item_icon {
    opacity: 0;
}
.prod_bl_2_item_icon_hover{
	position: absolute;
    right: 15px;
    width: 13px;
    height: auto;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    margin: auto;
     transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.prod_bl_2_item:hover .prod_bl_2_item_icon_hover {
    opacity: 1;
}
.prod_bl_3_1{
    position: relative;
    z-index: 1;	
    height: 550px;
}
.bg_prod_bl_3_1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;	
    z-index: -1;
}
.prod_bl_3_1_cont{
    padding: 40px 40px;
    margin: auto;	
    height: 100%;
    display: grid;
    align-content: space-between;
}
.prod_bl_3_1_top{
	font-size: 28px;
	max-width: 65.5rem;
}
.prod_bl_3_1_top span{
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    transform: translateY(-5px);
    margin-right: 10px;
    font-family: "InputSans", sans-serif;
	letter-spacing: -0.5px;
}
.prod_bl_3_1_bot{
	font-size: 15px;

    font-family: "Inter Tight", sans-serif;
}
.prod_bl_3_1_bot ol{
    padding-inline-start: 22px;
    margin: 20px 0;
}
.prod_bl_3_1_bot_text{
    max-width: 42.2rem;	
}
.prod_bl_4_1_bot{
	font-size: 15px;
 line-height: 130%;
}
.prod_bl_4_1_bot p{
	font-family: "InputSans", sans-serif;
	
}

.prod_bl_4_1_bot ol{
    padding-inline-start: 22px;
    margin: 20px 0;
    
}
.prod_bl_4_1_bot ol:last-child{
	margin-bottom: 0;
}
.prod_bl_5_1_bot{
font-family: "Inter Tight", sans-serif;
    font-size: 15px;
    max-width: 114.8rem;
    display: grid;
    grid-template-columns: 56.4rem auto;
    grid-gap: 40px;
}
.prod_bl_5_1_bot ul{
	list-style-position: inside;
    margin: 20px 0;
    list-style: none;
}
.prod_bl_5_1_bot li{
	    padding-left: 22px;

	position: relative;
}
.prod_bl_5_1_bot li:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}
.prod_bl_7_1_bot{
	font-size: 15px;
    max-width:65.5rem;
    font-family: "Inter Tight", sans-serif;
}
.prod_bl_3_1_bot_items{
	display:flex;
    flex-wrap: wrap;
	margin-bottom: 14px;
}
.prod_bl_3_1_bot_item{
	font-size: 14px;
	border: 1px solid #000;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 8.5px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	    font-family: "InputSans", sans-serif;
}
.prod_bl_3_1_bot_item:last-child{
	margin-right: 0;
}
.prod_bl_3_2{
	
}
.prod_bl_3_2_cont{
	padding: 40px 40px;
    margin: auto;
}
.prod_items{
	max-width: 110.5rem;
	max-width: 143.5rem;
}
.prod_dropdown_item{
	border-bottom: 1px solid #000;	
}
.prod_dropdown_item:first-child {
    border-top: 1px solid #000;
}

.prod_dropdown_item_title:hover path{
	fill:#fff;
}
.prod_dropdown_item_title{
    padding: 14px 35px 14px 0;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);	
}
.prod_dropdown_item_title:hover {
		padding: 14px 35px 14px 15px;
    background: #000;
    color: #fff;
}
.prod_dropdown_btns_wr{
    margin-top: 20px;
    margin-bottom: 40px;
}
.prod_dropdown_btn{
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 8.5px 20px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.9s cubic-bezier(.19, 1, .22, 1);	
}
.prod_dropdown_btn:last-child{
	margin-right: 0;
}
.prod_dropdown_btn:hover{
	background: #c9c9c9;
}
.prod_dropdown_btn_active{
    color: #fff;
    background: #000;
    pointer-events: none;	
}

.prod_dropdown_wr{
    padding-bottom: 40px;
    display: none;
    grid-template-columns: 58rem 37.5rem;
    grid-gap: 10rem;
    justify-content: space-between;
}
.prod_dropdown_wr_active{
	display: grid;
}
.prod_dropdown_left{
	font-size: 12px;
	text-transform: uppercase;
	 font-family: "InputSans", sans-serif;
}
.prod_dropdown_left ul{
	margin: 20px 0;
    list-style: inside;
}
.prod_dropdown_left li{
	font-size: 15px;
	    font-family: "Inter Tight", sans-serif;
    text-transform: math-auto;
    font-weight: 300;
}
.prod_dropdown_link{
    font-family: "InputSans", sans-serif;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 16.5px 20px;
    display: inline-flex;
    align-items: center;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);	
}
.prod_dropdown_link:hover{
	background: #c9c9c9;
}
.prod_dropdown_link_arrow{
    width: 9px;
    height: auto;
    margin-left: 30px;	
}
.prod_dropdown_right{
	
}
.prod_dropdown_img{
    width: 100%;
    height: auto;	
}
.prod_bl_5_2{
	
}
.prod_bl_5_2_cont{
padding: 40px 40px 60px;
    margin: auto;	
}

.prod_bl_5_2_slider_wr{
	
}
.prod_bl_5_2_arrows_wr{
	display:flex;
	justify-content: space-between;
	margin-bottom: 28px;
}
.prod_bl_5_2_prev,.prod_bl_5_2_next{
	width: 4.6rem;
    height: 4.6rem;
    border: 1px solid #000;
    left: auto;
    right: auto;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    top: auto;
    margin: 0;
    transition: all .9s cubic-bezier(.19, 1, .22, 1);
}
.prod_bl_5_2_prev:hover,.prod_bl_5_2_next:hover{
	background: #000;
}
.prod_bl_5_2_prev svg,
.prod_bl_5_2_next svg{
    width: 16px;
    height: auto;	
}
.prod_bl_5_2_prev path,
.prod_bl_5_2_next path{
    transition: all .9s cubic-bezier(.19, 1, .22, 1);	
}
.prod_bl_5_2_prev:hover path,.prod_bl_5_2_next:hover path{
	fill:#fff;
}
.prod_bl_5_2_slider{
	    width: calc(100% - 170px);
}
.prod_bl_5_2_slider .swiper-slide{
    display: flex;
    justify-content: center;	
}
.prod_bl_5_2_item{
	/*cursor: pointer;*/
}
.prod_bl_5_2_item_img_wr{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;	
}
.prod_bl_6_2 .prod_bl_5_2_item_img_wr{
	margin: 40px 0;
	
}
.prod_bl_7_2 .prod_bl_5_2_item_img_wr{
	margin: 80px 0;
}
.prod_bl_5_2_item_img{
    max-width: 100%;
    display: block;
    max-height: 206px;
}
.prod_bl_5_2_item_icon_play{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.prod_bl_5_2_item:hover .prod_bl_5_2_item_icon_play {
    transform: scale(1.1);
}
.prod_bl_5_2_item_number{
	font-size: 15px;
	font-weight: 500;
}
.prod_bl_5_2_item_title{
	font-size: 15px;
	font-weight: 300;
	    font-family: "Inter Tight", sans-serif;
}
.prod_bl_7_2 .prod_bl_5_2_item_title{
	max-width: 295px;
}

.prod_bl_8{
	position: relative;	
	z-index: 1;
	background: #F7FFF7;
	padding: 4.9rem 0 6rem;
}
.prod_bl_8_cont{
	/*max-width: 1440px;*/
	padding: 0 40px;
	margin: auto;
}
.prod_bl_8_title{
	font-size:33px;
	margin-bottom:37px;	
}
.prod_bl_8_items{
    max-width: 1105px;
}
.prod_bl_8_item{
	border-bottom: 1px solid #000;
}
.prod_bl_8_item:first-child{
	border-top: 1px solid #000;
}
.prod_bl_8_item_title{
padding: 14px 35px 14px 0px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
     transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.prod_bl_8_item_title:hover{
		padding: 14px 35px 14px 15px;
	background: #000;
	color: #fff;
}
.prod_bl_8_item_text{
	padding: 10px 0;
	padding-left: 15px;
	    line-height: 130%;
	font-size: 15px;
	font-weight: 300;
}
.prod_bl_8_item_text a{
	color:#000;
	text-decoration: underline;
}
.prod_bl_8_item_text a:hover{
	text-decoration: none;
}
.prod_bl_8_item_title:hover path{
	fill:#fff;
}
.prod_bl_9{
	
}
.bg_prod_bl_9{
	width: 100%;
	display: block;
	height: auto;
}
.config_step_1_wr{
    display: flex;
   padding: 40px 0;
}
.config_step_1_item{
	padding: 27px 22px;
    display: grid;
    max-width: 296px;
     transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
     cursor: pointer;
}
.config_step_1_item:hover{
	    background: #c9c9c9;
}
.config_step_1_item_active{
	pointer-events: none;
	background:#000;
}
.config_step_1_item_number{
	font-size: 15px;
	color:#000;
	font-weight: 500;
transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.config_step_1_item_active .config_step_1_item_number{
	color:#fff;	
}
.config_step_1_item_img_wr{
position: relative;
    width: 100%;
    margin: 59px 0;
    border-radius: 5px;
    overflow: hidden;	
}
.config_step_1_item_img{
    max-width: 100%;
    display: block;	
}
.config_step_1_item_title{
	font-size:15px;
	transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.config_step_1_item_active .config_step_1_item_title{
	color:#fff;
}
.config_step_2_wr{
	padding: 40px 0;
}
.config_step_3_wr{
    margin: auto;
    padding: 40px 0;
    max-width: 745px;
    max-width: 1200px;
    display: grid;
    grid-gap: 40px;
}
.config_step_3_top{
    max-width: 406px;
    display: grid;
    justify-items: baseline;	
}
.config_step_3_top_text{
	font-size: 15px;
	margin-bottom: 30px;
}
.config_step_3_input{
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    height: 32px;
        background: #F7FFF7;
    padding: 0 20px;
}
.config_step_3_bot{
	
}
.config_step_3_bot_text{
	font-size: 15px;
}
.config_step_3_bot_items_wr{
	
}
.config_step_3_bot_items{
    border-spacing: 0 30px;
    border-collapse: separate;
}
.config_step_3_bot_item{
    font-size: 15px;

	
}
.config_step_3_bot_item td:nth-child(3){
	padding: 0 30px;
}
.config_step_3_bot_item_btn{
	font-size: 14px;
	text-transform: uppercase;
	padding: 8.5px 20px;
	border: 1px solid #000;
	border-radius: 5px;
	cursor: pointer;
	    white-space: nowrap;
	transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.config_step_3_bot_item_btn:hover{
	background:#000;
	color: #fff;
}
.upload_file_wr{
	    margin-top: 20px;
}
body .upload_file{

    position: relative;
    display: inline-block;
}

#textbuttonuploadifive {
    font-size: 14px;
    text-transform: uppercase;
    padding: 8.5px 20px;
    border-radius: 5px;
    border: 1px solid #000;
    cursor: pointer;
    transition: all .9s cubic-bezier(.19, 1, .22, 1);	
}
.upload_file:hover #textbuttonuploadifive{
    color: #fff;
    background: #000;
}
.file_upload_functional{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
    cursor: pointer!important;
    pointer-events: auto!important;
}

/* ========================================
/* END PRODUCT
======================================== */

/* ========================================
/* NEW
======================================== */
.new_wrap{
    width: 100%;
    position: relative;
    overflow: hidden;	
}
.new_cont_wr{
    padding: 0 40px;
    margin: auto;		
}
.new_wr{
    padding-top: 100px;
    padding-bottom: 27px;	
}
.new_top{
    margin-bottom: 40px;	
}
.new_back_btn{
    font-size: 18px;
    color: #000;
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
}
.new_back_btn_icon_wr{
    width: 4.6rem;
    height: 4.6rem;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    top: auto;
    margin: 0;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);	
}
.new_back_btn:hover .new_back_btn_icon_wr{
    background: #000;
}
.new_back_btn_icon{
	width: 16px;
    height: auto;
}
.new_back_btn_icon path {
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.new_back_btn:hover path {
    fill: #fff;
}
.new_cont{
    max-width: 143.5rem;
    display: grid;
    grid-template-columns: 600px auto;
    grid-template-columns: 41% auto;
    grid-gap: 40px
}
.new_img_wr{
	display: flex;
	justify-content: center;
	align-items: center;
	    border-radius: 5px;
    overflow: hidden;
}
.new_img_wr img{
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 700px;
}
.new_info{
	
}
.new_date{
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;	
}
.new_title{
font-size: 28px;
    margin-bottom: 40px;	
}
.new_text {
    color: #000;
    font-size: 18px;	
}
.new_text ul{
    list-style: inside;	
}
.new_text li{
	
}
.new_text a{
	color:#000;
	text-decoration: underline;
}
.new_text a:hover{
	text-decoration: none;
}
.new_prev_next_wr{
    margin-top: 40px;	
    display: flex;
    justify-content: space-between;
}
.new_prev_item,.new_next_item{
    font-size: 18px;
    color: #000;
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;	
}
.new_prev,.new_next {
    width: 4.6rem;
    height: 4.6rem;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    top: auto;
    margin: 0;
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);	
}
.new_prev_item:hover .new_prev,
.new_next_item:hover .new_next {
    background: #000;
}
.new_prev_next_arrow{
    width: 16px;
    height: auto;	
}
.new_prev_next_arrow path {
    transition: all 0.9s cubic-bezier(.19, 1, .22, 1);
}
.new_prev_item:hover path ,
.new_next_item:hover path {
    fill: #fff;
}
/* ========================================
/* END NEW
======================================== */
/* ========================================
/* FAQS
======================================== */
.faqs_wrap{
    width: 100%;
    position: relative;
    overflow: hidden;	

}
.faqs_cont{
    padding: 0 40px;
    margin: auto;	
}
.faqs_bl_1{
    padding-top: 98px;
    padding-bottom: 7.3rem;	
}
.faqs_title {
    font-size: 41px;
    margin-bottom: 37px;
}
/* ========================================
/* END FAQS
======================================== */

@media screen and (max-width: 1680px), (max-height: 800px) {
	html{font-size: 9px;}
	
}

@media screen and (max-width: 1440px), (max-height: 900px) {

}

@media screen and (max-width: 1360px), (max-height: 768px) {
	html{font-size: 8px;}
	.menu_main_menu li a {    min-width: 117px;}
}
@media screen and (max-width: 1200px){
	.menu_main_menu li a {    width: 100px;}
	.footer_menu{grid-template-columns: 16.6% 16.6% 16.6% 6.6% 6.6% 20.6%;}
}
@media screen and (max-width: 1024px){
	.menu_mid{display:none;}
	.menu_btn{display:flex;}
	.menu_main_menu li a {width: 229px;}
	.menu_main_menu{display: grid;grid-gap: 30px;	}
}

@media screen and (max-width: 768px) {
	.main_figura_left{display: none;}
	.open_sub,
	.open_cb,
	.open_menu,
	.open_map{
		height: 100%;
		overflow: hidden;
	}
	
	.menu_main_menu li a {width: 229px; height: 28px;}
	.main_bl_1_info_wr {grid-gap: 13vmin;}
	.main_bl_1_info_text {font-size: 9vmin;padding: 0 20px;line-height: 100%;}
	.main_bl_2 {padding: 60px 0;}
	.main_bl_2_cont,.main_bl_3_cont,.main_bl_4_cont,.main_bl_5_cont,.main_bl_6_cont,.footer_cont,.instal_bl_1_cont,.instal_bl_2_cont,.prod_bl_2_cont,.prod_bl_8_cont,.news_cont,.text_wr,.faqs_cont,.new_cont_wr {padding: 0 20px;}
	.main_bl_2_text {font-size: 22px;margin-bottom: 30px;}
	.main_bl_2_items {grid-template-columns: auto;}
	.main_bl_3 {padding: 80px 11vmin;}
	.main_bl_3_wr {grid-template-columns: auto;grid-gap: 30px;text-align: center;}
	.main_bl_3_title {font-size: 33px;line-height: var(--site-h-33r-line-height, 110%);}
	.main_bl_4 {padding: 40px 0 0;}
	.main_bl_4_items {grid-gap: 30px;grid-template-columns: auto;}
	.main_bl_4_item_img {height: 132px;object-fit: cover;}
	.main_bl_4_item_title {font-size: 28px;}
	.main_bl_4_item_img_wr {margin-bottom: 20px;}
	.main_bl_4_item_link_wr {width: 39px;height: 39px;}
	.main_bl_4_item_link {width: 27px;height: 27px;background: #000;}
	.main_bl_4_item_link_arrow path{fill:#fff;}
	.main_bl_4_item_link_arrow {width: 14px;}
	.main_bl_5 {padding: 80px 0 0;}
	.main_bl_5_item_title:hover{background: none;}
	.main_bl_6 {padding: 92px 0 40px;}
	.main_bl_6_title_wr {display: grid;margin-bottom: 10px;        justify-content: normal;}
	.main_bl_6_social_link {justify-self: end;        line-height: 130%;}
	.main_bl_6_items {grid-gap: 10px;grid-template-columns: repeat(2, calc(50% - 5px));margin-bottom: 10px;}
	.footer_menu {grid-template-columns: auto;max-width: 250px;}
	.footer_ul_text {grid-column-end: 1;}
	.footer {padding: 70px 0;}
	.footer_ul:nth-child(1),
	.footer_ul:nth-child(2),
	.footer_ul:nth-child(3),
	.footer_ul:nth-child(4){display:none;}
	.footer_li_text {margin-bottom: 40px;}
	.footer_img{display:none;}
	.footer_img_m{display: block;}
	.instal_bl_1 {padding-top: 118px;}
	.instal_bl_1_arrows_wr{display:none;}
	.instal_bl_1_slider {width: 100%;}
	.instal_bl_1_item_icon_play{width: 37px;height: 37px;}
	.instal_bl_1_item_img_wr {margin-bottom: 10px;}
	.instal_bl_1_slider .swiper-wrapper{display: grid;grid-gap: 40px;}
	.instal_bl_2 {padding-top: 110px;padding-bottom: 40px;}
	.instal_bl_2_text {margin-bottom: 40px;}
	.instal_bl_2_items {display: grid;grid-gap: 30px;}
	.instal_bl_2_item{padding: 0;        border: none !important;}
	.video_wr {width: 100%;    height: 100%;}
	.video_cont {height: 50%;    padding: 10px;}
	.video_close{top: 11px;bottom: auto;right: 10px;left: auto;	    width: 28px;height: 28px;    border: 1px solid #fff;}
	.menu_btn_icon_close {height: auto;width: 10px;}
	.bg_contacts{position: absolute;top: 0;left: 0;height: 100%;}
	.cont_info_wr{position: relative;width: 100%;display: block;background:none;	}
	.cont_info_wr{position: relative;width: 100%;display: block;padding: 171px 40px;}
	.cont_item_text {font-size: 22px;}
	.prod_bl_1_text{font-size: 32px;padding: 0 13vmin;        line-height: 100%;}
	.prod_bl_1_text br{display:none;}
	.prod_bl_2 {padding: 60px 0;}
	.prod_bl_2_text {margin-bottom: 40px;}
	.prod_bl_2_title {margin-bottom: 20px;}
	.prod_bl_2_item_title {font-size: 28px;}
	.prod_bl_3_1{height: auto;}
	.prod_bl_3_1_cont{grid-gap: 100px;	}
	.prod_bl_3_1_cont,.prod_bl_3_2_cont,.prod_bl_5_2_cont{padding: 40px 20px;}
	.prod_bl_3_1_top {font-size: 28px;        line-height: 108%;}
	.prod_dropdown_wr{grid-template-columns: auto;grid-gap: 40px;}
	.config_step_1_item_img_wr {margin: 20px 0;        width: calc(100% - 17px);}
	.config_step_1_item {margin-right: 10px;	 padding: 2px 5px;;}
	.config_step_1_item_title {font-size: 14px;}
	.config_step_1_item_number {font-size: 14px;}
	.config_step_3_bot_item {        display: flex;flex-wrap: wrap;grid-gap: 10px;margin-bottom: 30px;}
	.config_step_3_bot_item td:nth-child(3) {padding: 0;}
	.config_step_3_bot_item_btn {padding: 8.5px 10px;white-space: nowrap;margin-left: 0px;}
	.prod_bl_5_1_bot{grid-template-columns: auto;grid-gap: 20px;	}
	.prod_bl_5_2_slider{width: 100%; overflow: hidden;}
	.prod_bl_3_1_bot {display: grid;justify-items: baseline;}
	.prod_bl_3_1_bot_items{display:block;}
	.cust_bl_1_text {font-size: 32px;        line-height: 100%;}
	.cust_bl_2 {padding: 70px 0;}
	.cust_bl_2_cont {padding: 0 33px;}
	.cust_bl_2_big_title {font-size: 33px;margin-bottom: 20px;}
	.news_wr {padding-top: 118px;padding-bottom: 70px;}
	.news_title {margin-bottom: 36px;}
	.news_filters_wrap{display: grid;grid-gap: 12px;padding-bottom: 0;margin-bottom: 22px;	}
	.news_filters_wr{flex-wrap: wrap;	}
	.news_filter{margin-left: 0;margin-right: 20px;margin-bottom: 12px;}
	.news_items {grid-gap: 31px;grid-template-columns: auto;}
	.news_more_btn_wrap {margin-top: 34px;justify-content: left;}
	.text_cont {padding: 118px 0 70px;max-width: 100%;}
	.cb_cont {width: 100%;border: none}
	.cb_grid {grid-template-columns: auto;}
	.cb_textarea_wr {grid-column-start: 1;grid-row-start: 4;grid-row-end: 4;        height: 21vmin;}
	.bg_cb{display:none;}
	.cb_wrap, .cust_cb_wrap {background:#fff;display: grid;align-items: center;}
	.cb_wr{height: auto;overflow: inherit;justify-content: normal;}
	.cb_close_btn{position: fixed;top: 11px;right: 10px;bottom: auto;left: auto;	width: 28px;height: 28px;border: 1px solid #000;}
	.faqs_bl_1 {padding-top: 118px;padding-bottom: 70px;}
	.new_cont{grid-template-columns: auto;	        grid-gap: 15px;}
	.new_title {font-size: 18px;margin-bottom: 30px;}
	.new_text {font-size: 14px;}
	.new_prev_item, .new_next_item,.new_back_btn {font-size: 14px;}
	.menu_logo_link {width: 245px;}
	.footer_a_mini br{display: block;}
	.instal_bl_1_item_logo {width: 52px;bottom: 27px;}
	.instal_bl_1_item_sub_title {font-size: 28px;top: 25px;}
	.menu_main_menu li a:before,.arrow_menu:before{display:none;}
	.current_page_item a,
	.current_page_item .arrow_menu{background: #fff;}
	.error_logo {width: 146px;   }
	.error_text{padding: 0 70px;font-size:14px;}
	.main_bl_1_mouse_text {font-size: 12px;margin-bottom: 20px;}
	.main_bl_6_title {font-size: 31px;margin-bottom: 10px;}
	.prod_bl_3_1_top span{line-height: 108%;}
	#custom_trays .prod_bl_3_1_cont{grid-gap: 143px;}
	.prod_bl_4_1_bot {max-width: 95%;}
	.header_cont {padding: 11px 20px 11px 20px;}
	.menu_btn:before{content: '';position: absolute;top: 50%;left: 50%;width: 180%;height: 160%;transform: translate(-50%, -50%);}
	.menu_btn{z-index:2;}
	.menu_main_menu li a {font-size: 14px;}
}
@media screen and (max-width: 395px){
	
}
@media (orientation: landscape) {
	.marker_one_proj{height: auto;}
}
