:root {
	--black: #211E24;
	--white: #fff;
	--red: #CD4747;
	/*--dark-violet: #bd71b2;*/
	--blue: #00ADEE;
	/*--pink: #ffd2d2;*/
	/*--yellow: #fff3a9;*/
	/*--light-blue: #e9f8f7;*/
	/*--light-yellow: #fffcec;*/
	/*--light-violet: #f8e1f4;*/
	--gray: #9C9C9C;
	--gray2: #BDBDBD;
	--gray3: #FBFBFB;
	--gray4: #565656;
	/*--dark-gray: #929ba2*/

	--itc-body-bg: transparent;
	--itc-border-color: #fff;
	--itc-checkbox-color: #DDBA80;
	--itc-disabled-opacity: 0.5;
	--itc-border-width: 2px;
	--itc-checkbox-size: 32px;
	--itc-checkbox-gap: 0.5rem;
	--itc-radius: 6px;
	--itc-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page__noise {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/Mask_groups.jpg"); /* Путь до текстуры зерна */
	background-size: 200px; /* размер можно регулировать */
	background-repeat: repeat;
	opacity: 0.05; /* уровень "заметности" */
	transition: opacity 0.3s ease;
	pointer-events: none;
	z-index: 9999;
}

.page_ag.show {
	display: flex;
}
.page_ag {
	height: 100vh;
	display: none;
	align-items: flex-start;
	justify-content: center;
	background: url("../img/image645.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 0 30px;
	padding-top: 232px;
}
.page_ag_p_l {
	position: absolute;
	top: 10px;
}
.page_ag_p {
	max-width: 100%;
	width: 100%;
	height: 306px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
	padding: 0 15px;
}
.page_ag_p_t {
	font-family: 'Gilroy';
	font-weight: 600;
	font-size: 80px;
	line-height: 100%;
	text-align: center;
	max-width: 845px;
	color: #fff;
	margin: 0 auto;
	letter-spacing: -2px;

}
.page_ag_p_b .button_no {
	border: 2px solid #FFFFFF;
	background: transparent;
	color: #fff;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0px 32px;
	justify-content: center;
	text-decoration: none;
}
.page_ag_p_b {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-bottom: 60px;
}

.app {
	display: none;
}
h1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;

}

h2 {

	font-weight: 600;
	font-size: 48px;
	line-height: 120%;

	text-align: left;
	margin-bottom: 64px;
}
h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
}

body {
	font-family: 'Gilroy';
	color: #292929;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	background: url("../img/Rectangle77.jpg");
	/*filter: sepia(0.1) contrast(1.1);*/
}
.container {
	max-width: 1920px;
	margin: 0 auto
}
.app {
	min-height: 100vh;
	/*overflow: hidden*/
}
a {
	color: #292929;
	transition: .24s
}
a:hover {
	color: #DDBA80;
	text-decoration: underline;
}

._anim_items {
	transform:translateY(50%);
	opacity:0;
	transition:all .7s linear
}
._anim_items._active {
	transform:translate(0);
	opacity:1;
	transition:all .7s linear
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: .24s;
	z-index: 500;

	height: 108px;
	padding: 12px 0;
	display: none;
	align-items: center;

}
.header_menu-box {
	display: flex;
}
.header_container {
	max-width: 1920px;
	padding: 16px 80px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}




/*.header_onscroll {*/
/*	background: #1E2431;*/

/*}*/
/*.header_onscroll .header_menu a{*/
/*	color: #565656;*/
/*}*/

.header_menu a {
	font-family: 'Gilroy';
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 16px;
	color: #fff;
}
.header_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-right: 40px;
	color: #fff;
}
.header_menu a:hover{
	color: #e8e8e8;
}

.header_logo, .menu_logo {
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 14px;
	line-height: 120%;

}

.header_logo > div, .menu_logo > div {
	margin-right: 8px;
}
/*.header_logo svg path{*/
/*	fill: #FFFFFF;*/
/*}*/
/*.header_onscroll .header_logo svg path{*/
/*	fill: black;*/
/*}*/
.header__burger {
	cursor: pointer;
	flex-shrink: 0;
	display: none;
	width: 40px;
	height: 26px;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;


}

.header__burger span {
	background: #fff;
	height: 4px;
	width: 40px;

}
/*.header__burger span:first-child {*/
/*	width: 18px;*/
/*	top: 18px;*/
/*}*/
/*.header__burger span:last-child {*/
/*	width: 18px;*/
/*	top: 30px;*/
/*}*/
.header_onscroll .header__burger span {
	/*background: #211E24;*/
}

.header_container_line {
	margin: 16px 0;
	border-bottom: solid 1px #F2F2F2;
}


.menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 500;
	color: var(--white);
	opacity: 0;
	visibility: hidden;
	transition: .24s;
	pointer-events: none;
}
.menu_active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.menu__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;

}
.menu__body {
	padding: 40px 0 80px;
}
.menu__close {
	cursor: pointer;
	width: 32px;
	height: 32px;
	position: absolute;
	align-items: center;
	justify-content: center;
	display: flex;
	left: calc(50% - 16px);
	bottom: 32px;
}

.menu__logo {
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
}
.menu__logo img {
	margin: 0 auto;
}
.menu__nav {
	max-width: 371px;
	width: 100%;
	margin: 0 auto;
	padding-top: 128px;
}
.menu__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu__nav ul li{
	margin-bottom: 80px;
}
.menu__nav ul li a {
	font-family: 'Gilroy';
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	transition: .24s;
	display: block;
	text-decoration: none;
	color: #292929;
}
.menu__layout {
	height: 100%;
	background: url("../img/Rectangle77.jpg");
}
.menu__wrapper .container{
	height: 100%;
	padding: 0;
}
body.menu_active {
	overflow: hidden;
}
svg.hidden {
	display: none
}
.header-box {
	height: 100vh;
	padding-top: 108px;
	background: url("../img/image.jpg") no-repeat;
	background-position: bottom 50px center;
	background-size: cover;
	position: relative;
}

#myVideo {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;

	transform: translateX(-50%) translateY(-50%);
}
.header-box_h1 {
	font-family: "TT-Travels-Next-Trial-Bold-Italic";
	font-weight: 704;
	font-size: 64px;
	line-height: 100%;
	display: flex;
	height: 100%;
	align-items: flex-end;
	padding-bottom: 126px;
	padding-left: 72px;
}
.header-box .container{
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0;
}
.header-box_text {
	max-width: 485px;
	gap: 48px;
	display: flex;
	flex-direction: column;
	margin-left: 80px;
}

.header-box_textm {
	font-weight: 300;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 1px;
	margin-top: 32px;
	margin-bottom: 32px;
}
.header-box_text_p {

	position: absolute;
	right: 0;
	bottom: -10px;
	width: 650px;
}
.header-box_text h1 {
	font-family: 'Gilroy';
	font-weight: 600;
	font-size: 86px;
	line-height: 100%;
	text-transform: lowercase;
color: #fff;
}

.btn-box {
	display: flex;
}
.btn {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0px 32px;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background: #FA7598;
	color: #292929;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.emojianim {
	width: 40px;
	height: 28px;
	background: #DEDA69;
	border-radius: 4px;
	overflow: hidden;
	padding-top: 1px;
	margin-left: 10px;
}

.emojianim div {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.4s ease;
}

/* 👉 Анимация при наведении на .btn */
.btn:hover .emojianim div {
	transform: translateY(-50%);
}

/*.btn img {*/
/*	margin-left: 10px;*/
/*}*/
.btn-m {
	font-size: 20px;
	height: 50px;
	padding: 0px 24px;
	border-radius: 25px;
}
.btn:hover, .btn-m:hover {
	text-decoration: none;
	background: #FFFB7BFF;
	color: #292929;


}
.btn:after {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	bottom: 0;
	right: 4px;
	height: 60px;
	background: #FFFB7BFF;
	z-index: -1;
}

.section4_box2_itt {
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.section4_box2_it .parent {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/*grid-template-rows: repeat(2, 1fr);*/
	gap: 8px;
}
.div1_1, .div1_3 {
	font-weight: 600;
	font-size: 54px;
	line-height: 100%;
	text-transform: uppercase;
}
.div1_2 {
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	padding-left: 8px;
}
.section4_box2_it_i {
	flex-shrink: 0;
}
.div2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	display: flex;
	justify-content: flex-end;
}
.div3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 180%;
	margin-top: 40px;
}
.section4_box2_it .div3 {
	grid-column: span 2 / span 2;
}
.div1_0 {
	display: flex;
	align-items: last baseline;
}
.imgtop2 {
	display: none;
}
.imgtop {
	margin: 0 auto;
	margin-top: 40px;
}
.header__arrow {
	-webkit-animation: 1s infinite alternate arrowBounce;
	animation: 1s infinite alternate arrowBounce;
	display: block;
	position: absolute;
	bottom: 9%;
	left: calc(50% - 1.8%);
	pointer-events: auto;
	width: 3.6%;
	height: 6.9%;
	z-index: 999;
}
.header__arrow span {
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat url("../img/ar14.svg") center center;
	background-size: auto;
	background-size: contain;
}
@-webkit-keyframes arrowBounce {
	0% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
	100% {
		-webkit-transform:translateY(-16px);
		transform:translateY(-16px)
	}
}
@keyframes arrowBounce {
	0% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
	100% {
		-webkit-transform:translateY(-16px);
		transform:translateY(-16px)
	}
}
.field__wrapper {
	width: 100%;
	position: relative;
	margin: 15px 0;
	text-align: center;
	overflow: hidden;
}

.field__file {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.field__file-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.field__file-fake {
	height: 48px;
	width: calc(100% - 48px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
}

.field__file-button {
	width: 48px;
	height: 48px;
	color: #fff;
	background: url("../img/Frame10.png");
	font-size: 1.125rem;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}
.section4 .section2_title {
	padding-left: 200px;
}
/*=======================================*/
.section4_box2_it {
	border-radius: 32px;
	padding: 4px;
	width: 1000px;
	margin: 0;
	display: flex;
}

.pagination-box {
	display: flex;
	position: relative;
	height: 46px;
	justify-content: space-between;
	width: 232px;
	margin: 0 auto;
	margin-top: 40px;
}
.swiper-button-next:after, .swiper-button-prev:after {
display: none;
}
.swiper-button-next {
	background: url("../img/ar1.png") no-repeat;
	width: 32px;
	height: 32px;
}
.swiper-button-prev {
	background: url("../img/Frame58.png") no-repeat;
	width: 32px;
	height: 32px;
}
.swiper-button-next, .swiper-button-prev {
	position: relative;
	display: flex;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
	top: 0;
	left: 48px;
	width: 132px;
	right: 76px;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 0;
	right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}
.swiper-pagination-bullet-active {
	background: #76B9FF;
	width: 25px !important;
}
.swiper-pagination-bullet {
	background: #CADCFF;
	width: 10px;
	border-radius: 4px
}

/*==========================================*/
.m-product-page_img .slick-prev:before {
	content: "";
	width: 32px;
	height: 32px;
	background: url("../img/arrow2_forward_ios.svg") no-repeat;
	display: block;
}
.m-product-page_img  .slick-next::before {
	content: "";
	width: 32px;
	height: 32px;
	background: url("../img/arrow2_forward_ios_p.svg") no-repeat;
	display: block;
}
.m-product-page_img .slick-prev, .m-product-page_img .slick-next {
	top: 49%;
}
.m-product-page_img .slick-prev {
	left: 10px;
}
.m-product-page_img .slick-next {
	right: 10px;
}
.modal__text_tel {
	margin: 0 auto;
	width: 380px;
}
.modal__text_tel .input_tel{
	width: 380px;
}
/*.modal__text_tel .section5_inf {*/
/*	color: #211E24;*/
/*}*/

.modal__text .m-product-page_img {
	width: 424px;
	height: 546px;
	border-radius: 24px;
	overflow: hidden;
	flex-shrink: 0;
}

.app {
	position: relative;
	display: none;
	flex-direction: column;
	gap: 120px;

}
/*------------------------------------------*/
.section2 .container {
	padding-left: 72px;
	padding-right: 72px;
}
.section0 .container {
	padding: 0;
}
/*------------------------------------------*/
.section3 {
	overflow: hidden;
}
.section3 .container {
	padding-left: 72px;
	padding-right: 72px;
	display: flex;
}

.sticky-box {
	display: flex;
	flex-direction: column;
	gap: 32px;
	position: sticky;
	top: 100px;
}

.section3_box {
	display: flex;
	gap: 24px;
	width: 100%;
	position: relative;
}
.section3_box > div {
	width: 50%;
	position: relative;
}
.section3_box_t {
	display: flex;
	align-items: center;
	max-width: 724px;
	font-weight: 400;
	font-size: 28px;
	line-height: 140%;

}
.imgkot {
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: -1;
	width: 300px;
}
.swiper-horizontal {
	overflow: hidden;
}
/*------------------------------------------*/
.section6 .container, .section7-f .container, .section8 .container, .section9 .container, .section10 .container, .section-tb .container{
	padding-left: 72px;
	padding-right: 72px;
	display: flex;
	flex-direction: column;

}
.section6_box {
	display: flex;
	justify-content: space-between;
}
.section6_box_l {
	max-width: 710px;
}
.section6_box .blbt {
	background: #042650;
	font-family: Inter;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: center;
	text-decoration: none;


}
.section6_box .blbt img{
	margin-left: 12px;
	flex-shrink: 0;

}
.section6_box_l div {
	font-weight: 400;
	font-size: 28px;
	line-height: 140%;
	margin-bottom: 60px;

}
.section6_parent {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 8px;
width: 100%;
}
.section6_box_r {
	display: flex;
	max-width: 630px;
	margin-right: 200px;
	flex-shrink: 0;
	width: 100%;
	align-items: center;
}
.section6_box h2{
	margin-bottom: 32px;
	padding-left: 0;
	text-align: left;
}
.section6_box_l {
	padding-left: 200px;
	padding-right: 24px;
}
.section6_parent > div {
background: #F2F2F2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 88px;
}
.section4 .container {
	padding-left: 72px;
	padding-right: 72px;
	overflow: hidden;
}
.section4 .container h1 {
	text-align: left;
	margin: 0;
}
/*------------------------------------------*/
.section5 .container {
	padding-left: 72px;
	padding-right: 72px;
	display: flex;
}
.footer {
	margin-top: 132px;
}
.section5_title {
	margin-bottom: 132px;
}
.section5_form {

	background-position: center;
	border-radius: 24px;
	padding: 80px 64px 80px 200px;
	display: flex;
	justify-content: space-between;
}
.section5 .container > div {
	width: 50%;
}
.section5_form_text {
	padding-left: 24px;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
}
.section5_form_text h2 {

	font-weight: 700;
	font-size: 48px;
	line-height: 100%;

	text-align: left;
	margin-bottom: 54px;
}
.section5_form_text p {
	margin-bottom: 24px;
}
.input_group {
	margin-bottom: 40px;

}
.input_group .section5_ph_lb {
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 16px;
}
.section5_formbox .btn {
	width: 100%;
}
.input_group input {

	font-family: 'Gilroy';
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	height: 68px;
	background: transparent;
	width: 100%;
	color: rgba(44, 41, 39, 0.7);
	border: 4px solid #DCDCDC;
	padding-left: 24px;
}
.section5_formbox h3 {
	font-weight: 400;
	font-size: 28px;
	line-height: 140%;
	margin-bottom: 60px;

}
.section5_formbox h2 {
	font-family: 'Gilroy';
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	color: #292929;
	text-align: left;
	margin-bottom: 32px;
}
.textform {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #050505;
	margin-top: 24px;
}


/*------------------------------------------*/

.btn-box2 input {
	background: #232323;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: #999999;
	height: 64px;
	border-radius: 32px;
	border: none;
	padding: 20px 48px;
}


/*------------------------------------------*/
.header_menu.nav a.active {
	color: #b3b3b3;
}
.menu__nav.nav a.active{
	color: #b3b3b3;
}
.footer {
	height: 542px;
	background: url("../img/Rectangle38.jpg") no-repeat;
	background-size: cover;
	display: none;
}
.footer a{
	text-decoration: none;

}
.footer_container_menu a{
	color: #fff;
}
.footer .footer_container {
	display: flex;
	justify-content: space-between;
	padding: 80px;
	height: 100%;
	align-items: center;

}
.footer_container_l1 {
	display: flex;
	flex-direction: column;
	font-family: "TT-Travels-Next-Trial-Bold";
	font-weight: 600;
	font-size: 40px;
	line-height: 100%;
	gap: 40px;
	color: #fff;
}
.footer_container_l1 .btn-box {
margin-top: 24px;
}

.footer_container_l3 {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.footer_container_menu {
	font-family: 'Gilroy';
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	display: flex;
	gap: 50px;
	list-style: none;
	padding-left: 0;
	color: #fff;
	margin: 0;
}
.footer_cop, .footer_cop a {
	font-family: 'Gilroy';
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	text-align: right;
	color: #DCDCDC;
}



.footer .container {
	height: 100%;


}

.slick_box-port {
	padding: 32px 0;

}
.slick_box-port .slick-list {
	border-radius: 24px;
}
.slick_box-port .slick-prev {
	left: 10px;
}
.slick_box-port .slick-next {
	right: 10px;
}


.checkbox-group {
	display: flex;
	gap: 24px;
	padding: 20px;
	border: none;
}

.tab-sort label {
	display: flex;
	align-items: center;
	gap: var(--itc-checkbox-gap);
	cursor: pointer;
}

.checkbox-input {
	appearance: none;
	width: var(--itc-checkbox-size);
	height: var(--itc-checkbox-size);
	border: var(--itc-border-width) solid var(--itc-border-color);
	border-radius: 0.25rem;
	background-color: var(--itc-body-bg);
	cursor: pointer;
	transition: var(--itc-transition);
	margin: 0;
}

.checkbox-input:hover:not(:disabled) {
	border-color: var(--itc-checkbox-color);
}

.checkbox-input:focus {
	border-color: var(--itc-border-color);
	outline: none;

}

.checkbox-input:checked {
	border-color: var(--itc-checkbox-color);
	background: var(--itc-checkbox-color) url("../img/Vector6456.svg") no-repeat center;
}

.checkbox-input:disabled {
	opacity: var(--itc-disabled-opacity);
	cursor: not-allowed;
}

.checkbox-input:disabled + span {
	opacity: var(--itc-disabled-opacity);
	cursor: not-allowed;
}

.section-blog-page .container{
	display: flex;
	flex-direction: column;
	gap: 32px;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	max-width: 856px;
}
.section-blog-page h2{
	text-align: left;
	margin-bottom: 0;

}
.section-blog-page h3{
	text-align: left;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
}
.section-blog-page-m {
	padding: 32px;
	border-radius: 24px;
	background: #050505;
	margin-bottom: 48px;
}
.blog-page-img, .section-blog-page .container img {
	border-radius: 24px;
}

.blog-page-img-tx {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 48px;
	color: #ADADAD;
}
.blog-page-img_box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.blog-page-img_box img:last-child {
	grid-column: span 3 / span 3;
}
.section6_box_r h2{
	display: none;
}
header.show, .app.show {
	display: flex;
}
.footer.show {
	display: block;
}
input.error {
	border: 1px solid red;
}
.err {
	color: red;
	font-size: 12px;
	margin-top: 4px;
}
.waiting_send {
	display: none;
	position: fixed;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #fff;
}
.loading-layer {
	max-width: 740px;
	max-height: 100vh;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
	overflow-y: auto;
	overflow: hidden;
	padding: 140px 0 58px 0;
}
.loading-layer img {
	width: 100px;
	margin: 0 auto;
}
@media (min-width: 1100px) and (max-height: 850px){
	.header-box_text_p {
		width: 35%;
	}
	.header-box_text h1 {
		font-size: 55px;
	}
}
.section6_parent2 {
	font-family: 'Gilroy';
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 40px 0;

}
@media (max-width: 1400px){
	.header_container {
		padding: 0 20px;
	}
	.header-box_text {
		margin-left: 20px;
	}
	.container {
		padding: 0 20px;
	}
	.footer .footer_container {
		padding: 40px 20px 40px 20px;
	}

	.section3 .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section5 .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.section4 .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.section6 .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.section5_form {
		padding: 0;
	}
	.header-box_h1 {
		padding-left: 20px;
	}
	.section2_title, .section4_title {
		padding-left: 0;
	}
	.section6_box_l {
		padding-left: 0;
	}
	.section6_box_r {
		margin-right: 0;
	}
	.section4 .section2_title {
		padding-left: 0;
	}
	.section4_box2_it_i img {
		max-width: 270px;
	}
	.section4_box2_it .parent {
		display: flex;
		flex-direction: column;
	}
	.div1_1, .div1_3 {
		font-size: 35px;
	}
	.div3 {
		font-weight: 400;
		font-size: 16px;
		line-height: 171%;
		margin-top: 10px;
	}
	.div2 {
		justify-content: flex-start;
	}
}
@media (max-width: 1300px){


}
@media (max-width: 1200px){

	.imgkot {
		width: 200px;
	}
	.modal__title {
		font-size: 22px;
	}
	.modal-box {
		padding: 55px 20px 20px 20px;
	}

}
@media (max-width: 1100px){
	.header_menu-box {
		display: none;
	}
	.header__burger {
		display: flex;
	}
	.header-box_text_p {
		width: 500px;
	}
	.header-box_text h1 {
		font-size: 60px;
	}
	.header-box {
		height: 655px;
	}
	h2 {
		font-size: 32px;
		margin-bottom: 32px;
	}
	.section5_formbox h2 {
		font-size: 32px;
		margin-bottom: 12px;
	}
	.section5_formbox h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.input_group .section5_ph_lb {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.section6_box_r {
		max-width: 400px;
	}
	.section6_box_l div {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.section6_box h2 {
		margin-bottom: 15px;
	}
	.section4_box2_it {
		width: 700px;
	}
	.section3_box_t {
		font-size: 20px;
	}
	.section4_box2_it .parent {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
	.div2 {
		justify-content: flex-end;
	}
	.div3 {
		font-weight: 400;
		font-size: 20px;
		line-height: 180%;
		margin-top: 40px;
	}
	.div1_1, .div1_3 {
		font-weight: 600;
		font-size: 54px;
		line-height: 100%;
		text-transform: uppercase;
	}
}
@media (max-width: 992px){
	h2 {
		font-size: 35px;
		margin-bottom: 32px;
	}
	h1 {
		font-size: 40px;
	}
	h3 {
		font-size: 28px;

	}
	.section5_form {
		padding-left: 20px;
		padding-right: 20px;
	}
	.section5_formbox {
		width: 100%;
	}
	.section5 {
		overflow: hidden;
	}
	.section5 .container {
		flex-direction: column;
		padding-left: 0px;
		padding-right: 0px;
	}
	.section5_form_text {
		padding-right: 0;
		max-width: 100%;
		font-size: 16px;
		margin-top: 24px;
	}
	.section5_form_text img {
		max-width: 140%;
		margin-left: -60px;
	}
	.section5 .container > div {
		width: 100%;
	}
	.section5_form_text h2 {
		font-size: 32px;
		margin-bottom: 32px;
	}
	.section5_form_text p {
		margin-bottom: 16px;
	}
	.input_group .section5_ph_lb {
		font-size: 16px;
	}
	.input_group input, .input_group select {
		font-size: 16px;
	}
	.textform {
		max-width: 100%;
		text-align: center;
		font-size: 12px;
	}
	.header-box_text_p {
		width: 370px;
		bottom: 10px;
	}

}
@media (max-width: 900px){
	.page_ag_p_t {
		font-size: 40px;
	}
	.footer .footer_container {
		flex-direction: column;
	}
	.footer_container_l1 {
		font-size: 32px;
		text-align: center;

	}

	.footer .footer_container {
		padding: 32px 20px 40px 20px;
		gap: 64px;
		height: auto;

	}
	.footer {
	height: auto;
	}
	.call-box_inf_tel, .call-box_inf_email {
		text-align: center;
	}
	.footer_container_l2 {
		font-size: 24px;
		gap: 32px;
	}
	.footer_container_l3 {
		gap: 32px;
	}

	.footer_container_menu {
		flex-direction: column;
		gap: 32px;
	}
	.footer_cop {
		text-align: left;
	}
	.footer_cop span {
		color: #7B7B7B;
		font-size: 12px;
		margin-top: 16px;
	}
	.footer_logo2 img {
		width: 222px;
	}

	.section6_box {
		flex-direction: column;
	}
	.section6_box_l {
		padding-right: 0;
		max-width: 100%;
		order: 1;
	}
	.section6_box_l h2 {
		display: none;
	}
	.section6_box_r {
		max-width: 100%;
		flex-direction: column;
		margin-bottom: 15px;
	}
	.section6_box_r h2{
		display: block;
		width: 100%;
	}
}

@media (max-width: 800px){
	.section4_box2_it {
		flex-direction: column;
	}
	.section4_box2_itt {
		padding-left: 0;
		margin-top: 20px;
	}
	.section4_box2_it {
		width: 100%;
	}

	.div1_1, .div1_3 {
		font-size: 34px;
	}
	.div1_2 {
		font-size: 12px;
	}
	.div2 {
		font-size: 14px;
	}
	.div3 {
		font-size: 16px;
		margin-top: 0;
	}
	.section4_box2_it_i img {
		margin: 0 auto;
	}
	.swiper-horizontal {
		position: relative;
	}
	.pagination-box {
		position: static;
		margin: 0;
		height: 0;
	}
	.swiper-button-next, .swiper-button-prev {
		position: absolute;
		top: 40%;
	}
	.swiper-pagination {
		display: none;
	}
}

@media (max-width: 750px){
	.header__arrow {
		display: none;
	}

	.header-box_text_p {
		width: 284px;
		right: auto;
		bottom: 10px;
	}
	.header-box_text h1 {
		font-size: 40px;
	}
	.header-box_text {
		gap: 24px;
	}
	.header-box_text {
		margin-left: 0;
		max-width: 100%;
		width: 100%;
		align-items: center;
		margin-top: 40px;
	}
	.header-box .container {
		align-items: flex-start;
	}
	.header-box {
		height: 760px;
	}
	.imgkot {
		display: none;
	}
	.app {
		gap: 40px;
	}
}

@media (max-width: 600px){

	.section3_box {
		flex-direction: column;
	}
	.section3 .container {
		padding-left: 0;
		padding-right: 0;
	}
	.section3_box_t {
		padding-left: 20px;
		padding-right: 20px;
	}
	.section3_box_i img{
		max-width: 140%;
		margin-left: -60px;
	}
	.section3_box > div {
		width: 100%;
	}
	.section3_box_t {
		order: -1;
	}
	.imgtop2 {
		display: block;
		width: 100%;
		margin-top: 40px;
	}
	.imgtop {
		display: none;
	}
}
@media (max-width: 570px){

	.app {
		margin-bottom: 0;
	}

}
@media (max-width: 450px){
	.page_ag_p_b {
		flex-direction: column;
		margin-top: 40px;
	}
	.page_ag_p_l img {
		width: 147px;
	}
	.page_ag_p {
		padding: 0;
	}
	.page_ag {
		padding-left: 12px;
		padding-right: 12px;
	}
	.container {
		padding: 0px 12px;
	}
	.header-box_h1 {
		padding-left: 12px;
	}
	.modal {
		width: calc(100% - 32px);

	}
	.modal__title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.modal__text_tel {
		width: 100%;
	}
	.modal__text_tel .input_tel {
		width: 100%;
	}
	.modal-box {
		height: auto;
	}




	.header_container {
		padding: 0 12px;
	}
	.header-box_text {
		margin-left: 12px;
	}


	h2 {
		font-size: 32px;
	}
	h1 {
		font-size: 35px;
	}
	h3 {
		font-size: 24px;
	}
	.section-blog-page .container {
		font-size: 16px;
		font-weight: 300;
	}
	.section-blog-page-m {
		padding: 24px;
		margin-bottom: 0;
	}
	.section-blog-page .container img {
		width: 100%;
	}
	.blog-page-img_box {
		grid-template-columns: unset;
	}
	.blog-page-img_box img:last-child {
		grid-column: unset;
	}

	.section2 .container, .section3 .container, .section4 .container, .section5 .container, .section6 .container, .section8 .container, .section9 .container, .section10 .container, .section-tb .container    {
		padding-left: 12px;
		padding-right: 12px;
	}
	.section2-box_it_box:before {
		opacity: 1;
		transition: all 0.5s;
	}
	.section2-box_it {
		border: 1px solid #DDBA80;
		height: 440px;
	}
	.section2-box_it_box svg path.path {
		fill: #DDBA80;
	}
	.section2-box_it_tx > a:last-child img {
		display: none;
	}
	.section2-box_it_tx > a:last-child {
		text-decoration: underline;
	}
	.section2-box_it_box .section2-box_it_tx {
		margin-bottom: 0px;
	}
	.section2-box_it_box {
		padding: 24px;
	}
	.section2-box_it_ic {
		top: 24px;
		left: 24px;
	}
	.section2-box_it_tx {
		gap: 24px;
	}

	.app {
		gap: 80px;
	}
	.partners-box {
		margin-bottom: 80px;
		justify-content: center;
		gap: 30px;
	}
	.btn-box2 {
		margin-top: 40px;

	}


	.logopartners {
		gap: 20px;
	}
	.section5_form_text h2 {
		font-size: 32px;
	}
	.section5_formbox .btn {
		width: 100%;
	}

	.footer {
		margin-top: 80px;
	}

	.btn-box-inv {
		width: 100%;
	}
	.btn-box-inv .btn {
		width: 100%;
	}
	.btn-box-tab {
		margin-top: 32px;
	}

	.btn-box2 input {
		padding: 20px 5px;
	}
	.section3_box_t {
		padding-left: 0px;
		padding-right: 0px;
	}
	.section5_form {
		padding-left: 0px;
		padding-right: 0px;
	}
	.btn {
		padding: 0px 13px;
	}
	.footer .footer_container {
		padding: 32px 0px 40px 0px;
	}

	.footer {
		background: url("../img/Rectangle3558.jpg") no-repeat;
		background-size: cover;
	}
}


@media (max-width: 420px) {



	.header_logo  img {
		width: 147px;
	}
	.header_logo a {
		margin-right: 14px;
		padding-right: 14px;
		display: flex;
		align-items: center;
		height: 36px;
	}
	.header_logo, .menu_logo {
		font-size: 10px;
	}

}
@media (max-width: 340px) {

	.modal__title {
		font-size: 14px;
		margin-bottom: 9px;
	}
	.modal__text .section5_inf {
		font-size: 10px;
	}

	.modal__text_tel .input_tel {
		margin-bottom: 10px;
	}


}

@media (orientation: portrait) and (max-width: 900px) {
	/*.header-box {*/
	/*	height: 100vh;*/
	/*}*/
	/*.header-box .container {*/
	/*	justify-content: space-between;*/
	/*	padding-bottom: 0;*/
	/*}*/
}