/*---------- LAYOUT ----------*/

/*---------- 1140 ----------*/
@media screen and (max-width: 1140px){
	.header_nav a{
		padding: 0 10px;
	}
}
@media screen and (max-width: 1215px){
	.section_5 {
        width: 100%;
    }
}

/*---------- 992 ----------*/
@media screen and (max-width: 992px){
	body{
		font-size: 15px;
	}
	.container{
		padding: 0 40px;
	}
	.btn{
		font-size: 12px;
		padding: 20px 24px;
	}
	.arrows svg{
		width: 48px;
	}
	.arrow_next{
		right: -15px;
	}
	h1{
		font-size: 36px;
	}
	h2{
		font-size: 30px;
	}
	h3{
		font-size: 27px;
	}
	h4{
		font-size: 20px;
	}
	h5{
		font-size: 16px;
	}
	.header{
		position: relative;
		z-index: 8;
		padding-block: 20px;
	}
	.header_block{
		justify-content: flex-start;
	}
	.header_lang_btn{
		margin-left: auto;
		margin-right: 30px;
	}
	.header_nav{
		display: none;
	}
	.header_btn_desk{
		display: none;
	}
	.header_block_mob{
		display: block;
	}
	.header_burger{
		transition: .3s;
	}
	.header_cross{
		display: none;
	}
	.header_mobile_menu{
		display: block;
		width: 80%;
		height: 100%;
		padding: 100px 40px;
		background: #1A1103;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		position: absolute;
		z-index: 80 !important;
		top: 85px;
		right: 0;
		transform: translateX(100%);
		transition: .3s;
		visibility: hidden;
		opacity: 0;

	}
	.header_mobile_menu.active{
		transform: translateX(0%);
		visibility: visible;
		opacity: 100;
		z-index: 80;
	}
	.header_mobile_menu li a{
		font-family: 'Benzin-Regular';
		font-size: 20px;
		color: #FFFDFB;
		text-align: right;
		margin-bottom: 30px;
	}
	.header_btn_mob{
		margin-top: auto;
	}
	.dark_bg{
		width: 100%;
		height: 100%;
		background: #110B02CC;
		opacity: .8;
		position: fixed;
		z-index: 6;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.footer{
		padding: 40px 0 80px;
	}
	.footer_block{
		flex-direction: column;
	}
	.footer_nav{
		margin-top: 48px;
	}
	.footer_nav a{
		padding: 0;
		margin-right: 30px;
	}
	.footer_socials{
		margin-top: 40px;
		flex-wrap: wrap;
		gap: 12px;
	}
	.footer_socials a{
		width: 100%;
	}
	.section_2,
	.section_3,
	.section_4,
	.section_5{
		padding: 140px 0;
	}
	.section_6,
	.section_7,
	.section_8,
	.section_9{
		padding: 40px 0;
	}
	.section_5{
		width: 100%;
		padding: 0 15px;
	}
	.section_1{
		margin-top: 85px;
	}
	.section_1_block{
		align-items: flex-start;
	}
	.section_1_block h1{
		text-align: left;
	}
	.section_1_block div{
		padding: 10px 12px;
		margin-top: -5px;
	}
	.section_1_block div p{
		font-size: 14px;
	}
	.section_1_block > p{
		font-size: 14px;
		text-align: left;
		margin: 32px 0 0;
	}
	.section_2_block{
		flex-direction: column;
	}
	.section_2_slider{
		margin-top: 80px;
	}
	.section_2_text{
		width: 100%;
	}
	.section_2_text span{
		font-size: 90px;
	}
	.section_2_text p{
		max-width: 300px;
		font-size: 20px;
		margin-top: 48px;
	}
	.section_2_list{
		width: 100%;
		margin-top: 20px;
		row-gap: 0;
	}
	.section_2_slider .slide{
		width: 130px;
	}
	.section_2_item{
		width: 100%;
		margin-top: 40px;
	}
	.section_2_item span{
		font-size: 20px;
	}
	.section_2_item p{
		margin-top: 12px;
	}
	.section_3_titlle{
		font-size: 14vw;
	}
	.section_3_block_2_titlle{
		font-size: 14vw;
	}
	.section_3_item{
		width: 95%;
	}
	.section_3_item_transparent{
		padding: 36px;
	}
	.section_3_item_white{
		padding: 36px;
	}
	.section_3_item:has(.section_3_item_white){
	    margin: -18px 0 -25px auto;
	}
	.section_3_item p{
		font-size: 20px;
		line-height: 1;
	}
	.section_3_item img{
		margin-top: 32px;
	}
	.section_3_block_2_subtitle{
		font-size: 30px;
		margin-top: 32px;
		line-height: 1;
	}
	.section_3_block_2_text{
		margin-top: 140px;
		line-height: 1;
	}
	.section_4_list{
		margin-top: 10px;
	}
	.section_3_block_2_item{
		flex-direction: column;
		align-items: flex-start;
	}
	.section_3_block_2_item div:first-child{
		height: 70px;
	}
	.section_3_block_2_item_1{
		margin-top: 72px;
	}
	.section_3_block_2_item_1 div:first-child{
		max-width: 60px;
	}
	.section_3_block_2_item_2 div:first-child{
		max-width: 300px;
	}
	.section_3_block_2_item_2{
		margin-top: 48px;
	}
	.section_4 .section_4_bg{
		padding: 70px 0;
	}
	.section_3_block_2_item div:first-child span{
		font-size: 18px;
	}
	.section_3_block_2_item div:last-child{
		margin-left: 0;
	}
	.section_3_block_2_item div:last-child span{
		display: block;
		font-size: 30px;
		margin-top: 28px;
	}
	.section_4{
		padding-bottom: 72px;
	}
	.section_3_block_2_item div:last-child p{
		font-size: 15px;
	}
	.section_4_section{
		padding: 72px 0;
	}
	.section_4_title{
		margin-bottom: 0;
	}
	.section_4_block{
		flex-direction: column;
	}
	.section_4_text{
		width: 100%;
		margin-top: 48px;
	}
	.section_4_list div span{
		font-size: 16px;
	}
	.section_4_list div p{
		margin-top: 5px;
	}
	.section_4_video{
		order: -1;
		width: 100%;
	}
	.section_4_section:nth-child(1) .container:before{
	    background: url(../img/section_4_mob_1.webp) no-repeat;
	    width: 100px;
	    height: 169px;
	    top: auto;
	    left: auto;
	    right: 0;
	    bottom: 50%;
	}
	.section_4_section:nth-child(2) .container:after{
	    background: url(../img/section_4_mob_2.webp) no-repeat;
	    width: 140px;
	    height: 129px;
	    right: 20px;
	}
	.section_4_section:nth-child(3) .container:before{
	    background: url(../img/section_4_mob_3.webp) no-repeat;
	    width: 117px;
	    height: 134px;
	    top: auto;
	    left: auto;
	    right: 0;
	    bottom: 50%;
	}
	.section_4_section:nth-child(3) .container:after{
	    background: url(../img/section_4_mob_4.webp) no-repeat;
	    width: 72px;
	    height: 72px;
	    right: auto;
	    left: 20px;
	    bottom: calc(50% + 100px);
	}
	.section_4_section:nth-child(4) .container:after{
	    background: url(../img/section_4_mob_5.webp) no-repeat;
	    width: 140px;
	    height: 129px;
	    right: 20px;
	    bottom: -80px;
	}
	.section_4_button{
		font-size: 12px;
		width: 155px;
		height: 155px;
		padding: 20px;
	}
	.section_5{
		background: #fff;
		color: #1A1103;
		margin-bottom: 110px;
	}
	.section_5_block{
		flex-direction: column;
	}
	.section_5_block h3{
		max-width: 100%;
	}
	.section_5_btn{
		margin-top: 40px;
		margin-left: 0;
		height: 176px;
		flex-direction: column;
		align-items: flex-start;
		padding: 36px;
		font-size: 16px;
		white-space: normal;
		text-align: left;
	}
	.section_3_btn{
		height: 176px;
		flex-direction: column;
		align-items: flex-start;
		padding: 36px;
		font-size: 16px;
		white-space: normal;
		margin-top: 64px;
		text-align: left;
	}
	.section_7 h2{
		text-align: start;
	}
	.section_7{
		padding-top: 70px;
	}
	.section_3_titlle{
		font-size: 90px;
		line-height: 84%;
		margin-inline: auto;
		width: 350px;
	}
	.mobile-big{
		display: inline-block;
	}
	.section_6_slider,
	.section_7_slider,
	.section_8_slider{
		margin-top: 60px;
	}
	.section_7_slider{
		margin-top: 70px;
	}
	.section_7_content{
		padding: 36px;
		height: 340px;
	}
	.section_7_content span{
		font-size: 90px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		margin-top: -55px;
    	margin-left: -48px;
	}
	.section_8 h2{
		text-align: start;
		margin-top: 55px;
	}
	.section_9 h2{
		margin-top: 65px;
	}
	.section_7_content p{
		font-size: 16px;
		line-height: 1.1;
	}
	.section_8_slider{
		margin: 60px 0 0;
	}
	.section_8_slide{
		max-width: 285px;
	}
	.section_8_content video{
		height: 450px;
	}
	.section_8_slide:not(.slick-current):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_9_block{
		padding: 64px 36px;
		flex-direction: column;
		margin: 60px -15px 0;
	}
	.section_9_form{
		width: 100%;
	}
	.section_9_image{
		width: 100%;
		margin-top: 48px;
	}
	.header_logo > svg{
		width: 132px;
	}
	.section_9_form form, .form_radio{
		margin-top: 25px;
	}
	.section_9_btn{
		font-size: 12px;
	}
	.section_9_btn{
		margin-top: 48px;
	}
	.section_3_item, .section_3_item_white, .section_3_item_transparent{
		height: auto;
	}
	.section_3_item img{
		width: 41px;
		min-height: 30px;
	}
	.section_3_block_1 .section_3_item:nth-child(3){
		margin-top: 30px;
	}
	.section_3_block_1 .section_3_item:nth-child(4){
		margin-top: 0;
	}
	.section_3_block_1 .section_3_item:nth-child(5){
		margin-top: 25px;
	}
	.section_3_block_1{
		padding-bottom: 280px;
	}
	.section_4_text h4{
		line-height: 1.1;
	}
	.section_4_text h4{
		margin-top: 28px;
	}
	.footer_nav a{
		margin-bottom: 20px;
	}
	.header-mobile-container{
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
		display: block;
		transition: all 0.3s ease;
	}
	.header-mobile-container.active{
		visibility: visible;
		pointer-events: all;
		opacity: 100;
	}
	.footer_socials a{
		margin-right: 0;
	}
	.footer_socials{
		justify-content: space-between;
	}
	.consultation-form .form input, .consultation-form .form div, .business-form .form input, .business-form .form div{
		width: 100%;
	}
	.consultation-form .form div, .business-form .form div{
		width: 50%;
	}
	.popup{
		padding-block: 40px;
		min-width: 380px;
	}
	.consultation-form .form .form_radio, .business-form .form .form_radio{
		width: 100%;
	}
	.popup .section_9_form h4{
		width: 100%;
	}
	.section_7 h2{
		width: 100%;
	}
	.section.center-side-page h1{
		font-size: 36px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
	}
	.consultation-form .form, .business-form .form{
		gap: 32px;
	}
}

@media screen and (max-width: 1400px){
	.consultation-form .form .radio-text-fix, .business-form .form .radio-text-fix{
		flex-wrap: wrap;
	}
	.consultation-form .form div, .business-form .form div{
		width: calc(50% - 40px);
	}
	.consultation-form .form .radio-text-fix input, .business-form .form .radio-text-fix input{
		padding: 8px;
	}
	.consultation-form .form .radio-text-fix, .business-form .form .radio-text-fix{
		gap: 0;
	}
}

/*---------- 576 ----------*/
@media screen and (max-width: 576px){
	.container{
		padding: 0 15px;
	}
	.popup{
		padding-inline: 0;
	}
	.popup .close-popup{
		transform: translateX(0) translateY(0);
		top: 10px;
		right: 10px;
		padding: 10px;
	}
	.popup .close-popup svg{
		width: 12px;
		height: 12px;
	}
}
