html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  tap-highlight-color: transparent;
}

body {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-flex: 1;
  flex-grow: 1;
}

.main-content {
  -moz-box-flex: 1;
  flex: 1 1 auto;
}

.header,
.footer {
  -moz-box-flex: 0;
  flex: 0 0 auto;
}

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

html {
  /* 1 */
  font: normal 16px / 1.25 'Manrope', Helvetica, Arial, sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #686868;
  letter-spacing: -0.03em;
}

/*
 * Removes default margin.
 */

body {
  margin: 0;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a {
  color: #e35e00;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  text-decoration-skip-ink: none;
}

a:hover {
  color: #e35e00;
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  font-size: 12px;
  font-family: Consolas, monospace, serif;
  color: #D05;
  white-space: nowrap;
}

ins {
  background: #ffa;
  color: #222;
  text-decoration: none;
}

mark {
  background: #ffa;
  color: #222;
}

q {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img[src$=".svg"] {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

blockquote,
figure {
  margin: 0;
}

p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure,
.table-responsive {
  margin: 0;
}

* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure,
* + .table-responsive {
  margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 25px 0;
  text-transform: none;
  font-weight: 500;
  line-height: 1.16;
  color: #414141;
  font-family: 'Uncage';
  letter-spacing: -0.01em;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.h1 b,
.h2 b,
.h3 b,
.h4 b,
.h5 b,
.h6 b {
  font-weight: inherit;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + .h1,
* + .h2,
* + .h3,
* + .h4,
* + .h5,
* + .h6 {
  margin-top: 40px;
}

/*
 * Sizes
 */

h1,
.h1 {
  font-size: 34px;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.2;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 1.2;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 1.2;
}

ul,
ol {
  padding-left: 30px;
}

.text-typograf::after {
  display: block;
  content: "";
  clear: both;
}

/*
 * Reset margin for nested lists
 */

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

address {
  font-style: normal;
}

blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #222;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  overflow: auto;
}

fieldset {
  padding: 0;
}

::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
}

[hidden],
template {
  display: none;
}

iframe {
  border: 0;
}

.table-responsive {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table th {
  color: #aaa;
  padding: 0px 10px 7px;
}

table td {
  padding: 10px;
  border: 1px solid #d8d8d8;
}

table.not-bordered td {
  border: none;
}

[type="text"],
[type="email"],
[type="tel"],
[type="password"],
[type="number"],
[type="url"],
[type="search"] {
  padding: 0 16px;
  height: 48px;
  color: #4D4D4D;
  font-size: 16px;
  width: 100%;
  line-height: 1;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 200px;
}

[type="text"].wpcf7-not-valid,
[type="email"].wpcf7-not-valid,
[type="tel"].wpcf7-not-valid,
[type="password"].wpcf7-not-valid,
[type="number"].wpcf7-not-valid,
[type="url"].wpcf7-not-valid,
[type="search"].wpcf7-not-valid {
  border-color: red;
}

textarea {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 15px 16px;
  width: 100%;
  height: 135px;
  display: block;
  resize: vertical;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #686868;
  opacity: 1;
}

::-moz-placeholder {
  color: #686868;
  opacity: 1;
}

:-moz-placeholder {
  color: #686868;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #686868;
  opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #C3CEDE;
  padding: 0 15px;
  height: 36px;
  color: #646464;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

a:active,
a:focus {
  outline: none;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

:focus {
  outline: none;
  box-shadow: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}

[tabindex]:not([tabindex="-1"]),
a,
button,
input,
label,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

.videoadapt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.videoadapt > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoadapt-wrap {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.videoadapt-wrap + p,
.videoadapt-wrap + div,
.videoadapt-wrap + span,
.videoadapt-wrap + ul,
.videoadapt-wrap + figure,
.videoadapt-wrap + ol {
  margin-top: 25px;
}

* + .videoadapt-wrap {
  margin-top: 25px;
}

.btn-orange {
  display: -moz-inline-box;
  display: inline-flex;
  padding: 2px 16px;
  text-align: center;
  min-height: 48px;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 50px;
  background: #e35e00;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  border: 1px solid #e35e00;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-orange:not(:disabled):hover {
  text-decoration: none;
  background: #fff;
  color: #e35e00;
}

.btn-orange:disabled {
  opacity: 0.6;
}

.btn-orange i {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 9px;
  position: relative;
  top: 2px;
}

.btn-orange-outline {
  display: -moz-inline-box;
  display: inline-flex;
  padding: 2px 16px;
  text-align: center;
  min-height: 48px;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: 50px;
  background: #fff;
  font-weight: 500;
  color: #e35e00;
  line-height: 1;
  border: 1px solid #e35e00;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-orange-outline:not(:disabled):hover {
  text-decoration: none;
  background: #e35e00;
  color: #fff;
}

.btn-orange-outline:disabled {
  opacity: 0.6;
}

.btn-orange-outline i {
  margin-left: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 9px;
  position: relative;
  top: 2px;
}

.w-100 {
  width: 100% !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.no-visible {
  display: none !important;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 8px;
  max-width: 36%;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 8px;
  max-width: 36%;
}

.aligncenter {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
img.size-full {
  border-radius: 24px;
}

/* manrope-regular - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope/manrope-v20-cyrillic_latin-ext-regular.woff2") format("woff2"), url("../fonts/manrope/manrope-v20-cyrillic_latin-ext-regular.ttf") format("truetype");
}

/* manrope-500 - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope/manrope-v20-cyrillic_latin-ext-500.woff2") format("woff2"), url("../fonts/manrope/manrope-v20-cyrillic_latin-ext-500.ttf") format("truetype");
}

/* manrope-600 - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope/manrope-v20-cyrillic_latin-ext-600.woff2") format("woff2"), url("../fonts/manrope/manrope-v20-cyrillic_latin-ext-600.ttf") format("truetype");
}

@font-face {
  font-family: 'Uncage';
  src: url("../fonts/uncage/subset-UNCAGE-Regular.woff2") format("woff2"), url("../fonts/uncage/subset-UNCAGE-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Uncage';
  src: url("../fonts/uncage/subset-UNCAGE-Medium.woff2") format("woff2"), url("../fonts/uncage/subset-UNCAGE-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.header {
  padding-top: 16px;
}

.header-row {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e35e00;
}

.site-logo {
  -moz-box-flex: 1;
  flex-grow: 1;
}

.site-logo-inner {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
}

.site-logo-inner span {
  margin-right: 16px;
  position: relative;
}

.site-logo-inner span:before {
  content: '';
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  height: 26px;
  width: 1px;
  background: #e35e00;
  margin: auto 0;
}

.site-logo-inner b {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #424242;
  line-height: 14px;
  white-space: nowrap;
}

.header-center {
  margin-right: 16px;
}

.header-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  gap: 16px;
}

.header-contacts {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.header-mess {
  margin-right: 16px;
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.header-mess:before {
  content: '';
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  height: 16px;
  width: 1px;
  background: #e35e00;
  margin: auto 0;
}

.header-mess a {
  width: 40px;
  height: 40px;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.header-mess a:hover {
  text-decoration: none;
  color: #353535;
}

.header-phone a:hover {
  text-decoration: none;
  color: #353535;
}

.header-shedule {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1;
}

.header-work {
  white-space: nowrap;
}

.header-btn a {
  min-height: 40px;
}

.footer {
  background: #e46104;
  border-radius: 34px 34px 0 0;
  margin-top: 40px;
  padding: 90px 0;
  color: #f8d8c2;
}

.footer a {
  color: #f8d8c2;
}

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

.footer-row {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
}

.footer-info {
  width: 29%;
  padding-right: 60px;
  border-right: 1px solid #f8d8c2;
}

.footer-right {
  width: 71%;
  padding-left: 60px;
}

.footer-links {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.copyright {
  margin-top: 34px;
}

.footer-links-col li a,
.footer-links-col p {
  padding: 10px 0;
}

.footer-links-col li + li,
.footer-links-col p + p {
  margin-top: 24px;
}

.footer-links-col ul {
  padding: 0;
  list-style: none;
}

.footer-links-col li a {
  display: inline-block;
}

.footer-links-col .current_page_item a {
  text-decoration: underline;
}

.footer-data {
  margin-top: 40px;
}

.footer-contacts {
  padding: 0;
  list-style: none;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
}

.footer-contacts a {
  font-weight: 500;
}

.footer-contacts li {
  position: relative;
}

.footer-contacts li:not(:last-child):before {
  content: '';
  position: absolute;
  right: -16px;
  border-left: 1px solid #f8d8c2;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.footer-mess {
  padding: 0;
  list-style: none;
  margin-top: 8px;
  gap: 0 16px;
  font-size: 20px;
  display: -moz-box;
  display: flex;
}

.footer-mess li {
  position: relative;
}

.footer-mess li:not(:last-child):before {
  content: '';
  position: absolute;
  right: -8px;
  border-left: 1px solid #f8d8c2;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.footer-mess a {
  width: 32px;
  height: 32px;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.footer-mess .icomoon-tg {
  font-size: 18px;
}

.main-banner {
  padding: 70px 0 100px;
}

.main-banner-head {
  max-width: 524px;
}

.main-banner-head h1 {
  margin-bottom: 0 !important;
}

.main-banner-info {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.main-banner-subtitle {
  margin-top: 10px;
}

.main-banner-image {
  margin-top: 65px;
  padding-top: 16px;
  background: url(../images/logo-olimp.svg) no-repeat top center/contain;
}

.popap-call-back {
  padding: 0;
  overflow: visible;
}

.call-back-row {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
}

.call-back-left {
  width: 47%;
  padding: 54px;
  background: #f6f6f6;
  border-radius: 30px 0 0 30px;
}

.call-back-left .popap-descr {
  max-width: 384px;
}

.call-back-right {
  width: 53%;
  padding: 54px;
  background: url(../images/popap-call-back-bg.webp) #e35e00 no-repeat 50% 40%;
  border-radius: 0 30px 30px 0;
  text-align: center;
  color: #fff;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.call-back-descr {
  margin-top: 30px;
}

.call-back-descr ul {
  padding: 0;
  list-style: none;
  gap: 16px;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: center;
  justify-content: center;
}

.call-back-descr ul li {
  border: 1px solid #fff;
  border-radius: 42px;
  padding: 5px 19px;
}

.call-back-image {
  margin-top: 30px;
}

.popap-supertitle {
  border: 1px solid #e46104;
  padding: 5px 17px;
  border-radius: 50px;
  font-size: 14px;
  color: #e35e00;
  display: inline-block;
  margin-bottom: 24px;
}

.popap-title {
  margin: 0 !important;
}

.popap-descr {
  margin-top: 8px;
}

.call-back-form {
  margin-top: 54px;
}

.form-konf {
  margin-top: 8px;
}

.form-chekbox {
  font-size: 14px;
  line-height: 1.333;
}

.form-chekbox a {
  color: inherit;
  text-decoration: underline;
}

.form-chekbox a:hover {
  color: #000;
}

.form-chekbox span,
.form-chekbox label {
  display: block;
  margin: 0;
}

.form-chekbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.form-chekbox label input {
  display: none;
}

.uk-notouch .form-chekbox label:hover .wpcf7-list-item-label:after {
  opacity: 0.6;
}

.form-chekbox .wpcf7-list-item-label:before {
  content: '';
  border: 1px solid #c4c3ca;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.form-chekbox .wpcf7-list-item-label:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 3px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  background: #787878;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.form-chekbox input:checked + span:after {
  opacity: 1 !important;
}

.form-chekbox input:checked + span:before {
  border-color: #787878 !important;
}

.form-column .form-input {
  margin-bottom: 8px;
}

.form-column .form-submit {
  margin-top: 16px;
}

.form-submit {
  position: relative;
}

.form-submit button,
.form-submit input {
  width: 100%;
}

.form-submit .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 5px auto 0;
}

.destinations {
  margin-top: 40px;
}

.destinations-top .h3 {
  font-weight: 400;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 94, 0, 0.39);
}

.destinations-row {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-left: -24px;
}

.destination-item {
  width: -moz-calc(25% - 24px);
  width: calc(25% - 24px);
  margin-left: 24px;
  background: #f5f5f5;
  border-radius: 16px;
  padding: 16px;
  position: relative;
}

.destination-item-head {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding-top: 4px;
}

.destination-item-from {
  display: -moz-inline-box;
  display: inline-flex;
  line-height: 0.99;
  font-weight: 500;
  color: #414141;
  letter-spacing: -0.01em;
}

.destination-item-from i {
  min-width: 14px;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-pack: center;
  justify-content: center;
  margin-right: 4px;
}

.destination-item-sep {
  font-size: 8px;
  color: #e35e00;
}

.destination-item-bottom {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e35e00;
  display: -moz-box;
  display: flex;
  gap: 10px;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.destination-item-bottom a {
  align-self: center;
  min-width: 24px;
  height: 24px;
  display: -moz-box;
  display: flex;
  color: #e35e00;
}

.destination-item-bottom a i {
  margin: auto;
  font-size: 9px;
}

.destination-item-bottom a:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}

.destination-item-bottom a:hover {
  text-decoration: none;
  color: #414141;
}

.destination-item-data > * + * {
  margin-top: 8px;
}

.destination-item-distance {
  font-size: 14px;
  line-height: 0.99;
}

.destination-item-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 0.99;
  color: #414141;
}

.section {
  padding: 100px 0;
  margin-top: 40px;
}

.section-top {
  margin-bottom: 60px;
}

.section-top h2,
.section-top .h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.section-supertitle {
  border: 1px solid #e46104;
  padding: 5px 17px;
  border-radius: 50px;
  font-size: 14px;
  color: #e35e00;
  display: inline-block;
  margin-bottom: 24px;
}

.conditions-media {
  position: relative;
  overflow: hidden;
  border-radius: 11px;
}

.conditions-media img {
  border-radius: 11px;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}

.conditions-media a {
  position: absolute;
  inset: 0;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
}

.conditions-media a:hover {
  text-decoration: none;
}

.conditions-media a i {
  margin: auto;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 200px;
  width: 48px;
  height: 48px;
  font-size: 18px;
  display: -moz-box;
  display: flex;
}

.conditions-media a i:before {
  margin: auto;
  position: relative;
  left: 1px;
}

.conditions-media:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.conditions-slider {
  margin-top: 60px;
  padding-left: -moz-calc((100vw - 1213px) / 2);
  padding-left: calc((100vw - 1213px) / 2);
  padding-right: -moz-calc((100vw - 1170px) / 2);
  padding-right: calc((100vw - 1170px) / 2);
}

.condition-slide {
  padding: 24px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: auto;
}

.condition-slide.is-current {
  background: #e35e00;
  color: #f8d8c2;
}

.condition-slide.is-current .condition-slide-title {
  color: #fff;
}

.condition-slide.is-current .condition-slide-icon svg path {
  stroke: #f1ae7f;
}

.condition-slide-title {
  margin-bottom: 0 !important;
}

.condition-slide-head {
  margin-bottom: 16px;
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
  align-items: flex-start;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.condition-slide-icon {
  width: 30px;
  flex-shrink: 0;
}

.slider-sep {
  margin-top: 16px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.slider-sep:before {
  content: '';
  -moz-box-flex: 1;
  flex-grow: 1;
  border-top: 1px solid #e35e00;
}

.section-subtitle {
  margin-top: 4px;
}

.delivery-tab-content {
  margin: 24px 0;
}

.delivery-map {
  display: grid;
  -moz-box-pack: center;
  justify-content: center;
  height: 0;
  overflow: hidden;
}

.delivery-map.active {
  height: auto;
}

.delivery-map > * {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 1;
}

.delivery-map svg {
  display: block;
}

.delivery-map svg path {
  will-change: stroke-dashoffset;
}

.delivery-head {
  background: #e35e00;
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
}

.delivery-image {
  position: absolute;
  right: 60px;
  top: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 42%;
}

.delivery-title {
  color: #fff;
  opacity: 0.77;
  font-weight: 500;
  margin: 0 !important;
}

.delivery-control {
  margin-top: 32px;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  color: #fff;
}

.delivery-control-vladivostok {
  -moz-box-flex: 1;
  flex-grow: 1;
}

.delivery-control-zabajkalsk {
  width: 100%;
}

.delivery-subtitle {
  font-weight: 500;
  margin-bottom: 24px;
}

.delivery-tabs-control {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.delivery-tabs-control a {
  border: 1px solid #fff;
  border-radius: 42px;
  padding: 7px 15px 7px 15px;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  line-height: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.delivery-tabs-control a:hover {
  text-decoration: none;
  background: #fff;
  color: #e35e00;
}

.delivery-tabs-control a:hover .icomoon-local:before {
  color: #e35e00;
}

.delivery-tabs-control a:hover .icomoon-local:after {
  color: #fff;
}

.delivery-tabs-control .active a {
  text-decoration: none;
  background: #fff;
  color: #e35e00;
}

.delivery-tabs-control .active a .icomoon-local:before {
  color: #e35e00;
}

.delivery-tabs-control .active a .icomoon-local:after {
  color: #fff;
}

.delivery-sep {
  font-size: 9px;
  position: relative;
  top: 1px;
}

.delivery-from {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  gap: 8px;
}

.delivery-from .icomoon-local {
  font-size: 14px;
}

.delivery-from .icomoon-local:before {
  color: #fff;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.delivery-from .icomoon-local:after {
  color: #e35e00;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.delivery-form-wrap {
  display: none;
  margin: 40px -20px -28px;
  border-radius: 16px;
  background: #fff;
  padding: 24px;
}

.input-border-gray [type="text"],
.input-border-gray [type="email"],
.input-border-gray [type="tel"],
.input-border-gray [type="password"],
.input-border-gray [type="number"],
.input-border-gray [type="url"],
.input-border-gray [type="search"] {
  border-color: #686868;
}

.delivery-form-inner {
  display: -moz-box;
  display: flex;
  gap: 70px;
}

.delivery-form {
  -moz-box-flex: 1;
  flex-grow: 1;
}

.delivery-form-title {
  margin: 0 !important;
  color: #e35e00;
  opacity: 0.77;
  font-weight: 500;
  white-space: nowrap;
}

.delivery-form-supertitle {
  border: 1px solid #e46104;
  padding: 5px 17px;
  border-radius: 50px;
  font-size: 14px;
  color: #e35e00;
  display: inline-block;
  margin-bottom: 24px;
}

.form-row {
  display: -moz-box;
  display: flex;
  gap: 10px;
}

.form-row .form-submit {
  white-space: nowrap;
}

.form-row .form-submit button {
  text-transform: none;
  padding-left: 45px;
  padding-right: 45px;
}

.form-row .form-submit button i {
  position: relative;
  top: 2px;
}

.form-row .form-input {
  -moz-box-flex: 1;
  flex-grow: 1;
}

.form-row-konf {
  margin-top: 20px;
}

.dev-copy {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.53);
}

.dev-copy a {
  color: rgba(255, 255, 255, 0.53);
}

.dev-copy > * {
  margin-left: 15px;
}

.dev-copy-left {
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  line-height: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
}

.dev-copy-left:hover {
  color: #fff;
}

.dev-copy-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.dev-copy-logo {
  margin-right: 10px;
}

.dev-copy-text:before {
  content: '';
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
  border-right: 1px solid rgba(255, 255, 255, 0.53);
}

.dev-copy-text {
  position: relative;
  padding-right: 15px;
}

.dev-copy-right {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  line-height: 1;
}

.dev-copy-right a {
  font-weight: 400;
}

.dev-copy-site {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  margin-right: 15px;
}

.dev-copy-site i {
  font-size: 15px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.dev-copy-site a {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  white-space: nowrap;
}

.dev-copy-right a:hover {
  text-decoration: none;
}

.dev-copy-mess {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
}

.dev-copy-mess a:hover {
  text-decoration: none;
}

.dev-copy-mess li {
  flex-shrink: 0;
}

.dev-copy-mess li:not(:last-child) {
  margin-right: 15px;
}

.dev-copy-mess i {
  display: block;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.inner-page {
  margin-top: 40px;
}

.individual-route-wrap {
  padding-top: 40px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.individual-route {
  background: #f6f6f6;
  border-radius: 24px;
  padding: 40px;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.individual-route-info {
  width: -moz-calc(57% - 20px);
  width: calc(57% - 20px);
}

.individual-route-form {
  width: -moz-calc(43% - 20px);
  width: calc(43% - 20px);
}

.individual-route-title {
  margin-bottom: 0 !important;
}

.individual-route-descr {
  margin-top: 40px;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 64px;
  font-size: 14px;
}

.individual-route-subtitle {
  color: #e35e00;
  margin-bottom: 0 !important;
  font-family: 'Manrope';
  font-weight: 600;
}

.target {
  position: relative;
  top: -20px;
}

.route-row {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.route-col {
  position: relative;
  -moz-box-flex: 1;
  flex-grow: 1;
}

.route-col input {
  padding-left: 95px;
}

.route-col input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.route-col input:focus {
  text-overflow: clip;
}

.route-from {
  position: absolute;
  z-index: 1;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  padding-left: 16px;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  line-height: 0.875;
}

.route-from span {
  margin-right: 4px;
}

.route-from i {
  font-size: 13px;
  position: relative;
  top: 1px;
}

.route-from i:before {
  color: #686868;
}

.route-sep {
  color: #e35e00;
  font-size: 11px;
}

.transport-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
  align-items: flex-end;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 0 !important;
}

.transport-image {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  background: url(../images/logo-olimp.svg) no-repeat bottom center/contain;
}

.transport-img {
  max-width: 50%;
  position: relative;
  margin-bottom: -24px;
}

.transport-row {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -10px;
}

.transport-left {
  width: 50%;
  background: #f3f3f3;
  padding: 32px;
}

.transport-right {
  width: 50%;
  background: #e46104;
  color: #fff;
  padding: 32px;
}

.transport-right a,
.transport-right .h3 {
  color: #fff;
}

.transport-right .h3 {
  font-family: 'Manrope';
  text-transform: uppercase;
}

.transport-docs {
  padding: 0;
  list-style: none;
}

.transport-docs li + li {
  margin-top: 16px;
}

.transport-docs a {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #f1b081;
  padding-bottom: 6px;
}

.transport-docs a:hover {
  text-decoration: none;
  color: #f8d8c2;
}

.transport-docs a span {
  -moz-box-flex: 1;
  flex-grow: 1;
}

.transport-docs .icomoon-download {
  font-size: 12px;
  margin-right: 6px;
}

.filter-rev-btns-wrap {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.filter-rev-btns {
  margin-left: -16px;
  margin-bottom: -16px;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-flex: 1;
  flex-grow: 1;
}

.filter-rev-btn {
  margin-left: 16px;
  margin-bottom: 16px;
  padding: 10px 15px;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  background: #F3F3F3;
  text-align: left;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter-rev-btn:hover {
  border-color: #e35e00;
}

.filter-rev-btn > b {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.02em;
  display: block;
  font-family: 'Uncage';
}

.filter-rev-btn span {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
}

.filter-rev-btn span b {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  margin-right: 6px;
}

.filter-rev-btn span b:after {
  content: '';
  border-left: 1px solid currentColor;
  margin: auto 0 auto 6px;
  height: 10px;
}

.filter-rev-btn span b i {
  font-size: 15px;
  margin-right: 5px;
}

.filter-rev-btn.active {
  background: #e35e00 !important;
  border-color: #e35e00 !important;
}

.filter-rev-btn.active > b {
  color: #fff;
}

.filter-rev-btn.active > b img {
  -webkit-filter: invert(1) brightness(1.2) contrast(4.2);
  filter: invert(1) brightness(1.2) contrast(4.2);
}

.filter-rev-btn.active span b {
  color: #F8D8C2;
}

.filter-rev-btn.active span {
  color: #F8D8C2;
}

.section-content-rev-text {
  margin-top: 40px;
}

.slide-rev {
  height: auto;
  padding: 24px 24px 140px;
  position: relative;
  border-radius: 10px;
}

.slide-ya {
  background: #e35e00;
  color: #fff;
}

.slide-ya .slide-rev-top {
  border-bottom: 1px solid #fff;
}

.slide-ya .slide-rev-btn a {
  color: #fff;
}

.slide-rev-btn {
  margin-top: 20px;
  font-weight: 600;
}

.slide-rev-btn a {
  text-decoration: underline;
}

.slide-rev-btn a:hover {
  text-decoration: none;
}

.slide-rev-short-inner {
  min-height: 160px;
}

.slide-gis {
  background: #f3f3f3;
}

.slide-gis .slide-rev-top {
  border-bottom: 1px solid #e35e00;
}

.slide-rev-top {
  padding-bottom: 24px;
  margin-bottom: 40px;
}

.slide-rev-bottom {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  min-height: 98px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  color: #414141;
}

.slide-video {
  height: auto;
  display: grid;
}

.slide-video > * {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 1;
}

.slide-video img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.rev-slide-video-inner {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.rev-slide-video-link {
  -moz-box-flex: 1;
  flex-grow: 1;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.rev-slide-video-link:hover {
  text-decoration: none;
}

.rev-slide-video-link:hover i {
  background: #e35e00;
  color: #F3F3F3;
}

.rev-slide-video-link i {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 200px;
  width: 48px;
  height: 48px;
  display: -moz-inline-box;
  display: inline-flex;
  font-size: 18px;
  color: #e35e00;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.rev-slide-video-link i:before {
  margin: auto;
}

.slide-rev-ava {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  font-weight: 500;
  display: -moz-inline-box;
  display: inline-flex;
  text-align: center;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  line-height: 0.6;
  background: #e46104;
  color: #fff;
}

.slide-rev-video-bottom {
  position: static !important;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.slide-rev-author {
  font-weight: 500;
  margin-bottom: 8px;
}

.slide-rev-rating {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  color: #686868;
}

.slide-rev-stars {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
}

.slide-rev-stars:after {
  content: '';
  border-left: 1px solid currentColor;
  margin: auto 6px;
  height: 10px;
}

.slide-rev-stars i {
  font-size: 13px;
  position: relative;
  z-index: 1;
  margin-right: 8px;
}

.slide-rev-bottom-inner {
  display: -moz-box;
  display: flex;
  gap: 16px;
}

.section-orange {
  background: #e46104;
  border-radius: 34px;
  color: #f1b081;
}

.section-orange .section-top h2 {
  color: #fff;
}

.section-orange .section-supertitle {
  color: #e46104;
  border-color: #fff;
  background: #fff;
}

.steps-row {
  display: -moz-box;
  display: flex;
}

.step-count {
  -moz-box-flex: 1;
  flex-grow: 1;
  color: #fff;
  opacity: 0.49;
  font-size: 32px;
  line-height: 1;
  font-family: 'Uncage';
  margin-bottom: 12vw;
}

.step-title {
  color: #f1b081;
  margin-bottom: 0 !important;
}

.step-col {
  width: 100%;
  padding: 24px 16px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.step-col:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.step-col.active {
  background: #fff;
  color: #686868;
}

.step-col.active .step-title {
  color: #414141;
}

.step-col.active .step-descr {
  max-height: 1000px;
  padding-top: 16px;
}

.step-col.active .step-count {
  color: #e46104;
  opacity: 1;
}

.uk-notouch .step-col:hover {
  background: #fff;
  color: #686868;
}

.uk-notouch .step-col:hover .step-title {
  color: #414141;
}

.uk-notouch .step-col:hover .step-count {
  color: #e46104;
}

.step-descr {
  max-height: 0;
  overflow: hidden;
}

.steps-wrap {
  position: relative;
}

.steps-image {
  position: absolute;
  top: 80px;
  width: 30vw;
  -moz-transition: left .5s ease;
  transition: left .5s ease;
  pointer-events: none;
}

.step-col:first-child.active:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10000px;
  left: -10000px;
  background: #fff;
}

.section-gray {
  background: #F3F3F3;
  border-radius: 34px;
}

.guarantees-wrap {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.guarantees-images {
  width: -moz-calc(56% - 15px);
  width: calc(56% - 15px);
}

.guarantees-descr {
  width: -moz-calc(44% - 15px);
  width: calc(44% - 15px);
  max-width: 440px;
  display: -moz-box;
  display: flex;
}

.guarantees-slide-photo-mob {
  display: none;
}

.guarantees-slider-thumbs {
  -moz-box-flex: 1;
  flex-grow: 1;
}

.guarantees-slider-thumbs .swiper-wrapper {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -moz-box-flex: 1;
  flex-grow: 1;
  -moz-box-pack: justify;
  justify-content: space-between;
  height: auto !important;
}

.guarantees-slide-thumb {
  height: auto !important;
  cursor: pointer;
  padding: 24px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.guarantees-slide-thumb + .guarantees-slide-thumb {
  margin-top: 20px;
}

.guarantees-slide-title {
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 16px !important;
  font-weight: 400;
}

.faq-section-top {
  margin-bottom: 0;
  max-width: 460px;
}

.faq-row {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.faq-add {
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  align-self: flex-end;
}

.faq-wrap {
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}

.faq-item {
  border-bottom: 1px solid #d8d8d8;
}

.faq-item + .faq-item {
  margin-top: 40px;
}

.faq-item-answer-inner {
  padding: 10px 0 20px;
  line-height: 1.26;
}

.faq-item-question {
  padding: 0 0 8px 0;
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  align-items: center;
  line-height: 1.25;
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #414141;
}

.faq-item-question:hover span {
  background: rgba(166, 186, 208, 0.3);
}

.faq-item-question.active {
  color: #e46104;
}

.faq-item-question.active span i {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq-item-question b {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.19;
  margin-right: 15px;
}

.faq-item-question span {
  border: 1px solid transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -moz-box;
  display: flex;
  flex-shrink: 0;
  font-size: 9px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq-item-question span i {
  margin: auto;
  display: block;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #e46104;
}

.faq-add-select {
  position: relative;
  margin-left: 8px;
}

.faq-add-select.is-open .faq-add-select-active span {
  display: none;
}

.faq-add-select-items {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 50px 10px 10px;
  background: #f3f3f3;
  border: 1px solid #e35e00;
  border-radius: 200px;
  min-width: 44px;
}

.faq-add-select-item {
  display: block;
  cursor: pointer;
  padding: 5px 1px;
  border: none;
}

.faq-add-select-item svg,
.faq-add-select-item img {
  width: 20px;
}

.faq-add-select-item svg path {
  fill: #686868;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq-add-select-item:hover svg path {
  fill: #000;
}

.faq-add-select-item img,
.faq-add-select-active img {
  display: block;
}

.faq-add-btns {
  margin-top: 27px;
}

.faq-add-btn {
  position: relative;
}

.faq-add-main-link {
  width: 100%;
  padding-right: 80px;
}

.faq-add-select {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
}

.faq-add-select-active-icon img,
.faq-add-select-active-icon svg {
  width: 20px;
  flex-shrink: 0;
  margin-right: 4px;
}

.faq-add-select-active {
  height: 100%;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  line-height: 0.8;
  cursor: pointer;
  padding: 2px 10px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e46104;
  min-width: 44px;
  position: relative;
  z-index: 11;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq-add-select-active svg path {
  fill: #e46104;
}

.faq-add-select-active:hover {
  background: #F3F3F3;
}

.faq-add-select-active i {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: -moz-inline-box;
  display: inline-flex;
  color: #e35e00;
  font-size: 8px;
  padding-top: 1px;
}

.faq-add-select-active i:before {
  margin: auto;
}

.faq-add-inner {
  background: #f3f3f3;
  max-width: 384px;
  padding: 24px;
}

.faq-add-title {
  font-size: 24px;
  line-height: 1.03;
  color: #130835;
}

.faq-add-subtitle {
  margin-top: 8px;
  margin-bottom: 34px;
}

.error-page {
  text-align: center;
  margin: 125px 0;
}

.error-title {
  font-size: 288px;
  line-height: 0.8;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: normal;
  color: #e35e00;
}

.error404 .footer,
.error404 .inner-page {
  margin: 0;
}

.error-text {
  font-size: 30px;
  font-weight: 600;
}

.error-link {
  margin-top: 50px;
}

.error-link a {
  padding-left: 30px;
  padding-right: 30px;
}

.section-partners > .wrapper > .section-top {
  max-width: 550px;
}

.section-partners > .wrapper > .section-top h2 {
  max-width: 480px;
}

.partners-slide-title {
  margin-bottom: 0 !important;
  font-weight: 400;
}

.partners-slide-head {
  -moz-box-flex: 1;
  flex-grow: 1;
  min-height: 140px;
}

.partners-slide-head:not(:last-child) {
  margin-bottom: 24px;
}

.partners-slide {
  padding: 16px;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: auto;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.partners-slide.is-current {
  background: #e35e00;
  color: #f8d8c2;
}

.partners-slide.is-current .partners-slide-title {
  color: #fff;
}

.partners-slide.is-current .partners-slide-footnote div {
  color: #f8d8c2;
  border-color: #f8d8c2;
}

.partners-slide-descr {
  margin-top: 8px;
}

.partners-slider {
  padding-left: -moz-calc((100vw - 1213px) / 2);
  padding-left: calc((100vw - 1213px) / 2);
  padding-right: -moz-calc((100vw - 1400px) / 2);
  padding-right: calc((100vw - 1400px) / 2);
}

.partners-slide-footnote div {
  font-size: 14px;
  line-height: 0.9;
  color: #e46104;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #e35e00;
  border-radius: 20px;
}

.section-inner {
  margin-top: 100px;
}

.discuss-partners {
  background: #fff;
  border-radius: 18px;
  padding: 48px;
}

.discuss-partners [type="text"],
.discuss-partners [type="email"],
.discuss-partners [type="tel"],
.discuss-partners [type="password"],
.discuss-partners [type="number"],
.discuss-partners [type="url"],
.discuss-partners [type="search"] {
  border-color: #F3F3F3;
}

.discuss-partners-top {
  display: -moz-box;
  display: flex;
  -moz-box-align: start;
  align-items: flex-start;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.discuss-partners-img {
  margin-top: -63px;
  margin-right: -116px;
}

.discuss-partners-image {
  max-width: 50%;
}

.to-top {
  width: 54px;
  height: 54px;
  position: fixed;
  bottom: -180px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  line-height: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
  border-radius: 10px;
  color: #e35e00;
  box-shadow: 0 0 5px 1px rgba(11, 11, 11, 0.3);
  font-size: 20px;
}

.to-top:hover {
  background: #F3F3F3;
}

.to-top i {
  margin: auto;
}

.to-top.show {
  bottom: 5%;
}

.to-top.to-top-down {
  -moz-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }

  .header-wrap {
    position: static !important;
  }
}

@media screen and (min-width: 961px) {
  .large-visible {
    display: none !important;
  }

  .guarantees-slide-thumb:hover,
  .guarantees-slide-thumb.swiper-slide-thumb-active {
    color: #f8d8c2;
    background: #e46104;
  }

  .guarantees-slide-thumb:hover .guarantees-slide-title,
  .guarantees-slide-thumb.swiper-slide-thumb-active .guarantees-slide-title {
    color: #fff;
  }
}

@media screen and (min-width: 1241px) {
  .main-banner-subtitle {
    font-size: 20px;
  }

  .delivery-top {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1360px) {
  .discuss-partners-img {
    margin-right: -65px;
  }
}

@media screen and (max-width: 1240px) {
  * + h1,
  * + h2,
  * + h3,
  * + h4,
  * + h5,
  * + h6,
  * + .h1,
  * + .h2,
  * + .h3,
  * + .h4,
  * + .h5,
  * + .h6 {
    margin-top: 35px;
  }

  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter,
  img.alignnone,
  img.size-full {
    border-radius: 20px;
  }

  .header-center {
    margin-right: 0;
  }

  .header-btn a {
    font-size: 14px;
    white-space: nowrap;
  }

  .footer-info {
    padding-right: 30px;
    width: 31%;
  }

  .footer-right {
    padding-left: 30px;
    width: 69%;
  }

  .footer-links-col li + li,
  .footer-links-col p + p {
    margin-top: 5px;
  }

  .copyright {
    margin-top: 20px;
  }

  .footer-data {
    margin-top: 30px;
  }

  .footer {
    padding: 50px 0;
  }

  .footer-links-col li a,
  .footer-links-col p {
    padding: 5px 0;
  }

  .main-banner {
    padding: 40px 0 60px;
  }

  .popap-supertitle {
    margin-bottom: 20px;
  }

  .call-back-left {
    padding: 30px;
  }

  .call-back-right {
    padding: 30px;
  }

  .call-back-form {
    margin-top: 40px;
  }

  .destinations-row {
    gap: 20px 0;
    margin-left: -20px;
  }

  .destination-item {
    width: -moz-calc(25% - 20px);
    width: calc(25% - 20px);
    margin-left: 20px;
  }

  .destination-item-head {
    margin-bottom: 20px;
  }

  .destination-item-from {
    font-size: 14px;
  }

  .section {
    padding: 60px 0;
    margin-top: 30px;
  }

  .section-top {
    margin-bottom: 40px;
  }

  .section-supertitle {
    margin-bottom: 20px;
  }

  .conditions-slider {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .condition-slide {
    padding: 20px;
  }

  .delivery-tab-content {
    margin: 20px 0;
  }

  .delivery-head {
    padding: 20px;
  }

  .delivery-control {
    margin-top: 24px;
    gap: 20px;
  }

  .delivery-subtitle {
    margin-bottom: 20px;
  }

  .delivery-form-wrap {
    margin: 30px -16px -16px;
    padding: 20px;
  }

  .delivery-form-inner {
    gap: 20px;
  }

  .delivery-form-supertitle {
    margin-bottom: 20px;
  }

  .form-row .form-submit button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dev-copy {
    margin-top: 40px;
  }

  .individual-route {
    border-radius: 20px;
    padding: 24px;
    gap: 24px;
  }

  .individual-route-info {
    width: -moz-calc(57% - 12px);
    width: calc(57% - 12px);
  }

  .individual-route-form {
    width: -moz-calc(43% - 12px);
    width: calc(43% - 12px);
  }

  .individual-route-descr {
    margin-top: 30px;
    gap: 30px;
  }

  .transport-img {
    margin-bottom: -16px;
  }

  .transport-left {
    padding: 24px;
  }

  .transport-right {
    padding: 24px;
  }

  .section-content-rev-text {
    margin-top: 30px;
  }

  .slide-rev-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .step-col {
    padding: 20px 16px;
  }

  .steps-image {
    top: 60px;
  }

  .guarantees-slide-thumb {
    padding: 20px;
  }

  .faq-item + .faq-item {
    margin-top: 20px;
  }

  .faq-item-question b {
    font-size: 18px;
  }

  .faq-add-btns {
    margin-top: 24px;
  }

  .faq-add-inner {
    padding: 20px;
  }

  .faq-add-subtitle {
    margin-bottom: 24px;
  }

  .error-page {
    margin: 100px 0;
  }

  .partners-slide {
    padding: 20px;
  }

  .partners-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-inner {
    margin-top: 60px;
  }

  .discuss-partners {
    padding: 30px;
  }

  .discuss-partners-img {
    margin-top: -43px;
    margin-right: -45px;
  }
}

@media screen and (max-width: 1024px) {
  .destination-item {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 1023px) {
  .delivery-form-inner {
    flex-wrap: wrap;
  }

  .delivery-form-info,
  .delivery-form {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .large-hidden {
    display: none !important;
  }

  .header-right .header-contacts,
  .header-right .header-btn {
    display: none;
  }

  .mob-menu {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
  }

  .mob-menu span {
    height: 2px;
    background: #E35E00;
    width: 100%;
  }

  .mob-menu span + span {
    margin-top: 5px;
  }

  .offcanvas-bottom .header-mess {
    margin-right: 0;
    -moz-box-pack: center;
    justify-content: center;
  }

  .offcanvas-bottom .header-mess:before {
    display: none;
  }

  .header {
    padding-top: 0;
  }

  .footer-info {
    padding-right: 0;
    width: 100%;
    border-right: none;
  }

  .footer-right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .copyright,
  .footer-logo {
    text-align: center;
  }

  .footer-contacts,
  .footer-mess {
    -moz-box-pack: center;
    justify-content: center;
  }

  .footer-data {
    margin-top: 24px;
    border-bottom: 1px solid #f8d8c2;
    padding-bottom: 20px;
  }

  .footer {
    padding: 30px 0;
  }

  .delivery-image {
    right: 20px;
  }

  .dev-copy {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .dev-copy-right {
    margin-top: 10px;
  }

  .dev-copy-text {
    padding-right: 0;
  }

  .dev-copy-text:before {
    display: none;
  }

  .dev-copy-mess i {
    font-size: 16px;
  }

  .dev-copy-mess {
    position: relative;
    top: -1px;
  }

  .filter-rev-btns-wrap {
    flex-wrap: wrap;
  }

  .filter-rev-slider-btns {
    width: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
  }

  .guarantees-images {
    display: none !important;
  }

  .guarantees-descr {
    width: 100%;
    max-width: none;
  }

  .guarantees-slider-thumbs .swiper-wrapper {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
  }

  .guarantees-slide-thumb {
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-top: 0 !important;
    padding: 0;
  }

  .guarantees-slide-photo-mob {
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 20px;
  }

  * + h1,
  * + h2,
  * + h3,
  * + h4,
  * + h5,
  * + h6,
  * + .h1,
  * + .h2,
  * + .h3,
  * + .h4,
  * + .h5,
  * + .h6 {
    margin-top: 25px;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  [type="text"],
  [type="email"],
  [type="tel"],
  [type="password"],
  [type="number"],
  [type="url"],
  [type="search"] {
    height: 40px;
  }

  .videoadapt-wrap + p,
  .videoadapt-wrap + div,
  .videoadapt-wrap + span,
  .videoadapt-wrap + ul,
  .videoadapt-wrap + figure,
  .videoadapt-wrap + ol {
    margin-top: 20px;
  }

  * + .videoadapt-wrap {
    margin-top: 20px;
  }

  .btn-orange {
    font-size: 14px;
    min-height: 40px;
  }

  .btn-orange-outline {
    font-size: 14px;
    min-height: 40px;
  }

  .mobile-hidden {
    display: none !important;
  }

  .alignleft {
    margin-right: 15px;
    margin-bottom: 5px;
  }

  .alignright {
    margin-left: 15px;
    margin-bottom: 5px;
  }

  .header-wrap {
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header-wrap.sticky-active {
    background: #e46104;
    border-radius: 0 0 10px 10px;
  }

  .header-wrap.sticky-active .header-row {
    border-color: transparent;
  }

  .header-wrap.sticky-active .site-logo,
  .header-wrap.sticky-active .mob-menu {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .site-logo,
  .mob-menu {
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .main-banner {
    padding: 20px 0 40px;
  }

  .main-banner-info {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    text-align: center;
    -moz-box-align: center;
    align-items: center;
  }

  .main-banner-head {
    max-width: 460px;
  }

  .call-back-left {
    width: 100%;
    border-radius: 20px;
  }

  .call-back-right {
    display: none;
  }

  .call-back-form {
    margin-top: 30px;
  }

  .section {
    padding: 40px 0;
    margin-top: 20px;
  }

  .section-top {
    margin-bottom: 30px;
  }

  .conditions-slider {
    margin-top: 30px;
  }

  .delivery-top {
    margin-bottom: 50px;
  }

  .form-row-konf {
    margin-top: 8px;
  }

  .form-row {
    flex-wrap: wrap;
  }

  .form-row .form-input,
  .form-row .form-submit {
    width: 100%;
  }

  .dev-copy {
    margin-top: 30px;
  }

  .target {
    top: -100px;
  }

  .individual-route-info {
    width: 100%;
  }

  .individual-route-form {
    width: 100%;
  }

  .individual-route-descr {
    gap: 20px;
  }

  .filter-rev-btns {
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: nowrap;
    padding-left: 10px;
    padding-right: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .filter-rev-btn {
    margin-left: 10px;
    width: auto;
    flex-shrink: 0;
    padding: 10px;
  }

  .filter-rev-btn span {
    margin-top: 5px;
    font-size: 12px;
  }

  .filter-rev-btn b {
    font-size: 14px;
  }

  .section-content-rev-text {
    margin-top: 20px;
  }

  .reviews-slider {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-orange {
    border-radius: 24px;
  }

  .steps-image {
    display: none !important;
  }

  .steps-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }

  .step-col {
    min-width: 1px;
    width: auto;
  }

  .step-col:first-child.active:before {
    display: none;
  }

  .step-col:nth-child(2) {
    border-right: none;
  }

  .step-col:nth-child(3),
  .step-col:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .step-count {
    margin-bottom: 50px;
  }

  .section-gray {
    border-radius: 24px;
  }

  .faq-item-question b {
    font-size: 16px;
  }

  .faq-add {
    width: 100%;
    -moz-box-ordinal-group: 3;
    order: 2;
  }

  .faq-wrap {
    width: 100%;
  }

  .faq-add-select-active i {
    padding-top: 2px;
  }

  .faq-add-inner {
    max-width: none;
  }

  .faq-add-title {
    font-size: 20px;
  }

  .error-page {
    margin: 60px 0;
  }

  .error-title {
    font-size: 144px;
    margin-bottom: 30px;
  }

  .error-link {
    margin-top: 30px;
  }

  .error-text {
    font-size: 24px;
  }

  .section-inner {
    margin-top: 40px;
  }

  .discuss-partners {
    padding: 24px;
  }

  .discuss-partners-top {
    flex-wrap: wrap;
  }

  .discuss-partners-image {
    -moz-box-ordinal-group: 0;
    order: -1;
    width: 100%;
    max-width: none;
    display: -moz-box;
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
  }

  .discuss-partners-img {
    max-width: 50%;
    margin-top: -37px;
    margin-right: -40px;
    min-width: 200px;
  }

  .to-top {
    width: 40px;
    height: 40px;
    font-size: 16px;
    right: 20px;
  }

  .to-top.show {
    bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .xSmallHidden {
    display: none !important;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 0;
  }

  .footer-links-col {
    width: 100%;
  }

  .footer-links-col + .footer-links-col {
    margin-top: 5px;
  }

  .destination-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .transport-top {
    flex-wrap: wrap;
    margin-bottom: 30px !important;
  }

  .transport-btn {
    width: 100%;
    text-align: right;
  }

  .transport-left,
  .transport-right {
    width: 100%;
  }

  .steps-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .step-col:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .step-col:not(:last-child) {
    border-right: none;
  }

  .guarantees-slide-thumb {
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
  }

  .guarantees-slide-photo-mob {
    margin-top: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  h1,
  .h1 {
    font-size: 24px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }

  .call-back-left {
    padding: 24px;
  }

  .delivery-top {
    margin-bottom: 40px;
  }

  .delivery-tab-content {
    margin-left: -20px;
    padding-left: 20px;
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .delivery-map {
    width: 500px;
    min-width: 500px;
  }

  .delivery-map img,
  .delivery-map svg {
    width: 500px;
    height: auto;
  }

  .dev-copy-logo {
    margin-right: 5px;
    padding-right: 5px;
  }

  .dev-copy-logo img {
    max-width: 53px;
  }

  .dev-copy-text {
    font-size: 12px;
  }

  .dev-copy-site {
    font-size: 13px;
    margin-right: 12px;
  }

  .dev-copy-mess li:not(:last-child) {
    margin-right: 12px;
  }

  .dev-copy-text {
    max-width: 158px;
  }

  .route-row {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative;
  }

  .route-sep {
    position: absolute;
    right: -18px;
    top: 20px;
  }

  .filter-rev-btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .slide-rev-short-inner {
    min-height: 1px;
  }
}

@media screen and (max-width: 359px) {
  .dev-copy-right {
    flex-wrap: wrap;
    -moz-box-pack: center;
    justify-content: center;
  }

  .dev-copy-mess {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .route-row {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative;
  }

  .route-sep {
    position: absolute;
    right: -18px;
    top: 20px;
  }

  .filter-rev-btns {
    margin-left: -8px;
  }

  .filter-rev-btn {
    margin-left: 8px;
    padding: 10px 5px;
  }

  .filter-rev-btn span {
    margin-top: 5px;
    font-size: 12px;
  }

  .filter-rev-btn b {
    font-size: 14px;
  }

  .filter-rev-btn img {
    height: 14px;
    width: auto;
  }
}