* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

body {
  font: 17px/22px 'PT Sans', Arial, sans-serif;
  height: 100%;
  color: #282828;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.layout {
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
}

.layout-fluid {
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.layout__table {
  display: table;
  margin: 0;
  padding: 0;
  min-width: 100%;
}

.clr:before, .clr:after, .layout:before, .layout:after, .layout-fluid:before, .layout-fluid:after, nav:before, nav:after {
  content: " ";
  display: table;
}

.clr:after, .layout:after, .layout-fluid:after, nav:after {
  clear: both;
}

/* Style */

button, input, select, textarea {
  position: relative;
  color: inherit;
  font: inherit;
  margin: 0;
  border: 0;
  outline: none;
}

button, input[type=button], input[type=submit], input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer;
}

.wide {
  width: 100%;
}

a, .link {
  color: #3e75dc;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

a:hover, .link:hover {
  color: #B00000;
}

.dashed {
  border-bottom: 1px dashed;
}

.button {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  padding: 10px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
  color: #323435;
  border: 0;
  font-size: 17px;
  font-weight: bold;
}

.button_yellow {
  color: #353535;
  background: #fff600;
}

.button_yellow:hover {
  background: #fff960;
}

.button_yellow:active {
  background: #f4ec13;
}

.button_order-circle {
  width: 128px;
  height: 128px;
  font-size: 18px;
  line-height: 23px;
  background: #fff600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #eeedaf;
  color: #776666;
  position: absolute;
  right: -65px;
  top: 50%;
  margin-top: -64px;
  padding: 0;
}

.button_order-circle:before {
  content: "\e916";
  position: absolute;
  top: 50%;
  margin-top: -38px;
  left: 50%;
  margin-left: -38px;
  font-family: MobiriseIcons !important;
  speak: none;
  font-weight: bold;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e8e11e;
  font-size: 76px;
}

.button_order-circle span {
  position: relative;
}

.button_order-circle:hover {
  background: #fff960;
}

.button_order-circle:active {
  background: #f4ec13;
}

.button_order-circle.success {
  border-color: #55d83d;
}

.button_order-circle.success:before {
  color: #35a221;
}

.button_radius {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.button.success {
  background: #32b31a;
  color: #fff;
}

ul, ol {
  list-style-type: none;
}

.input, .textarea {
  background: #fff;
  display: block;
  border: solid 1px #dfe1e7;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 17px;
}

.textarea {
  padding: 5px 10px;
  resize: none;
  min-height: 70px;
}

.input {
  padding: 0 25px;
  height: 42px;
}

.input_without-border {
  border-color: transparent;
}

.input_radius {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

::-webkit-input-placeholder {
  color: #b7b8b9;
}

::-moz-placeholder {
  color: #b7b8b9;
}

:-moz-placeholder {
  color: #b7b8b9;
}

:-ms-input-placeholder {
  color: #b7b8b9;
}

.input.error {
  background: #f3ebeb;
}

.input.error::-webkit-input-placeholder {
  color: #ff1e1e;
}

.input.error::-moz-placeholder {
  color: #ff1e1e;
}

.input.error:-moz-placeholder {
  color: #ff1e1e;
}

.input.error:-ms-input-placeholder {
  color: #ff1e1e;
}

.form {
  display: block;
}

.form_inline {
  font-size: 0;
}

.form__item {
  margin-top: 15px;
}

.form__item:first-child {
  margin-top: 0;
}

.form__item_hidden {
  display: none!important;
}

.form_inline .form__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  margin-top: 0;
}

.form_inline .form__item:last-child {
  margin-right: 0;
}

.form_inline-3 .form__item {
  width: 32%;
  margin-right: 2%;
}

/* Header */

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 32px 0;
}

.header__logo {
  position: absolute;
  top: -32px;
  padding: 33px 20px 25px;
  font-size: 30px;
  font-weight: bold;
  color: #fff53f;
  background: #00292f;
  z-index: 8;
}

.header__logo a {
  color: #fff53f;
}

.header__nav {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 7;
}

.navbar {
  font-size: 0;
}

.navbar__item {
  display: inline-block;
  margin: 0 18px;
}

.navbar__link {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar__link:hover {
  color: #fff600;
}

.navbar__item_current .navbar__link {
  color: #333;
}

.header__contact {
  position: relative;
  float: right;
  text-align: right;
  z-index: 7;
}

.header__contact-phone {
  position: relative;
  font-size: 18px;
  color: #fff600;
  font-weight: bold;
}

.header__contact-phone a {
text-decoration: none;
color: #fff600;
cursor: pointer;
position: relative;
z-index: 8;
}

.header__contact-phone a:hover {
  text-decoration: underline;
  color: #fff7aa;
}

.header__contact-phone a:active {
  color: #f4ec13;
}

.header__contact-phone span {
  position: absolute;
  left: -25px;
  font-size: 18px;
  color: #fff;
}

.header__contact-email {
  font-size: 14px;
  color: #fff;
}

.header__nav_fixed {
  position: fixed;
  top: 25px;
}

.header__nav_fixed .navbar {
  display: inline-block;
  background: rgba(7, 40, 47, 0.65);
  border-radius: 35px;
  padding: 0 5px;
}

.header__nav_fixed .navbar__link {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}

/* Content */

.content {
  padding: 0 0 80px;
}

.page-content p {
  margin-bottom: 15px;
}

.section {
  position: relative;
  padding: 90px 0;
}

.section__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.section__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.section_head {
  padding: 190px 0 120px;
}

.content_page .section_head {
  height: auto;
  padding-bottom: 40px;
}

.section_head .section__img {
  background-image: url("../img/bg_head.jpg");
  background-position: 100% 70%;
}

.section_head .section__img:before {
  background: rgba(42, 49, 66, 0.7);
}

.title-block {
  margin-bottom: 60px;
}

.title-block:last-child {
  margin-bottom: 0;
}

.title-block_center {
  text-align: center;
}

.title-block__name {
  font-size: 35px;
  line-height: 44px;
  font-weight: normal;
  font-family: 'PT Sans Caption', sans-serif;
  margin-bottom: 30px;
}

.title-block__desc {
  font-size: 20px;
  line-height: 25px;
}

.main-block__left {
  float: left;
  width: 60%;
}

.main-block__right {
  float: right;
  width: 40%;
}

.head-block_center {
  text-align: center;
}

.head-block_center .head-block__title {
  max-width: 100%;
}

.head-block__title {
  max-width: 70%;
}

.head-block__title h1 {
  color: #fff;
  font-size: 70px;
  line-height: 75px;
  font-weight: normal;
  font-family: 'PT Sans Caption', sans-serif;
  margin-bottom: 40px;
}

.content_page .head-block__title h1 {
  font-size: 40px;
  line-height: 45px;
}

.head-block__note {
  font-size: 25px;
  line-height: 30px;
  color: #f3f079;
  max-width: 450px;
}

.head-note li {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  padding-left: 45px;
}

.head-note li:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 24px;
  height: 24px;
  background: #07282f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.head-note li:after {
  content: "\e966";
  position: absolute;
  top: 2px;
  left: 5px;
  font-family: MobiriseIcons !important;
  speak: none;
  font-weight: bold;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff600;
  font-size: 20px;
  text-shadow: 4px 0 0 #3eb95f;
}

.head-block__buttons {
  margin-top: 30px;
}

.form-head-order {
  position: relative;
  width: 85%;
  padding: 30px 85px 30px 30px;
  background: #eff2f9;
  border: 5px solid #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.social-share {
  padding-left: 35px;
  margin-top: 30px;
}

.advantages {
  font-size: 0;
  margin-bottom: 50px;
  text-align: center;
}

.advantages__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 0 30px;
}

.advantages__icon {
  font-size: 68px;
  margin-bottom: 25px;
  color: #2d4799;
  text-shadow: 0 3px #dadada;
}

.advantages__title {
  font-size: 30px;
  line-height: 35px;
  font-family: 'PT Sans Caption', sans-serif;
  margin-bottom: 15px;
}

.advantages__description {
  font-size: 17px;
}

.section_calculator {
  background: #eff2f9;
  padding-bottom: 0;
}

.order-form {
  background: #464b59;
  padding: 30px 0;
}

.form-calculator-order {
  width: 70%;
  margin: 0 auto;
}

.calculator-form__price {
  text-align: center;
  padding: 20px 0 0;
  width: 55%;
  margin: 20px auto 50px;
  border-color: #dcdfe5;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.calculator-form__price+.calculator-form__time {
  margin-top: 0;
}

.calculator-form__price-inner {
  font-size: 35px;
  background: #eff2f9;
  display: inline-block;
  position: relative;
  top: 17px;
  padding: 0 35px;
}

.calculator-form__price-inner span {
  font-size: 50px;
  font-weight: bold;
  color: #cd1515;
  padding: 0 10px;
}

.calculator-form__price-inner_km span {
  font-size: 26px;
  text-transform: uppercase;
}

.calculator-form__items {
  font-size: 0;
  text-align: center;
}

.calculator-form__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}

.calculator-form__time {
  text-align: center;
  margin: 40px 0;
}

.calculator-count {
  display: inline-block;
  background: #fff;
  padding: 3px;
  border: 2px solid #353535;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.calculator-count__label {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 17px;
  padding: 0 11px;
}

.change-count {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.change-count__input {
  background: #353535;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  height: 36px;
  width: 110px;
  text-align: center;
}

.change-count__button {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  z-index: 3;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.change-count__button:hover {
  background: #fff600;
}

.change-count__button_minus {
  left: 7px;
}

.change-count__button_plus {
  right: 7px;
}

.change-count__button_minus:before, .change-count__button_plus:before, .change-count__button_plus:after {
  content: "";
  background: #fff600;
  position: absolute;
  top: 50%;
  left: 50%;
}

.change-count__button_minus:before, .change-count__button_plus:before {
  height: 2px;
  width: 12px;
  margin-top: -1px;
  margin-left: -6px;
}

.change-count__button_plus:after {
  height: 12px;
  width: 2px;
  margin-left: -1px;
  margin-top: -6px;
}

.change-count__button:hover:before, .change-count__button:hover:after {
  background: #353535;
}

.radio-button__item {
  position: relative;
}

.radio-button__control {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.radio-button__text {
  font-size: 17px;
  font-weight: bold;
  padding: 0 24px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  height: 46px;
  line-height: 42px;
  margin: 0 -2px 0 0;
  border: 2px solid #353535;
  cursor: pointer;
}

.radio-button__item:first-child .radio-button__text {
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.radio-button__item:last-child .radio-button__text {
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.radio-button__control:checked+.radio-button__text {
  color: #fff;
  background: #353535;
}

.types-block__left {
  float: left;
  width: 40%;
}

.types-block__right {
  float: right;
  width: 60%;
  padding-top: 10px;
  padding-left: 100px;
}

.customers-list {
  font-size: 0;
}

.types-list__item, .customers-list__item {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 10px;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  padding-left: 45px;
}

.customers-list__item {
  padding: 0 45px;
  display: inline-block;
  vertical-align: top;
  float: none;
}

.types-list__item:before, .customers-list__item:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 28px;
  height: 28px;
  background: #404b61;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.types-list__item:after, .customers-list__item:after {
  content: "\e966";
  position: absolute;
  top: -4px;
  left: 4px;
  font-family: MobiriseIcons !important;
  speak: none;
  font-weight: bold;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff600;
  font-size: 26px;
  text-shadow: 4px 0 0 #3eb95f;
}

.section_tours .title-block {
  color: #fff;
}

.section_tours .section__img {
  background-image: url("../img/bg_tours.jpg");
}

.section_tours .section__img:before {
  background: rgba(0, 0, 0, 0.6);
}

.section_tours .title-block__desc {
  max-width: 50%;
}

.form-tours-order {
  margin-top: 50px;
}

.section_business .title-block, .section_business .indicators {
  color: #fff;
}

.section_business .title-block__name {
  font-size: 25px;
  line-height: 35px;
}

.section_business .section__img {
  background-image: url("../img/bg_business.jpg");
}

.section_business .section__img:before {
  background: rgba(0, 0, 0, 0.6);
}

.section_business .title-block {
  margin-bottom: 90px;
}

.indicators {
  font-size: 0;
  text-align: center;
}

.indicators__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 0 30px;
}

.indicators__title {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 25px;
}

.indicators__desc {
  font-size: 20px;
  line-height: 25px;
}

.section_contacts {
  padding-bottom: 0;
}

.company {
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.company span {
  margin: 0 30px;
}

.contacts {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 0;
  text-align: center;
}

.contacts__item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 25px 30px;
  background: #eff2f9;
}

.contacts__item:nth-child(2n) {
  background: #e5ebf8;
}

.contacts__title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 7px;
  color: #5b73a5;
  font-family: 'PT Sans Caption', sans-serif;
  font-weight: bold;
}

.contacts__content {
  font-size: 16px;
  line-height: 22px;
}

.contacts-map {
  position: relative;
  -webkit-box-shadow: 0 -10px 20px -10px rgb(148, 155, 170);
  -moz-box-shadow: 0 -10px 20px -10px rgb(148, 155, 170);
  box-shadow: 0 -10px 20px -10px rgb(148, 155, 170);
  border-top: 1px solid #c5bd9b;
}

/*
.customers {
    text-align: center;
    font-size: 0;
    margin: -20px 0;
}

.customers__item {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 50px;
}

.customers img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    max-height: 80px;
}
*/

/* Gallery
-----------------------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.gallery__item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc((100% - 10px * 5) / 6);
  max-height: 200px;
  min-width: 140px;
}

.gallery__item.wide {
  flex-basis: calc(((100% - 10px * 5) / 6) * 2 + 10px);
}

.gallery__item:hover img {
  opacity: 0.8;
}

.gallery__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

/* Modal */
.open-popup {
  cursor: pointer;
}

.mfp-figure:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
}

img.mfp-img {
  padding: 20px;
}

.mfp-bottom-bar {
  margin: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  right: 0;
  color: #fff;
  background: #fdcc27;
  opacity: 1;
}

.mfp-close:active {
  top: 0;
}

.footer {
  margin: -80px auto 0;
  height: 80px;
  width: 100%;
  background: #464b59;
  color: #fff;
  padding: 20px 0;
  font-size: 15px;
  line-height: 20px;
}

.footer a {
  color: #c3dcff;
}

.footer__copyright {
  float: left;
}

.footer__dev {
  float: right;
  font-size: 12px;
  line-height: 16px;
  color: #b5bbca;
}

.footer__dev a {
  font-weight: 600;
  font-size: 13px;
}

.block-agreement {
  font-size: 13px;
  line-height: 16px;
  color: #a2a9b9;
}

.block-agreement a {
  color: #7aa0e6;
}

.block-agreement_margin {
  margin: 20px 0 0;
}

.order-form .block-agreement {
  text-align: center;
}

.main-block .block-agreement {
  padding-left: 35px;
}


@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .head-block__title h1 {
    font-size: 60px;
    line-height: 65px;
  }
}

@media screen and (max-width: 1023px) {
  .title-block__desc {
    max-width: 100%!important;
  }

  .main-block {
    text-align: center;
  }
  .main-block .block-agreement {
    padding: 0;
  }
  .main-block__left, .main-block__right {
    width: 100%;
  }
  .main-block__right {
    margin-top: 50px;
  }
  .head-block__title {
    margin: 0 auto;
  }
  .head-block__note {
    max-width: 100%;
  }
  .head-note li {
    padding: 0;
  }
  .head-note li:before, .head-note li:after {
    content: none;
  }
  .form-head-order {
    width: 360px;
    margin: 0 auto;
  }

  .advantages__item, .indicators__item {
    width: 50%;
  }
  .advantages__item:last-child, .indicators__item:last-child {
    margin-top: 30px;
  }

  .form-calculator-order {
    width: 100%;
  }

  .types-block__left, .types-block__right {
    width: 100%;
    padding: 0;
  }
  .types-block__right {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header__nav {
    position: relative;
    top: auto;
    margin: 0 0 20px;
  }
  .header__contact {
    float: none;
    text-align: center;
  }
  .header__logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
  }
  .header__contact-phone span {
    display: none;
  }
  .section_head {
    padding: 280px 0 80px;
  }
  .head-block__title {
    max-width: 100%;
  }
  .head-block__title h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .form-head-order {
    margin: 0 auto;
    width: 100%;
    padding: 30px;
  }
  .button_order-circle {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    padding: 10px 25px;
    margin: 15px 0 0;
    border-radius: 5px;
  }
  .button_order-circle:before {
    content: none;
  }
  .contacts__item {
    display: block;
    width: 100%;
  }
  .contacts__item:last-child {
    margin-bottom: 0;
  }
  .form_inline .form__item {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .form_inline .form__item:first-child {
    margin-top: 0;
  }
  .form__item .input {
    text-align: center;
  }

  .types-list__item, .customers-list__item, .form-calculator-order, .form-tours-order .button {
    width: 100%;
  }
  .types-list__item:last-child, .customers-list__item:last-child {
    margin-bottom: 0;
  }
  .calculator-form__item {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .calculator-form__item:last-child {
    margin-bottom: 0;
  }
  .calculator-count__label {
    display: block;
    margin-bottom: 10px;
  }
  .calculator-count {
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  .change-count__input {
    width: 100%;
    height: 46px;
  }
  .change-count__button {
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
  .calculator-form__price {
    width: 100%;
  }
  .calculator-form__price-inner {
    font-size: 20px;
    top: 12px;
    padding: 0 15px;
  }
  .calculator-form__price-inner span {
    font-size: 40px;
  }
  .calculator-form__price-inner_km span {
    font-size: 26px;
  }
  .section_business .title-block {
    margin-bottom: 40px;
  }
  .section_tours .block-agreement {
    text-align: center;
  }
  .section_contacts .layout {
    padding: 0;
  }
  .radio-button__text {
    display: block;
    width: 100%;
    margin: 0 0 -2px 0;
  }
  .radio-button__item:first-child .radio-button__text {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
  .radio-button__item:last-child .radio-button__text {
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
  }
  .company span {
    display: block;
    margin: 10px 0;
  }
}

@media screen and (max-width: 599px) {
  .advantages__item, .indicators__item {
    width: 100%;
    margin-top: 30px;
  }
  .advantages__item:first-child, .indicators__item:first-child {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .gallery__item {
    flex-basis: calc((100% - 10px * 3) / 4);
  }
  .gallery__item.wide {
    flex-basis: calc(((100% - 10px * 3) / 4) * 2 + 10px);
  }
}

@media (max-width: 768px) {
  .gallery__item {
    flex-basis: calc((100% - 10px * 1) / 2);
  }
  .gallery__item.wide {
    flex-basis: 100%;
  }
}

@media (max-width: 480px) {
  .gallery {
    gap: 8px;
  }
  
  .gallery__item {
    flex-basis: calc((100% - 8px * 1) / 2);
    min-width: 120px;
  }
  
  .gallery__item.wide {
    flex-basis: 100%;
  }
}
