﻿body {
	margin: 0;
}

#page {
	max-width: 1920px;
}
@media (min-width: 1921px) {
	#page {
		margin: 0 auto
	}
	
	.company-services-wrapper, .service-wrapper-info, .service-main-wrapper, .company-fact-wrapper, .company-missin-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	
	.company-wrapper-common__right {
		margin-right: 0 !important;
	}
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
} 

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
} 

#masthead_main,
.footer-menu,
.header-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
}

.not-active {
	display: none !important;
}

#masthead_main {
	width: 78.3441vw;
	padding: 0 10.415vw;
	/* margin: 0 auto; */
}

.main-banner {
	width: 79.17%;
	margin: 0 auto;
	max-width: 1520px;
}

#masthead_main {
	height: 88px; 
}

.fixed-head {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000;
    background: white;
    height: 60px !important;
    opacity: 1;
    animation: header-opacity 0.5s linear;
    backface-visibility: hidden;
    box-shadow: 0px 4px 8px 3px rgba(0, 27, 81, 0.15), 0px 1px 3px 0px rgba(0, 27, 81, 0.15);
    /* width: 100vw !important; */
    padding: 0 !important;
    margin: 0 !important;
    left: 0;
    right: 0;
    max-width: 100vw !important;
}

.fixed-head #masthead_main {
	height: 60px !important;
}

.header-mobile {
	display: none;
}

@keyframes header-opacity {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  } 
}

.fixed-head .header-logo img {
	width: auto;
    height: 50px;
    margin-top: -8px;
}

.fixed-head .header-logo {
	width: 318px;
}

.fixed-head .header-logo__main img {
	margin-top: 0;
	width: 50%;
}

.fixed-content {
	margin-top: 138px !important;
}

.header-logo__main {
	margin-left: 5%;
}

.header-menu {
	width: 43%;
}

#content {
	margin-top: 50px;
}

.selected-block {
	width: 172px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #F1F2F7;
	padding-left: 20px;
	cursor: pointer;
	color: #0041EA;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	border-radius: 10px;
}

.select-country {
	display: block;
	background-image: url('../../image/header_arrow_country.svg');
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: auto;
}

.selected-wrapper {
	position: fixed;
	top: 120px;
	left: 0;
	height: calc(100vh - 120px);
	width: 100vw;
	z-index: 100;
	background-color: rgba(0, 65, 234, 0.2);
	overflow: auto;
}

.fixed {
	overflow: hidden;
	padding-right: 8px;
}

.fixed-simple {
	overflow: hidden;
} 

.selected-wrapper-fixed {
	top: 60px;
}

.selected-country-wrapper {
	background-color: #FFF;
	width: 79.375%;
	position: absolute; 
	left: 0;
	z-index: 100;
	padding: 137px 10.3125% 130px;
}

.selected-country-title {
	color: #0041EA;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px; /* 333.333% */
	margin-left: 70px;
	margin-bottom: 30px;
}

.selected-country-link {
	color: #0041EA;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 100% */
	margin-left: 70px;	
}

.selected-line {
	width: 100%;
	height: 0;
	margin: 45px 0;
	display: block;
	border-bottom: 1.5px solid #0041EA;
}

.selected-add-wrapper {
	display: flex;
	gap: 80px;
	margin-left: 70px;	
	margin-top: 52px;
}

.popup-wrapper::-webkit-scrollbar,
.selected-wrapper::-webkit-scrollbar {
	display: none;
}

.selected-site {
	color: #F8371C;
}

.selected-add-block a {
	margin-left: 0;
}

.selected-add-title {
	color: #0041EA;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 120% */
	margin-bottom: 20px;
}

.close-global {
	background-image: url(../../image/close.svg);
	width: 28px;
	height: 28px;
	cursor: pointer;
	position: fixed;
	top: 126px;
	right: calc(10.3125% - 89px);
	background-size: contain;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
	font-size: 14px;
	font-weight: 400; 
}

[data-tooltip] {
  position: relative;
  cursor: pointer;
  width: max-content;
}

[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
}

[data-tooltip]::after,
[data-tooltip]::before {
  position: absolute;
  left: 50%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  transform: translateX(-50%);
}

[data-tooltip]::after {
  bottom: -40px;
  content: attr(data-tooltip);
  padding: 4px 8px;
  border-radius: 8px;
  background:#FFF;
  border: 1px solid rgba(0, 65, 234, 0.5);
  text-align: center;
  width: max-content;
  color: #0041EA;
  z-index: 100;
}

.header-menu > div,
.footer-menu a,
.header-menu a {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 133.333% */
	padding-bottom: 12px;
    padding-top: 12px;
}

.header-menu a:hover,
.menu-active {
	color: #0041EA;
	text-decoration: none;
}

.header-multimenu {
	position: relative;
}

.menu-header-wrapper {
	display: none;
	position: absolute;
	z-index: 1;
    background-color: #FFF;
    padding: 16px;
    left: -27%;
	border-radius: 8px;
    border: 1px solid #0041EA;
    margin-top: 12px;	
}

.menu-header-wrapper a {
	display: block;
	white-space: nowrap;
	margin-bottom: 8px;
	padding: 0;
}

.header-multimenu:hover .menu-header-wrapper {
	display: block;
}

.header-phone {
	color: #001B51;
	text-align: right;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 133.333% */
	white-space: nowrap;
}

.header-phone:hover {
	color: #0041EA;
	text-decoration: none;
}

.header-country {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
}

.header-link-active {
	color: #0041EA !important;
}

.main-banner img {
	width: 100%;
}

.main-banner {
	position: relative;
}

.text-banner-wrapper {
	position: absolute;
	top: 145px;
	left: 140px;
}

.main-title-banner {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 57px;
	font-style: normal;
	font-weight: 800;
	line-height: 57px; /* 122.807% */
	margin-bottom: 28px;
}

.main-text-banner {
	color: #2E4B6B;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 31px;
}

.main-subtext-banner {
	color: #2E4B6B;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
}

.main-subtext-banner img {
	width: 32px;
	height: 32px;
	margin-right: 16px;
}

.main-slider-wrapper {
	position: relative;
	margin-top: 30px;
	height: 150px;
	width: calc(79.17% - 200px);
	padding: 0 calc(10.415% + 80px) 0 calc(10.415% + 120px);
	background: #FFF;
	box-shadow: 0px 4px 8px 3px rgba(0, 27, 81, 0.15), 0px 1px 3px 0px rgba(0, 27, 81, 0.15);
	display: flex;
    align-items: center;
}

.main-slider-wrapper .main-panel-arrow {
	width: calc(79.17% + 30px);
	left: calc(10.415% - 15px);
}

.brand-main-img__slider {
	/* height: 122px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-main-img__slider img {
	width: auto !important;
}

.owl-carousel .owl-item img {
	width: auto;
}

.main-distribution-wrapper {
	position: relative;
	background-image: url('../../image/main/distr/background.png');
	width: 79.17%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 180px 10.415% 140px;
	display: flex;
	justify-content: space-between;
}

/* .effective {
	opacity: 1;
	transition: transform 1.4s ease-out, -webkit-transform 1.4s ease-out;
}  */

/* .main-form-service,
.main-form {
	position: relative;
	bottom: -300px;
}

.brand-consult-wrapper .brand-callback-form {
	position: relative;
	bottom: -200px;
} */

.effective-fade {
    -webkit-animation: fadeInFromNone1 1.0s ease-out;
    -moz-animation: fadeInFromNone1 1.0s ease-out;
    -o-animation: fadeInFromNone1 1.0s ease-out;
    animation: fadeInFromNone1 1.0s ease-out;
	bottom: 0;
	opacity: 1;
}

@-webkit-keyframes fadeInFromNone1 {
    0% {
        bottom: -300px;
		opacity: 0;
    }
    1% {
        bottom: -300px;
		opacity: 0;
    }
    100% {
        bottom: 0;
		opacity: 1;
    }	
}

.main-distribution-left {
	max-width: 48.29%;
    margin-right: 30px;
}

.main-distribution-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 72px;
	font-style: normal;
	font-weight: 800;
	line-height: 80px; /* 111.111% */
	margin-bottom: 70px;
}

.main-distribution-text {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 150% */
	margin-left: 60px;
	margin-bottom: 50px;
	max-width: 560px;
}

.link {
	color: #FF5600;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-decoration: none;
	display: block;
	cursor: pointer;
	position: relative;
}

.link:hover {
	text-decoration: underline;
}

.link__add {
	margin-left: 60px;
	margin-bottom: 68px;
}

.main-distribution-block__1 {
	/* background-image: url('/wp-content/themes/twentytwentyone/image/main/distr/1.png'); */
	position: relative;
	max-width: 390px;
	width: calc(64.03% - 72px);
	aspect-ratio: 390 / 170;
	height: auto;
/* 	background-repeat: no-repeat;
	background-size: contain; */	
	float: right;
	margin-top: auto;
	overflow: hidden;
}

.main-distribution-block__text img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
	height: 100%;	
	z-index: -1;
}

.main-distribution-block__text {
	position: relative;
	padding: 50px 40px 0;
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;	
	cursor: pointer;
	z-index: 0;
	overflow: hidden;
	border-radius: 20px;
}

.main-distribution-block__2 {
	width: calc(62.25% - 80px);
	height: 290px;
}

.main-distribution-block__3 {
	width: calc(33.77% - 80px);
	height: 290px; 
}

.main-distribution-block__4 {
	width: 175px;
	height: 290px;
}

.main-distribution-block__5 {
	max-width: 390px;
	width: calc(64.03% - 72px);
	aspect-ratio: 330 / 170;
	height: min-content;
}

.main-distribution-block__5 img {
	height: auto;
	aspect-ratio: 470 / 270;
}

.distribution-right {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.distribution-right:first-child {
	margin-bottom: 30px;
}

.main-distribution-right {
	width: auto;
	min-width: 650px;
}

.main-merch-wrapper,
.main-logistic-wrapper {
	width: 84.375%;
	margin: 100px 10.415% 100px 5.21%;
	position: relative;
	display: flex;
	justify-content: flex-start;
}

.effective
{
    -webkit-animation: fadeInFromNone 2.5s ease-out;
    -moz-animation: fadeInFromNone 2.5s ease-out;
    -o-animation: fadeInFromNone 2.5s ease-out;
    animation: fadeInFromNone 2.5s ease-out;
	opacity: 1;
}
@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0;
	}
    1% }
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.main-logistic-left {
	width: 50%;
	height: auto;
    max-width: 697px;
	background-image: url('../../image/main/logistic/fon.png');
	background-repeat: no-repeat;
    background-size: contain;
    padding: 120px 130px;
    margin-right: 40px;
    aspect-ratio: 697 / 460;
    border-bottom-right-radius: 50px;
}

.main-logistic-left__title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 54px;
	font-style: normal;
	font-weight: 800;
	line-height: 57px; /* 111.111% */
	min-width: 630px;
	margin-bottom: 70px;
}

.main-logistic-left__title span {
	white-space: nowrap;
}

.main-logistic-left__text {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
}

.main-logistic-left__text ul li {
	margin-bottom: 30px;
}

.main-logistic-right {
	display: flex;
	align-items: center; 
}

.merch-right__1 {
	width: -webkit-fill-available;
    height: fit-content;
}

.logistic-right__2 {
	margin-top: auto;
	margin-bottom: 60px;
	border-radius: 20px;
}

.logistic-right__1 {
	margin-top: 40px;
	margin-bottom: auto;
	width: 100%;
}

.main-logistic-fly {
	width: 290px;
	height: 108px;
	background-image: url(../../image/main/info_blok.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 60px;
	left: calc(50% - 100px);
	padding: 56px 65px;
}

.logistic-fly__title {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: 32px; /* 145.455% */
	letter-spacing: 0.35px;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.logistic-fly__text {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 160% */
	display: flex;
}

.logistic-fly__text span {
	width: 30px;
	height: 30px;
	background-image: url(../../image/main/geo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
	display: block;
	 -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
	animation: transformFly 7s alternate ease-in-out;
}

@keyframes transformFly {
    0% {
        transform: scale(1);
	}
    1% }
        transform: scale(1);
    }
    100% {
        transform: scale(1.5); 
    } 
}

@-webkit-keyframes transformFly {
    0% {
        transform: scale(1);
	}
    1% }
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
    } 
}
@-moz-keyframes transformFly {
    0% {
        transform: scale(1);
	}
    1% }
        transform: scale(1);
    }
    100% {
        transform: scale(1.5); 
    } 
}
@-o-keyframes transformFly {
    0% {
        transform: scale(1);
	}
    1% }
        transform: scale(1);
    }
    100% {
        transform: scale(1.5); 
    } 	
}

.merch-right__1 {
	margin: auto;
	margin-left: 44px;
}

.main-merch-left {
	/* margin-right: 0; */
}

.main-merch-fly {
	position: absolute;
	bottom: 75px;
	left: calc(50% + 106px);	
	border-radius: 20px;
}

.main-merch-fly img {
	border-radius: 20px;
}

.main-distribution-block__text .scale-class {
	-webkit-transition: transform 2.0s ease-in-out;
}

.main-distribution-block__text:hover .scale-class {
	 -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: transform 2.0s ease-in-out;
}

.main-news-wrapper {
	background-image: url(../../image/main/company.png);
	background-repeat: no-repeat;
	background-size: cover;	
	width: 89.585%;
	height: auto;
	min-height: 600px;
	padding-bottom: 1px;
}

.wrapper-news {
	display: flex;
	justify-content: space-between;	
}

.wrapper-news-left {
	margin-left: 10.415%;
	background-image: url(../../image/main/fon_2.png);
	background-repeat: no-repeat;
	background-size: contain;	
	width: 40%;
	min-width: 43%;
	height: 420px;
	padding: 140px 130px;
	margin-top: 80px;
}

.wrapper-news-left__title {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px; /* 131.25% */
	margin-bottom: 40px;
}

.wrapper-news-left__text {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 150% */	
	margin-bottom: 50px;
}

.link-white {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.wrapper-news-logo {
	background-image: url(../../image/company/logo.svg);
	background-repeat: no-repeat;
	background-size: cover;	
	width: 100%;
	max-width: 390px;
	height: auto;
	aspect-ratio: 390 / 70;
	margin-bottom: 86px;
	margin-left: auto;
}

.main-vacancy-title,
.main-news-title {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 40px; 
}

.main-vacancy-title {
	margin-top: 40px;
}

.wrapper-news-right {
	width: -webkit-fill-available;
	margin-left: 43px;
}

.block-vacancy,
.block-news {
	padding: 30px 40px;
	width: auto;
	height: auto;
	border-bottom: 2px solid rgba(46, 75, 107, 0.3);
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-top: 2px solid transparent;
	margin-top: -2px;
}

.block-vacancy:first-child,
.block-news:first-child {
	border-top: 2px solid rgba(46, 75, 107, 0.3);
	margin-top: 0;
}

.block-vacancy:hover,
.block-news:hover {
	border-top: 2px solid #001B51;
	border-bottom: 2px solid #001B51;
}

.block-vacancy-city,
.block-news-date {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 200% */
	margin-bottom: 28px;
}

.block-news-vacancy,
.block-news-title {
	overflow: hidden;
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	text-overflow: ellipsis;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	height: 54px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.wrapper-advantages {
	display: flex;
	justify-content: space-between;
	width: 86.17%;
	margin: 80px auto 120px;
}

.block-advantages {
	display: flex;
	align-items: center;
	max-width: 41%;
}

.advantages-icon {
	margin-right: 20px;
}

.advantages-icon img {
	width: 100%;
	max-width: 130px;
}

.advantages-block {
	margin-right: 60px;
	width: max-content;
}

.advantages-block__title {
	color: #0041EA;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 46px;
	font-style: normal;
	font-weight: 800;
	line-height: 46px;
	margin-bottom: 14px;
	white-space: nowrap;
}

.advantages-block__text {
	color: #0041EA;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.main-form-service,
.main-form {
	position: relative;
	width: calc(52.4% - 280px);
	margin: 100px auto;
	min-height: 60px;
	height: auto;
	padding: 30px 140px;
	/* background-image: url(/wp-content/themes/twentytwentyone/image/main/form.png); */
	background-repeat: no-repeat;
	background-size: contain;	
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-form-service img,
.main-form img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.main-form-text { 
	color: #0041EA;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
}

.btn {
	position: relative;
	display: inline-flex;
	padding: 18px 36px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #FF5600;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px; /* 120% */
	cursor: pointer;
	border: 1px solid #FF5600; 
	overflow: hidden;
	white-space: nowrap;
}

.btn:hover {
	color: #FF5600;
	background: #FFF;
}

a.form-main-btn:hover {
	text-decoration: none;
}

.form-brief-popup .btn {
	min-height: 24px;
}

.btn:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    60deg,
    rgba(255, 86, 0, 0) 30%, /* Прозрачность начала блика */
    rgba(255, 255, 255, 0.5), /* Цвет блика */
    rgba(255, 86, 0, 0) 70% /* Прозрачность конца блика */
  );
  top: 0;
  left: -100px;
  animation: shine 7s infinite linear; /* Анимация блика */	
}

@keyframes shine {
  0% {
    left: -100px; /* Начальная позиция блика (левая сторона кнопки) */
  }
  20% {
    left: 100%; /* Позиция блика в конце (правая сторона кнопки) */
  }
  100% {
    left: 100%; /* Завершение анимации */
  }
}



.margin-50 {
	margin-top: 50px;
}

.margin-20 {
	margin-top: 20px;
}

.main-vacancy-wrapper {
	width: 89.585%;
	height: auto;
	margin: 0 auto 120px;
	display: flex;
	justify-content: space-between;
}

.vacancy-wrapper-left {
	width: 37.5%;
	margin-right: 44px;
}

.vacancy-wrapper-right {
    width: inherit;
    aspect-ratio: 73 / 40;
    background-image: url(../../../../uploads/2025/12/home-rabota-1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.vacancy-wrapper-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 48px; /* 133.333% */
	margin-top: 20px;
}

.vacancy-wrapper-title__main {
	margin-left: 0;
}

.vacancy-wrapper-text {
	color: #1C324D;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 120% */
	margin-top: 40px;
}

/* .vacancy-wrapper-text__main {
	margin-left: 140px;
} */

.vacancy-wrapper-text ul li {
	margin-bottom: 20px;
}

#colophon {
	width: 89.585%;
	height: auto;
	margin: 0 auto 16px;
	display: flex;
	justify-content: space-between; 
}

.footer-left {
	width: calc(70.74% - 208px);
	display: flex;
	flex-direction: column;
	background: #F1F2F7;
	padding: 60px 104px 38px;
	height: auto;
	margin-right: 20px;
}

.wrapper-news-logo__footer {
	margin-left: 0;	
	margin-bottom: 60px;
	height: 30px;
	background-size: contain;
}

.footer-year a,
.footer-year {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 60px;
}

.footer-year {
	display: flex;
    justify-content: space-between;
	gap: 16px;
}

.footer-year a {
	float: right;
	margin-top: 0;
}

.footer-right {
	border-radius: 20px;
	border: 2px solid #0041EA;
	width: 233px;
	height: auto;
	flex-shrink: 0;
	padding: 60px;
}

.block-vacancy-contact {
	border-radius: 20px;
	border: 2px solid #0041EA;
	width: auto;
	height: auto;
	flex-shrink: 0;
	padding: 30px;	
	margin-top: 20px;
}

.footer-text {
	color: #0041EA;
	font-family: Commissioner;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
}

.footer-phone {
	color: #0041EA;
	font-family: Commissioner;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
}

.footer-text__bottom {
	margin-bottom: 24px;
	display: block;
}

.vacancy-contact-title {
	margin-bottom: 12px;
}

.company-wrapper-common {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.company-wrapper-common__left {
	position: relative;
}

.background-company-first {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.company-wrapper-common__left {
	/* margin-left: 10.415%; */
	padding-top: 5vw;
	width: 55%;
}

.company-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 54px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 54px;
	margin-top: 0;
	margin-left: 60px;
}

.company-text {
	color: #2E4B6B;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 180% */
	margin-left: 60px;
}

.company-wrapper-common__right {
	width: 44.843%;
	margin-right: 10.415%; 
	margin-left: 8%;
}

.company-wrapper-common__right img {
	margin-top: 64px;
	margin-bottom: 120px;
	width: -webkit-fill-available;
}

.company-services-wrapper,
.service-wrapper-info,
.service-main-wrapper,
.company-fact-wrapper,
.company-missin-wrapper {
	margin: 0 10.415% 120px;
	width: auto;
	position: relative;
	height: 409px;
}

.service-wrapper-info,
.service-main-wrapper {
	height: auto
}

.main-panel-arrow {
	position: absolute;
	top: calc(50% + 30px);
	left: -95px;
	display: flex;
	justify-content: space-between;
	width: calc(100% + 190px);
}

.service-block {
	position: relative;
	padding: 145px 60px 100px;
	border-radius: 10px;
	background: #F1F2F7;
	width: 100%;
}
.service-block-ts {
    width: auto;
    aspect-ratio: 17 / 20;
    height: -webkit-fill-available;
}

.service-block-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 40px; /* 125% */
	margin-bottom: 44px;
}

.service-block-text ul li {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.service-block-text ul {
	padding-left: 24px; 
}

.service-block-icon {
	position: absolute;
	top: 36px;
	right: 36px;
}


.company-missin-background {
	width: -webkit-fill-available;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.wrapper-news-logo__mission {
	width: 390px;
	min-width: 390px;
	height: 70px;
	margin: 0 7.5%;
	background-size: contain;
}

.mission-wrapper {
	height: 100%;
	display: flex;
    align-items: center;
	margin-right: 6%;
	margin-bottom: 97px;
}

.mission-text-title {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 40px;
}

.mission-text-text {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal; /* 166.667% */
}

.company-services-wrapper,
.company-fact-wrapper {
	height: auto;
}

.company-fact-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px; /* 125% */
	margin-bottom: 60px;
}

.company-fact-icons {
	display: flex;
	justify-content: space-between;
}

.logistic-fact-element,
.company-fact-element {
	position: relative;
	width: 23.68%;
	height: 240px;
}

.logistic-fact-element img,
.company-fact-element img {
	position: absolute;
	z-index: -1;
	width: -webkit-fill-available;
	height: 100%;
}

.service-wide-wrapper {
	margin-bottom: 160px;
	position: relative;
}

.service-wide-wrapper > img {
	width: 100%;
}

.service-wide-text-wrapper {
	position: absolute;
	top: 22.53%;
	left: 10.415%;
	right: 0;
}

.service-wide-text-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 48px; /* 125% */
	margin-bottom: 40px;
}

.service-wide-text-text {
	color: #1C324D;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 120% */
	margin-bottom: 40px;
}

.service-wide-text-text ul {
	padding-left: 30px;
}

.service-wide-text-text ul li {
	margin-bottom: 20px;
}

.service-wide-text-contact {
	display: flex;
	gap: 44px;
	margin-bottom: 32px;
}

.service-wide-wrapper > picture > img {
	width: 100%;
}

.company-fact-element__text {
	margin-top: 133px;
	margin-left: 50px;
	color: #0041EA;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.company-fact-element__title {
	color: #0041EA;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-top: 116px;
	margin-bottom: 10px;
	margin-left: 50px;
}

.company-fact-element__title ~ .company-fact-element__text {
	margin-top: 0;
}

.company-services-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 80px;
}

.company-services-elements {
	display: flex;
	justify-content: space-between;
}

.company-services-elements .company-services-link img {
	width: 100%;
    object-fit: contain;
    position: absolute;
    z-index: -1;	
	object-fit: cover;
    height: -webkit-fill-available;
	border-radius: 0px 0px 20px 20px;
}

.company-services-elements .company-services-link:first-child {
	margin-right: 16px;
	width: calc(57500% / 1520);
	height: 420px;
	position: relative;
}

.company-services-elements .company-services-link:nth-child(2) {
	margin-right: 16px;
	width: calc(42400% / 1520);
	position: relative;
}

.company-services-elements .company-services-link:last-child {
	margin-right: 0;
	width: calc(49500% / 1520);
	position: relative;
}

.services-link {
	border-radius: 0px 0px 20px 20px;
    background: rgba(0, 65, 234, 0.9);
    width: calc(100% - 60px);
    display: block;
    height: 160px;
    position: absolute;
    bottom: 0;
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 40px; /* 125% */
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 60px;
}

.services-link:hover {
	text-decoration: none;
	height: 240px;
}

.services-link:hover::after {
	content: '';
	width: 32px;
	height: 32px;
	background-image: url('../../image/company/arrow.svg');
	position: absolute;
    top: 20px;
    right: 20px;
}

.company-document-wrapper {
	width: auto;
	margin-left: 10.415%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 120px;
}

.company-document-title {
	color: rgba(11, 34, 61, 0.80);
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 40px;
}

.documents-wrapper {
	width: 40.7%;
}

.document-list-item {
	height: 110px;
	display:flex;
	align-items: center;
	padding: 0 40px;
	border-bottom: 2px solid rgba(46, 75, 107, 0.3);
	cursor: pointer;
	
/*     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 110px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */	
}

.document-list-item > a {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 110px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;	
}

.document-list-item:hover > a {
	font-weight: 700;
}

.document-list-item:first-child {
	border-top: 2px solid rgba(46, 75, 107, 0.3);
}

.document-list-item:hover {
	border-top: 2px solid #0B223D;
	border-bottom: 2px solid #0B223D;
	font-weight: 700;
	margin-top: -2px;
}

.document-list-item:first-child:hover {
	margin-top: 0;
}

.documents-img-wrapper {
	width: 53.14%;
	height: 801px;
	background-image: url('../../image/company/fon.svg');
	background-size: contain;
    background-repeat: no-repeat;
	display: flex;
    justify-content: flex-end;
}

.documents-img-wrapper img {
	margin-right: 21.8818%;
	margin-top: 67px;
    height: max-content;
    width: 59.19%;
}

.contact-wrapper-common {
	width: 79.17%;
	margin: 120px auto 95px;
	max-width: 1520px;
	display: flex;
	justify-content: space-between;
}

.contact-title {
	margin-left: 8.55%;
	margin-bottom: 105px;
	margin-top: 0;
	line-height: 72px;
}

.contact-tab-title {
	margin-left: 8.55%;
	margin-bottom: 40px;	
}

.tab-title-click {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 93.75% */
	padding-bottom: 16px;
	width: fit-content;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}

.tab-title-click:hover,
.tab-title-click__active {
	color: #FF5600;
	border-bottom: 4px solid #FF5600;
}

.contact-wrapper-common__left {
	width: calc(94.54% - 560px);
}

.contact-tab-text {
	width: 100%;
	height: auto;
	flex-shrink: 0;
	border-radius: 40px;
	background: #F1F2F7;
}

.contact-tab-text__title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 42px 14.6% 38px;
	padding-top: 42px;
}

.contact-tab-text__hr {
	width: 81.76%;
	height: 1px;
	background: #2E4B6B;
	margin: 0 auto 50px;
}

.contact-block {
	margin: 0 14.6% 20px;
}

.contact-block:last-child {
	margin-bottom: 0;
	padding-bottom: 70px;
}

.contact-block-title {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 160% */
}

.contact-block-text {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

.contact-wrapper-common__right {
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin-top: auto;
    position: relative;
    max-width: 100%;
    max-height: 590px;
    width: 600px;
    height: -webkit-fill-available;
}

.contact-wrapper-common__right iframe {
	border-radius: 35px;
}

.contact-form-title {
	color: #0041EA;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px; /* 83.333% */
	margin-bottom: 50px;
}

.contact-form-text {
	color: #2E4B6B;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border: unset;
	border-top: 1px solid #2E4B6B;
	border-bottom: 1px solid #2E4B6B;
	padding: 10px;
	width: -webkit-fill-available;
	height: 40px; 
	margin-bottom: -1px;
}

.contact-map-wrapper {
	display: flex;
}

.contact-form-text:nth-child(4) {
	border-bottom: 1px solid #2E4B6B;
	margin-bottom: 20px;
}

textarea:focus-visible,
input:focus-visible {
	outline: none;	
}

.contact-message {
	display: inline-flex;
	height: 154px;
	min-height: 154px;
	width: -webkit-fill-available;
	padding: 10px;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 20px;
	color: #2E4B6B;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.contact-form-accept {
	width: -webkit-fill-available;
}

.contact-map {
	margin-bottom: 120px;
	height: 480px;
}

.send-success {
	color: #0041EA;
    font-family: Commissioner;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
}

.brand-banner-wrapper {
	position: relative;
	margin-top: 80px;
	margin-bottom: 80px;
	/* aspect-ratio: 1366 / 560; */
}

.brand-banner-services {
	margin-bottom: 50px;
}

.brand-banner-img {
	width: 79.17%;
    position: absolute;
    left: 10.415%;
    z-index: -1;
    top: 20px;
    /* max-height: 560px; */
    height: auto;
    aspect-ratio: 1520 / 600;
    padding: 0;
    margin: 0;
    object-fit: contain;
    right: 0;

}

.link-top {
	margin-top: 30px;
}

.brand-banner-text {
	background-image: url('../../image/brand/fon_text.png');
	background-size: contain;
	width: calc(41.93% - 220px);
	height: auto;
	aspect-ratio: 805 / 560;
	background-repeat: no-repeat;	
	margin-left: 10.415%;
	margin-top: -20px;
	padding: 100px 120px 95px 100px;
	background-size: 100% 100%;
	height: -webkit-fill-available;
}

.brand-banner-title {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 54px;
	font-style: normal;
	font-weight: 800;
	line-height: 46px; /* 114.286% */
	margin-bottom: 50px;
	margin-top: 0;
	display: block;
}

.brand-banner-title__width {
	max-width: 520px;
}

/* .brand-banner-title__service {
	font-size: 48px;
	line-height: 52px;
} */

.brand-text {
	color: rgba(255, 255, 255, 0.80);
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 140% */
}

.brand-banner-text .link-white {
	margin-top: 30px;
	display: block;
}

.brand-main-wrapper {
	position: relative;
}

.brand-main-img {
	position: absolute;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 800;
	z-index: 0;
}

.brand-main-title {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px; /* 125% */
	margin: 0 10.415% 60px;
	padding-top: 100px;
	position: relative;
}

.title-padding-zero {
	padding-top: 0;
}

.brand-filter-wrapper {
	display: flex;
	justify-content: flex-start;
	margin: 0 10.415% 48px;
	gap: 20px 2%;
	flex-wrap: wrap;
}

.brand-filter-link {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	cursor: pointer;
	height: 30px;
	position: relative;
	white-space: nowrap;
}

.brand-filter-link:last-child {
	margin-right: 0;
}

.brand-filter-link:hover,
.brand-filter-link__active {
	color: #0041EA;
}

.brand-filter-link:hover span,
.brand-filter-link__active span {
	background: #0041EA;
	width: 50px;
	height: 3px;	
	display: block;
    position: absolute;
    bottom: 0;
}

.brand-filter-img-wrapper {
	display: flex;
	width: 89.585%;
	margin-right: 10.415%;
	padding-bottom: 80px;
}

.all-brands-button {
	width: 100%;
}

.brand-filter-img {
	display: flex;
	height: fit-content;
	justify-content: flex-start;
	flex-wrap: wrap;
	background-color: #F1F2F7;
	margin: 0 3.125% 0 10.415%;
	width: 100%;
}

.fact-logo {
	position: absolute;
	top: 20px;
	right: 50px;
	height: 100px !important;
	width: 156px !important;
}

.fact-logo:nth-child(2) {
	width: 100px !important;
}

.fact-logo:nth-child(3) {
	width: 100px !important;
}

.fact-logo:nth-child(4) {
	width: 100px !important;
}

@media (max-width: 1400px) {
	.header-phone-icon {
		background-image: url('../../image/header/phone.svg');
		width: 40px;
		height: 40px;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
	}
	.desctop-only-phone {
		display: none;
	}
	
	.fact-logo {
		position: absolute;
		top: 20px;
		right: 50px;
		height: 100px !important;
		width: 140px !important;
	}

	.fact-logo:nth-child(2) {
		width: 80px !important;
	}

	.fact-logo:nth-child(3) {
		width: 80px !important;
	}

	.fact-logo:nth-child(4) {
		width: 80px !important;
	}	
	
	.main-logistic-fly {
		bottom: -30px;
		left: 29%;
	} 
}

.filter-img {
	width: calc(25% - 55px);
	height: auto;
	aspect-ratio: 268 / 210;
	background-color: #FFF;
	border-radius: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	max-width: 268px;
}

.brand-filter-img__all {
	margin-right: 0;
}

.brand-filter-img__all .filter-img {
	width: calc(19.123% - 55px); 
}

.filter-img:nth-child(4n) {
	margin-right: 0;
}

.brand-filter-img__all .filter-img:nth-child(5n) {
	margin-right: 0;
}

.brand-filter-img__all .filter-img:nth-child(4n) {
	margin-right: 20px;
}

.filter-img img {
	width: 100% !important; 
	height: auto !important;
	max-width: 227px !important;
}

.fly_right_block {
    background-color: #F1F2F7;
    width: 11.615%;
    margin-right: -11.615%;
    border-top-right-radius: 60px; 
}

.brand-filter-count {
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.brand-filter-count span {
	font-size: 64px;
}

.brand-filter-img__right {
	position: relative;
	max-width: 440px;
    width: 22.92%;
	height: fit-content;
}

.brand-filter-count {
	position: absolute;
	top: calc(50% - 63.5px); 
	left: calc(50% - 60px);
}

.brand-client {
	margin: 0 6.58%;
	width: auto;
}

.brand-client-wrapper {
	margin-bottom: 140px;
}

.brand-client-slider-wrapper {
	width: 100%;
	background-color: #FFF;
	display: flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0px 4px 8px 3px rgba(0, 27, 81, 0.15), 0px 1px 3px 0px rgba(0, 27, 81, 0.15);
	position: relative;
}

.brand-client-slider {
	width: 79.17%;
	margin: 0 auto;
}

.brand-img {
	width: auto;
	height: 150px;
	display: flex; 
    justify-content: center;
    align-items: center;
	position: relative;
}

.brand-img img {
	width: 100% !important;
	height: auto !important;	
}

.brand-callback-wrapper {
	background-color: #fff;
	/* max-width: 1200px; */
	margin: 120px auto;
}

.brand-consult-wrapper {
	width: 100%;
	max-width: 1440px;
	height: auto;
	margin: 0 auto;
	position: relative;
	aspect-ratio: 120 / 46;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.vacancy-form-button__main,
.vacancy-form-button {
	margin-top: 20px;
}

.brand-consult-background {
	position: absolute;
	top: 24px;
	left: 0;
	width: 100%;
	z-index: 0;
	height: -webkit-fill-available;
}

.brand-consult-personal {
	position: relative;
	height: -webkit-fill-available;
	margin-bottom: 0;
	margin-left: 10.5%;
}

.brand-consult-text__title {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 50px; /* 138.889% */
	margin-bottom: 40px;
}

.brand-consult-text__text {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 120% */
	margin-bottom: 20px;
}

.brand-consult-text {
	position: relative;
	margin-right: 15.17%;
	max-width: 618px; 
    /* margin-top: -50px; */
}

/* .brand-consult-text__main {
	margin-right: 2.17%;
    margin-top: -50px;	
} */

.brand-consult-text__main {
	
}

.popup-client-wrapper,
.popup-main-wrapper {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: rgba(0, 65, 234, 0.2);
}

.popup-form-consultant {
	width: 560px;
	height: auto;
	flex-shrink: 0;
	position: absolute;
	top: calc(50vh - 426.5px);
	left: calc(50vw - 280px);
	padding-bottom: 50px;
}

.popup-form-consultant img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
    height: 100%;
}

.form-title {
	color: #0041EA;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px; /* 83.333% */
	margin: 0 0 50px 120px;
	width: 75%;
}

.popup-form-consultant .form-title {
	margin-top: 110px;
}

.form-popup-button,
.form-popup {
	width: 300px;
	margin-left: 120px;
}

.form-popup-button {
	width: 250px;
}

.form-popup:nth-child(5),
.form-popup:nth-child(4) {
	margin-top: -1px;
	margin-bottom: 0;
}

.form-popup:nth-child(5) {
	border-bottom: 1px solid #2E4B6B;
}

.send-success-popup {
    text-align: center;
    margin: auto;
}

.form-popup:nth-child(6) {
	margin-top: 20px;
}

.arrow-left {
	background-image: url('../../image/arrow_left.svg');
	background-size: contain;
	width: 60px;
	height: 60px;
	aspect-ratio: 805 / 560;
	background-repeat: no-repeat;	
	background-size: contain;
	cursor: pointer;
	opacity: 0.6;
}

.arrow-right {
	background-image: url('../../image/arrow_right.svg');
	background-size: contain;
	width: 60px;
	height: 60px;
	aspect-ratio: 805 / 560;
	background-repeat: no-repeat;	
	background-size: contain;
	cursor: pointer;
	opacity: 0.6;
}

.brand-panel-arrow {
	display: flex;
    justify-content: space-between;
    position: absolute;
	width: 79.17%;
	top: calc(50% - 30px);
}

.service-main-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	width: 79.17%;
	margin-bottom: 26px;
}

.service-wrapper {
	display: flex;
	justify-content: space-between;
	width: 79.17%;
	margin: 0 auto 150px;
}

.service-img-wrapper {
	display: flex;
	justify-content: space-between;
}

.service-main-left {
	width: 66.12%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img-service-block {
	width: calc(50% - 12px);
	position: relative;
}

.img-service-block img {
	width: -webkit-fill-available;
}

.img-service-info {
	width: -webkit-fill-available;
	height: 17px;
	border-radius: 0 0 20px 20px;
	position: absolute;
	bottom: -30px;
	display: flex;
	padding: 50px 40px 60px;
}

.img-service-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px; /* 125% */
}

.img-service-text {
	display: block;
}

.img-service-info {
	height: auto;
	flex-direction: column;
}

.img-service-info:hover .img-service-text {
	display: block;
}

.img-service-text ul li {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 133.333% */
}

.img-service-text ul {
	margin-left: -20px;
}

.img-service-text__ul ul {
	margin-left: -20px;
    list-style: none;
    padding-left: 22px;
}

.service-main-right {
	width: 32.24%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.img-service-block__right {
	width: 100%;
}

.service-fon-map {
	display: flex;
	width: 89.585%;
	position: relative;
	max-height: 700px;
	height: 560px;
	justify-content: space-between;
	margin-bottom: 120px;
	margin-top: 100px;
}

.service-fon-background {
	position: absolute;
	width: -webkit-fill-available;
	aspect-ratio: 1200 / 700;
	z-index: -1;
	width: 56.5%;
}

.service-map-left {
	width: 38.32%;
	margin-left: 15.18%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service-map-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 60px;
	font-style: normal;
	font-weight: 800;
	line-height: 70px; /* 116.667% */
	margin-bottom: 56px;
	padding-top: 40px;
}

.service-map-text {
	color: #2E4B6B;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px; /* 180% */
	width: 91.16%;
    margin: 0 auto;
}

.service-map-right {
	width: 40.52%;
	display: flex;
}

.service-map-right img {
	width: calc(100% + 0px);
}

.service-client-wrapper {
	background-color: #fff;
}

.service-add-wrapper {
	width: 79.17%;
	margin: 0 auto 120px;
}

.service-add-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px; /* 125% */
	margin-bottom: 60px;
}

.service-link-wrapper {
	display: flex;
	justify-content: space-between;
}

.service-link-right,
.service-link-left {
	width: calc(37.84% - 20px);
	position: relative;
	height: auto;
	display: flex;
	justify-content: space-between;
	min-height: 200px;
	aspect-ratio: 37 / 14;
	padding: 40px 8.11% 40px 4.05%;
}

.service-link {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: -webkit-fill-available;
	z-index: -1;
}

.service-link__title {
	color: #0041EA;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.service-link-left > div,
.service-link-right > div {
	display: flex;
	flex-direction: column; 
	justify-content: center;
	margin-left: 8.11%;
}

.distr-service-info {
	width: auto;
	margin: 120px 23.8%;
	color: #001B51;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 150% */
}

.dist-slider-wrapper {
	width: 79.17%;
	margin: 0 auto 120px;
	max-width: 1520px;	
	display: flex;
}

.dist-slider-fon {
	width: 232px;
	min-width: 232px;
	height: 210px;
	margin-right: 40px;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dist-slider-fon img {
	position: absolute;
	top: 0;
	left: 0;
	width: -webkit-fill-available;
	z-index: -1;	
}

.dist-slider-title {
	color: #FFF;
	text-align: center;
	font-family: "Nunito Sans";
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.dist-slider-text {
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.dist-slider-block {
	position: relative;
	width: calc(89.585% - 140px);
}

.dist-client {
	margin: 0 80px;
	width: auto;
}

.distr-panel-arrow {
	width: 100%;
}

.dist-img {
	border: 1px solid #C9CEDA;
	display: flex;
	border-radius: 16px;
	padding: 30px;
	width: calc(100% - 70px) !important;
}

.logistic-icon-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px; /* 125% */
	margin-bottom: 60px;
}

.logistic-icon-wrapper {
	width: 79.17%;
	margin: 0 auto 120px;
	max-width: 1520px;	
}

.logistic-fact-element {
	/* height: 280px; */
	/* max-width: 286px; */
	position: relative;
}

.img-btl-info {
    position: absolute;
    top: calc(50% - 30px);
    left: 30%; 
}

.logistic-fact-element__text {
	color: #0041EA;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-left: 13.89%;
	margin-top: 50px;
	width: 200px;
}

/* .logistic-fact-element:nth-child(1) img,
.logistic-fact-element:nth-child(2) img,
.logistic-fact-element:nth-child(3) img,
.logistic-fact-element:nth-child(4) img {
	margin-left: 0;
	position: absolute;
	z-index: -1;
} */

.margin-top-0 {
	padding-top: 0;
}

.news-title {
	width: min-content;
	margin-top: 20px;
}

.news-block-wrapper {
	width: 54.9%;
	margin: 80px auto 120px;
}

.news-block-wrapper .news-date {
	margin-left: 0;
}

.news-count {
	color: #2E4B6B;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 30px;
}

.news-block {
	width: auto;
	height: auto;
	/* min-height: 360px; */
	border-radius: 40px;
	border: 1px solid rgba(46, 75, 107, 0.40);
	background: #FFF;
	box-shadow: 0px 5px 15px 0px rgba(46, 75, 107, 0.15);
	padding: 6.64% 8.54%;
	margin-bottom: 20px;
}

.news-date {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 40px;
}

.news-block-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Nunito Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 30px;
    display: -webkit-box;
    max-height: 100px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-text {
	overflow: hidden;
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	text-overflow: ellipsis;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 30px;
    display: -webkit-box;
    max-height: 100px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-text p {
	margin: 0;
}

.search-click-all,
.vacancy-click-all,
.brands-click-all,
.news-click-all {
	display: flex;
	width: 100%;
	height: 60px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #FF5600;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px; /* 120% */
	margin-top: 60px;
	border: 2px solid #FF5600;
	cursor: pointer;
}

.brands-click-all {
	width: 96%;
}

.search-click-all {
	width: calc(52.37% - 160px);
    margin: -60px auto 120px;
}

.news-click-all:hover {
	background: rgba(255, 86, 0, 0.10);
	text-decoration: none;
}

.vacancy-main-wrapper,
.category-news {
	width: 79.17%;
	margin: 120px auto;
	max-width: 1520px;
}

.vacancy-main-wrapper {
	margin-top: 0;
	display: flex;
	justify-content: space-between;
}

.news-single-title h1 {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Nunito Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	width: 83.02%;
	margin: 0 auto 60px;
}

.news-hr {
	width: 46.05%;
	height: 4px;
	background: #0041EA;
	margin-bottom: 20px;
	margin-left: 0;
}

.news-date {
	color: rgba(46, 75, 107, 0.80);
	leading-trim: both;
	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-left: 8.49%;
}

.news-content {
	width: 83.02%;
	margin: 0 auto;
}

.news-content p {
	color: #2E4B6B;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 160% */
}

.news-content .post-img {
	margin: 100px auto 60px;
	border-radius: 20px 60px;
	background: #F1F2F7;
	width: 58.73%;
	height: auto;
	aspect-ratio: 740 / 460;
}

.news-content .post-img img {
	width: 100%;
	margin-left: -40px;
    margin-top: -40px;
}

.news-click-return {
	width: 83.02%;
	margin: 70px auto 0;	
}

.title-link:hover {
	text-decoration: none;
}

.vacancy-advent-wrapper {
	width: 64.83%;
	margin: 120px auto;
	max-width: 1520px;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	border: 1px solid #B1C8ED;
	padding: 35px 7.17%;
}

.vacancy-advent-block {
	display: flex;
	align-items: center;
}

.vacancy-advent-text {
	max-width: 236px;
	color: #0041EA;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-left: 20px;
}

.vacancy-filter-side {
	width: 360px;
	min-width: 360px;
	position: relative;
}

.vacancy-filter-side .close-popup {
	display: none;
}

.filter-wrapper {
	background-image: url('../../image/vacancy/filter_fon.svg');
	background-size: contain;
	width: 360px;
	height: 720px;
	aspect-ratio: 1 / 2;
	background-repeat: no-repeat;	
	background-size: contain;	
	display: flex;
	flex-direction: column;
}

.filter-subtitle {
	color: #2E4B6B;
	font-family: Commissioner;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 150% */
	margin-left: 58px;
	margin-top: 70px;
	margin-bottom: 16px;
}

.filter-direction {
	margin-left: 58px;
	color: #2E4B6B;
	font-family: Commissioner;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
	cursor: pointer;
}

.filter-direction input {
	margin-right: 10px;
    margin-left: 0;
}

.second-title {
	margin-top: 40px;
}

.banner-wrapper {
	position: relative;
	height: 250px;
}

.banner-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.banner-text {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	padding-top: 75px;
	margin-left: 40px;
}

.btn-vacancy {
	width: calc(100% - 72px);
	margin-top: 16px;
}

.vacancy-block-wrapper {
	width: 60.79%;
}

.vacancy-main-title {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-left: 24px;
	margin-bottom: 40px;
}

.vacancy-region {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 44px 40px;
}

.vacancy-title {
	color: #0041EA;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin: 0 40px 32px;
}

.vacancy-payd {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0 40px 54px;
}

.vacancy-link {
	color: #FF5600;
	text-align: right;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: right;
	margin: 0 40px 44px;
	width: auto;
	display: block;
}

.vacancy-block {
	border: 1px solid transparent;
	border-bottom: 1px solid rgba(46, 75, 107, 0.40);
}

.vacancy-block-wrapper .vacancy-block:nth-child(3) {
	border-top: 1px solid rgba(46, 75, 107, 0.40);
}

.vacancy-block:hover {
	border: 1px solid #0041EA;
}

.vacancy-wrapper {
	display: flex;
	width: 79.17%;
	margin: 120px auto;
	max-width: 1520px;
	justify-content: space-between;
}

.breadcrumbs-wrapper {
	width: 79.17%;
	max-width: 1520px;
	margin-left: 10.415%;
}

div.breadcrumbs-wrapper {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.bd-breadcrumbs {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 228.571% */
}

.vacancy-main {
	width: calc(93.42% - 560px); 
}

.vacancy-single-title {
	margin-bottom: 90px;
}

.vacancy-single-title h1 {
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;	
}

.vacancy-content p {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 180% */
	margin: 0;
	margin-bottom: 50px;
}

.vacancy-link-post {
	color: #FF5600;
	text-align: left;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 60px;
	display: block;
}

.vacancy-content p b {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	border-bottom: 1px solid rgba(46, 75, 107, 0.4);
	padding-bottom: 20px;
	margin-bottom: 30px;
	width: 100%;
	display: block;
}

.vacancy-content ul {
	margin-bottom: 60px;
}

.vacancy-content ul li {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 6px;
}

.vacancy-click-return {
	margin: 0;
}

.vacancy-side {
	width: 560px;
}

.block-vacancy a,
.block-vacancy-title {
	overflow: hidden;
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.form-vacancy {
	width: 100%;
	height: auto;
	min-height: 940px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.form-vacancy img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: -webkit-fill-available;
	height: 100%;
}

.form-vacancy .form-title {
	padding-top: 110px;
	margin-left: 21.43%;
	margin-right: 21.43%;
}

.form-brief-popup .btn,
.form-vacancy .form-vacancy-button,
.form-vacancy .form-popup {
	margin-left: 21.43%;
	margin-right: 21.43%;
	width: -webkit-fill-available;
}

.form-vacancy .form-vacancy-button {
	margin-bottom: 95px;
	min-height: 24px;
}

.form-vacancy .form-popup:nth-child(5) {
	border-bottom: none;
}

.form-vacancy .form-popup:nth-child(6) {
	border-bottom: 1px solid #2E4B6B;
	margin-bottom: 20px;
	margin-top: 0;
}


.form-radio-title {
	color: #2E4B6B;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 21.43%;
	margin-right: 21.43%;
	margin-bottom: 16px;
}

.radio-wrapper {
	display: flex;
	margin-bottom: 20px;
	margin-left: 21.43%;
	margin-right: 21.43%;
}

.radio-wrapper label {
	color: #2E4B6B;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right: 36px;
	cursor: pointer;
}

.radio-wrapper label input {
	margin-right: 10px;
}

.resume_file {
	color: #FF5600;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	cursor: pointer;
	word-wrap: break-word;
}

.file-resume-add {
	margin: -20px 21.43% 40px;
}

.form-brief-popup,
.form-vacancy-popup {
	/* background-image: url('/wp-content/themes/twentytwentyone/image/vacancy/form_popup.svg'); */
	max-width: 926px; 
	left: calc(50% - 463px);
    top: 4vh;
    position: absolute;
    height: 92vh;
    overflow: auto;
	min-height: auto;
	/* border-bottom: 2px solid #0041EA;
	border-radius: 0 0 20px 20px; */
}

.form-text {
	color: rgba(11, 34, 61, 0.80);
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-left: 21.43%;
    margin-right: 21.43%;
	margin-bottom: 16px;
}

.form-text__second {
	margin-top: 48px;
}

.form-brief-popup .form-popup {
	border-top: none;
	border-bottom: 1px solid #2E4B6B;
}

.popup-client-wrapper .close-popup {	
	top: 4%;
    right: calc(50% - 464px);
}

.brand-main-title {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px; /* 125% */
	margin: 0 10.415% 60px;
	position: relative;
	padding-top: 60px;
}

ul.radio-wrapper {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	display: block;
	list-style: none;
	padding-left: 0;
}

ul.radio-wrapper li {
	margin-bottom: 16px;
}

ul.radio-wrapper li input {
	margin-left: 0;
}

.form-brief-popup img,
.form-vacancy-popup img {
	position: fixed;
    max-width: 926px;
    left: calc(50% - 462px);
    top: 4%;
    height: 92vh;
	width: 100%;
}

.form-brief-popup .btn,
.form-vacancy-popup .btn {
	margin-bottom: 50px;
}

/* .form-brief-popup .form-title,
.form-vacancy-popup .form-title {
	padding-top: 0;
} */

.form-brief-popup::-webkit-scrollbar,
.form-vacancy-popup::-webkit-scrollbar {
    display: none;
}

.form-brief-popup .form-popup,
.form-vacancy-popup .form-popup {
	background-color: unset;
}

.form-brief-popup .send-success-popup,
.form-vacancy-popup .send-success-popup {
	position: absolute;
    top: calc(50% - 40px);
    margin: 0;
    padding: 0;
    left: calc(50% - 162.5px);
}

.close-popup {
	background-image: url('../../image/vacancy/close.svg');
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	cursor: pointer;
	position: absolute;
}

.wrapper-404 {
	
}

.wrapper-404 img {
	margin: 60px auto 40px;
	display: block;
}

.mistake-404 {
	color: #0041EA;
	text-align: center;
	font-family: "Nunito Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin: 0 auto 24px;
}

.mistake-text {
	color: #0041EA;
	text-align: center;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 auto 69px;
}

.btn-404 {
	display: block;
	width: 240px;
	margin: 0 auto 70px;
	text-align: center;
}

.header-search {
	cursor: pointer;
}

.arrow-right:hover,
.arrow-left:hover,
.header-search:hover img {
	filter: invert(9%) sepia(100%) saturate(6724%) hue-rotate(227deg) brightness(100%) contrast(101%);
	opacity: 1;
}

.wrapper-search {
	width: 79.17%;
	margin: 50px auto 120px;
	min-height: calc(100vh - 590px);
}

.wrapper-search #searchform {
	display: flex;
	align-items: center;
	width: 52.37%;
	height: 88px;
	margin: 0 auto 40px;
	border: 2px solid #0041EA;
}

.search-icon {
	cursor: pointer;
	margin: 0 36px;
}

#seachchar {
	border: none;
	width: -webkit-fill-available;
	margin-right: 36px;
	color: #0041EA;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
}

#seachchar::placeholder {
	color: #0041EA;
}

.search-count {
	width: calc(52.37% - 46px);
	color: rgba(0, 27, 81, 0.70);
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0 auto 40px;
}

/* .document-count {
	margin-left: 0;
} */

.search-ol {
	width: calc(64.37% - 160px);
	margin: 0 auto 120px;
}

.document-ol {
	width: 100%;
}

.search-ol li {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 60px;	
}

.search-ol li a {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 60px;
	display: block;
}

.search-ol li a:hover {
	text-decoration: none;
	color: #0041EA;
}

.documents-title {
    font-family: "Nunito Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 70px;
    margin-bottom: 50px;
    margin-top: 0;
    display: block;
	/* text-align: center; */
}

.vacancy-info-wrapper {
	margin-bottom: 100px;
	display: flex;
	position: relative;
	aspect-ratio: 1920 / 960;
}

.vacancy-info-left {
	position: absolute;
	width: 61.22%;
	min-width: 61.22%;
	height: auto;
	aspect-ratio: 1200 / 960;
}

.vacancy-info-left img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
	z-index: -1;
	object-fit: cover;
}

.vacancy-info-ul {
	margin-left:  calc(20.83% + 50px);
	padding-left: 0;
	width: 57.92%;
	height: auto;
}

.vacancy-info-ul li {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: Commissioner;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.vacancy-info-ul li span {
	font-weight: 600;
}

.vacancy-info-ul div {
	margin-top: 6px;
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: Commissioner;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}

.vacancy-info-title {
	margin: 110px 20.83% 70px;
	color: #001B51;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 42px;
	font-style: normal;
	font-weight: 800;
	line-height: 50px; /* 119.048% */
}

.vacancy-info-right {
	position: absolute;
	right: 0;
	width: 36.98%;
	min-width: 36.98%;
	margin-right: 10.415%;
	bottom: 71px;
	aspect-ratio: 680 / 710;
}

.vacancy-info-right img {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

.company-missin-wrapper img {
	position: absolute;
    width: 100%;
    bottom: -5%;
    z-index: -1;
    height: 106%;	
}

.vacancy-video-text {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin: 100px 20% 60px 70px;
}

.vacancy-video-link {
	position: absolute;
	bottom: 54px;
	right: 60px; 
	display: flex;
	align-items: center;
}

.vacancy-video-link .link-white {
	margin-right: 25px;
}

.link-white-icon {
	background-image: url('../../image/vacancy/play.svg');
	width: 60px;
	height: 60px;
}

.form-rules {
	margin-left: 21.43%;
    margin-right: 21.43%;
    width: -webkit-fill-available;
	color: #2E4B6B;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
	margin-bottom: 30px;
	display: block;
	margin-top: 20px;
}

.form-rules-contact {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.form-popup-button,
.form-rules-vacancy {
	margin-top: 0;
}

.form-third {
	margin-top: 18px;
}

.form-brief-button__not {
	pointer-events: none;
	opacity: 0.6;
}

.cookie-plank {
	font-family: 'Nunito Sans';
    width: calc(100vw - 327px);
    height: auto;
    background-color: #FFFFFF;
	border: 1px solid rgba(0, 65, 234, 1);
    position: fixed;
    bottom: 20px;
    left: 120px;
    z-index: 10000;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    padding: 20px 35px;
	color: #2E4B6B;
	justify-content: space-between;
	align-items: flex-start;
}

.cookie-sign {
	cursor: pointer;
	margin-right: 8px;
}

.politic-suggestion {
	margin-left: 128px;
}

.link-grey {
	font-size: 14px;
	color: #2E4B6B;
	font-weight: 400;
	display: inline;
	text-decoration: underline;
}

.cookie-button {
	padding: 6px 36px;
	font-size: 14px;
	margin-left: 35px;
}

.form-vacancy .form-popup:nth-child(4) {
	border-bottom: none;
}

.sitemap-wrapper a {
	color: #001B51;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;	
}

.sitemap-wrapper ul li ul li a {
	font-weight: 400;
} 

.sitemap-wrapper ul li > div {
	display: flex;
}

.arrow-up,
.arrow-down {
	background-image: url('../../image/arrow_right.svg');
	background-size: contain;
	width: 32px;
	height: 32px;
	aspect-ratio: 805 / 560;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	margin-left: 10px;
	transform: rotateZ(90deg);
}

.arrow-up {
	transform: rotateZ(-90deg);
}

.form-brief-popup .form-popup:nth-child(4){
	border-bottom: 1px solid #2E4B6B;
}

.main-link-form {
	margin-left: 16%;
}

.link-logistics-banner {
    display: flex;
    gap: 20px;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    align-items: center;
    margin-top: 30px;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
	.advantages-icon img {
		width: 100%;
		max-width: 100px;
	}
	
	.brand-main-img {
		aspect-ratio: unset;
	}
	
	.service-fon-map {
		margin-top: 0;
	}
	
	.service-fon-background {
		width: 64.5%;
	}
	
	.advantages-block__title {
		font-size: 42px;
	}
	
	.advantages-block {
		margin-right: 50px;
	}
	
	.vacancy-wrapper-title {
		margin-top: 3vw;
	}
	
	.main-banner,
	.main-merch-wrapper, 
	.main-logistic-wrapper,
	.main-news-wrapper,
	.main-vacancy-wrapper,
	#colophon {
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	
	.service-wide-text-wrapper {
		margin-left: 2.5%;
	}
	
	.footer-menu {
		flex-wrap: wrap;
		gap: 0px 24px;
        justify-content: flex-start;
	}
	
	#masthead_main {
        width: calc(95vw - 3px);
        padding: 0 2vw 0; 
	}
	
	.company-fact-element__title {
		margin-top: 90px;
	}
	
/* 	.company-fact-element img {
		height: 100%;
	} */
	
	.main-slider-wrapper {
		width: calc(95% - 180px);
		padding: 0 calc(2.5% + 80px) 0 calc(2.5% + 100px);
	}
	
	.company-document-wrapper,
	.company-services-wrapper, 
	.company-fact-wrapper, 
	.company-missin-wrapper {
		width: 95%;
		margin-left: 2.5%;
	}
	
	.main-slider-wrapper .main-panel-arrow {
		width: 95%;
        left: 2.5%;
	}
	
	.main-distribution-wrapper {
		width: 95%;
		padding: 180px 2.5% 140px;
	}
	
	.main-logistic-left {
		width: calc(95% - 800px);
	}
	
	.vacancy-info-ul li {
		color: #2E4B6B;
		leading-trim: both;
		text-edge: cap;
		font-family: Commissioner;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}

	.vacancy-info-ul div {
		margin-top: 6px;
		color: #2E4B6B;
		leading-trim: both;
		text-edge: cap;
		font-family: Commissioner;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 20px;
		text-transform: uppercase;
	}
	
	.main-logistic-left__title {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 40px;
	}
	
	.main-logistic-left {
		padding: 90px 100px;
	}
	
	.main-merch-wrapper, 
	.main-logistic-wrapper {
		justify-content: space-between;
	}
	
	.main-logistic-left__text ul li {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 20px;
	}
	
	.main-news-wrapper {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	.wrapper-news-left {
		margin-left: 2.5%;
/* 		width: 570px;
		min-width: 570px; */
	}
	
	.main-form-service,
	.main-form {
		width: calc(50% + 40px);
	}
	
	.main-merch-fly {
		left: 50%;
		bottom: 20px;
	}
	
	.company-services-wrapper, 
	.company-fact-wrapper, 
	.company-missin-wrapper {
		margin-top: 20px;
	}
	
	.brand-banner-text {
		width: calc(50% - 200px);
		margin-left: 2.5%;
	}
	
	.brand-banner-img {
		width: 95%;
		left: 2.5%;
	}
	
	div.breadcrumbs-wrapper {
		margin-left: 2.5%;
	}
	
	.brand-filter-wrapper {
		margin: 0 2.5% 48px;
	}
	
	.brand-main-title {
		margin: 100px 2.5% 60px;
	}
	
	.brand-filter-img-wrapper {
		width: 95%;
		margin-right: 2.5%;
	}
	
	.brand-filter-img {
		margin-left: 2.5%;
	}
	
	.brand-panel-arrow {
		width: 95%;
		left: 2.5%;
	}
	
	.brand-client {
		margin: 0;
	}
	
	.logistic-icon-wrapper,
	.dist-slider-wrapper {
		width: 95%;
		margin: 0 auto 120px; 
	}
	
	.vacancy-main-wrapper, 
	.category-news,
	.service-wrapper,
	.brand-consult-wrapper,
	.service-add-wrapper,
	.service-fon-map {
		width: 95%;
	}
	
	.service-map-left {
		margin-left: 2.5%;
		width: 45%;
	}
	
	.brand-main-title {
		margin-top: 0;
		/* padding-top: 0; */
	}
	
	.vacancy-advent-wrapper {
		width: 80.66%;
	}
	
	.vacancy-block-wrapper {
		width: 70%;
	}
	
	.vacancy-info-right {
		margin-right: 2.5%;
		width: 39%;
        bottom: 0;
	}
	
	.vacancy-video-text {
		margin-top: 50px;
	}
	
	.vacancy-info-left {
		width: 68%;
	}
	
	.vacancy-info-title {
		margin-left: 10%;
	}
	
	.vacancy-info-ul {
		margin-left: calc(10% + 50px);
	}
	
	.vacancy-info-wrapper {
		margin-bottom: 180px;
	}
	
	.vacancy-wrapper,
	.contact-wrapper-common {
		width: 95%;
	}
	
	.popup-form-consultant {
		top: 2vh;
        bottom: 20vh;
        overflow-y: auto;
        height: 93vh;
	}
	
	.popup-form-consultant::-webkit-scrollbar {
		display: none;
	}
	
	.popup-form-consultant img {
		width: 560px;
        height: 96%;
        position: fixed;
        top: 2%;
        left: calc(50% - 280px);
	}
	
/* 	.form-title {
		margin-top: 50px;
	} */
	
	.popup-main-wrapper .close-popup {
		position: fixed;
        top: 4vh;
        left: calc(50vw + 435px);
	}
	
	.popup-form-consultant .close-popup {
		top: 2vh;
        left: calc(50vw + 240px);
	}
	
	.popup-client-wrapper .close-popup {
		top: 4%;
	}
	
	.popup-form-consultant {
		padding-bottom: 20px;
		/* top: calc(50vh - 400px); */
	}
	
	.popup-form-consultant .form-title {
		margin-top: 50px;
	}
}

.mobile-only {
	display: none;
}

.button-up {
	bottom: 40px;
    position: fixed;
    right: 11px;
    z-index: 5000;
}

.scroll__button {
	align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    height: 54px;
    justify-content: center;
    padding: 9px;
    width: 54px;
    border: 1px solid #0041EA;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.scroll__icon {
	color: white;
    font-size: 16px;
}

.nuxt-icon svg {
    height: 1em;
    margin-bottom: .125em;
    vertical-align: middle;
    width: 1em;
	fill: #0041EA;
}

.scroll__button:hover {
	background-color: #0041EA;
}

.scroll__button:hover svg {
	fill: #ffffff;
}

.required {
	border-bottom: 1px solid red !important;
    border-top: 1px solid red !important;
    position: relative;
}

.required::placeholder {
	color: red;
}

.effective
{
    -webkit-animation: fadeInFromNone 2.5s ease-out;
    -moz-animation: fadeInFromNone 2.5s ease-out;
    -o-animation: fadeInFromNone 2.5s ease-out;
    animation: fadeInFromNone 2.5s ease-out;
	opacity: 1;
}
@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0;
	}
    1% }
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.effective-fade,
.brand-consult-wrapper .effective-fade {
    -webkit-animation: fadeInFromNone1 1.0s ease-out;
    -moz-animation: fadeInFromNone1 1.0s ease-out;
    -o-animation: fadeInFromNone1 1.0s ease-out;
    animation: fadeInFromNone1 1.0s ease-out;
	bottom: 0;
	opacity: 1;
}

.brand-main-wrapper {
	position: relative;
	opacity: 1; 
}

.brand-main-img {
	position: absolute;
	width: 100%;
	height: auto;
	/* aspect-ratio: 1920 / 1200; */
	z-index: 0;
}

.brand-filter-wrapper {
	display: flex;
	justify-content: flex-start;
	margin: 0 10.415% 48px;
}

.pl-filter-link,
.brand-filter-link {
	color: #2E4B6B;
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	margin-right: 40px;
	cursor: pointer;
	height: 30px;
	position: relative;
	white-space: nowrap;
}

.btl-block-wrapper {
	display: flex;
	gap: 24px;
	position: relative;
}

.brand-case {
	background-image: url(../../image/merch/fon_case.png);
	aspect-ratio: 1084 / 744;
	width: 67%;
	background-repeat: no-repeat;
}

.brand-case-text {
	margin-left: 10.415vw;
}

.brand-case-text {
	color: #2E4B6B;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Nunito Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;	
	padding-top: 100px;
	padding-right: 200px;
    padding-bottom: 60px;
}

.footer-year > div {
	display: flex;
	gap: 20px;
}

.case-text-b {
	font-weight: 700;
}

.case-wrap {
	width: 89.585vw;
	display: flex;
}

.mission-circle {
	margin: 0 auto;
	display: block;
}

.brand-case-img {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-left: -120px;
	align-items: flex-end;
	margin-top: 50px;
}

.brand-case-img img {
	width: 100%;
}

.brand-case-img .case-logo-svg {
	width: 363px;
}
.brand-filter-link:last-child {
	margin-right: 0;
}

.brand-filter-link:hover,
.brand-filter-link__active {
	color: #0041EA;
}

.brand-filter-link:hover span,
.brand-filter-link__active span {
	background: #0041EA;
	width: 50px;
	height: 3px;	
	display: block;
    position: absolute;
    bottom: 0;
}

.brand-filter-img-wrapper {
	display: flex;
	width: 89.585%;
	margin-right: 10.415%;
	gap: 95px;
}

.pl-wrapper-text {
	position: relative;
}

.pl-class-title {
	color: #0041EA;
	font-family: "Nunito Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 42px; /* 87.5% */
	margin-bottom: 32px;
}

.pl-class-text {
	color: #2E4B6B;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	margin-bottom: 24px;
}

.pl-block-wrapper {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
}

.pl-block {
	padding: 12px 16px;
	color: #0041EA;
	background: rgba(0, 65, 234, 0.10);
	leading-trim: both;
	text-edge: cap;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 160% */
}

.pl-ul li {
	color: #2E4B6B;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 150% */
}

.pl-ul {
	column-count: 2;
	margin-bottom: 5px;
}

.pl-mark {
	color: #001B51;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.8;
	margin-bottom: 60px;
}

.pl-button {
	padding: 18px 36px;
	margin: 0 auto;
	background: #FF5600;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
	width: fit-content;
	margin-bottom: 120px;
}

.brand-filter-img {
	display: flex;
	height: fit-content;
	justify-content: flex-start;
	flex-wrap: wrap;
	background-color: #F1F2F7;
	margin: 0 3.125% 0 10.415%;
	width: 100%;
}

.logistic-pl-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 351px;
	margin-left: 10.415%;
}

.pl-class {
	height: 70px;
	position: relative;
    background-repeat: no-repeat;
	color: #FFF;
	font-family: "Nunito Sans";
	font-size: 34px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	align-items: center;
    display: flex;
    padding-left: 50px;
	cursor: pointer;
}

.pl-class {
	background-size: contain;
}

.pl-1 {
	background-image: url(../../image/logistic/1pl.svg);
    width: 165px;
}

.pl-1:hover,
.pl-1_active {
	background-image: url(../../image/logistic/1pl_hover.svg);
}

.pl-2 {
	background-image: url(../../image/logistic/2pl.svg);
    width: 185px;
}

.pl-2:hover,
.pl-2_active {
	background-image: url(../../image/logistic/2pl_hover.svg);
}

.pl-3 {
	background-image: url(../../image/logistic/3pl.svg);
    width: 206px;
}

.pl-3:hover,
.pl-3_active {
	background-image: url(../../image/logistic/3pl_hover.svg);
}

.pl-4 {
	background-image: url(../../image/logistic/4pl.svg);
    width: 227px;
}

.pl-4:hover,
.pl-4_active {
	background-image: url(../../image/logistic/4pl_hover.svg);
}

.pl-5 {
	background-image: url(../../image/logistic/5pl.svg);
    width: 245px;
}

.pl-5:hover,
.pl-5_active {
	background-image: url(../../image/logistic/5pl_hover.svg);
}

.filter-img {
	width: calc(25% - 55px);
	height: auto;
	aspect-ratio: 268 / 210;
	background-color: #FFF;
	border-radius: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	max-width: 268px;
}

.brand-filter-img__all {
	margin-right: 0;
}

.brand-filter-img__all .filter-img {
	width: calc(19.123% - 55px); 
}

.filter-img:nth-child(4n) {
	margin-right: 0;
}

.brand-filter-img__all .filter-img:nth-child(5n) {
	margin-right: 0;
}

.brand-filter-img__all .filter-img:nth-child(4n) {
	margin-right: 20px;
}

.filter-img img {
	width: 100% !important; 
	height: auto !important;
	max-width: 227px !important;
}

.fly_right_block {
    background-color: #F1F2F7;
    width: 11.615%;
    margin-right: -11.615%;
    border-top-right-radius: 60px; 
}

.brand-callback-form {
	margin-top: 20px;
}

.brand-callback-form:hover {
	text-decoration: none;
}

@media screen and (min-width: 1920px) {
	#masthead_main {
		max-width: 1920px;
		margin: 0 auto;
		padding: 0;
	}
	
	.site {
		max-width: 1920px;
		margin: 0 auto;
	}
}