/*!
Theme Name: StarLogic
Theme URI: http://underscores.me/
Author: Alex Shine
Author URI: https://freelancehunt.com/freelancer/Alexey__Shyprow.html
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starlogic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

StarLogic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* @import url("critical.css"); */

[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}.aligncenter,main{display:block}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.aligncenter,.alignleft,.alignright{margin-bottom:1.5em}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{clear:both;margin-left:auto;margin-right:auto}



/* === general === */

.btn-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: auto;
  white-space: nowrap;
  gap: 10px;
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #4C76FF;
  background: rgba(255, 255, 255, 0.00);
  text-decoration: none;
  color: #4C76FF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-2,
.btn-2 path,
.btn-2 svg {
  transition: 0.5s;
}
.btn-2:hover {
  background: #4C76FF;
  color: #fff;
}
.btn-2:hover svg {
  transform: translateX(10px);
}
.btn-2:hover path {
  fill: #fff;
  
}
/* === text-side === */

.text-side {
  background: #EDF6FF;
  padding-top: 50px;
  padding-bottom: 60px;
}
.text-side--reverse {
  background: #fff;
}
.text-side__box {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  position: relative;
}
.text-side__text {
  max-width: 580px;
  width: 49.15%;
}
.text-side__text--h5 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Proxima Nova";
}
.text-side__text--p {
  margin-bottom: 25px;
}
.text-side__text--p br {
  display: block;
  margin-bottom: 25px;
}
.text-side__text__ul {
  margin-bottom: 18px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.text-side__text__li{
  position: relative;
  font-size: 16px;
}
.text-side--bg li {
  color: #fff;
}
.text-side__text__li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  width: 20px;
  height: 20px;
  background: url("assets/imgs/text-side-li-before.svg") no-repeat center center/cover;
}
.text-side__imgs {
  margin-bottom: 30px;
  max-width: 550px;
  width: 46.7%;
  position: relative;
  padding-right: 30px;
  height: fit-content;
}
.text-side__imgs--main {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.text-side__imgs--extra {
  max-width: 240px;
  max-height: 160px;
  width: 43.64%;
  border-radius: 10px;
  border: 3px solid #FFF;
  background: #A9A9A9;
  position: absolute;
  left: -30px;
  bottom: -30px;
  z-index: 3;
  object-fit: cover;
}
.text-side__imgs--icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 3px solid #FFF;
  background: #4C76FF;
  position: absolute;
  top: 30px;
  right: 0;
}
.text-side__imgs--h4 {
  width: calc(100% - 43%);
  height: 110px;
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 2;
  border-radius: 0 0 10px 10px;
  opacity: 0.9;
  background: #294192;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.text-side--reverse .text-side__text {
  order: 2;
}
.text-side--reverse .text-side__imgs {
  order: 1;
}
.text-side--bg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 64px;
  background: linear-gradient(90deg, #001C59 0%, #005FCC 100%);
}
.text-side--bg .text-side__text--p,
.text-side__text--p strong {
  color: #fff;
}
.text-side__text--p strong {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.text-side--fone {
  position: absolute;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.text-side__text--h2 {
  margin-bottom: 23px;
  color: #FFF;
}
.text-side--btn {
  padding: 14px 50px;
}
.text-side--h2 {
  margin-bottom: 25px;
}

.legal_support-main .text-side--bg {
  background: #00104E;
}
.legal_support-main .text-side__text--h2 {
  margin-bottom: 40px;
}
.legal_support-main .text-side--bg br {
  display: none;
}
.legal_support-main .text-side--bg .text-side__text {
  max-width: 100%;
  width: 100%;
}
.legal_support-main .text-side ul {
  margin-bottom: 18px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.legal_support-main .text-side li {
  position: relative;
  font-size: 16px;
}
.text-side--bg li {
  color: #fff;
}
.legal_support-main .text-side li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  width: 20px;
  height: 20px;
  background: url("assets/imgs/text-side-li-before.svg") no-repeat center center/cover;
}
.legal_support-main .text-side--bg ul {
  gap: 45px;
}
.legal_support-main .text-side--bg ul {
  padding-left: 60px;
}
.legal_support-main .text-side--bg li::before {
  width: 30px;
  height: 30px;
  left: -60px;
  top: calc(50% - 15px);
}
/* === partners === */

.partners {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}
.partners--h2 {
  margin-bottom: 16px;
}
.partners--p {
  margin-bottom: 50px;
  max-width: calc(100% - 100px);
}
.partners--img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.glide__slides {
  align-items: center;
}
.partners .glide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.glide__arrows,
.pseudo__arrows {
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
}
.partners .pseudo__arrows {
  top: 0;
  right: 20px;
}
.partners .glide__arrows {
  display: none;
}
.pseudo__arrow,
.glide__arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #777777;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 15, 63, 0.25);
  border: none;
}
.pseudo__arrow:hover,
.glide__arrow:hover {
  cursor: pointer;
}

/* === results === */

.results {
  padding-top: 60px;
  padding-bottom: 216px;
  background: #00104E;
}
.results--bg {
  position: absolute;
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
  bottom: 0;
  left: 0;
}
.results--h2 {
  margin-bottom: 35px;
  color: #fff;
}
.results__box {
  display: flex;
  flex-wrap: wrap;
}
.results__item {
  position: relative;
  width: 25%;
  padding: 35px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results__item--h4,
.results__item--h4 .result-count {
  text-align: center;
  color: #FFB200;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.results__item--h4 .result-count {
  font-size: 85px;
}
.results__item--h4 small {
  padding-left: 5px;
  font-size: 24px;
  color: #FFB200;
}
.results__item--h4 span:not(.result-count) {
  color: #FFF;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  display: block;
  height: 40px;
  max-width: 280px;
}
.results__item:nth-child(5)::after,
.results__item:nth-child(6)::after,
.results__item:nth-child(7)::after,
.results__item:nth-child(8)::after {
  content: "";
  display: block;
  width: 81.4%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 9.3%;
  opacity: 0.2;
}
.results__item:nth-child(1)::before,
.results__item:nth-child(2)::before,
.results__item:nth-child(3)::before,
.results__item:nth-child(5)::before,
.results__item:nth-child(6)::before,
.results__item:nth-child(7)::before {
  content: "";
  display: block;
  width: 1px;
  height: 50.6%;
  background: #FFF;
  position: absolute;
  right: -0.5px;
  top: 29%;
  opacity: 0.2;
} 
.results__item:nth-child(5)::before,
.results__item:nth-child(6)::before,
.results__item:nth-child(7)::before {
  top: 20%;
}
.results--p {
  margin-bottom: 10px;
  color: #fff;
}
.results.results-2 {
  padding-bottom: 105px;
}
.results-2 .results--h2 {
  margin-bottom: 25px;
}

/* === map === */

section.map {
  padding-top: 60px;
  background: #fff;
}
.map--h2 {
  margin-bottom: 60px;
}
.map__btns {
  margin: 0 auto;
  max-width: 100%;
  width: 710px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
.map__btn {
  width: 33.33%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-family: 'Oswald';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  gap: 15px;
  background: #EDF6FF;
}
.map__btn--borders {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.map__btn,
.map__btn path {
  transition: 0.5s;
}
.map__btn path {
  fill: #4C76FF;
}
.map__btn.active {
  background: #4C76FF;
  color: #fff;
}
.map__btn.active path {
  fill: #fff;
}
.map__btn:hover {
  cursor: pointer;
}
.map__tabs {
  width: 100%;
  height: auto;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.map__tab {
  margin: 60px auto;
  display: none;
  position: relative;
  width: 1180px;
}
.map__tab svg {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.map__tab.active {
  display: block;
}
.map__tab--item {
  position: absolute;
  z-index: 2;
  white-space: nowrap;
  background: #FFB200;
  padding: 5px 6px;
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.5s;
  user-select: none;
}
.map__tab--img {
  display: block;
  width: 1179px;
  height: auto;
}
.map__tab--item:hover {
  transform: scale(1.3);
  background: #FF6200;
  cursor: pointer;
}
.map__tab[data-tab="1"] .map__tab--item:last-child,
.map__tab[data-tab="2"] .map__tab--item:last-child {
  background: #FF6200;
}
.map__tab[data-tab="3"] .map__tab--item {
  padding: 1px 3px;
}
/* === reviews === */

section.reviews {
  padding-top: 60px;
  background: #001D5E;
}
.reviews--fone {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
.reviews--h2 {
  margin-bottom: 36px;
  color: #fff;
}
.review {
  width: 100%;
  min-height: 150px;
  padding: 27px 25px 30px 148px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.review--avatar {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
}
.review--text {
  margin-bottom: 12px;
  color: #555;
  font-size: 16px;
}
.review--name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
}
.review--job {
  color: #555;
  font-weight: 300;
}
.reviews__line {
  margin-top: 60px;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 2;
}
.reviews__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #294192;
  position: absolute;
  top: 0;
  left: 0;
}
.reviews__line__box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.reviews--btn {
  width: 280px;
}
.reviews--h3 {
  max-width: calc(100% - 300px);
  color: #FFF;
}
.reviews__box {
  position: relative;
}
.reviews .pseudo__arrows {
  position: absolute;
  top: 0;
  right: 0;
}
.reviews .pseudo__arrow {
  background: #4C76FF;
}
.reviews .pseudo__arrow path {
  fill: #fff;
}
.reviews .glide__arrows {
  display: none;
}


/* === FAQ === */

section.faq {
  padding-top: 60px;
  padding-bottom: 70px;
}
.faq--h2 {
  margin-bottom: 25px;
  color: #333;
}
.faq__box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq__item {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 26px 35px 25px 30px;
  border-radius: 10px;
  background: #EDF6FF;
}
.faq__item--h4 {
	color: #333;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.faq__item__answer--text p {
  color: #555;
}
.faq__item__answer {
  height: 0;
  overflow: hidden;
  transition: 0.8s;
}
.faq__item__answer--text {
  padding-top: 15px;
}
.faq__item--btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	user-select: none;
}
.faq__item--btn:hover {
  cursor: pointer;
}
.faq__item--btn.active {
	transform: rotate(180deg);
}

/* === footer === */

.footer {
  position: relative;
  background: #001D93;
  padding-top: 65px;
  padding-bottom: 45px;
  overflow: hidden;
}
.footer p,
.footer a,
.footer a strong {
  color: #fff;
}
.footer--fone {
  position: absolute;
  top: auto;
  right: auto;
  left: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.footer__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 10px;
}
.footer__col-1 {
  width: 270px;
}

.footer__col-2,
.footer__col-3,
.footer__col-4 {
  position: relative;
  padding: 0 30px;
}
.footer__col-2,
.footer__col-3 {
  width: 290px;
  position: relative;
}
.footer__col-4 {
  width: 280px;
  position: relative;
  padding-right: 0;
}
.footer__col-2::before,
.footer__col-3::before,
.footer__col-4::before {
  content: "";
  display: block;
  width: 1px;
  height: 183px;
  position: absolute;
  top: 6px;
  left: -1px;
  background: #FFF;
  opacity: 0.2;
}
.footer__copyright {
  width: 100%;
  position: relative;
  color: #FFF;
  font-size: 16px;
}
.footer__copyright::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -40px;
  background: #FFF;
  opacity: 0.2;
}
.footer__logo {
  margin-bottom: 25px;
  width: 248px;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 9.83px;
  user-select: none;
}
.footer__logo__p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 300;
}
.footer__logo .header__logo__svg-2 path {
  fill: #fff;
}
.footer--p {
  margin-bottom: 30px;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer--h3 {
  margin-bottom: 22px;
  color: #FFB200;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__col-4 a {
  padding-left: 32px;
  position: relative;
}
.footer__col-4 .footer__nav {
  gap: 20px;
}
.footer--phone svg {
  position: absolute;
  top: 3px;
  left: 4px;
}
.footer--email svg {
  position: absolute;
  top: 3px;
  left: 0;
}
.footer--map svg {
  position: absolute;
  top: 3px;
  left: 2px;
}


/* ================= PAGES ============== */

/* === breadcrumbs === */

.breadcrumbs {
  padding: 24px 0;
  background: #EDF6FF;
}
.b-breadcrumbs {
  display: flex;
  gap: 26px;
  align-items: center;
}
.b-breadcrumbs__item {
  position: relative;
  color: #333;
  font-size: 16px;
}
.b-breadcrumbs__item::before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: -16px;
  background: url(assets/imgs/breadcrumbs-arrow.svg);
}
.b-breadcrumbs__item:first-child {
  font-size: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
}
.b-breadcrumbs__item:first-child a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.b-breadcrumbs__item:first-child:before {
  content: "";
  display: block;
  width: 19px;
  height: 18px;
  position: static;
  background: url(assets/imgs/breadcrumbs-home.svg);
  z-index: 1;
}
/* === hero-page === */

.hero-page {
  height: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-page .hero__bg {
  left: auto;
}
.hero-page > .container {
  margin: auto;
  height: auto;
}
.hero-page .hero__content {
  width: 600px;
}
.hero-page .hero__box {
  padding-top: 0;
}
.hero-page h1 {
  margin-bottom: 25px;
  display: flex;
  gap: 20px;
  font-size: 36px;
  font-weight: 600;
  text-transform: none;
}
.hero--h5 {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}
.hero-page h1::before {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  background: url(assets/imgs/h2-title-before.svg) no-repeat center center / cover;
  min-width: 30px;
  margin-top: 10px;
}
.hero-page .hero--text {
  color: #FFF;
  font-size: 16px;
  max-width: 100%;
  width: 576px;
}
.hero-page .hero--text * {
  color: #FFF;
}
.hero-page .hero__line {
  margin-top: auto;
  bottom: -1px;
}
.legal_support-main .hero-page {
  height: 514px;
}
.hero__content--btn {
  margin-top: 25px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.car_delivery-main .hero-page .hero__content {
  width: 700px;
}
/* === hero-under-page === */


.under-hero-page .under-hero--h2 {
  margin-bottom: 20px;
}
.under_hero__ul {
  margin-bottom: 15px;
  display: flex;
  gap: 0 50px;
  flex-wrap: wrap;
}
.under_hero__ul--p {
  margin-bottom: 18px;
  color: #555;
  font-size: 24px;
  font-weight: 700;
}
.under_hero__ul--li {
  margin-bottom: 15px;
  position: relative;
  white-space: nowrap;
  padding-left: 40px;
}
.under_hero__ul--li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(assets/imgs/under_hero__ul--li-before.svg);
 
}
.under_hero__text {
  margin-bottom: 15px;
}
.under_hero__text *:not(br) {
  margin: 0;
}
.under_hero__text p {
  color: #555;
  font-size: 16px;
}
.under_hero__text a {
  color: #4C76FF;
  font-size: 16px;
  text-decoration-line: underline;
}
.under_hero__text b {
  font-weight: 700;
}
.under-hero__box.has-image {
  display: flex;
  gap: 100px;
}
.rail_transport-main .under-hero__content,
.air_cargo-main .under-hero__content {
  max-width: 100%;
  width: 580px;
}
.rail_transport-main .under-hero__content {
  margin-right: 100px;
}
.air_cargo-main .under-hero__content {
  margin-right: 70px;
}
.rail_transport-main .under_hero__ul--li,
.air_cargo-main .under_hero__ul--li {
  white-space: normal;
}
.car_delivery-main .under_hero__ul--p {
  color: #333;
}
/* === cargoes === */

.cargoes {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #182F89;
}
.cargoes--bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cargoes__box {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.cargoes__item {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 150px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  padding: 24px 27px 24px 300px;
}
.cargoes__item--img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 280px;
  height: 100%;
  object-fit: cover;
}
.cargoes__item--h5 {
  margin-bottom: 15px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
}
.cargoes__item--p {
  color: #555;
}

/* === types === */

section.types {
  padding-top: 60px;
}
.types--h2 {
  margin-bottom: 40px;
}
.types__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 60px;
}
.types-tracks .types__box {
  padding-bottom: 0;
}
.types__item {
  width: 280px;
  border-radius: 10px;
  background: #EDF6FF;
  position: relative;
  overflow: hidden;
}
.types__item__top {
  padding: 20px;
  background: #4C76FF;
}
.types__item--h6 {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.types__item__body {
  padding: 27px 30px 20px 30px;
}
.types__item--img {
  margin: 0 auto 25px auto;
  display: block;
}
.types__item__ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.types__item__li {
  display: flex;
  gap: 9px;
  color: #555;
  font-size: 14px;
}
.types__item__li b {
  font-weight: 700;
  white-space: nowrap;
}
.types__item__li svg {
  min-width: 15px;
}

.types__line {
  margin-top: 63px;
  width: 100%;
  height: 100px;
  position: relative;
}
.types__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  background: #294192;
}
.types__line__box {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.types__line--btn {
  width: 280px;
  height: 42px;
  box-sizing: border-box;
}
.types__line--h3 {
  width: calc(100% - 320px);
  max-width: 820px;
  color: #FFF;
}
.types-tracks {
  background: #182F89;
}
.types--fone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.types-tracks .types__item__body,
.types-tracks .types__item__head {
  padding-left: 20px;
  padding-right: 20px;
}
.types-tracks .types--h2 {
  margin-bottom: 90px;
  color: #fff;
}
.types__item.bg-white {
  background: #fff;
}
/* === how-work === */

.how-work {
  padding: 60px 0;
}
.how-work-one {
  display: flex;
  align-items: center;
}
.how-work--h2 {
  margin-bottom: 56px;
}
.how-work--p {
  margin-bottom: 30px;
  transform: translateY(-30px);
  position: relative;
  color: #FFF;
  font-weight: 700;
}
.how-work__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
  position: relative;
}
.how-work__item {
  width: calc(50% - 10px);
  position: relative;
  padding-left: 160px;
  min-height: 140px;
}
.how-work__item--img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  z-index: 1;
}
.how-work__item--count {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  background: #FFB200;
  border-radius: 50%;
}
.how-work__item--count div {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  color: #FFF;
  font-family: Oswald;
  font-size: 24px;
  font-weight: 700;
}
.how-work__item--count::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  opacity: 0.5;
  background: #FFB200;
  border-radius: 50%;

  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-name: count-before;
  animation-duration: 3s;
}
@keyframes count-before {
  0% {
    width: calc(100%);
    height: calc(100%);
    top: 0;
    left: 0;
  }
  40% {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
  }
  100% {
    width: calc(100%);
    height: calc(100%);
    top: 0;
    left: 0;
  }
}

.how-work__item--h4 {
  margin-bottom: 12px;
  color: #333;
}
.how-work__item--p {
  color: #555;
}
.how-work--bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-work-one .how-work--bg {
  width: 50%;
  height: auto;
  top: auto;
  bottom: auto;
  transition: 2s;
}
.how-work-one .how-work--bg.active {
  transform: translateX(200%);
}
.how-work-one .how-work__box {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.how-work-one .how-work__item {
  width: 220px;
  padding-left: 0;
  z-index: 3;
}
.how-work-one .how-work--h2 {
  color: #fff;
}
.how-work-one .how-work__item--img {
  position: static;
  margin: 0 auto 20px auto;
}
.how-work-one .how-work__item--p {
  text-align: center;
  color: #fff;
}
.how-work-one .how-work__item--count {
  left: 50px;
}
.how-work__box--svg-1,
.how-work__box--svg-2,
.how-work__box--line {
  position: absolute;
  z-index: 2;
}
.how-work__box--svg-1 {
  top: 57px;
  left: -90px;
}
.how-work__box--svg-2 {
  top: 47px;
  right: -100px;
}
.how-work__box--line {
  top: 35px;
  left: -40px;
}
.how-work--under-text {
  margin-top: 40px;
  margin-bottom: 90px;
}
.how-work--under-text * {
  color: #fff;
}
.how-work__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
}
.how-work__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #294192;
  position: absolute;
  top: 0;
  left: 0;
}
.how-work__line__box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.how-work--h3 {
  max-width: calc(100% - 450px);
  color: #FFF;
}
.car_delivery-main .how-work--h3 {
  max-width: calc(100% - 350px);
}
.how-work--btn {
  width: 280px;
}
/* === who-need === */

.who-need {
  padding: 60px 0;
  background: #EDF6FF;
}
.who-need--h2 {
  margin-bottom: 40px;
}
.who-need--h2.small-mb {
  margin-bottom: 20px;
}
.who-need__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.who-need__item {
  max-width: 100%;
  width: 380px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.who-need__item--img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
.who-need__item__content {
  padding: 27px 10px;
}
.who-need__item__content p {
  color: #555;
  text-align: center;
}
.who-need__item__content b {
  font-weight: 700;
}
.legal_support-main .who-need,
.car_delivery-main .who-need {
  background: #fff;
}
.legal_support-main .who-need__item,
.car_delivery-main .who-need__item {
  width: 280px;
  background: #EDF6FF;
}
.legal_support-main .who-need__item__content,
.car_delivery-main .who-need__item__content {
  padding-top: 17px;
  padding-bottom: 17px;
}
.car_delivery-main .who-need,
.car_delivery-main .who-need__box {
  margin: 0;
  padding-bottom: 0;
}
.legal_support-main .who-need__box {
  margin: 0;
}
/* === why-us === */

.why-us {
  padding: 60px 0;
}
.why-us--h2 {
  margin-bottom: 56px;
}
.why-us__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.why-us__item {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.why-us__item--icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #4C76FF;
}
.why-us__item--p {
  color: #555;
  text-align: center;
  font-size: 20px;
}
.air_cargo-main .why-us,
.consolidation-main .why-us,
.sea_transportation-main .why-us {
  padding-bottom: 60px;
}
.consolidation-main .why-us,
.sea_transportation-main .why-us {
  background: #EDF6FF;
}
.air_cargo-main .why-us__box,
.consolidation-main .why-us__box,
.sea_transportation-main .why-us__box {
  gap: 50px 20px;
}
.air_cargo-main .why-us__item,
.consolidation-main .why-us__item,
.sea_transportation-main .why-us__item {
  width: 380px;
}
.why-us--p {
  margin-top: 30px;
  color: #555;
  font-size: 20px;
  font-weight: 700;
}



/* === categories === */

.section-categories {
  position: relative;
  background: #182F89;
  overflow: hidden;
}
.categories--bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.categories--h2 {
  padding: 21px 50px 26px 0;
  color: #fff;
}
.categories--svg {
  position: absolute;
  top: 34px;
  right: 20px;
  transition: 0.5s;
}
.categories--svg:hover {
  cursor: pointer;
}
.categories--svg.active {
  transform: rotate(180deg);
}
.section-categories section {
  overflow: visible;
  padding: 0;
}
.section-categories .cargoes--bg {
  top: -101px;
  height: calc(100% + 101px);
  opacity: 0;
}
.section-categories .container {
  z-index: 4;
}
.section-categories .cargoes .container {
  overflow: hidden;
  height: 0;
  transition: 0.8s;
}
.section-categories .cargoes__box {
  padding-top: 50px;
  padding-bottom: 60px;
}
/* === calculator-section === */

.calculator-section {
  padding-top: 60px;
  background: #182F89;
}
.calculator-section--fone {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.calculator-section__box {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.calculator-section__text {
  max-width: 100%;
  width: 550px;
}
.calculator-section__calculator {
  max-width: 1005;
  width: 580px;
  border: 1px solid #000;
}
.calculator-section--h2 {
  margin-bottom: 20px;
  color: #fff;
}
.calculator-section--h4 {
  margin-bottom: 20px;
  color: #fff;
}
.calculator-section__ul {
  margin-bottom: 30px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.calculator-section__ul--li {
  position: relative;
  color: #FFF;
}
.calculator-section__ul--li::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: -40px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(assets/imgs/under_hero__ul--li-before.svg);
}
.calculator-section--p {
  color: #fff;
}
.calculator-section__line {
  margin-top: 60px;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 2;
}
.calculator-section__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  background: #294192;
}
.calculator-section__line__box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.calculator-section--h3 {
  max-width: calc(100% - 300px);
  color: #FFF;
}
.calculator-section--btn {
  width: 280px;
}

/* === service-for === */
.wpcf7-not-valid-tip {
  position: absolute;
}
.service-for {
  padding-top: 60px;
  background: #182F89;
}
.service-for--bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-for--h2 {
  margin-bottom: 30px;
  color: #fff;
}
.who-need__box {
  margin-bottom: 40px;
}
.service-for--p {
  margin-bottom: 50px;
  color: #fff;
}
.service-for__line {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 2;
}
.service-for__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #294192;
  position: absolute;
  top: 0;
  left: 0;
}
.service-for__line__box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.service-for--h3 {
  max-width: calc(100% - 450px);
  color: #FFF;
}
.service-for--btn {
  width: 280px;
}


section.popup {
  position: fixed;
  width: 290px;
  height: auto;
  bottom: 50px;
  right: -400px;
  z-index: 11;
  display: flex;
  flex-direction: column-reverse;
  transition: 1s;
}
section.popup.active {
  right: 20px;
}
.popup__active.hide,
.popup__disable.hide {
  display: none;
}
.popup__disable {
  width: 290px;
  height: auto;
  position: relative;
  padding: 13px 20px 20px 20px;
  border-radius: 10px;
  background: #4C76FF;
  box-shadow: 0 0 10px 0 rgba(0, 8, 33, 0.25);
  
}
.popup__close {
  position: absolute;
  top: 19px;
  right: 13px;
  z-index: 2;
}
.popup__close path {
  transition: 0.4s;
}
.popup__close:hover {
  cursor: pointer;
}
.popup__close:hover path {
  stroke: #FFB200;
}
.popup--h3 {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
}
.popup--p {
  margin-bottom: 15px;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
}
.popup .btn {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  color: #4C76FF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.popup .btn.hide {
  height: 0;
  padding: 0;
}
.popup .btn:hover {
  background: #FFB200;
  color: #fff;
}
.popup-disable-contacts-form {
  position: relative;
  overflow: hidden;
  transition: 0.7s;
  height: 0;
}
.popup-disable-contacts-form.active {
  height: 340px;
}
.popup .calculator__input-inner {
  width: 100%;
}
.popup p {
  color: #fff;
}
.popup .wpcf7-submit {
  margin-top: 0;
  background: #FFB200;
  color: #fff;
}
.popup .wpcf7-response-output {
  display: none;
  color: #fff;
}
.popup .wpcf7 form.sent .wpcf7-response-output {
  margin: 10px 0 0 0;
  display: block;
}

.popup__active {
  width: 290px;
  height: auto;
  padding-bottom: 20px;
  position: relative;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 8, 33, 0.25);
  overflow: hidden;
}
.popup__head {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  background: #4C76FF;
  padding: 10px 50px 10px 70px;
}
.popup--avatar {
  position: absolute;
  top: 10px;
  left: 20px;
  border-radius: 50%;
  z-index: 1;
}
.popup--name {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; /* 125% */
}
.popup--job {
  color: #FFF;
  font-size: 12px;
  line-height: 20px; /* 166.667% */
}
.popup__body {
  padding: 10px 20px 18px 20px;
  height: 350px;
  transition: 0.9s;
  overflow: hidden;
}
.popup__body.hide {
  height: 50px;
}
.popup--telegram {
  margin-bottom: 5px;
  /* width: calc(100% - 20px); */
  height: 40px;
  border-radius: 10px;
  background: #29AAEC;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px; /* 300% */
  text-decoration: none;
}
.popup--day {
  margin-bottom: 7px;
  text-align: center;
  color: #999;
  text-align: center;
  font-size: 14px;
}
.popup__message {
  padding: 30px 20px 40px 0;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.popup__message--time {
  position: absolute;
  top: 10px;
  left: 0;
  color: #999;
  font-size: 14px;
}
.popup__message--text {
  padding: 10px;
  border-radius: 10px;
  background: #EDF6FF;
  color: #333;
  font-size: 14px;
}
.popup__message--avatar {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
}
.popup__message--name {
  position: absolute;
  left: 40px;
  bottom: 8px;
  color: #999;
  font-size: 14px;
}
.popup__active .popup__message--btn {
  /* width: calc(100% - 20px); */
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #4C76FF;
}
.popup__active .popup__message--btn:hover {
  border-color: #FFB200;
}
.avatar--online {
  position: absolute;
  z-index: 2;
  top: 39px;
  left: 51px;
}
.popup-active-contacts-form,
.popup-active-calculator-form {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  height: 0;
  transition: 0.9s;
  z-index: 3;
}
.popup-active-contacts-form.active {
  height: 360px;
}
.popup-active-calculator-form.active {
  height: 440px;
}
.popup .popup__active p,
.popup .wpcf7 form.sent .wpcf7-response-output {
  color: #333;
}
.popup__active .calculator__box {
  padding-top: 20px;
}
.results-carousel.results {
  padding-bottom: 60px;
}
.results-carousel .results--h2 {
  margin-bottom: 0;
}
.results-carousel .glide__arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 20px);
  width: calc(100% + 100px);
  left: -50px;
}
.results-carousel .glide__arrow {
  background: #4C76FF;
}

/* === our-team === */
.our-team {
  background: #EDF6FF;
  padding: 60px 0;
}
.our-team__box {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
.our-team__col-1 {
  width: calc(100% - 530px);
  max-width: 100%;
}
.our-team__col-2 {
  width: 480px;
  max-width: 100%;
  position: relative;
}
.our-team__col-2 img {
  max-width: 100%;
}
.our-team--h2 {
  margin-bottom: 16px;
}
.our-team--p {
  color: #555;
  width: 540px;
  max-width: 100%;
}
.our-team__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.our-team__item {
  width: 280px;
  min-height: 300px;
  border-radius: 10px;
  background: #FFF; 
  padding: 30px 10px 15px 10px;
}
.our-team__item--img {
  margin: 0 auto 15px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: block;
}
.our-team__item--name {
  margin-bottom: 5px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.our-team__item--job {
  color: #555;
  text-align: center;
  font-size: 16px;
}
.page-main  {
  padding-top: 100px;
}
.page-main h1 {
  color: #333333;
  text-align: center;
}
.page-main a {
  color:#294192;
  text-decoration: underline;
}
.page-main p,
.page-main a {
  font-size: 20px;
}
.page-main ul,
.page-main ol  {
  padding-left: 50px;
}
.page-main li {
  list-style: auto;
}
.page-main img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
br {
  margin-bottom: 20px;
}
.error-404 {
  min-height: calc(100vh - 400px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404 .btn {
  margin: 40px auto 0 auto;
}
.error-404 h1 {
  color:#000;
  text-align: center;
}
/* === media === */
@media(max-width: 1300px){
  .map__tab--img {
    max-width: 100%;
  }
  .results-carousel .glide {
    margin: auto;
    width: calc(100% - 100px);
  }
}

@media(max-width: 1180px){
  .under-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .under-hero__nav {
    margin-right: -20px;
    padding-right: 20px;
    margin-bottom: 30px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .text-side {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-side__box {
    flex-direction: column;
  }
  .text-side__text,
  .text-side__imgs {
    width: 100%;
  }
  .text-side__text {
    order: 2;
  }
  .text-side__imgs {
    order: 1;
    margin: 0;
  }
  .text-side__imgs--extra {
    /* bottom: auto;
    top: 150px;
    left: 30px;
    width: 60%;
    height: auto; */
    display: none;
  }
  .text-side__imgs--h4 {
    bottom: 0;
    width: calc(100% - 30px);
    font-size: 24px;
    height: auto;
    padding: 10px;
  }
  .text-side__imgs--h4 br {
    display: none;
  }
  .text-side__text--p {
    margin-bottom: 15px;
  }
  .text-side--fone {
    left: 0;
  }
  .text-side__text--p strong {
    font-size: 17px;
  }
  .partners {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .partners .pseudo__arrows {
    top: calc(100% + 10px);
    right: calc(50% - 50px);
  }
  .partners--p {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .results {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .results__item {
    width: 50%;
  }
  .results__item--h4 {
    font-size: 34px;
  }
  .results__item--h4 .result-count {
    font-size: 40px;
  }
  .results__item::after {
    content: "";
    display: block;
    width: 82%;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 9%;
    opacity: 0.2;
  }
  .results__item:nth-child(2n-1):before {
    display: none;
  }
  .results__item:nth-child(2n):before {
    content: "";
    display: block;
    width: 1px;
    height: 50.6%;
    background: #FFF;
    position: absolute;
    left: -0.5px;
    right: auto;
    top: 29%;
    opacity: 0.2;
  }
  .results__item:nth-child(1):after,
  .results__item:nth-child(2):after {
    display: none;
  }
  .results__item--h4 span:not(.result-count) {
    height: auto;
    font-size: 14px;
  }
  .results__item--h4 span:not(.result-count) br {
    display: none;
  }
  section.map {
    padding-top: 30px;
  }
  .map__btns {
    flex-direction: column;
    height: auto;
    gap: 5px;
    padding: 0 15px;
  }
  .map__btn {
    width: 100%;
    border-radius: 10px;
    padding: 6px;
  }
  .map__btn--borders {
    border: none;
  }
  .map__tabs {
    padding: 0 15px;
  }
  .map__tab {
    margin: 20px auto;
  }
  section.reviews {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .review {
    padding: 80px 15px 20px 15px;
  }
  .review--avatar {
    width: 44px;
    height: auto;
    top: 15px;
    left: 15px;
  }
  .review--name {
    position: absolute;
    width: calc(100% - 85px);
    left: 70px;
    top: 27px;
    font-size: 16px;
  }
  .review--text {
    font-size: 14px;
  }
  .reviews__line,
  .types__line,
  .how-work__line,
  .calculator-section__line,
  .service-for__line {
    padding: 20px 0;
    height: auto;
    position: relative;
  }
  .reviews__line__box,
  .types__line__box,
  .how-work__line__box,
  .calculator-section__line__box,
  .service-for__line__box {
    flex-direction: column;
    gap: 20px;
  }
  .reviews--h3,
  .types__line--h3,
  .how-work--h3,
  .calculator-section--h3,
  .service-for--h3,
  .car_delivery-main .how-work--h3 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .reviews .pseudo__arrows {
    position: absolute;
    top: calc(100% + 10px);
    right: calc(50% - 50px);
  }
  .faq {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .faq__item {
    padding: 20px 35px 20px 15px;
  }
  .faq__item--h4 {
    width: calc(100% - 30px);
    font-size: 16px;
  }
  .breadcrumbs {
    padding-left: 60px;
  }
  .hero-page {
    height: auto;
    padding-top: 30px;
  }
  .hero-page h1 {
    font-size: 35px;
  }
  .hero-page > .container {
    margin-bottom: 50px;
  }
  .hero-page .hero__bg {
    left: 0;
  }
  .under-hero-page .under-hero--h2 {
    margin-bottom: 30px;
    line-height: 100%;
  }
  .under_hero__ul--li {
    white-space: break-spaces;
  }
  section.types {
    padding-top: 30px;
  }
  .how-work {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .how-work-one  {
    padding-bottom: 0;
  }
  .how-work-one br {
    display: none;
  }
  .how-work--h2 {
    margin-bottom: 40px;
  }
  .how-work__box {
    flex-direction: column;
    gap: 30px;
  }
  .how-work__item {
    width: 100%;
  }
  .under-hero__box.has-image {
    flex-direction: column;
    gap: 20px;
  }
  .how-work-one .how-work__box {
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .how-work__box--svg-1,
  .how-work__box--line,
  .how-work__box--svg-2 {
    display: none;
  }
  .why-us {
    padding: 30px 0;
  }
  .section-categories .cargoes--bg {
    top: -131px;
    height: calc(100% + 131px);
  }
  .calculator-section {
    padding-top: 30px;
  }
  .calculator-section__box {
    flex-direction: column;
  }
  .calculator-section--h4 {
    font-size: 18px;
  }
  .calculator-section__text,
  .calculator-section__calculator {
    width: 100%;
  }
  .calculator-section--fone {
    width: auto;
  }
  .service-for--bg {
    width: auto;
  }
  .b-breadcrumbs__item::before {
    top: calc(50% - 5px);
  }
  .under-hero__img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .why-us--p {
    font-size: 16px;
    text-align: center;
  }
  .map--h2 {
    margin-bottom: 20px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .footer__col-1,
  .footer__col-2,
  .footer__col-3,
  .footer__col-4 {
    width: 100%;
  }
  .footer__box {
    gap: 30px;
  }
  .footer__col-2::before,
  .footer__col-3::before,
  .footer__col-4::before {
    height: 100%;
  }
  .map__tabs {
    margin-right: -20px;
    padding-right: 20px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
}

@media(max-width: 480px){
  .hero-page h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  .cargoes {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cargoes__box {
    gap: 20px;
  }
  .cargoes__item {
    padding: 30px 15px 40px 15px;
    display: flex;
    flex-direction: column;
  }
  .cargoes__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.8;
  }
  .cargoes__item--img {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .cargoes__item--h5,
  .cargoes__item--p {
    position: relative;
    z-index: 3;
    color: #fff;
  }
  .types--fone {
    display: none;
  }
  .types-tracks .types--h2 {
    margin-bottom: 40px;
  }
  .how-work__item  {
    min-height: 0;
    padding-left: 70px;
  }
  .how-work__item--img {
    width: 60px;
    height: auto;
  }
  .hero-page .hero--text {
    font-size: 14px;
  }
  .who-need {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .how-work-one .how-work__item--img {
    width: 140px;
  }
  .how-work--bg {
    display: none;
  }
  .how-work--under-text {
    margin-bottom: 40px;
    text-align: center;
  }
  .footer__copyright::before {
    display: none;
  }
  .results--h2 {
    margin-bottom: 0;
  }
  .categories--h2 {
    font-size: 20px;
    align-items: center;
  }
  .section-categories .cargoes__box {
    padding-top: 20px;
  }
  .legal_support-main .who-need__item,
  .car_delivery-main .who-need__item {
    width: 100%;
  }
  section.popup {
    bottom: 20px;
  }
  .results-carousel--img {
    display: block;
    width: 100%;
    height: auto;
  }
  .our-team__col-1,
  .our-team__col-2 {
    width: 100%;
  }
  .types__box {
    margin-right: -20px;
    padding-right: 20px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .types__item {
    min-width: 280px;
  }
  .why-us__box {
    gap: 40px;
  }
  .why-us__item {
    width: 100%;
    flex-direction: row;
  }
  .why-us__item--icon {
    min-width: 100px;
  }
  .why-us__item--p {
    text-align: left;
  }
  
}