@use 'sass:math';
html {
  scroll-behavior: smooth;
}

:root {
  --btn-color: #1488CA;
  --btn-color-hover: #169AE4;
  --btn-color-active: #0A72AD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Manrope/Manrope-Regular.eot?") format("eot"), url("./fonts/Manrope/Manrope-Regular.ttf") format("truetype"), url("./fonts/Manrope/Manrope-Regular.woff") format("woff");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: bold;
  src: url("./fonts/Manrope/Manrope-Bold.eot?") format("eot"), url("./fonts/Manrope/Manrope-Bold.ttf") format("truetype"), url("./fonts/Manrope/Manrope-Bold.woff") format("woff");
}

:root {
  --font-family: 'Manrope', Arial, Helvetica, sans-serif;
}

.breadcrumbs-line {
  display: none;
}

.container-page,
.page {
  font-family: var(--font-family), sans-serif;
}

.container-page {
  color: #3E3E3E;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  .container-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.title {
  --color: #F0AE00;
  font-weight: 700;
  font-size: calc(25px + 18 * ((100vw - 320px) / 1120));
  line-height: 1.3023255814em;
  letter-spacing: -0.03em;
  color: var(--color);
}

.title span {
  color: var(--color, #000);
}

.btn-block {
  --transition: all .4s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var(--btn-color);
  background: var(--btn-color);
  box-shadow: 0px 67px 80px rgba(20, 136, 202, 0.05), 0px 43.4259px 46.8519px rgba(20, 136, 202, 0.03), 0px 25.8074px 25.4815px rgba(20, 136, 202, 0.02), 0px 13.4px 13px rgba(20, 136, 202, 0.02), 0px 5.45926px 6.51852px rgba(20, 136, 202, 0.01), 0px 1.24074px 3.14815px rgba(20, 136, 202, 0.01);
  border-radius: 2.9375rem;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2em;
  max-width: 208px;
  max-width: calc(160px + 48 * ((100vw - 320px) / 1120));
  min-height: 64px;
  text-align: center;
  transition: var(--transition);
}

.btn-block svg {
  fill: #fff;
  transition: var(--transition);
}

.btn-block:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--btn-color-hover);
}

.btn-block:hover svg {
  transform: translateX(5px);
}

.btn-white {
  background-color: #ffff;
  color: #1488CA;
}

.btn-white svg {
  fill: #1488CA;
  transition: var(--transition);
}

.btn-white:hover {
  color: #fff;
  background-color: #1488CA;
}

.btn-white:hover svg {
  fill: #fff;
}

.icon-block__tourists, .icon-block__subscription, .icon-block__phone, .icon-block__sale, .icon-block__soprovozhdenie, .icon-block__time, .icon-block__vygodno, .icon-block__convenient-bus, .icon-block__included, .icon-block__security, .icon-block__route, .icon-block__stops {
  margin: var(--icon-block-margin, 0);
  width: 104px;
  height: 104px;
}

.icon-block {
  margin-bottom: 0.9375rem;
}

.icon-block__stops {
  background: transparent url("../img/icon__stops.svg") 0 0 no-repeat;
}

.icon-block__route {
  background: transparent url("../img/icon__route.svg") 0 0 no-repeat;
}

.icon-block__security {
  background: transparent url("../img/icon__security.svg") 0 0 no-repeat;
}

.icon-block__included {
  background: transparent url("../img/icon__included.svg") 0 0 no-repeat;
}

.icon-block__convenient-bus {
  background: transparent url("../img/icon__convenient-bus.svg") 0 0 no-repeat;
}

.icon-block__vygodno {
  background: transparent url("../img/icon__vygodno.svg") 0 0 no-repeat;
}

.icon-block__time {
  background: transparent url("../img/icon__time.svg") 0 0 no-repeat;
}

.icon-block__soprovozhdenie {
  background: transparent url("../img/icon__soprovozhdenie.svg") 0 0 no-repeat;
}

.icon-block__sale {
  background: transparent url("../img/icon__sale.svg") 0 0 no-repeat;
}

.menu-top {
  width: 100%;
  background: #fff;
  z-index: 2;
}

.menu-top__row {
  max-width: 1140px;
  margin: auto;
  display: none;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .menu-top__row {
    display: flex;
  }
}

@media (min-width: 992px) {
  .menu-top__row {
    gap: 1rem;
  }
}

.menu-top__item {
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.1428571429em;
}

.menu-top__link {
  color: #1488CA;
}

.menu-top__link--active, .menu-top__link:hover {
  color: #F0AE00;
}

.info-block {
  max-width: 1920px;
  padding: 2.1875rem 0 5rem 0;
  background: url("../img/top-bg.svg") top center no-repeat;
  background-size: contain;
}

.info-block__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.info-block__left {
  --width: 50%;
  flex: 0 0 var(--width, auto);
  align-self: center;
  padding: 0 15px;
}

@media (min-width: 1500px) {
  .info-block__left {
    --width: 55%;
  }
}

.info-block__right {
  --width: 50%;
  flex: 0 0 var(--width);
}

@media (min-width: 1500px) {
  .info-block__right {
    --width: 45%;
  }
}

.info-block__container {
  max-width: 650px;
  margin-left: auto;
}

.info-block__img {
  position: relative;
  padding-bottom: 2.1875rem;
}

.info-block__img img {
  position: relative;
  z-index: 1;
}

.info-block__img::after {
  content: '';
  position: absolute;
  background-color: #EFF3F6;
  width: 96%;
  height: 2.1875rem;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.info-block__text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #343A40;
  padding-top: 32px;
}

.usloviia {
  margin-top: 50px;
  margin-bottom: 100px;
}

.usloviia__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.usloviia__item {
  --width: 100%;
  flex: 0 0 var(--width);
}

@media (min-width: 700px) {
  .usloviia__item {
    --width: 60%;
  }
}

.usloviia__img {
  --width: 40%;
  display: none;
  flex: 0 0 var(--width);
}

@media (min-width: 700px) {
  .usloviia__img {
    display: block;
  }
}

@media (min-width: 767.98px) {
  .usloviia__img {
    margin-top: -100px;
  }
}

.usloviia-list {
  margin: 20px 0 0 10px;
  padding: 0;
  list-style: none;
}

.usloviia-list li {
  position: relative;
  padding-left: 1.125rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  color: #343A40;
}

.usloviia-list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #1488CA;
  border-radius: 50%;
}

.hotels {
  padding-top: 25px;
}

.hotels__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  letter-spacing: -0.03em;
  color: #343A40;
}

.hotels__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 1.25rem;
}

.hotels__item {
  --width: 100%;
  flex: 0 0 auto;
  width: calc(var(--width) - 30px);
  margin: 0 15px;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 3.125rem;
}

@media (min-width: 580px) {
  .hotels__item {
    --width: 50%;
  }
}

@media (min-width: 992px) {
  .hotels__item {
    --width: 33.333%;
  }
}

.hotel__img {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 1rem;
}

.hotel__name {
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  color: #343A40;
}

.hotel__name a {
  color: inherit;
}

.hotel__type {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: rgba(52, 58, 64, 0.6);
}

.hotel__location {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: rgba(52, 58, 64, 0.6);
}

.hotel-stars {
  display: inline-flex;
  margin: 0 -2px;
  position: relative;
  top: -6px;
}

.hotel-stars span {
  display: block;
  margin: 0 2px;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background: url("https://www.multitour.ru/files/out/bus-discount/img/star.svg") 0 0 no-repeat;
}

.hotel-desc-list {
  margin: 10px 0 10px 5px;
  padding: 0;
  list-style: none;
}

.hotel-desc-list li {
  position: relative;
  padding-left: 1.125rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: #343A40;
}

.hotel-desc-list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #1488CA;
  border-radius: 50%;
}

.hotel-price__old {
  color: #C2C4C6;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 24px;
}

.hotel-price__old span {
  position: relative;
}

.hotel-price__old span::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #C2C4C6;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hotel-price__current {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  color: #F0AE00;
}

.hotel-price__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #343A40;
}

.hotel-bron {
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
}

.hotel-bron__btn {
  --color-btn: #57A805;
  --color-btn-hover: #65C008;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 167px;
  background: var(--color-btn);
  font-weight: 700;
  font-size: 1rem;
  line-height: 2em;
  color: #FFF;
  padding: 8px;
  border-radius: 32px;
  transition: all .4s ease-out;
}

.hotel-bron__btn:hover {
  background: var(--color-btn-hover);
  color: #fff;
  text-decoration: none;
}

.map-route {
  padding: 3.125rem 0;
  display: none;
}

@media (min-width: 1200px) {
  .map-route {
    display: block;
  }
}

.map-route__container {
  position: relative;
  margin: 4.375rem 0;
  max-width: 1080px;
  min-height: 535px;
  margin-left: auto;
  background: url("https://www.multitour.ru/files/out/bus-tours/img/map-route__line.svg") right bottom no-repeat;
  background-size: contain;
}

.road {
  position: absolute;
}

.road__name {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.8666666667em;
  letter-spacing: -0.03em;
  color: #343A40;
}

.road__point {
  width: 120px;
}

.road__point::before {
  content: '';
  display: block;
  width: 32px;
  height: 13px;
  border-radius: 100%;
  margin: 0.0625rem auto;
  background: #1C5778;
  opacity: 0.15;
  backdrop-filter: blur(4px);
}

.road--moscow {
  left: -5%;
  top: 1.5%;
}

.road--elec {
  left: 9%;
  top: 10%;
}

.road--voronezh {
  left: 23%;
  top: 20%;
}

.road--rostov-na-donu {
  left: 39.5%;
  top: 27%;
}

.road--rostov-na-donu .road__name {
  position: absolute;
  left: -100px;
  white-space: nowrap;
}

.road--krasnodar {
  left: 54.5%;
  top: 35.5%;
}

.road--krasnodar .road__name {
  position: absolute;
  left: -65px;
  white-space: nowrap;
}

.road--chernomorskoe {
  left: 67%;
  top: 50.5%;
}

.road--chernomorskoe .road__name {
  position: absolute;
  left: 0;
  white-space: nowrap;
}

.road--feodosia {
  left: 80%;
  top: 66%;
}

.road--feodosia .road__name {
  position: absolute;
  left: -62px;
  white-space: nowrap;
}

.road--sudak {
  left: 93%;
  top: 71%;
}

.road--sudak .road__name {
  position: absolute;
  left: 0;
  white-space: nowrap;
}

.comments-show {
  width: 200px;
  margin-left: 26px;
  background: #fff;
  position: absolute;
  right: 0;
  border: .5px solid #F2F6FF;
  box-shadow: 0px 8px 24px rgba(22, 25, 79, 0.05);
  border-radius: 6px;
  font-size: 20px;
  line-height: 32px;
  padding: 16px;
  color: #343A40;
  text-align: right;
}

.comments-show p {
  margin: 0;
}

.comments-show p + p {
  margin-top: .5rem;
}

.comments-show__time {
  padding-left: 2.25rem;
  background: url("https://www.multitour.ru/files/out/bus-tours/img/time.svg") left center no-repeat;
}

.comments-show:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 100%;
  top: calc(50% - 19px);
  border-top: 19px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 19px solid transparent;
}

.advantages__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2.5rem 0;
  margin: 0 -15px;
}

.advantages__item {
  --width: 100%;
  --icon-block-margin: auto;
  flex: 0 0 auto;
  width: calc(var(--width) - 30px);
  margin: 0 15px 48px 15px;
  text-align: center;
  background: #FFFFFF;
  padding: 1.5625rem 1rem;
  border: 0.03125rem solid #F2F6FF;
  box-shadow: 0 1.5625rem 3.125rem rgba(22, 25, 79, 0.05);
  border-radius: 1rem;
}

@media (min-width: 576px) {
  .advantages__item {
    --width: 50%;
  }
}

@media (min-width: 768px) {
  .advantages__item {
    --width: 33.333%;
  }
}

.advantages__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6em;
  text-align: center;
  color: #343A40;
  padding-bottom: 1rem;
}

.route-details {
  padding-top: 3.125rem;
}

.route-details__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

@media (min-width: 768px) {
  .route-details__row {
    margin: 0 -15px;
  }
}

.route-details__item {
  --width: 100%;
  flex: 0 0 auto;
  width: calc(var(--width) - 32px);
  margin: 0 15px 48px 15px;
  padding: 1.5rem;
  background: #FFFFFF;
  border: 0.03125rem solid #F2F6FF;
  box-sizing: border-box;
  box-shadow: 0px 25px 50px rgba(22, 25, 79, 0.05);
  border-radius: 1rem;
}

@media (min-width: 768px) {
  .route-details__item {
    --width: 50%;
  }
}

.route-details__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  color: #343A40;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .route-details__title {
    padding-bottom: 0;
  }
}

.route-details__title--fs20 {
  font-size: 1.25rem;
}

.route-details__list {
  --color: rgba(52, 58, 64, 0.8);
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-details__list li {
  position: relative;
  padding-left: 1.25rem;
  font-weight: 400;
  color: var(--color);
  font-size: 1rem;
  line-height: 1.5em;
}

.route-details__list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #1488CA;
  border-radius: 50%;
}

.route-details__icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

@media (min-width: 768px) {
  .route-details__icon {
    flex-wrap: nowrap;
  }
}

.route-details__text {
  font-size: 1rem;
  line-height: 24px;
  color: rgba(52, 58, 64, 0.8);
}

.route-details__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  background: #1F79FF;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  line-height: percent(32, 16);
  color: #FFFFFF;
  width: 100%;
  transition: all .4s;
}

.route-details__btn:hover {
  color: #fff;
  text-decoration: none;
  background: #1b54a8;
}

.route-details__btn::before {
  content: '';
  display: block;
  width: 18px;
  height: 15px;
  background: url("../img/icon-telegram.svg") 0 0 no-repeat;
  background-size: contain;
}

.icon-block__tourists, .icon-block__subscription, .icon-block__phone, .icon-block__stops, .icon-block__route, .icon-block__security, .icon-block__included, .icon-block__convenient-bus, .icon-block__vygodno, .icon-block__time, .icon-block__soprovozhdenie, .icon-block__sale {
  margin: var(--icon-block-margin, 0);
  width: 80px;
  height: 80px;
}

.icon-block {
  margin-bottom: 0.9375rem;
}

.icon-block__stops {
  background: transparent url("https://www.multitour.ru/files/out/bus-tours/img/icon__stops.svg") 0 0 no-repeat;
  background-size: contain;
}

.icon-block__route {
  background: transparent url("https://www.multitour.ru/files/out/bus-tours/img/icon__route.svg") 0 0 no-repeat;
  background-size: contain;
}

.icon-block__security {
  background: transparent url("https://www.multitour.ru/files/out/bus-tours/img/icon__security.svg") 0 0 no-repeat;
  background-size: contain;
}

.icon-block__included {
  background: transparent url("https://www.multitour.ru/files/out/bus-tours/img/icon__included.svg") 0 0 no-repeat;
  background-size: contain;
}

.icon-block__convenient-bus {
  background: transparent url("https://www.multitour.ru/files/out/bus-tours/img/icon__convenient-bus.svg") 0 0 no-repeat;
  background-size: contain;
}

.icon-block__vygodno {
  background: transparent url("https://www.multitour.ru/files/out/bus-tours/img/icon__vygodno.svg") 0 0 no-repeat;
  background-size: contain;
}

.icon-block__time {
  background: transparent url("https://www.multitour.ru/files/out/bus-tours/img/icon__time.svg") 0 0 no-repeat;
  background-size: contain;
}

.icon-block__soprovozhdenie {
  background: transparent url("https://www.multitour.ru/files/out/bus-tours/img/icon__soprovozhdenie.svg") 0 0 no-repeat;
  background-size: contain;
}

.icon-block__sale {
  background: transparent url("https://www.multitour.ru/files/out/bus-tours/img/icon__sale.svg") 0 0 no-repeat;
  background-size: contain;
}

.icon-block__phone {
  background: transparent url("https://www.multitour.ru/files/out/bus-tours/img/icon__phone.svg") 0 0 no-repeat;
  background-size: contain;
}

.icon-block__subscription {
  background: transparent url("https://www.multitour.ru/files/out/bus-tours/img/icon__subscription.svg") 0 0 no-repeat;
  background-size: contain;
}

.icon-block__tourists {
  background: transparent url("https://www.multitour.ru/files/out/bus-tours/img/icon__tourists.svg") 0 0 no-repeat;
  background-size: contain;
}

.traffic-bus {
  padding: 1.875rem 0;
}

.tabs-about__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 12px;
}

@media (min-width: 576px) {
  .tabs-about__row {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .tabs-about__row {
    overflow-x: unset;
    gap: 6px;
  }
}

@media (max-width: 1200px) {
  .tabs-about__nav-container {
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .tabs-about__nav-container {
    overflow: unset;
  }
}

.tabs-about__item {
  flex: 0 0 auto;
  background: #fff;
  border: 0.5px solid #F2F6FF;
  box-sizing: border-box;
  box-shadow: 0px 25px 50px rgba(22, 25, 79, 0.05);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6em;
  min-height: 64px;
  min-height: calc(45px + 19 * ((100vw - 320px) / 1120));
  padding: 0 1.25em;
  color: #343A40;
  gap: 6px;
  transition: all .4s ease-out;
  cursor: pointer;
}

@media (min-width: 576px) {
  .tabs-about__item {
    box-shadow: 0px 3px 12px rgba(22, 25, 79, 0.05);
  }
}

@media (min-width: 992px) {
  .tabs-about__item {
    box-shadow: 0px 25px 50px rgba(22, 25, 79, 0.05);
  }
}

@media (min-width: 768px) {
  .tabs-about__item {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .tabs-about__item {
    flex: 0 0 100%;
    justify-content: center;
    padding: 0 0.5em;
  }
}

.tabs-about__item svg {
  fill: #1488CA;
  transition: all .4s ease-out;
}

.tabs-about__item::focus {
  outline: 0 !important;
}

.tabs-about__item:hover, .tabs-about__item._tab-active {
  background: #1488CA;
  color: #fff;
  transition: all .4s ease-out;
}

.tabs-about__item:hover svg, .tabs-about__item._tab-active svg {
  fill: #fff;
}

.tabs-about__content {
  margin-top: 2.5rem;
}

.tabs-about__content-item {
  background: #FFFFFF;
  border: 0.5px solid #F2F6FF;
  box-shadow: 0px 25px 50px rgba(22, 25, 79, 0.05);
  border-radius: 16px;
  padding: 1.875rem 0;
}

.tabs-table {
  padding: 1.25rem 0;
}

.tabs-table__header {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 768px) {
  .tabs-table__header {
    padding-left: 3.75rem;
  }
}

.tabs-table__body table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.tabs-table__body table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(52, 58, 64, 0.07);
}

.tabs-table__body table td {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.1428571429em;
  color: #343A40;
  text-align: center;
  padding: 0.9375rem 0.5rem;
}

@media (min-width: 576px) {
  .tabs-table__body table td {
    font-size: 1rem;
    line-height: 1.5em;
  }
}

@media (min-width: 992px) {
  .tabs-table__body table td {
    font-size: 1.125rem;
    line-height: 1.7777777778em;
  }
}

.tabs-table__body table td:nth-child(1) {
  text-align: left;
  padding-left: 0.625rem;
}

@media (min-width: 768px) {
  .tabs-table__body table td:nth-child(1) {
    padding-left: 3.75rem;
  }
}

.tabs-table__body table td:nth-child(1) br {
  display: block;
}

@media (min-width: 880px) {
  .tabs-table__body table td:nth-child(1) br {
    display: none;
  }
}

.tabs-table__body .btn-block {
  color: #343A40;
  max-width: 48px;
  min-height: 48px;
  box-shadow: none;
  font-size: 0;
}

@media (min-width: 768px) {
  .tabs-table__body .btn-block {
    max-width: 250px;
    font-size: 1rem;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.tabs-table__body .btn-block svg {
  fill: #343A40;
}

.tabs-table__body .btn-block:hover {
  color: #fff;
}

.tabs-table__body .btn-block:hover svg {
  fill: #fff;
}

.tabs-route {
  display: flex;
  gap: 6px;
  color: #343A40;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6em;
}

.tabs-route svg {
  fill: #343A40;
}

.tabs-route__sub-title {
  font-size: 1rem;
  line-height: 1.25em;
  color: #343A40;
}

@media (min-width: 576px) {
  .tabs-route__sub-title {
    font-size: 1.125rem;
    line-height: 1.7777777778em;
  }
}

.tabs-desc {
  padding: 0 0.625rem 0 0.625rem;
  font-size: 1rem;
  line-height: 1.25em;
  color: #343A40;
}

@media (min-width: 576px) {
  .tabs-desc {
    font-size: 1.25rem;
    line-height: 1.6em;
  }
}

@media (min-width: 768px) {
  .tabs-desc {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.tabs-desc ul {
  --color: #343A40;
  margin: 0 0 1rem .5rem;
  padding: 0;
  list-style: none;
}

.tabs-desc ul li {
  position: relative;
  padding-left: 1.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7777777778em;
  color: var(--color);
}

@media (min-width: 768px) {
  .tabs-desc ul li {
    font-size: 1.125rem;
  }
}

.tabs-desc ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  background: #1488CA;
  border-radius: 50%;
}

.tour-map {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #343A40;
  padding-left: 32px;
  margin-left: 8px;
}

.tour-map::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 19px;
  height: 25px;
  background: url("https://www.multitour.ru/files/out/bus-tours/img/icon__map.svg") 0 0 no-repeat;
}

.tour-map__img {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed #1488CA;
  cursor: pointer;
}

.tour-map__img:hover {
  border-bottom: 0;
}

.show-map {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  max-width: 900px;
  padding: 0 15px;
}

.show-map__container {
  position: relative;
}

.show-map__close {
  position: absolute;
  z-index: 11;
  right: 15px;
  top: 15px;
  width: 48px;
  height: 48px;
  background: #FFFFFF url("https://www.multitour.ru/files/out/bus-tours/img/icon__map-close.svg") center center no-repeat;
  box-shadow: 0px 8px 24px rgba(22, 25, 79, 0.05);
  border-radius: 8px;
  cursor: pointer;
}

.show-map__save {
  position: absolute;
  z-index: 11;
  right: 0;
  top: 15px;
  margin-right: 84px;
  width: 48px;
  height: 48px;
  background: #FFFFFF url("https://www.multitour.ru/files/out/bus-tours/img/icon__map-save.svg") center center no-repeat;
  box-shadow: 0px 8px 24px rgba(22, 25, 79, 0.05);
  border-radius: 8px;
  text-decoration: none;
}

.show-map__info {
  position: absolute;
  display: inline-flex;
  align-items: center;
  background: url("https://www.multitour.ru/files/out/bus-tours/img/icon__attention.svg") 8px 10px no-repeat;
  padding-left: 40px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #343A40;
  bottom: 15px;
  right: 15px;
  max-width: 214px;
  background-color: #fff;
  border-radius: 14px;
  min-height: 44px;
}

.show-map img {
  border-radius: 14px;
}

.questions {
  max-width: 1000px;
  margin: auto;
}

.questions__row {
  padding: 2rem 0;
}

.questions__item {
  background: #FFF;
  box-shadow: 0px 8px 24px rgba(22, 25, 79, 0.05);
  border-radius: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}

.questions__body {
  height: 0;
  overflow: hidden;
}

.questions__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.questions__body ul li {
  position: relative;
  padding-left: 0.8125rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: rgba(52, 58, 64, 0.6);
}

.questions__body ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: rgba(52, 58, 64, 0.6);
  border-radius: 50%;
}

.questions__body p {
  margin: 0;
}

.questions__body p + p {
  margin-top: .75rem;
}

.questions__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  color: #343A40;
}

.questions__block-status {
  position: relative;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.questions__block-status::before, .questions__block-status::after {
  content: '';
  display: block;
  position: absolute;
  width: 27px;
  height: 3px;
  border-radius: 25px;
  background-color: #1488CA;
  transition: all .4s ease-out;
}

.questions__block-status::after {
  transform: rotate(90deg);
}

.questions__header {
  padding: 2rem 2.8125rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: all .4s ease-out;
}

.questions__header--open.questions__item {
  padding-bottom: 0.625rem;
}

.questions__header--open .questions__body {
  height: auto;
  overflow: visible;
  padding: 0.625rem 3.4375rem 0.9375rem 2.5rem;
}

.questions__header--open .questions__block-status::after {
  content: none;
}

.info-bus {
  padding-bottom: 100px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.info-bus__title {
  font-size: calc(22px + 9 * ((100vw - 320px) / 1120));
  text-align: center;
  padding-bottom: 30px;
}

.info-bus__img {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .info-bus__img {
    margin-bottom: 60px;
  }
}

.info-bus__img img {
  height: 230px;
  object-fit: cover;
}

@media (min-width: 576px) {
  .info-bus__img img {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .info-bus__img img {
    height: auto;
  }
}

.info-bus__img::after {
  content: '';
  display: block;
  max-width: 95%;
  height: 30px;
  background-color: #EFF3F6;
}

.info-bus__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}

.info-bus__item {
  --width: 100%;
  flex: 0 0 var(--width);
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .info-bus__item {
    --width: 47%;
  }
}

.info-bus__btn {
  margin-top: auto;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 767.98px) {
  .info-bus__btn .btn-block {
    max-width: 100% !important;
  }
}

.info-bus-desc__title {
  font-size: calc(20px + 10 * ((100vw - 320px) / 1120));
}

.info-bus-desc__row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

.info-bus-desc__item {
  --width: 100%;
  flex: 0 0 var(--width);
  padding-left: 15px;
  padding-right: 15px;
}

.info-bus-desc__item--scheme {
  text-align: center;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .info-bus-desc__item--scheme {
    --width: auto;
  }
}

@media (max-width: 1399.98px) {
  .info-bus-desc--left .info-bus-desc__row {
    flex-direction: column-reverse;
  }
}

@media (min-width: 992px) {
  .info-bus-desc--left .info-bus-desc__item {
    --width: 50%;
  }
}

@media (min-width: 1400px) {
  .info-bus-desc--left .info-bus-desc__item {
    --width: 50%;
  }
}

@media (min-width: 1900px) {
  .info-bus-desc--left .info-bus-desc__item {
    --width: 64%;
  }
}

.info-bus-desc--left .info-bus-desc__item--scheme {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .info-bus-desc--left .info-bus-desc__item--scheme {
    --width: 30%;
  }
}

.info-bus-desc--right .info-bus-desc__row {
  justify-content: space-between;
}

@media (min-width: 992px) {
  .info-bus-desc--right .info-bus-desc__item {
    --width: 64%;
  }
}

.info-bus-desc--right .info-bus-desc__item--scheme {
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .info-bus-desc--right .info-bus-desc__item--scheme {
    --width: 30%;
  }
}

.info-bus-desc__list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.info-bus-desc__list li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 32px;
  color: #343A40;
}

.info-bus-desc__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #1488CA;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
}

.info-bus-desc__list--text li {
  padding-left: 0;
}

.info-bus-desc__list--text li::before {
  content: none;
}
