/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Arial';
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	text-decoration: none;
	line-height: 1.2;
}

button:focus,
textarea:focus,
select:focus {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input:focus {
	outline: none !important;
}

a:active,
a:focus {
	outline: 0;
	outline: none !important;
	-moz-outline-style: none;
}

span,
button,
img,
a,
path {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

a,
span,
button {
	display: inline-block;
}

img {
	max-width: 100%;
}

button {
	border: none;
	padding: 0;
	background-color: transparent;
}

.wrapper {
	position: relative;
	background-color: #F0F0F0;
}

header .navbar-brand {
	padding: 0;
	margin-right: 32px;
}

header.sticky .navbar-brand svg path {
	fill: #fff;
}

header {
	position: fixed;
	top: 24px;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

header.sticky {
	top: 12px;
}

header.sticky .navbar {
	background: #1E2A3E;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

header .navbar {
	padding: 12px 16px;
	background-color: #fff;
	border-radius: 16px;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
}

.navbar-expand-lg .navbar-collapse {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	border: none;
	height: auto;
	min-width: auto;
}

.navbar-nav a:hover {
	text-decoration: underline;
}

header.sticky .navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
}

.nav-item.dropdown .dropdown-menu {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.navbar-expand-lg .navbar-nav {
	gap: 0 16px;
}

.nav-right {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 16px;
}

.nav-right .nav-tel a {
	height: 40px;
	border-radius: 10px;
	padding: 10px;
	background: #000;
	color: #fff;
	font-family: 'Inter';
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid transparent;
}

.nav-right .nav-tel a:hover {
	border-color: #000;
	color: #000;
	background: transparent;
}

header.sticky .nav-right .nav-tel a {
	background: #fff;
	color: #000;
}

header.sticky .nav-right .nav-tel a:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.dropdown-toggle::after {
	content: none;
}

header .dropdown-menu {
	min-width: 100%;
	border-radius: 0 0 10px 10px;
	padding: 10px 14px;
	border: none;
}

header .dropdown-item {
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 8px;
}

header .dropdown-menu li {
	border-bottom: 1px solid #6F6F6F;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

header .dropdown-menu li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

header .dropdown-toggle {
	border: 1px solid #000;
	border-radius: 10px;
	min-width: 64px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 8px;
}

header.sticky .dropdown-toggle {
	border-color: #fff;
}

header.sticky .dropdown-toggle span {
	color: #fff;
}

header .dropdown-item span,
header .dropdown-toggle span {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #000;
}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	background: transparent;
	color: inherit;
}


/* main */
.main-sec {
	position: relative;
	min-height: 100vh;
	padding: 170px 0 50px;
	background-image: url('../images/main-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.avto-sec {
	background-image: url('../images/avto-bg.png');
}

.railways-sec {
	background-image: url('../images/railways-bg.png');
}

.marine-sec {
	background-image: url('../images/marine-bg.png');
}

.avia-sec {
	background-image: url('../images/avia-bg.png');
}

.main-sec::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(217.26deg, rgba(0, 0, 0, 0) 13.64%, #292A2B 104.84%);
	background: linear-gradient(232.74deg, rgba(0, 0, 0, 0) 13.64%, #292A2B 104.84%);
}

.main-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	min-height: 75vh;
}

.main-text {
	max-width: 847px;
	width: 100%;
}

.main-text .h1 {
	font-family: 'Involve';
	font-weight: 600;
	font-size: 42px;
	line-height: 46px;
	color: #fff;
	margin-bottom: 16px;
}

.main-text p {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

.main-btn {
	margin-top: 32px;
}

.blue-btn {
	border-radius: 12px;
	background-color: #1E47AE;
	padding: 19px 24px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-family: 'Inter';
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	min-width: 190px;
	height: 56px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.blue-btn img {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	width: 0;
}

.blue-btn:hover {
	background: #163C9B;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.blue-btn:hover img {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 1;
	margin-left: 10px;
	width: 20px;
}

.main-info {
	margin-top: 230px;
}

.main-info .row>div,
.main-info .col-lg-4:nth-child(2),
.main-info .col-lg-4:nth-child(1) {
	border-right: 1px solid #D4D7DE;
}

.main-info .row>div:last-child,
.main-info .border-none {
	border: none;
}

.main-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 40px;
	border-top: 2px solid #fff;
}

.main-item span {
	font-family: 'Involve';
	font-weight: 500;
	font-size: 64px;
	font-variant: small-caps;
	color: #fff;
	margin-bottom: 24px;
	line-height: .8;
}

.main-item p {
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: #fff;
}

/* logistic */
.logistic-sec {
	padding: 80px 20px;
	position: relative;
	min-height: 100vh;
}

.logistic-sec .container {
	padding: 0;
}

.logistic-block {
	background-image: url('../images/logistic-sec-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 24px;
	position: relative;
	padding: 64px 96px;
	background-color: #162752;
}

.logistic-left {
	position: sticky;
	top: 100px;
	bottom: 100px;
	opacity: 0;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	padding-bottom: 60px;
}

.logistic-left.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.logistic-item {
	opacity: 0;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: .5s linear;
	-o-transition: .5s linear;
	transition: .5s linear;
}

.logistic-item.visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.logistic-block::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(217.26deg, rgba(0, 0, 0, 0) 13.64%, #292A2B 104.84%);
	background: linear-gradient(232.74deg, rgba(0, 0, 0, 0) 13.64%, #292A2B 104.84%);
	background-color: rgba(22, 39, 82, .6);
	border-radius: 24px;
	/* opacity: 0.2; */
}

.logistic-left span {
	font-family: 'Involve';
	font-weight: 600;
	font-size: 42px;
	line-height: 46px;
	color: #fff;
	margin-bottom: 16px;
}

.logistic-left p {
	max-width: 380px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

.logistic-block .row {
	position: relative;
	z-index: 2;
}

.logistic-item {
	position: relative;
	background: rgba(53, 71, 116, 0.6);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	border-radius: 16px;
	margin-bottom: 24px;
	padding: 32px;
	height: 316px;
	overflow: hidden;
}

.logistic-item span {
	font-family: 'Involve';
	font-weight: 600;
	font-size: 80px;
	line-height: .8;
	letter-spacing: -2px;
	margin-bottom: 24px;
	color: #fff;
	position: relative;
	z-index: 2;
}

.logistic-item p {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	position: relative;
	z-index: 2;
}

.logistic-item img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.logistic-item .item-in {
	padding: 14px 12px;
	background: #3B4561D1;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	max-width: 225px;
	position: relative;
	z-index: 2;
	border-radius: 12px;
}

.logistic-item.covered img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}



.delivery-sec {
	padding: 20px 0 80px;
}

.title {
	margin-bottom: 32px;
}

.title .h2 {
	font-family: 'Involve';
	font-weight: 600;
	font-size: 42px;
	line-height: 46px;
	color: #020202;
}

.delivery-block {
	border-radius: 24px;
	background: #fff;
	padding: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0 24px;
	overflow: hidden;
}

.delivery-block:hover img {
	scale: 1.2;
	transition: 0.7s ease-in-out;
}

.delivery-text {
	padding: 24px;
	width: 100%;
}

.delivery-tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 7px 16px;
	border-radius: 24px;
	background: #1E47AE;
	font-family: 'Involve';
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 24px;
}

.delivery-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 18px;
	margin-bottom: 24px;
	border-bottom: 1px dashed #D9D9D9;
}

.delivery-info:last-child {
	margin-bottom: 0;
}

.delivery-info p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #020202;
}

.delivery-info p:first-child {
	min-width: 110px
}

.delivery-info p:last-child {
	min-width: 126px;
	text-align: right;
}

.delivery-info span {
	font-family: 'Involve';
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #6F6F6F;
}

.delivery-info::after,
.delivery-info::before {
	content: "";
	position: absolute;
	bottom: -5.5px;
	min-width: 12px;
	max-width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #D9D9D9;
}

.delivery-info::before {
	left: 0;
}

.delivery-info::after {
	right: 0;
}

.delivery-img {
	min-width: 210px;
	max-width: 210px;
	width: 100%;
	overflow: hidden;
	border-radius: 16px;

}

.delivery-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.gap-y-24 {
	gap: 24px 0;
}

/* sloution section */
.solution-sec {
	padding: 20px 0 80px;
	position: relative;
	min-height: 100vh;
}

.solution-img {
	max-width: 486px;
	height: 420px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.solution-img img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 24px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
	-o-transition: opacity 0.6s ease, transform 0.8s ease;
	transition: opacity 0.6s ease, transform 0.8s ease;
	transition: opacity 0.6s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.solution-img img.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


.solution-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0 10px;
	padding-left: 52px;
	border-left: 2px solid rgba(29, 40, 59, 0.3);
	padding-bottom: 56px;
	margin-left: 47px;
	position: relative;
	-webkit-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
	position: relative;
}

.solution-item::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 0;
	position: absolute;
	left: -2px;
	top: 0;
	-webkit-transition: .4s linear;
	-o-transition: .4s linear;
	transition: .4s linear;
	background: rgba(29, 40, 59, 0.3);
}

.solution-item.active {
	-webkit-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

.solution-item.active::before {
	background: #1E47AE;
	height: 100%;
}

.solution-item .item-num {
	font-family: 'Manrope';
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: rgba(29, 40, 59, 0.3);
	position: absolute;
	left: -46px;
	top: 5px;
}

.solution-item .item-text span {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	font-variant: small-caps;
	color: #1E2A3E;
	margin-bottom: 12px;
}

.solution-item .item-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: rgba(30, 42, 62, 0.6);
	margin-bottom: 12px;
}

.solution-item .item-text a {
	font-family: 'Involve';
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
	color: #1E47AE;
}

.solution-left {
	position: sticky;
	top: 120px;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}


/* content section */
.content-sec .container-fluid {
	padding: 0;
}

.content-box {
	max-width: calc(100% - 24px);
	background-image: url('../images/content-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 56px 96px;
	border-radius: 24px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.content-box::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(201.38deg, rgba(255, 255, 255, .7) 7.12%, #FFFFFF 103.66%);
	background: linear-gradient(248.62deg, rgba(255, 255, 255, .7) 7.12%, #FFFFFF 103.66%);
}

.content-box .container {
	padding: 0;
}

.content-sec .title {
	max-width: 792px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.content-block {
	height: 316px;
	overflow: hidden;
	border-radius: 16px;
	position: relative;
	z-index: 2;
	padding: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.content-block::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: -o-linear-gradient(217.26deg, rgba(0, 0, 0, 0) 13.64%, #292A2B 104.84%);
	background: linear-gradient(232.74deg, rgba(0, 0, 0, 0) 13.64%, #292A2B 104.84%);
	width: 100%;
	height: 100%;
	z-index: 3;
}

.content-text {
	position: relative;
	z-index: 4;
	margin-top: auto;
}

.content-text span {
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 16px;
}

.content-text p {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

.content-block video {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
}


/* form section */
.form-sec {
	padding-top: 80px;
}

.form-block {
	border-radius: 24px;
	background-color: #162752;
	padding: 56px;
	position: relative;
}

.form-block .title {
	max-width: 588px;
	margin-bottom: 64px;
	position: relative;
	z-index: 2;
}

.form-sec .row {
	position: relative;
	z-index: 2;
}

.form-block .title .h2 {
	color: #fff;
	line-height: 1.1;
	margin-bottom: 16px;
}

.form-block .title p {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

.form-group {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form-group input {
	width: 100%;
	border: none;
	background: #fff;
	border-radius: 16px;
	padding: 16px;
	height: 64px;
	font-family: 'Onest';
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #7C8092;
}

.form-btn .blue-btn {
	height: 64px;
	width: 100%;
}

.form-aggree {
	margin-top: 12px;
}

.form-aggree p {
	font-family: 'Onest';
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #7C8092;
}

.form-img img {
	position: absolute;
	right: 38px;
	top: 0;
	max-width: 100%;
}

/* partner */
.partner-sec {
	padding: 80px 0;
}

.partner-left {
	max-width: 540px;
}

.partner-left .title p {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #1E2A3E99;
	margin-top: 16px;
}

.partner-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px 0;
}

.partner-item {
	width: 100%;
	height: 163px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	border-radius: 24px;
	padding: 24px;
}

.partner-item span {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #00000080;
}

/* tasks */
.tasks-block {
	padding: 56px 96px;
	border-radius: 24px;
	background: #fff;
	max-width: calc(100% - 48px);
	margin-left: auto;
	margin-right: auto;
}

.tasks-block .container {
	padding: 0;
}

.tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 770px;
	width: 100%;
}

.tag {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #1E2A3E;
	border-radius: 8px;
	padding: 11px 23px;
	border: 1px solid #162752;
}

.tag:hover {
	background: #162752;
	color: #fff;
}

.tasks-block .tags {
	margin-bottom: 64px;
}

.tasks-item {
	padding: 10px;
	border-radius: 24px;
	background-image: url('../images/tasks-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(22, 39, 82, 1);
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
}

.tasks-item:last-child {
	margin-bottom: 0;
}

.tasks-item::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(22, 39, 82, .8);
	border-radius: 24px;
}

.tasks-left,
.tasks-center,
.tasks-right {
	position: relative;
	z-index: 2;
	width: 100%;
}

.tasks-left {
	border-radius: 16px;
	padding: 24px 20px;
	background-color: #fff;
}

.tasks-right {
	border-radius: 16px;
	padding: 16px;
	border: 1px dashed #5A7196;
	margin-top: 24px;
	min-height: 437px;
	overflow: hidden;
}

.tasks-item.two .tasks-right {
	min-height: 457px;
}

.tasks-left .case {
	font-family: 'Involve';
	border-radius: 24px;
	padding: 7px 16px;
	background-color: #1E47AE;
	color: #fff;
	margin-bottom: 32px;
}

.h3 {
	font-family: 'Involve';
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #020202;
}

.h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.tasks-left .h3 {
	margin-bottom: 32px;
}

.tasks-left-in span {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #1E2A3E;
	margin-bottom: 10px;
}

.tasks-left-in p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #1E2A3E99;
}

.tasks-center {
	padding: 24px 0;
}

.tasks-center-in {
	margin-bottom: 32px;
}

.tasks-center-in p {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	font-variant: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.tasks-center-in span {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF99;
	margin-bottom: 6px;
}

.tasks-center-in ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF99;
	margin-bottom: 6px;
}

.tasks-center-in span:last-child,
.tasks-right ul li:last-child,
.tasks-right p:last-child,
.tasks-center-in:last-child,
.tasks-center-in ul li:last-child {
	margin-bottom: 0;
}

.tasks-right .h4 {
	margin-bottom: 10px;
}

.tasks-right p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #FFFFFF99;
}

.tasks-right ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF99;
	margin-bottom: 6px;
}

.tasks-right ul li span {
	font-weight: 700;
	display: block;
}

.tasks-right ul li span.no-break {
	display: inline;
}

.tasks-right .tasks-img {
	text-align: center;
}

.tasks-right .tasks-img img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.tasks-item.one .tasks-img img {
	height: 206px;
}

.tasks-item.two .tasks-img img {
	width: 100%;
}

.tasks-item.three .tasks-img img {
	left: 0;
	margin: auto;
}

.tasks-item.five .tasks-img img {
	left: 0;
}

.tasks-item.five .tasks-right {
	height: calc(100% - 24px);
}

.tasks-item.five .tasks-left {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.video-block {
	height: 480px;
	overflow: hidden;
	border-radius: 24px;
	padding: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0 24px;
	margin-top: auto;
	position: relative;
}

.video-block::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(217.26deg, rgba(0, 0, 0, 0) 13.64%, #292A2B 104.84%);
	background: linear-gradient(232.74deg, rgba(0, 0, 0, 0) 13.64%, #292A2B 104.84%);
}

.video-block video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.video-title {
	max-width: 588px;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: auto;
}

.video-title p {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #fff;
}

.h1 {
	font-family: 'Involve';
	font-weight: 600;
	font-size: 42px;
	line-height: 46px;
	color: #fff;
}

.video-item {
	position: relative;
	z-index: 2;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	gap: 12px 0;
}

.video-link {
	padding: 19px 18px;
	background: #A5A5A54D;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px 0;
	border-radius: 16px;
}

.video-link .link-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.video-link .link-title span {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.video-link .link-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}

/* contact section */
.contact-sec {
	padding: 80px 0;
}

.contact-title .h1 {
	color: #020202;
	margin-bottom: 32px;
}

.contact-item {
	max-width: 384px;
	width: 100%;
	margin-bottom: 32px;
}

.contact-item:last-child {
	margin-bottom: 0;
}

.contact-item .tel {
	font-family: 'Retni Sans';
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #162752;
	margin-bottom: 16px;
}

.contact-item .mail,
.contact-item address {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #162752;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0 12px;
}

.contact-item .mail img,
.contact-item address img {
	position: relative;
	top: -3px;
}

.contact-item address {
	margin-bottom: 10px;
}

.map {
	height: 370px;
	border-radius: 24px;
	overflow: hidden;
}

.map iframe {
	width: 100%;
	height: 100%;
}

/* footer */
footer {
	margin-bottom: 24px;
	overflow: hidden;
}

.ftr-block {
	background-image: url('../images/footer-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 24px;
	padding: 64px 96px;
	max-width: calc(100% - 48px);
	margin-left: auto;
	margin-right: auto;
}

.ftr-block .container {
	padding: 0;
}

.ftr-title .h1 {
	margin-bottom: 32px;
}

.ftr-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}

.ftr-flex .form-group,
.ftr-flex input {
	max-width: 288px;
	width: 100%;
}

.ftr-flex .form-btn button {
	min-width: 222px;
}

.ftr-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.ftr-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 16px 0;
	min-width: 183px;
}

.ftr-menu a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.ftr-menu a:hover {
	text-decoration: underline;
}

.ftr-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 150px;
}

.ftr-end a,
.ftr-end p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
	color: #fff;
}

.ftr-end a:hover {
	text-decoration: none;
}

.ftr-end p {
	text-decoration: none;
}


.pb-80 {
	padding-bottom: 80px;
}

.pt-80 {
	padding-top: 80px;
}



/* avto page */
.railways-delivery,
.marine-delivery,
.avia-delivery,
.avto-delivery {
	padding-top: 80px;
}

.delivery-fluid {
	border-radius: 24px;
	background: #fff;
	padding: 8px;
}

.delivery-fluid .delivery-img {
	max-width: 100%;
	min-width: 100%;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}

.avto-delivery .delivery-img {
	height: 520px;
}

.delivery-fluid .delivery-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

/* railways page */
.railways-delivery .delivery-img {
	height: 275px;
}

/* marine page */
.marine-delivery .delivery-img {
	height: 400px;
}

/* avia page */
.avia-delivery .delivery-img {
	height: 400px;
}

/* contacts page */
.contacts-sec {
	padding: 150px 0 80px;
}

.contacts-sec .title {
	margin-bottom: 48px;
}

.contacts-sec .title .h1 {
	color: #020202;
}

.contact-box {
	padding: 24px;
	border-radius: 24px;
	background-color: #fff;
	position: relative;
	background-image: url('../images/contact-img.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.contact-tag {
	font-family: 'Involve';
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	border-radius: 24px;
	padding: 7px 16px;
	background: #1E47AE;
	margin-bottom: 32px;
}

.contact-flex {
	margin-top: 24px;
}

.contact-mini {
	padding: 24px;
	border-radius: 24px;
	background-color: #fff;
	height: 100%;
}

.contact-mini p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contact-mini p,
.contact-mini p span {
	gap: 0 12px;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #162752;
}

.contact-mini p img {
	position: relative;
	top: -5px;
}

.contacts-map {
	min-height: 410px;
	height: 100%;
	border-radius: 24px;
	overflow: hidden;
}

/* about company */
.company-sec {
	position: relative;
}

.company-sec .video-block {
	height: 568px;
	border-radius: 0;
	padding: 170px 0 60px;
}

.company-sec .video-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 0 24px;
	margin-left: 0;
}

.company-sec .video-link {
	min-width: 322px;
	max-width: 322px;
}

.company-sec .video-in {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.company-sec .video-title {
	margin: 0;
}

.company-sec .video-title {
	max-width: 750px;
}

.about-sec {
	padding-top: 64px;
}

.about-title {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 48px;
}

.about-title .title {
	margin-bottom: 0;
	max-width: 690px;
	margin-right: 80px;
}

.about-title p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: rgba(30, 42, 62, 0.6);
}

.about-block {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background-color: #162752;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 32px;
	height: 360px;
}

.about-block:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.about-block::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(217.26deg, rgba(0, 0, 0, 0) 13.64%, #292A2B 104.84%);
	background: linear-gradient(232.74deg, rgba(0, 0, 0, 0) 13.64%, #292A2B 104.84%);
}

.about-block svg {
	width: 100%;
}

.about-block img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-block span {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-top: auto;
	position: relative;
	z-index: 2;
}

.about-block.first span {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-top: 0;
	max-width: 310px;
}

.our-title {
	max-width: 790px;
}

.our-title .title {
	margin-bottom: 48px;
}

.our-item {
	padding: 24px;
	border-radius: 24px;
	overflow: hidden;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.our-number span {
	padding: 7px 16px;
	background-color: #1E47AE;
	border-radius: 24px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'Involve';
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 16px;
}

.our-text span {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #1E2A3E;
	margin-bottom: 16px;
}

.our-text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #000;
	opacity: 0.5;
}

.our-clients {
	margin-top: 80px;
	margin-left: 24px;
	margin-right: 24px;
	border-radius: 24px;
	background-color: #fff;
	padding: 56px 0;
}

.clients-title {
	margin-bottom: 56px;
}

.clients-title .title {
	margin-bottom: 24px;
	max-width: 790px;
}

.clients-title .title-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}

.clients-title .title-text p {
	opacity: 0.6;
	max-width: 486px;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.clients-block-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #020202;
	margin-bottom: 24px;
}

































/* animated title */
.animated-title {
	display: inline-block;
	line-height: 1.3;
}

.animated-title .word {
	display: inline-block;
	white-space: nowrap;
}

.animated-title .char {
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateY(8px) scale(.95);
	-ms-transform: translateY(8px) scale(.95);
	transform: translateY(8px) scale(.95);
	-webkit-filter: blur(4px);
	filter: blur(4px);
	-webkit-transition: opacity .45s ease, -webkit-transform .45s ease, -webkit-filter .45s ease;
	transition: opacity .45s ease, -webkit-transform .45s ease, -webkit-filter .45s ease;
	-o-transition: opacity .45s ease, transform .45s ease, filter .45s ease;
	transition: opacity .45s ease, transform .45s ease, filter .45s ease;
	transition: opacity .45s ease, transform .45s ease, filter .45s ease, -webkit-transform .45s ease, -webkit-filter .45s ease;
	will-change: opacity, transform, filter;
}

.animated-title .char.visible {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* end animated title */



.tasks-block .tags {
	display: none;
}


.mob {
	display: none !important;
}








@media (max-width: 1400px) {
	.delivery-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.delivery-img {
		min-width: 100%;
		max-width: 100%;
		height: 300px;
	}
}




@media (max-width: 1200px) {
	.logistic-left span {
		font-size: 38px;
	}

	.tasks-left .h3 {
		margin-bottom: 24px;
		font-size: 24px;
		line-height: 120%;
	}

	.video-title {
		max-width: 500px;
	}

	.ftr-title .h1 {
		font-size: 38px;
	}

	.tasks-right {
		min-height: 500px;
	}

	.about-title {
		gap: 16px 0;
	}

	.about-title .title {
		margin-right: 0;
	}
}






@media (max-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.solution-img {
		display: none;
	}

	.solution-left {
		position: relative;
		top: 0;
		margin-bottom: 32px;
	}

	.tasks-right {
		min-height: 450px;
	}

	.tasks-sec .video-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.tasks-sec .video-item {
		margin-left: 0;
		margin-top: 24px;
	}

	.video-item {
		gap: 24px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.map {
		height: 238px;
		margin-top: 24px;
		border-radius: 16px;
	}

	.ftr-right {
		margin-top: 32px;
	}
}



@media (max-width: 768px) {
	.ftr-right {
		margin-top: 0;
	}

	.clients-title .title-text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.clients-title {
		margin-bottom: 40px;
	}

	.our-title .title {
		font-size: 24px;
	}

	.company-sec {
		min-height: 100vh;
	}

	.company-sec .video-block {
		padding: 107px 0 32px;
		height: 100%;
		min-height: 100vh;
		display: block;
	}

	.company-sec .video-in {
		min-height: 80vh;
	}

	.video-in .video-title .h1 {
		max-width: 280px;
	}

	.company-sec .video-in .video-title .h1 {
		max-width: 100%;
	}

	.company-sec .video-item,
	.tasks-sec .video-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 12px 0;
	}

	.about-sec {
		padding-top: 24px;
	}

	.about-block.first {
		height: auto;
	}

	.about-block.first span {
		font-size: 20px;
		margin-bottom: 48px;
	}

	.video-item {
		width: 100%;
		gap: 12px 0;
	}

	.video-link {
		width: 100%;
	}

	.ftr-title .h1 {
		font-size: 28px;
	}

	.mob {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.h1 {
		font-size: 28px;
	}

	header .nav-tel {
		display: none;
	}

	.navbar-expand-lg .navbar-collapse {
		width: auto;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0 12px;
	}

	header .navbar {
		padding: 7px 8px;
		z-index: 101;
	}

	header .navbar.active .nav-right {
		opacity: 0;
	}

	.navbar-collapse .navbar-nav {
		display: none;
	}

	body.no-scroll {
		overflow: hidden;
	}

	.mobile-menu {
		position: fixed;
		right: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 91px 24px 24px;
		background-color: #162752;
		z-index: 100;
		-webkit-transition: .3s linear;
		-o-transition: .3s linear;
		transition: .3s linear;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.mobile-menu.active {
		right: 0;
	}

	.menu-opener {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 42px;
		gap: 5px 0;
		padding: 0;
		border: none;
		background: transparent;
	}

	.menu-opener span {
		display: inline-block;
		width: 21px;
		height: 4px;
		border-radius: 2px;
		background: #000000;
		position: relative;
		z-index: 101;
	}

	header.sticky .menu-opener span {
		background: #fff;
	}

	header.sticky,
	header {
		top: 12px;
	}

	.menu-opener span.two {
		width: 32px;
	}

	.menu-opener.active .two {
		opacity: 0;
	}

	.menu-opener.active .one {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 9px;
	}

	.menu-opener.active .three {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: -9px;
	}

	.mobile-menu .dropdown-toggle {
		width: 100%;
		border-color: #fff;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: auto;
		padding: 14px 16px;
	}

	.mobile-menu .dropdown-toggle span {
		color: #fff;
	}

	.mobile-menu .dropdown-toggle[aria-expanded="true"] .arrow {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.navbar-nav .nav-link {
		padding: 0;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: #fff;
		border: none;
		border-radius: 0;
	}

	.mobile-menu .navbar-nav {
		margin: 30px 0;
		gap: 16px 0;
	}

	.menu-contact a {
		font-family: 'Inter';
		font-weight: 700;
		font-size: 20px;
		line-height: 20px;
		color: #fff;
		margin-bottom: 24px;
	}

	.menu-contact p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 0 12px;
		margin-bottom: 12px;
	}

	.menu-contact p:last-child {
		margin-bottom: 0;
	}

	.menu-contact p span {
		font-weight: 400;
		font-size: 16px;
		line-height: 100%;
		color: #fff;
	}

	.contacts-sec {
		padding: 100px 0 32px;
	}

	.contacts-sec .title {
		margin-bottom: 24px;
	}

	.h1,
	.h2,
	.h3 {
		margin-bottom: 0;
		line-height: 120%;
	}

	.contact-box {
		padding-bottom: 222px;
		background-size: 202px 210px;
	}

	.contact-item .mail,
	.contact-item address {
		font-size: 15px;
	}

	.contact-flex {
		margin: 16px 0 32px;
	}

	.contact-flex .row {
		gap: 16px 0;
	}

	.contact-mini p img {
		top: -3px;
	}

	.ftr-block {
		padding: 32px 24px;
		max-width: calc(100% - 16px);
	}

	.ftr-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.ftr-flex .form-btn button,
	.ftr-flex .form-btn,
	.ftr-flex .form-group,
	.ftr-flex input {
		max-width: 100%;
	}

	.ftr-flex {
		margin-bottom: 40px;
	}

	.ftr-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 12px 0;
	}

	.ftr-menu {
		gap: 12px 0;
	}

	.ftr-end {
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 10px 0;
	}

	.logistic-block {
		padding: 24px 16px;
	}

	.logistic-item span {
		font-size: 48px;
	}

	.logistic-item {
		height: 250px;
		padding: 24px;
		margin-bottom: 12px;
	}

	.tasks-block {
		padding: 24px 16px;
		max-width: calc(100% - 16px);
	}

	.logistic-item {
		padding: 24px 16px;
	}

	.title .h2 {
		font-size: 28px;
		line-height: 120%;
	}

	.tag {
		padding: 4px 12px;
		font-size: 14px;
	}

	.tasks-block .tags {
		margin-bottom: 24px;
	}

	.tasks-left .h3 {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.main-text .h1 {
		font-size: 26px;
		line-height: 120%;
	}

	.main-sec {
		padding: 92px 0 32px;
	}

	.main-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		min-height: 80vh;
	}

	.main-info {
		margin-top: auto;
	}

	.main-item {
		padding-top: 16px;
	}

	.main-item span {
		font-size: 36px;
		margin-bottom: 8px;
	}

	.main-item p {
		font-size: 14px;
	}

	.logistic-sec {
		padding: 32px 8px;
	}

	.logistic-left span {
		font-size: 28px;
		line-height: 120%;
	}

	.logistic-left p {
		font-size: 16px;
	}

	.delivery-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.delivery-img {
		min-width: 100%;
		max-width: 100%;
		height: 160px;
		margin-top: 24px;
	}

	.delivery-text {
		padding: 8px;
	}

	.delivery-sec {
		padding: 24px 0 32px;
	}

	.solution-img {
		display: none;
	}

	.solution-item {
		gap: 0;
		padding-left: 16px;
		padding-bottom: 32px;
	}

	.solution-item:last-child {
		padding-bottom: 12px;
	}

	.solution-item .item-text span {
		font-size: 18px;
		line-height: 120%;
	}

	.solution-item .item-text p {
		font-size: 14px;
	}

	.solution-sec {
		padding: 24px 0;
	}

	.content-box {
		max-width: calc(100% - 16px);
		padding: 24px 16px;
	}

	.form-sec {
		padding: 32px 0;
	}

	.content-block {
		padding: 24px;
	}

	.content-text span {
		font-size: 24px;
		margin-bottom: 12px;
	}

	.content-text p {
		font-size: 16px;
	}

	.gap-y-24 {
		gap: 16px 0;
	}

	.form-block {
		padding: 32px 16px 135px;
		overflow: hidden;
	}

	.form-block .title p {
		font-size: 16px;
	}

	.form-block .title {
		margin-bottom: 48px;
	}

	.form-block .row {
		gap: 12px 0;
	}

	.partner-sec {
		padding: 24px 0 32px;
	}

	.form-img img {
		right: 0;
		left: -20px;
		top: auto;
		bottom: -90px;
	}

	.partner-sec .title .h2 br {
		display: none;
	}

	.partner-item {
		height: 138px;
	}

	.partner-item span br {
		display: none;
	}

	.partner-right {
		gap: 12px 0;
	}

	.tasks-item {
		padding: 6px;
		margin-bottom: 16px;
	}

	.tasks-center {
		padding: 24px 6px;
	}

	.tasks-center-in {
		margin-bottom: 24px;
	}

	.tasks-item.one .tasks-img img {
		height: 150px;
	}

	.tasks-left {
		padding: 16px;
	}

	.video-block {
		height: 520px;
		padding: 16px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 24px 0;
	}

	.video-title p {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.video-title .h1 br {
		display: none;
	}

	.contact-sec {
		padding: 24px 0;
	}

	footer {
		margin: 24px 0;
	}

	.railways-sec .main-item,
	.marine-sec .main-item,
	.avia-sec .main-item,
	.avto-sec .main-item {
		padding-top: 16px;
		border: none;
	}

	.railways-sec .main-info .col-lg-4:first-child .main-item:first-child,
	.marine-sec .main-info .col-lg-4:first-child .main-item:first-child,
	.avia-sec .main-info .col-lg-4:first-child .main-item:first-child,
	.avto-sec .main-info .col-lg-4:first-child .main-item:first-child {
		padding-top: 0;
	}

	.railways-sec .main-info .col-lg-4:nth-child(2),
	.main-info .col-lg-4:nth-child(1),
	.marine-sec .main-info .col-lg-4:nth-child(2),
	.main-info .col-lg-4:nth-child(1),
	.avia-sec .main-info .col-lg-4:nth-child(2),
	.main-info .col-lg-4:nth-child(1),
	.avto-sec .main-info .col-lg-4:nth-child(2),
	.main-info .col-lg-4:nth-child(1) {
		border: none;
	}

	.railways-sec .main-info,
	.marine-sec .main-info,
	.avia-sec .main-info,
	.avto-sec .main-info {
		padding-left: 16px;
		border-left: 1px solid #fff;
	}

	.railways-delivery,
	.marine-delivery,
	.avia-delivery,
	.avto-delivery {
		padding-top: 24px;
	}

	.railways-delivery .delivery-img,
	.marine-delivery .delivery-img,
	.avia-delivery .delivery-img,
	.avto-delivery .delivery-img {
		height: 160px;
	}

	.main-info .col-lg-4:nth-child(2),
	.main-info .col-lg-4:nth-child(1) {
		border-right: 1px solid #D4D7DE;
	}

	.delivery-fluid .delivery-img img,
	.delivery-img img {
		-o-object-position: 0 -150px;
		object-position: 0 -150px;
	}

	.avto-delivery .delivery-fluid .delivery-img img,
	.delivery-sec .row .col-lg-6:first-child .delivery-img img {
		-o-object-position: 0px -380px;
		object-position: 0px -380px;
	}

	.delivery-img img.mob {
		display: none !important;
	}

	.delivery-img img.pc {
		display: block !important;
	}
}



@media (max-width: 576px) {
	.delivery-img img.mob {
		display: block !important;
	}

	.delivery-img img.pc {
		display: none !important;
	}

	.delivery-fluid .delivery-img img,
	.delivery-img img {
		-o-object-position: 0;
		object-position: 0;
	}

	.avto-delivery .delivery-fluid .delivery-img img,
	.delivery-sec .row .col-lg-6:first-child .delivery-img img {
		-o-object-position: 0;
		object-position: 0;
	}

	.ftr-flex .form-btn {
		width: 100%;
	}

	.about-block {
		padding: 24px;
		height: 200px;
	}

	.about-block span {
		font-size: 20px;
	}

	.logistic-item img {
		width: 80%;
	}

	.logistic-item:nth-child(3) img {
		width: 50%;
	}

	.logistic-item:nth-child(4) {
		min-height: 370px;
	}

	.logistic-item:nth-child(4) img {
		width: 80%;
	}

	.logistic-item:last-child img {
		width: 60%;
	}

	.partner-item {
		height: 120px;
	}
}

.policy {
	padding: 80px 0;
}

.policy h1 {
	margin-top: 50px;
	color: #212529;
}

.policy h2 {
	margin-top: 30px;
}

.policy p {
	margin-top: 7px;
	line-height: 1.3;
}





.modal-form,
.modal-thanks {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #000000aa;
}

.modal-form.active,
.modal-thanks.active {
	display: block;
}


.modal-form .form-block {
	background: #f0f0f0;
	padding: 40px;
	width: 908px;
	border-radius: 10px;
}

.modal-form__close,
.modal-thanks__close {
	position: absolute;
	z-index: 5;
	top: 24px;
	right: 24px;
	width: 32px;
	height: 32px;
	padding: 8px;
	background: #020202;
	cursor: pointer;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-form .title {
	margin-bottom: 46px;
}

.modal-form .title .h2 {
	color: #020202;

}

.modal-form .form-block .title p {
	color: #1e2a3e99;
}


.modal-form form {
	position: relative;
	z-index: 1;
}

.modal-form__window {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.modal-form__window .form-img svg {
	width: 430px;
	position: absolute;
	z-index: 0;
	top: 80px;
	right: 0;
}

.modal-form .row {
	row-gap: 10px;
}

.modal-form__input {
	flex: 1 1 35%;
}

.modal-form__btn {
	flex: 0 1 220px;
	font-size: 16px;
}

.modal-thanks__window {
	padding: 48px 40px 40px;
	width: 670px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #f0f0f0;
	border-radius: 10px;
}

.modal-thanks__block {
	position: relative;
	z-index: 1;
}

.modal-thanks__block .h2 {
	font-size: 42px;
	max-width: 90%;
}

.modal-thanks__block p {
	margin-top: 16px;
	color: #1e2a3e99;
}

.modal-thanks__link {
	margin-top: 40px;
}

.modal-thanks__img,
.modal-thanks__img_mob {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 205px;
}

.modal-thanks__img_mob {
	display: none;
}



@media (width < 960px) {

	.modal-form__window,
	.modal-thanks__window {
		width: calc(100% - 20px);
	}

	.modal-form .form-block {
		padding: 30px;
		width: 100%;
	}

	.modal-form__window .form-img svg {
		display: none;
	}

}

@media (width < 640px) {

	.modal-form__window,
	.modal-thanks__window {
		width: 100%;
		transform: none;
		top: auto;
		bottom: 0;
		left: 0;

	}

	.modal-thanks__window {
		border-radius: 10px 10px 0 0;
		padding: 28px 16px 50px;
	}

	.modal-thanks__close {
		top: 28px;
	}

	.modal-form__input {
		flex: 1 1 100%;
	}

	.modal-form .form-block {
		border-radius: 10px 10px 0 0;
	}
}

@media (width < 480px) {
	.modal-thanks__block .h2 {
		font-size: 28px;
		max-width: 60%;

	}

	.modal-form__btn {
		flex: 1 1 100%;
	}

	.modal-thanks__link {
		margin-top: 130px;
		width: 100%;
	}

	.modal-thanks__img {
		display: none;
	}

	.modal-thanks__img_mob {
		display: block;
		height: 200px;
		width: 400px;
		bottom: 80px;
	}

	.modal-thanks__img_mob img {
		width: 100%;
		height: 100%;
	}



}