html, body {
  /* -webkit-overflow-scrolling: touch !important; */
  width: 100%;
  height: 2000px;
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif !important;
  /* background: pink; */
}

.wrapper,
.main-nav,
.header,
.tranzit-why,
.tranzit-counter,
.tranzit-news,
.footer {
  display: grid;
}

/* grid-area */
.header {}
.tranzit-why {}
.tranzit-counter {}
.tranzit-news {}
.tranzit-reviews {}
.tranzit-map {}
.footer {}
@media (max-widht: 768px) {}

/* reset */
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
.container-fixed {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  position: fixed;
  left: 0%;
  right: 0%;
}
ul {
  padding: 0;
  list-style-type: none;
}
.button {
  padding: 15px 17px;
  border-radius: 5px;
}
.tranzit-heading {
  padding: 70px 0 30px 0;
  color: #10162C;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}
.tranzit-more-btn {
  /* margin-top: 70px; */
  text-align: center;
}
.tranzit-more-btn a {
  padding: 15px 70px 15px 30px;
  background: #ffe817;
  background-image: url(/images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 85% 50%;
  font-weight: 600;
  color: #10162C;
  text-decoration: none;
  transition: 0.3s;
}
.tranzit-more-btn a:hover {
  box-shadow: 0 5px 15px rgba(255, 237, 0, 0.7);
}
@media (max-width: 768px) {
  .tranzit-heading {
    padding: 70px 0 10px 0;
    color: #10162C;
    font-size: 22px;
    text-align: center;
  }
}

/* main-nav */
.main-nav {
  position: relative;
  z-index: 5000;
  transition: 0.3s;
  z-index: 50;
}
@media (max-width: 769px) {
  .main-nav {
    display: none !important;
  }
}
.main-nav__before {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
  align-items: center;
  padding: 20px 0 0 0;
  transition: 0.4s;
}
.navigation-links_before {
  grid-column: 3 / 7;
  text-align: right;
}
.navigation-links_before a {
  margin-left: 40px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.navigation-links_before a:hover {
  border-bottom: 1px solid #fff;
}
.about,
.rates,
.desktop-menu-item {
  display: inline-grid;
  position: relative;
  transition: 0.3s;
}
.about:hover > .about-dropdown,
.rates:hover > .rates-dropdown,
.desktop-menu-item:hover > .desktop-menu-item-dropdown {
  visibility: visible;
  opacity: 1;
}
.desktop-menu-item:hover > .desktop-menu-item-dropdown--empty {
  visibility: hidden;
  opacity: 0;
}
.about-dropdown,
.rates-dropdown,
.desktop-menu-item-dropdown {
  visibility: hidden;
  padding-top: 30px;
  position: absolute;
  top: 20px;
  opacity: 0;
  transition: 0.3s;
}
.about-dropdown__links,
.rates-dropdown__links,
.desktop-menu-item-dropdown__links {
  display: grid;
  grid-gap: 20px;
  width: 210px;
  padding: 30px 40px;
  background: #fff;
  text-align: left;
  border-radius: 7px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.about-dropdown__links::before,
.rates-dropdown__links::before,
.desktop-menu-item-dropdown__links::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-top: 20px;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: -5px;
  left: 65px;
  transform: translateX(-41%);
}
.about-dropdown__links a,
.desktop-menu-item-dropdown__links a,
.rates-dropdown__links a {
  margin: 0;
  color: #10162C;
  position: relative;
  transition: 0.3s;
}
.about-dropdown__links a:hover,
.desktop-menu-item-dropdown__links a:hover,
.rates-dropdown__links a:hover {
  color: #44588A;
}
.about-dropdown__links a::before,
.desktop-menu-item-dropdown__links a::before,
.rates-dropdown__links a::before {
  content: ">";
  color: #44588A;
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: 0.3s;
}
.about-dropdown__links a:hover::before,
.desktop-menu-item-dropdown__links a:hover::before,
.rates-dropdown__links a:hover::before {
  opacity: 1;
}
.button-application {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: none !important;
}
.button-application:hover {
  background: #fff;
  color: #44588A !important;
  border-bottom: none !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.fluid-section {
  display: grid;
  visibility: hidden;
  width: 100%;
  height: 60px;
  background: #222638;
  position: fixed;
  transition: 0.3s;
  opacity: 0;
  z-index: 91;
}
@media (max-width: 769px) {
  .fluid-section {
    display: none !important;
  }
}
.main-nav__after {
  display: none;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
  align-items: center;
}
.logotype-burger {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
.logotype-after {
  width: 45px;
  padding: 5px 0 0 0;
}
.burger-after {
  cursor: pointer;
}
.phone {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
  text-decoration: none;
}
.navigation-links_after {
  grid-column: 2 / 7;
  text-align: right;
}
.navigation-links_after div {
  display: inline-grid;
  align-items: center;
  height: 30px;
  margin-left: 20px;
  padding: 0 20px 0 40px;
}
.navigation-links_after a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.navigation-links_after a:hover {
  border-bottom: 1px solid #fff;
}
.shipp-count {
  background-image: url(/images/count.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.cargo-tracking {
  background-image: url(/images/binoculars.svg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  cursor: pointer;
}
.ask-quest {
  background-image: url(/images/ask.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.fill-app {
  background-image: url(/images/quote.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.fill-app a {
  color: #FAEC37;
}
.fill-app a:hover {
  border-bottom: 1px solid #FAEC37;
}
@media (max-width: 1200px) {
  .main-nav__before {
    padding: 20px 15px;
  }
  .navigation-links_before {
    grid-column: 2 / 7;
  }
  .main-nav__after {
    padding: 0 15px;
  }
}
@media (max-width: 900px) {
  .main-nav__before {
    grid-gap: 0;
  }
  .navigation-links_before a {
    margin-left: 20px;
  }
  .main-nav__after {
    grid-gap: 0;
  }
  .navigation-links_after div {
    margin-left: 10px;
    padding: 0 0px 0 30px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    visibility: hidden;
    opacity: 0;
  }
  .button-application {
    background: none;
  }
  .button-application:hover {
    background: none;
    box-shadow: none;
    color: #ffe817 !important;
  }
}

/* main-nav-overlay desktop */
.main-nav-overlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  background: #fff;
  position: fixed;
  opacity: 0;
  transition: 0.5s;
  overflow-y: hidden;
  z-index: 999;
}
#desktop-menu {
  transition: 0.3s;
}
.main-nav-overlay__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
  padding-top: 30px;
  padding-bottom: 100px;
}
.close-nav {
  width: 95px;
  background-image: url(/images/times.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: right;
  color: #30546F;
  font-size: 18px;
  cursor: pointer;
}
.overlay-about-us div,
.overlay-rates div {
  display: grid;
}
.overlay-tittels {
  padding-bottom: 40px;
  font-size: 18px;
}
.overlay-tittels a {
  color: #10162C;
  text-decoration: none;
  transition: 0.3s;
}
.overlay-tittels a:hover {
  color: #44588A;
}
.overlay-inner-links {
  font-size: 14px;
}
.overlay-inner-links a {
  margin-bottom: 10px;
  color: #5B5C65;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.overlay-inner-links a::before {
  content: ">";
  color: #44588A;
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: 0.3s;
}
.overlay-inner-links a:hover {
  color: #44588A;
}
.overlay-inner-links a:hover::before {
  opacity: 1;
}
.overlay-application {
  grid-column: 6;
  position: relative;
}
.overlay-button-application {
  background: #ECECEE;
  color: #10162C;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}
.overlay-button-application:hover {
  background: #4974A1;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.overlay-application img {
  width: 230px;
  position: absolute;
  top: 70px;
  left: -40px;
  transition: 0.3s;
}
.copyrights-phone {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
}
.copyrights-phone > .overlay-phone, .overlay-copy {
  text-align: right;
}
.person-data {
  grid-column: 1;
  grid-row: 2;
  color: #10162C;
}
.overlay-phone {
  grid-column: 2;
  color: #10162C;
  text-decoration: none;
}
.overlay-copy {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  color: #10162C;
  cursor: default;
}
@media (max-width: 1200px) {
  .main-nav-overlay {
    /* padding: 70px 15px 0 15px; */
    padding: 50px 0 0 15px;
  }
  .main-nav-overlay__inner {
    grid-gap: 0;
    padding: 30px 25px 100px 0;
  }
  .overlay-tittels, .overlay-button-application {
    font-size: 16px;
  }
  .overlay-application img {
    width: 200px;
    left: -30px;
  }
  .copyrights-phone {
    padding: 0 35px 0 0;
  }
}
@media (max-width: 768px) {
  .main-nav-overlay {
    display: none;
    visibility: hidden;
    opacity: 0;
    padding: 0 !important;
    overflow-y: visible;
  }
}

/* mobile-overlay */
.menu-btn {
  display: none;
  width: 30px;
  height: 20px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1001;
}
.menu-btn span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
}
.bar-top {
  top: 0;
}
.bar-mid {
  top: 45%;
}
.bar-bot {
  bottom: 0;
}

.mobile-overlay {
  position: relative;
  width: 100%;
  /* min-height: 100vh; */
  height: 100%;
  /* padding-top: 50px; */
  display: none; /* NOTE: grid */
  grid-template-rows: auto 2fr auto;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 80;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1000;
}

.mobile-overlay__nav {
  position: fixed;
  width: 100%;
  height: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  padding: 0 5px;
  background: #2579bf;
  z-index: 100;
}
.mobile-overlay__nav-logo {
  width: 35px;
}
.mobile-overlay__nav .back-move {
  width: 60px;
  justify-self: flex-end;
  margin-right: 50px;
  padding-left: 20px;
  background-image: url(/images/return.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 0% 51%;
  color: #fff;
  text-decoration: none;
}

.mobile-overlay__links {
  padding-top: 50px;

  height: auto;
  display: block;
  align-self: flex-start;
  margin-bottom: 65%;
  position: relative;
}
.mobile-overlay__links-item {
  height: 50px;
  display: grid;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-overlay__links a {
  /* font-size: 14px; */
  color: #10162C;
  text-decoration: none;
}
.sub-links {
  background-image: url(/images/forward.png);
  background-repeat: no-repeat;
  background-position: 99% 50%;
  background-size: 15px 15px;
}

.sub-menu {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  top: 50px;
  right: -100%;
  transition: 0.3s;
  z-index: 82;
}
.sub-menu a {
  height: 50px;
  display: grid;
  align-items: center;
  padding: 0 15px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.back-move {
  position: relative;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
}

.mobile-overlay__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /* min-height: 216px; */
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  text-align: center;
}

.mobile-overlay-write,
.mobile-overlay-phone {
  margin-bottom: 25px;
  font-weight: 600;
  color: #4974A3;
  text-decoration: none;
}

.mobile-overlay-app {
  padding: 30px 0;
  font-weight: 600;
  color: #10162C;
  text-decoration: none;
  background: #F8E63C;
}
@media (max-width: 768px) {
  .menu-btn {
    display: block;
  }
}


/* header */
.header {
  height: 1000px;
  background-image: url(/images/background-top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header-inner {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  align-items: center;
  height: 100%;
}

@media (max-width: 770px) {
  .header-inner form {
    display: none;  
  }
}

.header-inner__price-count {
  /*grid-row: 2;*/
  /*display: grid;*/
  /*grid-template-rows: 1fr 1fr;*/
  /*grid-gap: 20px;*/
  /*padding: 35px 100px 60px 100px;*/
  /*background: rgba(0, 0, 0, 0.8);*/
  border-radius: 5px;
}
.price-count__title {
  display: grid;
  grid-template-columns: 41.3% 31.4% 27.3%;
  font-size: 20px;
  font-weight: 500;
}
.price-count__title p {
  /*grid-column: 1/3;*/
  margin: 0;
  color: #FAEC37;
  /*transition: 0.3s;*/

  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn_calc-order, .btn_tab-active {
  background: rgba(0, 0, 0, 0.8);
}
.btn_cargo-tracking, .btn_tab-inactive {
  color: #FFFFFF !important;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 0px;
}
.price-count__title-phone {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  display: grid;
  align-items: center;
  text-align: center;
  height: 70px;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 0px;
}
.price-count__title-phone a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.price-count__form {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr 2fr;
  align-items: center;
  padding: 60px 100px 60px 100px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 5px 5px;
}
.price-count__form--result {
  padding: 60px 100px 26px 100px;
}
.price-count__form-next_second {
  display: none !important;
  grid-row: 3;
  align-self: flex-start;
}
.price-count__form-swap {
  opacity: 0;
  visibility: hidden;

  display: grid;
  justify-content: center;
  z-index: 80;
}
.price-count__form-next {
  display: grid;
  justify-content: flex-end;
}
.button-next {
  width: 100px;
  padding: 15px 17px 15px 35px;
  background: #FAEC37;
  background-image: url(/images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 100px 50%;
  color: #10162C;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s;
}
.button-next:hover {
  box-shadow: 0 5px 10px rgba(255, 237, 0, 0.3);
}

.button-next--mobile {
  display: none;
  position: relative;
  top: -15px;
  padding-right: 40px !important;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  border: none;
  outline: none;
}
@media (max-width: 769px) {
  .button-next--mobile {
    display: block;
  }
}

.split-select {
  visibility: hidden;
  /* width: 78%; */
  width: 88.5%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  /* margin: 0 auto; */
  top: 50%;
  left: 20px;
  right: 0%;
  z-index: 70;
}
.switch-select {
  visibility: hidden;
  width: 20px;
  height: 20px;
  /* background: rgba(0, 0, 0, 0.05); */
  /* background-image: url(/images/switch.png); */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 70;
}
.mobile-logo-count {
  display: none;
  align-self: flex-end;
  justify-content: center;
  text-align: center;
}
.mobile-logo-count img {
  justify-self: center;
}
.mobile-logo-count p {
  margin: 0;
  color: #FAEC37;
  font-weight: 600;
  font-size: 19px;
  padding-top: 45px;
}
.header-inner__price-count-mobile {
  display: none;
  grid-template-rows: 1fr 1fr;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.price-count-mobile__item {
  padding: 15px 15px 15px 30px;
  background-image: url(/images/place.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 10px;
  font-weight: 600;
  color: #36578d;
}
.switcher-overlay-departure {
  display: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  /* display: grid; */
  grid-template-rows: auto 1fr auto;
  background: #fff;
  position: fixed;
  left: 0;
  z-index: 9999;
}
.switcher-overlay__bar {
  height: 50px;
  display: grid;
  grid-template-columns: 1fr 50px;
  align-items: center;
  padding: 0 10px;
  background: #2579bf;
}
.mDeparture {
  height: 30px;
  padding-left: 10px;
  border: none;
  border-radius: 5px;
}
.mDeparture-results ul {
  margin: 0;
}
.mDeparture-results li{
  padding: 15px 15px;
  background: #fafafa;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.close-m-overlay {
  width: 50px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}
.scroll-down {
  display: none;
}
.ui-helper-hidden-accessible { display:none; }
@media (max-width: 1200px) {
  .price-count__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 520px;
    background: #2579bf;
    background-image: none;
  }
  .header-inner {
    /*grid-template-rows: 1fr 1fr 0.3fr;*/
    grid-template-rows: unset;
    padding: 0 20px;
  }
  .mobile-logo-count {
    display: grid;
    /*grid-gap: 20px;*/
    padding-bottom: 20px;
    padding-top: 70px;
  }
  .mobile-logo-count img {
    width: 60px;
  }
  .header-inner__price-count {
    display: none;
    grid-template-rows: 1fr;
    padding: 0;
    background: none;
    position: relative;
  }
  .header-inner__price-count-mobile {
    display: grid;
  }
  .split-select, .switch-select {
    visibility: visible;
  }

  .header-inner__calc-tracking-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .header-inner__calc-mobile,
  .header-inner__tracking-mobile {
    width: 130px;
    height: 130px;
    border-radius: 5px;
  }

  .header-inner__calc-mobile {
    background: #FFFFFF;
    background-image: url(/images/accounting.svg);
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 45px 45px;
    margin-right: 10px;
  }

  .header-inner__tracking-mobile {
    background: #0B4671;
    background-image: url(/images/shipping.svg);
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 50px 50px;
    margin-left: 10px;
  }

  .calc-mobile--text,
  .tracking-mobile--text {
    display: flex;
    width: 100%;
    height: 85%;
    justify-content: center;
    align-items: flex-end;
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }

  .calc-mobile--text {
    color: #000000;
  }

  .tracking-mobile--text {
    color: #FFFFFF;
  }

  /* .price-count__title, .price-count__form-next_first,
  .price-count__form-swap, .custom-select__option--value::after,
  .form-selector__first::before, .form-selector__second::before {
    display: none;
  } */
  /* .custom-select__option--value {
    border: none !important;
  }
  .price-count__form-next_second {
    display: block !important;
    text-align: center;
  } */
  .button-next {
    display: block;
    width: auto;
    padding: 15px 17px;
    background-position: 75% 50%;
  }
  .price-count__form {
    grid-template-columns: 1fr;
    background: #fff;
    padding: 10px 5px;
    border-radius: 5px;
    position: relative;
  }
  .scroll-down {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header {
    height: 520px;
    background: #2579bf;
    background-image: none;
  }
}


/* tranzit-why */
.tranzit-why {
  padding-bottom: 100px;
}
.tranzit-why__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.features-item {
  padding: 10px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.features-item:hover {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.10);
}
.features-item__title {
  color: #10162C !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.features-item p {
  color: #5B5C65;
  font-size: 14px;
  cursor: default;
}
@media (max-width: 900px) {
  .tranzit-why__features {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .tranzit-why__features {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
}


/* tranzit-counter */
.tranzit-counter {
  width: 100%;
  background: #2575a6;
}
.tranzit-counter__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 60px 0;
}
.counter-item {
  color: #fff;
  text-align: center;
  align-items: center;
  position: relative;
}
.customer img {
  width: 56px ;
}
.warehouse img {
  width: 50px ;
}
.counter-item p {
  margin: 0;
}
.customer, .warehouse, .workyears {
  margin-bottom: 30px;
}
.customer p, img,
.warehouse p, img,
.workyears p/*, span*/ {
  display: inline-grid;
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}
.warehouse span {
  font-size: 30px;
}
.customer p, .warehouse p {
  width: 170px;
}
.triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-top: 13px;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-bottom: 20px solid white;
  position: absolute;
  top: -75px;
  left: 44%;
  transform: translateX(-44%);
  transform: rotate(180deg);
}
@media (max-width: 900px) {
  .customer p,
  .warehouse p,
  .workyears p/*, span*/ {
    font-size: 35px;
  }
  .customer p, .warehouse p {
    width: 130px;
  }
}
@media (max-width: 768px) {
  .tranzit-counter__inner {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .triangle {
    top: 7%;
    left: -15px;
    transform: translateY(-7%);
    transform: rotate(90deg);
  }
}


/* tranzit-news */
.tranzit-news {
  padding-bottom: 100px;
  background: #f6f6f6;
  background-image: url(/images/scaniapicbild.png);
  background-repeat: no-repeat;
  background-position: -15% 50%;
}
.tranzit-news__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 70px;
}
.news-lable {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  padding: 5px 5px 0 0;
  background: #7f838f;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.news-lable img {
  position: absolute;
  top: 6px;
  right: 6px;
}
.tranzit-news__latest {
  grid-row: 1 / 3;
  padding: 30px;
  background: #fff !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0 0 !important;
  position: relative;
  transition: 0.3s;
}
.tranzit-news__latest:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
.tranzit-news__latest:hover > .tranzit-news__content > .news-lable,
.news__recent:hover > .tranzit-news__content > .news-lable {
  background: #2575a6;
}
.news__recent {
  padding: 20px;
  background: #fff !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0 0 !important;
  position: relative;
  transition: 0.3s;
  position: relative;
}
.news__recent:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
.news__recent-top {
  grid-column: 2;
  grid-row: 1;
  position: relative;
}
.news__recent-bottom {
  grid-column: 2;
  grid-row: 2;
  position: relative;
}
.news-date {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #2575a6;
  cursor: default;
}
.news-title {
  margin: 0;
}
.news-title__latest {
  margin: 0 0 10px 0;
  padding-right: 15px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  cursor: default;
}
.news-title__recent {
  margin: 0 0 10px 0;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
  cursor: default;
}
.news-info {
  margin: 0;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 24px;
}
.news-info__recent {
  width: 80%;
}
.news-more__latest {
  /* align-self: flex-end; */
  position: absolute;
  right: 30px;
  bottom: 20px;
  margin-top: 10px !important;
  color: #2575a6;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #2575a6;
  opacity: 0.5;
  transition: 0.3s;
  font-size: 14px;
}
.news-more__recent {
  /* align-self: flex-end; */
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #2575a6;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #2575a6;
  opacity: 0.5;
  transition: 0.3s;
  font-size: 14px;
}
.news-more__latest:hover,
.news-more__recent:hover {
  opacity: 1;
}
@media (max-width: 1200px) {
  .tranzit-news {
    background-image: none;
  }
}
@media (max-width: 768px) {
  .tranzit-news__inner {
    display: block;
  }
  .tranzit-news__content {
    /* display: grid; */
    height: 200px;
  }
  .tranzit-news__latest {
    padding: 20px;
  }
  .news-title__latest {
    font-size: 18px;
  }
  .news-info__recent {
    width: 100%;
  }
  .news-more__recent {
    right: 30px;
    bottom: 20px;
  }
  .news-lable {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 5px 5px 0 0;
    background: #7f838f;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
  }
  .news-lable img {
    width: 30px;
    top: 6px;
    right: 6px;
  }
}


/* tranzit-reviews */
.tranzit-reviews {
  padding: 0 0 100px 0;
}
.tranzit-reviews__heading {
  text-align: center;
}
.flickity-viewport { /* NOTE: slider */
  padding: 5px 0 30px 0;
}
.flickity-page-dots {
  /* display: none; */
  bottom: -20px !important;
}
.flickity-prev-next-button {
  top: 104% !important;
  z-index: 90;
}
.previous {
  left: 37% !important;
}
.next {
  right: 37% !important;
}
.reviews {
  margin-bottom: 75px;
}
.carousel-cell {
  /* width: 27%; */
  height: auto;
  margin: 0 15px;
  padding: 30px 40px 20px 40px;
  counter-increment: gallery-cell;
  border-top: 0.5px solid rgba(0, 0, 0, 0);
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100%);
  position: relative;
}
.carousel-cell p {
  margin: 0;
}
.carousel-cell.is-selected {
  background: #eef0f1;
  border-top: 0.5px solid rgba(0, 0, 0, 0.01) !important;
  /* border-radius: 5px; */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.3s;
  filter: none;
}
.carousel-cell__inner {
  display: grid;
  height: 220px;
}
.carousel-cell__inner-from {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: flex-end;
}
.reviews__tittle {
  align-self: flex-start;
  margin-bottom: 20px !important;
  font-size: 22px;
  font-weight: 500;
}
.reviews__message {
  margin-bottom: 20px !important;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 22px;
}
.reviews__sender {
  grid-column: 1;
  color: #2575a6;
  font-size: 14px;
}
.reviews__date {
  grid-row: 2;
  color: #2575a6;
  font-size: 12px;
}
.reviews__more-info {
  grid-column: 2;
  grid-row: 1;
  align-self: flex-end;
  justify-self: right;
  color: #2575a6;
  font-size: 14px;
  text-decoration: none !important;
  border-bottom: 1px solid #2575a6;
  opacity: 1;
  transition: 0.3s;
}
.cq-wrap {
  position: relative;
}
.carousel-quotes__one,
.carousel-quotes__two,
.carousel-quotes__three {
  width: 15px;
  position: absolute;
  top: 0px;
  left: -22px;
  /* opacity: 0; */
  transition: 0.3s;
  /* transform: rotate(180deg); */
}
.tranzit-reviews__all-reviews {
  text-align: center;
}
.tranzit-reviews__all-reviews a {
  padding: 15px 60px 15px 25px;
  background: #ffe817;
  background-image: url(/images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 145px center;
  color: #0a1128;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}
.tranzit-reviews__all-reviews a:hover {
  box-shadow: 0 5px 15px rgba(251, 235, 108, 0.6);
}
@media (max-width: 768px) {
  .reviews {
    margin-bottom: 80px;
  }
  .tranzit-reviews__heading h3 {
    font-size: 22px;
  }
  .carousel-cell {
    width: 83%;
    height: auto;
    margin: 0 10px;
    padding: 25px 15px;
  }
  .flickity-viewport {
    padding: 5px 0 30px 0;
  }
  .flickity-page-dots {
    display: block !important;
    bottom: -22.5px !important;
  }
  .previous {
    left: 10px !important;
  }
  .next {
    right: 10px !important;
  }
  .carousel-cell__inner {
    height: 320px;
  }
  .reviews__more-info {
    grid-row: 2;
    right: 15px;
    bottom: 15px;
    opacity: 1 !important;
    border-bottom: 1px solid #2575a6;
  }
  .carousel-quotes__one,
  .carousel-quotes__two,
  .carousel-quotes__three {
    width: 13px;
    position: absolute;
    top: -15px;
    left: 0px;
    opacity: 0;
    transition: 0.3s;
  }
  .flickity-prev-next-button {
    top: 104% !important;
    z-index: 999;
  }
  .carousel-cell__inner-from {
    grid-row-gap: 10px;
  }
  .reviews__sender {
    grid-column: 1;
  }
  .reviews__date {
    grid-row: 1;
    grid-column: 2;
    justify-self: right;
  }
  .reviews__more-info {
    grid-column: 1 / 3;
    justify-self: center;
    font-weight: 600;
    opacity: 0.5;
  }
}


/* MAP */
.tranzit-map {
  width: 100%;
  height: 100%;
  position: relative;
}
#map {
  width: 100%;
  min-width: 320px;
  height: 600px;
}
.ymaps-2-1-65-controls__control {
  top: 250px !important;
  right: 0 !important;
  left: 25px !important;
  background: #fff !important;
  width: 33px !important;
  border-radius: 15px;
  padding: 5px 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.ymaps-2-1-65-zoom__plus  {
  background: #fff !important;
  border-radius: 15px 15px 0 0 !important;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.07) !important;
}
.ymaps-2-1-65-zoom__plus .ymaps-2-1-65-zoom__icon {
  background-size: 20px !important;
}
.ymaps-2-1-65-zoom__minus  {
  background: #fff !important;
  border-radius: 0 0 15px 15px !important;
}
.ymaps-2-1-65-zoom__minus .ymaps-2-1-65-zoom__icon {
  background-size: 20px !important;
}
.ymaps-2-1-65-float-button {
  width: 33px !important;
  height: 30px !important;
  box-shadow: none !important;
}
.ymaps-2-1-65-float-button-icon {
  width: 20px !important;
}
.ymaps-2-1-65-zoom__scale {
  display: none;
}
.ymaps-2-1-65-zoom {
  height: 4px !important;
  position: absolute;
}
.tranzit-map > .tranzit-map__inner {
  position: absolute;
  top: 45%;
  right: 25%;
  transform: translateY(-45%);
}
.tranzit-map__inner {
  width: 460px;
  grid-template-columns: 1fr;
  align-items: center;
  background: transparent;
}
.map-info-switcher {
  width: 460px;
  grid-column: 2;
  display: grid;
  grid-template-rows: auto auto 1fr;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.company {
  margin: 0;
  padding: 30px 0;
  font-size: 22px;
  font-weight: 600;
}
.map-cities {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.map-cities__khv {
    grid-template-columns: 1fr;
}

.map-cities a {
  padding: 30px 0;
  background: #848893;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.map-cities a:hover {
  background: #6382A3 !important;
}
.city_btn.active {
	background: #2575a6;
	box-shadow: 0 5px 10px rgba(37, 117, 166, 0.5);
}
.map-cities-info {
  display: grid;
  padding: 35px;
  text-align: left;
}
.map-cities-info p {
  margin: 0 0 7px 0;
}
.street {
  margin-bottom: 20px !important;
  font-weight: 500;
  color: #2575a6;
}
.yks-street, .vdk-street, .kms-street, .blg-street {
  display: none;
}
.info-block-tittle {
  font-size: 12px;
  color: #5a5a5a;
}
.map-cities-info__phones,
.map-cities-info__email,
.map-cities-info__work {
  display: grid;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  position: relative;
}
.map-cities-info__phones a,
.map-cities-info__email a,
.map-cities-info__work a {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #2575a6;
  text-decoration: none;
}
.map-cities-info__phones::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/images/block-phone.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
}
.map-cities-info__email::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/images/block-mail.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
}
.map-cities-info__work::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/images/block-work.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
}
.yks-phone, .vdk-phone, .kms-phone, .blg-phone,
.yks-mail, .vdk-mail, .kms-mail, .blg-mail {
  display: none;
}
.map-cities-info__work a {
  cursor: default;
  pointer-events: none;
}
.mobile-cities {
  display: none;
  text-align: center;
}
@media (max-width: 1200px) {
  .tranzit-map > .tranzit-map__inner {
    right: 5%;
  }
}
@media (max-width: 768px) {
  #map {
    height: 350px;
  }
  .ymaps-2-1-65-controls__control {
    top: -5px !important;
    transform: rotate(-90deg);
    opacity: 0.7;
  }
	.tranzit-map__inner {
		position: relative !important;
		top: 0 !important;
		right: 0 !important;
		transform: none !important;
		width: 100% !important;
	}

	.tranzit-map__inner .company {
		display: none;
	}

	.map-info-switcher {
		width: 100% !important;
	}

	.map-cities {
		font-size: 13px !important;
	}
}


/* footer */
.footer {
  width: 100%;
  /* height: 100px; */
  background: #3b4153;
}
.footer__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
  padding: 70px 0 50px 0;
}

.footer__inner-item--rates {
  grid-column: 2/4;
}
@media (max-width: 768px) {
  .footer__inner-item--rates {
    grid-column: auto;
  }
}

.footer__inner-item--rates .footer-links {
  grid-template-columns: auto auto;
}

.footer__inner-item a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.footer-tittle {
  padding-bottom: 25px;
  font-weight: 500;
}
.footer-tittle a:hover {
  color: #ffe817;
}
.footer-links {
  display: grid;
  font-size: 13px;
}
.footer-links a {
  margin-bottom: 15px;
  /* transition: 0.3s; */
}
.footer-links a:hover {
  opacity: 0.6;
}
.footer-phone {
  margin: 20px 0 0 0;
  text-align: right;
}
.footer-phone a {
  color: #ffe817;
  white-space: nowrap;
}
.footer-copyright {
  margin: 15px 0 0 0;
  font-size: 12px;
  color: #fff;
}
.footer-politics {
  display: none;
  margin: 15px 0 0 0;
  font-size: 9.5px;
  text-align: center;
}
.footer__under-bar {
  padding: 20px 0;
  background: #0a1128;
}
@media (max-width: 768px) {
  .footer__under-bar {
    padding: 20px 0 85px;
  }
}
.footer__under-bar-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.footer__under-bar-inner a {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  transition: 0.3s;
}
.footer__under-bar-inner a:hover {
  opacity: 1;
}
.by-dev {
  text-align: right;
}
.by-dev a {
  opacity: 1;
}
@media (max-width: 1200px) {
  .footer__inner {
    padding: 50px 15px;
  }
}
@media (max-width: 900px) {
  .footer-tittle {
    font-size: 14px;
  }
  .footer-links {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 30px 0;
  }
  .footer-tittle {
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
  }
  .footer-links, .footer__inner-item-empty {
    display: none;
  }
  .footer-phone {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .footer-copyright {
    margin: 30px 0 0 0;
    font-size: 12px;
    color: #fff;
  }
  .footer-politics {
    display: block;
  }
  .footer__under-bar-inner {
    grid-template-columns: 1fr;
  }
  .footer__under-bar-inner a {
    display: none;
  }
  .by-dev a {
    display: block;
  }
  .by-dev {
    text-align: center;
  }
}

.ui-menu {
  position: fixed;
  top: 50px !important;
  left: 0 !important;
  width: 100% !important;
  margin: 0;
}

.ui-menu-item {
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background: #fafafa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.close-m-overlay .i-top {
  top: 45%;
  transform: rotate(45deg);
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
}

.close-m-overlay .i-bot {
  bottom: 45%;
  transform: rotate(-45deg);
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
}

.ui-autocomplete-input {
  font-size: 16px;
}

.tranzit-video {
  overflow: hidden;
}

.tranzit-video video {
  position: relative;
  left: -5px;
  width: 100.5%;
}

@media (max-width: 768px) {
  .tranzit-video {
    display: none;
  }
}

.ask-question-button {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #FAEC37;
  text-decoration: none;
  color: #10162C;
  font-weight: 500;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.ask-question-button::before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url('/images/whatsapp.png') 50%/contain no-repeat;
}

.ask-question-button:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .ask-question-button {
    right: 15px;
    bottom: 15px;
  }
}