@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap");
.body-new-style .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.body-new-style .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.body-new-style .slick-list:focus {
  outline: none;
}

.body-new-style .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.body-new-style .slick-slider .slick-track,
.body-new-style .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.body-new-style .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.body-new-style .slick-track:before,
.body-new-style .slick-track:after {
  display: table;
  content: '';
}

.body-new-style .slick-track:after {
  clear: both;
}

.body-new-style .slick-loading .slick-track {
  visibility: hidden;
}

.body-new-style .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.body-new-style [dir='rtl'] .slick-slide {
  float: right;
}

.body-new-style .slick-slide img {
  display: block;
}

.body-new-style .slick-slide.slick-loading img {
  display: none;
}

.body-new-style .slick-slide.dragging img {
  pointer-events: none;
}

.body-new-style .slick-initialized .slick-slide {
  display: block;
}

.body-new-style .slick-loading .slick-slide {
  visibility: hidden;
}

.body-new-style .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.body-new-style .slick-arrow.slick-hidden {
  display: none;
}

.body-new-style * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  font-family: "Mont", sans-serif;
  font-size: 13px;
  color: #1f425d;
  letter-spacing:0;
      line-height: normal;
}

.body-new-style {

  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
}

.body-new-style h1,
.body-new-style h2,
.body-new-style h3,
.body-new-style h4,
.body-new-style h5,
.body-new-style h6 {
  margin: 0;
  font-size: inherit;
}

.body-new-style ul,
.body-new-style li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.body-new-style a {
  text-decoration: none;
  color: inherit;
}
.body-new-style .faqs__info-text a,.body-new-style .review__text a{
    font-size: 11px;
    font-weight: 600;
}
.body-new-style input,
.body-new-style textarea {
  font-family: inherit;
}
.body-new-style input::-webkit-input-placeholder, .body-new-style textarea::-webkit-input-placeholder {
  color: #1f425d;
  opacity: 0.5;
  font-family: sans-serif;
  font-size: 12px;
}

.body-new-style input::-moz-placeholder, .body-new-style textarea::-moz-placeholder {
  color: #1f425d;
  opacity: 0.5;
  font-family: sans-serif;
  font-size: 12px;
}

.body-new-style input:-ms-input-placeholder, .body-new-style textarea:-ms-input-placeholder {
  color: #1f425d;
  opacity: 0.5;
  font-family: sans-serif;
  font-size: 12px;
}

.body-new-style input::-ms-input-placeholder, .body-new-style textarea::-ms-input-placeholder {
  color: #1f425d;
  opacity: 0.5;
  font-family: sans-serif;
  font-size: 12px;
}

.body-new-style input::placeholder,
.body-new-style textarea::placeholder {
  color: #1f425d;
  opacity: 0.5;
  font-family: sans-serif;
  font-size: 12px;
}
.body-new-style button {
  border: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
}
.body-new-style .container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.body-new-style .btn-new {
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.body-new-style .info-btn {
  background-color: #e21f2f;
  padding: 14px 25px 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.body-new-style .info-btn:hover {
  background-color: #a11e29;
}

.body-new-style .route-btn {
  background-color: #8aa6bd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 14px 22px 16px 58px;
  position: relative;
}

.body-new-style .route-btn::before {
  content: "";
  position: absolute;
  background-image: url(../images/location.png);
  background-size: cover;
  width: 22px;
  height: 22px;
  top: 11px;
  left: 20px;
}

.body-new-style .route-btn:hover {
  background-color: #446986;
}

.body-new-style .title {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.body-new-style .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 0;
}

.body-new-style .custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.body-new-style .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #b6b6b6;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.body-new-style .custom-checkbox:checked + label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.body-new-style .custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.body-new-style .custom-checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.body-new-style .custom-checkbox:focus + label::before {
  border-color: #86b9f3;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.body-new-style .custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.body-new-style .custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

.body-new-style .menu-btn {
  display: none;
  width: 20px;
  height: 2px;
  position: absolute;
  z-index: 98;
  right: 20px;
  top: 25px;
}

.body-new-style .menu-btn__line {
  height: 3px;
  background-color: #e21f2f;
}

.body-new-style .menu-btn__line + .menu-btn__line {
  margin-top: 3px;
}

.body-new-style .menu-mobile {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.body-new-style .menu-list {
  display: block;
  text-align: center;
}

.body-new-style .menu-list li {
  font-size: 30px;
  font-weight: 600;
  padding: 15px;
  display: block;
}

.body-new-style .overlay {
  max-width: 1920px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: #e9ecef;
}

.body-new-style .menu-btn__close::before {
  content: "x";
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 60px;
  right: 50%;
}

.body-new-style .head__top {
  background-color: #f6f9fc;
}

.body-new-style .head__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.body-new-style .head__contacts-title,
.body-new-style .head__contacts-subtitle {
  font-size: 12px;
  font-weight: 400;
}

.body-new-style .head__contacts-subtitle {
  font-weight: 600;
  font-size: 16px;
}

.body-new-style .head__contacts-box:nth-child(1) {
  line-height: 16px;
  padding: 11px 10px 11px 0;
}

.body-new-style .head__contacts-box:nth-child(1) .head__contacts-title,
.body-new-style .head__contacts-box:nth-child(1) .head__contacts-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.body-new-style .head__contacts-box {
  position: relative;
}

.body-new-style .head__contacts-box::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}

.body-new-style .head__contacts-box + .head__contacts-box {
  border-left: 1px solid #e5ebf0;
}

.body-new-style .head__contacts-box:nth-child(2),
.body-new-style .head__contacts-box:nth-child(3) {
  padding: 11px 0 11px 45px;
}

.body-new-style .head__contacts-box:nth-child(2)::before,
.body-new-style .head__contacts-box:nth-child(3)::before {
  background-image: url(../images/phone.png);
  width: 13px;
  height: 16px;
  top: 20px;
  left: 20px;
}

.body-new-style .head__contacts-box:nth-child(4) {
  padding: 11px 0 11px 40px;
}

.body-new-style .head__contacts-box:nth-child(4)::before {
  background-image: url(../images/time-icon.svg);
  width: 16px;
  height: 16px;
  top: 20px;
  left: 15px;
}

.body-new-style .head__contacts-box:nth-child(5) {
  padding: 11px 0 11px 50px;
}

.body-new-style .head__contacts-box:nth-child(5)::before {
  background-image: url(../images/email.png);
  width: 16px;
  height: 16px;
  top: 20px;
  left: 16px;
}

.body-new-style .head__contacts-box:nth-child(5) a:hover {
  text-decoration: underline;
}

.body-new-style .head__navigation {
  margin: 30px 0 10px;
}

.body-new-style .head__navigation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.body-new-style .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 620px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.body-new-style .menu__list .active {
  color: #1f425d;
  font-weight: 500;
}

.body-new-style .menu__list-item {
  font-size: 15px;
  font-weight: 500;
}

.body-new-style .menu__list-item a:hover {
  border-bottom: solid 2px #1f425d;
  padding-bottom: 4px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.body-new-style .widget__social-icons {
  padding: 3px;
}

.body-new-style .head__slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 625px;
}

.body-new-style .slick-arrow {
  position: absolute;
  bottom: 120px;
  z-index: 3;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.body-new-style .slick-arrow:active {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.body-new-style .slick-arrow:hover {
  background-color: #ffffff33;
}

.body-new-style .slick-next {
  right: 350px;
}

.body-new-style .slick-prev {
  right: 410px;
}

.body-new-style .head__slider-box {
  padding-top: 110px;
}

.body-new-style .slider__title {
  width: 602px;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.body-new-style .slider__subtitle {
  font-size: 36px;
  color: #e21f2f;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 40px;
}

.body-new-style .slider__text {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin-top: 50px;
  width: 470px;
}

.body-new-style .slider__buttons {
  margin-top: 60px;
}

.body-new-style .slider__buttons .route-btn {
  margin-left: 12px;
}

.body-new-style .information {
  padding-top: 90px;
  padding-bottom: 100px;
}

.body-new-style .information__title {
  text-align: center;
}

.body-new-style .information-box {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.body-new-style .information-box__item {
  width: 215px;
  text-align: center;
  position: relative;
}

.body-new-style .information-box__item img {
  background-color: #fff;
}

.body-new-style .information-box__item + .information-box__item::before {
  content: "";
  position: absolute;
  top: 53px;
  left: -150px;
  border-top: 2px dotted #1f425d;
  width: 198px;
  height: 2px;
  opacity: 0.25;
  z-index: -1;
}

.body-new-style .information-box__item::after {
  content: "01";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #e21f2f;
  border-radius: 50%;
  top: 0;
  right: 55px;
}

.body-new-style .information-box__item:nth-child(2)::after {
  content: "02";
}

.body-new-style .information-box__item:nth-child(3)::after {
  content: "03";
}

.body-new-style .information-box__item:nth-child(4)::after {
  content: "04";
}

.body-new-style .information-box__title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 36px;
}

.body-new-style .information-box__text {
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
  padding: 0 10px;
}

.body-new-style .routes {
  padding-top: 100px;
  background-image: url(../images/locations-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 690px;
}

.body-new-style .routes__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 62px;
}

.body-new-style .routes__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.body-new-style .routes__items .slick-arrow {
  top: 50%;
}

.body-new-style .routes__items .slick-prev {
  left: 0;
}

.body-new-style .routes__items .slick-next {
  right: 0;
}

.body-new-style .routes__item {
  background-color: #fff;
  max-width: 275px;
  border-radius: 10px;
  margin: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(148, 171, 212, 0.75);
          box-shadow: 0 4px 4px rgba(148, 171, 212, 0.75);
  text-align: center;
}

.body-new-style .routes__item-title {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 35px;
}

.body-new-style .routes__item-subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #e21f2f;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 30px;
}

.body-new-style .routes__item-prices {
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #eaeaea;
}

.body-new-style .routes__item-prices p {
  display: inline-block;
  padding: 25px;
font-size: 16px;
    font-weight: 700;
}

.body-new-style .routes__item-prices p + p {
  border-left: 1px solid #eaeaea;
}

.body-new-style .benefits {
  padding-bottom: 90px;
}

.body-new-style .benefits__title {
  text-align: right;
}

.body-new-style .benefits__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
  padding-bottom: 80px;
}

.body-new-style .benefits__item {
  position: relative;
}

.body-new-style .benefits__item img {
  margin-left: 10px;
}

.body-new-style .benefits__item::before {
  position: absolute;
  content: "01";
  width: 26px;
  height: 26px;
  background-color: #e21f2f;
  border-radius: 50%;
  left: 0;
  top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.body-new-style .benefits__item:nth-child(2)::before {
  content: "02";
}

.body-new-style .benefits__item:nth-child(3)::before {
  content: "03";
}

.body-new-style .benefits__item:nth-child(4)::before {
  content: "04";
}

.body-new-style .benefits__item:nth-child(5)::before {
  content: "05";
}

.body-new-style .benefits__item:nth-child(6)::before {
  content: "06";
}

.body-new-style .benefits__item-title {
  width: 100px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 27px;
  text-transform: uppercase;
}

.body-new-style .benefits__item-text {
  width: 150px;
  font-size: 13px;
  margin-top: 23px;
}

.body-new-style .order-box {
  max-width: 1130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 25px 30px 40px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(148, 171, 212, 0.75);
          box-shadow: 0px 0px 5px 0px rgba(148, 171, 212, 0.75);
  position: absolute;
  top: -75px;
}

.body-new-style .order-box__text {
  width: 260px;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1f425d;
}

.body-new-style .order-box__text span {
  color: #e21f2f;
  display: block;
  font-size: 34px;
}

.body-new-style .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.body-new-style .form-box input,
.body-new-style .form-box textarea {
  background-color: #fff;
  padding: 0 15px;
  line-height: 42px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 13px;
  color: #1f425d, 0.25;
  outline: none;
}

.body-new-style .form-box input:hover,
.body-new-style .form-box textarea:hover {
  border: 1px solid #b3d7ff;
  border-radius: 6px;
}

.body-new-style .form-box input:active,
.body-new-style .form-box textarea:active {
  border: 1px solid #7c7c7c;
  border-radius: 6px;
}

.body-new-style .form-box textarea {
  resize: none;
  width: 585px;
  height: 45px;
}

.body-new-style .form-box label {
  margin-left: 18px;
  max-width: 145px;
  font-weight: 400;
}

.body-new-style .form-box + .form-box {
  margin-top: 15px;
}

.body-new-style .form-box .custom-checkbox {
  padding-left: 18px;
}

.body-new-style .form-box .btn-new {
  margin-left: 20px;
}

.body-new-style .input__name,
.body-new-style .input__number {
  width: 215px;
}

.body-new-style .input__number {
  margin-left: 15px;
}

.body-new-style .about {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 150px;
  min-height: 690px;
  position: relative;
}

.body-new-style .about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.body-new-style .about__info {
  padding: 20px;
  width: 560px;
  margin-right: 20px;
}

.body-new-style .about__title {
  margin-top: 20px;
}

.body-new-style .about__text {
  margin-top: 45px;
}

.body-new-style .about__text p {
  margin-bottom: 20px;
}

.body-new-style .about__slider-box {
  max-width: 580px;
}

.body-new-style .about__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.body-new-style .about__slider .slick-arrow {
  bottom: -50px;
}

.body-new-style .about__slider .slick-prev {
  right: 100px;
}

.body-new-style .about__slider .slick-next {
  right: 50px;
}

.body-new-style .about__slider-text {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
  margin-left: 35px;
}

.body-new-style .about__slider-item .about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.body-new-style .about__slider-item .about-box img {
  width: 250px;
}

.body-new-style .faqs-box {
    width: 580px;
    position: relative;
    z-index: 5;
}

.body-new-style .faqs__title {
  width: 420px;
  margin: 45px 0 42px;
}

.body-new-style .faqs__item {
  display: block;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(148, 171, 212, 0.75);
          box-shadow: 0px 0px 5px 0px rgba(148, 171, 212, 0.75);
  background-color: #fff;
  margin-bottom: 10px;
}

.body-new-style .faqs__item-title {
  font-size: 13px;
  font-weight: 700;
  padding: 21px 50px 21px 31px;
  cursor: pointer;
  position: relative;
}

.body-new-style .faqs__item-title::after {
  content: "";
  position: absolute;
  background-image: url(../images/ico-plus.png);
  width: 16px;
  height: 16px;
  right: 20px;
  top: 20px;
}

.body-new-style .faqs__item-text {
  display: none;
  padding: 0 30px 18px 31px;
}

.body-new-style .faqs__item--active .faqs__item-title::after {
  background-image: url(../images/ico-minus.png);
}

.body-new-style .faqs__item--active .faqs__item-text {
  display: block;
}

.body-new-style .faqs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-height: 660px;
  margin-bottom: 20px;
}

.body-new-style .faqs__info-box {
  width: 580px;
  background-color: #f6f9fc;
  position: relative;
}

.body-new-style .faqs__info-box::before {
  content: "";
  position: absolute;
  background-color: #f6f9fc;
  width: 135px;
  height: 100%;
  top: 0;
  left: -135px;
  z-index: 1;
}

.body-new-style .faqs__info-title {
  margin: 45px 0 42px;
  width: 300px;
  color: #e21f2f;
  display: block;
}

.body-new-style .faqs__info-item-box {
  background-color: #fff;
  width: 485px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(148, 171, 212, 0.75);
          box-shadow: 0px 0px 5px 0px rgba(148, 171, 212, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 15px;
}

.body-new-style .faqs__info-box__inner {
  padding: 22px 0 22px 30px;
}

.body-new-style .faqs__info-item__title {
  font-size: 13px;
  font-weight: 600;
}

.body-new-style .faqs__info-item__data {
  margin-top: 20px;
}

.body-new-style .faqs__info-text {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 30px;
}

.body-new-style .faqs__slider {
  position: relative;
}

.body-new-style .faqs__slider .slick-arrow {
  position: absolute;
  bottom: -35px;
}

.body-new-style .faqs__slider .slick-prev {
  right: 160px;
}

.body-new-style .faqs__slider .slick-next {
  right: 100px;
}

.body-new-style .reviews {
  background-image: url(../images/reviews-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 120px;
  min-height: 535px;
}

.body-new-style .reviews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.body-new-style .reviews__items {
  margin-top: 60px;
  position: relative;
}

.body-new-style .reviews__items .slick-arrow {
  position: absolute;
  bottom: -78px;
}

.body-new-style .reviews__items .slick-prev {
  left: 40%;
}

.body-new-style .reviews__items .slick-next {
  right: 40%;
}

.body-new-style .reviews__item {
  margin: 15px 0 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.body-new-style .reviews__item-box {
  background-color: #fff;
  width: 565px;
  margin: 5px;
  padding: 32px 32px 32px 37px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(148, 171, 212, 0.75);
          box-shadow: 0px 0px 5px 0px rgba(148, 171, 212, 0.75);
}

.body-new-style .reviews__item-box + .reviews__item-box {
  margin-left: 15px;
}

.body-new-style .reviews__item-box__info {
  position: relative;
  padding-left: 56px;
}

.body-new-style .reviews__item-box__info::before {
  content: "";
  position: absolute;
  background-image: url(../images/reviews-icon.png);
  width: 40px;
  height: 41px;
  top: -8px;
  left: 0;
}

.body-new-style .reviews__item-box__title {
  font-size: 15px;
  font-weight: 600;
  color: #e21f2f;
}

.body-new-style .reviews__item-box__text {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 600;
}

.body-new-style .review__text {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 10px;
  margin-top: 41px;
}

.body-new-style .statistics {
  margin: 30px 0 40px;
}

.body-new-style .stats__inner {
  max-width: 1080px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(148, 171, 212, 0.75);
          box-shadow: 0px 0px 5px 0px rgba(148, 171, 212, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 0 auto;
}

.body-new-style .stats__item {
  color: #454545;
  padding: 23px 45px;
}

.body-new-style .stats__item + .stats__item {
  border-left: 1px dashed #acacacac;
}

.body-new-style .stats__item-num {
  font-size: 45px;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
}

.body-new-style .stats__item-num::before {
  content: "";
  position: absolute;
  background-image: url(../images/ico-speed.png);
  background-size: cover;
  width: 32px;
  height: 32px;
  top: 10px;
  left: 10px;
}

.body-new-style .stats__item-text {
  font-size: 12px;
}

.body-new-style .stats__item:nth-child(2) .stats__item-num::before {
  background-image: url(../images/ico-fav.png);
  left: 11px;
}

.body-new-style .stats__item:nth-child(3) .stats__item-num::before {
  background-image: url(../images/ico-phone.png);
  left: 35px;
}

.body-new-style .stats__item:nth-child(4) .stats__item-num::before {
  background-image: url(../images/ico-bus.png);
  left: 45px;
}

.body-new-style .footer-new {
  background-color: #1e3546;
  padding: 60px 0 40px;
  color: #fff;
}

.body-new-style .footer-new__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.body-new-style .footer-new__text {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  max-width: 175px;
}

.body-new-style .footer-new__menu-list {
  font-size: 15px;
  color: #ffffff7d;
}

.body-new-style .footer-new__menu-list li + li {
  margin-top: 17px;
}

.body-new-style .footer-new__contacts-title {
  font-size: 12px;
  margin-bottom: 5px;
}

.body-new-style .footer-new__contacts-subtitle {
  font-size: 16px;
  font-weight: 600;
}

.body-new-style .footer-new__contacts-box {
  position: relative;
}

.body-new-style .footer-new__contacts-box::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/phone.png);
  width: 13px;
  height: 16px;
  top: 11px;
  left: -23px;
}

.body-new-style .footer-new__contacts-box + .footer-new__contacts-box {
  margin-top: 35px;
}

.body-new-style .item-1 .footer-new__contacts-box:nth-child(2)::before {
  background-image: url(../images/time-icon.svg);
  width: 16px;
  height: 16px;
}

.body-new-style .item-1 .footer-new__contacts-box:nth-child(2) a:hover {
  text-decoration: underline;
}

.body-new-style .item-2 .footer-new__contacts-box:nth-child(2)::before {
  background-image: url(../images/email.png);
  width: 16px;
  height: 16px;
}

.body-new-style .item-2 .footer-new__contacts-box:nth-child(2) a:hover {
  text-decoration: underline;
}

.body-new-style .footer-new__social-widgets {
  margin-top: 20px;
}

.body-new-style .widget__social-icons {
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.body-new-style .widget__social-icons:hover {
  opacity: 1;
}

.body-new-style .foot-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 420px;
  padding-left: 20px;
}

.body-new-style .foot-list {
  min-width: 160px;
  margin-left: 20px;
}
.no-index-page .head__navigation {
    padding-bottom: 20px;
}
.body-new-style .menu__list-item a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.body-new-style .menu-list li a {
    font-size: 30px;
    font-weight: 600;
    padding: 15px;
}
.body-new-style .menu__list .active a {
    color: #1f425d;
    font-weight: 500;
}
.body-new-style .footer-new p, .body-new-style .footer-new a {
    color: #fff;
}
.body-new-style .footer-new p {
    font-size: 12px;
    font-weight: 300;
}
.body-new-style .footer-new__text * {
    color: #fff;
}
.body-new-style .footer-new .footer__link {
    font-size: 15px;
    color: #cbcbcb;
}
.body-new-style .footer-new p.footer-new__contacts-title {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
}
.body-new-style .footer-new p.footer-new__contacts-subtitle {
    font-size: 16px;
    font-weight: 600;
}
.body-new-style .faqs__info-item-box {
    outline: 0 !important;
}
.faqs__info-item__title {
    padding-right: 5px;
}
.body-new-style .slick-slide img {
    object-fit: cover;
}
.body-new-style .form-box br {
    display: none;
}
.body-new-style .form-box span.wpcf7-not-valid-tip {
    display: none !important;
}
.body-new-style .form-box input.btn-new {
    border: 0;
    background-color: #e21f2f;
    padding: 13px 24px 14px;
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    line-height: normal;
    margin-top: -6px;
}
.body-new-style .form-box input.btn-new:hover {
    background-color: #a11e29;
}
.order-box__form .wpcf7 .wpcf7-response-output {
    display: none !important;
}
.body-new-style .form-box .wpcf7-not-valid {
    border-color: red !important;
}
.order-box__form .form-checkbox span.wpcf7-form-control-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 0;
    max-width: 145px;
    font-weight: 400;
    margin-left: 18px;
}
.order-box__form .form-checkbox span.wpcf7-form-control-wrap .custom-checkbox {
    position: relative;
    z-index: 1;
    width: auto;
    color: #000;
    opacity: 1;
    padding-left: 32px;
}
.order-box__form .form-checkbox span.wpcf7-form-control-wrap .custom-checkbox span {
    display: block;
    margin: 0;
    color: #000;
}
.order-box__form .form-checkbox span.wpcf7-form-control-wrap .custom-checkbox span input[type="checkbox"] {
    position: absolute;
    z-index: 1;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.order-box__form .form-checkbox span.wpcf7-form-control-wrap .custom-checkbox span input[type="checkbox"]+span:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #b6b6b6;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.order-box__form .form-checkbox span.wpcf7-form-control-wrap .custom-checkbox span input[type="checkbox"]:checked+span:before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
@media (min-width: 1210px) {
.body-new-style .routes__items,.body-new-style .routes__items .slick-list {
    min-width: 1180px;
}
.body-new-style .slick-initialized .slick-slide {
    width: 295px;
}
}
@media (max-width: 1210px) {
.body-new-style .routes__items,.body-new-style .slick-list {
    min-width: 100%;
}
  .body-new-style .menu__list {
    width: 450px;
  }
  .body-new-style .routes__item {
    margin: 10px auto;
    display: block !important;
  }
  .body-new-style .benefits__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body-new-style .benefits__item {
    margin-top: 50px;
    margin-left: 50px;
    min-width: 210px;
  }
  .body-new-style .about__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1190px) {
  .body-new-style .about__info {
    text-align: center;
    margin-right: 0;
  }
  .body-new-style .faqs__info-box {
    background-color: transparent;
  }
  .body-new-style .faqs__info-box::before {
    display: none;
  }
  .body-new-style .faqs__title,
  .body-new-style .faqs__info-title {
    text-align: center;
    width: 100%;
  }
  .body-new-style .faqs__info-title {
    margin: 30px 0 25px 0;
  }
  .body-new-style .faqs__info-box {
    width: 100%;
  }
  .body-new-style .faqs-box {
    margin: 0 auto;
  }
  .body-new-style .faqs__info-item {
    width: 100%;
  }
  .body-new-style .faqs__info-item-box {
    margin: 15px auto;
  }
  .body-new-style .faqs__info-box .slick-arrow {
    opacity: 0;
    z-index: -1;
  }
  .body-new-style .faqs__info-text {
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 1150px) {
  .body-new-style .order-box {
    width: 92%;
    margin: 0 auto;
    display: block;
    padding: 25px;
  }
  .body-new-style .order-box__text {
    text-align: center;
    width: 100%;
  }
  .body-new-style .form-checkbox {
    margin-top: 15px;
  }
  .body-new-style .order-box__info {
    margin-bottom: 25px;
  }
  .body-new-style .form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .body-new-style .form-box .input__name,
  .body-new-style .form-box .input__number,
  .body-new-style .form-box textarea {
    margin-left: 0;
    width: 70%;
    line-height: 1.2;
    padding: 15px;
  }
  .body-new-style .form-box textarea {
    height: 70px;
    margin-bottom: 60px;
  }
  .body-new-style .form-box .form-checkbox {
    position: absolute;
    bottom: -130px;
  }
  .body-new-style .input__name {
    margin-bottom: 15px;
  }
  .body-new-style .form-checkbox {
    z-index: 1;
  }
  .body-new-style .form-box .btn-new {
    display: block;
    margin-left: 0;
    width: 50%;
  }
  .body-new-style .about {
    padding-top: 450px;
  }
 .body-new-style .form-box input, .body-new-style .form-box textarea {
		margin-left: 0;
		width: 70%;
		line-height: 1.2;
		padding: 15px;
	}
.body-new-style .form-box span.wpcf7-form-control-wrap {width: 100%;}
	.body-new-style .form-box .input__name, .body-new-style .form-box .input__number, .body-new-style .form-box textarea {
		width: 100%;
	}
}

@media (max-width: 1100px) {
  .body-new-style .head__slider .slick-prev {
    right: 200px;
  }
  .body-new-style .head__slider .slick-next {
    right: 140px;
  }
}

@media (max-width: 1040px) {
  .body-new-style .footer-new__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .body-new-style .head__contacts-box:nth-child(1) {
    display: none;
  }
  .body-new-style .head__contacts-box:nth-child(2) {
    border-left: none;
  }
}

@media (max-width: 990px) {
  .body-new-style .menu__list {
    width: 400px;
  }
  .body-new-style .reviews__items .slick-prev {
    left: 20%;
  }
  .body-new-style .reviews__items .slick-next {
    right: 20%;
  }
  .body-new-style .stats__item:nth-child(4) {
    display: none;
  }
}

@media (max-width: 950px) {
  .body-new-style .menu {
    display: none;
  }
  .body-new-style .menu-btn {
    display: block;
    top: 115px;
  }
  .body-new-style .head__navigation-inner .info-btn {
    margin-right: 100px;
  }
  .body-new-style .information-box {
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body-new-style .information-box__item {
    margin-top: 30px;
    max-width: 215px;
    min-width: 215px;
  }
}

@media (max-width: 888px) {
  .body-new-style .information-box__item:nth-child(4)::before {
    display: none;
  }
  .body-new-style .head__contacts-box:nth-child(4) {
    display: none;
  }
  .body-new-style .head__contacts {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media (max-width: 840px) {
  .body-new-style .title {
    font-size: 26px;
  }
  .body-new-style .information {
    padding-top: 60px;
  }
  .body-new-style .benefits__item {
    margin-left: 30px;
    min-width: 170px;
  }
  .body-new-style .benefits__items {
    margin-top: 40px;
  }
}

@media (max-width: 820px) {
  .body-new-style .reviews__inner {
    display: block;
    text-align: center;
  }
  .body-new-style .reviews__inner .info-btn {
    font-size: 10px;
    display: none;
  }
  .body-new-style .reviews {
    padding-top: 50px;
    min-height: 410px;
  }
  .body-new-style .reviews__items {
    margin-top: 30px;
  }
  .body-new-style .footer-new__inner {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .body-new-style .footer-new__menu-list {
    margin-left: 50px;
  }
  .body-new-style .foot-box {
    min-width: 100%;
    margin-top: 50px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .body-new-style .foot-btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .body-new-style .footer-new__social-widgets {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media (max-width: 740px) {
  .body-new-style .head__contacts-title {
    font-size: 11px;
  }
  .body-new-style .head__contacts-subtitle {
    font-size: 14px;
  }
  .body-new-style .head__slider .slick-arrow {
    opacity: 0;
    z-index: -1;
  }
  .body-new-style .head__slider .slick-prev {
    display: none;
  }
  .body-new-style .head__slider .slick-next {
    display: none;
  }
  .body-new-style .head__slider-box {
    padding-top: 70px;
  }
  .body-new-style .stats__item:nth-child(3) {
    display: none;
  }
  .body-new-style .stats__inner {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 90%;
  }
  .body-new-style .stats__item-num {
    font-size: 30px;
  }
  .body-new-style .stats__item-num::before {
    top: 0;
  }
  .body-new-style .stats__item-text {
    font-size: 11px;
  }
  .body-new-style .stats__item {
    padding: 15px;
  }
}

@media (max-width: 720px) {
  .body-new-style .slider__title {
    width: 525px;
    font-size: 40px;
  }
  .body-new-style .slider__subtitle {
    font-size: 30px;
  }
  .body-new-style .slider__text {
    font-size: 14px;
    width: 450px;
  }
  .body-new-style .benefits {
    padding-top: 20px;
  }
  .body-new-style .about__slider-item .about-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body-new-style .about__slider-item .about-box img {
    width: 180px;
  }
  .body-new-style .about__info,
  .body-new-style .about__slider-box {
    width: 100%;
  }
  .body-new-style .about__slider-item {
    width: 420px;
  }
  .body-new-style .about__slider .slick-arrow {
    opacity: 0;
    z-index: -1;
  }
  .body-new-style .about__title {
    margin-top: 0;
  }
  .body-new-style .about__slider-text {
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 672px) {
  .body-new-style .information-box__item:nth-child(4)::before {
    display: block;
  }
  .body-new-style .information-box__item:nth-child(3)::before {
    display: none;
  }
  .body-new-style .benefits__item {
    min-width: 120px;
    margin-left: 50px;
  }
  .body-new-style .form-box .input__name,
  .body-new-style .form-box .input__number,
  .body-new-style .form-box textarea {
    width: 100%;
  }
}

@media (max-width: 630px) {
  .body-new-style .head__contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .body-new-style .head__contacts-box:nth-child(5) {
    display: none;
  }
  .body-new-style .head__contacts-box:nth-child(2) {
    padding-right: 20px;
  }
  .body-new-style .head__navigation-inner .info-btn {
    margin-right: 60px;
  }
  .body-new-style .benefits__item {
    margin-left: 50px;
    min-width: 180px;
  }
  .body-new-style .order-box__text {
    font-size: 22px;
  }
  .body-new-style .order-box__text span {
    font-size: 24px;
  }
}

@media (max-width: 580px) {
  .body-new-style .head__navigation-inner .info-btn {
    display: none;
  }
  .body-new-style .head__navigation-widgets {
    margin-left: 15px;
  }
  .body-new-style .head__navigation-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media (max-width: 550px) {
  .body-new-style .slider__title {
    margin: 0 auto;
    width: 380px;
    font-size: 30px;
  }
  .body-new-style .slider__subtitle {
    font-size: 30px;
    margin-top: 35px;
  }
  .body-new-style .slider__text {
    margin: 0 auto;
    font-size: 14px;
    margin-top: 30px;
    width: 330px;
  }
  .body-new-style .head__slider-box {
    text-align: center;
  }
  .body-new-style .head__slider-item {
    min-height: 520px;
  }
  .body-new-style .information {
    padding-bottom: 0;
  }
  .body-new-style .routes__inner {
    position: relative;
    display: block;
    text-align: center;
  }
  .body-new-style .routes__inner .btn-new {
    position: absolute;
    display: block;
    bottom: -500px;
    left: 60px;
    right: 60px;
  }
  .body-new-style .routes__inner .btn-new::before {
    left: 70px;
  }
  .body-new-style .benefits__title {
    text-align: center;
  }
  .body-new-style .about__info {
    padding: 0;
  }
}

@media (max-width: 530px) {
  .body-new-style .faqs__info-item-box {
    width: 90%;
    margin-left: 5px;
  }
}

@media (max-width: 500px) {
  .body-new-style .benefits__item {
    min-width: 150px;
    margin-left: 20px;
  }
  .body-new-style .form-box .btn-new {
    width: 80%;
  }
  .body-new-style .info-btn {
    text-align: center;
  }
  .body-new-style .faqs__title {
    width: 100%;
  }
  .body-new-style .faqs__info-item-box img {
    width: 95px;
  }
  .body-new-style .faqs__info-box__inner {
    padding: 12px 20px 12px 20px;
  }
  .body-new-style .faqs__info-item__title {
    font-size: 11px;
  }
  .body-new-style .faqs__info-item__data {
    margin-top: 12px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .body-new-style .information-box__item img {
    width: 75px;
    height: 75px;
  }
  .body-new-style .information-box__item {
    margin-top: 30px;
    max-width: 150px;
    min-width: 150px;
  }
  .body-new-style .information-box__item::after {
    right: 34px;
  }
  .body-new-style .information-box__item + .information-box__item::before {
    top: 40px;
    left: -80px;
    width: 130px;
  }
  .body-new-style .information-box__title {
    font-size: 11px;
    margin-top: 24px;
  }
  .body-new-style .information-box__text {
    font-size: 11px;
    margin-top: 15px;
  }
  .body-new-style .title {
    font-size: 22px;
  }
  .body-new-style .information {
    padding-top: 50px;
  }
  .body-new-style .routes__inner .route-btn {
    font-size: 11px;
  }
  .body-new-style .routes__inner .route-btn::before {
    left: 30px;
  }
  .body-new-style .routes__inner {
    margin-bottom: 40px;
  }
  .body-new-style .form-box input,
  .body-new-style .form-box textarea {
    font-size: 10px;
  }
  .body-new-style .form-box .form-checkbox {
    font-size: 11px;
  }
  .body-new-style .form-box label {
    max-width: 120px;
  }
  .body-new-style .about {
    padding-top: 410px;
  }
  .body-new-style .faqs__item-title {
    font-size: 11px;
    padding: 15px 30px 15px 20px;
  }
  .body-new-style .faqs__item-title::after {
    top: 15px;
    width: 12px;
    height: 12px;
    background-position: center;
  }
  .body-new-style .faqs__item-text {
    font-size: 11px;
    padding: 0 30px 12px 20px;
  }
  .body-new-style .faqs__info-text {
    font-size: 8px;
  }
  .body-new-style .review__text {
    margin-top: 5px;
    font-size: 8px;
  }
  .body-new-style .reviews__items .slick-arrow {
    bottom: -42px;
  }
  .body-new-style .reviews__items .slick-prev {
    left: 15%;
  }
  .body-new-style .reviews__items .slick-next {
    right: 15%;
  }
  .body-new-style .reviews__item-box {
    padding: 20px;
  }
  .body-new-style .reviews__item-box__title {
    font-size: 11px;
  }
  .body-new-style .reviews__item-box__subtitle {
    font-size: 10px;
  }
  .body-new-style .reviews__item-box__text {
    font-size: 11px;
  }
  .body-new-style .reviews {
    min-height: 360px;
  }
  .body-new-style .footer-new__contacts-title {
    font-size: 9px;
  }
  .body-new-style .footer-new__contacts-subtitle {
    font-size: 11px;
  }
  .body-new-style .foot-list {
    min-width: auto;
  }
  .body-new-style .footer-new__menu-list {
    margin-left: 0;
    font-size: 12px;
  }
  .body-new-style .footer-new__text {
    font-size: 12px;
  }
  .body-new-style .item-1 .footer-new__contacts-box:nth-child(2)::before,
  .body-new-style .item-2 .footer-new__contacts-box:nth-child(2)::before {
    top: 8px;
  }
  .body-new-style .menu-list li {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .body-new-style .slider__buttons .route-btn {
    margin-top: 20px;
    margin-left: 0;
  }
  .body-new-style .slider__buttons .route-btn::before {
    left: 90px;
  }
  .body-new-style .slider__buttons .btn-new {
    display: block;
  }
  .body-new-style .about__text {
    font-size: 10px;
  }
  .body-new-style .about__slider-text {
    font-size: 8px;
  }
  .body-new-style .about__text {
    margin-top: 20px;
  }
  .body-new-style .about__text p {
    margin-bottom: 12px;
  }
}

@media (max-width: 430px) {
  .body-new-style .form-box .form-checkbox {
    font-size: 9px;
  }
  .body-new-style .form-box .form-checkbox label {
    max-width: 95px;
  }
  .body-new-style .about__slider-item .about-box {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .body-new-style .about__slider-item .about-box img {
    width: 140px;
  }
}

@media (max-width: 410px) {
  .body-new-style .route-btn,
  .body-new-style .info-btn {
    padding: 10px 0 10px;
    font-size: 10px;
  }
  .body-new-style .route-btn::before {
    top: 5px;
  }
  .body-new-style .slider__title {
    width: 100%;
    font-size: 24px;
    font-weight: 300;
  }
  .body-new-style .slider__subtitle {
    font-size: 20px;
    margin-top: 30px;
  }
  .body-new-style .slider__text {
    margin: 0 auto;
    font-size: 12px;
    margin-top: 22px;
    width: 330px;
  }
  .body-new-style .head__slider-box {
    padding-top: 42px;
  }
  .body-new-style .head__slider-item {
    min-height: 435px;
  }
  .body-new-style .slider__buttons .route-btn::before {
    left: 50px;
  }
  .body-new-style .order-box__text {
    font-size: 15px;
    font-weight: 400;
  }
  .body-new-style .order-box__text span {
    font-size: 18px;
  }
  .body-new-style .stats__item {
    padding: 13px 5px;
  }
  .body-new-style .stats__item-num {
    padding-left: 20px;
    font-size: 20px;
  }
  .body-new-style .stats__item-num::before {
    width: 20px;
    height: 20px;
  }
  .body-new-style .stats__item:nth-child(2) .stats__item-num::before {
    left: 20px;
  }
  .body-new-style .stats__item-text {
    margin-top: 5px;
    font-size: 8px;
  }
  .body-new-style .footer-new__item .info-btn {
    padding: 10px 25px;
    font-size: 10px;
    font-weight: 600;
  }
}

@media (max-width: 390px) {
  .body-new-style .head__contacts-title {
    font-size: 9px;
  }
  .body-new-style .head__contacts-subtitle {
    font-size: 11px;
  }
  .body-new-style .head__contacts-box:nth-child(2),
  .body-new-style .head__contacts-box:nth-child(3) {
    padding-left: 30px;
  }
  .body-new-style .head__contacts-box:nth-child(2)::before,
  .body-new-style .head__contacts-box:nth-child(3)::before {
    left: 10px;
  }
  .body-new-style .widget__social-icons img {
    width: 22px;
    height: 22px;
  }
  .body-new-style .head__logo img {
    width: 137px;
    height: 46px;
  }
  .body-new-style .menu-btn {
    top: 105px;
  }
  .body-new-style .routes__item {
    max-width: 207px;
  }
  .body-new-style .routes__item img {
    width: 207px;
  }
  .body-new-style .routes__item p {
    padding: 20px 12px;
    font-size: 13px;
  }
  .body-new-style .routes__item-title {
    font-size: 9px;
    margin-top: 26px;
  }
  .body-new-style .routes__item-subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .body-new-style .routes__inner .route-btn {
    padding-left: 25px;
    padding-right: 10px;
    bottom: -365px;
    font-weight: 300;
  }
  .body-new-style .routes__inner .route-btn::before {
    left: 3px;
  }
  .body-new-style .benefits__item {
    min-width: 120px;
    margin-left: 20px;
  }
  .body-new-style .benefits__item-title {
    font-size: 11px;
    margin-top: 15px;
  }
  .body-new-style .benefits__item-text {
    margin-top: 15px;
    font-size: 10px;
    width: 107px;
  }
  .body-new-style .routes {
    min-height: 520px;
  }
  .body-new-style .benefits {
    padding-bottom: 60px;
  }
  .body-new-style .benefits__items {
    margin-top: 0;
  }
  .body-new-style .faqs__item-title {
    font-size: 9px;
  }
  .body-new-style .faqs__item-text {
    font-size: 9px;
  }
  .body-new-style .faqs__info-item__title {
    font-size: 8px;
  }
  .body-new-style .faqs__info-item__data {
    font-size: 9px;
  }
  .body-new-style .reviews__item-box__title {
    font-size: 9px;
  }
  .body-new-style .reviews__item-box__subtitle {
    font-size: 8px;
  }
  .body-new-style .reviews__item-box__text {
    font-size: 9px;
  }
}

@media (max-width: 360px) {
  .body-new-style .title {
    font-size: 18px;
  }
  .body-new-style .foot-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 340px) {
  .body-new-style .information-box__title {
    font-size: 9px;
    margin-top: 22px;
  }
  .body-new-style .information-box__text {
    font-size: 9px;
    margin-top: 12px;
  }
  .body-new-style .information-box__item {
    max-width: 125px;
    min-width: 125px;
  }
  .body-new-style .information-box__item::after {
    right: 22px;
  }
  .body-new-style .footer-new__contacts-title {
    font-size: 9px;
    margin-bottom: 1px;
  }
  .body-new-style .footer-new__contacts-subtitle {
    font-size: 10px;
  }
}
