* {
  box-sizing: border-box;
  outline: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  position: relative;
  font-size: 15px;
  color: #606b77;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1440px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0 60px;
}

section p{
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #606B77;
}

.main_btn{
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 109%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 25px;
  background: #0056A4;
  border-radius: 100px;
  width: fit-content;
}

span.h2{
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0056A4;
  margin-bottom: 40px;
}

section h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0056A4;
  margin-bottom: 40px;
}

/* index.html - Start */

.phone_header a{
	font-weight: 700;
	font-size: 20px;
	line-height: 146%;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #2361A9;
}

.phone_header a img{
	margin:0 20px 0 30px;
}

.slider_bl.mob_slider{
  display: none;
}
.main_site {
  padding-left: 100px;
}

.sidebar_nav {
  position: fixed;
  left: 0;
  top: 0;
  background: #0056a4;
  width: 100px;
  height: 100%;
  overflow: hidden;
  transition: all .3s ease;
  z-index: 3;
}

.sidebar_nav:hover{
  width: 330px;
  transition: all .3s ease;
}

.main_site {
  background: #fff;
  width: 100%;
}

.sidebar_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  width: 300px;
  padding-left: 0;
}


.menu-sidebar-container{
  width: 100%;
}

.menu-sidebar-container .menu{
  width: 100%;
}

.sidebar_content ul li {
  margin-bottom: 17px;
  width: 100%;
  padding-left: 30px;
}

.sidebar_content ul li.current-menu-item.menu-item-home{
	position:relative;
	z-index:-1;
}

.sidebar_content ul li:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.header_logo img{
	width:145px;
}

.header {
  height: 90px;
  display: flex;
  padding-left: 100px;
}

.header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header_nav_menu ul{
  display: flex;
  align-items: center;
}

.header_nav_menu a {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2361a9;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-left: 30px;
}

.header_nav_menu a:hover {
  border-bottom: 3px solid #e40137;
  border-radius: 2px;
}

.header_search input {
  background: #edeff3;
  border-radius: 100px;
  border: none;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  letter-spacing: 0.02em;
  color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
}

.header_search {
  margin-left: 40px;
  position: relative;
  cursor: pointer;
}
.header_search input::placeholder {
  letter-spacing: 0.02em;
  color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
}

.header_search button {
  position: absolute;
  top: calc(50% - 11px);
  right: calc(50% - 11px);
  border: none;
  cursor: pointer;
  padding: 0;
  margin:0;
  background: #EDEFF3;
  pointer-events: none;
}

.header_search .open_search button{
	pointer-events: auto;
}

.header_search button img{
  width: 22px;
  height: 22px;
}

.header_addition {
  height: 600px;
  position: relative;
}

.header_addition_content {
  background-color: #fff;
  padding: 60px 60px 0 60px;
  width: 55%;
  margin-left: -60px;
}

.header_addition_content h2 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0056a4;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}

.header_addition_content h2 span {
  color: #e40137;
}

.header_addition_content p {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #606b77;
  margin-bottom: 30px;
}

.header_addition_content a {
  width: 240px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #2361a9;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
}

.header_addition_content a:hover {
  background-color: #169ce1;
}

.header_addition_container {
  display: flex;
  align-items: flex-end;
  height: 100%;
}


.choice_country_box {
  width: 50%;
  margin-bottom: 20px;
}

.choice_country_box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  height: 70px;
  padding: 0 10px;
  width: fit-content;
}

.choice_country_box ul li.active_li a{
  width: 100%;
  height: 50px;
  background-color: #2361a9;
  border-radius: 100px;
  color: #fff;
}

.choice_country_box ul li a {
  text-transform: uppercase;
  color: #2361a9;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.name_country_box {
  max-height: 450px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  overflow-y: scroll;
}

.name_country_box .simplebar-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}



.name_country_box .simplebar-content:before, .name_country_box .simplebar-content:after{
	display:none;
}

.name_country_box .simplebar-track.simplebar-vertical{
	 width: 8px;
}

.name_country_box .simplebar-scrollbar:before {
    background: #2361a9;
    opacity: 1;
    transition:none
}

.country_card {
  background: #edeff3;
  width: 100%;
  height: 154px;
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.country_card img {
  border-radius: 4px;
  margin-bottom: 10px;
  width: 66px;
  height: 44px;
}

.country_card p {
  color: #2361a9;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  text-align:center;
}




.percel_track_box {
  background: #edeff3;
  height: 160px;
  padding-left: 50px;
}

.percel_track_input {
  position: relative;
  width: 60%;
}

.percel_track_input input {
  width: 100%;
  height: 60px;
  padding-left: 30px;
  color: #848d97;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  border-radius: 100px;
  border: none;
}

.percel_track_input input::placeholder {
  color: #848d97;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
}

.percel_track_input button {
  background: #2361a9;
  border-radius: 100px;
  width: 200px;
  height: 60px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  border: none;
  cursor: pointer;
  top: 0;
  right: 0;
  position: absolute;
}

.percel_track_box {
  display: flex;
  align-items: center;
}

.percel_track_logos {
  display: flex;
  align-items: center;
  margin-left: 65px;
  width: 30%;
  justify-content: space-between;
}

.slide_text span.h2{
  margin-bottom: 20px;
}

.slide_text{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 48px 40px;
  max-width: 520px;
  z-index: 2;
  position: relative;
}

.slide_text p{
  margin-bottom: 20px;
  position: relative;
}

.slide{
  padding: 60px 0;
  position: relative;
}

.slide::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 86, 164, 0.4), rgba(0, 86, 164, 0.4)), url(.jpg);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  top: 0;
  left: 0;
  z-index: 1;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
}

.slider_bl {
  position: relative;
}


.slider_bl .slick-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: fit-content;
}

.slider_bl .slick-dots button {
  background: #EDEFF3;
  border: none;
  border-radius: 50%;
  height: 10px;
  width: 10px !important;
  outline: none;
  font-size: 0;
  margin: 7px;
  padding: 0;
}

.slider_bl .slick-dots li[class=slick-active] button {
  background: #0056A4;
}

.slider_bl .slick-arrow {
  position: absolute;
  font-size: 0;
  z-index: 2;
  border: none;
  width: 63px;
  height: 54px;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 100px 0px 0px 100px; 
}

.slider_bl .slick-arrow.slick-prev{
  right: 0;
  top: calc(50% - 59px);
}

.slider_bl .slick-arrow.slick-next{
  right: 0;
  bottom: calc(50% - 59px);
}


.slider_bl .slick-arrow.slick-prev::before {
  left: 0;
  background: url(../images/icons/arrow_slider.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 13px;
  height: 24px;
  content: '';
  position: absolute;
  left: 22px;
  top: 15px;
}

.slider_bl .slick-arrow.slick-next::before {
  left: 0;
  background: url(../images/icons/arrow_slider.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 13px;
  height: 24px;
  content: '';
  position: absolute;
  left: 22px;
  top: 15px;
}

.main_slider_s{
  margin-bottom: 75px;
}

.arrow_down{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 60px;
}

.services_all .arrow_down{
  height: inherit;
  margin-bottom: 0;
}

.services_s{
  margin-top: 50px;
}

.services_s h1{
	margin-bottom: 10px;
	font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
	color: #0056A4;
}

.services_s span.h2{
	font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0056A4;
    margin-bottom: 40px;
}

.services_s span{
	margin-bottom: 40px;
	font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #606B77;
	display:block;
}

.subtitle_s2_serv{
	display:block;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #606B77;
	margin: 50px 0 30px;
}

.grid_services{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 50px;
}

.grid_services.more_inform{
	grid-template-columns: repeat(3,1fr);
	margin-bottom: 0px;
}

.more_inform .services_block{
	padding: 20px 30px 30px;
	background: #FFFFFF;
	border: 1px solid #ECEFF4;
	box-shadow: 0px 4px 32px rgba(33, 67, 99, 0.12);
}

.services_block_title img{
	width:32px;
	height:32px;
	margin-right:14px;
}

.services_block_title h4{
	font-weight: 700;
	font-size: 20px;
	line-height: 146%;
	letter-spacing: 0.02em;
	color: #0061AF;
	min-height:54px;
	display: flex;
    align-items: center;
}

.services_block_title span.h4{
	font-weight: 700;
	font-size: 20px;
	line-height: 146%;
	letter-spacing: 0.02em;
	color: #0061AF;
	min-height:54px;
	display: flex;
    align-items: center;
	margin:0;
}

.more_inform .services_block p{
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #8493A8;
	margin: 10px 0 0 0;
}

.services_block_title{
	display:flex;
	align-items:center;
}

.services_repeater:nth-child(even) .services_block:nth-child(odd){
	background: #0061AF;
	border: none;
	box-shadow: none;
}
.services_repeater:nth-child(even) .services_block:nth-child(odd) h4{
	color:#fff;
}

.services_repeater:nth-child(even) .services_block:nth-child(odd) span.h4{
	color:#fff;
}
.services_repeater:nth-child(even) .services_block:nth-child(odd) p{
	color: rgba(255, 255, 255, 0.8);
}



.services_repeater:nth-child(odd) .services_block:nth-child(even){
	background: #0061AF;
	border: none;
	box-shadow: none;
}
.services_repeater:nth-child(odd) .services_block:nth-child(even) h4{
	color:#fff;
}

.services_repeater:nth-child(odd) .services_block:nth-child(even) span.h4{
	color:#fff;
}
.services_repeater:nth-child(odd) .services_block:nth-child(even) p{
	color: rgba(255, 255, 255, 0.8);
}



.services_block{
  background: #EDEFF3;
  border-radius: 10px;
  padding: 50px 40px;
}

section.services_s p{
  font-size: 20px;
  line-height: 120%;
  margin: 0;
}

section.services_s li{
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #0056A4;
  margin: 30px 0 0;
  transition: all .3s ease;
}

section.services_s li:hover{
	 transform: scale(1.03);
}

section.services_s li a{
	color: #0056A4;
}

section.services_s li:before{
  content: '';
  background: url(../images/icons/arrow_right_blue_red.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 22px;
  margin-right: 18px;
}

.services_s .main_btn{
  margin: 0 auto;
}

.types_blocks{
  margin-top: 100px;
}

.grid_types{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.types_block{
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.types_block::after{
  content: '';
  width: 1px;
  height: 120px;
  background: #B2BAC4;
  position: absolute;
  left: 0 ;
  top: 0;
}

.types_block img{
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-bottom: 17px;
}

.types_block:nth-child(4n+1)::after{
  display:none;
}

.types_block p{
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #0056A4;
}

.types_of_cargo{
  margin-bottom: 68px;
}

.meest_worldwide{
  margin-top: 54px;
}

.benefits{
  margin-top:95px;
  height: auto;
}

.benefits_block img{
  max-width: 68px;
  max-height: 72px;
}

.benefits_block img:nth-child(2){
  display:none;
}

.benefits_block h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0056A4;
  margin-top: 30px;
}

.benefits_block p{
  color: #FFFFFF;
  margin-top: 20px;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.benefits_block{
  padding: 30px;
  border: 1px solid #B2BAC4;
  border-radius: 10px;
  max-width: 282px;
  height: 259px;
  width: 24%;
  margin-bottom: 20px;
  cursor:pointer;
}

.grid_benefits{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.3s ease;
  flex-wrap: wrap;
}

.benefits_block:hover{
  background: #0056A4;
  border: 1px solid #0056A4;
  transition: all 0.3s ease;
  height: inherit;
}

.benefits_block:hover h3{
  color:#fff;
}

.benefits_block:hover img:nth-child(2){
  display: block;
}

.benefits_block:hover img:nth-child(1){
  display: none;
}

.benefits_block:hover p{
  height: fit-content;
  transition: all 0.3s ease;
}

.benefits{
  margin-bottom: 96px;
}

.img_post_prew img{
  height: 100%;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.img_post_prew{
  border-radius: 10px;
  position: relative;
  height: 200px;
}

.img_post_prew::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(35, 97, 169, 0.3), rgba(35, 97, 169, 0.3));
}

.cat_data{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}

.cat_data span{
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #606B77;
  display: flex;
  align-items: center;
}

.cat_data span img{
  max-width: 20px;
  max-height: 20px;
  margin-right: 14px;
}

.news_block h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2361A9;
  margin-bottom: 29px;
}

.news_block span.h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2361A9;
  margin-bottom: 29px;
}

.more_post{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #0056A4;
  display: flex;
  align-items: center;
}

.more_post img{
  margin-left: 10px;
}

.grid_news_3{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.news_block:hover .more_post{
  text-decoration: underline;
}

.news_3 .main_btn{
  margin: 50px auto 0;
  padding: 19px 90px;
}

.main_btn:hover {
  background: #169ce1;
}

.top_footer span.h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0056A4;
  margin-bottom: 25px;
}

.top_footer h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0056A4;
}

.top_footer p{
  margin-top: 20px;
}

.top_footer a{
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #606B77;
}

.top_footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.phone_email{
  display: flex;
  align-items: flex-start;
}

.phone_email .phone{
	margin-right:112px;
}

.footer_bl{
  max-width: 227px;
}

.soc_seti{
  display: flex;
  align-items: center;
  column-gap: 22px;
}

/* .soc_seti img{
  margin-right: 24px;
} */

footer{
  margin-top: 100px;
  padding: 50px 0 50px 100px;
  border-top: 3px solid #0056A4;
}

.bottom_footer{
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copirate{
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: rgba(96, 107, 119, 0.6);
  margin-right: 30px;
}

.copirate.home_p_copirate a{
	pointer-events: none;
}

.copirate a{
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: rgba(96, 107, 119, 0.6);
}

.publick a{
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #0056A4;
}

.publick a:nth-child(1){
  margin-right: 19px;
}

.publick{
  display: flex;
  align-items: center;
}

/* .header_search .absolut_search:hover input{
  width: 360px;
  position: absolute;
  right: 0;
  transition: all .3s ease;
  color: #848D97;
}

.header_search .absolut_search:hover input::placeholder{
  color: #848D97;
} */

.absolut_search.open_search input{
  width: 360px;
  position: absolute;
  right: 0;
  transition: all .3s ease;
  color: #848D97;
}

.absolut_search.open_search input::placeholder{
  color: #848D97;
}

.absolut_search{
  width: 54px;
  height: 54px;
}

.arrow_section {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  animation-name: arrow_go;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.services_all .arrow_section{
  animation-name: none;
}

@keyframes arrow_go{

  0%{
    padding-top:0;
  }
  100%{
    padding-top:20px;
  }
}
.name_country_box::after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
/* index.html - end  */

/* about.html*/
.title_s{
  height: 360px;
  width: 100%;
  display: flex;
}

.title_s h1{
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 1060px;
}

.title_s .container{
  display: flex;
  align-items: center;
}

.bread_crumbs{
  display: flex;
  align-items: flex-start;
  margin: 37px 0;
}

.bread_crumbs ul{
	display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
}

.bread_crumbs ul li{
	margin-bottom:5px;
}

.bread_crumbs ul a:after{
	content:'';
	background: url(../images/icons/arrow_slider.svg);
	background-size:100% 100%;
	width: 7px;
    height: 13px;
	padding: 0 10px;
}

.bread_crumbs a{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  display: flex;
  align-items: baseline;
  letter-spacing: 0.02em;
  color: #606B77;
}

.bread_crumbs a span{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  display: flex;
  align-items: baseline;
  letter-spacing: 0.02em;
  color: #606B77;
}

.bread_crumbs span{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #0056A4;
}

.bread_crumbs img{
  width: 7px;
  height: 13px;
  margin: 7px 12px;
}

.s_about_text h3{
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #0056A4;
  margin-bottom: 50px;
  max-width: 690px;
}

section.s_about_text p{
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #606B77;
  margin-top: 20px;
  max-width: 800px;
}

.about_bl h3:before {
  content: '';
  background: url(../images/icons/errow_new_bl.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 22px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

.about_bl span.h3:before {
  content: '';
  background: url(../images/icons/errow_new_bl.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 22px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

.about_bl h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #606B77;
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}

.about_bl span.h3{
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #606B77;
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}

.about_bl p{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #606B77;
}

.about_bl{
  padding: 40px 30px 30px 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(33, 67, 99, 0.12);
  border-radius: 10px;
  margin-bottom: 50px;
  width: 66%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.about_bl:nth-child(2){
  box-shadow:none;
  background: #0056A4;
  width: 31%;
}

.about_bl:nth-child(2) h3{
  color: #FFFFFF;
}

.about_bl:nth-child(2) span.h3{
  color: #FFFFFF;
}

.about_bl:nth-child(2) p{
  color: #FFFFFF;
}

.about_bl:nth-child(2) h3:before {
  background: url(../images/icons/errow_new_wh.svg);
  background-size: 100% 100%;
}

.about_bl:nth-child(2) span.h3:before {
  background: url(../images/icons/errow_new_wh.svg);
  background-size: 100% 100%;
}

.about_bl:nth-child(3){
  box-shadow:none;
  background: #0056A4;
  width: 31%;
}

.about_bl:nth-child(3) h3{
  color: #FFFFFF;
}

.about_bl:nth-child(3) span.h3{
  color: #FFFFFF;
}

.about_bl:nth-child(3) p{
  color: #FFFFFF;
}

.about_bl:nth-child(3) h3:before {
  background: url(../images/icons/errow_new_wh.svg);
  background-size: 100% 100%;
}

.about_bl:nth-child(3) span.h3:before {
  background: url(../images/icons/errow_new_wh.svg);
  background-size: 100% 100%;
}

.about_bl:nth-child(6){
  box-shadow:none;
  background: #0056A4;
  width: 31%;
}

.about_bl:nth-child(6) h3{
  color: #FFFFFF;
}

.about_bl:nth-child(6) span.h3{
  color: #FFFFFF;
}

.about_bl:nth-child(6) p{
  color: #FFFFFF;
}

.about_bl:nth-child(6) h3:before {
  background: url(../images/icons/arrow_right_white_red.svg);
}

.about_bl:nth-child(6) span.h3:before {
  background: url(../images/icons/arrow_right_white_red.svg);
}

.grid_s2_about{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.what_should_you_know{
  margin-top: 100px;
  margin-bottom: 50px;
}
/* about.html - end  */


/* services.html  */
.first_bl_serv.mob_bl_serv{
  display: none;
}
.quote h3{
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #606B77;
  padding-left: 210px;
  position: relative;
}

.quote h3::before{
  content: '';
  width: 74px;
  height: 55px;
  background: url(../images/icons/quotes.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 100px;
  top: 10px;
}

.quote{
  margin-bottom: 100px;
}

.arrow_down.services_p{
  margin-top: 80px;
  margin-bottom: 68px;
}

.bl_serv{
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(33, 67, 99, 0.12);
  border-radius: 10px;
  padding: 40px;
}

.bl_serv img{
  width: 90px;
  height: 90px;
}

.bl_serv h3{
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0056A4;
  margin: 30px 0;
}

.bl_serv span.h3{
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0056A4;
  margin: 30px 0;
}

.bl_serv p{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #606B77;
}

.bl_serv.blue{
  background: #0056A4;
  box-shadow: none;
}

.bl_serv.blue p{
  color: rgba(255, 255, 255, 0.8);
}

.bl_serv.blue h3{
  color: rgba(255, 255, 255);
}

.bl_serv.blue span.h3{
  color: rgba(255, 255, 255);
}

.bl_serv.air{
  margin-bottom: 30px;
}

.first_bl_serv{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 100px;
}

.first_bl_serv > div:nth-child(1){
  width: 40%;
}

.first_bl_serv_2{
  width: 57%;
}

.ftl_bl img{
  width: 92px;
  height: 92px;
  margin-right: 30px;
}

.ftl_bl h3{
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0056A4;
}

.ftl_bl span.h3{
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0056A4;
  margin:0;
}

.ftl_bl p{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #606B77;
}

.ftl_bl span{
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

.cars .ftl_bl:nth-child(1){
  margin-bottom: 40px;
}

.cars{
  display: flex;
  align-items: stretch;
  margin-bottom: 100px;
}

.cars .arrow_section{
  transform: rotate(-90deg);
  margin: 0 100px;
}

.sea{
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
}

.sea .arrow_section{
  transform: rotate(90deg);
  margin: 0 100px;
}

.sea .ftl_bl:nth-child(1){
  margin-bottom: 40px;
}

.show_more{
  display: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-top: 15px;
  position: relative;
  padding-right: 15px;
  width: fit-content;
  cursor: pointer;
  height: 60px;
  background: #0056A4;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 15px 0 40px;
}

.show_more:after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/icons/Arrow_show_more.svg);
  background-size: 100% 100%;
  top: 22px;
  left: 110px;
}

.mobile_img{
  display: none;
}

#search-error{
  position: absolute;
  bottom: -16px;
  font-size: 12px;
  right: 280px;
  color: red;
}

.absolut_search.open_search input.error{
  border: 1px solid red;
}

/* services.html - end  */

/* all_news.html  */
.all_news_grid .news_block{
  display: flex;
  align-items: stretch;
  margin-bottom: 50px;
}

.all_news_grid{
  padding-left: 200px;
  margin-top: 94px;
}

.all_news_grid .img_post_prew{
  width: 386px;
  height: 223px;
  margin-right: 30px;
}

.right_bl_news{
  width: 59%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.all_news_grid .cat_data{
  margin: 0 0 20px;
}

.all_news_grid .cat_data span{
  font-size: 15px;
  line-height: 25px;
}

.all_news_grid .news_block h3{
  margin-bottom: 0;
}

.all_news_grid .news_block span.h3{
  margin-bottom: 0;
}

.all_news_grid .news_block p{
  margin-bottom: 20px;
}

.all_news_grid .more_post{
  font-size: 15px;
  line-height: 25px;
}

.all_news_p .main_btn{
  margin-left: 200px;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination{
  margin-left: 200px;
  display: flex;
  align-items: center;
}

.pagination span{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background: #0056A4;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #606B77;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pagination a.next:before{
  content: '';
  width: 10px;
  height: 19px;
  background: url(../images/icons/arrow_slider.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
}

.pagination a.prev:before{
  content: '';
  width: 10px;
  height: 19px;
  background: url(../images/icons/arrow_slider.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  transform: rotate(180deg);
}

.pagination span.dots{
  background: transparent;
  color: #606B77;
}


/* all_news.html - end  */

/* single.html  */
.share_box span{
  display: flex;
  align-items: center;
}

.share_box span img{
  margin-right: 10px;
}

.news_links_to_social img{
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.news_links_to_social{
  display: flex;
  align-items: center;
}

.news_links_to_social{
  display: flex;
  align-items: center;
}

.news_social_logo a{
  display: flex;
}

.news_social_logo{
  display: flex;
  align-items: center;
}

.share{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 95px;
}

.main_s_single figure{
  margin: 0;
}

.main_s_single h2{
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #0056A4;
  max-width: 800px;
  margin: 50px auto 0;
  text-transform: inherit;
}

.main_s_single p{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #42566C;
  max-width: 800px;
  margin: 30px auto 0;
}

.main_s_single ul{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #42566C;
  max-width: 800px;
  margin: 30px auto 0;
}

.main_s_single ol{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #42566C;
  max-width: 800px;
  margin: 30px auto 0;
}

.main_s_single .discription p{
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #606B77;
  opacity: 0.8;
  margin: 0 auto;
}

.main_s_single img{
  width: 100%;
  max-width: 1010px;
  height: auto;
  box-sizing: border-box;
  margin: 50px auto 15px;
  border-radius: 10px;
  display: block;
}

.post_quote p{
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #606B77;
}

.post_quote{
  position: relative;
  max-width: 800px;
  padding-left: 100px;
  margin: 0 auto;
}

.post_quote:before{
  content: '';
  width: 50px;
  height: 37px;
  background: url(../images/icons/quotes.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.autor{
  position: relative;
  align-items: center;
  max-width: 800px;
  padding-left: 200px;
  margin: 40px auto 50px;
}

.autor img{
  position: absolute;
  top: 0;
  left: 100px;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  margin: 0 25px 0 0;
}

.autor h4{
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #0056A4;
}

.autor h5{
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #606B77;
  margin-top: 8px;
}

.share_bottom{
  margin-top: 50px;
  display: flex;
  justify-content: end;
  margin-bottom: 60px;
}
/* single.html - end  */



/* documents.html */
.block_doc{
  min-height: 260px;
  padding: 40px 25px 25px;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(33, 67, 99, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2361A9;
  transition: all .3s ease;
}

.block_doc:hover{
  background: #0056A4;
  box-shadow: 0px 4px 32px rgba(33, 67, 99, 0.12);
  color: #FFFFFF;
  transition: all .3s ease;
}

.block_doc svg{
  margin-bottom: 24px;
}
.block_doc:hover svg path{
  fill: #FFFFFF;
  transition: all .3s ease;
}

.grid_doc{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.doc_blocks{
  margin-top: 100px;
}

.doc_s h3{
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #0056A4;
  max-width: 800px;
}
/* documents.html - end  */

/* contact.html */
#map{
  width: 100%;
  height: 500px;
}
.department{
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(33, 67, 99, 0.12);
  border-radius: 10px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all .3s ease;
}

.department:hover{
  background: #0056A4;
  box-shadow: 0px 4px 32px rgba(33, 67, 99, 0.12);
  transition: all .3s ease;
}

.department:hover h4{
  color: #FFFFFF;
}


.department:hover span.h4{
  color: #FFFFFF;
}

.department:hover span.h3{
  color: #FFFFFF;
}

.department:hover a{
  color: #FFFFFF;
}

.department:hover span.phone{
  color: #FFFFFF;
}

.department:hover span.phone svg path{
  fill: #FFFFFF;
}

.department:hover a svg path{
  fill: #FFFFFF;
}

.department:hover p{
  color: #FFFFFF;
}

.department p{
	font-size: 14px;
    margin: 25px 0 30px;
}

.department.attr_dep p{
	margin: 50px 0 0 0;
}

.department.attr_dep{
	width: 40%;
}

.dep_wrap{
	display: flex;
	flex-direction: column;
	row-gap: 27px;
	width: 60%;
}

.departments_flex{
	display:flex;
	align-items: stretch;
	column-gap: 29px;
	margin: 100px 0;
}

.department h4{
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #606B77;
  margin-bottom: 5px;
}

.department span.h4{
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #606B77;
  margin-bottom: 5px;
}
.department span.h3{
  	color: rgb(0, 97, 175);
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 700;
	line-height: 146%;
	letter-spacing: 2%;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 50px;
}

.department a{
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #606B77;
  margin-bottom: 15px;
  word-break: break-all;
}

.department span.phone{
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #606B77;
  margin-bottom: 15px;
  word-break: break-all;
}

.department a:last-child{
  margin-bottom: 0;
}

.department a svg{
  max-width: 18px;
  margin-right: 15px;
  width: 100%;
}

.department span.phone svg{
  max-width: 18px;
  margin-right: 15px;
  width: 100%;
}

.departments_grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.wrapper_form{
  padding: 50px 105px 100px 75px;
  background: #0056A4;
  box-shadow: 0px 4px 32px rgba(33, 67, 99, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.select .wpcf7-not-valid-tip{
	top: -75px;
}

.wrapper_form h3{
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  max-width: 311px;
  margin-right: 134px;
}

.wrapper_form span.h3{
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  max-width: 311px;
  margin-right: 134px;
}

.wrapper_form form{
  width: 100%;
}

.screen-reader-response{
  display: none;
}

.wpcf7{
	width:100%;
}

.wpcf7-radio{
	display:flex;
	flex-direction:column;
	padding: 15px 22px 25px;
	background: #FFFFFF;
	border-radius: 0px 0px 8px 8px;
	height:100%;
}

.wrapper_form .wpcf7-list-item label{
	display:flex;
	align-items:center;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #606B77;
	flex-direction: row;
}

.wrapper_form label.error{
	font-size:12px;
	color:red;
	position: absolute;
    top: 0;
    right: 0;
}

.hidden_input input{
	opacity:0;
	z-index:-1;
}

.hidden_input span span{
	opacity:0;
	z-index:-1;
}

.hidden_input{
	padding: 0;
    height: 0
}

.wrapper_form .wpcf7-list-item label input{
	width: fit-content;
	height: auto;
	margin: 0;
}


.title_select{
	padding: 17px 16px;
	background: #FFFFFF;
	box-shadow: 0px 0px 18px rgba(15, 59, 99, 0.1);
	border-radius: 8px;
	display: block;
	position:relative;
	z-index:2;
	cursor:pointer;
}

.title_select:after{
	content: '';
    background: url(../images/icons/arrow_select.svg);
    width: 19px;
    height: 10px;
    position: absolute;
    right: 19px;
    top: calc(50% - 5px);
	transition: ease .3s all;
}

.title_select.open:after{
	transform: rotate(-180deg);
}

.select .wpcf7-form-control-wrap{
	display:none;
    width: 100%;
    position: absolute;
    top: 47px;
	z-index:1;
}


.select{
	position:relative;
}

.phone_input{
	display:none;
}
.email_input{
	display:none;
}

.form_link_mp{
	margin-top:40px;
}

.wrapper_form label{
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom:10px;
}

.wpcf7-list-item label>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.wpcf7-list-item label>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor:pointer;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.wpcf7-list-item label>span::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #ECEFF4;;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
  background:#ECEFF4;
}

/* стили при наведении курсора на радио */
.wpcf7-list-item label>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #0061AF;
  cursor:pointer;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.wpcf7-list-item label>input:not(:disabled):active+span::before {
  background-color: #0061AF;
  border-color:#ECEFF4;
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.wpcf7-list-item label>input:focus:not(:checked)+span::before {
  border-color: #0061AF;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.wpcf7-list-item label>input:checked+span::before {
  border-color: #ECEFF4;
  background-color:#ECEFF4;
  background-image: url(../images/icons/cheked.svg);
  background-repeat:no-repeat;
  background-size: 60% 60%;
  background-position: center;
}


.wrapper_form label input{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  width: 100%;
  height: 49px;
  background: #FFFFFF;
  border: 1px solid #D6D7DC;
  border-radius: 8px;
  margin-top: 10px;
}

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

.input_form_box{
  width: 100%;
  position: relative;
  margin-bottom:20px;
}

.input_form_box select{
	width:100%;
	height:190px;
}

.wpcf7-not-valid-tip{
  position: absolute;
  top: 0;
  right: 0;
  color: #e34646;
  font-size: 12px;
}

.wpcf7-response-output{
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
}

.wrapper_form label textarea{
  height: 145px;
  background: #FFFFFF;
  border: 1px solid #D6D7DC;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  margin-top: 10px;
}

.form_link_mp input{
  font-weight: 700;
  font-size: 15px;
  line-height: 109%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #0056A4;
  border: 2px solid #FFFFFF;
  border-radius: 100px;
  width: 280px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* contact.html - end  */


/* search_page.html - start  */
.search_input input {
  width: 100%;
  background: #edeff3;
  border-radius: 100px;
  height: 80px;
  color: #606b77;
  padding-left: 30px;
  border: none;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
}

.search_input input::placeholder {
  color: #606b77;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
}

.search_input {
  position: relative;
}

.search_input button {
  cursor: pointer;
  background: #2361a9;
  border-radius: 100px;
  text-transform: uppercase;
  line-height: 16px;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  width: 200px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
}

/* search_page.html - end  */

/* tracking_page.html - start  */

.main_tracking iframe{
	height:auto;
	border:none;
}

.main_tracking {
  padding-top: 0;
  margin-bottom: 80px;
}

.tracking_attention_box {
  margin-bottom: 10px;
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  background: #edeff3;
  border-left: 6px solid #2361a9;
  border-radius: 10px;
}

.tracking_attention_box img {
  margin-right: 15px;
}

.tracking_attention_box p {
  color: #848d97;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
}
/* tracking_page.html - end  */

/* tracking_result.html - start  */
.result_search_box {
  padding-top: 0;
  margin-bottom: 80px;
}

.result_search_title {
  display: flex;
  justify-content: space-between;
  background: #edeff3;
  padding: 40px 30px 50px 40px;
  margin-top: -50px;
}

.result_title_name {
  display: flex;
  align-items: center;
}

.result_title_name img {
  margin-right: 20px;
}

.result_title_name h3 {
  text-transform: uppercase;
  color: #2361a9;
  font-weight: bold;
  font-size: 38px;
  line-height: 46px;
}

.result_by_email a {
  display: flex;
  align-items: center;
  background: #2361a9;
  border-radius: 100px;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.result_by_email a img {
  margin-right: 7px;
}

.result_by_email a p {
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
}

.result_info_var {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.result_var_name h6 {
  color: #1b2b3c;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.result_var_name {
  width: 320px;
  flex-shrink: 0;
}

.result_var_answer p {
  color: #0056a4;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.result_var_answer {
  width: 500px;
}

.result_info_box {
  padding: 0 30px 40px 40px;
  background: #edeff3;
}

.more_info_names {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 30px 0 40px;
  background: #0056a4;
}

.more_info_names p {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

.date_box {
  width: 18%;
}

.country_box {
  width: 13%;
}

.city_box {
  width: 22%;
}

.value_box {
  width: 13%;
}

.detail_box {
  width: 390px;
}

.more_info_answer_var {
  display: flex;
  margin-bottom: 20px;
}

.more_info_answer {
  padding: 30px 30px 40px 40px;
  background: #edeff3;
}

.lang{
  margin-left: 30px;
  cursor: pointer;
  position: relative;
  width: 54px;
  height: 54px;
}

.lang_open button{
  border: none;
  background: transparent;
  margin-bottom: 5px;
}

.lang_open li a.active_lang{
  padding: 2px;
  border-radius: 50%;
  border: 2px solid #2361A9;   
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.lang_open li{
  margin-top: 6px;
}

.lang_open{
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #EDEFF3;
  border-radius: 100px;
  padding: 15px 0;
  position: absolute;
  width: 54px;
  top: 0;
  left: 0;
  z-index: 2;
}

.lang_open ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.lang_flex{
  text-align: center;
}

.sidebar_content img{
  padding-right: 30px;
  width: auto;
  box-sizing: content-box;
}

.sidebar_content a{
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 109%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}


.choice_country_box li{
  border-right: 2px solid #E6E6E6;
  cursor: pointer;
}

.choice_country_box li.active_li{
  border-right: none;
}

.choice_country_box li:last-child{
  border-right: none;
}

.name_country_box{
  display: none;
}

.search_mob{
  display: none;
}

.burger{
  display: none;
}

body.lock{
  overflow: hidden;
}

.mob_trek{
  display: none;
}

.burger_close{
  display: none;
}

.search_input .mob_trek{
  display: none;
}

a.tooltip span::before{
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #2361a9;
  position: absolute;
  right: 8px;
  bottom: -14px;
}

a.tooltip span {
	display	: none; 
	padding: 10px; 
	width: 200px;
  color:#fff;
  font-size: 12px;
  line-height: 130%;
}
a.tooltip:hover span {
	display: inline; 
	position: absolute; 
	background: #2361a9;
  color:#fff;
  bottom: 50px;
  right: 0;
}

.header_search button{
  background: none;
}

/* tracking_result.html - end  */

/* 404 */
.p_404{
	background: linear-gradient(85.85deg, #004380 -0.04%, #0056A4 67.62%, #005DB2 99.92%);
	padding: 50px 0;
	margin-bottom:-3px;
}

.p_404 .container{
	display:flex;
	align-items:center;
}

.p_404 img{
	margin-right:65px;
}

.p_404 h2{
	font-weight: bold;
	font-size: 38px;
	line-height: 110%;
	color: #FFFFFF;
	margin-bottom:10px;
}

.p_404 p{
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom:20px;
}

.p_404 a:before{
	display:none;
}

.p_404 a{
	font-weight: bold;
	font-size: 15px;
	line-height: 109%;
	display: flex;
	align-items:center;
	justify-content:center;
	text-transform: uppercase;
	color: #FFFFFF;
	width:220px;
	height:54px;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 100px;	
}
/* 404 end*/

/* search */
.more_news_choice_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 30px;
}

.search_title{
  margin-top: 50px;
}

.more_news_title{
  display: flex;
  align-items: center;
  margin: 40px 0 30px;
}

.more_news_title h2{
  margin-bottom: 0;
  margin-left: 15px;
}

/* search end*/



/* cookie */
.cookie_notice {
  display: none;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  color: #FFF;
  background: #004C91;
  padding: 25px; 
}

.wraper{
  display:flex;
  align-items: flex-end;
  justify-content:space-between;
}

.cookie_notice span.h3{
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 8px;
}

.cookie_notice h3{
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 8px;
}

.cookie_notice p{
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
  max-width:1000px;
  padding-right: 40px;
}

.cookie_notice p a{
  color:#fff;
  font-weight: 700;
  text-transform:underline;
}

.cookie_btn {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 109%;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  width:160px;
  height:54px;
  box-sizing:border-box;
  background: #2361A9;
  border-radius: 100px;
  justify-content: center;
  cursor:pointer;
}

.cookie_btn_close{
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.6;
  cursor:pointer;
}

/* cookie end*/

/* privice police */
.text_page{
  max-width: 830px;
  margin: 0 auto;
  margin-top: 100px;
}

.text_page .bread_crumbs{
	margin: 0;
}

.text_page .bread_crumbs a{
	font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #606B77;
}

.text_page .bread_crumbs a span{
	font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #606B77;
}

.back_to_home a{
  font-weight: 700;
  font-size: 15px;
  line-height: 109%;
  display: flex;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2361A9;
}

.back_to_home a img{
  margin-right: 17px;
}

.back_to_home{
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.text_page h1{
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2361A9;
  max-width: 830px;
}

.text_page h2{
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.02em;
  color: #606B77;
  max-width: 830px;
  margin: 40px 0 30px;
}

.text_page h3{
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.02em;
  color: #2361A9;
  margin: 70px 0 15px;
}

.text_page p{
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0.02em;
  color: #606B77;
  margin-bottom: 20px;
}


.text_page li{
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0.02em;
  color: #606B77;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.text_page li:before{
  content: '•';
  color:#2361A9 ;
  margin-right: 5px;
  font-size: 40px;
  line-height: 0;
  position: absolute;
  top: 10px;
  left: 0;
}

.text_page a{
  font-weight: 600;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0.02em;
  color: #2361A9;
  margin-bottom: 20px;
}
/* privice police end*/


.iframe_wraper iframe{
	width:100%!important;
}

.scroll_up {
	display:none;
	background: none;
    border: none;
	width: 61px;
    height: 61px;
    right: 20px;
    position: fixed;
    bottom: 20px;
	cursor:pointer;
}

.popup_calculation{
	position: fixed;
    background: rgba(20, 20, 55, 0.38);
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
	left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	overflow:scroll;
}

.popup_block{
	max-width: 490px;
    margin: auto;
    background: #fff;
    padding: 60px;
	position:relative;
	box-shadow: 0 0 22px rgb(33 67 99 / 26%);
    border-radius: 10px;
	width: 100%;
	text-align: center;
}

.title_popup{
	display: flex;
    align-items: flex-start;
	margin-bottom: 50px;
}

.flex_btn{
	display: flex;
    flex-direction: column;
    align-items: center;
	row-gap: 25px;
}

.flex_btn .btn_popup{
	width: 100%;
	max-width: 340px;
}

.popup_img{
	width: 120px;
	height: 120px;
	object-fit:cover;
	margin-right: 25px;
}

.title_text {
	max-width: 340px;
	margin: 0 auto;
}

.title_popup h2{
	color: rgb(96, 107, 119);
	font-size: 26px;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

.title_popup span.h2{
	color: rgb(96, 107, 119);
	font-size: 26px;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

.title_popup h3{
	font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #2361A9;
    text-align: left;
}

.title_popup span.h3{
	font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #2361A9;
    text-align: left;
}

.main_text_popup p{
	font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #2361A9;
    text-align: left;
    margin-bottom: 36px;	
}

.main_text_popup h5{
	font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #2361A9;
    text-align: left;
    margin-bottom: 20px;
}

.main_text_popup span.h5{
	font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #2361A9;
    text-align: left;
    margin-bottom: 20px;
}

.main_text_popup a{
	color: #2361A9;
	text-decoration:underline;
}

.close_popup_calc{
	position:absolute;
	top:16px;
	right:16px;
	cursor:pointer;
}

.btn_popup{
	font-weight: 700;
    font-size: 15px;
    line-height: 109%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #2361A9;
    border-radius: 100px;
    padding: 22px 32px;
	display:block;
	width: fit-content;
	cursor:pointer;
	transition: all .3s ease;
	border: 1px solid  #2361A9;
}

.btn_popup.opacity_btn{
	color: #2361A9;
    background: #ffffff;
}
.btn_popup.opacity_btn:hover{
	background: #2361A9;
	border: 1px solid  #2361A9;
	color: #FFFFFF;
}
.btn_popup:hover {
    background: #169ce1;
	border: 1px solid  #169ce1;
}

.name_country_box::-webkit-scrollbar { width: 0; }
.name_country_box { -ms-overflow-style: none; }
.name_country_box { overflow: -moz-scrollbars-none; }


.preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(24px);
  z-index: 9999;
  transition: opacity 500ms ease-in-out, height 500ms ease-in-out; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0056A4 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.flex_main_ab{
	display: flex;
	align-items: flex-start;
	column-gap: 30px;
}

.flex_main_ab .text{
	width: 50%;
}
.flex_main_ab .video{
	width: 50%;
	border-radius: 10px;
    overflow: hidden;
}
.flex_main_ab .video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.letters{
	padding: 100px 0 0;
}
.slider_letters{
	padding: 0 70px;
	position: relative;
}
.slider_letters .img_letter{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 15px;
}
.slider_letters .img_letter:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	backdrop-filter: blur(2px);
	background: rgba(35, 97, 169, 0.5);
	cursor: url('https://cargo.meest.com/wp-content/uploads/2024/03/cursor.svg'), auto;
}
.slider_letters .img_letter img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider_letters .slick-arrow {
    position: absolute;
    width: 33px;
    height: 60px;
    cursor: pointer;
    color: transparent;
    background: transparent;
    font-size: 0;
    line-height: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    z-index: 2;
}

.slider_letters .slick-arrow.slick-prev{
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
}
.slider_letters .slick-arrow.slick-next{
    position: absolute;
    top: calc(50% - 30px);
    right: 0;
}

.slider_letters .slick-arrow.slick-prev:before {
    content: '';
    background: url(https://cargo.meest.com/wp-content/uploads/2024/03/arrow_blue.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
	 width: 100%;
    height: 100%;
}
.slider_letters .slick-arrow.slick-next:before {
    content: '';
    background: url(https://cargo.meest.com/wp-content/uploads/2024/03/arrow_blue.svg);
    transform: rotate(180deg);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
	 width: 100%;
    height: 100%;
}
.slider_letters .slick-arrow.slick-disabled{
	opacity: 0.5;
}

.popup_letters{
	display: none; 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
	background: rgba(26, 49, 74, 0.17);
}

.popup_letters_wrap{
	display: flex;
	align-items:center;
	justify-content: center;
	height: 100%;
	overflow: scroll;
}

.slider_letters_popup{
	max-width: 760px;
    margin: 0 auto;
	width: 40%;
	position: relative;
}

.slider_letters_popup .img_letter{
	padding: 25px 75px 25px 25px;
	background: #fff;
	position: relative;
}
.close_popup_lett{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 2;
	cursor: pointer;
}
.slider_letters_popup .img_letter img{
	width: 100%;
}
.slider_letters_popup .slick-arrow {
    position: absolute;
    width: 33px;
    height: 60px;
    cursor: pointer;
    color: transparent;
    background: transparent;
    font-size: 0;
    line-height: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    z-index: 2;
}

.slider_letters_popup .slick-arrow.slick-disabled{
	opacity: 0.5;
}

.slider_letters_popup .slick-arrow.slick-prev{
    position: absolute;
    top: calc(50% - 30px);
    left: -20%;
}
.slider_letters_popup .slick-arrow.slick-next{
    position: absolute;
    top: calc(50% - 30px);
    right: -20%;
}

.slider_letters_popup .slick-arrow.slick-prev:before {
    content: '';
    background: url(https://cargo.meest.com/wp-content/uploads/2024/03/arrow_white.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height:100%;
}
.slider_letters_popup .slick-arrow.slick-next:before {
    content: '';
    background: url(https://cargo.meest.com/wp-content/uploads/2024/03/arrow_white.svg);
    transform: rotate(180deg);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
	 width: 100%;
    height: 100%;
}

.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
  padding-left: 20px !important;
}