html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif !important;
  background: #f9f9f9;
}

.main-wrap {
  display: grid;
}

.page-tittle__mobile-bar {
  align-self: flex-start;
  height: 50px;
  display: none;
  align-items: center;
  padding: 0 5px;
  background: #2579bf;
}
.page-tittle__mobile-bar img {
  width: 35px;
}
.page-tittle__mobile-bar a {
  max-width: 50px;
}


/* 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%;
}
.button {
  padding: 15px 17px;
  border-radius: 5px;
}

/* main-nav */
.main-nav {
  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: 1;
  z-index: 91;
}
@media (max-width: 769px) {
  .fluid-section {
    display: none !important;
  }
}
.main-nav__after {
  display: grid;
  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) {
  .page-tittle__mobile-bar {
    display: grid;
  }
  .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 {
  width: 100%;
  height: 100%;
  display: none; /* NOTE: grid */
  grid-template-rows: auto 2fr auto;
  background: #fff;
  position: fixed;
  z-index: 80;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1000;
}

.mobile-overlay__nav {
  height: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  padding: 0 5px;
  background: #2579bf;
}
.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 {
  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: 0;
  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 {
  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;
  }
}


/* page-tittle */
.page-tittle {
  width: 100%;
  /* height: 230px; */
  padding-top: 60px;
  display: grid;
  align-items: flex-end;
  background: #2575a6;
}
@media (max-width: 768px) {
  .page-tittle {
    padding-top: 0;
  }
}
.page-tittle__inner {
  display: grid;
  align-self: flex-end;
}
.page-tittle__inner  {

}
.page-tittle__inner-block {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 10px;
  padding: 15px 0;
}
.page-tittle__inner-block h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}
.breadcrumbs a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

/* page-body */
.page-body {
  margin-top: 55px;
  margin-bottom: 70px;
}
.page-body__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.page-body__side-bar {
  display: grid;
  grid-template-rows: auto auto;
  grid-row-gap: 30px;
  grid-column: 1;
  height: 0;
}
.side-bar__links {
  display: grid;
}
.side-bar__links a {
  padding: 23px;
  font-weight: 500;
  color: #131838;
  text-decoration: none;
  transition: 0.3s;
}
.side-bar__links a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.active {
  background: #848893;
  color: #fff !important;
}
.active:hover {
  background: #848893 !important;
}
.side-bar__alert {
  height: 330px;
  padding: 23px;
  background: #2575a6;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  position: relative;
}
.side-bar__alert p {
  margin: 0 ;
}
.side-bar__alert a {
  color: #fff;
  text-decoration: none;
  bottom: 0;
}
.options-checkbox {
  margin: 15px 0;
}


.page-body__section {
  display: grid;
  grid-row-gap: 30px;
  grid-column: 2 / 5;
}
.page-body__section-item {
  display: grid;
}
.section-item__heading {
  margin-bottom: 30px;
}
.section-item__heading h2 {
  margin: 0 0 20px 0;
  font-size: 29px;
  font-weight: 600;
}
.section-item__links {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.section-item__links-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  padding: 15px;
  transition: 0.3s;
}
.section-item__links-item:hover {
  background: #d3e3ed;
}
.section-item__links-item a {
  padding: 0 0 0 30px;
  font-size: 14px;
  font-weight: 600;
  color: #131838;
  text-decoration: none;
}
.links-item__type {
  display: grid;
  justify-content: center;
}
@media (max-width: 768px) {
  .page-body {
    margin-top: 15px;
  }
  .page-tittle {
    height: 150px;
    background: #e8e8e8;
  }
  .page-tittle__inner-block {
    grid-gap: 10px;
  }
  .page-tittle__inner {
    padding: 0 0 10px 20px;
  }
  .page-tittle__inner-block h2 {
    font-size: 18px;
    color: #212121;
  }
  .breadcrumbs a {
    color: #323030;
  }
  .page-body__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .page-body__side-bar {
    height: auto;
  }
  .side-bar__links {
    display: none;
  }
  .page-body__section {
    grid-column: 1;
  }
  .page-body__section-item {
    padding: 0 10px
  }
  .section-item__heading h2 {
    padding-left: 10px;
    font-size: 18px;
    color: #323030;
  }
  .section-item__links-item a {
    font-size: 12px;
  }
}


/* footer */
.footer {
  /* display: none; */ /* NOTE: remove */
  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;
  }
}


/* news */
.side-bar__alert form {
  display: grid;
  grid-template-rows: 1fr auto;
}

.side-bar__alert input {
  height: 45px;
  margin: 5px 0;
  padding: 0 15px;
  border: none;
  border-radius: 5px;
}
.side-bar__alert-checkbox {
  /* display: grid;
  grid-template-columns: auto 1fr;
  margin: 20px 0; */
  position: relative;
}
.side-bar__alert-checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
  align-self: flex-start;
}
.side-bar__alert-checkbox p {
  padding-left: 10px;
  line-height: 15px;
}
.side-bar__alert a {
  width: 100%;
  padding: 15px 0;
  background: #FFED00;
  font-size: 18px;
  font-weight: 500;
  color: #1F1F1F;
  position: absolute;
  text-align: center;
  left: 0;
  transition: 0.3s;
}
.side-bar__alert a:hover {
  box-shadow: 0 5px 10px rgba(255, 237, 0, 0.3);
}


.tranzit-news__content {
  display: grid;
  padding: 20px 30px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.3s;
}
.tranzit-news__content:hover {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
.tranzit-news__content:hover > .news-lable,
.news__recent:hover > .tranzit-news__content > .news-lable {
  background: #2575a6;
}

.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;
}
.news-date {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #2575a6;
  cursor: default;
}
.news-title {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  cursor: default;
}
.news-info {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 24px;
}
.news-more {
  width: 90px;
  margin-top: 10px;
  color: #2575a6;
  font-weight: 500;
  text-align: right;
  text-decoration: none;
  border-bottom: 1px solid #2575a6;
  transition: 0.3s;
  justify-self: flex-end;
}

.pagination {
  display: grid;
  grid-template-columns: 20px 300px 20px;
  align-items: center;
  grid-gap: 30px;
  /* padding-left: 50px;
  padding-right: 50px; */
  /* grid-column: 2 / 3; */
}
.prev-page img {
  width: 20px;
  transform: rotate(180deg);
  filter: grayscale(100%);
  transition: 0.3s;
  cursor: pointer;
}
.next-page img {
  width: 20px;
  filter: grayscale(100%);
  transition: 0.3s;
  cursor: pointer;
}
.prev-page img:hover, .next-page img:hover {
  filter: grayscale(0%);
}
.numbers-page {
  display: flex;
  justify-content: center;
}
.numbers-page a {
  width: 45px;
  display: inline-grid;
  margin: 0 5px;
  padding: 11.5px 0;
  font-size: 18px;
  color: #9C9DA1;
  text-decoration: none;
  text-align: center;
  align-self: center;
  border-radius: 5px;
  transition: 0.3s;
}
.numbers-page a:hover {
  background: #2575A5;
  color: #fff;
  opacity: 0.5;
}
.numbers-page__active {
  background: #2575A5;
  color: #fff !important;
}

@media (max-width: 768px) {
  .pagination {
    justify-content: center;
    grid-gap: 0px;
  }
  .news-more {
    text-align: center;
  }
}


/* checkbox */
.checkbox-wrap {
  height: 20px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  padding-left: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  /* transform: translateY(-50%); */
  left: 0;
  height: 19px;
  width: 19px;
  border: 1px solid #D0D6DF;
  background: #EFEFF0;
  border-radius: 5px;
}
.container:hover input ~ .checkmark {
    /* background-color: #2196F3; */
}
.container input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #D0D6DF;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container input:checked ~ .checkmark:after {
    display: block;
    background-color: #fff;
}
.container .checkmark:after {
    left: 6px;
    top: 1.5px;
    width: 4px;
    height: 10px;
    border: solid #405285;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.tranzit-video {
  overflow: hidden;
  grid-column: 1/5;
}

.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;
  }
}