a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

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

body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before {
    content: '';
    content: none
}

q:after, q:before {
    content: '';
    content: none
}

a, span {
    display: inline-block
}

img {
    display: block
}

table {
    border-collapse: collapse;
    border-width: 0;
    padding: 0;
    margin: 0
}

html {
    height: auto;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

input, textarea {
    color: #333;
    outline: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    font-family: inherit
}

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

input[type=search] {
    -webkit-appearance: none
}

button {
    cursor: pointer;
    -webkit-appearance: none;
    outline: 0;
    border: none;
    background: 0 0;
    padding: 0;
    font-family: inherit
}

form, td {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    outline: 0;
    color: inherit
}

ul {
    list-style: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* {
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0
}

input:not([type=checkbox]):not([type=radio]), select, textarea {
    -webkit-appearance: none;
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

input::-ms-clear {
    display: none
}

@font-face {
    font-family: SFUIDisplay;
    src: url(../fonts/SFUIDisplay/SFUIDisplayLight.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SFUIDisplay;
    src: url(../fonts/SFUIDisplay/SFUIDisplayRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SFUIDisplay;
    src: url(../fonts/SFUIDisplay/SFUIDisplayMedium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SFUIDisplay;
    src: url(../fonts/SFUIDisplay/SFUIDisplayBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

[class*=" icon-"], [class^=icon-] {
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.icon-chat {
    width: 16px;
    height: 15px;
    fill: #2c2c2c
}

.icon-close {
    fill: #b1b7b9;
    width: 16px;
    height: 16px
}

.icon-exchange {
    width: 14px;
    height: 11px;
    fill: #000
}

.icon-search {
    width: 16px;
    height: 16px;
    fill: rgba(60, 60, 67, .6)
}

html {
    overflow-x: hidden
}

html.overflow {
    height: auto;
    position: relative;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch
}

html.overflow body {
    height: auto;
    position: relative;
    overflow: hidden !important
}

html.overflow .catalogue-nav {
    position: static
}

body {
    font-family: SFUIDisplay, sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #f1f4f5;
    line-height: 19px;
    color: #2c2c2c;
    min-width: 320px;
    margin: auto;
    position: relative;
    -webkit-overflow-scrolling: touch
}

body.bg--gray {
    background: #f0f5f2
}

button, input, textarea {
    font-family: SFUIDisplay, sans-serif
}

.wrapper {
    width: 100%;
    max-width: 1494px;
    display: block;
    margin: auto;
    padding: 0 30px
}

@media only screen and (max-width: 767px) {
    .wrapper {
        padding: 0 16px
    }
}

[class*=" flex-"], [class^=flex-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-c-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-s {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-s-b {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-s-b {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-c-b {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wb-title {
    margin-bottom: 17px;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: .5px
}

.wb-title span {
    display: block
}

.wb-title.sm {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: .43px
}

@media only screen and (max-width: 767px) {
    .wb-title {
        font-size: 26px;
        line-height: 1.31;
        letter-spacing: normal;
        margin-bottom: 11px
    }

    .wb-title.sm {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: .3px
    }
}

.wb-btn {
    height: 64px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .08px;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, box-shadow .3s;
    transition: border .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.wb-btn:not(.border):not(.btn-blue)::before {
    content: '';
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    background-image: linear-gradient(85deg, #ff8100 9%, #ff9500 50%, #ff8100 100%);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.wb-btn:not(.border):not(.btn-blue) > * {
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 1250px) {
    .wb-btn:not(.border):not(.btn-blue):hover:before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.wb-btn.border {
    height: 50px;
    font-size: 14px;
    letter-spacing: .06px;
    color: #fff;
    border: solid 2px #fff
}

@media only screen and (min-width: 1250px) {
    .wb-btn.border:hover {
        border-color: #ff8100
    }
}

.wb-btn.sm {
    height: 50px
}

.wb-btn.btn-blue {
    border: solid 1px #009eff;
    background-color: #009eff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 54px
}

@media only screen and (min-width: 1250px) {
    .wb-btn.btn-blue:hover {
        -webkit-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .16)
    }
}

button.wb-btn {
    display: block
}

.modal-btn {
    cursor: pointer
}

.breadcrumbs {
    position: relative
}

.breadcrumbs__item + .breadcrumbs__item {
    margin-left: 3px
}

.breadcrumbs__item + .breadcrumbs__item:before {
    content: '>';
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 3px
}

.breadcrumbs__item {
    display: inline;
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s;
    font-size: 12px;
    letter-spacing: .15px;
    color: #939398
}

.breadcrumbs__item a, .breadcrumbs__item span {
    display: inline
}

@media only screen and (min-width: 1025px) {
    .breadcrumbs__item:hover {
        color: #009eff !important
    }
}

.breadcrumbs__item:last-child {
    pointer-events: none
}

.wb-head {
    margin-bottom: 46px
}

@media only screen and (max-width: 767px) {
    .wb-head {
        margin-bottom: 22px
    }
}

.error-text {
    font-size: 11px;
    line-height: 1;
    color: #ff5c5c;
    margin-top: 5px;
    display: none
}

.error .error-text {
    display: block
}

.header {
    padding: 39px 0;
    margin-bottom: 17px
}

.header .logo {
    height: 66px;
    margin-right: 30px
}

.header .logo img {
    width: auto;
    height: 100%
}

.header__nav {
    margin-left: auto
}

.header__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid 1px #2c2c2c;
    padding: 6px 13px 7px 12px;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.header__nav li a {
    padding-left: 5px
}

.header__nav li svg {
    margin-right: 6px
}

.header__nav li + li {
    margin-left: 30px
}

@media only screen and (min-width: 1250px) {
    .header__nav li:hover {
        -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2)
    }
}

@media only screen and (max-width: 1250px) {
    .header {
        margin-bottom: 7px
    }
}

@media only screen and (max-width: 1023px) {
    .header {
        padding: 20px 0
    }

    .header .logo {
        height: 40px
    }

    .header__nav li + li {
        margin-left: 15px
    }
}

@media only screen and (max-width: 767px) {
    .header {
        padding: 17px 0;
        margin-bottom: 5px
    }

    .header__nav li:not(.modal-btn) {
        display: none
    }

    .header__nav li.modal-btn {
        margin: 0;
        position: fixed;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #fff;
        z-index: 2;
        -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
        border: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        right: 22px;
        bottom: 50px
    }

    .header__nav li.modal-btn span {
        display: none
    }

    .header__nav li.modal-btn svg {
        width: 22px;
        height: 21px;
        margin: 0
    }
}

.lang {
    text-transform: uppercase;
    margin-left: 30px;
    position: relative;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.lang__current {
    padding: 8px 14px 7px 9px;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.lang__current:before {
    content: '';
    display: block;
    position: absolute;
    right: 6px;
    top: 17px;
    width: 0;
    height: 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 3px solid #2c2c2c;
    -webkit-transition: margin .15s, -webkit-transform .15s;
    transition: margin .15s, -webkit-transform .15s;
    transition: transform .15s, margin .15s;
    transition: transform .15s, margin .15s, -webkit-transform .15s
}

.lang__dropdown {
    position: absolute;
    padding-top: 26px;
    width: 100%;
    border: solid 1px #2c2c2c;
    border-radius: 10px;
    top: 0;
    left: 0;
    height: auto;
    min-height: 100%;
    background: #f1f4f5
}

.lang__dropdown ul {
    -webkit-transition: max-height .3s;
    transition: max-height .3s;
    overflow: hidden;
    max-height: 0;
    width: 100%;
    padding: 0 14px 0 9px
}

.lang__dropdown ul li {
    -webkit-transition: color .3s;
    transition: color .3s;
    text-align: center;
    line-height: 19px;
    margin-top: 6px
}

.lang__dropdown ul li:last-child {
    margin-bottom: 7px
}

.lang__dropdown ul li a {
    width: 100%
}

@media only screen and (min-width: 1250px) {
    .lang__dropdown ul li:hover {
        color: #009eff
    }
}

.lang.active .lang__current:before {
    margin-top: -1px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.lang.active .lang__dropdown ul {
    max-height: 300px
}

@media only screen and (min-width: 1250px) {
    .lang:not(.active):hover {
        -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2)
    }
}

@media only screen and (max-width: 1023px) {
    .lang {
        margin-left: 15px
    }
}

.search-content {
    margin-bottom: 27px;
    background: #009eff;
    border-radius: 16px;
    padding: 35px
}

.search-content__fields {
    width: calc(100% + 17px);
    margin-left: -17px
}

.search-content__fields .search-switcher {
    margin: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    margin: 0 -26.5px 0 -9.5px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

@media only screen and (min-width: 1250px) {
    .search-content__fields .search-switcher:hover svg {
        fill: #009eff
    }
}

.search-content .wb-btn {
    width: calc(20.14% - 16px);
    margin-left: 16px
}

@media only screen and (max-width: 1250px) {
    .search-content__fields {
        width: calc(100% + 20px);
        margin: 0 0 -27px -20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .search-content__fields .search-switcher {
        margin: 14px -28px 0 -8px
    }

    .search-content .wb-btn {
        width: calc(50% - 20px);
        margin: 0 0 27px 20px
    }
}

@media only screen and (max-width: 767px) {
    .search-content {
        margin-left: -16px;
        width: calc(100% + 32px);
        border-radius: 0;
        margin-bottom: 22px;
        padding: 30px 28px
    }

    .search-content__fields {
        position: relative
    }

    .search-content__fields .search-switcher {
        position: absolute;
        margin: 0;
        top: 46px;
        right: 8px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .search-content .wb-btn {
        border-radius: 16px;
        height: 60px;
        width: 100%
    }
}

@media only screen and (max-width: 374px) {
    .search-content {
        padding: 30px 16px
    }
}

.search-field {
    width: calc(26.62% - 17px);
    margin-left: 17px;
    position: relative
}

.search-field.calendar-holder input {
    cursor: pointer
}

.search-field .search-label {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2)
}

.search-field .search-label .error-text {
    left: 16px
}

.search-field .search-label .icon {
    width: 17px;
    position: absolute;
    left: 16px;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

.search-field .search-label img {
    max-height: 18px;
    max-width: 18px
}

.search-field .placeholder {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: .08px;
    position: absolute;
    left: 42px;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s;
    color: #c1c1c7
}

.search-field .search-label__input {
    height: 64px;
    padding: 30px 42px 13px 42px;
    background: #fff;
    font-size: 18px;
    letter-spacing: .08px;
    color: #000;
    width: 100%;
    border: none;
    border-radius: inherit
}

.search-field .search-label__input.error {
    border: solid 1px #ff5c5c
}

.search-field .search-label__input.error ~ .placeholder {
    color: #ff5c5c
}

.search-field .search-label__input:focus ~ .placeholder, .search-field .search-label__input[value]:not([value=""]) ~ .placeholder {
    top: 19px !important;
    font-size: 13px !important;
    line-height: 13px !important
}

.search-field .mobile-content {
    display: none
}

.search-field__dropdown {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
    left: 0;
    z-index: 2;
    top: calc(100% + 21px);
    padding: 6px 11px 11px 15px;
    width: calc(100% + 33px);
    max-height: 328px;
    overflow-x: hidden;
    display: none;
    border-width: 4px 4px 4px 0;
    border-style: solid;
    border-color: transparent
}

.search-field__dropdown::-webkit-scrollbar {
    width: 4px
}

.search-field__dropdown::-webkit-scrollbar-track {
    background: #f1f4f5;
    border-radius: 2px
}

.search-field__dropdown::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #009eff
}

.search-field__dropdown li {
    cursor: pointer
}

.search-field__dropdown li .sub-list li {
    min-height: 39px;
    -webkit-transition: color .3s;
    transition: color .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 12px;
    position: relative;
    z-index: 1
}

.search-field__dropdown li .sub-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: calc(100% + 30px);
    background: #f4f5f6;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.search-field__dropdown li .sub-list li img {
    margin-right: 7px
}

@media only screen and (min-width: 1250px) {
    .search-field__dropdown li .sub-list li:hover:before {
        opacity: 1
    }
}

.search-field__dropdown li + li {
    border-top: solid 1px #eaeded
}

.search-field__dropdown .city {
    padding: 7px 12px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .08px;
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s;
    position: relative;
    z-index: 1
}

.search-field__dropdown .city:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: calc(100% + 30px);
    background: #f4f5f6;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.search-field__dropdown .city > .flex-c {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #b1b7b9;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 11px;
    line-height: 13px
}

.search-field__dropdown .city .region {
    font-weight: 500;
    letter-spacing: .08px;
    margin-right: 10px
}

.search-field__dropdown .city .contry {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .08px
}

@media only screen and (min-width: 1250px) {
    .search-field__dropdown .city:hover:before {
        opacity: 1
    }
}

.search-field.active .search-field__dropdown {
    display: block
}

@media only screen and (max-width: 1250px) {
    .search-field {
        width: calc(50% - 20px);
        margin: 0 0 27px 20px
    }

    .search-field__dropdown {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .search-field {
        width: 100%;
        margin-bottom: 25px
    }

    .search-field .mobile-content {
        display: block;
        position: relative
    }

    .search-field .mobile-content .title {
        font-size: 26px;
        font-weight: 300;
        line-height: 1.31;
        letter-spacing: normal;
        margin-bottom: 20px
    }

    .search-field .mobile-content .title.center {
        text-align: center;
        margin-bottom: 30px
    }

    .search-field .mobile-content .close {
        position: absolute;
        right: 0;
        top: 11px
    }

    .search-field .mobile-content input {
        width: 100%;
        height: 37px;
        border-radius: 10px;
        background-color: rgba(118, 118, 128, .12);
        border: none;
        font-size: 13px;
        letter-spacing: .1px;
        color: #838387;
        padding: 0 37px
    }

    .search-field .mobile-content .mobile-input {
        position: relative
    }

    .search-field .mobile-content .mobile-input svg {
        position: absolute;
        left: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .search-field__dropdown {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        max-height: 100%;
        z-index: 10;
        background: #f1f4f5;
        overflow: hidden;
        padding: 30px 23px;
        border: none;
        display: block;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        opacity: 0
    }

    .search-field__dropdown ul {
        height: calc(100% - 91px);
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }

    .search-field .search-label {
        border-radius: 16px
    }

    .search-field .search-label__input {
        padding-right: 45px;
        -webkit-transition: border .3s;
        transition: border .3s
    }

    .search-field.active .search-field__dropdown {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .search-field:not(.calendar-holder) {
        margin-bottom: 0;
        border-radius: 0
    }

    .search-field:not(.calendar-holder) .search-label {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .search-field:not(.calendar-holder) .search-label__input {
        border-radius: 16px 16px 0 0
    }

    .search-field:not(.calendar-holder) .search-label__input.error {
        border-width: 1px 1px 0 1px
    }

    .search-field:not(.calendar-holder) ~ .search-field:not(.calendar-holder) {
        margin-top: -1px
    }

    .search-field:not(.calendar-holder) ~ .search-field:not(.calendar-holder) .search-label {
        position: relative
    }

    .search-field:not(.calendar-holder) ~ .search-field:not(.calendar-holder) .search-label::after, .search-field:not(.calendar-holder) ~ .search-field:not(.calendar-holder) .search-label:before {
        content: '';
        display: block;
        position: absolute
    }

    .search-field:not(.calendar-holder) ~ .search-field:not(.calendar-holder) .search-label::after {
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 16px;
        z-index: -1;
        width: 100%;
        -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
        height: 126px
    }

    .search-field:not(.calendar-holder) ~ .search-field:not(.calendar-holder) .search-label:before {
        width: calc(100% - 93px);
        left: 49px;
        top: 0;
        height: 1px;
        background: #eaeded
    }

    .search-field:not(.calendar-holder) ~ .search-field:not(.calendar-holder) .search-label__input {
        border-radius: 0 0 16px 16px
    }

    .search-field:not(.calendar-holder) ~ .search-field:not(.calendar-holder) .search-label__input.error {
        border-width: 0 1px 1px 1px
    }

    .search-field.calendar-holder {
        margin-top: 25px
    }
}

@media only screen and (max-width: 374px) {
    .search-field__dropdown {
        padding: 30px 16px
    }
}

.form-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-label.error .form-label__input {
    border-color: #ff5c5c
}

.form-label.error .error-text {
    display: block
}

.form-label .error-text {
    font-size: 11px;
    line-height: 18px;
    color: #ff5c5c;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    display: none
}

.form-label__input {
    -webkit-transition: border .3s;
    transition: border .3s;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    min-height: 40px;
    height: 40px;
    background: 0 0;
    width: 100%;
    resize: none;
    border: none;
    border-bottom: 1px solid rgba(44, 44, 44, .25)
}

.form-label__input[type=tel] {
    font-weight: 400
}

.form-label__input:focus, .form-label__input[value] {
    border-bottom: 1px solid #2c2c2c
}

.form-label__input:focus ~ .form-label__placeholder, .form-label__input[value] ~ .form-label__placeholder {
    top: -7px !important;
    font-size: 12px !important;
    line-height: 18px !important
}

.form-label__placeholder {
    font-size: 14px;
    line-height: 23px;
    color: rgba(44, 44, 44, .7);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s
}

.form-label__text {
    font-size: 11px;
    line-height: 18px;
    color: rgba(0, 0, 0, .45);
    position: absolute;
    left: 0;
    top: calc(100% + 4px)
}

.form-label + .form-label {
    margin-top: 46px
}

.form-label textarea.form-label__input {
    -ms-overflow-style: none;
    padding-top: 7px;
    padding-bottom: 10px;
    scrollbar-width: none;
    max-height: 250px
}

.form-label textarea.form-label__input::-webkit-scrollbar {
    display: none
}

.date-calendar {
    position: absolute;
    left: 0;
    z-index: 2;
    top: calc(100% + 21px);
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
    padding: 0 16px 20px 16px;
    display: none
}

.date-calendar .date-list {
    display: none
}

@media only screen and (max-width: 767px) {
    .date-calendar {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        max-height: 100%;
        background: #f1f4f5;
        z-index: 10;
        overflow: hidden;
        padding: 30px 23px 42px 23px
    }

    .date-calendar .date-list {
        display: block;
        margin: 40px 0 0 -10px;
        width: calc(100% + 10px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }

    .date-calendar .date-list li {
        width: calc(33.33% - 10px);
        margin: 0 0 0 10px;
        border-radius: 12px;
        border: solid 1px #009eff;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: .05px;
        -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
        transition: color .3s, background .3s, -webkit-box-shadow .3s;
        transition: color .3s, box-shadow .3s, background .3s;
        transition: color .3s, box-shadow .3s, background .3s, -webkit-box-shadow .3s;
        color: #b1b7b9
    }

    .date-calendar .date-list li .day {
        width: 100%;
        margin-bottom: 2px;
        color: #009eff;
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .date-calendar .date-list li .text {
        text-transform: capitalize
    }

    .date-calendar .date-list li.active {
        color: #fff;
        -webkit-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .16);
        background: #009eff
    }

    .date-calendar .date-list li.active .day {
        color: #fff
    }
}

.date-calendar .ui-datepicker-multi {
    width: 100% !important
}

@media only screen and (max-width: 374px) {
    .date-calendar {
        padding: 30px 16px 42px 16px
    }
}

.ui-datepicker-header {
    height: 63px;
    width: 100%;
    padding: 0 30px;
    position: relative
}

.ui-datepicker-header .ui-datepicker-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    width: 100%;
    text-align: center;
    font-size: 18px;
    letter-spacing: .08px;
    color: #000
}

.ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    display: none !important
}

.ui-datepicker-header .ui-corner-all {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.ui-datepicker-header .ui-corner-all:before {
    content: '';
    display: block;
    position: absolute;
    content: '';
    display: block;
    border: solid #000;
    border-width: 0 1px 1px 0;
    margin: -1px 0 0 1px;
    display: inline-block;
    padding: 3px;
    left: 50%;
    top: 50%;
    -webkit-transition: border .3s;
    transition: border .3s
}

.ui-datepicker-header .ui-corner-all .ui-icon {
    display: none
}

.ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
    left: 4px
}

.ui-datepicker-header .ui-corner-all.ui-datepicker-prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    right: 4px
}

.ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

@media only screen and (min-width: 1250px) {
    .ui-datepicker-header .ui-corner-all:hover:before {
        border-color: #009eff
    }
}

@media only screen and (min-width: 768px) {
    .ui-datepicker-group:not(.ui-datepicker-group-first) {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    #dateCalendar {
        height: calc(100% - 130px);
        overflow-x: hidden
    }

    .ui-datepicker-group:not(.ui-datepicker-group-first) thead {
        display: none
    }

    .ui-datepicker-header {
        height: auto;
        padding: 5px 0
    }

    .ui-datepicker-header .ui-corner-all {
        display: none
    }

    .ui-datepicker-group-first, .ui-datepicker:not([class*=ui-datepicker-multi-]) {
        position: relative
    }

    .ui-datepicker-group-first .ui-datepicker-header, .ui-datepicker:not([class*=ui-datepicker-multi-]) .ui-datepicker-header {
        position: static;
        padding-top: 0
    }

    .ui-datepicker-group-first .ui-datepicker-title, .ui-datepicker:not([class*=ui-datepicker-multi-]) .ui-datepicker-title {
        position: absolute;
        left: 0;
        width: 100%;
        top: 32px;
        height: auto;
        padding-top: 23px;
        border-top: 1px solid #eaeded
    }

    .ui-datepicker-group-first th, .ui-datepicker:not([class*=ui-datepicker-multi-]) th {
        padding-bottom: 58px !important;
        border-bottom: none !important
    }
}

.ui-datepicker-calendar {
    width: 100%;
    table-layout: fixed;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.ui-datepicker-calendar th {
    font-size: 15px;
    letter-spacing: .07px;
    font-weight: 400;
    color: #b1b7b9;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeded
}

.ui-datepicker-calendar th:first-child {
    padding-left: 11px
}

.ui-datepicker-calendar th:last-child {
    padding-right: 11px
}

.ui-datepicker-calendar .ui-datepicker-unselectable.ui-state-disabled {
    color: #b1b7b9;
    pointer-events: none
}

.ui-datepicker-calendar tbody tr {
    height: 45px
}

.ui-datepicker-calendar td {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .07px;
    text-align: center;
    color: #000;
    padding: 6px 3px
}

.ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 auto 0
}

@media only screen and (min-width: 1250px) {
    .ui-datepicker-calendar td a.ui-state-default:hover, .ui-datepicker-calendar td span.ui-state-default:hover {
        color: #009eff
    }
}

.ui-datepicker-calendar td.ui-datepicker-today a {
    border: solid 1px #b1b7b9
}

.ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker-calendar td.ui-datepicker-current-day span {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    -webkit-box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .16);
    background-color: #009eff;
    border-color: #009eff;
    color: #fff !important;
    margin-top: -6px;
    margin-bottom: -6px;
    margin-left: -1px
}

@media only screen and (max-width: 1250px) {
    .ui-datepicker-calendar td.ui-datepicker-current-day a, .ui-datepicker-calendar td.ui-datepicker-current-day span {
        margin-left: auto
    }
}

.route {
    margin-bottom: 70px
}

.route__title {
    font-size: 16px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 46px
}

.route__title span {
    color: #009eff;
    letter-spacing: .2px;
    font-weight: 700;
    text-decoration: underline
}

.route-item {
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.route-item + .route-item {
    margin-top: 14px
}

.route-item__time {
    padding: 30px 0 13px 32px;
    width: 62.76%
}

@media only screen and (min-width: 1251px) {
    .route-item__time .city {
        width: 50%
    }

    .route-item__time .city ~ .city {
        width: calc(50% - 35px);
        margin-left: 35px
    }
}

.route-item__time .city .head {
    margin-bottom: 1px
}

.route-item__time .city .time {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 1.56px;
    color: #000
}

.route-item__time .city .date {
    margin-left: 6px;
    font-size: 12px;
    letter-spacing: .06px;
    color: #939398
}

.route-item__time .city__name {
    line-height: 21px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .08px;
    color: #000;
    margin-bottom: 1px;
    word-break: break-word
}

@media only screen and (min-width: 1251px) {
    .route-item__time .city__name {
        max-width: 305px
    }
}

.route-item__time .city .street {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .07px;
    color: #939398
}

.route-item__time .time-period {
    padding: 0 51px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .09px;
    color: #000;
    position: relative;
    margin: 7px 0 0 -175px;
    width: 175px;
    text-align: center
}

.route-item__time .time-period:after, .route-item__time .time-period:before {
    content: '';
    display: block;
    width: 42px;
    height: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/images/front_images/timeDots.svg) 50% 50%/contain no-repeat
}

.route-item__time .time-period:before {
    left: 0
}

.route-item__time .time-period:after {
    right: 0;
    -webkit-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1)
}

@media only screen and (min-width: 1366px) {
    .route-item__time .time-period {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }
}

.route-item__search {
    width: 37.24%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 35px 32px 31px 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.route-item__search .price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.route-item__search .price > * {
    width: 100%
}

.route-item__search .price-current {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .97px;
    color: #ff8100;
    margin-bottom: 2px;
    line-height: 31px
}

.route-item__search .price-old {
    font-size: 18px;
    text-decoration: line-through;
    letter-spacing: .67px;
    color: #939398;
    line-height: 21px
}

.route-item__search .wb-btn {
    margin-left: 45px;
    width: 274px
}

.route-item__info {
    width: 100%;
    display: none
}

.route-item__info .mobile-time {
    margin-bottom: 17px;
    display: none;
    padding: 0 12px
}

.route-item__info .mobile-time .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .11px;
    color: #000;
    margin-bottom: 4px
}

.route-item__info .mobile-time .title img {
    width: 10px;
    height: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 6px
}

.route-item__info .mobile-time .sum {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .08px;
    color: #939398
}

.route-item .mobile-info {
    display: none
}

.route-item .info-list {
    background: #f4f6f7;
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 8px 32px;
    position: relative;
    z-index: 1
}

.route-item .info-list .number {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.route-item .info-list .number .text {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: .08px;
    color: #939398;
    border-radius: 5px;
    padding: 3px 6px;
    border: solid 1px #c1c1c7
}

.route-item .info-list .number .hidden {
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .07px;
    color: #939398;
    width: 100%
}

.route-item .info-list .driver {
    width: calc(30.36% - 50px)
}

.route-item .info-list .driver .text {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .11px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.route-item .info-list .driver .text span {
    margin-left: 4px;
    letter-spacing: .11px;
    color: #939398
}

.route-item .info-list .driver .hidden {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .07px;
    color: #939398
}

.route-item .info-list .driver .hidden img {
    max-width: 110px;
    max-height: 28px;
    margin-top: -3px
}

.route-item .info-list .model .text {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .11px;
    color: #000;
    margin-bottom: 10px
}

.route-item .info-list .model__name {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .07px;
    color: #939398
}

.route-item .info-list .info {
    width: calc(69.64% - 50px)
}

.route-item .info-list .info .opener {
    border-radius: 16px;
    background-color: #009eff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .11px;
    color: #fff;
    line-height: 16px;
    cursor: pointer;
    right: 32px;
    top: -14px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    padding: 0 33px 0 18px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

@media only screen and (min-width: 1250px) {
    .route-item .info-list .info .opener:hover {
        -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2)
    }
}

.route-item .info-list .info .opener img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    width: 12px;
    right: 14px;
    height: 7px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.route-item .info-list .info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 15px;
    font-size: 13px;
    letter-spacing: .1px;
    color: #000;
    max-width: calc(100% - 150px);
    width: 582px
}

.route-item .info-list .info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%
}

.route-item .info-list .info li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-right: 5px
}

.route-item .info-list .info li .icon img {
    max-width: 100%;
    max-height: 100%
}

.route-item .info-list .info li:nth-child(2) ~ li {
    display: none
}

.route-item .info-list .info li .text {
    width: calc(100% - 19px)
}

.route-item .info-list .hidden {
    display: none
}

.route-item.active .route-item__info {
    display: block
}

.route-item.active .info-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.route-item.active .info-list .hidden {
    display: block
}

.route-item.active .info-list .driver {
    width: 13.14%
}

.route-item.active .info-list .driver .text span {
    display: none
}

.route-item.active .info-list .number {
    width: 19.34%
}

.route-item.active .info-list .model {
    width: 22.85%
}

.route-item.active .info-list .info {
    width: 44.67%
}

.route-item.active .info-list .info .opener {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.route-item.active .info-list .info .opener img {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.route-item.active .info-list .info ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.route-item.active .info-list .info li {
    width: 100%
}

.route-item.active .info-list .info li + li {
    margin-top: 5px
}

.route-item.active .info-list .info li:nth-child(2) ~ li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.route__content {
    margin-bottom: 70px
}

.route__info ul {
    width: 50%;
    padding-right: 15px
}

.route__info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    font-size: 16px;
    letter-spacing: .07px;
    line-height: 1.29;
    color: #000
}

.route__info li + li {
    margin-top: 15px
}

.route__info .icon {
    width: 18px;
    height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.route__info .icon img {
    max-width: 100%;
    max-height: 100%
}

@media only screen and (max-width: 1250px) {
    .route {
        margin-bottom: 59px
    }

    .route__title {
        padding-left: 37px;
        margin-bottom: 28px
    }

    .route-item__time {
        width: 100%;
        padding: 30px 42px 22px 32px
    }

    .route-item__time .city {
        max-width: calc(50% - 128px);
        min-width: 29.5%
    }

    .route-item__time .city .street {
        white-space: nowrap;
        position: relative;
        overflow: hidden
    }

    .route-item__time .city .street::before {
        content: '';
        display: block;
        width: 43px;
        height: 16px;
        position: absolute;
        right: -4px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 100%)
    }

    .route-item__time .city:last-child {
        width: calc(50% - 57px);
        padding-left: 12px;
        max-width: calc(50% - 57px)
    }

    .route-item__time .time-period {
        margin: 7px auto 0 12px
    }

    .route-item__search {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 42px 26px 32px
    }

    .route-item__search .wb-btn {
        width: calc(50% - 68px);
        max-width: 50%
    }

    .route-item:not(.active) .info-list .info li {
        width: auto
    }

    .route-item:not(.active) .info-list .info li + li {
        margin-left: 27px
    }

    .route-item.active .info-list .driver {
        width: 17.11%
    }

    .route-item.active .info-list .number {
        width: 21%
    }

    .route-item.active .info-list .model {
        width: 17.78%
    }

    .route-item.active .info-list .info {
        width: 44.11%
    }

    .route__info ul {
        width: 100%
    }

    .route__info ul + ul {
        margin-top: 15px
    }
}

@media only screen and (max-width: 1023px) {
    .route-item__time .city {
        width: calc(50% - 64px);
        max-width: calc(50% - 64px)
    }

    .route-item__time .city .head .date {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin: 0 0 1px 0;
        font-size: 12px
    }

    .route-item__time .city .head .time {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 1.11px
    }

    .route-item__time .city .street {
        white-space: normal
    }

    .route-item__time .city .street:before {
        display: none
    }

    .route-item__time .city:last-child {
        width: calc(50% - 64px);
        max-width: calc(50% - 64px);
        text-align: right
    }

    .route-item__time .city:last-child .head {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .route-item .time-period {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .08px;
        color: #939398;
        overflow: hidden;
        padding: 0 30px;
        margin: 22px 0 0 0;
        width: 128px
    }

    .route-item .time-period::before {
        left: -19px
    }

    .route-item .time-period::after {
        right: -19px
    }

    .route-item .info-list .driver {
        width: calc(100% - 250px)
    }

    .route-item:not(.active) .info-list .info {
        width: 150px
    }

    .route-item:not(.active) .info-list .info li {
        display: none
    }

    .route-item.active .info-list > li + li {
        margin-top: 10px
    }

    .route-item.active .info-list .driver, .route-item.active .info-list .info, .route-item.active .info-list .model, .route-item.active .info-list .number {
        width: calc(100% - 150px)
    }
}

@media only screen and (max-width: 767px) {
    .route {
        margin-bottom: 29px;
        padding: 0 7px
    }

    .route__content {
        margin-bottom: 22px
    }

    .route__title {
        padding: 0 6px;
        margin-bottom: 21px
    }

    .route-item__time {
        padding: 12px 12px 6px 12px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: relative
    }

    .route-item__time .time-period {
        position: absolute;
        top: 15px;
        left: 50%;
        margin: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto
    }

    .route-item__time .city {
        width: 50% !important;
        max-width: 50% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .route-item__time .city__name {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: .06px;
        color: #000
    }

    .route-item__time .city .street {
        font-size: 11px;
        line-height: 13px;
        min-height: 26px;
        margin-top: auto
    }

    .route-item__search {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 15px 12px 15px;
        position: relative
    }

    .route-item__search .price {
        margin-bottom: 0;
        position: absolute;
        right: 12px;
        bottom: calc(100% + 10px)
    }

    .route-item__search .price-current {
        font-size: 18px;
        letter-spacing: .66px;
        line-height: 21px;
        margin: 0
    }

    .route-item__search .price-old {
        display: none
    }

    .route-item__search .wb-btn {
        width: 100%;
        height: 46px;
        max-width: 100%;
        margin: 0
    }

    .route-item__info .mobile-time {
        display: block
    }

    .route-item .info-list {
        display: none;
        background: #fff;
        padding: 16px 12px;
        position: relative
    }

    .route-item .info-list:after, .route-item .info-list:before {
        content: '';
        display: block;
        width: calc(100% - 24px);
        top: 0;
        left: 12px;
        height: 1px;
        position: absolute;
        background: #eaeded
    }

    .route-item .info-list:after {
        bottom: 0;
        opacity: 1;
        top: auto
    }

    .route-item .info-list .driver, .route-item .info-list .model.hidden {
        display: none
    }

    .route-item .info-list .number {
        max-width: 100% !important;
        width: 100% !important
    }

    .route-item .info-list .info {
        width: 100% !important;
        margin-top: 11px;
        max-width: 100% !important
    }

    .route-item .info-list .info ul {
        width: 100%;
        max-width: 100%
    }

    .route-item .info-list .info .opener {
        display: none
    }

    .route-item .mobile-info {
        padding: 0 12px;
        height: 60px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }

    .route-item .mobile-info:after, .route-item .mobile-info:before {
        content: '';
        display: block;
        width: calc(100% - 24px);
        top: 0;
        left: 12px;
        height: 1px;
        position: absolute;
        background: #eaeded
    }

    .route-item .mobile-info:after {
        bottom: 0;
        opacity: 0;
        top: auto
    }

    .route-item .mobile-info .driver {
        width: 55.12%;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: .08px;
        color: #939398
    }

    .route-item .mobile-info .driver span {
        display: block;
        font-size: 10px;
        color: #000;
        margin-top: 3px
    }

    .route-item .mobile-info .driver span img {
        margin-top: 1px;
        max-height: 16px;
        width: auto
    }

    .route-item .mobile-info .model {
        width: 44.88%;
        font-size: 11px;
        line-height: 13px;
        letter-spacing: .08px;
        color: #000;
        display: none
    }

    .route-item .mobile-info .model__name {
        margin-top: 5px;
        font-size: 13px;
        letter-spacing: .06px;
        color: #939398;
        line-height: 15px
    }

    .route-item .mobile-info .container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .route-item.active .mobile-info {
        margin-bottom: 19px
    }

    .route-item.active .mobile-info:after {
        opacity: 1
    }

    .route-item.active .mobile-info .driver {
        font-size: 11px;
        line-height: 13px;
        color: #000
    }

    .route-item.active .mobile-info .driver span img {
        max-height: 22px
    }

    .route-item.active .mobile-info .model {
        display: block
    }

    .route-item.active .info-list {
        display: block
    }

    .route-item.active .route-item__search .price {
        position: static;
        padding: 13px 0;
        text-align: center;
        width: 100%;
        -webkit-transform: none;
        transform: none
    }
}

@media only screen and (max-width: 374px) {
    .route {
        padding: 0
    }

    .route__title {
        padding: 0
    }
}

.route-steps {
    padding: 32px 32px 0 32px;
    overflow: hidden
}

.route-steps .container {
    padding-bottom: 30px
}

@media only screen and (min-width: 1251px) {
    .route-steps .container {
        position: relative;
        z-index: 1
    }

    .route-steps .container:after, .route-steps .container:before {
        content: '';
        display: block;
        position: absolute;
        top: 32px;
        width: 2px;
        z-index: -1;
        height: calc(100% - 62px);
        background: url(/images/front_images/dotsVertical.svg) 50% 50%/contain repeat-y
    }

    .route-steps .container:after {
        left: 0
    }

    .route-steps .container:before {
        right: 0
    }
}

.route-steps__list {
    width: 100%;
    margin-bottom: -30px;
    position: relative;
    z-index: 1
}

.route-steps__list:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.route-steps__list li {
    position: relative;
    width: 11.11%;
    padding-right: 15px;
    float: left;
    clear: right;
    padding-bottom: 30px;
    z-index: 1
}

.route-steps__list li .day {
    position: absolute;
    left: 0;
    top: -15px;
    line-height: 14px;
    font-size: 12px;
    letter-spacing: .09px;
    color: #939398
}

.route-steps__list li .time {
    font-weight: 700;
    letter-spacing: .12px;
    color: #c1c1c7;
    margin-bottom: 28px;
    position: relative
}

.route-steps__list li .time:after, .route-steps__list li .time:before {
    content: '';
    display: block;
    position: absolute;
    left: 0
}

.route-steps__list li .city {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .11px;
    color: #000;
    margin-bottom: 7px
}

.route-steps__list li .street {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .06px;
    color: #939398
}

.route-steps__list li:first-child .time:before, .route-steps__list li:last-child .time:before {
    width: 17px;
    height: 17px;
    top: calc(100% + 6px);
    z-index: 1
}

.route-steps__list li:first-child .time:before {
    background: url(/images/front_images/shape.svg) 50% 50%/contain no-repeat
}

.route-steps__list li:last-child .time:before {
    background: url(/images/front_images/shapeD.svg) 50% 50%/contain no-repeat
}

.route-steps__list li:not(:first-child):not(:last-child) .time:before {
    width: 8px;
    height: 8px;
    background: #009eff;
    border-radius: 50%;
    top: calc(100% + 10px)
}

@media only screen and (min-width: 1251px) {
    .route-steps__list li .city:after, .route-steps__list li .city:before {
        content: '';
        display: block;
        width: 100%;
        background: #fff;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0
    }

    .route-steps__list li .city:after {
        height: 32px
    }

    .route-steps__list li .city::before {
        height: 145px
    }

    .route-steps__list li:nth-child(9n+9) .time::after {
        width: 8px;
        height: 8px;
        background: #b1b7b9;
        border-radius: 50%;
        top: calc(100% + 10px);
        right: -18px;
        left: auto
    }

    .route-steps__list li:nth-child(9n+9) .city:before {
        opacity: 0
    }

    .route-steps__list li:nth-child(9n+9) + li .time::after {
        width: 8px;
        height: 8px;
        background: #b1b7b9;
        border-radius: 50%;
        top: calc(100% + 10px);
        right: -18px;
        left: auto
    }

    .route-steps__list li:nth-child(9n+9) + li .city:before {
        top: 32px
    }

    .route-steps__list li:nth-child(9n+9) + li .city:after {
        opacity: 0
    }

    .route-steps__list li:nth-child(18n+18) .city:after {
        top: -30px;
        height: 62px
    }

    .route-steps__list li:nth-child(18n+18):not(:last-child) .time::before {
        background: #b1b7b9 !important;
        left: -3px
    }

    .route-steps__list li:nth-child(18n+18) .time::after {
        display: none
    }

    .route-steps__list li:nth-child(18n+18):not(:last-child) .city, .route-steps__list li:nth-child(18n+18):not(:last-child) .street {
        padding-left: 5px
    }

    .route-steps__list li:nth-child(18n+18):last-child .city:before {
        opacity: 1
    }

    .route-steps__list li:nth-child(18n+18):last-child .city:after, .route-steps__list li:nth-child(18n+18):last-child .city:before {
        width: 2px
    }

    .route-steps__list li:nth-child(18n+18) + li:last-child:before {
        opacity: 0
    }

    .route-steps__list li:nth-child(18n+18) + li:not(:last-child) .time::before {
        background: #b1b7b9 !important;
        left: -3px
    }

    .route-steps__list li:nth-child(18n+18) + li .time::after {
        display: none
    }

    .route-steps__list li:nth-child(18n+18) + li .day, .route-steps__list li:nth-child(18n+18) + li .time {
        padding-left: 5px
    }

    .route-steps__list li:nth-child(n+10):nth-child(-n+18), .route-steps__list li:nth-child(n+28):nth-child(-n+36), .route-steps__list li:nth-child(n+46):nth-child(-n+54), .route-steps__list li:nth-child(n+64):nth-child(-n+72) {
        float: right;
        clear: left
    }

    .route-steps__list li:nth-child(n+10):nth-child(-n+18):last-child:before, .route-steps__list li:nth-child(n+28):nth-child(-n+36):last-child:before, .route-steps__list li:nth-child(n+46):nth-child(-n+54):last-child:before, .route-steps__list li:nth-child(n+64):nth-child(-n+72):last-child:before {
        content: '';
        display: block;
        background: url(/images/front_images/timePattern.svg) 50% 50%/contain repeat-x;
        position: absolute;
        height: 2px;
        width: 100%;
        top: 32px;
        left: 0
    }

    .route-steps__list li:nth-child(n+10):nth-child(-n+18):last-child .street:before, .route-steps__list li:nth-child(n+28):nth-child(-n+36):last-child .street:before, .route-steps__list li:nth-child(n+46):nth-child(-n+54):last-child .street:before, .route-steps__list li:nth-child(n+64):nth-child(-n+72):last-child .street:before {
        left: auto;
        right: calc(100% + 2px)
    }

    .route-steps__list li:nth-child(n+10):nth-child(-n+18):last-child .time::after, .route-steps__list li:nth-child(n+28):nth-child(-n+36):last-child .time::after, .route-steps__list li:nth-child(n+46):nth-child(-n+54):last-child .time::after, .route-steps__list li:nth-child(n+64):nth-child(-n+72):last-child .time::after {
        display: block
    }

    .route-steps__list li:nth-child(n+10):nth-child(-n+18) + li:last-child .time::after, .route-steps__list li:nth-child(n+28):nth-child(-n+36) + li:last-child .time::after, .route-steps__list li:nth-child(n+46):nth-child(-n+54) + li:last-child .time::after, .route-steps__list li:nth-child(n+64):nth-child(-n+72) + li:last-child .time::after {
        display: none
    }

    .route-steps__list li:nth-child(n+10):nth-child(-n+18) + li:last-child:before, .route-steps__list li:nth-child(n+28):nth-child(-n+36) + li:last-child:before, .route-steps__list li:nth-child(n+46):nth-child(-n+54) + li:last-child:before, .route-steps__list li:nth-child(n+64):nth-child(-n+72) + li:last-child:before {
        content: '';
        display: block;
        background: url(/images/front_images/timePattern.svg) 50% 50%/contain repeat-x;
        position: absolute;
        height: 2px;
        width: 100%;
        top: 32px;
        left: 0
    }

    .route-steps__list li:not(:first-child):not(:last-child):before {
        content: '';
        display: block;
        background: url(/images/front_images/timePattern.svg) 50% 50%/contain repeat-x;
        position: absolute;
        height: 2px;
        width: 100%;
        top: 32px;
        left: 0
    }

    .route-steps__list li:first-child {
        z-index: 2
    }

    .route-steps__list li:first-child .city:after {
        display: none
    }

    .route-steps__list li:first-child .city:before {
        top: 34px;
        height: calc(100% - 50px)
    }

    .route-steps__list li:first-child + li:after {
        content: '';
        display: block;
        background: url(/images/front_images/timePattern.svg) 50% 50%/contain repeat-x;
        position: absolute;
        height: 2px;
        width: 100%;
        top: 32px;
        right: 100%
    }

    .route-steps__list li:last-child .street:before {
        content: '';
        display: block;
        width: 1400px;
        height: calc(100% + 30px);
        position: absolute;
        background: #fff;
        left: 2px;
        top: 0;
        z-index: -1
    }

    .route-steps__list li:last-child .time:after {
        display: none
    }
}

@media only screen and (max-width: 1250px) {
    .route-steps__list li {
        float: none;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        margin-bottom: 12px
    }

    .route-steps__list li .time {
        font-size: 14px;
        line-height: 16px;
        position: absolute;
        left: 0;
        top: 0;
        width: 60px
    }

    .route-steps__list li .day {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: .08px;
        top: 17px;
        left: 0
    }

    .route-steps__list li .city, .route-steps__list li .street {
        padding-left: 83px;
        width: 100%
    }

    .route-steps__list li .city {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0
    }

    .route-steps__list li:not(:first-child):not(:last-child) .time:before {
        width: 6px;
        height: 6px;
        top: 5px;
        left: 100%
    }

    .route-steps__list li:last-child:before {
        content: '';
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .route-steps__list li:first-child .time:before, .route-steps__list li:last-child .time:before {
        width: 14px;
        height: 14px;
        top: 1px;
        left: calc(100% - 4px)
    }
}

@media only screen and (max-width: 1250px) {
    .route-steps__list {
        margin-bottom: -12px
    }

    .route-steps__list:before {
        content: '';
        display: block;
        background: url(/images/front_images/dotsVertical.svg) 50% 50%/contain repeat-y;
        position: absolute;
        width: 2px;
        height: 100%;
        top: 2px;
        left: 62px;
        z-index: 1
    }
}

@media only screen and (max-width: 1250px) {
    .route-steps {
        padding: 0 32px
    }

    .route-steps .container {
        padding: 5px 0 22px 0
    }
}

@media only screen and (max-width: 767px) {
    .route-steps {
        padding: 0 12px
    }

    .route-steps .container {
        padding: 0 0 29px 0
    }

    .route-steps__list {
        margin-bottom: 0
    }

    .route-steps__list:before {
        left: 51px
    }

    .route-steps__list li {
        margin-bottom: 0
    }

    .route-steps__list li .city {
        padding-left: 69px;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0
    }

    .route-steps__list li .street {
        display: none
    }

    .route-steps__list li .day {
        display: none
    }

    .route-steps__list li .time {
        width: 49px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: .09px
    }

    .route-steps__list li + li {
        margin-top: 30px
    }
}

.recomended-block {
    padding: 81px 0 70px 0;
    position: relative
}

.recomended-block:before {
    content: '';
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f4f5));
    background: linear-gradient(#fff 0, #f1f4f5 100%)
}

@media only screen and (max-width: 1250px) {
    .recomended-block {
        padding: 61px 0
    }
}

@media only screen and (max-width: 767px) {
    .recomended-block {
        padding: 37px 0 40px 0
    }
}

.recomended-content {
    margin: 0 0 0 -20px;
    width: calc(100% + 20px);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (max-width: 1250px) {
    .recomended-content {
        padding: 0 80px;
        margin: 0 0 -36px -36px;
        width: calc(100% + 36px)
    }
}

@media only screen and (max-width: 1023px) {
    .recomended-content {
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .recomended-content {
        padding: 0 12px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (max-width: 374px) {
    .recomended-content {
        padding: 0
    }
}

.recomended-card {
    width: calc(25% - 20px);
    margin: 0 0 0 20px;
    background: #2c2c2c;
    color: #fff;
    padding: 21px 19px 27px 34px;
    border-radius: 10px;
    position: relative
}

.recomended-card:before {
    content: '';
    display: block;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.recomended-card__head {
    margin-bottom: 23px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.recomended-card__head .title {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 1.44px;
    line-height: 31px;
    padding-right: 10px
}

.recomended-card__head .icon {
    width: 31px;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.recomended-card__head .icon img {
    max-width: 100%;
    height: auto
}

.recomended-card .list {
    line-height: 1;
    position: relative;
    margin-bottom: 21px
}

.recomended-card .list:before {
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    background: url(/images/front_images/dotsWhite.svg) 0 0 repeat-y;
    left: -14px;
    top: 57px;
    height: calc(100% - 57px)
}

.recomended-card .list .head {
    margin-bottom: 2px
}

.recomended-card .list .head .time {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 1.44px;
    line-height: 31px
}

.recomended-card .list .head .date {
    margin-left: 7px;
    font-size: 12px;
    letter-spacing: .06px
}

.recomended-card .list .city {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .08px;
    line-height: 21px;
    position: relative
}

.recomended-card .list .city:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background: url(/images/front_images/shapeWhite.svg) 50% 50%/contain repeat-y;
    left: -19px;
    top: 5px
}

.recomended-card .list .street {
    margin-top: 2px;
    font-size: 13px;
    letter-spacing: .06px;
    line-height: 1.1
}

.recomended-card .list li {
    position: relative
}

.recomended-card .list li + li {
    margin-top: 30px
}

.recomended-card .list li + li:before {
    content: '';
    display: block;
    width: 4px;
    position: absolute;
    left: -15px;
    background: red;
    top: 32px;
    height: 100%
}

.recomended-card .company {
    font-size: 13px;
    letter-spacing: .1px;
    margin: auto 0 0 0
}

.recomended-card .company span {
    margin-left: 4px
}

.recomended-card__bottom {
    margin-top: 25px;
    padding-right: 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.recomended-card__bottom .price {
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.recomended-card__bottom .price > * {
    width: 100%
}

.recomended-card__bottom .price-current {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .79px;
    line-height: 1;
    white-space: nowrap
}

.recomended-card__bottom .price-old {
    font-size: 16px;
    letter-spacing: .6px;
    margin-top: 2px;
    text-decoration: line-through;
    margin-top: 2px
}

.recomended-card__bottom .wb-btn {
    max-width: 160px;
    width: 160px
}

.recomended-card .container {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.recomended-card.cheapest:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#31deae), to(#72afd3));
    background: linear-gradient(to top, #31deae, #72afd3)
}

.recomended-card.cheapest .list li + li:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#5cc3c4), to(#51ccbd));
    background: linear-gradient(#5cc3c4 0, #51ccbd 100%)
}

.recomended-card.fastest:before {
    background: linear-gradient(318deg, #764ba2 0, #667eea 100%)
}

.recomended-card.fastest .list li + li:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#6c6fd4), to(#6e68cb));
    background: linear-gradient(#6c6fd4 0, #6e68cb 100%)
}

.recomended-card.earlier:before {
    background: linear-gradient(138deg, #fe9a8b 0, #fd868c 40%, #f9748f 71%, #f78ca0 97%)
}

.recomended-card.earlier .list li + li:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fd8c8c), to(#fd868c));
    background: linear-gradient(#fd8c8c 0, #fd868c 100%)
}

.recomended-card.latest:before {
    background: linear-gradient(56deg, #485563 9%, #29323c 92%)
}

.recomended-card.latest .list li + li:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#3f4c59), to(#424f5d));
    background: linear-gradient(#3f4c59 0, #424f5d 100%)
}

@media only screen and (max-width: 1439px) {
    .recomended-card {
        padding: 21px 19px 27px 27px
    }

    .recomended-card__head .title {
        font-size: 25px;
        letter-spacing: unset
    }

    .recomended-card__bottom {
        padding-right: 0
    }
}

@media only screen and (max-width: 1365px) {
    .recomended-card__head .title {
        font-size: 20px;
        letter-spacing: unset
    }

    .recomended-card .list .city {
        font-size: 16px
    }
}

@media only screen and (max-width: 1250px) {
    .recomended-card {
        width: calc(50% - 36px);
        margin: 0 0 36px 36px;
        padding: 21px 25px 27px 49px
    }

    .recomended-card__head .title {
        font-size: 26px;
        line-height: 31px;
        letter-spacing: 1.44px
    }

    .recomended-card .list .city {
        font-size: 18px
    }

    .recomended-card__bottom .wb-btn {
        max-width: 160px;
        margin-left: auto
    }
}

@media only screen and (max-width: 767px) {
    .recomended-card {
        width: calc(100% - 36px);
        padding: 21px 23px 27px 34px
    }

    .recomended-card__head .icon {
        height: 31px
    }

    .recomended-card__bottom {
        padding-right: 11px
    }
}

@media only screen and (max-width: 374px) {
    .recomended-card {
        padding: 21px 25px 27px 25px
    }

    .recomended-card__bottom {
        padding-right: 0
    }
}

.popular-directions {
    margin-bottom: 60px
}

.popular-directions .wb-title {
    margin-bottom: 25px
}

.popular-directions .container {
    margin-left: -20px;
    width: calc(100% + 20px);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.popular-directions__item {
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
    padding: 25px 34px 29px 34px
}

.popular-directions__item .title {
    font-size: 26px;
    line-height: 46px;
    letter-spacing: .33px;
    color: #000;
    margin-bottom: 7px
}

.popular-directions__item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .08px;
    color: #313131
}

.popular-directions__item li + li {
    margin-top: 12px
}

.popular-directions__item li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media only screen and (min-width: 1250px) {
    .popular-directions__item li a:hover {
        color: #009eff
    }
}

.popular-directions__item li .text {
    margin-right: 10px
}

.popular-directions__item li .price {
    letter-spacing: 1px;
    white-space: nowrap
}

.popular-directions__item li .price span {
    color: #ff8100
}

@media only screen and (max-width: 1250px) {
    .popular-directions {
        padding: 0 35px
    }

    .popular-directions .container {
        padding: 0 45px;
        margin-bottom: -26px
    }

    .popular-directions__item {
        width: calc(100% - 20px);
        margin: 0 0 26px 20px
    }
}

@media only screen and (max-width: 1023px) {
    .popular-directions {
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .popular-directions {
        padding: 0 12px;
        margin-bottom: 40px
    }

    .popular-directions .container {
        padding: 0;
        margin-bottom: -18px
    }

    .popular-directions__item {
        padding: 11px 20px 15px 20px;
        margin: 0 0 18px 20px
    }

    .popular-directions__item .title {
        font-size: 20px;
        line-height: 2.3;
        letter-spacing: .25px
    }

    .popular-directions .wb-title {
        margin-bottom: 14px
    }
}

@media only screen and (max-width: 374px) {
    .popular-directions {
        padding: 0
    }
}

.block-station {
    margin: 0 0 65px -20px;
    width: calc(100% + 20px)
}

.block-station__item {
    width: calc(50% - 20px);
    margin: 0 0 0 20px
}

.block-station__item .wb-title {
    margin-bottom: 23px
}

.block-station__item li {
    font-size: 16px;
    line-height: 2.13;
    letter-spacing: .07px;
    color: #585858;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.block-station__item li a {
    display: inline-block;
    vertical-align: middle
}

@media only screen and (min-width: 1250px) {
    .block-station__item li a:hover span {
        color: #009eff;
        text-decoration: underline
    }
}

.block-station__item li span {
    color: #000;
    display: inline-block;
    -webkit-transition: color .3s;
    transition: color .3s;
    margin-right: 3px
}

@media only screen and (max-width: 1250px) {
    .block-station {
        padding: 0 35px;
        margin-bottom: 47px
    }

    .block-station__item {
        width: calc(100% - 20px)
    }

    .block-station__item + .block-station__item {
        margin-top: 30px
    }
}

@media only screen and (max-width: 1023px) {
    .block-station {
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .block-station {
        padding: 0 12px
    }

    .block-station__item .wb-title {
        margin-bottom: 18px
    }
}

@media only screen and (max-width: 374px) {
    .block-station {
        padding: 0
    }
}

.footer {
    background: #2c2c2c;
    padding-top: 62px
}

.footer .seo-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .07px;
    color: #7d7d7d;
    margin-bottom: 88px
}

.footer-content {
    color: #fff;
    padding-bottom: 79px;
    width: 100%
}

.footer-content a {
    -webkit-transition: color .3s;
    transition: color .3s
}

@media only screen and (min-width: 1250px) {
    .footer-content a:hover {
        color: #009eff
    }
}

.footer-content__links {
    font-size: 20px;
    font-weight: 700;
    line-height: 2.3;
    letter-spacing: .5px;
    margin-top: -12px;
    color: #fff;
    width: calc(34% - 86px)
}

.footer-content__links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-content__links .icon {
    width: 25px;
    margin-right: 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-content__links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.footer-content__nav {
    width: calc(66% - 86px)
}

.footer-content__nav .list {
    font-size: 16px;
    line-height: 2.19;
    letter-spacing: .4px;
    width: 33.33%;
    padding-right: 30px
}

.footer-content__nav .list .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .5px;
    margin-bottom: 20px
}

.footer-content__social {
    width: 172px
}

.footer-content__social .logo {
    width: 172px;
    margin-bottom: 67px
}

.footer-content__social .logo img {
    width: 100%;
    height: auto
}

.footer-content__social .social-list li + li {
    margin-left: 22px
}

.footer-content__social .social-list a {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-content__social .social-list a img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media only screen and (min-width: 1250px) {
    .footer-content__social .social-list a:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.footer-bottom {
    background: #242424;
    height: 50px;
    font-size: 14px;
    line-height: 1.79;
    letter-spacing: .35px;
    color: #fff
}

.footer-bottom .wrapper {
    height: 100%
}

.footer-bottom .partners li img {
    max-height: 26px
}

.footer-bottom .partners li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-bottom .partners li + li {
    margin-left: 16px
}

@media only screen and (max-width: 1250px) {
    .footer {
        padding-top: 48px
    }

    .footer .wrapper {
        padding: 0 65px
    }

    .footer .seo-text {
        margin-bottom: 36px
    }

    .footer-content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 48px
    }

    .footer-content__nav {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 59px
    }

    .footer-content__nav .list {
        width: auto;
        padding-right: 0
    }

    .footer-content__nav .list + .list {
        padding-left: 20px
    }

    .footer-content__links {
        width: auto;
        max-width: 50%
    }

    .footer-content__social .logo {
        margin-bottom: 46px
    }
}

@media only screen and (max-width: 1023px) {
    .footer .wrapper {
        padding: 0 30px
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        padding-top: 51px
    }

    .footer .seo-text {
        font-size: 14px;
        line-height: 1.71;
        margin-bottom: 25px
    }

    .footer-content {
        padding-bottom: 36px
    }

    .footer-content__links {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        line-height: 2.56;
        padding-bottom: 20px;
        border-bottom: 1px solid #eaeded;
        margin-bottom: 12px
    }

    .footer-content__nav {
        margin-bottom: 26px
    }

    .footer-content__nav .list {
        width: 100%;
        font-size: 18px
    }

    .footer-content__nav .list .title {
        display: none
    }

    .footer-content__nav .list + .list {
        padding-left: 0
    }

    .footer-content__nav .partners {
        display: none
    }

    .footer-content__social .logo {
        display: none
    }

    .footer .wrapper {
        padding: 0 48px
    }

    .footer-bottom .copy {
        font-size: 13px
    }

    .footer-bottom .wrapper {
        padding: 0 36px
    }
}

@media only screen and (max-width: 399px) {
    .footer-bottom .partners li img {
        max-height: 15px;
        max-width: 30px
    }

    .footer-bottom .partners li + li {
        margin-left: 10px
    }
}

@media only screen and (max-width: 374px) {
    .footer .wrapper {
        padding: 0 16px
    }
}

.modal {
    display: none;
    position: fixed;
    min-width: 320px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100
}

.modal__zoom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

.modal .close-btn {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 16px;
    z-index: 2;
    height: 16px;
    cursor: pointer
}

@media only screen and (min-width: 1250px) {
    .modal .close-btn:hover svg {
        fill: #009eff
    }
}

.modal-content {
    background: #fff;
    width: 667px;
    margin: 0 auto 0;
    position: relative;
    max-width: 100%;
    padding: 21px 36px 36px 36px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .2)
}

.modal-content__title {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.77;
    letter-spacing: .33px;
    margin-bottom: 5px
}

.modal-content__text {
    margin-bottom: 29px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .18px
}

.modal .content-title {
    font-weight: 700;
    letter-spacing: .2px;
    color: #2c2c2c;
    margin-bottom: 22px
}

.modal .content-title .icon {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal .content-title .icon img {
    max-height: 18px;
    max-width: 16px
}

.modal .wb-btn {
    margin-top: 24px;
    width: 100%
}

.modal-label {
    width: 100%;
    display: block;
    position: relative
}

.modal-label .placeholder {
    font-size: 12px;
    letter-spacing: .06px;
    color: #939398;
    margin-bottom: 5px;
    width: 100%;
    line-height: 14px
}

.modal-label__input {
    height: 48px;
    border-radius: 10px;
    background-color: #eeeeef;
    border: none;
    width: 100%;
    resize: none;
    font-size: 16px;
    letter-spacing: .12px;
    color: #000;
    padding: 0 15px
}

.modal-label + .modal-label {
    margin-top: 12px
}

.modal-label textarea.modal-label__input {
    height: 126px;
    padding-top: 14px;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important
}

.modal-label textarea.modal-label__input::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background-color: transparent
}

.modal-label textarea.modal-label__input::-webkit-scrollbar-thumb {
    display: none !important;
    background-color: transparent
}

.modal form {
    width: 54.29%
}

.modal .phones {
    margin-left: 40px;
    width: calc(45.71% - 40px)
}

.modal .phones li {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: .18px
}

.modal .phones li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 1250px) {
    .modal .phones li a:hover {
        color: #009eff
    }
}

.modal .phones li img {
    width: 18px;
    height: 18px;
    margin-right: 7px
}

@media only screen and (max-width: 767px) {
    .modal__zoom {
        overflow: hidden
    }

    .modal .close-btn {
        top: 40px
    }

    .modal-content {
        width: 100%;
        height: 100%;
        border-radius: 0;
        background: #f1f4f5;
        padding: 30px 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .modal-content .container {
        overflow-x: hidden;
        height: 100%
    }

    .modal-content__title {
        line-height: 1.31;
        margin-bottom: 25px
    }

    .modal-content__text {
        margin-bottom: 25px
    }

    .modal form {
        width: 100%
    }

    .modal .phones {
        width: 100%;
        margin: 35px 0 0 0
    }
}

@media only screen and (max-width: 374px) {
    .modal .close-btn {
        right: 16px
    }

    .modal .modal-content {
        padding: 30px 16px
    }
}