/**/html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  font-size: 10px;
  font-size: 1rem;
  color: #565656;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  background-color: #fff;
}

section {
  padding: 6.75rem 0;
}

.container {
  padding: 0 7%;
}

.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.overflow-hidden {
  width: 100%;
  overflow: hidden !important;
  position: fixed;
}

.section-title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  margin-top: 0;
}

h1 {
  font-size: 30px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.17px;
  letter-spacing: 0.017em;
}

h2 {
  font-size: 25px;
  font-size: 25px;
  font-size: 2.5rem;
}

h3 {
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
}

p {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 22.5px;
  margin-bottom: 2.25rem;
}

span {
  font-size: 15px;
  font-size: 1.5rem;
}

small {
  font-size: 11px;
  font-size: 1.1rem;
}

a {
  color: #004890;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0 !important;
}

a:hover {
  text-decoration: none;
  color: #158FCE;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}

*:focus {
  outline: none;
}

b,
strong {
  font-weight: 700;
}

.header {
  width: 100%;
  padding: 60px 7%;
  padding: 6rem 7%;
  background-image: url("/images/header.jpg");
  background-position: center !important;
  background-repeat: no-repat !important;
  background-size: cover !important;
}

.header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  padding: 2rem 0;
}

.header .header-content .header-content__title h1 {
  color: #fff;
  font-weight: 300;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.35px;
}

.header .header-content .header-content__title h1 b {
  display: block;
  font-weight: 700;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 0.35px;
}

.header .header-content .header-content__title .header-content__title__button {
  display: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: #004890;
  padding: 25px 40px;
  padding: 2.5rem 4rem;
  cursor: pointer;
}

.header .header-content .header-content__form .header-content__form__close {
  display: none;
  position: absolute;
  top: 20px;
  top: 2rem;
  right: 20px;
  right: 2rem;
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20212.982%20212.982%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M131.804%20106.491l75.936-75.936c6.99-6.99%206.99-18.323%200-25.312-6.99-6.99-18.322-6.99-25.312%200L106.491%2081.18%2030.554%205.242c-6.99-6.99-18.322-6.99-25.312%200-6.989%206.99-6.989%2018.323%200%2025.312l75.937%2075.936-75.937%2075.937c-6.989%206.99-6.989%2018.323%200%2025.312%206.99%206.99%2018.322%206.99%2025.312%200l75.937-75.937%2075.937%2075.937c6.989%206.99%2018.322%206.99%2025.312%200%206.99-6.99%206.99-18.322%200-25.312l-75.936-75.936z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain !important;
  cursor: pointer;
}

.header .header-content .header-content__form h2 {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.15px;
  letter-spacing: 0.015rem;
}

.header .header-content .header-content__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 450px;
  max-width: 45rem;
}

.header .header-content .header-content__form form input,
.header .header-content .header-content__form form textarea,
.header .header-content .header-content__form form select {
  width: 48%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  padding: 20px;
  padding: 2rem;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #fff;
  color: #5D5D5D;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.header .header-content .header-content__form form input::-webkit-input-placeholder,
.header .header-content .header-content__form form textarea::-webkit-input-placeholder,
.header .header-content .header-content__form form select::-webkit-input-placeholder {
  color: #5D5D5D;
}

.header .header-content .header-content__form form input:-ms-input-placeholder,
.header .header-content .header-content__form form textarea:-ms-input-placeholder,
.header .header-content .header-content__form form select:-ms-input-placeholder {
  color: #5D5D5D;
}

.header .header-content .header-content__form form input::-ms-input-placeholder,
.header .header-content .header-content__form form textarea::-ms-input-placeholder,
.header .header-content .header-content__form form select::-ms-input-placeholder {
  color: #5D5D5D;
}

.header .header-content .header-content__form form input::placeholder,
.header .header-content .header-content__form form textarea::placeholder,
.header .header-content .header-content__form form select::placeholder {
  color: #5D5D5D;
}

.header .header-content .header-content__form form input.error,
.header .header-content .header-content__form form textarea.error,
.header .header-content .header-content__form form select.error {
  border: 1px solid red;
}

.header .header-content .header-content__form form textarea {
  width: 100%;
}

.header .header-content .header-content__form form input[type="submit"] {
  width: 100%;
  background-color: #004890;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}

.header .header-content .header-content__form form select {
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20451.847%20451.847%22%20fill%3D%22%23444%22%3E%3Cpath%20d%3D%22M225.923%20354.706c-8.098%200-16.195-3.092-22.369-9.263L9.27%20151.157c-12.359-12.359-12.359-32.397%200-44.751%2012.354-12.354%2032.388-12.354%2044.748%200l171.905%20171.915%20171.906-171.909c12.359-12.354%2032.391-12.354%2044.744%200%2012.365%2012.354%2012.365%2032.392%200%2044.751L248.292%20345.449c-6.177%206.172-14.274%209.257-22.369%209.257z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 95% center !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-size: 1.2rem !important;
}

.header .header-content .header-content__form form label.error {
  display: none !important;
}

.services .services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-bottom: 8rem;
}

.services .services__content .services__content__block {
  width: 20%;
  text-align: center;
}

.services .services__content .services__content__block img {
  max-width: 100%;
}

.services .services__content--transport {
  padding: 80px 10%;
  padding: 8rem 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F8F8F8;
}

.services .services__content--transport .services__content--transport__block {
  width: 25%;
  text-align: center;
}

.services .services__content--transport .services__content--transport__block img {
  max-width: 100%;
}

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 7%;
  padding: 5rem 7%;
}

.testimonial .testimonial__block {
  width: 42%;
  margin-left: 4%;
  position: relative;
}

.testimonial .testimonial__block .testimonial__block__img {
  position: absolute;
  width: 112px;
  width: 11.2rem;
  height: 112px;
  height: 11.2rem;
  left: -56px;
  left: -5.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.testimonial .testimonial__block .testimonial__block__text {
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  padding: 30px 35px;
  padding: 3rem 3.5rem;
  padding-left: 80px;
  padding-left: 8rem;
  height: 100%;
}

.testimonial .testimonial__block .testimonial__block__text .name {
  display: block;
  color: #004890;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

footer {
  width: 100%;
  padding: 50px 0;
  padding: 5rem 0;
  background-color: #004890;
  margin-top: 60px;
  margin-top: 6rem;
}

footer .footer__content {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer__content .footer__content__block {
  width: 20%;
}

footer .footer__content .footer__content__block b {
  display: block;
}

footer .footer__content .footer__content__block a {
  color: #fff;
  text-decoration: none;
}

footer .footer__content .footer__content__block p {
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
}

footer .footer__content .footer__content__block.footer__content__block--mail,
footer .footer__content .footer__content__block.footer__content__block--adress,
footer .footer__content .footer__content__block.footer__content__block--tel {
  position: relative;
  padding-left: 40px;
  padding-left: 4rem;
}

footer .footer__content .footer__content__block.footer__content__block--mail::after,
footer .footer__content .footer__content__block.footer__content__block--adress::after,
footer .footer__content .footer__content__block.footer__content__block--tel::after {
  content: "";
  position: absolute;
  top: 5px;
  top: 0.5rem;
  left: 0;
  width: 18px;
  width: 1.8rem;
  height: 14px;
  height: 1.4rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2015%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.976%209.14c0%20.32-.093.617-.24.878l-4.73-5.165L14.685.857c.182.282.292.613.292.97V9.14zM7.488%205.79L13.996.23a1.883%201.883%200%200%200-.892-.23H1.872C1.547%200%201.246.088.98.23l6.508%205.56zm1.814-.336L7.796%206.742a.474.474%200%200%201-.616%200L5.673%205.454.885%2010.686c.287.176.623.281.987.281h11.232c.363%200%20.7-.105.987-.281L9.302%205.454zM.292.857a1.784%201.784%200%200%200-.292.97V9.14c0%20.32.092.618.24.88l4.728-5.167L.292.857z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

footer .footer__content .footer__content__block.footer__content__block--adress::after {
  width: 14px;
  width: 1.4rem;
  height: 18px;
  height: 1.8rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2011%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.5%200C2.467%200%200%202.437%200%205.432c0%203.718%204.922%209.175%205.132%209.406a.5.5%200%200%200%20.736%200C6.078%2014.608%2011%209.15%2011%205.432%2011%202.437%208.533%200%205.5%200zm0%208.166c-1.526%200-2.767-1.226-2.767-2.734C2.733%203.925%203.974%202.7%205.5%202.7c1.526%200%202.767%201.226%202.767%202.733%200%201.508-1.241%202.734-2.767%202.734z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
}

footer .footer__content .footer__content__block.footer__content__block--tel::after {
  width: 17px;
  width: 1.7rem;
  height: 17px;
  height: 1.7rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.65%2011.067l-2.156-2.163c-.43-.43-1.141-.416-1.586.03l-1.086%201.089-.214-.12C7.922%209.523%206.983%209%205.994%208.008c-.99-.994-1.512-1.937-1.893-2.625l-.117-.21.729-.73.358-.36c.446-.447.458-1.16.03-1.59L2.943.33c-.428-.43-1.14-.417-1.585.03L.75.973l.017.016c-.204.26-.374.562-.501.886-.117.309-.19.603-.223.898-.285%202.368.794%204.531%203.721%207.467%204.047%204.058%207.308%203.752%207.449%203.737a3.635%203.635%200%200%200%201.778-.727l.014.012.615-.605c.444-.446.457-1.16.029-1.59z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.thank-hero {
  position: relative;
  text-align: center;
  background: url(/images/hero-travel-thanks.jpg);
  background-position: center;
  background-size: cover;
}

.thank-hero .logo {
  position: absolute;
  top: 60px;
  top: 6rem;
  left: 10%;
  width: 215px;
  height: 78px;
  background: url(/images/logo.svg);
  background-size: cover;
}

.thank-hero h1 {
  padding: 150px 0;
  padding: 15rem 0;
  font-size: 50px;
  font-size: 5rem;
  color: #FFFFFF;
  letter-spacing: 0.29px;
  line-height: 120%;
  font-weight: 400;
}

.thank-hero h1 span {
  display: block;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
}

.thank-info {
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  margin-top: -70px;
  margin-top: -7rem;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  text-align: center;
  background: #fff;
}

.thank-info .thank-info__block {
  padding: 30px 20% 0 20%;
  padding: 3rem 20% 0 20%;
}

@media screen and (max-width: 1400px) {
  .footer__content__block {
    width: 25% !important;
  }

  .footer__content__block:first-child {
    display: none;
  }
}

@media screen and (max-width: 1350px) {
  .wrapper::after,
  .wrapper::before {
    display: none;
  }
}

@media screen and (max-width: 1330px) {
  .header .header-content .header-content__title h1 {
    font-size: 40px;
    font-size: 4rem;
  }

  .header .header-content .header-content__title h1 b {
    font-size: 50px;
    font-size: 5rem;
  }

  .header .header-content .header-content__title h1 {
    font-size: 30px;
    font-size: 3rem;
  }

  .header .header-content .header-content__title h1 b {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 1110px) {
  .footer__content__block {
    width: 32% !important;
  }

  .footer__content__block.footer__content__block--info {
    width: 100% !important;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__content__block.footer__content__block--info p {
    margin-right: 15px;
    margin-right: 1.5rem;
  }

  .footer__content__block.footer__content__block--info p b {
    display: inline-block !important;
  }

  .footer__content__block.footer__content__block--mail p a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 992px) {
  .header .header-content .header-content__title h1 {
    font-size: 40px;
    font-size: 4rem;
  }

  .header .header-content .header-content__title h1 b {
    font-size: 50px;
    font-size: 5rem;
  }

  .header .header-content .header-content__title .header-content__title__button {
    display: inline-block;
  }

  .header .header-content .header-content__form {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 72, 144, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 0 20px;
    padding: 0 2rem;
  }

  .header .header-content .header-content__form.active {
    opacity: 1;
    left: 0;
  }

  .header .header-content .header-content__form .header-content__form__close {
    display: block;
  }

  .header .header-content .header-content__form h2 {
    width: 100%;
    text-align: center;
  }

  .services .services__content .services__content__block {
    width: 50%;
  }

  .testimonial .testimonial__block {
    width: 48%;
    margin: 0;
    text-align: center;
  }

  .testimonial .testimonial__block .testimonial__block__text {
    padding: 30px 35px !important;
    padding: 3rem 3.5rem !important;
    padding-top: 80px !important;
    padding-top: 8rem !important;
  }

  .testimonial .testimonial__block .testimonial__block__img {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .thank-hero h1 {
    margin-bottom: 0;
    margin-left: 10%;
    font-size: 35px;
    text-align: left;
  }

  .thank-hero h1 span {
    font-size: 50px;
  }

  .thank-info {
    padding-bottom: 0;
    margin-top: -50px;
    margin-top: -5rem;
  }

  .thank-info .thank-info__block {
    padding: 10px 5% 10px 5%;
    padding: 1rem 5% 1rem 5%;
  }

  .thank-info .thank-info__block h2 {
    padding: 0 10%;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 0;
    padding-bottom: 30px;
    padding-bottom: 3rem;
  }

  .header .header-content .header-content__title h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 130%;
  }

  .header .header-content .header-content__title h1 b {
    font-size: 40px;
    font-size: 4rem;
  }

  .services .services__content .services__content__block {
    width: 100%;
  }

  .services .services__content--transport .services__content--transport__block {
    width: 100%;
  }

  .testimonial {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonial .testimonial__block {
    width: 95%;
    margin-bottom: 90px;
    margin-bottom: 9rem;
  }

  .footer__content__block {
    width: 100% !important;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }

  .thank-hero .logo {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 20px;
    width: 155px;
    height: 56px;
  }

  .thank-hero h1 {
    font-size: 26px;
    padding: 70px 0 70px 0;
    padding: 7rem 0 7rem 0;
    margin-top: 20px;
    margin-top: 2rem;
  }

  .thank-hero h1 span {
    font-size: 26px;
  }

  .thank-info {
    margin-top: 0;
    padding-top: 50px;
    padding-top: 5rem;
  }

  .thank-info .thank-info__block {
    padding: 0;
  }

  .thank-info .thank-info__block h2 {
    padding: 0;
  }
}
/**/