/*---------- FONTS ----------*/
@font-face {
    font-family: 'Benzin-Regular';
    src: url('../fonts/Benzin-Regular.eot');
    src: local('../fonts/Benzin Regular'), local('../fonts/Benzin-Regular'),
        url('../fonts/Benzin-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Benzin-Regular.woff2') format('woff2'),
        url('../fonts/Benzin-Regular.woff') format('woff'),
        url('../fonts/Benzin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Benzin-Medium';
    src: url('../fonts/Benzin-Medium.eot');
    src: local('../fonts/Benzin Medium'), local('../fonts/Benzin-Medium'),
        url('../fonts/Benzin-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Benzin-Medium.woff2') format('woff2'),
        url('../fonts/Benzin-Medium.woff') format('woff'),
        url('../fonts/Benzin-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*---------- MAIN ----------*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
}
html{
    scroll-behavior: smooth;
	min-width: 380px;
}
body{
	font-family: "Raleway", sans-serif;
	color: #1A1103;
	min-width: 380px;
	overflow-x: hidden;
	min-height: 100dvh;
}
body.noscroll{
	overflow: hidden;
}
.container{
	max-width: 1320px;
	padding: 0 60px;
	margin: 0 auto;
}
section:not(.section_3),
.section_3_block_2{
	position: relative;
	z-index: 2;
}
ul,
li,
img,
svg,
a,
button,
label,
input,
textarea{
	display: block;
}
a{
	text-decoration: none;
}
a,
button,
input,
textarea,
select{
	outline: none;
	border: none;
}
input,
textarea,
button{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 40px white inset !important;
	-webkit-text-fill-color: #000 !important;
}
input{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	width: 100%;
	background: transparent;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
}
input::placeholder{
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
textarea{
	resize: none;
}
.form_radio{
	margin-top: 40px;
}
.form_radio p{
	font-size: 14px;
	font-weight: 600;
}
.form_radio > div{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/*display: grid;
	gap: 20px;
    grid-template-columns: repeat(4, 1fr);*/
}
.form_radio > div div{
	margin-top: 20px;
	margin-right: 20px;
}
.form_radio input{
	width: 0;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: -9;
}
.form_radio label{
	cursor: pointer;
	padding-left: 20px;
	position: relative;
}
.form_radio label:before{
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
}
.form_radio input:checked + label:before{
    background: #fff;
}
label.error{
	visibility: hidden;
	position: absolute;
	z-index: -9;
}


/*p*/
px{
	line-height: 100%;
}
p strong{
	line-height: 100%;
	font-weight: 600;
}


/*h1 - h6*/
h1{
	font-family: 'Benzin-Regular';
	font-size: 55px;
	line-height: 100%;
}
h2{
	font-family: 'Benzin-Regular';
	font-size: 50px;
	line-height: 100%;
	font-weight: 100;
	color: #000;
}
h3{
	font-family: 'Benzin-Regular';
	font-size: 37px;
	line-height: 100%;
}
h4{
	font-family: 'Benzin-Regular';
	font-size: 25px;
	line-height: 100%;
}
h5{
	font-family: 'Benzin-Regular';
	font-size: 20px;
	line-height: 100%;
}
h6{
	font-family: 'Benzin-Regular';
	font-size: 18px;
	line-height: 100%;
}


/*btn*/
.btn{
	cursor: pointer;
	font-family: 'Benzin-Medium';
	font-size: 12px;
	line-height: 100%;
	color: #F7F5F2;
	text-transform: uppercase;
	padding: 22px 25px;
	background: #DA474A;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form_btn{
	cursor: pointer;
	font-family: 'Benzin-Medium';
	font-size: 14px;
	line-height: 100%;
	color: #DA474A;
	padding: 20px 28px;
	background: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}


/*arrows*/
.arrows div{
	cursor: pointer;
	position: absolute;
	top: calc(50% - 30px);
}
.arrow_next{
	right: -30px;
}




/*---------- HEADER ----------*/
.header{
	padding: 30px 0;
}
.header_block{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_nav ul{
	display: flex;
}
.header_nav a{
	font-size: 15px;
	font-weight: 500;
	color: #1A1103;
	padding: 0 20px;
}
.header_lang_btn{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 15;
}
.header_lang{
	position: relative;
}
.header_lang a{
	font-family: 'Benzin-Medium';
	font-size: 12px;
	text-transform: uppercase;
	color: #1A1103;
}
.header_lang_current{
	cursor: pointer;
	display: flex;
	align-items: center;
}
.header_lang_current svg{
	transition: .3s;
	margin-left: 7px;
}
.header_lang_current svg.active{
    transform: rotate(180deg);
}
.header_lang_choise{
	padding: 12px;
	background: #F7F7F7;
	border-radius: 5px;
	position: absolute;
	z-index: 8;
	top: 35px;
	right: 0;
}
.header_lang_choise a{
	width: 45px;
	padding: 15px 10px;
	background: #1A1103;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.header_lang_choise a:last-child{
	margin-top: 8px;
}
.header_btn_desk{
	padding: 19px 25px;
	margin-left: 32px;
}
.header_block_mob{
	display: none;
}
.header_mobile_menu{
	display: none;
}
.dark_bg{
	display: none;
}




/*---------- FOOTER ----------*/
.footer{
	padding: 0 0 60px;
	position: relative;
	z-index: 2;
}
.footer_block{
	display: flex;
	justify-content: space-between;
}
.footer_logo_block p{
	font-size: 13px;
	margin-top: 7px;
	margin-bottom: 32px;
}
.footer_nav ul{
	display: flex;
	flex-wrap: wrap;
}
.footer_nav a{
	font-size: 15px;
	font-weight: 500;
	color: #1A1103;
	padding: 0 20px;
}
.footer_socials{
	display: flex;
	gap: 20px;
	width: 100%;
	flex-wrap: nowrap;
	padding-bottom: 40px;
	margin-top: 60px;
}
.footer_socials a:nth-child(1), .footer_socials a:nth-child(2){
	background: linear-gradient(135deg, #4962D6 0%, #CD3879 33%, #F69944 66%, #F67944 100%), #F9F9F9;
}
.footer_socials a:nth-child(3){
	background: linear-gradient(135deg, #2EB1F3 0%, #1292D2 100%), linear-gradient(135deg, #4962D6 0%, #CD3879 33%, #F69944 66%, #F67944 100%), #F9F9F9;
}
.footer_socials a:nth-child(4){
	background: linear-gradient(135deg, #4BC85A 0%, #39BE4C 100%), linear-gradient(135deg, #2EB1F3 0%, #1292D2 100%), linear-gradient(135deg, #4962D6 0%, #CD3879 33%, #F69944 66%, #F67944 100%), #F9F9F9;
}
.footer_socials a{
	display: flex;
	padding: 20px;
	flex-grow: 1;
	gap: 20px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
.footer_socials span{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	color: #FFFDFB;
	font-family: 'Benzin-Medium';
}
.footer-footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
	border-top: 1px solid #D9D9D9;
	flex-wrap: nowrap;
}




/*---------- PAGE ----------*/

/*---------- SECTION 1 ----------*/
.section_1{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 123px 0;
	margin-top: 110px;
	position: relative;
}
.section_1 .hero-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; 
}
.hero-video-container:after{
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(0deg, rgba(17, 11, 2, 0.80) 0%, rgba(17, 11, 2, 0.80) 100%);
	z-index: -1;
	position: absolute;
	top: 0;
}
.section_1_block{
	max-width: 970px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
}
.section_1_block h1{
	color: #FFFDFB;
	text-align: center;
	font-weight: 400;
}
.section_1_block div{
	padding: 10px 20px;
	border: 1px solid #F36467;
	border-radius: 40px;
	transform: rotate(-2deg);
}
.section_1_block div p{
	font-size: 17px;
	font-weight: 600;
	color: #F36467;
	text-align: center;
}
.section_1_block > p{
	max-width: 450px;
	font-size: 17px;
	font-weight: 500;
	color: #FFFDFB;
	text-align: center;
	margin: 32px auto 0;
}
.section_1_btn{
	margin-top: 40px;
	line-height: 13px;
	padding-inline: 28px;
	font-size: 14px;
}
.section_4_title > h2{
	font-weight: 400;
}


/*---------- SECTION 2 ----------*/
.section_2{
	padding: 181px 0 180px;
}
.section_2_block{
	display: flex;
}
.section_2_text{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.section_2_text span{
	font-family: 'Benzin-Regular';
	font-size: 120px;
	line-height: 0.6;
	display: block;
}
.section_2_text p{
	max-width: 340px;
	font-family: 'Benzin-Regular';
	font-size: 25px;
	line-height: 1;
}
.section_2_list{
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 60px;
}
.section_2_item{
	width: 45%;
	display: flex;
    flex-direction: column;
}
.section_2_item span{
	font-family: 'Benzin-Regular';
	font-size: 25px;
}
.section_2_item p{
	margin-top: 16px;
	line-height: 1.1;
}
.section_2_slider{
	margin-top: 120px;
}
.section_2_slider .slide{
	width: 165px;
	height: auto;
	margin: 0 25px;
}
.section_2_slider img{
	width: 100%;
	height: auto;
}

/*---------- SECTION 3 ----------*/
.section_3{
	padding: 160px 0 180px;
	background: #1A1103;
	overflow-x: clip;
}
.section_3_titlle{
	display: block;
	font-family: 'Benzin-Regular';
	font-size: 120px;
	color: #fff;
	text-align: center;
	position: sticky;
	top: 150px;
}
.section_3_block_1{
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
	padding-bottom: 250px;
}
.section_3_item{
	width: 60%;
 	opacity: 0;
	transition: 1s;
	position: relative;
	height: 260px;
}
.section_3_item:nth-child(2) .section_3_item_white{
    transform: rotate(1deg);
}
.section_3_item:nth-child(3) .section_3_item_transparent{
    transform: rotate(-2deg);
}
.section_3_item p{
	font-family: 'Benzin-Regular';
	font-size: 25px;
	line-height: 1;
}
.section_3_item_transparent{
	padding: 40px;
	background: #1A1103;
	border-radius: 10px;
	border: 2px solid #FFFDFB;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-height: 400px;
	transition: 5s all ease;
}
.section_3_item_white{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.section_3_item img{
	width: 59px;
}
.section_3_item:has(.section_3_item_transparent){
	transform: translateX(-400px);
}
.section_3_item_transparent p{
	color: #FFFDFB;
}
.section_3_item_white{
	padding: 40px;
	border-radius: 10px;
	background: #fff;
}
.section_3_item:has(.section_3_item_white){
	margin: -45px 0 -45px auto;
	transform: translateX(400px);
}
.section_3_item_visible{
	opacity: 1;
	transform: translateX(0) !important;
}
.section_3_item_white p{
	text-align: right;
}
.section_3_item_white img{
	margin-left: auto;
}
.section_3_block_2_titlle{
	display: block;
	font-family: 'Benzin-Regular';
	font-size: 120px;
	color: #fff;
	text-align: center;
	opacity: 0;
}
.section_3_block_2_subtitle{
	font-family: 'Benzin-Regular';
	font-size: 50px;
	color: #fff;
	text-align: center;
}
.section_3_btn{
	padding: 50px;
	justify-content: space-between;
	font-family: 'Benzin-Regular';
	font-size: 25px;
	margin-top: 80px;
	text-transform: none;
	width: 100%;
}
.section_3_block_2_text{
	font-family: 'Benzin-Regular';
	font-size: 20px;
	color: #FFFDFB;
	max-width: 285px;
	margin-top: 176px;
	line-height: 1;
}
.section_3_block_2_item{
	display: flex;
	align-items: center;
}
.section_3_block_2_item div:first-child{
	width: 0;
	height: 150px;
	background: #FFFDFB;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 3s;
	transition-timing-function: cubic-bezier(.1,.56,.54,1.01);
}
.section_3_block_2_item div:first-child span{
	font-family: 'Benzin-Regular';
	font-size: 29px;
	white-space: nowrap;
}
.section_3_block_2_item div:last-child{
	margin-left: 40px;
}
.section_3_block_2_item div:last-child span{
	font-family: 'Benzin-Regular';
	font-size: 52px;
	color: #FFFDFB;
	white-space: nowrap;
}
.section_3_block_2_item div:last-child p{
	font-size: 20px;
	font-weight: 700;
	color: #FFFDFB;
	margin-top: 10px;
}
.section_3_block_2_item_1{
	margin-top: 92px;
}
.section_3_block_2_item_1 div:first-child{
	max-width: 150px;
}
.section_3_block_2_item_2{
	margin-top: 40px;
}
.section_3_block_2_item_2 div:first-child{
	max-width: 675px;
}
.section_3_block_2_item.active div:first-child{
    width: 100%;
}


/*---------- SECTION 4 ----------*/
.section_4{
	padding: 180px 0 92px;
	position: relative;
	max-height: 4000px;
	transition: all 3s ease;
	overflow: hidden;
}
.section_4.expanded{
	max-height: 15000px;
}
.section_4_title{
	max-width: 790px;
	margin-bottom: 40px;
}
.section_4 .section_4_bg{
	background: #1A1103;
	color: #fff;
	z-index: 2;
	padding: 80px 0 80px
}
.section_4 .section-padding-fix{
	padding: 75px 0 75px;
}
.section_4_section{
	padding: 60px 0 80px;
	position: relative;
	overflow: hidden;
}
.section_4_section .container{
	position: relative;
}
.section_4_section .container:before{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
}
.section_4_section .container:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
}
.section_4_section:nth-child(1) .container:before{
	background: url(../img/section_4_1.webp) no-repeat;
	width: 212px;
	height: 291px;
	top: -150px;
    left: -110px;
	pointer-events: none;
}
.section_4_section:nth-child(2) .container:after{
	background: url(../img/section_4_2.webp) no-repeat;
	width: 278px;
	height: 253px;
	right: -80px;
    bottom: -80px;
	z-index: 8;
	position: absolute;
	pointer-events: none;
}
.section_4_section:nth-child(3) .container:before{
	background: url(../img/section_4_3.webp) no-repeat;
	width: 551px;
    height: 511px;
    top: -200px;
    left: -350px;
	pointer-events: none;
}
.section_4_section:nth-child(3) .container:after{
	background: url(../img/section_4_4.webp) no-repeat;
	width: 120px;
	height: 120px;
	right: 0;
    bottom: 0;
	z-index: 10;
	pointer-events: none;
}
.section_4_section:nth-child(4) .container:after{
	background: url(../img/section_4_5.webp) no-repeat;
	width: 257px;
	height: 291px;
	right: -80px;
    bottom: -80px;
	z-index: 8;
	position: absolute;
	pointer-events: none;
}
.section_4_block{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section_4_text{
	width: 46%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.section_4_text button{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 7px 18px;
	background: #1A1103;
	border-radius: 18px;
}
.section_4 .section_4_bg .section_4_text button{
	background: #fff;
	color: #1A1103;
}
.section_4_text h4{
	margin-top: 32px;
	line-height: 1;
}
.section_4_text > p{
	margin-top: 20px;
}
.section_4_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.section_4_list div{
	margin-top: 30px;
	margin-right: 40px;
}
.section_4_list div span{
	font-family: 'Benzin-Regular';
	font-size: 20px;
}
.section_4_list div p{
	margin-top: 10px;
}
.section_4_video{
	display: block;
	width: 49%;
	height: 100%;
	border-radius: 10px;
}
.section_4_video .review-video{
	overflow: hidden;
}
.section_4_video iframe{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	aspect-ratio: 588/330;
	background-color: #1A1103;
	pointer-events: none;
}
.video-wrapper-animated.active iframe{
	pointer-events: all;
}
.section_4_button{
	font-family: 'Benzin-Regular';
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: #F7F5F2;
	width: 191px;
	height: 191px;
	border-radius: 50%;
	padding: 30px;
	background: #DA474A;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -60px auto 0;
	position: relative;
	z-index: 2;
	cursor: pointer;
	transition: 0.3s ease all;
}
.section_4_button.disabled{
	filter: grayscale(100%);
}
.header-wrapper{
	width: 100%;
	position: fixed;
	background: #ffffff;
	z-index: 50;
	top: 0
}
.header-mobile-container{
	width: 100%;
	overflow: hidden;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
}
.section_6 h2, .section_7 h2, .section_8 h2, .section_9 h2{
	font-weight: 400;
}


/*---------- SECTION 5 ----------*/
.section_5{
	width: 1200px;
	margin: 0 auto;
	background: #1A1103;
	color: #fff;
	margin-bottom: 120px;
	padding: 72px;
	border-radius: 10px;
}
.section_5 .container{
	padding-inline: 0;
}
.section_5_block{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section_5_block h3{
	max-width: 315px;
	font-weight: 400;
}
.section_5_btn{
	font-family: 'Benzin-Regular';
	font-size: 20px;
	width: 100%;
	padding: 52px;
	justify-content: space-between;
	margin-left: 72px;
	white-space: nowrap;
	text-transform: none;
}


/*---------- SECTION 6 ----------*/
.section_6{
	padding: 60px 0;
	overflow: hidden;
}
.section_6_block{
	position: relative;
}
.section_6_block:before{
	content: '';
	display: block;
	width: 2000px;
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	left: -2000px;
}
.section_6_slider{
	margin: 80px -10px 0;
}
.section_6_slider .slick-list{
	overflow: visible;
}
.section_6_slide{
	position: relative;
}
.section_6_slide:not(.slick-active):before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, #FFFDFB 0%, rgba(255, 253, 251, 0.6) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.section_6_slide{
	margin: 0 10px;
}
.section_6_content img{
	width: 100%;
	height: 380px;
	object-fit: cover;
	border-radius: 10px;
}
.section_6_content h6{
	margin-top: 32px;
}
.section_6_content p{
	margin-top: 10px;
}


/*---------- SECTION 7 ----------*/
.section_7{
	padding: 120px 0;
	overflow: hidden;
}
.section_7 h2{
	width: 40%;
}
.section_7_block{
	position: relative;
}
.section_7_block:before{
	content: '';
	display: block;
	width: 2000px;
	height: 150%;
	margin-top: -5%;
	background: #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	left: -2000px;
	box-shadow: none !important;
}
.slick-cloned{
	box-shadow: none !important;
}
.section_7_slider{
	margin: 80px -10px 0;
}
.section_7_slider .slick-list{
	overflow: visible;
	margin-left: 2px;
}
.section_7_slide{
	position: relative;
}
.section_7_slide:not(.slick-active):before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, #FFFDFB 0%, rgba(255, 253, 251, 0.6) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.section_7_slide{
	margin: 0 10px;
	background-color: #1A1103;
	color: #FFF;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 24px 0px rgba(26, 17, 3, 0.05);
}
.section_7_slide:nth-of-type(2n+2){
	background-color: #fff;
	color: #1A1103;
}
.section_7_content{
	padding: 52px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 290px;
}
.section_7_content span{
	font-family: 'Benzin-Regular';
	font-size: 120px;
	font-weight: 400;
	line-height: 100%;
	margin-top: -80px;
	margin-left: -80px;
}
.section_7_content p{
	font-family: 'Benzin-Regular';
	font-size: 20px;
	line-height: 1.1;
}


/*---------- SECTION 8 ----------*/
.section_8{
	padding: 60px 0;
	overflow: hidden;
}
.section_8 h2{
	text-align: center;
}
.section_8_block{
	position: relative;
}
.section_8_block:before{
	content: '';
	display: block;
	width: 2000px;
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	left: -2000px;
}
.section_8_slider{
	margin: 80px -10px 0;
}
.section_8_slider .slick-list{
	overflow: visible;
}
.section_8_slide{
	position: relative;
}
.section_8_slide:not(.slick-active):before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, #FFFDFB 0%, rgba(255, 253, 251, 0.6) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.section_8_slide{
	margin: 0 10px;
}
.section_8_content iframe{
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 10px;
	pointer-events: none;
}


/*---------- SECTION 9 ----------*/
.section_9{
	padding: 120px 0;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.section_9 h2{
	max-width: 890px;
}
.section_9_block{
	padding: 80px 72px;
	background: #DA474A;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.section_9_form{
	width: 47%;
}
.section_9_form h4{
	 font-weight: 400;
}
.section_9_form form{
	margin-top: 40px;
}
.section_9_btn{
	margin-top: 60px;
	text-transform: uppercase;
}
.section_9_image{
	width: 47%;
	border-radius: 10px;
}
.section_9_image img{
	width: 100%;
	object-fit: cover;
}
.radio-text-fix{
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}
.form input{
	margin-top: 15px;
}
.section_8_content, .section_4_video{
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.section_8_content::after, .section_4_video::after{
	content: url(../img/play_button.svg);
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	cursor: pointer;
	border-radius: 10px;
	pointer-events: none;
	opacity: 100;
	visibility: visible;
	transition: all 0.3s ease;
}
.active.section_8_content::after, .active.section_4_video::after{
	opacity: 0;
	visibility: hidden;
}
.mobile-big{
	display: none;
}
.header-mobile-container{
	display: none;
}
.section_4_text h4{
	font-weight: 400;
}
#wpadminbar{
	display: none !important;
}
html{
	margin-top: 0 !important;
}
.header-wrapper{
	transition: 
		background-color 0.3s ease, 
		max-height 0.7s 0.3s ease,
		color 0.3s ease;
	max-height: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header{
	width: 100%;
}
.header-wrapper.dark{
	background-color: #1A1103 !important;
}
.header-wrapper.dark a{
	color: #FFFDFB !important;
}
.header-wrapper path{
	fill: #1A1103 !important;
}
.header-wrapper.dark path{
	fill: #FFFDFB !important;
}
.header-wrapper.dark .header_lang_current path{
	stroke: white;
}
.header-wrapper.dark .header_lang_choise{
	background-color: #1A1103;
}
.header-wrapper.dark .header_lang_choise a{
	background-color: #FFFDFB;
	color: #1A1103 !important;
}
.header-wrapper.scrolled{
	max-height: 85px;
}

.popup{
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0A0A0A66;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 500;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: all;
    padding: 150px 40px;
}
.popup.active{
	opacity: 100;
	visibility: visible;
}
.popup .section_9_block{
	margin-top: 0;
	max-width: 1200px;
	margin-inline: auto;
}
.popup h4, .popup p, .popup label{
	color: #FFFDFB;
}
.popup .close-popup{
	top: 0;
	right: 0;
	transform: translateX(50%) translateY(-50%);
	padding: 20px;
	background: #FFF;
	position: absolute;
	border-radius: 35px;
	cursor: pointer;
}
.popup .section_9_block{
	position: relative;
}
.consultation-form .section_9_form, .business-form .section_9_form{
	width: 100%;
}
.consultation-form .section_9_form h4, .business-form .section_9_form h4{
	width: 50%;
}
.consultation-form .form, .business-form .form{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.consultation-form .form input, .consultation-form .form div, .business-form .form input, .business-form .form div{
	width: calc(50% - 20px);
}
.consultation-form .form input, .consultation-form .form .form_radio, .business-form .form input, .business-form .form .form_radio{
	margin-top: 0;
}
.consultation-form .form .radio-text-fix, .business-form .form .radio-text-fix{
	width: 100%;
	gap: 30px;
	flex-wrap: nowrap;
}
.consultation-form .form, .business-form .form{
	white-space: nowrap;
}


/* Thank you, 404 */

.section.center-side-page{
	padding-block: 120px;
	padding-inline: 15px;
	padding-top: 205px;
}
.section.center-side-page .center-container{
	margin-inline: auto;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
}
.section.center-side-page h1{
	text-align: center;
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.section.center-side-page .home-button{
	padding: 20px 24px;
	background-color: #DA474A;
	border-radius: 5px;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 10px;
	display: inline-flex;
	text-transform: uppercase;
	font-family: 'Benzin-Medium';
}