body {
	font-family: 'Bebas Neue Cyrillic';
	font-optical-sizing: auto;
	font-style: normal;
	color: #1F1F1F;
	background: #F4F4F4;
	position: relative;
}

.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 15px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 9999;
}

.header_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .3s;
}

.header_cs .container {
	padding: 0;
}

.header_cs .header_flex {
	border-radius: 400px;
	background: #031F47;
	padding: 16px 24px;
}

.logo {
	display: block;
	width: 120px;
	height: 112px;
	background: url(../img/logo.svg) center no-repeat;
	background-size: 100%;
}

.header_cs .logo {
	width: 58px;
	height: 54px;
}

.menu_in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 64px;
}

.menu_in p {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}

.menu_in p a {
	text-decoration: none;
	color: #fff;
}

.header_btns {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
}

.scan_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1F1F1F;
	text-align: center;
	font-family: 'Bebas Neue Cyrillic';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0.68px;
	text-decoration: none;
	width: 170px;
	height: 48px;
	border-radius: 40px;
	background: #fff;
	padding: 4px 4px 4px 20px;
}

.scan_btn_ic {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../img/scan_ic.svg) center no-repeat;
	background-size: cover;
	flex-shrink: 0;
}

.login_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1F1F1F;
	text-align: center;
	font-family: 'Bebas Neue Cyrillic';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0.68px;
	text-decoration: none;
	background: #fff;
	padding: 4px 4px;
	width: 48px;
	height: 48px;
	border-radius: 50%;

}

.login_btn_ic {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	background: url(../img/user_ic.svg) center no-repeat;
	background-size: cover;
}

.main_ban {
	position: relative;
	background: url(../img/main_ban_bg.jpg) center 0px no-repeat;
	background-size: cover;
	padding: 220px 0 220px 0;
	margin: 0 0 0 0;
}

.main_ban_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.main_ban_flex_left_txt1 {
	margin: 0 0 30px 0;

}

.main_ban_flex_left_txt1 img {
	display: block;
	width: 559px;
	height: auto;
}

.main_ban_flex_left_txt2 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 4px;
	margin: 0 0 45px 0;
}

.main_ban_flex_left_txt2_in {
	width: 318px;
	height: 87px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 45px;
	line-height: 1em;
	margin: 0;
	position: relative;
}

.main_ban_flex_left_txt2_in1 {
	background: url(../img/bg_txt1.svg) center no-repeat;
}

.main_ban_flex_left_txt2_in2 {
	background: url(../img/bg_txt2.svg) center no-repeat;
	margin-left: -20px;
}

.main_ban_flex_left_txt3 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 40px;
}

.main_ban_flex_left_txt3_in {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-top: 1px solid rgba(255, 255, 255, 0.40);
	border-bottom: 1px solid rgba(255, 255, 255, 0.40);
	padding: 16px 0 16px 0;
	color: #fff;
	position: relative;
}

.main_ban_flex_left_txt3_in_iner {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 54px;
	height: 54px;
	border-radius: 8px;
	position: relative;
	color: #fff;
	font-size: 42px;
	font-weight: 400;
	flex-shrink: 0;
	margin: 0 26px 0 0;
}

.main_ban_flex_left_txt3_in_iner span {
	position: relative;
	z-index: 3;
}

.main_ban_flex_left_txt3_in_iner::before {
	content: "";
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 8px;
	background: #E32222;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.main_ban_flex_left_txt3_in_iner::after {
	content: "";
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 8px;
	background: #fff;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
}

.main_ban_flex_left_txt3_in_right p {
	font-size: 42px;
	font-weight: 400;
	margin: 0;
}

.main_ban_flex_left_txt3_in_right span {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 1px;
}

.main_ban_flex_left_txt3_in_line {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 30px;
	height: 67px;
	background: url(../img/main_ban_flex_left_txt3_in_line.svg)0 0 no-repeat;
	z-index: 5;
}

.main_ban_flex_left_txt3_in2 {
	padding-left: 40px;
}

.main_ban_flex_right {
	max-width: 740px;
	margin: -170px 0 0 0;
}

.main_ban_flex_right img {
	display: block;
	width: 100%;
	height: auto;
}

.main_ban_abs {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
}

.main_ban_abs_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 320px;
	height: 80px;
	border-radius: 40px;
	background: radial-gradient(835.56% 141.4% at 99.98% 0%, #E32222 0%, #B81D1D 50%, #E32222 100%), #FFF;
	padding: 10px 10px 10px 34px;
	color: #fff;
	font-size: 33px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.99px;
	text-decoration: none;
}

.btn_1_ic {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../img/arr1.svg) center no-repeat;
}

.heading {
	font-family: "Bebas Neue Cyrillic";
	font-size: 94px;
	font-weight: 400;
	line-height: 1em;
	margin: 0 0 24px 0;
	text-transform: uppercase;
	text-align: center;
}

.heading span {
	display: inline-block;
	position: relative;
	padding: 0 84px;
	background: linear-gradient(90deg, #C8996D 0%, #E1AF7F 46.15%, #C8996D 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.heading span::before {
	content: "";
	width: 40px;
	height: 62px;
	box-sizing: border-box;
	background: url(../img/heading_ic1.svg) center no-repeat;
	position: absolute;
	top: 15px;
	left: 0;
}

.heading span::after {
	content: "";
	width: 40px;
	height: 62px;
	box-sizing: border-box;
	background: url(../img/heading_ic2.svg) center no-repeat;
	position: absolute;
	top: 15px;
	right: 0;
}

.block1 {
	padding: 120px 0;
}

.block1_txt1 {
	color: #1F1F1F;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.6px;
	margin: 0 0 64px 0;
}

.block1_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.block1_flex_in {
	width: 345px;
}



.block1_flex_in_img {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 300px;
	height: auto;
	margin: 0 auto 44px;
}

.block1_flex_in_img img {
	display: block;
	width: 100%;
	height: auto;
}

.block1_flex_in_txt {
	text-align: center;
}

.block1_flex_in_txt p {
	color: #173055;
	font-size: 36px;
	font-weight: 400;
	line-height: 1em;
	margin: 0 0 14px 0;
}

.block1_flex_in_txt {
	color: #1F1F1F;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.4px;
}

.scan_btn2 {
	width: 100%;
	height: 62px;
	border-radius: 100px;
	background: radial-gradient(835.56% 141.4% at 99.98% 0%, #E32222 0%, #B81D1D 50%, #E32222 100%), #FFF;
	color: #fff;
	font-size: 24px;
	padding: 4px 4px 4px 24px;
	margin: 34px 0 0 0;
}


.scan_btn2 .scan_btn_ic {
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: url(../img/scan_ic2.svg) center no-repeat;
	background-size: cover;
}

.heading2 span::before,
.heading2 span::after {
	display: none;
}

.block2 {
	padding: 120px 0;
	background: url(../img/block2_bg.jpg) center no-repeat;
	background-size: cover;
}

.big_head {
	width: 966px;
	height: 203px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/big_head.svg) center 0px no-repeat;
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 24px #B6232E, 0 0 24px rgba(255, 255, 255, 0.50);
	font-size: 142px;
	font-weight: 400;
	letter-spacing: -2.849px;
	margin: 0 auto 100px;
	position: relative;
}

.big_head::after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 84px;
	height: 68px;
	background: url(../img/num1.svg) center no-repeat;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin: 0 0 0 -50px;
}

.block2_flex {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}

.block2_flex_left {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	max-width: 510px;
	width: 100%;
	border-radius: 24px;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	background: radial-gradient(131.08% 142.69% at 0% 46.3%, #133B86 0%, #0F2147 100%);
	padding: 54px 0;
	flex-shrink: 0;
}

.block2_flex_left_in {
	max-width: 408px;
	color: #fff;
}

.block2_flex_left_in_txt1 {
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.8px;
	margin: 0 0 34px 0;
}

.block2_flex_left_in_ic {
	width: 224px;
	margin: 0 auto 34px;
}

.block2_flex_left_in_ic img {
	display: block;
	width: 100%;
	height: auto;
}

.block2_flex_left_in_txt2 {
	max-width: 300px;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.4px;
	margin: 0 auto 40px;
}

.block2_flex_left .scan_btn {
	width: 298px;
	margin: 0 auto;
}

.block2_flex_right {
	max-width: 1040px;
}

.block2_flex_right_parent {
	background: #fff;
	padding: 20px 20px;
	border-radius: 24px;
}

.myswiper_prod_iner {
	width: 320px;
	height: 424px;
	border-radius: 10px;
	border: 1px solid #F4F4F4;
	background: radial-gradient(66.25% 50% at 50% 50%, #E9797A 0%, #D23B3E 62.5%, #8C0015 100%), radial-gradient(50% 50% at 50% 50%, #D9DCE5 0%, #F2F2F2 100%);
	position: relative;
}

.myswiper_prod_iner_img {
	width: 280px;
	margin: 0 auto;
}

.myswiper_prod_iner_img img {
	display: block;
	width: 100%;
	height: auto;
}

.myswiper_prod_iner_txt {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.4px;
	margin: 0;
}

.slide_prod {
	margin: 0 -20px 0 0;
}

.slick-prev,
.slick-next {
	display: flex;
	justify-content: center;
	align-items: center;
	top: -80px;
	right: 0;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	background: #F4F4F4;
	z-index: 100;
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	transform: translate(0, 0%);
}

.slick-prev {
	left: initial;
	right: 80px;
}

.slick-next {
	right: 20px;
}

.slick-arrow:focus,
.slick-arrow:hover {
	background: #E32222;
}

.slick-prev:before,
.slick-next:before {
	content: "";
	width: 21px;
	height: 21px;
}

.slick-prev:before {
	background: url(../img/prev1.svg) center no-repeat;
}

.slick-next:before {
	background: url(../img/next1.svg) center no-repeat;
}

.slick-prev:focus::before,
.slick-prev:hover::before {
	background: url(../img/prev1_2.svg) center no-repeat;
}

.slick-next:focus::before,
.slick-next:hover::before {
	background: url(../img/next1_2.svg) center no-repeat;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 1;
}

.block2_flex_right_parent_txt {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 24px 0;
}

.block2_flex_right_parent_txt p {
	color: #173055;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.72px;
	margin: 0;
	text-transform: uppercase;
	border-radius: 10px;
	border: 1px solid rgb(23 48 85 / 80%);
	padding: 14px 28px;
}

.block2_flex_right_parent_txt p:first-child {
	color: #fff;
	border: 1px solid #B81D1D;
	border-radius: 10px;
	background: radial-gradient(835.56% 141.4% at 99.98% 0%, #E32222 0%, #B81D1D 50%, #E32222 100%), #FFF;
}

.block3 {
	padding: 120px 0;
}

.block3 .heading {
	margin: 0 0 90px 0;
}

.block3_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.block3_flex_left {
	max-width: 702px;
}

.block3_flex_left_txt {
	color: rgba(0, 0, 0, 0.03);
	font-size: 148px;
	font-weight: 400;
	line-height: 1em;
	position: relative;
	z-index: 1;
	margin: 0 0 -60px 0;
	white-space: nowrap;
}

.block3_flex_left_in {
	position: relative;
	z-index: 2;
	background: url(../img/block3_flex_left_in_bg.jpg)0 0 no-repeat;
	background-size: cover;
	border-radius: 24px;
	padding: 50px 40px 40px 235px;
}

.pers_img {
	position: absolute;
	bottom: 0;
	left: 25px;
	width: 221px;
}

.pers_img img {
	display: block;
	width: 100%;
	height: auto;
}

.block3_flex_left_in_txt {
	background: #F3E9D5;
	padding: 40px 24px 24px 24px;
	border-radius: 0px 10px 10px 10px;
	position: relative;
}

.block3_flex_left_in_txt::after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0px 0px 25px;
	border-color: #F3E9D5 transparent transparent transparent;
	transform: rotate(0deg);
	position: absolute;
	top: 0;
	left: -23px;
}

.block3_flex_left_in_txt_ic {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/block3_flex_left_in_txt_ic.svg) center no-repeat;
	position: absolute;
	top: -20px;
	left: 20px;
}

.block3_flex_left_in_txt p {
	color: #1F1F1F;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.34em;
	margin: 0 0 20px 0;
}

.block3_flex_left_in_txt p:last-child {
	margin: 0;
}

.block3_flex_right {
	max-width: 785px;
	padding: 40px 0 0 0;
}

.slider_pivo_main {
	position: relative;
}

.slider_pivo_main_img {
	width: 223px;
	position: absolute;
	bottom: 50px;
	left: -120px;
	z-index: 10;
}

.slider_pivo_main_img img {
	display: block;
	width: 100%;
	height: auto;
}

.slider_pivo {
	max-width: 510px;
	border-radius: 24px;
}

.slider_pivo_iner {
	border-radius: 24px;
	background: #F3E9D5;
	padding: 34px 44px 34px 130px;
	min-height: 480px;
}

.slider_pivo_iner_txt1 {
	color: #D40028;
	font-size: 64px;
	font-weight: 400;
	line-height: 1em;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.slider_pivo_iner_txt2 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 25px;
	margin: 0 0 30px 0;
}

.slider_pivo_iner_txt2 p {
	color: #B3AFA8;
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
}

.slider_pivo_iner_txt3 {
	max-width: 250px;
	margin: 0 0 20px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.slider_pivo_iner_txt3_ic {
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	margin: 0 24px 0 0;
}

.slider_pivo_iner_txt3_ic1 {
	background: url(../img/slider_pivo_iner_txt3_ic1.svg) center no-repeat;
}

.slider_pivo_iner_txt3_ic2 {
	background: url(../img/slider_pivo_iner_txt3_ic2.svg) center no-repeat;
}

.slider_pivo_iner_txt3_ic3 {
	background: url(../img/slider_pivo_iner_txt3_ic3.svg) center no-repeat;
}

.slider_pivo_iner_txt3_ic4 {
	background: url(../img/slider_pivo_iner_txt3_ic4.svg) center no-repeat;
}

.slider_pivo_iner_txt3_ic5 {
	background: url(../img/slider_pivo_iner_txt3_ic5.svg) center no-repeat;
}

.slider_pivo_iner_txt3_ic6 {
	background: url(../img/slider_pivo_iner_txt3_ic6.svg) center no-repeat;
}

.slider_pivo_iner_txt3_ic7 {
	background: url(../img/slider_pivo_iner_txt3_ic7.svg) center no-repeat;
}

.slider_pivo_iner_txt3_ic8 {
	background: url(../img/slider_pivo_iner_txt3_ic8.svg) center no-repeat;
}

.slider_pivo_iner_txt3_ic9 {
	background: url(../img/slider_pivo_iner_txt3_ic9.svg) center no-repeat;
}

.slider_pivo_iner_txt3_ic10 {
	background: url(../img/slider_pivo_iner_txt3_ic10.svg) center no-repeat;
}

.slider_pivo_iner_txt3 p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
}

.slick-dots {
	bottom: -40px;
}

.slick-dots li button:before {
	display: none !important;
}

.slick-dots li {
	width: auto;
	height: auto;
	margin: 0 4px;
}

.slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #E1AF7F;
}

.slick-dots li.slick-active button {
	background: #D40028;
}

.block3_flex_right_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.slider_pivo_min {
	width: 80px;
	margin: 0 200px 0 0;
}

.slider_pivo_min_in_iner {
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.slider_pivo_min_in_iner_in {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	border: 2px solid transparent;
	opacity: 0.6;
	cursor: pointer;
}

.slider_pivo_min_in_iner img {
	display: block;
	width: 64px;
	height: auto;
}

.slider_pivo_min .slick-current.slick-center .slider_pivo_min_in_iner_in {
	border: 2px solid #D40028;
	opacity: 1;
}

.slider_pivo_min .slick-current.slick-center img {
	width: 80px;
	height: 80px;
	opacity: 1;
}

.heading3 {
	color: #fff;
	margin: 0 0 80px 0;
}

.heading3 span {
	background: none;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
}

.heading3 span::before {
	background: url(../img/heading_ic3.svg) center no-repeat;
}

.heading3 span::after {
	background: url(../img/heading_ic4.svg) center no-repeat;
}

.block4 {
	background: url(../img/block4_bg.jpg) center no-repeat;
	background-size: cover;
	padding: 120px 0;
}

.form_search {
	margin: 0 0 24px 0;
}

.form_search form {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.btn_form {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 265px;
	height: 66px;
	padding: 18px 34px 14px;
	border-radius: 40px;
	background: radial-gradient(835.56% 141.4% at 99.98% 0%, #E32222 0%, #B81D1D 50%, #E32222 100%), #FFF;
	color: #fff;
	font-family: 'Bebas Neue Cyrillic';
	font-size: 30px;
	font-style: normal;
	line-height: 1em;
	letter-spacing: 0.99px;
	border: none;
	flex-shrink: 0;
	text-decoration: none;
}

.inpt {
	width: 82%;
	position: relative;
}

.inpt::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/srch_ic.svg) center no-repeat;
	position: absolute;
	top: 21px;
	left: 25px;
	box-sizing: border-box;
}

.inpt input {
	display: block;
	width: 100%;
	padding: 22px 34px 22px 66px;
	border-radius: 40px;
	color: #212529;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	border: none;
}

.inpt input::placeholder {
	color: #212529;
}

.like_table {
	margin: 0 0 24px 0;
}

.like_table_head {
	display: flex;
	justify-content: space-between;
	border-radius: 40px;
	background: #133B86;
	margin: 0 0 10px 0;
}

.like_table_head_in {
	width: 33.33%;
	margin: 0;
	padding: 18px 10px;
	color: #fff;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
}

.like_table_body {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
}

.like_table_body_in:nth-child(odd) {
	background: #fff;
}

.like_table_body_in:nth-child(even) {
	background: #F4F4F4;
}

.like_table_body_in {
	display: flex;
	justify-content: space-between;
	border-radius: 40px;
	margin: 0 0 0 0;
}

.like_table_body_in_iner {
	width: 33.33%;
	margin: 0;
	padding: 18px 10px;
	color: #1F1F1F;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
}

.page_num {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.page_num_arr {
	display: block;
	width: 24px;
	height: 24px;
	transition: all .3s;
	opacity: 0.4;
}

.page_num_arr1 {
	background: url(../img/page_arr1.svg) center no-repeat;
}

.page_num_arr2 {
	background: url(../img/page_arr2.svg) center no-repeat;
}

.page_num_arr:hover {
	opacity: 1;
}

.page_num_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	padding: 4px 4px;
	text-decoration: none;
	color: #212529;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
	background: #fff;
	transition: all .3s;
	border-radius: 50%;
}

.page_num_txt:hover {
	background: #DAB38D;
}

.block5 .heading {
	margin: 0 0 100px 0;
}

.block5 .container {
	max-width: 1730px;
}

.block5 {
	padding: 120px 0 0 0;
	background: url(../img/block5_bg.jpg) center 0 no-repeat;
	background-size: cover;
}

.block5_top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	padding: 0 0 100px 0;
}

.block5_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.block5_flex_left {
	max-width: 980px;
	width: 100%;
}

.block5_flex_left_in {
	border-radius: 34px;
	background: #F4F4F4;
	margin: 0 0 5px 0;
}

.block5_flex_left_in_top {
	position: relative;
	transition: all .3s;
	cursor: pointer;
}

.block5_flex_left_in_top::after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 45px;
	height: 45px;
	background: url(../img/show_arr.svg) center no-repeat;
	position: absolute;
	top: 20px;
	right: 24px;
	transition: all .3s;
}

.block5_flex_left_in_top_show::after {
	transform: rotate(-180deg);
}

.block5_flex_left_in_top p {
	padding: 24px 70px 24px 24px;
	color: #1F1F1F;
	font-size: 34px;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
	text-transform: uppercase;
}

.block5_flex_left_in_top_show p {
	padding-bottom: 14px;
}

.block5_flex_left_in_bot {
	padding: 0 24px 24px;
	display: none;
}

.block5_flex_left_in_bot p {
	color: #343434;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
}

.block5_flex_right {
	max-width: 550px;
	width: 100%;
}

.consult_form {
	max-width: 510px;
	width: 100%;
	border-radius: 24px;
	border-top: 5px solid #E32222;
	border-bottom: 5px solid #E32222;
	border-radius: 16px;
	background: #F4F4F4;
	padding: 60px 44px;
	flex-shrink: 0;
}

.consult_form h3 {
	color: #002169;
	font-size: 50px;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 34px 0;
}

.consult_form .inpt {
	width: 100%;
	margin: 0 0 10px 0;
}

.consult_form .inpt::before {
	display: none;
}

.consult_form .inpt input {
	padding: 19px 28px;
	text-transform: uppercase;
	font-family: 'Bebas Neue Cyrillic';
	font-size: 24px;
	border: 1px solid #EEEBE9;
}

.consult_form .inpt input::placeholder,
.consult_form .inpt textarea::placeholder {
	color: #ACB0BB;
}

.inpt textarea {
	resize: none;
	display: block;
	width: 100%;
	padding: 19px 28px;
	border-radius: 34px;
	color: #212529;
	font-family: 'Bebas Neue Cyrillic';
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	border: none;
	height: 120px;
	border: 1px solid #EEEBE9;
}

.sort_foltr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 19px 28px;
	text-transform: uppercase;
	font-family: 'Bebas Neue Cyrillic';
	font-size: 18px;
	border: 1px solid #EEEBE9;
	border-radius: 40px;
	background: #fff;
	cursor: pointer;
	position: relative;
	z-index: 999;
	margin: 0 0 10px 0;
}

.sort_foltr::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 14px;
	box-sizing: border-box;
	background: url(../img/arr_down.svg) center no-repeat;
	position: absolute;
	top: 22px;
	right: 23px;
	transition: all .3s;
}

.sort_foltr_txt {
	color: #ACB0BB;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
}

.sort_foltr_abs {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 1px 25px;
	border-radius: 20px;
	border: 1px solid #EEEBE9;
}

.sort_foltr_abs p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: -0.24px;
	padding: 5px 0;
	margin: 15px 0;
	color: #ACB0BB;
	position: relative;
}

p.sort_foltr_abs_selected {
	color: #161616;
}


.sort_foltr_txt_active {
	color: #212529;
}

.consult_form_btn .btn_form {
	width: 100%;
	height: 66px;
	font-size: 30px;
	background: radial-gradient(835.56% 141.4% at 99.98% 0%, #E32222 0%, #B81D1D 50%, #E32222 100%), #FFF;
}

.chekout {
	max-width: 410px;
	display: block;
	color: #9A9FAD;
	font-family: 'Bebas Neue';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0.384px;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
}

.chekout input {
	position: absolute;
	z-index: -1;
}

.chekout span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 28px;
}

.chekout span u , .chekout span u a{
	color: #002D71;
}



.chekout span::before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border: 2px solid #002D71;
	position: absolute;
	top: -1px;
	left: 0;
}

.chekout span::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 5px;
	background: #002D71;
	position: absolute;
	top: 2px;
	left: 3px;
	opacity: 0;
	transition: opacity .3s;
}

.chekout input:checked+span::after {
	opacity: 1;
}

.footer_top {
	padding: 80px 0 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_top .logo {
	display: block;
	width: 120px;
	height: 112px;
	background: url(../img/logo.svg) center no-repeat;
	background-size: 100%;
}

.footer_top_link {
	display: flex;
	justify-content: flex-start;
	gap: 70px;
}

.footer_top_link p {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.4px;
	margin: 0;
}

.footer_top_link p a {
	text-decoration: none;
	color: #fff;
}

.footer_bot p {
	text-align: center;
	color: rgba(255, 255, 255, 0.28);
	font-size: clamp(48px, 6vw, 78px);
	font-weight: 400;
	margin: 0;
}

/* ------------- */
.btn_for_menu {
	display: none;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 10px;
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50%;
	padding: 10px 10px;
}

.btn_for_menu span {
	display: block;
	width: 100%;
	height: 2px;
	background: #B81D1D;
	position: relative;
}

.btn_for_menu span::before,
.btn_for_menu span::after {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 2px;
	background: #B81D1D;
	position: absolute;
	left: 0;
	transition: all .3s;
}

.btn_for_menu span::before {
	top: -8px;
}

.btn_for_menu span::after {
	bottom: -8px;
}

.is-active span {
	background: transparent;
}

.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.is-active span::after {
	top: 0;
	transform: rotate(-45deg);
}

.main_ban2 .block5_flex_right {
	max-width: 588px;
}

.main_ban2 .consult_form {
	max-width: 100%;
}

.main_ban2 .chekout {
	max-width: 100%;
	margin: 0 0 5px 0;
}

.main_ban2 .consult_form_btn {
	display: flex;
	justify-content: center;
	padding: 30px 0 0 0;
}

.main_ban2 .consult_form_btn .btn_form {
	width: 300px;
	font-weight: normal;
}

.reg_form .consult_form_btn .btn_form {
	width: 300px;
	height: 66px;
	font-size: 30px;
	font-family: 'Bebas Neue Cyrillic';
	border-radius: 100px;
	background: radial-gradient(835.56% 141.4% at 99.98% 0%, #E32222 0%, #B81D1D 50%, #E32222 100%), #FFF;
}

.inpt_pass {
	position: relative;
}

.inpt_pass input {
	padding-right: 60px !important;
}

.inpt_pass_show {
	content: "";
	display: inline-block;
	width: 26px;
	height: 18px;
	background: url(../img/inpt_pass_show.svg) center no-repeat;
	box-sizing: border-box;
	position: absolute;
	top: 21px;
	right: 30px;
	cursor: pointer;
}

.inpt_pass_show.active {
	background: url(../img/inpt_pass_show2.svg) center no-repeat;
}

.ostalis_vopr {
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.84);
	display: flex;
	justify-content: space-between;
	padding: 14px 44px;
	margin: 20px 0 0 0;
}

.ostalis_vopr_left p {
	color: #9A9FAD;
	font-size: 28px;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
}

.ostalis_vopr_left p span {
	color: #E32222;
}

.ostalis_vopr .btn_form {
	width: 190px;
	font-size: 24px;
	padding: 18px 14px 14px;
}

.popap_vopros {
	width: 588px;
	display: none;
	padding: 0;
	background: none;
	border-top: 5px solid #E32222;
	border-bottom: 5px solid #E32222;
	border-radius: 16px;
	background: #F4F4F4;

}

.popap_vopros .consult_form {
	width: 100%;
	max-width: 100%;
	border: none;
	background: transparent;
	box-shadow: none;
}

.fancybox-slide--html .fancybox-close-small {
	width: 24px;
	height: 24px;
	background: url(../img/close_ic.svg) center no-repeat;
	top: 20px;
	right: 20px;
}

.popap_vopros .fancybox-button svg {
	display: none;
}

.popap_reg_sps {
	display: none;
	width: 588px;
	border-top: 4px solid #E32222;
	border-bottom: 4px solid #E32222;
	border-radius: 16px;
	background: #F4F4F4;
	box-shadow: 0 -5px 0 0 #D40028, 0 5px 0 0 #D40028;
	padding: 60px 44px;
}

.popap_reg_sps_in_txt1 {
	color: #E32222;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

.popap_reg_sps_in_txt2 {
	color: #002D71;
	font-family: "Bebas Neue Cyrillic";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	margin: 0 0 34px 0;
	text-transform: uppercase;
}

.popap_reg_sps_in_txt3 {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.popap_reg_sps_in_txt3 p {
	color: #1F1F1F;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	position: relative;
}

.popap_reg_sps_in_txt3 p u {
	display: inline-block;
	color: #002D71;

}

.popap_reg_sps_in_txt3_1 {
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 34px 0;
}

.popap_reg_sps_in .btn_form {
	width: 100%;
	height: 66px;
	font-size: 30px;
}

.pivo_abs {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 0 0 0;
	display: none;
	z-index: 99;
}

.pivo_abs_in {
	display: inline-block;
	width: 216px;
	padding: 20px 20px;
	background: #fff;
	border-radius: 16px;
}

.pivo_abs_in img {
	display: block;
	width: 100%;
	height: auto;
}

.popap_reg_sps_in_txt3 p:hover .pivo_abs {
	display: inline-block;
}

.main_ban2 {
	background: url(../img/main_ban4_bg.jpg) center 0 no-repeat;
	background-size: cover;
	position: relative;
}

.main_ban2_txt {
	background: linear-gradient(90deg, #D0C0AA 0%, #A9967D 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	text-align: center;
	font-size: 44px;
	padding: 0 0 15px 0;
	font-weight: 400;
	letter-spacing: 1.584px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

}

.main_ban2_top {
	position: absolute;
	width: 100%;
	top: 20px;
	left: 0;
	padding: 0 0 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.main_ban2_top .scan_btn {
	width: auto;
}

.main_ban2_top .scan_btn_ic {
	background: url(../img/bt_ic1.svg) center no-repeat;
	background-size: 100%;
	margin: 0 0 0 12px;
}

.main_ban_flex_left_newtxt1 {
	max-width: 364px;
	margin: 0 0 24px 0;
}

.main_ban_flex_left_newtxt1 img {
	display: block;
	width: 100%;
	height: auto;
}

.vozrast {
	background: url(../img/main_ban3_bg.jpg) center 0 no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.vozrast_in {
	width: 640px;
	padding: 60px 60px;
	background: #fff;
	border-radius: 16px;
	border-top: 4px solid #E32222;
	border-bottom: 4px solid #E32222;
	box-shadow: 0 -5px 0 0 #D40028, 0 5px 0 0 #D40028;
}

.vozrast_in h3 {
	text-align: center;
	color: #002169;
	font-size: 54px;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 18px 0;
}

.vozrast_in_txt1 {
	color: #1F1F1F;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 84px 0;
}

.vozrast_in_btn {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: flex-start;
}

.vozrast_in_btn .btn_form {
	width: 49%;
	height: 74px;
	font-size: 28px;
	padding: 18px 14px 14px;
}

.vozrast_in_btn .btn_form2 {
	background: linear-gradient(0deg, #002D71 0%, #002D71 100%), radial-gradient(835.56% 141.4% at 99.98% 0%, #E32222 0%, #B81D1D 50%, #E32222 100%), #FFF;
}

.dostup_zapreshen {
	width: 100%;
	height: 100vh;
	background: linear-gradient(0deg, #002D71 0%, #002D71 100%), radial-gradient(835.56% 141.4% at 99.98% 0%, #E32222 0%, #B81D1D 50%, #E32222 100%), #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}

.dostup_zapreshen_in {
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.84);
	backdrop-filter: blur(4px);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 460px;
	padding: 40px 0;
}

.dostup_zapreshen_in p {
	color: #002169;
	font-family: "Bebas Neue Cyrillic";
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

.main_ban .block5_flex_right {
	margin-left: 30px;
}