@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
iframe {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}
body {
	margin: 0;
	padding: 0;
	line-height: 150%;
	font-family: Arial;
	background: #FCFEFE;
	color: #333D47;
}

.overflow_hidden {
	overflow: hidden;
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: linear-gradient(135deg, #333D47, #2B5278);
	display: none;
}

.preloader.start_anim {
	display: block;
}

.logo_preload {
	position: absolute;
	left: 50%;
	top: 42%;
	transform: translate(-50%, -50%);
}

.anim_logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.start_anim .anim_logo {
	animation: 1s forwards move1;
	animation-delay: 2.8s;
}

.anim_logo1 {
	opacity: 0;
	display: block;
	margin: 0 auto;
}

.start_anim .anim_logo1 {
	animation: 1s forwards slide-in;
	animation-delay: .5s;
}

.anim_logo2 {
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
	opacity: 0;
}

.start_anim .anim_logo2 {
	animation: 1s forwards slide-in2;
	animation-delay: 1s;
}

.anim_logo3 {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	opacity: 0;
}

.start_anim .anim_logo3 {
	animation: 1s forwards slide-in3;
	animation-delay: 1.8s;
}

.text_logo_r {
	font-family: "Onest", sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-8%, -40%);
	line-height: 130%;
	width: max-content;
	overflow: hidden;
}

.text_logo_r .anim_txt_logo {
	transform: translateX(-100%);
}

.start_anim .anim_txt_logo {
	animation: 1s forwards move2;
	animation-delay: 3.2s;
}

.anim_txt_logo span {
	font-size: 24px;
	line-height: 130%;
	color: #15BDC8;
	display: block;
}

@keyframes slide-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes slide-in2 {
	from {
		opacity: 0;
	}

	to {
		bottom: 10%;
		opacity: 1;
	}
}

@keyframes slide-in3 {
	0% {
		opacity: 0;
	}

	100% {
		bottom: -10%;
		opacity: 1;
	}
}

@keyframes move1 {
	0% {
		left: 50%;
	}

	100% {
		transform: translate(-118%, -50%);
	}
}

@keyframes move2 {
	0% {
		left: 50%;
	}

	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

.animate_mob {
	position: relative;
	opacity: 0;
	transform: translateY(100px);
	transition: .5s;
}

.anim_delay1 {
	transition-delay: .1s;
}

.anim_delay2 {
	transition-delay: .2s;
}

.anim_delay3 {
	transition-delay: .3s;
}

.anim_delay4 {
	transition-delay: .4s;
}

.anim_delay5 {
	transition-delay: .5s;
}

.anim_delay6 {
	transition-delay: .6s;
}

.anim_delay7 {
	transition-delay: .7s;
}

.anim_delay8 {
	transition-delay: .8s;
}

.animate_mob.active_mob {
	transform: translateY(0) !important;
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Onest", sans-serif;
	line-height: 130%;
	font-weight: 700;
	font-style: normal;
}

p {
	font-size: 20px;
	line-height: 150%;
}

header {
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	z-index: 10;
}

.opacity_h {
	opacity: 0.6;
	transition: all .3s;
}

.opacity_h:hover {
	opacity: 1;
}

header .logo a {
	display: block;
}

header .logo .logo-img {
	max-width: 162px;
}

header .flex_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header nav {
	border: solid 1px rgba(11, 189, 200, 0.5);
	padding: 20px 48px;
	border-radius: 16px;
	background: #fff;
}

header nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 52px;
}

header .nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

header .nav ul li a {
	text-decoration: none;
	font-family: "Onest", sans-serif;
	color: #5B646C;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	transition: all .3s;
}

header nav ul li a:hover {
	color: #15BDC8;
}

header .nav ul li.active a {
	color: #15BDC8;
}

.burg {
	display: none;
}

.mobile_nav {
	display: none;
}

.container {
	max-width: 1480px;
	padding: 0 60px;
	margin: 0 auto;
	display: block;
}

.sec_top {
	padding-top: 223px;
	background: linear-gradient(135deg, #FAFEFE, #fff);
	padding-bottom: 163px;
}

.sec_top p {
	font-size: 24px;
}

.sec_top h1 {
	margin-top: 35px;
}
ul {
	padding-left: 16px;
}
.sec_top ul li {
	font-size: 20px;
	margin-bottom: 8px;
}

h1 {
	color: #333D47;
	font-size: 48px;
	margin: 0;
	margin-bottom: 32px;
}

h1 *,
h2 *,
h3 * {
	font-family: "Onest", sans-serif;
}

h1 span,
h2 span,
h3 span {
	color: #15BDC8;
	font-size: 20px;
	font-weight: 500;
	display: block;
	line-height: 100%;
	margin-bottom: 25px;
	text-transform: lowercase;
}

h2 {
	font-size: 36px;
	margin-bottom: 10px;
	position: relative;
}

h2 .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

.block_width_btn {
	position: relative;
}

.block_width_btn .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

h3 {
	font-size: 32px;
}

.c_white {
	color: #fff !important;
}

.c_grey {
	color: #333D47 !important;
}

.c_orange {
	color: #F47712 !important;
}

p.bott_h {
	margin-top: -27px;
	margin-bottom: 26px;
}

.more_inf {
	display: inline-block;
	color: #0BBDC8;
	cursor: pointer;
	font-size: 26px;
	padding-left: 9px;
	padding-right: 10px;
	display: none;
}

.btn {
	border-radius: 50px;
	text-align: center;
	padding: 20px 30px;
	letter-spacing: 1px;
	cursor: pointer;
	color: #fff;
	font-family: "Onest", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
	text-decoration: none;
	display: inline-block;
	transition: all .3s;
	border: solid 1px transparent;
}

.btn.btn-org:hover {
	color: #23C3CD;
}

.btn.btn-org:hover {
	color: #23C3CD;
}

.btn.btn-org {
	background: #F47712;
}

.btn.btn-sl {
	border: solid 1px #0BBDC8;
	background: transparent;
	color: #0BBDC8;
}

.btn.btn-sl:hover {
	background: #0BBDC8;
	color: #fff !important;
}

.btn.btn-white {
	border: solid 1px #fff;
	background: transparent;
	color: #fff;
}

.btn.btn-white:hover {
	color: #0BBDC8;
}

.hidd_txt {
	display: none;
}

.hidd_txt p:first-child {
	margin-top: 0;
}

.first_btn {
	margin-top: 46px;
}

.more_inf svg {
	display: inline;
	transform: rotate(90deg);
	margin-left: -4px;
}

.more_inf.less_i svg {
	display: inline;
	transform: rotate(-90deg);
	margin-left: -4px;
}

.columns_base {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.col-l {
	flex: 0 0 53%;
}

.col-r {
	flex: 0 0 40.7%;
	overflow: hidden;
}

.col-h {
	flex: 0 0 49%;
}

.col-h2 {
	flex: 0 0 48%;
}

.col-h3 {
	flex: 0 0 41%;
}

.slider_events {
	border-radius: 24px;
	overflow: hidden;
}

.slider_events .slide_item {
	overflow: hidden;
}

.slider_events .slider_events_item_inner {
	overflow: hidden;
}

.slide_item .btn {
	display: inline-block;
}

.slider_events .slider_events_item {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 680px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 27px 32px;
	position: relative;
}

.slider_events .slider_events_item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(135deg, #15BDC8 20%, rgba(183, 251, 255, .01) 65%);*/
}

.slider_events .slider_events_item .top_item {
	position: relative;
	z-index: 2;
}

.slider_events .slider_events_item .bottom_item {
	position: relative;
	z-index: 2;
}

.slider_events .slider_events_item p.label_item {
	font-family: "Onest", sans-serif;
	margin: 0 0 30px 0;
	font-size: 16px;
	font-weight: 500;
	color: #333D47;
}

.slider_events .slider_events_item p.discription_item {
	font-family: "Onest", sans-serif;
	margin: 0 0 20px 0;
	font-size: 28px;
	line-height: 130%;
	font-weight: bold;
	color: #fff;
	max-width: 370px;
}

.slider_events .slider_events_item .bottom_item {
	text-align: right;
}

.slider_events .slick-dots {
	bottom: 32px;
	left: 32px;
	text-align: left;
}

.slider_events .slick-dots {
	max-width: 50%;
}

.slider_events .slick-dots li {
	width: 16px;
	height: 16px;
	margin: 0 12px 0 0;
}

.slider_events .slick-dots li button {
	border-radius: 50%;
	background: #fff;
	width: 100%;
	height: 100%;
	border: solid 1px #0BBDC8;
}

.slider_events .slick-dots li.slick-active button {
	background: #0BBDC8;
}

.marcs_block {
	display: flex;
	margin-top: 110px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.marcs_block .col-h:last-child {
	display: none;
}
.mark_flex {
	display: flex;
	vertical-align: middle;
	flex-wrap: wrap;
	margin-top: 31px;
	margin-bottom: 37px;
	gap: 28px 10%;
}

.mark_flex .mark_item {
	display: flex;
	align-items: center;
	justify-self: center;
}

.mark_flex .mark_item img {
	max-height: 55px;
	max-width: 90px;
}

.view-all {
	font-family: "Onest", sans-serif;
	color: #F47712;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
}

.view-all svg {
	transition: all 0.3s;
}

.view-all:hover svg {
	transform: translateX(4px);
}

.about-platfrom {
	background: linear-gradient(135deg, #333D47, #2B5278);
}

.main_sec section {
	padding: 170px 0;
	position: relative;
}

section {
	padding: 170px 0;
	position: relative;
}

.about-platfrom p {
	max-width: 900px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.about-platfrom .flex {
	margin-top: 99px;
	margin-bottom: 145px;
	gap: 80px 3.5%;
}

.flec_i3 {
	flex: 0 0 31%;
}

.numeral_top {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}

.flec_i3 .numeral_top .numeral_block {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px rgba(231, 241, 250, 0.5);
	font-size: 28px;
	font-weight: bold;
	font-family: "Onest", sans-serif;
	margin-right: 23px;
	color: #F47712;
}

.flec_i3 .numeral_top p {
	margin: 0;
	font-family: "Onest", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F47712;
}

.flec_i3 p {
	font-size: 20px;
	color: #fff;
	margin: 0;
}



.flec_i3 ul {
	margin: 0;
	padding: 0;
}

.flec_i3 ul li {
	list-style-type: none;
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
	padding-left: 33px;
	position: relative;
}

.flec_i3 ul li::before {
	content: url(../img/arr_li.svg);
	position: absolute;
	left: 9px;
	top: -2px;
}

.advantages {
	background: linear-gradient(135deg, rgba(21, 189, 200, 0.1) 10%, rgba(21, 189, 200, 0.15) 15%);
}

.advantages .cust_anim {
	transform: translateY(-130%);
	min-height: 243px;
}

.advantages_flex {
	margin-top: 156px;
	gap: 84px 2.8%;
}

.advantages_flex .flec_i3 {
	padding-top: 24px;
	border-top: 1px solid #333D47;
	overflow: hidden;
}

.advantages_flex p {
	font-size: 16px;
}

.advantages_flex p.advant_p_top {
	margin: 0;
	font-family: "Onest", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #15BDC8;
	margin-bottom: 20px;
}

.assortment {
	background: linear-gradient(135deg, #FAFEFE, #fff);
}

.assort_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.img_assort {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 41px 0;
}

.img_assort .item {
	flex: 0 0 33%;
	text-align: center;
}

.img_assort .item .space_img {
	min-height: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img_assort .item .space_img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.assort_flex .btn {
	margin-top: 27px;
}

.storage_block {
	background: rgba(45, 78, 110, 0.9);
	border-radius: 24px;
	padding: 30px 60px 60px 60px;
	width: 100%;
	max-width: 785px;
}

.storage_block h2 {
	margin-bottom: 40px;
}

.storage_block .stor_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 78px;
	margin-top: 40px;
}

.storage_block .stor_flex .store_flex_item {
	flex: 0 0 45%
}

.storage_block .stor_flex .store_flex_item h2 {
	margin: 0 0 1px 0;
}

.storage_block .stor_flex .store_flex_item p {
	font-size: 15px;
	margin: 0;
}

.storage video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	filter: brightness(40%)
}

.storage_block p {
	color: #fff;
	font-size: 20px;
}

.big_section {
	background: linear-gradient(135deg, #FAFEFE, #fff);
}

.spec_main .specialist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0;
}

.spec_main .specialist .col-l {
	flex: 0 0 51%
}

.spec_main .specialist .col-l .btn {
	margin-top: 36px;
}

.slider_spec .slider_spec_item {
	position: relative;
	padding: 24px 20px 40px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 700px;
	border-radius: 24px;
	overflow: hidden;
	text-align: left;
	background-position: center top !important;
	background-size: cover !important;
}

.slider_spec.slider_spec_pages .slider_spec_item {
	margin: 0 10px;
	height: 555px;
}

.slider_spec .slider_spec_item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: linear-gradient(to bottom, rgba(45, 80, 116, 0) 40%, rgba(44, 80, 116, 1));
}

.slider_spec .slider_spec_item .labels {
	background: #2D4E6E;
	border-radius: 50px;
	text-align: center;
	font-family: "Onest", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: inline;
	padding: 5px 23px;
}

.slider_spec .slider_spec_item .spec_top {
	position: relative;
	z-index: 2;
}

.slider_spec .slider_spec_item .spec_bottom {
	text-align: center;
	position: relative;
	z-index: 2;
}

.slider_spec .slider_spec_item .name,
.slider_spec .slider_spec_item .post_spec {
	font-family: "Onest", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.slider_spec .slider_spec_item .post_spec {
	font-size: 20px;
	color: #15BDC8;
	margin-top: 10px;
}

.spec_main .slider_spec {
	border-radius: 24px;
	overflow: hidden;
}

.slider_spec .slider_spec_item .btn {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 24px auto 0;
}

.slick-prev,
.slick-next {
	width: 40px;
	height: 40px;
	z-index: 5;
	background: rgba(162, 162, 162, 0.8);
	border-radius: 50%;
}

.slick-prev {
	left: 25px;
	transition: all 0.3s;
}

.slider_spec_pages .slick-prev {
	left: 47%;
	top: 113%;
	transform: translateX(-50%) scale(1.4);
}

.slick-next {
	right: 25px;
	transition: all 0.3s;
}

.slider_spec_pages .slick-next {
	right: 44%;
	top: 113%;
	transform: translateX(-50%) scale(1.4);
}

.slick-arrow:hover {
	background: rgba(4, 59, 105, 0.5);
}

.slick-prev:before {
	content: url(../img/arrow_sl_spec.svg);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scaleX(-1);
}

.slick-next:before {
	content: url(../img/arrow_sl_spec.svg);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.reviews {
	margin-top: 300px;
}

.reviews h2 {
	text-align: center;
}

.reviews p {
	text-align: center;
}

.clients_block {
	margin-top: 60px;
}

.clients_block .clients_pannel {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  	gap: 30px 8%;
}
.main_sec .clients_block .clients_pannel {
  	gap: 30px 6%;
}

.clients_block .clients_pannel .clients_item {
	flex: 0 0 11%;
}

.clients_block .clients_pannel .clients_item img {
display: block;
  height: inherit;
  max-height: 90px;
  margin: 0 auto;
  width: inherit;
	max-width: 100%;
}

.news {
	margin-top: 200px;
}

.news_block {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 1.47%;
	margin-top: 78px;
}

.news_block .news_block_item {
	border-radius: 24px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	flex: 0 0 32.35%;
	padding: 15px 15px 50px 15px;
	text-align: left;
}

.news_block .news_block_item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	transition: all 0.3s;
	background: linear-gradient(135deg, rgba(51, 61, 71, 1), rgba(43, 82, 120, 1));
}

.news_block .news_block_item:hover::before {
	opacity: 1;
}

.news_block .news_block_item:hover .disription_news {
	color: #fff;
}

.news_block .news_block_item:hover .news_img img {
	transform: scale(1.05);
}

.news_block .news_block_item .news_img {
	border-radius: 24px;
	overflow: hidden;
	max-height: 408px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.news_block .news_block_item .news_img img {
	display: block;
	width: 100%;
	margin: 0 auto;
	transition: all 0.3s;
	height: 100% !important;
}

.news_block .news_block_item .label_news {
	font-family: "Onest", sans-serif;
	color: #F47712;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	position: relative;
	z-index: 2;
}

.news_block .news_block_item .disription_news {
	font-family: "Onest", sans-serif;
	color: #333D47;
	font-size: 24px;
	font-weight: 500;
	transition: all 0.4s;
	position: relative;
	z-index: 2;
}

.news_block a {
	text-decoration: none;
	color: inherit;
}

.page_general_news .news_block .news_block_item {
	border: solid 1px #D9D9D9;
	flex: 0 0 32.35%;
}

.btn_all_news {
	margin-top: 54px;
	text-align: center;
}

footer {
	background: #333D47;
	padding-top: 140px;
	padding-bottom: 40px;
}

footer * {
	color: #fff;
}

.brd_f {
	width: 100%;
	height: 1px;
	background: #15BDC8;
	margin-bottom: 81px;
	margin-top: 141px;
}

.feedback {
	text-align: center;
}

.feedback-form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2%;
	margin-top: 40px;
}

.feedback-form input,
textarea {
	font-family: "Onest", sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #333D47;
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 360px;
	background: #fff;
	border-radius: 50px;
	padding-left: 32px;
	height: 62px;
	border: none;
}

textarea {
	height: 130px;
	border-radius: 15px;
	padding-top: 5px;
}

.feedback-form button:disabled {
	opacity: 0.5;
}

.feedback-form button:disabled:hover {
	color: #fff;
}

.flex_footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex_footer .l_foot {
	flex: 0 0 60%;
}

.flex_footer .l_foot p {
	font-size: 16px;
	margin-bottom: 44px;
}

.flex_footer .r_foot {
	flex: 0 0 32.5%;
	padding-top: 15px;
}

footer h2 {
	margin: 0 0 15px 0;
	font-size: 40px;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 20px;
	min-height: 24px;
}

footer ul li a,
footer ul li {
	color: #fff;
	text-decoration: none;
	font-family: "Onest", sans-serif;
	font-size: 16px;
	line-height: 150%;
	display: flex;
	align-items: center;
}

footer .icons_li ul li a,
footer .icons_li ul li {
	font-size: 12px;
}


footer ul li a:hover {
	text-decoration: underline;
}

footer ul li img {
	margin-right: 16px;
}

.flex_menu_f {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
}

.flex_menu_f .menu_f_i {
	flex: 0 0 48%;
}

.bottom_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 95px;
	padding-bottom: 29px;
	margin-bottom: 31px;
	border-bottom: solid 1px #fff;
}

.bottom_info .bottom_info_i p {
	margin: 0;
	font-size: 14px;
	color: #fff;
}

.bottom_info .bottom_info_i p span {
	font-family: "Onest", sans-serif;
	font-size: 13px;
	font-weight: normal;
	display: block;
	color: #686868;
	text-transform: uppercase;
}

.bottom_copyright {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bottom_copyright .bottom_copyright_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex: 0 0 46%;
}

.bottom_copyright a {
	text-decoration: none;
	color: #fff;
	font-family: "Onest", sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.bottom_copyright a:hover {
	text-decoration: underline;
}

.copyright {
	text-align: right;
	color: #fff;
	font-family: "Onest", sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.close {
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 60px;
}

.popup_more {
	position: absolute;
	right: -105%;
	top: 5%;
	width: 100%;
	height: 80vh;
	max-width: 632px;
	background: #fff;
	border-radius: 24px;
	padding: 40px 60px;
}

.popup_more .popup_h {
	font-family: "Onest", sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #333D47;
	padding-top: 30px;
	margin-bottom: 20px;
}

.popup_more p {
	font-size: 20px;
	margin: 0 0 40px 0;
}

.popup_more.form_popup {
	background: linear-gradient(180deg, #333D47, #2B5278);
}

.popup_more.que_popup {
	background: linear-gradient(180deg, #333D47, #2B5278);
}

.btn_call {
	cursor: pointer;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 3;
	transition: all .3s;
}

.btn_call:hover {
	transform: scale(1.05);
}

.popup_more.form_popup .popup_h {
	color: #F47712;
}

.popup_more.form_popup p {
	color: #fff;
}

.popup_more.form_popup .feedback-form input,
.popup_more.form_popup .feedback-form button,
textarea {
	width: 100%;
	max-width: 100%;
	margin: 0 0 28px 0;
}

.temp_page {
	text-align: center;
}

.plat_sec2 {
	text-align: center;
	padding: 100px 0;
	background: linear-gradient(135deg, #0BBDC8, #26757B);
}

.plat_sec2 h2 {
	margin: 0;
	color: #fff;
}

.advent_anim {
	text-align: center;
	background: linear-gradient(135deg, #FAFEFE, #fff);
}

.advent_anim p {
	max-width: 1130px;
	margin: 20px auto;
}

.block_anim_chapter {
	padding: 0 36px;
	margin-top: 80px;
	margin-bottom: 70px;
}

.block_anim_chapter .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block_anim_chapter .chapter_numeral {
	flex: 0 0 36%
}

.block_anim_chapter .discription_shapter {
	flex: 0 0 61%
}

.block_anim_chapter .discription_shapter .discription_shapter_item.active {
	display: block;
}

.block_anim_chapter .discription_shapter .discription_shapter_item {
	display: none;
	background: linear-gradient(135deg, #333D47, #2B5278);
	border-radius: 24px;
	text-align: left;
	position: relative;
	transition: all .3s;
	color: #fff;
}

.block_anim_chapter .discription_shapter .discription_shapter_item .inner_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 536px;
	padding: 48px;
	color: #fff;
}

.block_anim_chapter .discription_shapter .discription_shapter_item .chap_name {
	font-family: "Onest", sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #F47712;
	margin-bottom: 20px;
}

.block_anim_chapter .discription_shapter .discription_shapter_item .chap_discr p {
	margin: 0;
	color: #fff;
}

.block_anim_chapter .discription_shapter .discription_shapter_item .chap_bottom {
	text-align: center;
}

.block_anim_chapter .discription_shapter .discription_shapter_item .img_chapt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
}

.block_anim_chapter .chapter_numeral_i {
	display: flex;
	align-items: center;
	font-family: "Onest", sans-serif;
	height: 48px;
	margin-bottom: 27px;
	cursor: pointer;
}

.block_anim_chapter .chapter_numeral_i .numeral_i {
	font-size: 28px;
	font-weight: bold;
	color: rgba(51, 61, 71, 0.5);
	width: 53px;
	text-align: left;
	transition: all .3s;
}

.block_anim_chapter .chapter_numeral_i .text_chapter_i {
	font-size: 18px;
	font-weight: bold;
	color: rgba(51, 61, 71, 0.5);
	text-transform: uppercase;
	transition: all .3s;
}

.block_anim_chapter .chapter_numeral_i .arrow {
	height: 1px;
	flex: auto;
	padding-left: 20px;
}

.block_anim_chapter .chapter_numeral_i .arrow .line_progress {
	width: 0;
	height: 0;
	background: #15BDC8;
	transition: all .3s;
}

.block_anim_chapter .chapter_numeral_i.active .arrow .line_progress {
	width: 100%;
	height: 1px;
}

.block_anim_chapter .chapter_numeral_i.active .numeral_i {
	color: #15BDC8;
	font-size: 32px;
}

.block_anim_chapter .chapter_numeral_i.active .text_chapter_i {
	color: #15BDC8;
	font-size: 20px;
}

.availability {
	background: linear-gradient(135deg, #333D47, #2B5278);
	text-align: center;
}

.availability .flex {
	align-items: center;
	justify-content: center;
	margin-top: 81px;
	margin-bottom: 71px;
	gap: 0 10%
}

.availability .flex .item {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Onest", sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	max-width: 250px;
}

.instruction {
	background: linear-gradient(135deg, rgba(21, 189, 200, 0), rgba(21, 189, 200, 0.05) 5%);
	text-align: center;
}

.instruction .flex {
	margin-top: 78px;
	justify-content: space-between;
}

.instruction .flex .item {
	flex: 0 0 32.2%;
	background: #fff;
	border-radius: 24px;
	padding: 48px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}

.instruction .flex .item h3 {
	font-weight: normal;
	margin: 0 0 -8px 0;
}

.instruction .flex .item .logo_inst {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.instruction .flex .bott_btn {
	border-top: 1px solid rgba(51, 61, 71, 0.5);
	padding-top: 38px;
	margin-top: 14px;
}

.storage_inst_bl {
	text-align: left;
}

.storage_inst_bl img {
	width: 100%;
	border-radius: 8px;
}

.storage_inst_bl p,
.storage_inst_bl li {
	color: #fff;
}
.storage_inst_bl li {
	list-style-type: none;
}
.storage_inst_bl li::before {
  content: url(../img/arr_li.svg);
  position: absolute;
left: -13px;
  top: 0px;
}

.storage_inst_bl .flex {
	margin: 0;
	justify-content: space-between;
}
/* .storage_inst_bl .slider_sklad {
	max-width: 666px;
} */
.slider_sklad img {
	height: inherit !important;
}
.storage_inst_bl .col-h {
	overflow: hidden;
}

.watck_video {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 12px;
	padding-top: 40px;
	font-family: "Onest", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #0BBDC8;
	cursor: pointer;
}

.storage_inst_bl h2 {
	margin: 0 0 20px 0;
}

.storage_inst_bl .btn {
	margin-top: 10px;
}

.specialist_sec {
	text-align: center;
}

.specialist {
	margin-top: 60px;
}

.reviews_clinet {
	margin-top: 60px;
	margin-bottom: 77px;
}

.reviews_clinet .reviews_clinet_item {
	border: solid 2px #15BDC8;
	text-align: left;
	border-radius: 24px;
	padding: 48px 48px 100px;
	position: relative;
	display: none;
}

.reviews_clinet .reviews_clinet_item.active {
	display: block;
}


.reviews_clinet .reviews_clinet_item h3 {
	margin: 0 0 20px 0;
}

.reviews_clinet .reviews_clinet_item h3 span {
	margin: 0 0 36px 0;
}

.reviews_clinet .reviews_clinet_item p {
	text-align: left;
}

.revies_pages {
	margin-bottom: 70px;
}

.revies_pages .clients_block .clients_pannel .clients_item {
	cursor: pointer;
}

.revies_pages .clients_block .clients_pannel .clients_item img {
	border-bottom: solid 1px #333D47;
	transition: all .2s;
}

.revies_pages .clients_block .clients_pannel .clients_item.active img {
	border-color: #15BDC8;
}

.revies_pages .clients_block .clients_pannel .clients_item:hover img {
	border-color: #15BDC8;
	transform: scale(1.05);
}

.pdf_review {
	margin-top: 47px;
}

.pdf_review a {
	font-family: "Onest", sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	padding-left: 42px;
	color: #333D47;
}

.pdf_review a:before {
	content: url("../img/ipdf.svg");
	position: absolute;
	left: -4px;
	top: 0;
	transform: scale(1.65);
}

.revies_pages .clients_block {
	margin-top: 36px;
}

.ctr_al {
	text-align: center;
}

.que {
	background: linear-gradient(135deg, rgba(21, 189, 200, 0), rgba(21, 189, 200, 0.05) 5%);
}

.que .flex {
	justify-content: space-between;
}

.que .que_l {
	flex: 0 0 42%;
}

.que .que_l .btn {
	margin-top: 29px;
}

.que .que_r {
	flex: 0 0 58%;
}

.que_item {
	border-radius: 16px;
	background: #E7F1FA;
	padding: 32px;
	margin-bottom: 8px;
	width: 100%;
	cursor: pointer;
}

.que_item .que_item_visib {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: rgba(51, 61, 71, 0.5);
	text-transform: uppercase;
}

.que_item_visib_hidden {
	display: none;
	color: #fff;
	padding-top: 26px;
}

.que_item_visib_hidden p {
	margin: 0;
}

.que_item.act {
	background: linear-gradient(135deg, #333D47, #2B5278);
}

.que_item.act .que_item_visib_hidden {
	display: block;
}

.que_item.act .que_item_visib {
	color: #15BDC8;
}

.histore_sec {
	background: #E7F1FA;
}

.histore_sec .flex {
	justify-content: space-between;
}

.histore_sec h2 {
	margin-top: 0;
}

.histore_sec p {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	color: #333D47;
	margin: 0;
}

.how_work {
	background: linear-gradient(135deg, #333D47, #2B5278);
}

.how_work .flex {
	margin-top: 160px;
	justify-content: space-between;
}

.how_work .col-h2 {
	border-top: solid 1px #fff;
	padding-top: 24px;
	position: relative;
	overflow: hidden;
	min-height: 215px;
}

.how_work p {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	color: #fff;
	transform: translateY(-130%);
}

.valuation {
	background: linear-gradient(135deg, rgba(21, 189, 200, 0), rgba(21, 189, 200, 0.05) 5%);
}

.valuation p {
	max-width: 580px;
}

.valuation .flex {
	gap: 20px 1.4%;
	margin-top: 80px;
}

.valuation .flex .value_itel {
	flex: 0 0 32.4%;
	border-radius: 24px;
	background: #E7F1FA;
	padding: 48px;
	min-height: 322px;
}

.valuation .flex .value_itel p.top_val {
	margin: 0 0 20px 0;
	font-family: "Onest", sans-serif;
	font-size: 20px;
	color: #15BDC8;
	font-weight: 500;
}

.valuation .flex .value_itel p {
	margin: 0;
}

.category_news {
	width: 100%;
	max-width: 674px;
	border-radius: 50px;
	margin: 0px auto 50px;
	background: rgba(231, 241, 250, 0.5);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px;
}

.category_news .category_news_item {
	cursor: pointer;
	text-align: center;
	border-radius: 50px;
	padding: 12px 24px;
	font-family: "Onest", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: rgba(51, 61, 71, 0.8);
	text-decoration: none;
}

.category_news .category_news_item.act {
	background: #043B69;
	color: #fff;
}

.category_news .category_news_item:hover {
	background: #043B69;
	color: #fff;
}

.page_general_news {
	padding-top: 80px;
}

.page_general_news .news {
	margin-top: 0;
}

.ctr_al .news_block {
	margin-top: 100px;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 70px auto 100px;
}

.pagination button {
	font-family: "Onest", sans-serif;
	border: none;
	background: none;
	color: #ABABAB;
	font-size: 20px;
	color: #ABABAB;
	padding: 0;
}

.pagination button:hover {
	color: #000;
}

.pagination div {
	font-size: 20px;
	color: #000;
}

.pagination div.act {
	font-family: "Onest", sans-serif;
	font-size: 32px;
	color: #15BDC8;
}

.contact_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact_flex .cont_l {
	flex: 0 0 50%
}

.contact_flex .cont_l h2 {
	margin-top: 0;
}

.contact_flex .cont_l p.uns_b {
	font-size: 24px;
	font-weight: bold;
	margin-top: 60px;
}

.contact_flex .cont_l p {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.contact_flex .cont_l p span {
	display: block;
	font-weight: 500;
	color: #F47712;
}

.contact_flex .cont_r {
	flex: 0 0 41%;
}

.contact_flex .cont_r h3 {
	margin-top: 0;
}

.form_contant_page {
	background: linear-gradient(180deg, #333D47, #2B5278);
	padding: 48px;
	width: 100%;
	border-radius: 24px;
}

.form_contant_page input,
.form_contant_page button,
textarea {
	width: 100%;
	max-width: 100% !important;
	margin: 0 0 28px 0;
}

.sec_top.contact_page {
	padding-bottom: 0;
}

.map {
	padding: 0;
}

.advent_supp {
	background: linear-gradient(135deg, #333D47, #2B5278);
}

.advent_supp .flex {
	margin-top: 160px;
	justify-content: space-between;
}

.advent_supp .col {
	flex: 0 0 22%;
	border-top: solid 1px #fff;
	padding-top: 24px;
	overflow: hidden;
	min-height: 187px;
}

.advent_supp p span {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	color: #15BDC8;
	display: block;
	margin-bottom: 24px;
}

.advent_supp p {
	color: #fff;
	font-size: 16px;
	margin: 0;
	transform: translateY(-120%);
	min-height: 187px;
}

.start_work {
	text-align: center;
}

.start_work .flex {
	margin: 80px 0;
	justify-content: space-between;
}

.start_work .start_work_item {
	flex: 0 0 32.5%;
	text-align: center;
	position: relative;
}

.start_work .start_work_item:after {
	content: url("../img/arr_big.svg");
	position: absolute;
	left: 75%;
	top: 41px;
}

.start_work .start_work_item:last-child::after {
	display: none;
}

.start_work h3 {
	font-weight: normal;
	margin: 20px 0 12px 0;
}

.start_work .start_work_item p {
	margin: 0 auto;
	max-width: 320px;
}

.platform_sec {
	background: linear-gradient(135deg, #333D47, #2B5278);
}

.platform_sec p {
	font-size: 24px;
}

.platform_sec .flex {
	justify-content: space-between;
}

.platform_sec img {
	display: block;
	width: 100%;
}

.platform_sec .col-h3 .flex {
	margin-top: 56px;
}

.single_news {
	padding-top: 0;
}

.date_news {
	font-family: "Onest", sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}

.body_news img {
	max-width: 100%;
}

.date_news span {
	font-weight: bold;
}

.back_page {
	display: flex;
	align-items: center;
	font-family: "Onest", sans-serif;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

.back_page img {
	margin-right: 10px;
	transition: all .3s;
}

.back_page:hover img {
	transform: translateX(-5px);
}

.page-news h1 {
	margin-top: 100px;
}

.body_news {
	max-width: 800px;
}

.body_news p {
	font-size: 24px;
}

.wrap_news {
	margin-top: 80px;
	position: relative;
}

.bot_news {
	border-top: 1px solid #565656;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bot_news .socials {
	display: flex;
	align-items: center;
	font-family: "Onest", sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.bot_news .socials span {
	display: block;
	margin-right: 8px;
}

.bot_news .socials a {
	margin-left: 12px;
}

.social_top {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
}

.social_top a {
	display: block;
	margin-left: 20px;
}

.social_top img {
	width: 48px;
}

.block_anim_chapter .linear_gr {
	display: none;
}

.mob_show {
	display: none;
}

.news_page {
	margin-top: 0;
	padding-top: 0;
}

.news_page .news {
	margin-top: 0;
}

.new_block_logistick {
	background: linear-gradient(135deg, #333D47, #2B5278);
}
.video_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.66);
	z-index: 20;
	display: none;
}
.video_popup_wrap {
	position: relative;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 900px;
	transform: translate(-50%, -50%);
}
.close_popup {
	position: absolute;
	right: -22px;
	top: -22px;
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 12px;
	cursor: pointer;
}
.video_popup video {
	width: 100%;
}
.new_block_logistick .flex_columns {
	padding-top: 0px;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 120px;
}
.new_block_logistick .flex_columns .item {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0;
	cursor: pointer;
}
.new_block_logistick .flex_columns .item .open_hidd {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 20px;
}
.new_block_logistick .flex_columns .item .open_hidd .line:first-child {
	width: 24px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 12px;
}
.new_block_logistick .flex_columns .item .open_hidd .line:last-child {
	width: 1px;
	height: 24px;
	background: #fff;
	position: absolute;
	left: 12px;
	top: 0;
}
.new_block_logistick .flex_columns .item .hidden_part_p {
	display: none;
	padding-top: 20px;
}
.new_block_logistick .flex_columns .item p {
	margin: 0;
	color: #15BDC8;
	font-family: "Onest", sans-serif;
	font-size: 20px;
	position: relative;	
	z-index: 2;
}
.new_block_logistick .flex_columns .item .hidden_part_p p {
	color: #fff;
}

@media screen and (max-width: 1480px) {
	.logo_preload {
		transform: translate(-50%, -50%) scale(.8);
	}

	header nav {
		padding: 16px 40px;
	}

	header nav ul li a {
		font-size: 16px;
	}

	.container {
		max-width: 1200px;
	}

	h1 {
		font-size: 40px;
	}

	h2,
	footer h2 {
		font-size: 32px;
	}

	.sec_top p {
		font-size: 20px;
	}

	p {
		font-size: 18px;
	}

	.btn {
		font-size: 18px;
		padding: 16px 30px;
	}

	.slider_events .slider_events_item {
		height: 550px;
	}

	.flec_i3 .numeral_top p {
		font-size: 20px;
	}

	.flec_i3 .numeral_top .numeral_block {
		font-size: 24px;
		width: 50px;
		height: 50px;
		margin-right: 16px;
	}

	.flec_i3 p {
		font-size: 16px;
	}

	.about-platfrom .flex {
		gap: 60px 3.5%;
		margin-top: 70px;
		margin-bottom: 90px;
	}

	.main_sec section {
		padding: 140px 0;
	}

	.advantages_flex {
		margin-top: 98px;
	}

	.storage_block {
		padding: 20px 60px 50px 60px;
	}

	.storage_block p {
		font-size: 18px;
	}

	.storage_block .stor_flex {
		margin-bottom: 60px;
		margin-top: 26px;
	}

	.slider_spec .slider_spec_item .name,
	.slider_spec .slider_spec_item .post_spec {
		font-size: 20px;
	}

	.slider_spec .slider_spec_item .btn {
		margin-top: 16px;
	}

	.slider_spec .slider_spec_item {
		height: 600px;
		padding-bottom: 30px;
	}

	.slider_spec .slider_spec_item .labels {
		font-size: 14px;
	}

	.reviews {
		margin-top: 200px;
	}

	.news {
		margin-top: 150px;
	}

	.news_block .news_block_item .disription_news {
		font-size: 20px;
	}

	.feedback-form input,
	textarea {
		font-size: 18px;
	}

	.sec_top {
		padding-top: 180px;
		padding-bottom: 140px;
	}

	.plat_sec2 {
		padding: 80px 20px;
	}

	.block_anim_chapter .chapter_numeral_i .text_chapter_i {
		font-size: 16px;
	}

	.block_anim_chapter .chapter_numeral_i.active .text_chapter_i {
		font-size: 18px;
	}

	.block_anim_chapter .chapter_numeral_i .numeral_i {
		width: 44px;
		font-size: 24px;
	}

	.block_anim_chapter .chapter_numeral_i.active .numeral_i {
		font-size: 28px;
	}

	.block_anim_chapter .chapter_numeral {
		flex: 0 0 38%;
	}

	.block_anim_chapter .chapter_numeral_i .arrow {
		padding-left: 10px;
	}

	.block_anim_chapter {
		margin-bottom: 20px;
	}

	.block_anim_chapter .discription_shapter .discription_shapter_item .inner_wrap {
		min-height: 450px;
	}

	.availability .flex {
		margin-top: 60px;
		margin-bottom: 30px;
	}

	.availability .flex .item {
		font-size: 18px;
	}

	h3 {
		font-size: 26px;
	}

	.instruction .flex .item {
		padding: 30px;
	}

	.instruction .flex .item .logo_inst {
		margin-bottom: 45px;
	}

	.instruction .flex .bott_btn {
		padding-top: 26px;
	}

	.about-platfrom .flex .text ul li {
		font-size: 16px;
		margin-bottom: 10px;
		padding-left: 26px;
	}

	.about-platfrom .flex .text ul li::before {
		top: 0px;
	}

	.storage_inst_bl p,
	.storage_inst_bl li {
		font-size: 16px;
	}

	.slider_spec.slider_spec_pages .slider_spec_item {
		height: 450px;
	}

	.slider_spec .slider_spec_item .post_spec {
		margin-top: 5px;
	}

	.slider_spec_pages .slick-prev {
		left: 46%;
	}

	.slider_spec_pages .slick-next {
		right: 43%;
	}

	.revies_pages {
		margin-bottom: 0;
	}

	h1 span,
	h2 span,
	h3 span {
		font-size: 18px;
	}

	.que .que_l {
		flex: 0 0 40%;
	}

	.que_item {
		padding: 24px;
	}

	.que_item .que_item_visib {
		font-size: 18px;
	}

	.que_item_visib_hidden p {
		font-size: 16px;
	}

	.histore_sec p {
		font-size: 18px;
	}

	.how_work p {
		font-size: 18px;
	}

	.how_work .flex {
		margin-top: 100px;
	}

	.valuation p br {
		display: none;
	}

	.valuation .flex .value_itel {
		padding: 30px;
	}

	.valuation .flex .value_itel {
		min-height: 290px;
	}

	.contact_flex .cont_l p {
		font-size: 16px;
	}

	.map {
		margin-top: 100px;
	}

	.page-news .body_news p {
		font-size: 18px;
	}

	.feedback-form input {
		height: 52px;
	}

	.advent_supp .flex {
		margin-top: 120px;
	}

	.start_work .start_work_item:after {
		transform: scale(0.8);
		left: 65%;
	}

	.platform_sec p {
		font-size: 20px;
	}

	.col-h3 {
		flex: 0 0 45%;
	}

	.btn_all_news {
		margin-top: 30px;
	}

	.news_block {
		gap: 30px 1.47%;
	}

	.page_general_news {
		padding-top: 0;
	}

	.pagination {
		margin: 30px auto 60px;
	}
}

@media screen and (max-width: 1280px) {
	.container {
		max-width: 980px;
	}

	.logo img {
		max-width: 120px;
	}

	header {
		padding: 20px;
	}

	header nav {
		padding: 12px 30px;
	}

	header nav ul li a {
		font-size: 14px;
	}

	h1 {
		font-size: 30px;
	}

	.sec_top {
		padding-bottom: 100px;
	}

	.sec_top p {
		font-size: 18px;
	}

	.slider_events .slider_events_item p.discription_item {
		font-size: 20px;
	}

	.btn {
		font-size: 16px;
	}

	.slider_events .slider_events_item {
		height: 450px;
	}

	.first_btn {
		margin-top: 30px;
	}

	.marcs_block {
		margin-top: 80px;
	}

	.mark_flex {
		gap: 20px 5%;
	}

	.mark_flex .mark_item {
		flex: 0 0 14%;
	}

	.mark_flex .mark_item img {
		max-width: 100%;
	}

	.view-all {
		font-size: 14px;
	}

	.popup_more {
		max-width: 450px;
		padding: 20px 40px;
	}

	.popup_more p {
		font: 18px sans-serif;
	}

	.main_sec section {
		padding: 100px 0;
	}

	section.sec_top {
		padding-top: 140px !important;
	}

	h2 {
		font-size: 28px;
	}

	.flec_i3 .numeral_top p {
		font-size: 17px;
	}

	.flec_i3 .numeral_top .numeral_block {
		font-size: 20px;
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	.flec_i3 p,
	.flec_i3 ul li {
		font-size: 14px;
	}

	.flec_i3 ul li {
		margin-bottom: 4px;
	}

	.flec_i3 ul li br {
		display: none;
	}

	.about-platfrom .flex {
		margin-bottom: 60px;
	}

	.advantages_flex {
		margin-top: 60px;
		gap: 60px 2.8%;
	}

	.advantages_flex p.advant_p_top {
		font-size: 18px;
	}

	p {
		font-size: 16px;
	}

	.storage_block p {
		font-size: 16px;
	}

	.storage_block {
		max-width: 680px;
		padding: 20px 40px 50px 40px;
	}

	.storage_block .stor_flex {
		margin-bottom: 40px;
	}

	.storage_block h2 {
		margin-bottom: 20px;
	}

	.slider_spec .slider_spec_item {
		height: 500px;
	}

	.spec_main .specialist .col-l {
		flex: 0 0 57%;
	}

	.reviews {
		margin-top: 150px;
	}

	.news {
		margin-top: 100px;
	}

	.news_block {
		margin-top: 40px;
	}

	.news_block .news_block_item .disription_news {
		font-size: 16px;
	}

	.news_block .news_block_item .label_news {
		font-size: 14px;
		margin-bottom: 5px;
	}

	h1 span,
	h2 span,
	h3 span {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.feedback-form input,
	textarea {
		max-width: 260px;
		font-size: 16px;
	}

	footer {
		padding-top: 80px;
	}

	.brd_f {
		margin: 80px 0;
	}

	footer h2 {
		font-size: 28px;
	}

	.flex_footer .l_foot p {
		font-size: 14px;
	}

	.flex_footer .r_foot {
		flex: 0 0 36.5%;
		padding-top: 15px;
	}

	footer ul li a,
	footer ul li {
		font-size: 14px;
	}

	footer .icons_li ul li a,
	footer .icons_li ul li {
		font-size: 10px;
	}

	.flex_menu_f {
		margin-top: 20px;
	}

	.bottom_info {
		margin-top: 50px;
	}

	.bottom_info_i {
		margin-bottom: 20px;
	}

	.bottom_copyright .bottom_copyright_link {
		flex: 0 0 66%;
	}

	.bottom_copyright a,
	.copyright {
		font-size: 10px;
	}

	.btn_call {
		max-width: 44px;
	}

	.plat_sec2 {
		padding: 60px 0;
	}

	section {
		padding: 80px 0;
	}

	.block_anim_chapter {
		padding: 0;
	}

	.block_anim_chapter .chapter_numeral_i .text_chapter_i {
		font-size: 14px;
	}

	.block_anim_chapter .chapter_numeral_i .numeral_i {
		width: 38px;
		font-size: 20px;
	}

	.block_anim_chapter .chapter_numeral_i.active .numeral_i {
		font-size: 24px;
	}

	.block_anim_chapter .chapter_numeral_i.active .text_chapter_i {
		font-size: 16px;
	}

	.block_anim_chapter .chapter_numeral_i {
		margin-bottom: 14px;
	}

	.block_anim_chapter .discription_shapter .discription_shapter_item .chap_name {
		font-size: 24px;
	}

	.block_anim_chapter .discription_shapter .discription_shapter_item .inner_wrap {
		padding: 30px;
	}

	.block_anim_chapter .chapter_numeral_i .arrow {
		padding-left: 5px;
	}

	.block_anim_chapter .discription_shapter .discription_shapter_item .inner_wrap {
		min-height: 380px;
	}

	.availability .flex .item {
		font-size: 14px;
	}

	h3 {
		font-size: 22px;
	}

	.instruction .flex .item p {
		font-size: 16px;
	}

	.instruction .flex .item .logo_inst {
		margin-bottom: 25px;
	}

	.slider_spec .slider_spec_item .name,
	.slider_spec .slider_spec_item .post_spec {
		font-size: 18px;
	}

	.slider_spec .slider_spec_item .btn {
		margin-top: 10px;
	}

	.slider_spec_pages .slick-next {
		transform: translateX(-50%) scale(1);
		top: 105%;
	}

	.slider_spec_pages .slick-prev {
		transform: translateX(-50%) scale(1);
		top: 105%;
	}

	.que_item .que_item_visib {
		font-size: 16px;
	}

	.feedback-form input {
		height: 50px;
	}

	.histore_sec p,
	.how_work p {
		font-size: 16px;
	}

	.col-h {
		flex: 0 0 48%;
	}

	.how_work .flex {
		margin-top: 60px;
	}

	.valuation .flex .value_itel {
		padding: 20px;
		min-height: 250px;
	}

	.slider_spec .slider_spec_item {
		padding: 15px 12px 20px 12px;
	}

	.slider_spec .slider_spec_item .labels {
		font-size: 12px;
	}

	.reviews {
		margin-top: 140px;
	}

	.advent_supp p span {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.advent_supp .flex {
		margin-top: 100px;
	}

	.advent_supp p {
		font-size: 14px;
	}

	.start_work .start_work_item:after {
		transform: scale(0.5);
		left: 60%;
	}

	.start_work .flex {
		margin-top: 60px;
	}

	.platform_sec p {
		font-size: 18px;
	}

	.col-h3 {
		flex: 0 0 47%;
	}

	.platform_sec .col-h3 .flex .btn {
		padding: 16px 20px;
	}

	.btn_all_news {
		margin-top: 30px;
	}

	.page_general_news {
		padding-top: 0;
	}

	.news_block {
		gap: 20px 1.47%;
	}

	.pagination button,
	.pagination div {
		font-size: 18px;
	}

	.body_news {
		max-width: 650px;
	}

	.social_top a {
		display: block;
		margin-left: 8px;
	}

	.social_top img {
		width: 34px;
	}

	.page-news .body_news p {
		font-size: 16px;
	}

	.bot_news .socials {
		font-size: 14px;
	}

	.back_page {
		font-size: 14px;
	}

	.bot_news .socials a {
		margin-left: 6px;
	}

	.contact_flex .cont_l p {
		font-size: 14px;
	}

	.contact_flex .cont_l p br {
		display: none;
	}

	.contact_flex .cont_l p.uns_b {
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.contact_flex .cont_r {
		flex: 0 0 45%;
	}

	.form_contant_page {
		padding: 30px 20px;
	}

	.form_contant_page p {
		font-size: 14px;
	}

	.form_contant_page .feedback-form input {
		margin-bottom: 8px;
	}

	.popup_more.form_popup .feedback-form input,
	.popup_more.form_popup .feedback-form button,
	textarea {
		margin-bottom: 15px;
	}

	.close {
		right: 30px;
		top: 30px;
	}
}

@media screen and (max-width: 1023px) {
	
	.video_popup_wrap {
		width: 88%;
	}
	.close_popup {
		width: 34px;
		padding-top: 9px;
		height: 34px;
	}
	.close_popup img {
		max-width: 14px;
	}
	.container {
		padding: 0 30px;
	}

	header nav ul {
		gap: 20px;
	}

	header .nav ul li a {
		font-size: 14px;
	}

	header nav ul {
		gap: 10px;
	}

	header nav {
		padding: 10px;
	}

	h1 {
		font-size: 26px;
	}

	.sec_top p {
		font-size: 16px;
	}

	.col-r {
		flex: 0 0 48%;
		overflow: hidden;
	}

	.slider_events .slider_events_item {
		padding: 25px 20px;
	}

	.btn {
		padding: 16px 20px;
	}

	.main_sec section {
		padding: 100px 0;
	}

	.slider_events .slider_events_item p.label_item {
		margin-bottom: 10px;
	}

	.slider_spec.slider_spec_pages .slider_spec_item {
		margin: 0 6px;
	}

	h2 {
		margin-top: 0;
	}

	h2 .btn {
		position: relative;
		display: block;
		width: fit-content;
		margin-top: 20px;
	}

	.assortment .col-l {
		flex: 0 0 100%;
		order: 2;
	}

	.assortment .col-r {
		flex: 0 0 100%;
		order: 1;
		margin-bottom: 60px;
	}

	.storage_block {
		max-width: 500px;
	}

	.spec_main .specialist .col-l {
		flex: 0 0 53%;
	}

	.spec_main .specialist .col-r {
		flex: 0 0 44%;
	}

	.news_block .news_block_item {
		padding: 5px;
	}

	.flex_footer .l_foot {
		flex: 0 0 100%;
	}

	.flex_footer .r_foot {
		flex: 0 0 100%;
		margin-top: 60px;
	}

	.bottom_copyright .bottom_copyright_link,
	.copyright {
		flex: 0 0 100%;
		text-align: left;
	}

	.copyright {
		margin-top: 20px;
	}

	.plat_sec2 {
		padding: 50px 20px;
	}

	.block_anim_chapter .flex {
		display: block;
	}

	.advent_anim {
		overflow: hidden;
	}

	.block_anim_chapter {
		position: relative;
	}

	.block_anim_chapter .chapter_numeral {
		flex: 0 0 100%;
		overflow: hidden;
		margin-bottom: 0;
		height: inherit;
		overflow-x: scroll;
	}

	.block_anim_chapter .linear_gr {
		display: block;
		position: absolute;
		right: -2px;
		top: 0;
		width: 50px;
		height: 25px;
		background: linear-gradient(90deg, rgba(255, 255, 255, .4), #fff);
	}

	.block_anim_chapter .chapter_numeral_wrapper {
		display: flex;
		height: inherit;
		align-items: center;
		width: 1130px;
		max-width: 1130px;
	}

	.chapter_numeral::-webkit-scrollbar {
		width: 0px;
		background: transparent;
	}

	.chapter_numeral::-webkit-scrollbar-thumb {
		background: transparent;
	}

	.block_anim_chapter .chapter_numeral_i .numeral_i {
		display: none;
	}

	.block_anim_chapter .discription_shapter {
		flex: 0 0 100%;
	}

	.block_anim_chapter .chapter_numeral_i.active .text_chapter_i,
	.block_anim_chapter .chapter_numeral_i .text_chapter_i {
		font-size: 16px;
	}

	.block_anim_chapter .chapter_numeral_i {
		height: 56px;
		flex-direction: column;
		margin: 0 20px;
		width: fit-content;
	}

	.block_anim_chapter .chapter_numeral_i.active .arrow .line_progress {
		width: 1px;
		height: 30px;
	}

	.logo_preload {
		transform: translate(-50%, -50%) scale(.6);
	}

	.slider_spec_pages .slick-prev {
		left: 45%;
	}

	.slider_spec_pages .slick-next {
		right: 41%;
	}

	.platform_sec .col-h3 .flex {
		display: block;
	}

	.platform_sec .col-h3 .flex .btn {
		width: 100%;
		margin-top: 10px;
	}

	.slider_spec.slider_spec_pages .slider_spec_item {
		height: 400px;
	}

	.slider_spec .slider_spec_item .name,
	.slider_spec .slider_spec_item .post_spec {
		font-size: 16px;
	}

	.how_work .col-h2 {
		min-height: 230px;
	}
	.valuation .flex .value_itel p.top_val {
		overflow-wrap: anywhere;
		font-size: 18px;
	}
	.sec_top ul li {
  font-size: 16px;
  margin-bottom: 3px;
}
}

@media screen and (max-width: 767px) {
	.new_block_logistick .flex_columns .item p {
		padding-right: 20px;
	}
	.slider_sklad {
		margin-bottom: 40px;
	}
	.sec_top ul li {
  font-size: 20px;
  margin-bottom: 8px;
}
	.advantages .cust_anim {
		min-height: inherit;
	}

	.opacity_h {
		opacity: 1;
	}

	header {
		background: #fff;
		padding: 10px 20px;
	}

	.logo_preload {
		transform: translate(-50%, -50%) scale(.5);
	}

	.container {
		padding: 0 20px;
	}

	.block_anim_chapter .chapter_numeral_i.active .text_chapter_i,
	.block_anim_chapter .chapter_numeral_i .text_chapter_i {
		font-size: 14px;
	}

	.block_anim_chapter .chapter_numeral_i {
		margin: 0 10px;
	}

	nav {
		display: none;
	}

	.mobile_nav nav {
		display: block;
		border: none;
		background: transparent;
		display: block;
		padding: 0;
	}

	.mobile_nav nav ul {
		display: block;
	}

	.mobile_nav nav ul li {
		margin-bottom: 32px;
	}

	.mobile_nav nav ul li a {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
	}

	.mobile_nav {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		transform: translateX(100%);
		background: linear-gradient(135deg, #333D47, #2B5278);
		width: 95%;
		height: 100vh;
		padding: 30px 28px 40px 28px;
		border-radius: 24px 0 0 24px;
		transition: all .3s;
		z-index: 9;
	}

	.mobile_nav.act {
		transform: translateX(0%);
	}

	.logo_mob_nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10vh;
	}

	.flex_mob_nav {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.bottom_nav {
		border-top: 1px solid #15BDC8;
		padding-top: 40px;
		text-align: center;
	}

	.log-platform {
		display: none;
	}

	.burg {
		display: block;
	}

	.columns_base .col-h {
		order: 2;
		flex: 0 0 100%
	}

	.col-h,
	.col-r {
		flex: 0 0 100%
	}

	.columns_base .col-r {
		order: 1;
		flex: 0 0 100%
	}

	section.sec_top {
		padding-top: 100px !important;
	}

	.slider_events .slider_events_item p.discription_item {
		font-size: 24px;
	}

	.slider_events .slider_events_item {
		height: 350px;
	}

	.slider_events .slider_events_item p.label_item {
		font-size: 12px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 32px;
	}

	h2 br {
		display: none;
	}

	.sec_top p {
		font-size: 20px;
	}

	.sec_top p br {
		display: none;
	}

	.view-all {
		display: block;
		margin-left: auto;
		text-align: right;
	}

	.btn {
		display: block;
		margin: 48px auto 0;
		width: fit-content;
	}

	.mark_flex {
		gap: 20px 16%;
	}

	.flec_i3 {
		flex: 0 0 100%;
	}

	.flec_i3 .numeral_top p {
		font-size: 20px;
	}

	.about-platfrom .flex {
		gap: 60px 3.5%;
	}

	h2 {
		font-size: 32px;
	}

	.mob_show {
		display: block !important;
	}

	.mob_hide {
		display: none !important;
	}

	.img_assort .item {
		flex: 0 0 50%;
	}

	.storage_block .stor_flex .store_flex_item h2 {
		font-size: 22px;
	}

	.spec_main .specialist .col-l {
		flex: 0 0 100%;
	}

	.spec_main .specialist .col-r {
		flex: 0 0 100%;
		margin-top: 40px;
	}

	.main_sec .clients_block .clients_pannel .clients_item {
		flex: 0 0 50%;
	}

	.clients_block .clients_pannel .clients_item {
		flex: 0 0 30%;
	}

	.news_block {
		margin: 0 -30px;
		padding-left: 30px;
		margin-top: 48px;
	}

	.news_block .news_block_item {
		max-width: 80vw;
		margin-right: 20px;
	}

	.feedback-form {
		display: block;
	}

	.feedback-form input,
	textarea {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.feedback-form button {
		width: 100%;
		max-width: 100%;
		margin-top: 32px;
	}

	.big_section {
		overflow: hidden;
	}

	.btn_call {
		display: block;
		right: 0;
		bottom: 0;
		height: 48px;
	}

	.popup_more {
		width: 90%;
	}

	.plat_sec2 h2 {
		font-size: 24px;
	}

	.availability .flex {
		justify-content: flex-start;
		gap: 32px 0%
	}

	.availability .flex .item {
		text-align: left;
		flex: 0 0 100%;
	}

	.instruction .flex {
		gap: 20px 0%;
	}

	.instruction .flex .item {
		flex: 0 0 100%;
		padding: 48px;
	}

	.instruction .flex .bott_btn {
		padding-top: 40px;
		margin-top: 40px;
	}

	.instruction .flex .bott_btn .btn {
		margin-top: 0;
	}

	.storage_inst_bl .flex .col-h:first-child {
		order: 2;
	}

	.storage_inst_bl .flex .col-h:last-child {
		order: 1;
	}

	.storage_inst_bl .btn {
		margin-top: 48px;
	}

	.storage_inst_bl h2 br {
		display: none;
	}

	.reviews_clinet .reviews_clinet_item {
		padding: 40px 28px;
	}

	.reviews_clinet .reviews_clinet_item h3 span {
		line-height: 150%;
	}

	.slider_spec .slider_spec_item .name,
	.slider_spec .slider_spec_item .post_spec {
		font-size: 18px;
	}

	.slider_spec.slider_spec_pages .slider_spec_item {
		height: 500px;
	}

	.que .que_l {
		flex: 0 0 100%;
	}

	.que .que_r {
		flex: 0 0 100%;
		margin-top: 60px;
	}

	.histore_sec .flex {
		gap: 20px 0;
	}

	.how_work .flex {
		gap: 0;
	}

	.col-h2 {
		flex: 0 0 100%;
	}

	.how_work .col-h2 {
		padding-top: 24px;
	}

	.valuation .flex .value_itel {
		flex: 0 0 100%;
		padding: 25px;
		min-height: inherit;
	}

	.platform_sec .flex .col-h3:first-child {
		flex: 0 0 100%;
		order: 2;
	}

	.platform_sec .flex .col-h3:last-child {
		flex: 0 0 100%;
		order: 1;
		margin-bottom: 60px;
	}

	.platform_sec .col-h3 .flex {
		display: block;
	}

	.platform_sec .col-h3 .flex .btn {
		display: block;
		max-width: 100%;
		width: 100%;
		margin-top: 16px;
	}

	.page_general_news .news_block .news_block_item {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		padding: 24px;
	}

	.page_general_news .news_block .news_block_item:hover {
		background: transparent;
	}

	.category_news {
		overflow: hidden;
		margin-bottom: 0;
		height: inherit;
		overflow-x: scroll;
		width: 100vw;
		border-radius: 0px;
		margin: 0 -20px 60px;
		padding: 12px;
	}

	.category_news .category_news_item {
		width: max-content;
		min-width: fit-content;
	}

	.page_general_news .news_block {
		padding: 0;
		margin: 0;
	}

	.contact_flex .cont_l {
		flex: 0 0 100%;
		margin-bottom: 60px;
	}

	.contact_flex .cont_l p {
		font-size: 16px;
	}

	.contact_flex .cont_l p.uns_b {
		font-size: 20px;
	}

	.form_contant_page .feedback-form input,
	textarea {
		margin-bottom: 20px;
	}

	.contact_flex .cont_r {
		flex: 0 0 100%
	}

	.slider_spec_pages .slick-prev {
		left: 40%;
	}

	.slider_spec_pages .slick-next {
		right: 30%;
		left: auto;
	}

	.social_top {
		top: -7px
	}

	.news_page {
		padding-top: 0;
		overflow: hidden;
	}

	.news_page .news {
		margin-top: 0;
	}

	.start_work .flex {
		gap: 120px 0;
	}

	.start_work .start_work_item {
		flex: 0 0 100%
	}

	.start_work .start_work_item:after {
		left: 50%;
		top: 122%;
		transform: translateX(-50%) scale(0.4) rotate(90deg);
	}

	.advent_supp .flex {
		gap: 60px 0;
	}

	.advent_supp .col {
		flex: 0 0 100%;
	}

	.advent_supp p,
	.advent_supp .col {
		min-height: inherit;
	}

	.text_logo_r {
		transform: translate(-50%, -15%);
	}

	@keyframes move1 {
		0% {
			left: 50%;
		}

		100% {
			transform: translate(-50%, -140%);
		}
	}

	.text_logo_r .anim_txt_logo {
		transform: translateY(-100%);
	}

	.start_anim .anim_txt_logo {
		animation: 1s forwards move2;
		animation-delay: 3.2s;
	}

	@keyframes move2 {
		0% {
			left: 50%;
		}

		100% {
			opacity: 1;
			transform: translateY(0%);
		}
	}
	.watck_video {
		padding-top: 30px;
		margin-bottom: 80px;
	}
	.anim_txt_logo span {
		max-width: 580px;
	}
}

.form-message {
	padding: 20px;
	color: #fff;
	border-radius: 30px;
}

.form-message.success {
	background-color: #4CAF50;
}

.form-message.error {
	background-color: #f44336;
}

.copy-link-message {
  position: fixed;
  left: msgLeft;
  top: msgTop;
  transform: translateX(-50%);
  background: #4CAF50;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  z-index: 9999;
  white-space: nowrap;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}