@font-face {
    font-family: "Playfair Display";
    src: local("Playfair Display"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Playfair Display";
    src: local("Playfair Display"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato"), url("../fonts/Lato-ExtraBold.woff") format("woff"), url("../fonts/Lato-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato"), url("../fonts/Lato-Italic.woff") format("woff"), url("../fonts/Lato-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.container-lg, .container {
    padding: 0 15px;
    margin: 0 auto
}

.text-1 {
    font-family: "Playfair Display", sans-serif;
    font-size: 64px;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

.text-2 {
    font-family: "Playfair Display", sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

.text-4 {
    font-family: "Lato", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    text-transform: none
}

.text-5 {
    font-family: "Playfair Display", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

.text-headline-1 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    text-transform: none
}

.text-headline-2 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: none
}

.text-body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

.text-body-incline {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    text-transform: none
}

.text-body-bulky {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-transform: none
}

.text-button {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase
}

.text-button-mobile {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase
}

.text-field-mobile, .text-footnote {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

.text-menu {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase
}

.text-menu-bulky {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase
}

.text-footnote-footer {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: none
}

.text-caption-1 {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-transform: none
}

.text-caption-1-mobile {
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase
}

.text-caption-2 {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase
}

@media (max-width: 576px) {
    h2.title {
        font-family: "Playfair Display", sans-serif;
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        text-transform: none;
        line-height: 24px
    }
}

body {
    font-family: "Lato", sans-serif;
    background-color: #121212;
    color: #e1e1e1
}

p, ul, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

.container {
    max-width: 1280px
}

.section-padding {
    padding: 104px 0 60px
}

.section-padding-bottom {
    padding-bottom: 104px
}

.container-sm {
    max-width: 838px;
    margin: 0 auto;
    padding: 0 15px
}

.container-lg {
    max-width: 920px
}

.title {
    font-family: "Playfair Display", sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-align: center
}

.subtitle {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-align: center
}

.d-flex {
    display: flex
}

.arrow__back {
    display: none
}

.search-result__or {
    margin: 32px 0;
    text-align: center;
    position: relative
}

.search-result__or::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - .5px);
    width: 100%;
    height: 1px;
    background: #4d4d4d
}

.search-result__or span {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    padding: 0 24px;
    z-index: 7;
    position: relative;
    background: #1c1c1c
}

.search-result__call-title {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #e1e1e1;
    margin-bottom: 16px;
    text-align: center
}

.search-result__call-btn-container {
    display: flex
}

.search-result__call-text {
    margin-top: 32px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    color: #7d7d7d;
    text-align: center
}

@media (max-width: 576px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 64px
    }

    .section-padding-bottom {
        padding-bottom: 64px
    }

    .search-result__or span {
        background: #121212
    }
}

.header-top__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 8px 0
}

.header-top__wrapper #burger-menu {
    display: none
}

.header-top__wrapper .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.header-top__wrapper .phone__label {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    margin-right: 16px
}

.header-top__wrapper .phone__icon {
    display: none
}

.header-top__wrapper .phone__link {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #fa8f1c
}

.header-top__logo,
.custom-logo {
    padding: 20px 0
}

.header-bottom {
    background-color: #1c1c1c
}

.header-bottom .menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.header-bottom .menu__list-item {
    list-style-type: none;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase
}

.header-bottom .menu__list-link {
    display: block;
    color: #e1e1e1;
    padding: 20px 32px
}

.header-bottom .menu__list-link_active {
    color: #f7d3ac;
    font-weight: 800
}

.header-bottom .menu__list-link:hover {
    color: #f7d3ac;
    background: #3b3b3b;
    transition: all .3s ease-in-out
}

@media (max-width: 920px) {
    .header-top__wrapper .accreditation {
        display: none
    }

    .header-top__wrapper #burger-menu {
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .header-top__wrapper #burger-menu input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none
    }

    .header-top__wrapper #burger-menu input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(3px, 0px)
    }

    .header-top__wrapper #burger-menu input:checked ~ span:nth-last-child(2) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2)
    }

    .header-top__wrapper #burger-menu input:checked ~ span:nth-last-child(1) {
        transform: rotate(-45deg) translate(0, 0px)
    }

    .header-top__wrapper #burger-menu span {
        display: block;
        width: 29px;
        height: 3px;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1), background .5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity .55s ease
    }

    .header-top__wrapper #burger-menu span:first-child {
        transform-origin: 0% 0%
    }

    .header-top__wrapper #burger-menu span:nth-last-child(2) {
        transform-origin: 0% 100%
    }

    .header-top__wrapper #burger-menu span:last-child {
        margin-bottom: 0
    }

    .header-top__wrapper .phone__label {
        display: none
    }

    .header-top__wrapper .phone__icon {
        display: block
    }

    .header-top__wrapper .phone span {
        display: none
    }

    .header-bottom {
        background: rgba(0, 0, 0, 0)
    }

    .header-bottom .menu {
        position: absolute;
        left: 0;
        top: 79px;
        width: 100%
    }

    .header-bottom .menu__list {
        padding-top: 16px;
        background-color: #1c1c1c;
        flex-direction: column;
        justify-content: flex-start;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: all .5s ease-in-out;
        height: calc(100vh - 95px)
    }

    .header-bottom .menu__list-item {
        width: 100%;
        text-align: center
    }

    .header-bottom .menu__list-link {
        font-family: "Lato", sans-serif;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase
    }

    .header-bottom .menu__list.open {
        position: relative;
        transform: translate(0%, 0)
    }
}

.footer-top {
    padding: 48px 0;
    background-color: #1c1c1c
}

.footer-top__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row
}

.footer-top__list-title {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #e1e1e1;
    margin-bottom: 16px
}

.footer-top__item {
    list-style: none;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: none
}

.footer-top__link {
    display: block;
    color: #7d7d7d;
    margin-bottom: 12px
}

.footer-bottom {
    padding-top: 32px;
    padding-bottom: 24px
}

.footer-bottom__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.footer-bottom__title, .footer-bottom__text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #7d7d7d
}

.footer-bottom__title {
    margin-bottom: 8px
}

.footer-bottom__logo:first-child {
    margin-right: 16px
}

@media (max-width: 920px) {
    .footer {
        background-color: #1c1c1c;
        padding: 48px 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row
    }

    .footer-top {
        padding: 0
    }

    .footer-top__list-container {
        display: none
    }

    .footer-top__list-container:last-child {
        display: block
    }

    .footer-bottom {
        padding: 0;
        background-color: #1c1c1c;
        height: 100%
    }

    .footer-bottom__container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .footer-bottom__right {
        margin-top: 48px;
        width: 100%
    }
}

@media (max-width: 576px) {
    .footer {
        flex-direction: column
    }

    .footer-top {
        margin-bottom: 40px
    }

    .footer-bottom__logo:first-child {
        margin-right: 0
    }
}

.text-field {
    display: flex;
    align-items: "start";
    justify-content: center;
    flex-direction: column
}

.text-field__container {
    position: relative;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    overflow: hidden
}

.text-field__container input, .text-field__container textarea {
    display: block;
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-top: solid 27px rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    padding: 0 12px 10px;
    width: 100%;
    height: inherit;
    color: #1c1c1c;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    transition: border-bottom .2s, background-color .2s;
    letter-spacing: .5px
}

.text-field__container span {
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    bottom: 0;
    display: block;
    box-sizing: border-box;
    padding: 7px 12px 0;
    color: #7d7d7d;
    font-size: 15px;
    line-height: 18px;
    pointer-events: none;
    transition: color .2s, font-size .2s, line-height .2s
}

.text-field__container span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fa8f1c;
    transform-origin: bottom center;
    transform: scaleX(0);
    transition: transform .3s
}

.text-field__container input:focus, .text-field__container textarea:focus {
    outline: none
}

.text-field__container input:not(:-moz-placeholder-shown) + span {
    font-size: 12px;
    color: #fa8f1c;
    left: 0
}

.text-field__container input:focus + span, .text-field__container textarea:focus + span, .text-field__container input:not(:placeholder-shown) + span, .text-field__container textarea:not(:placeholder-shown) + span {
    font-size: 12px;
    color: #fa8f1c;
    left: 0
}

.text-field__container input:not(:-moz-placeholder-shown) + span {
    font-size: 12px;
    color: #fa8f1c;
    left: 0
}

.text-field__container input:focus + span, .text-field__container textarea:focus + span, .text-field__container input:not(:placeholder-shown) + span, .text-field__container textarea:not(:placeholder-shown) + span {
    font-size: 12px;
    color: #fa8f1c;
    left: 0
}

.text-field__container input:focus + span::before, .text-field__container textarea:focus + span::before {
    opacity: .12
}

.text-field__container input:focus + span::after, .text-field__container textarea:focus + span::after {
    transform: scale(1)
}

.text-field__container input:disabled, .text-field__container textarea:disabled {
    border-bottom-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.24)
}

.text-field__container input:disabled + span, .text-field__container textarea:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38)
}

.text-field__container input:not(:focus):-moz-placeholder-shown + span, .text-field__container textarea:not(:focus):-moz-placeholder-shown + span {
    font-size: 16px;
    line-height: 48px
}

.text-field__container input:not(:focus):placeholder-shown + span, .text-field__container textarea:not(:focus):placeholder-shown + span {
    font-size: 16px;
    line-height: 44px;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .text-field__container input, .text-field__container input + span, .text-field__container input + span::after, .text-field__container textarea, .text-field__container textarea + span, .text-field__container textarea + span::after {
            transition-duration: .1s
        }
    }
}

.text-field__reset {
    display: none;
    position: absolute;
    right: 16px;
    top: 22px;
    cursor: pointer
}

.text-field .error__text {
    display: none;
    margin-top: 4px;
    color: #fa4510;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-transform: none
}

.text-field.error .error__text {
    display: block
}

.text-field.error input:focus + span, .text-field.error textarea:focus + span {
    color: #fa4510
}

.text-field.error span {
    color: #fa4510
}

.text-field.error span::after {
    background-color: #fa4510
}

.button__container {
    display: inline-flex
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    color: #121212;
    padding: 18px 32px;
    border: none;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    height: 100%;
    width: 100%
}

.button:disabled {
    color: #3b3b3b;
    background-color: #7d7d7d
}

.button__icon {
    margin-right: 8px
}

.button.button.button-with-icon {
    padding: 16px 32px 16px 28px
}

.button-primary {
    background-color: #fa8f1c
}

.button-primary:hover {
    background-color: #ff9d37
}

.button-primary:active {
    background-color: #ac5e09
}

.button-secondary {
    background-color: #f7d3ac
}

.button-secondary:hover {
    background-color: #ffe6cc
}

.button-secondary:active {
    background-color: #ab8a67
}

.button-primary:not(:disabled), .button-secondary:not(:disabled) {
    cursor: pointer
}

.button-primary[disabled]:hover, .button-primary[disabled]:active, .button-secondary[disabled]:hover, .button-secondary[disabled]:active {
    background-color: #7d7d7d;
    cursor: not-allowed;
    pointer-events: none
}

.search-flight__title {
    margin-bottom: 40px
}

.search-flight__type {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    margin-bottom: 8px
}

.search-flight__type label {
    display: flex;
    align-items: center;
    cursor: pointer
}

.search-flight__type label input[type=radio] {
    display: none
}

.search-flight__type label span {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    transition: background-color .3s, color .3s
}

.search-flight__type label input[type=radio]:checked + span {
    color: #f7d3ac
}

.search-flight__type label:first-child {
    margin-right: 32px
}

.search-flight .item-n {
    display: grid;
    grid-template-columns:25% 75%;
    gap: 4px 0
}

.search-flight__row {
    display: grid;
    grid-template-columns:1fr 40px 1fr 1fr 1.25fr 196px;
    gap: 4px 0
}

.search-flight__row .swap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: #fff;
    cursor: pointer
}

@media (max-width: 920px) {
    .search-flight__title {
        margin-bottom: 20px
    }

    .search-flight__row, .search-flight .item-n {
        grid-template-columns:repeat(24, 1fr)
    }

    .search-flight__row .item-1, .search-flight__row .item-3, .search-flight .item-n .item-1, .search-flight .item-n .item-3 {
        grid-column: span 11
    }

    .search-flight__row .item-2, .search-flight .item-n .item-2 {
        grid-column: span 2
    }

    .search-flight__row .item-4, .search-flight .item-n .item-4 {
        grid-column: span 11
    }

    .search-flight__row .item-n, .search-flight .item-n .item-n {
        grid-column: span 13
    }

    .search-flight__row .item-6, .search-flight .item-n .item-6 {
        grid-column: span 14
    }

    .search-flight__row .item-5, .search-flight .item-n .item-5 {
        grid-column: span 10
    }

    .search-flight__row .item-3, .search-flight__row .item-6, .search-flight .item-n .item-3, .search-flight .item-n .item-6 {
        margin: 0 !important
    }

    .search-flight__row .item-7, .search-flight .item-n .item-7 {
        margin-top: 4px;
        grid-column: span 24;
        margin-left: 0 !important
    }
}

@media (max-width: 767px) {
    .search-flight__row .item-1, .search-flight__row .item-3 {
        grid-column: span 10
    }

    .search-flight__row .item-2 {
        grid-column: span 4
    }

    .search-flight__row .item-4 {
        grid-column: span 10
    }

    .search-flight__row .item-n {
        grid-column: span 14
    }
}

@media (max-width: 576px) {
    .search-flight__row .item-4 {
        grid-column: span 24;
        margin: 0 !important
    }

    .search-flight__row .item-n {
        grid-column: span 24
    }

    .search-flight__row .item-5, .search-flight__row .item-6 {
        grid-column: span 12
    }

    .search-flight__row__type span {
        font-family: "Lato", sans-serif;
        font-size: 10px;
        font-weight: 800;
        font-style: normal;
        text-transform: uppercase
    }
}

.hero__wrapper {
    position: relative;
    height: 100%
}

.hero__wrapper .hero {
    height: calc(100vh - 140px - 56px);
    background-image: url("/assets/images/hero_bg.jpg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover
}

.hero__wrapper .hero__container {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding-top: 152px
}

.hero__wrapper .hero__title {
    font-family: "Playfair Display", sans-serif;
    font-size: 64px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width: 920px) {
    .hero__wrapper .hero {
        height: calc(100vh - 80px)
    }

    .hero__wrapper .hero__container {
        padding-top: 60px
    }

    .hero__wrapper .hero__title {
        font-family: "Playfair Display", sans-serif;
        font-size: 40px;
        font-weight: 400;
        font-style: normal;
        text-transform: none;
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .hero__wrapper {
        z-index: 2
    }

    .hero__wrapper .hero__container {
        padding-top: 55px
    }
}

@media (max-width: 576px) {
    .hero__wrapper .hero__title {
        font-family: "Playfair Display", sans-serif;
        font-size: 32px;
        font-weight: 400;
        font-style: normal;
        text-transform: none
    }
}

.book {
    padding: 104px 0 10px
}

.book__row {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    -moz-column-gap: 48px;
    column-gap: 48px;
    margin-top: 48px
}

.book__item {
    border-radius: 8px;
    padding: 48px;
    background-color: #1c1c1c
}

.book__item-top {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    margin-bottom: 16px
}

.book__item-title {
    margin-left: 24px;
    font-family: "Playfair Display", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    line-height: 28px;
    color: #f7d3ac
}

.book__item-text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #e1e1e1
}

.book__bottom {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    align-items: center;
    gap: 96px 48px
}

.book__about-item-3, .book__about-item-3 > .book__about-title {
    text-align: right
}

.book__about-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.book__about-img-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.book__about-img-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% - 64px);
    border: 2px solid #f7d3ac;
    border-radius: 8px
}

.book__about-img-container:first-child .book__about-img {
    -o-object-position: left center;
    object-position: left center
}

.book__about-img-container:last-child .book__about-img {
    width: calc(100% - 172px)
}

.book__about-img-container:last-child::before {
    width: calc(100% - 80px)
}

.book__about-img {
    position: relative;
    display: block;
    width: calc(100% - 112px);
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover
}

.book__badge {
    position: absolute;
    right: -40px
}

.book__about-title {
    text-align: left;
    margin-bottom: 24px
}

.book-button__container {
    margin-top: 40px
}

@media (max-width: 1440px) {
    .book__about-img-container:last-child::before {
        width: 100%
    }

    .book__badge {
        right: 0px
    }
}

@media (max-width: 1200px) {
    .book {
        padding-top: 80px
    }

    .book__item-top {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column
    }

    .book__row {
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .book__item {
        padding: 32px
    }

    .book__item-title {
        margin-left: 0;
        margin-top: 8px
    }

    .book__about-img {
        position: relative;
        display: block;
        width: calc(100% - 66px);
        height: 380px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .book__about-img-container:last-child .book__about-img {
        width: calc(100% - 66px)
    }
}

@media (max-width: 920px) {
    .book {
        padding: 80px 0
    }

    .book__row {
        display: grid;
        grid-template-columns:1fr;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 16px;
        margin-top: 32px
    }

    .book__item-top {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: row
    }

    .book__item-title {
        margin-left: 20px;
        margin-top: 0
    }

    .book__bottom {
        display: grid;
        grid-template-columns:1fr;
        justify-items: center;
        gap: 0
    }

    .book__about-item-2 {
        margin-bottom: 64px
    }

    .book__about-title, .book__about-item-3, .book__about-item-3 > .book__about-title {
        text-align: center
    }

    .book__about-item-3 {
        order: 4
    }

    .book__about-content {
        margin-top: 24px
    }

    .book__about-img-container {
        max-width: 440px
    }

    .book__about-img {
        height: 270px
    }
}

@media (max-width: 767px) {
    .book {
        padding-top: 64px;
        padding-bottom: 80px
    }
}

@media (max-width: 576px) {
    .book {
        padding-top: 40px;
        padding-bottom: 64px
    }

    .book__row {
        margin-top: 44px
    }

    .book__bottom {
        justify-items: stretch
    }

    .book__about-img-container {
        max-width: none
    }

    .book .book__about-title {
        line-height: 30px
    }

    .book__about-img {
        height: 180px
    }
}

.customers {
    padding-bottom: 104px
}

.customers__wrapper {
    position: relative
}

.customers__container {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 32px 48px;
    margin-top: 64px
}

.customers__title {
    margin-bottom: 48px
}

.customers__item {
    border-radius: 8px;
    border: 2px solid #f7d3ac;
    padding: 48px;
    background: rgba(0, 0, 0, 0);
    text-align: left
}

.customers__item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 32px
}

.customers__item-title {
    font-family: "Playfair Display", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    line-height: 28px;
    margin-bottom: 16px;
    color: #f7d3ac
}

.customers__item-subtitle {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

.customers__item-logo {
    margin-bottom: 7px
}

.customers__item-place, .customers__item-class {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-align: right
}

.customers__item-place {
    margin-bottom: 4px
}

.customers__item-text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    text-transform: none
}

.customers .swiper-button__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 999;
    position: absolute;
    left: 0;
    top: calc(50% - 16px)
}

.customers .swiper-button__container .swiper-button-prev-customers, .customers .swiper-button__container .swiper-button-next-customers {
    position: relative;
    cursor: pointer
}

.customers .swiper-button__container .swiper-button-next-customers {
    right: -43px
}

.customers .swiper-button__container .swiper-button-prev-customers {
    left: -48px
}

.customers .block:last-child {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column
}

@media (max-width: 1440px) {
    .swiper-button-prev-customers, .swiper-button-next-customers {
        display: none
    }

    .customers {
        padding-bottom: 80px
    }

    .customers .swiper-slide {
        width: 80%
    }
}

@media (max-width: 1200px) {
    .customers__container {
        max-width: 838px;
        margin: 0 auto;
        grid-template-columns:1fr;
        gap: 20px;
        margin-top: 34px
    }
}

@media (max-width: 767px) {
    .customers {
        padding: 48px 0
    }

    .customers__item {
        padding: 32px;
        max-width: 320px
    }

    .customers__container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .customers__title {
        margin-bottom: 0
    }

    .customers .swiper-customers-container {
        height: 780px;
        margin-top: 0
    }

    .customers .swiper-slide {
        width: 100%;
        height: 380px !important
    }
}

.partners {
    padding: 80px 0;
    background-color: #1c1c1c
}

.partners__title {
    margin-bottom: 16px
}

.partners__logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 64px
}

.partners__logo-img + .partners__logo-img {
    margin-left: 53px
}

@media (max-width: 767px) {
    .partners {
        padding-top: 48px;
        padding-bottom: 40px
    }

    .partners__logo-img + .partners__logo-img {
        margin-left: 31px;
        height: 40px
    }
}

@media (max-width: 576px) {
    .partners__logo-container {
        justify-content: flex-start;
        margin-top: 32px;
        align-items: center;
        justify-content: center
    }

    .partners__logo-img:nth-child(2) {
        margin-right: 30px
    }

    .partners__logo-img:nth-child(3) {
        margin-left: 0
    }
}

@media (max-width: 425px) {
    .partners__logo-img:nth-child(2) {
        margin-right: 0px
    }

    .partners__logo-img:nth-child(4) {
        margin-right: 30px
    }

    .partners__logo-img:nth-child(5) {
        margin-left: 0px
    }
}

@media (max-width: 394px) {
    .partners__logo-img:nth-child(1) {
        margin-right: 40px
    }

    .partners__logo-img:nth-child(2), .partners__logo-img:nth-child(4) {
        margin-left: 0;
        margin-right: 31px
    }
}

.social {
    background-color: #3b3b3b;
    padding: 50px 0
}

.social__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.social__title {
    font-family: "Playfair Display", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    margin-right: 48px
}

.social__links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.social__link {
    display: block
}

.social__link + .social__link {
    margin-left: 24px
}

@media (max-width: 576px) {
    .social {
        padding: 48px 0
    }

    .social__container {
        flex-direction: column
    }

    .social__title {
        margin-right: 0;
        margin-bottom: 16px
    }
}

.email {
    padding-top: 104px
}

.email__title {
    margin-bottom: 16px
}

.email__form-container {
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.email .button-email {
    width: 150px;
    height: 56px
}

.email .text-field__email {
    width: 450px;
    height: 56px;
    margin-right: 16px
}

.email .text-field__container-email {
    display: flex;
    background: #fff;
    align-items: center
}

.email .text-field__container-email span {
    padding: 7px 29px 0 60px
}

.email .text-field__container-email .text-field__icon {
    margin-left: 16px
}

@media (max-width: 576px) {
    .email {
        padding-top: 44px
    }

    .email__form-container {
        flex-direction: column
    }

    .email__form-container {
        margin-top: 16px
    }

    .email .text-field__email {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px
    }

    .email .button-email {
        width: 100%;
        height: 56px
    }
}

.accordion {
    padding: 104px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.accordion__title {
    margin-bottom: 64px
}

.accordion__container {
    max-width: 838px;
    text-align: left
}

.accordion__item {
    border-top: 1px solid #4d4d4d
}

.accordion__heading {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    text-transform: none
}

.accordion__trigger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: inherit;
    padding: 24px 0;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: .3s ease;
    border: 0 none;
    color: #e1e1e1;
    width: 100%;
    text-align: left;
    margin: 0;
    position: relative
}

.accordion__trigger::after {
    content: "";
    position: absolute;
    right: 0px;
    top: calc(50% - 17px);
    background-image: url("../images/common/arrow-up.svg");
    width: 32px;
    height: 32px;
    transform: rotate(0deg);
    transform-origin: center;
    transition: transform .5s
}

.accordion__trigger[aria-expanded=true]::after {
    transform: rotate(180deg)
}

.accordion__copy {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    transition: visibility .5s, padding .5s, max-height .5s
}

.accordion__copy--open {
    visibility: visible
}

@media (max-width: 1440px) {
    .accordion {
        padding: 64px 0
    }
}

@media (max-width: 576px) {
    .accordion {
        padding: 56px 0
    }

    .accordion__title {
        margin-bottom: 32px
    }

    .accordion__heading {
        font-size: 20px
    }

    .accordion__trigger span {
        display: block;
        max-width: 279px
    }
}

[data-tab-content] {
    display: none
}

.active[data-tab-content] {
    display: block
}

.tabs {
    margin-top: 56px;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.tabs .tab {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    padding: 12px 32px;
    border: 1px solid #f7d3ac;
    color: #f7d3ac;
    list-style-type: none;
    cursor: pointer
}

.tabs .tab + .tab {
    border-left: 0;
}

.tabs .tab:first-child {
    border-radius: 8px 0 0 8px
}

.tabs .tab:last-child {
    border-radius: 0 8px 8px 0
}

.tabs .tab.active {
    color: #1c1c1c;
    background-color: #f7d3ac
}

@media (max-width: 767px) {
    .tabs {
        display: none
    }
}

.deals-cards__item {
    position: relative;
    display: inline-block;
    height: 300px;
    width: 100%;
    border-radius: 8px;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.deals-cards__badge {
    position: absolute;
    left: 32px;
    top: 32px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 8px;
    background-color: #101212;
    color: #f7d3ac
}

.deals-cards .deals-cards__badge.deals-cards__badge-2 {
    color: #1c1c1c;
    background: #f7d3ac
}

.deals-cards__item-title {
    font-family: "Playfair Display", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #fff;
    padding-left: 32px;
    padding-bottom: 6px
}

.deals-cards__item-content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left
}

.deals-cards__price, .deals-cards__old-price {
    color: #fff;
    display: block
}

.deals-cards__price {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    margin-bottom: 6px
}

.deals-cards__old-price {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-decoration: line-through
}

.deals-button__container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 46px
}

.deals-cards__prices {
    padding-top: 16px;
    padding-left: 32px;
    padding-bottom: 32px
}

.tab-content__item {
    position: relative
}

.tab-content__item .swiper-button__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 999;
    position: absolute;
    left: 0;
    top: calc(50% - 67px)
}

.tab-content__item .swiper-button__container .swiper-button-prev-custom, .tab-content__item .swiper-button__container .swiper-button-next-custom {
    position: relative;
    cursor: pointer
}

.tab-content__item .swiper-button__container .swiper-button-next-custom {
    right: -43px
}

.tab-content__item .swiper-button__container .swiper-button-prev-custom {
    left: -48px
}

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0
}

@media (max-width: 1440px) {
    .swiper-button__container, .swiper-button-prev-custom, .swiper-button-next-custom {
        display: none
    }
}

@media (max-width: 920px) {
    .deals-cards__item, .deals-cards__item-img {
        width: 240px
    }

    .deals-cards__item-title {
        font-family: "Playfair Display", sans-serif;
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        text-transform: none
    }
}

@media (max-width: 767px) {
    .swiper-container {
        height: 830px;
        margin-top: 40px
    }

    .deals-cards__item {
        width: 100%;
        height: 200px
    }

    .deals-cards__item-img {
        width: 100%;
        height: 100%
    }
}

.deals {
    padding: 80px 0;
    background-color: #1c1c1c
}

.deals .tabs-deals {
    margin-top: 0
}

.deals__cards {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 48px
}

.deals__header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.deals__title {
    margin-bottom: 16px
}

.deals__subtitle {
    max-width: 350px
}

.deals-page.deals {
    background: #121212
}

@media (max-width: 1200px) {
    .deals__cards {
        grid-template-columns:repeat(3, 1fr);
        gap: 36px
    }

    .deals.deals-page {
        padding: 40px 0
    }

    .deals.deals-page .deals-cards__item {
        width: 100%
    }
}

@media (max-width: 920px) {
    .deals__cards {
        gap: 24px
    }

    .deals.deals-page .deals-cards__item {
        height: 200px
    }
}

@media (max-width: 767px) {
    .deals__header {
        margin-bottom: 40px
    }

    .deals__cards {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 576px) {
    .deals__cards {
        grid-template-columns:1fr
    }
}

.popover {
    position: fixed;
    left: 0;
    top: 0;
    background: #1c1c1c;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 3;
    padding: 44px 0;
    transform: translate(0, -100%);
    transition: all .3s ease-in-out;
    display: none
}

.popover__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.popover__header {
    margin-bottom: 119px
}

.popover__header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative
}

.popover__city {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #fff
}

.popover__arrow {
    margin: 0 40px
}

.popover__close {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

.popover__title {
    margin-bottom: 16px
}

.popover__content {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 89px
}

.popover__content-head {
    grid-column: span 2
}

.popover__content-card {
    min-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    background-image: url("../images/common/popover-card.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain
}

.popover__content-container {
    width: 100%;
    background-color: #121212;
    border-radius: 0px 0px 8px 8px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    color: #fff
}

.popover__content-name {
    font-family: "Playfair Display", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    margin-bottom: 8px
}

.popover__content-badge {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    padding: 4px 8px;
    background: #f7d3ac;
    color: #1c1c1c;
    margin-bottom: 24px
}

.popover__content-prices {
    margin-bottom: 26px
}

.popover__content-price {
    font-family: "Lato", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #f7d3ac;
    margin-bottom: 10px
}

.popover__content-old-price {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-decoration-line: strikethrough;
    text-decoration: line-through;
    color: #7d7d7d
}

.popover__content-text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #e1e1e1
}

.popover__content-form {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 16px
}

.popover__content-form .item-3, .popover__content-form .item-4 {
    grid-column: span 2
}

.popover__or {
    margin: 32px 0;
    text-align: center;
    position: relative
}

.popover__or::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - .5px);
    width: 100%;
    height: 1px;
    background: #4d4d4d
}

.popover__or span {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    padding: 0 24px;
    z-index: 99;
    position: relative;
    background: #1c1c1c
}

.popover__call-title {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    text-align: center;
    margin-bottom: 16px
}

.popover__call-btn-container {
    display: flex;
    margin-bottom: 16px
}

.popover__call-text {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-align: center;
    color: #7d7d7d
}

@media (max-width: 1200px) {
    .popover__content {
        display: grid;
        grid-template-columns:1fr;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 40px
    }

    .popover__content-card {
        background-image: none
    }

    .popover__header {
        margin-bottom: 44px
    }

    .popover__content-head {
        grid-column: span 1
    }

    .popover__content-right {
        max-width: 504px;
        margin: 0 auto
    }
}

@media (max-width: 576px) {
    .popover__content-container {
        padding: 24px
    }

    .popover__title span {
        display: block;
        line-height: 28px
    }

    .popover__content {
        row-gap: 24px
    }

    .popover__content-form {
        grid-template-columns:1fr
    }

    .popover__content-form .item-3, .popover__content-form .item-4 {
        grid-column: span 1
    }

    .popover__content-name {
        font-family: "Playfair Display", sans-serif;
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        text-transform: none
    }

    .popover__content-logo {
        width: 81px;
        height: 24px
    }

    .popover__content-price {
        font-family: "Lato", sans-serif;
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        text-transform: none;
        margin-bottom: 6px
    }
}

.airlanes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    left: 0;
    bottom: 29px;
    width: 100%
}

.airlanes__container img {
    margin-right: 16px
}

@media (max-width: 920px) {
    .airlanes {
        position: relative;
        left: 0;
        top: 0px;
        margin-top: 40px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .airlanes__container {
        margin-bottom: 8px
    }

    .airlanes__container img:last-child {
        margin-right: 0
    }
}


.container, .container-lg {
    padding: 0 15px;
    margin: 0 auto
}


.search-details {
    padding: 32px 0;
    background: #3b3b3b
}

.search-details__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.search-details__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.search-details__item-name {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    margin-bottom: 8px
}

.search-details__item-date {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

.search-details__facing-arrows {
    margin: 0 72px;
    cursor: pointer
}

.search-details__edit {
    position: absolute;
    right: -45px;
    top: 10px;
    cursor: pointer
}

@media (max-width: 1440px) {
    .search-details__facing-arrows {
        margin: 0 40px
    }
}

@media (max-width: 767px) {
    .search-details__wrapper {
        width: 100%;
        flex-direction: column;
        align-items: flex-start
    }

    .search-details__facing-arrows {
        margin: 16px 0
    }

    .search-details__edit {
        right: 0px;
        top: calc(50% - 16px)
    }
}

.header-bottom {
    display: none
}

@media (max-width: 920px) {
    .header-bottom {
        display: block
    }
}

.hero-loading__container {
    max-width: 616px;
    margin: 0 auto;
    text-align: center;
    height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.hero-loading__num {
    font-family: "Lato", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #fff;
    margin-bottom: 32px
}

.hero-loading__progess_container {
    border-radius: 4px;
    height: 4px;
    background: #3b3b3b;
    width: 100%
}

.hero-loading__progress {
    background-color: #f7d3ac;
    width: 0%;
    height: 100%;
    transition: all .2s ease-in-out
}

.hero-loading__text {
    margin-top: 24px
}

@media (max-width: 767px) {
    .hero-loading__container {
        height: calc(100vh - 310px)
    }
}

@media (max-width: 576px) {
    .hero-loading__container {
        justify-content: flex-start
    }

    .hero-loading__num {
        margin-top: 56px
    }
}


.search-result {
    padding-top: 40px
}

.search-result__ticket-btn {
    display: none
}

.search-result__info {
    display: none
}

.search-result__container {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    -moz-column-gap: 52px;
    column-gap: 52px
}

.search-result__ticket {
    padding: 40px 102px 40px 40px;
    background: #1c1c1c;
    border-radius: 8px;
    border: 4px solid #1c1c1c
}

.search-result__ticket-small > .search-result__ticket {
    margin-top: 12px
}

.search-result__ticket.bordered {
    border: 4px solid #f7d3ac
}

.search-result__ticket-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px
}

.search-result__ticket-best-price {
    font-family: "Playfair Display", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #fff;
    margin-bottom: 8px
}

.search-result__ticket-badge {
    padding: 4px 8px;
    background-color: #f7d3ac;
    color: #1c1c1c;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase
}

.search-result__ticket-price {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #fff
}

.search-result__ticket-price.big {
    font-family: "Lato", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #f7d3ac
}

.search-result__ticket-old-price {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #7d7d7d
}

.search-result__ticket-old-price span {
    text-decoration-line: strikethrough;
    text-decoration: line-through
}

.search-result__ticket-text-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row
}

.search-result__ticket-text-container .search-result__ticket-text {
    color: #7d7d7d
}

.search-result__ticket-text-container .search-result__ticket-text + .search-result__ticket-text {
    margin-left: 4px
}

.search-result__ticket-text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #e1e1e1
}

.search-result__reserve {
    padding: 30px;
    border-radius: 8px;
    background: #1c1c1c
}

.search-result__title {
    margin-bottom: 40px;
    font-size: 30px
}

.search-result__form-container {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 16px
}

.search-result__form-container .item-3, .search-result__form-container .item-4 {
    grid-column: span 2
}


.search-result__ticket-logo_container {
    display: none
}

@media (max-width: 1200px) {
    .search-result__container {
        grid-template-columns:1fr;
        -moz-column-gap: 52px;
        column-gap: 52px;
        row-gap: 32px
    }

    .search-result__info-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        padding: 16px 24px;
        background: #3b3b3b
    }

    .search-result__item-name {
        margin-bottom: 4px
    }

    .search-result__item-name, .search-result__item-date {
        font-family: "Lato", sans-serif;
        font-size: 10px;
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        color: #fff
    }

    .search-result__facing-arrows {
        margin: 8px 0
    }

    .search-result__info-price {
        font-family: "Lato", sans-serif;
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        text-transform: none;
        color: #f7d3ac;
        margin-bottom: 19px
    }

    .search-result__info-logo {
        width: 81px;
        height: 24px;
        margin-bottom: 4px
    }

    .search-result__info-text {
        font-family: "Lato", sans-serif;
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        text-transform: none
    }
}

@media (max-width: 767px) {
    .search-result__ticket-small {
        display: none
    }

    .search-result__container {
        row-gap: 0
    }

    .search-result__ticket-logo_container {
        display: block;
        text-align: center;
        margin-bottom: 32px;
        margin-top: 24px
    }

    .search-result__ticket-logo_container img {
        cursor: pointer
    }

    .search-result__reserve {
        padding: 15px !important
    }
}

@media (max-width: 576px) {
    .search-result__reserve {
        padding: 40px 20px !important;
        background: rgba(0, 0, 0, 0) !important
    }

    .search-result .item-1, .search-result .item-2 {
        grid-column: span 2
    }

    .search-result__info {
        display: block
    }

    .search-result__or span {
        background: #1c1c1c
    }

    .search-result__ticket-logo_container {
        display: none
    }

    .search-result__ticket-btn {
        margin-top: 32px;
        display: block
    }

    .search-result__ticket {
        padding: 24px
    }

    .search-result__ticket-best-price {
        font-family: "Playfair Display", sans-serif;
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        text-transform: none
    }

    .search-result__ticket-price.big {
        font-family: "Lato", sans-serif;
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        text-transform: none
    }

    .search-result__ticket-text {
        font-family: "Lato", sans-serif;
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        text-transform: none
    }

    .search-result__ticket-logo {
        width: 80px;
        height: 24px
    }

    .search-result-bottom__container {
        position: absolute;
        left: 0;
        top: 80px;
        background: #121212;
        z-index: 999;
        transform: translate(-100%, 0);
        height: calc(100vh - 79px);
        overflow: hidden;
        overflow-y: auto
    }
}

.main.success-message .check-resolve__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 32px
}

.main.success-message .search-result__subtitle {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #7d7d7d
}

.main.success-message .search-result .separate {
    width: 100%;
    height: 1px;
    background-color: #4d4d4d;
    margin-top: 64px;
    margin-bottom: 56px
}

.main.success-message .search-result__call-subtitle {
    text-align: center;
    margin-bottom: 40px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

@media (max-width: 1200px) {
    .main.success-message .search-result__tickets {
        display: none
    }

    .main.success-message .search-result__info {
        display: block
    }

    .main.success-message .search-result__reserve {
        background: #121212
    }

    .main.success-message .search-result__container {
        display: block
    }

    .main.success-message .search-details {
        display: none
    }
}

@media (max-width: 576px) {
    .main.success-message .search-result-bottom__container {
        position: static;
        transform: none
    }
}

.search-result__ticket {
    padding: 40px 102px 40px 40px;
    background: #1c1c1c;
    border-radius: 8px;
    border: 4px solid #1c1c1c;
    transition: all .2s ease-in-out
}

.search-result__ticket-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.search-result__ticket-text-container .search-result__ticket-text {
    color: #fff
}

.search-result__ticket-text {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #fff
}

.search-result__title {
    margin-bottom: 40px
}

@media (max-width: 576px) {
    .search-result__ticket-logo_container {
        display: none
    }

    .search-result__ticket-btn {
        margin-top: 32px;
        display: block
    }

    .search-result__ticket {
        padding: 18px
    }

    .search-result__ticket-best-price {
        font-family: "Playfair Display", sans-serif;
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        text-transform: none
    }

    .search-result__ticket-price.big {
        font-family: "Lato", sans-serif;
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        text-transform: none
    }

    .search-result__ticket-text {
        font-family: "Lato", sans-serif;
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        text-transform: none
    }

    .search-result__ticket-logo {
        width: 80px;
        height: 24px
    }
}

._badge {
    color: #f7d3ac !important
}

.search-result__ticket.big .search-result__ticket-best-price, .search-result__ticket.big .search-result__ticket-text-container {
    margin: 0
}

.tabs .tab {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    padding: 12px 32px;
    color: #f7d3ac;
    list-style-type: none;
    cursor: pointer
}

.tabs .tab.active {
    color: #1c1c1c;
    background-color: #f7d3ac;
}

.about-hero {
    position: relative
}

.about-hero__wrapper {
    width: 100%;
    height: calc(100vh - 140px);
    background-image: url("../images/common/about/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.about-hero__title {
    padding-top: 112px;
    margin-bottom: 40px
}

.about-hero__subtitle {
    margin-bottom: 64px
}

.about-hero__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.about-hero__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-radius: 8px;
    border: 2px solid #f7d3ac;
    background: #f7d3ac;
    width: 208px;
    height: 96px
}

.about-hero__button_logo {
    margin-right: 16px
}

.about-hero__button + .about-hero__button {
    margin-left: 16px
}

@media (max-width: 920px) {
    .about-hero__wrapper {
        height: calc(100vh - 80px)
    }

    .about-hero__button {
        width: 139px;
        height: 64px
    }
}

.priority {
    padding: 104px 0
}

.priority__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.priority__img-container {
    position: relative;
    margin: 0 114px
}

.priority__img {
    max-width: unset;
}

.priority__img-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 112px);
    height: calc(100% - 64px);
    border: 2px solid #f7d3ac;
    border-radius: 8px;
    z-index: -1
}

.priority__title {
    text-align: left !important;
    margin-bottom: 40px
}

.priority__subtitle {
    text-align: left !important
}

.priority__items {
    margin-top: 88px
}

.priority__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 32px
}

.priority__checkbox {
    margin-right: 24px
}

.priority__text {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: none
}

@media (max-width: 1200px) {
    .priority__img-container {
        display: none
    }

    .priority__title {
        text-align: center !important
    }

    .priority__subtitle {
        text-align: center !important
    }

    .priority__item {
        justify-content: flex-start
    }
}

@media (max-width: 767px) {
    .priority {
        padding: 56px 0
    }

    .priority__items {
        margin-top: 40px
    }
}

.why {
    padding-top: 104px;
    padding-bottom: 120px;
    background-color: #1c1c1c
}

.why__title span {
    display: block
}

.why__items {
    margin-top: 64px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 48px
}

.why__item-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 16px
}

.why__item-img {
    margin-right: 24px
}

.why__item-title {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #f7d3ac
}

.why__item-text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

@media (max-width: 920px) {
    .why {
        padding: 64px 0
    }

    .why__items {
        margin-top: 51px;
        grid-template-columns:1fr;
        gap: 40px
    }
}


.book-hero {
    padding-top: 56px
}

.book-hero__items-container {
    padding: 80px 0
}

.book-hero__item:nth-child(odd) .book-hero__item-content {
    margin-right: 40px
}

.book-hero__item:nth-child(even) .book-hero__item-content {
    margin-left: 40px
}

.book-hero__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 32px;
    margin-bottom: 8px
}

.book-hero__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% - 64px);
    border: 2px solid #f7d3ac;
    border-radius: 8px
}

.book-hero__item-img {
    position: relative;
    z-index: 2
}

.book-hero__item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.book-hero__item-info {
    margin-left: 16px
}

.book-hero__item-title {
    font-family: "Playfair Display", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    color: #f7d3ac;
    margin-bottom: 8px
}

.book-hero__item-text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #e1e1e1
}

@media (max-width: 767px) {
    .book-hero {
        padding-top: 23px
    }

    .book-hero__items-container {
        padding: 40px 0
    }

    .book-hero__item {
        padding: 40px 32px;
        border-radius: 8px;
        border: 2px solid #f7d3ac;
        margin-bottom: 16px
    }

    .book-hero__item::before {
        display: none
    }

    .book-hero__item-img {
        display: none
    }

    .book-hero__item:nth-child(odd) .book-hero__item-content {
        margin-right: 0
    }

    .book-hero__item:nth-child(even) .book-hero__item-content {
        margin-left: 0
    }

    .book-hero__item-title {
        font-family: "Playfair Display", sans-serif;
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        text-transform: none;
        margin-bottom: 16px
    }
}

.questions {
    background-color: #1c1c1c;
    padding: 80px 0
}

.questions__title {
    margin-bottom: 24px
}

.questions__subtitle {
    margin-bottom: 40px
}

.questions__button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.questions__button-container a {
    width: auto
}

@media (max-width: 767px) {
    .questions {
        padding: 64px 0
    }
}

.hero-contacts {
    padding-top: 56px;
    width: 100%;
    height: calc(100vh - 196px)
}

.hero-contacts .container-sm {
    height: 100%
}

.hero-contacts__wrapper {
    position: relative;
    height: 100%
}

.hero-contacts__title {
    margin-bottom: 48px
}

.hero-contacts__items {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 48px
}

.hero-contacts__item {
    padding: 32px 40px 40px 40px;
    border-radius: 8px;
    border: 2px solid #f7d3ac
}

.hero-contacts__item_head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 24px
}

.hero-contacts__item-title {
    margin-left: 24px
}

.hero-contacts__body {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: none
}

.hero-contacts__item-contact + .hero-contacts__item-contact {
    margin-top: 8px
}

.hero-contacts__body-title {
    color: #fff
}

.hero-contacts__body-content {
    color: #f7d3ac
}

.hero-contacts__address {
    width: 100%;
    left: 0;
    bottom: 112px;
    position: absolute;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none
}

.hero-contacts__address_title {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px
}

@media (max-width: 920px) {
    .hero-contacts__address {
        bottom: 64px
    }
}

@media (max-width: 767px) {
    .hero-contacts {
        height: 100% !important;
        padding-top: 23px !important;
        padding-bottom: 56px
    }

    .hero-contacts__items {
        display: grid;
        grid-template-columns:1fr;
        gap: 24px
    }

    .hero-contacts__item {
        max-width: 340px;
        margin: 0 auto
    }

    .hero-contacts__address {
        margin-top: 23px;
        position: static
    }
}

.feedback {
    background: #1c1c1c;
    padding: 104px 0 60px
}

.feedback__title {
    margin-bottom: 40px
}

.feedback__form {
    max-width: 616px;
    margin: 0 auto
}

.feedback__form-container {
    margin-bottom: 32px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 8px
}

.feedback__form-container .item-1, .feedback__form-container .item-4, .feedback__form-container .item-5 {
    grid-column: span 2
}

.feedback__form-container .item-2, .feedback__form-container .item-3 {
    grid-column: span 1
}

.feedback__form-container .item-5 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 4px
}

.feedback__form-container .item-5 button {
    max-width: 270px
}

.feedback__text {
    max-width: 488px;
    margin: 0 auto;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    color: #7d7d7d
}

@media (max-width: 767px) {
    .feedback__form-container .item-2, .feedback__form-container .item-3 {
        grid-column: span 2
    }
}

.hero-reviews {
    margin-bottom: 80px;
    width: 100%;
    height: calc(100vh - 140px);
    background-image: url("../images/common/reviews/bg.png");
    background-repeat: no-repeat;
    background-size: cover
}

.hero-reviews .container-sm {
    height: 100%
}

.hero-reviews__wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center
}

.hero-reviews__title {
    margin-bottom: 32px
}

.hero-reviews__company {
    margin-top: 64px
}

.reviews-customers__title.title {
    margin-bottom: 32px
}

.customers.customers-reviews {
    padding-top: 104px;
    padding-bottom: 0
}

@media (max-width: 920px) {
    .hero-reviews {
        height: calc(100vh - 80px)
    }
}

.customers__button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 56px
}

.customers__button-container button {
    max-width: 235px
}

.info {
    padding-bottom: 80px
}

.info__title {
    margin-bottom: 42px
}

.info__block + .info__block {
    margin-top: 32px
}

.info__block-title {
    font-family: "Playfair Display", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    margin-bottom: 16px
}

.info__block-text + .info__block-text {
    margin-top: 8px
}

.info__block-subtitle, .info__block-list-item, .info__block-text {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #7d7d7d
}

.info__block-list {
    padding-left: 18px
}

.info__popular {
    margin-top: 80px
}

.info__popular-title {
    text-align: center;
    margin: 0 auto 42px;
    max-width: 838px
}

.info__popular__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row
}

.info__popular-item {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #e1e1e1
}

.info__popular-item + .info__popular-item {
    margin-top: 16px
}

.info__temperature-container {
    overflow-x: auto
}

.info__temperature-table {
    margin-top: 24px;
    border-collapse: collapse
}

.info__temperature-table tr {
    border-top: 1px solid #4d4d4d
}

.info__temperature-table thead tr {
    border-top: none
}

.info__temperature-table th, .info__temperature-table td {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #7d7d7d;
    padding: 13px
}

.info__block-images {
    margin: 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.info__block-img + .info__block-img {
    margin-left: 26px
}

@media (max-width: 920px) {
    .info {
        padding-bottom: 40px
    }

    .info__popular__container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .info__popular-item + .info__popular-item {
        margin-top: 0px
    }

    .info__popular-item {
        margin-bottom: 16px;
        text-align: center
    }

    .info__popular {
        margin-top: 40px
    }

    .info__block-images {
        flex-direction: column
    }

    .info__block-img + .info__block-img {
        margin-left: 0;
        margin-top: 16px
    }
}

@media (max-width: 576px) {
    .info__block-img {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.hero {
    padding-top: 56px
}

.hero__search-flight_container {
    padding: 56px 32px 52px 32px;
    background: #1c1c1c
}

.hero__title {
    margin-bottom: 32px
}

.hero__subtitle {
    margin-bottom: 56px
}

.hero__content-container {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    -moz-column-gap: 48px;
    column-gap: 48px
}

.hero__content-container .search-flight__row {
    grid-template-columns:repeat(24, 1fr);
    gap: 8px
}

.hero__content-container .search-flight__row .item-1, .hero__content-container .search-flight__row .item-3 {
    grid-column: span 11
}

.hero__content-container .search-flight__row .item-2 {
    grid-column: span 2
}

.hero__content-container .search-flight__row .item-4, .hero__content-container .search-flight__row .item-5, .hero__content-container .search-flight__row .item-6, .hero__content-container .search-flight__row .item-7 {
    grid-column: span 12
}

.hero__content-container .search-flight__row .item-6 {
    margin-top: 0
}

.hero__content-container .search-flight__row .item-8, .hero__content-container .search-flight__row .item-9 {
    grid-column: span 24
}

.hero .search-result__ticket + .search-result__ticket {
    margin-top: 8px
}

@media (max-width: 1200px) {
    .hero__content-container {
        display: grid;
        grid-template-columns:1fr;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 32px;
        max-width: 780px;
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .hero__search-flight_container {
        padding: 37px 13px
    }

    .hero__content-container .search-flight__row .item-1, .hero__content-container .search-flight__row .item-3 {
        grid-column: span 10
    }

    .hero__content-container .search-flight__row .item-2 {
        grid-column: span 4
    }

    .hero__content-container .search-flight__row .item-4, .hero__content-container .search-flight__row .item-5, .hero__content-container .search-flight__row .item-6, .hero__content-container .search-flight__row .item-7 {
        grid-column: span 24
    }
}

html {
    background-color: #121212
}

body {
    margin: 0
}

a {
    display: contents;
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

._hit {
    opacity: .8
}

.ptop-80 {
    padding-top: 80px
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0
}

#burger-menu {
    display: none
}

.header .header-bottom {
    display: block
}

.animate, .search-flight .options, .email .options, .deals.deals-page .options, .feedback__form .options {
    transition: all .1s ease-in-out
}

.animate-2, .deals .deals-cards__item {
    transition: all .2s ease-in-out
}

.animate-3, .sd-rd:hover, .deals .deals-cards__item:hover {
    transition: all .3s ease-in-out
}

.search-result__info-price {
    text-wrap: nowrap !important
}

.search-result__info-container {
    gap: 10px
}

.loading_well {
    background-image: url("../images/common/aloading.svg");
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    animation: rotate 1.3s linear infinite
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loading_done {
    background-image: url("../images/common/tick-black.svg");
    background-repeat: no-repeat;
    background-color: #2afabf;
    height: 24px;
    width: 24px;
    background-size: 100%;
    background-position: 50% 40%
}

.lhdone {
    background-color: #2afabf !important
}

.fxt .header-bottom, .fxt .search-details-s {
    margin-top: 84px;
    position: relative
}

@media screen and (min-width: 920px) {
    .fxt .header-bottom, .fxt .search-details-s {
        z-index: 20
    }
}

.fxt .header-top {
    position: fixed;
    z-index: 2222;
    width: 100%;
    background-color: #121212;
    top: 0
}

@media screen and (max-width: 920px) {
    .fxt .header-bottom .menu {
        position: fixed
    }
}

.subtitle.partners__subtitle {
    max-width: 800px;
    margin: 0 auto
}

.search-flight .text-field, .email .text-field, .deals.deals-page .text-field, .feedback__form .text-field {
    position: relative;
    margin-right: 4px;
    z-index: 2
}

.search-flight .text-field label, .email .text-field label, .deals.deals-page .text-field label, .feedback__form .text-field label {
    overflow: hidden
}

.search-flight .text-field.error .error__text, .email .text-field.error .error__text, .deals.deals-page .text-field.error .error__text, .feedback__form .text-field.error .error__text {
    position: absolute;
    top: 100%;
    margin-top: 0
}

.search-flight .swap, .email .swap, .deals.deals-page .swap, .feedback__form .swap {
    margin-right: 4px
}

.search-flight .item-n, .email .item-n, .deals.deals-page .item-n, .feedback__form .item-n {
    position: relative;
    z-index: 421;
}

.search-flight .item-5, .email .item-5, .deals.deals-page .item-5, .feedback__form .item-5 {
    margin: 0
}

.search-flight .item-5::after, .email .item-5::after, .deals.deals-page .item-5::after, .feedback__form .item-5::after {
    content: " ";
    width: 1px;
    height: 60%;
    bottom: 20%;
    background-color: #c7c7c7;
    right: 0;
    position: absolute
}

.search-flight .item-7, .email .item-7, .deals.deals-page .item-7, .feedback__form .item-7 {
    margin-left: 4px
}

.search-flight .item-1, .search-flight .item-3, .email .item-1, .email .item-3, .deals.deals-page .item-1, .deals.deals-page .item-3, .feedback__form .item-1, .feedback__form .item-3 {
    z-index: 5
}

.search-flight .item-1 label, .search-flight .item-3 label, .email .item-1 label, .email .item-3 label, .deals.deals-page .item-1 label, .deals.deals-page .item-3 label, .feedback__form .item-1 label, .feedback__form .item-3 label {
    position: relative
}

.search-flight .item-1 label input, .search-flight .item-3 label input, .email .item-1 label input, .email .item-3 label input, .deals.deals-page .item-1 label input, .deals.deals-page .item-3 label input, .feedback__form .item-1 label input, .feedback__form .item-3 label input {
    z-index: 2
}

.search-flight .item-1 label img, .search-flight .item-3 label img, .email .item-1 label img, .email .item-3 label img, .deals.deals-page .item-1 label img, .deals.deals-page .item-3 label img, .feedback__form .item-1 label img, .feedback__form .item-3 label img {
    z-index: 4
}

.search-flight .item-1 label:after, .search-flight .item-3 label:after, .email .item-1 label:after, .email .item-3 label:after, .deals.deals-page .item-1 label:after, .deals.deals-page .item-3 label:after, .feedback__form .item-1 label:after, .feedback__form .item-3 label:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: calc(100% - 4px);
    z-index: 3;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1)
}

.search-flight .calendar .text-field__container, .email .calendar .text-field__container, .deals.deals-page .calendar .text-field__container, .feedback__form .calendar .text-field__container {
    overflow: inherit
}

.search-flight .options, .email .options, .deals.deals-page .options, .feedback__form .options {
    position: absolute !important;
    top: 100%;
    max-height: 300px;
    height: -moz-max-content;
    height: max-content;
    width: auto;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 4px;
    border-radius: 4px;
    opacity: 0;
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, .2);
    z-index: 23
}

.search-flight .options.active, .email .options.active, .deals.deals-page .options.active, .feedback__form .options.active {
    opacity: 1;
    margin-top: 4px
}

.search-flight .options .suggest .group ._port, .email .options .suggest .group ._port, .deals.deals-page .options .suggest .group ._port, .feedback__form .options .suggest .group ._port {
    padding: 10px 50px 10px 30px;
    display: flex;
    color: #232323;
    cursor: pointer;
    vertical-align: middle;
    align-items: center
}

.search-flight .options .suggest .group ._port:hover, .search-flight .options .suggest .group ._port.hov, .email .options .suggest .group ._port:hover, .email .options .suggest .group ._port.hov, .deals.deals-page .options .suggest .group ._port:hover, .deals.deals-page .options .suggest .group ._port.hov, .feedback__form .options .suggest .group ._port:hover, .feedback__form .options .suggest .group ._port.hov {
    background-color: #ffe6cc
}

.search-flight .options .suggest .group ._port:first-child, .email .options .suggest .group ._port:first-child, .deals.deals-page .options .suggest .group ._port:first-child, .feedback__form .options .suggest .group ._port:first-child {
    padding-top: 30px
}

.search-flight .options .suggest .group ._port:last-child, .email .options .suggest .group ._port:last-child, .deals.deals-page .options .suggest .group ._port:last-child, .feedback__form .options .suggest .group ._port:last-child {
    padding-bottom: 30px
}

.search-flight .options .suggest .group .airports ._port, .email .options .suggest .group .airports ._port, .deals.deals-page .options .suggest .group .airports ._port, .feedback__form .options .suggest .group .airports ._port {
    padding-top: 10px
}

.search-flight .options .suggest .group .airports .ico, .email .options .suggest .group .airports .ico, .deals.deals-page .options .suggest .group .airports .ico, .feedback__form .options .suggest .group .airports .ico {
    margin-left: 30px
}

.search-flight .options .suggest .name, .email .options .suggest .name, .deals.deals-page .options .suggest .name, .feedback__form .options .suggest .name {
    white-space: nowrap
}

.search-flight .options .suggest .subname, .email .options .suggest .subname, .deals.deals-page .options .suggest .subname, .feedback__form .options .suggest .subname {
    color: #898989;
    font-size: 12px
}

.search-flight .options .suggest .ico, .email .options .suggest .ico, .deals.deals-page .options .suggest .ico, .feedback__form .options .suggest .ico {
    margin-right: 15px
}

.search-flight .options .suggest .ico svg, .email .options .suggest .ico svg, .deals.deals-page .options .suggest .ico svg, .feedback__form .options .suggest .ico svg {
    height: 18px;
    width: 18px
}

.search-flight .error__text, .email .error__text, .deals.deals-page .error__text, .feedback__form .error__text {
    padding: 4px;
    border-radius: 10px;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #ea0404 !important;
    background: rgba(0, 0, 0, 0);
    z-index: 19
}

.search-flight .item-1.error, .email .item-1.error, .deals.deals-page .item-1.error, .feedback__form .item-1.error {
    border-bottom-left-radius: 0 !important
}

.search-flight .item-1.error label, .search-flight .item-1.error input, .email .item-1.error label, .email .item-1.error input, .deals.deals-page .item-1.error label, .deals.deals-page .item-1.error input, .feedback__form .item-1.error label, .feedback__form .item-1.error input {
    border-bottom-left-radius: 0 !important
}

@media screen and (max-width: 920px) {
    .search-flight .item-9, .email .item-9, .deals.deals-page .item-9, .feedback__form .item-9 {
        margin-right: 0 !important
    }
}

.selectors {
    margin: 0 auto;
    max-width: 600px
}

.selectors.-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 10px
}

.selectors .text-field-x {
    position: relative
}

.selectors .text-field-x .ts-control {
    padding: 0;
    border-radius: 4px
}

.selectors .text-field-x .ts-control input, .selectors .text-field-x .ts-control .item {
    display: block;
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-top: solid 27px rgba(0, 0, 0, 0) !important;
    border-bottom: 4px solid rgba(0, 0, 0, 0) !important;
    padding: 0 12px 10px !important;
    width: 100% !important;
    height: inherit !important;
    color: #1c1c1c;
    background-color: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    line-height: 19px;
    transition: border-bottom .2s, background-color .2s;
    letter-spacing: .5px
}

.selectors .text-field-x .ts-control input:not(:focus):-moz-placeholder-shown + span, .selectors .text-field-x .ts-control .item:not(:focus):-moz-placeholder-shown + span {
    font-size: 16px;
    line-height: 48px
}

.selectors .text-field-x .ts-control input:not(:focus):placeholder-shown + span, .selectors .text-field-x .ts-control .item:not(:focus):placeholder-shown + span {
    font-size: 16px;
    line-height: 48px
}

.selectors .text-field-x .ts-control .item {
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding-right: 0 !important;
    font-size: 16px
}

.selectors .text-field-x:first-child .ts-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.selectors .text-field-x:last-child .ts-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.selectors .text-field-x span {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    bottom: 0;
    display: block;
    box-sizing: border-box;
    padding: 7px 12px 0;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 48px;
    pointer-events: none;
    transition: color .2s, font-size .2s, line-height .2s
}

.selectors .text-field-x span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fa8f1c;
    transform-origin: bottom center;
    transform: scaleX(0);
    transition: transform .3s
}

.selectors .text-field-x.focus span {
    font-size: 12px;
    color: #fa8f1c;
    left: 0;
    line-height: 12px
}

.selectors .text-field-x.focus .ts-control {
    grid-template-columns:max-content 1fr;
    display: grid
}

.selectors .text-field-x .has-items input {
    padding-left: 0 !important
}

.selectors .text-field-x .has-items + span {
    font-size: 12px;
    color: #fa8f1c;
    left: 0;
    line-height: 12px
}

.selectors .text-field-x .has-items + img {
    display: block !important
}

.selectors .text-field-x .ts-dropdown .option {
    display: flex;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    background-color: #fff
}

.selectors .text-field-x .ts-dropdown .option span {
    display: flex;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: #121212;
    background-color: #fff;
    padding: 0;
    font-weight: bold
}

@media (max-width: 576px) {
    .selectors.-grid {
        grid-template-columns:100%;
        gap: 10px 10px
    }

    .selectors .text-field-x .ts-control {
        border-radius: 4px !important
    }
}

._exted_form {
    border-radius: 8px
}

._exted_form .search-flight .item-1 {
    z-index: 49
}

._exted_form .search-flight .item-2 {
    z-index: 48
}

._exted_form .search-flight .item-3 {
    z-index: 474
}

._exted_form .search-flight .item-4 {
    z-index: 46
}

._exted_form .search-flight .item-5 {
    z-index: 45
}

._exted_form .search-flight .item-6 {
    z-index: 44
}

._exted_form .search-flight .item-7, ._exted_form .search-flight .item-1._ext {
    z-index: 43
}

._exted_form .search-flight .item-8, ._exted_form .search-flight .item-2._ext {
    z-index: 42
}

._exted_form .search-flight .item-3._ext {
    z-index: 415
}

._exted_form .search-flight .item-9 {
    z-index: 40
}

._exted_form .search-flight .text-field {
    border-radius: 0
}

._exted_form .search-flight .text-field label, ._exted_form .search-flight .text-field input {
    border-radius: 0
}

._exted_form .search-flight .item-1:not(._ext) label, ._exted_form .search-flight .item-1:not(._ext) input {
    border-top-left-radius: 4px
}

._exted_form .search-flight .item-3:not(._ext) label, ._exted_form .search-flight .item-3:not(._ext) input {
    border-top-right-radius: 4px
}

._exted_form .search-flight .item-n {
    grid-column: span 12
}

._exted_form .search-flight .item-n .item-5, ._exted_form .search-flight .item-n .item-6 {
    grid-column: span 1
}

@media (max-width: 920px) {
    ._exted_form .search-flight .item-n {
        grid-column: span 12;
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 767px) {
    ._exted_form .search-flight .item-n {
        grid-column: span 24;
        grid-template-columns:repeat(2, 1fr)
    }
}

._exted_form .search-flight .item-5, ._exted_form .search-flight .item-6, ._exted_form .search-flight .item-4, ._exted_form .search-flight .item-1._ext {
    border-radius: 0 !important
}

._exted_form .search-flight .item-5 label, ._exted_form .search-flight .item-5 input, ._exted_form .search-flight .item-6 label, ._exted_form .search-flight .item-6 input, ._exted_form .search-flight .item-4 label, ._exted_form .search-flight .item-4 input, ._exted_form .search-flight .item-1._ext label, ._exted_form .search-flight .item-1._ext input {
    border-radius: 0 !important
}

._exted_form .search-flight .item-1 {
    border-radius: 4px 0 0 0 !important
}

._exted_form .search-flight .item-1 label, ._exted_form .search-flight .item-1 input {
    border-radius: 4px 0 0 0 !important
}

._exted_form .search-flight .item-3 {
    border-radius: 0 4px 0 0 !important
}

._exted_form .search-flight .item-3 label, ._exted_form .search-flight .item-3 input {
    border-radius: 0 4px 0 0 !important
}

._exted_form .search-flight .search-flight__row {
    gap: 4px 0
}

._exted_form .search-flight ._ext.item-1, ._exted_form .search-flight ._ext.item-2 {
    grid-column: span 12
}

@media (max-width: 920px) {
    ._exted_form .search-flight ._ext.item-1:not(.item-1), ._exted_form .search-flight ._ext.item-2:not(.item-1) {
        margin-right: 0
    }
}

._exted_form .search-flight ._ext.item-3 {
    grid-column: span 24
}

._exted_form .search-flight ._ext.item-3 label, ._exted_form .search-flight ._ext.item-3 input {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

@media (max-width: 576px) {
    ._exted_form .search-flight ._ext.item-1, ._exted_form .search-flight ._ext.item-2 {
        grid-column: span 24;
        margin-right: 0
    }
}

._exted_form .search-flight .item-9 {
    margin-right: 4px;
    margin-top: 4px
}

@media (max-width: 767px) {
    ._exted_form .search-flight .item-4, ._exted_form .search-flight .item-9 {
        margin-right: 0
    }
}

._exted_form .error__text {
    padding: 4px 10px;
    border-radius: 10px;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #ea0404 !important;
    background: rgba(0, 0, 0, 0);
    z-index: 19
}

@media (max-width: 767px) {
    ._exted_form .search-result__or span {
        background: #1c1c1c
    }
}

.feedback__form .text-field {
    position: relative;
    overflow: visible !important
}

.feedback__form .text-field.item-1 label, .feedback__form .text-field.item-1 input {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.feedback__form .text-field.item-4 label, .feedback__form .text-field.item-4 input {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.feedback__form .error__text {
    padding: 4px 10px;
    border-radius: 10px;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #ea0404 !important;
    background: rgba(0, 0, 0, 0);
    z-index: 19;
    position: absolute;
    top: 100%;
    margin-top: 0px
}

.search-result__ticket-best-price {
    font-weight: 200
}

.hero__search-flight_container {
    padding: 38px 32px 28px 32px
}

._sp-0 {
    padding-top: 0
}

.email__form .text-field__container input:not(:focus):-moz-placeholder-shown + span {
    line-height: 42px
}

.email__form .text-field__container input:not(:focus):placeholder-shown + span {
    line-height: 42px
}

.accordion__trigger[aria-expanded=true]::after {
    transform: rotate(0deg)
}

.accordion__trigger::after {
    transform: rotate(180deg)
}

.info {
    padding-bottom: 0
}

.info .text-content {
    width: 788px;
    margin: auto
}

@media (max-width: 767px) {
    .info .text-content {
        width: auto
    }
}

.info .text-content a {
    color: #92b5ff
}

.info .text-content p, .info .text-content li {
    color: #7d7d7d
}

.info .text-content strong {
    color: #fff
}

.info .text-content ul li {
    padding: 5px 0
}

.info .text-content h2 {
    font-size: 40px;
    padding: 30px 0
}

.info .text-content h3 {
    font-family: "Lato", sans-serif
}

.info .text-content.-p5 p, .info .text-content.-p5 li {
    color: #e1e1e1;
    font-size: 16px
}

.info .text-content.-p5 h4 {
    font-size: 20px;
    color: #fff
}

.book__item-title.numb {
    font-size: 80px;
    margin-top: -25px;
    margin-left: 0
}

.deals__subtitle {
    max-width: 100%;
    font-size: 21px;
    color: #f7d4ac
}

.deals__subtitle.subtitle {
    padding-bottom: 42px
}

.deals-page .tabs {
    margin-top: 14px
}

.book__top .title {
    margin-bottom: 16px
}

.book__top .how__subtitle {
    max-width: 100%;
    font-size: 20px
}

.hero, .hero__container {
    position: relative;
    z-index: 23
}

.hero__wrapper .airlanes {
    z-index: 22;
    overflow: hidden
}

.hero__wrapper .airlanes img {
    height: 104px;
    margin: 0 18px;
    opacity: .5;
    width: auto;
}

.hero__wrapper .airlanes .swiper {
    width: 100%
}

@media screen and (max-width: 920px) {
    .hero__wrapper .airlanes {
        margin-top: 80px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 320px) {
    .hero__wrapper .airlanes img {
        height: 30px
    }
}

@media screen and (min-width: 1090px) {
    .hero__wrapper .airlanes {
        bottom: 10px
    }
}

@media screen and (min-width: 1300px) {
    .hero__wrapper .airlanes {
        bottom: 0px
    }

    .hero__wrapper .airlanes img {
        height: 105px
    }
}

.about-hero__wrapper {
    position: relative;
    z-index: 10
}

.noresults .title {
    font-size: 34px;
    margin-top: 30px
}

.about-hero .airlanes {
    z-index: 22;
    bottom: 0;
    overflow: hidden
}

.about-hero .airlanes .swiper {
    width: 100%
}

.about-hero .airlanes img {
    height: 104px;
    margin: 0 18px;
    opacity: .5
}

.about-hero .about-hero__wrapper .container-sm {
    padding-top: 50vh;
    transform: translate(0, -50%)
}

@media screen and (max-width: 920px) {
    .about-hero {
        margin-top: 80px;
        margin-bottom: 0
    }

    .about-hero .about-hero__wrapper {
        height: 700px
    }

    .about-hero .airlanes {
        bottom: 18px
    }

    .about-hero .airlanes img {
        height: 100px
    }
}

@media screen and (max-width: 320px) {
    .about-hero img {
        height: 30px
    }
}

@media screen and (min-width: 1090px) {
    .about-hero .airlanes {
        bottom: 10px
    }
}

@media screen and (min-width: 1300px) {
    .about-hero .airlanes {
        bottom: 0px
    }

    .about-hero .airlanes img {
        height: 105px
    }
}

.hero__subtitle {
    font-size: 20px;
    font-weight: 200;
    font-style: normal;
    text-transform: none;
    margin-bottom: 40px;
    text-align: center;
    margin-top: -20px
}

.search-result__form-container .text-field {
    position: relative;
    margin-right: 0;
    z-index: 2;
    overflow: initial !important
}

.search-result__form-container .error__text {
    padding: 4px 10px;
    border-radius: 10px;
    box-shadow: none;
    z-index: 19;
    position: absolute;
    top: 100%;
    margin-top: 0px
}

.search-result__form-container .item-1 {
    z-index: 10
}

.search-result__form-container .item-2 {
    z-index: 9
}

.search-result__form-container .item-3 {
    z-index: 8
}

.search-result__form-container .item-4 {
    z-index: 7
}

.search-result__container._empty {
    grid-template-columns:repeat(1, 1fr)
}

.search-result__container._empty .search-result__reserve {
    max-width: 450px;
    margin: 0 auto
}

.search-result__container._empty .search-result__info {
    display: none
}

.search-result__container._empty .search-result-bottom__container {
    position: relative !important;
    top: 0;
    left: 0;
    transform: none;
    height: auto
}

@media (max-width: 576px) {
    .search-result__container._empty .search-result__reserve {
        padding: 0 !important
    }

    .search-result__container._empty .search-result__reserve .hr-text {
        background-color: #121212
    }
}

@media (max-width: 576px) {
    .search-result__container._empty .hdr {
        grid-template-columns:auto 1fr
    }

    .search-result__container._empty .hdr .left {
        justify-content: center;
        position: relative;
        display: grid
    }

    .search-result__container._empty .hdr .left div {
        font-size: 16px !important;
        font-family: "Lato", sans-serif;
        margin: 0 !important;
        font-weight: 100
    }

    .search-result__container._empty .hdr .right {
        display: block;
        text-align: center;
        margin-left: 10px
    }

    .search-result__container._empty .hdr .right img {
        display: none
    }
}

.tab-more ._more {
    margin: 40px auto 0;
    width: 200px
}

.tab-more ._more .button {
    margin-left: -32px
}

.search-result .search-result__form .text-field._pho input, .search-result .search-result__form .text-field._pho span, .search-flight__row .text-field._pho input, .search-flight__row .text-field._pho span {
    border-radius: 4px
}

.search-result .search-result__form .text-field._pho .text-field__container, .search-flight__row .text-field._pho .text-field__container {
    width: 100%;
    overflow: initial !important
}

.search-result .search-result__form .text-field._pho .text-field__container .iti, .search-flight__row .text-field._pho .text-field__container .iti {
    z-index: 100;
    width: 100%;
    overflow: initial !important
}

.search-result .search-result__form .text-field._pho .text-field__container .iti *, .search-flight__row .text-field._pho .text-field__container .iti * {
    color: #181818
}

.search-result .search-result__form .text-field._pho .text-field__container .iti .iti__flag-container, .search-flight__row .text-field._pho .text-field__container .iti .iti__flag-container {
    z-index: 9
}

.search-result .search-result__form .text-field._pho .text-field__container .iti__country-list span, .search-flight__row .text-field._pho .text-field__container .iti__country-list span {
    line-height: 18px;
    position: initial;
    padding: 0
}

.search-result .search-result__form .text-field._pho .text-field__container .iti__country-list .iti__country, .search-flight__row .text-field._pho .text-field__container .iti__country-list .iti__country {
    padding: 12px 10px
}

.search-result .search-result__form .text-field._pho .text-field__container .iti__country-list .iti__country .iti__country-name, .search-flight__row .text-field._pho .text-field__container .iti__country-list .iti__country .iti__country-name {
    color: #000 !important
}

.search-result .search-result__form .text-field._pho .text-field__container .text-field__reset, .search-flight__row .text-field._pho .text-field__container .text-field__reset {
    z-index: 102
}

.search-result .search-result__form .text-field._pho span, .search-flight__row .text-field._pho span {
    font-size: 16px;
    line-height: 48px;
    z-index: 999;
    left: 0
}

.search-result .search-result__form .text-field._pho._focused span, .search-flight__row .text-field._pho._focused span {
    font-size: 12px;
    color: #fa8f1c;
    top: 0px;
    margin-top: -16px;
    overflow: hidden
}

.search-result .search-result__form .text-field._pho._focused span::after, .search-flight__row .text-field._pho._focused span::after {
    transform: scaleX(1)
}

.search-result .search-result__form .text-field._pho._vld:not(._focused) span, .search-flight__row .text-field._pho._vld:not(._focused) span {
    font-size: 12px;
    color: #fa8f1c;
    top: 0px;
    margin-top: -16px;
    overflow: hidden
}

.search-result .search-result__form .text-field._pho._vld:not(._focused) span::after, .search-flight__row .text-field._pho._vld:not(._focused) span::after {
    transform: scaleX(0)
}

.search-result .search-result__form .text-field._pho._vld:not(._focused) span.error__text, .search-flight__row .text-field._pho._vld:not(._focused) span.error__text {
    top: 100%;
    margin: 0
}

.search-result .search-result__form .text-field._pho .error .error__text, .search-flight__row .text-field._pho .error .error__text {
    display: block;
    font-size: initial;
    line-height: initial;
    padding: 4px 10px;
    border-radius: 10px;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #ea0404 !important;
    background: rgba(0, 0, 0, 0);
    z-index: 19;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.iti {
    z-index: 4444;
    overflow: initial !important
}

.iti * {
    color: #181818
}

.iti .iti__flag-container {
    z-index: 9
}

.toptitle {
    margin-top: 150px
}

.toptitle .title {
    margin-bottom: 40px
}

.text-content p, .text-content li {
    color: #898989
}

.text-content ul {
    padding: 20px 0 20px 40px
}

.text-content li::marker {
    color: #fff
}

.text-content h2, .text-content h3, .text-content h4 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #fff
}

.text-content figure {
    text-align: center
}

.text-content figure img {
    overflow: hidden;
    border-radius: 6px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 576px) {
    .hero__wrapper .airlanes img, .about-hero .airlanes img {
        margin: 0 10px
    }
}

.deals {
    padding: 60px 0;
    margin: 10px 0 40px;
    overflow: hidden
}

.deals span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fa8f1c;
    transform-origin: bottom center;
    transform: scaleX(0);
    transition: transform .3s
}

.deals.regio-page {
    margin: 0;
    overflow: visible;
    z-index: 44
}

.deals .container {
    position: relative
}

.deals .container-i {
    overflow: hidden;
    padding: 0 15px
}

.deals .swiper-button-previ, .deals .swiper-button-nexti {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    z-index: 44;
    bottom: 130px;
    cursor: pointer
}

.deals .swiper-button-previ:before, .deals .swiper-button-previ:after, .deals .swiper-button-nexti:before, .deals .swiper-button-nexti:after {
    width: 2px;
    height: 12px;
    background-color: #f7d3ac;
    border-radius: 10px;
    position: absolute;
    content: " ";
    transform: translate(-50%, -50%);
    top: 50%;
    left: calc(50% - 3px)
}

.deals .swiper-button-previ:before, .deals .swiper-button-nexti:before {
    transform: translate(-50%, calc(-50% + 4px)) rotate(-45deg)
}

.deals .swiper-button-previ:after, .deals .swiper-button-nexti:after {
    transform: translate(-50%, calc(-50% - 4px)) rotate(45deg)
}

.deals .swiper-button-previ {
    left: -30px
}

.deals .swiper-button-nexti {
    right: -30px;
    transform: rotate(180deg)
}

.deals .deals-cards__item {
    position: relative;
    overflow: hidden;
}

.deals .deals-cards__item .deals-cards__badge, .deals .deals-cards__item .deals-cards__item-content {
    z-index: 3
}

.deals .deals-cards__item:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #000;
    background: linear-gradient(0deg, rgb(0, 0, 0) 41%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    z-index: 2;
    left: 0
}

.deals .deals-cards__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    left: 0
}

.deals .deals-cards__item:hover {
    border-color: #f7d3ac
}

.deals .deals-cards__item:hover .deals-cards__badge {
    background-color: #f7d3ac;
    color: #000
}

.deals .deals-cards__item:hover .deals-cards__price {
    color: #fa8f1c
}

.deals .deals-cards__item-title {
    font-size: 24pt;
    font-weight: 100
}

.deals .tabs li:hover {
    background-color: #1e1e1e
}

.deals .tabs li.active:hover {
    background-color: #ffe6cc
}

@media screen and (max-width: 1340px) {
    .deals .swiper-button-previ {
        left: -10px
    }

    .deals .swiper-button-nexti {
        right: -10px
    }

    .deals .swiper-button-previ, .deals .swiper-button-nexti {
        bottom: 110px
    }

    .deals.deals-page .deals-cards__item {
        height: 260px
    }
}

@media screen and (max-width: 920px) {
    .deals .swiper-button-previ, .deals .swiper-button-nexti {
        display: none
    }

    .deals .swiper-wrapper {
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 20px 20px
    }

    .deals .swiper-slide {
        display: none
    }

    .deals .swiper-slide:nth-child(1), .deals .swiper-slide:nth-child(2), .deals .swiper-slide:nth-child(3), .deals .swiper-slide:nth-child(4), .deals .swiper-slide:nth-child(5), .deals .swiper-slide:nth-child(6) {
        display: block
    }
}

@media screen and (max-width: 540px) {
    .deals .swiper-wrapper {
        display: grid;
        grid-template-columns:1fr;
        gap: 20px
    }
}

.book {
    padding: 104px 0 40px
}

@media (max-width: 576px) {
    .book {
        overflow: hidden
    }

    .book .book__about-content .button-primary, .book .button__container .button-primary {
        padding: 16px 24px
    }

    .book .book__about-content .button-primary img, .book .button__container .button-primary img {
        display: none
    }
}

.feedback__form-container .text-field {
    border-radius: 4px;
    overflow: hidden
}

.book-hero__item-img {
    height: 240px;
    width: 240px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

.litepicker {
    --litepicker-is-start-color-bg: #fa8e1c !important;
    --litepicker-is-end-color-bg: #fa8e1c !important;
    --litepicker-is-end-color-bg: #fa8e1c !important;
    --litepicker-button-prev-month-color-hover: #fa8e1c !important;
    --litepicker-button-next-month-color-hover: #fa8e1c !important;
    --litepicker-is-today-color: #000000 !important;
    --bg-overlay-active: #ed8617 !important;
    --litepicker-day-color-hover: #ed8617 !important;
    --litepicker-is-in-range-color: #e1e1e1 !important
}

.litepicker * {
    font-family: "Lato", sans-serif !important
}

.litepicker .container__main {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 4px;
    padding: 15px;
    color: #232323;
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, .2)
}

.litepicker .container__main .container__months {
    box-shadow: none;
    border-radius: 0
}

.litepicker .container__main .container__months .month-item-header .button-next-month > svg, .litepicker .container__main .container__months .month-item-header .button-previous-month > svg {
    fill: none !important
}

.litepicker .container__main .month-item-weekdays-row {
    text-transform: uppercase
}

.litepicker .container__main .fly-selector {
    display: grid;
    grid-template-columns:40% 60%;
    gap: 4px 0;
    padding: 10px 0 25px;
    margin: 0 10px 5px;
    position: relative
}

.litepicker .container__main .fly-selector:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #898989;
    bottom: 0
}

.litepicker .container__main .fly-selector .col:last-child {
    justify-content: flex-end;
    display: grid;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-box-align: end
}

.litepicker .container__main .fly-selector .oms {
    opacity: 0;
    cursor: initial;
    display: none
}

.litepicker .container__main .fly-selector .oms.active {
    opacity: 1;
    display: block
}

.litepicker .container__main .fly-selector .options {
    gap: 20px;
    display: flex;
    position: relative;
    text-transform: capitalize
}

.litepicker .container__main .fly-selector .options div {
    cursor: pointer;
    padding: 0 20px 0 40px;
    position: relative
}

.litepicker .container__main .fly-selector .options div:last-child {
    padding-right: 0
}

.litepicker .container__main .fly-selector .options div:before, .litepicker .container__main .fly-selector .options div:after {
    position: absolute;
    content: " ";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.litepicker .container__main .fly-selector .options div:before {
    border: 2px solid #ffe6cc
}

.litepicker .container__main .fly-selector .options div.active:before {
    background-color: #ffe6cc
}

.litepicker .container__main .fly-selector .options div.active:after {
    width: 10px;
    height: 10px;
    background-color: #282828;
    left: 7px
}

.litepicker .container__main .container__days .day-item.is-today {
    box-shadow: inset 0px 0px 1px 1px #fccc99
}

.litepicker .container__tooltip {
    color: #232323
}

.litepicker .container__days {
    font-size: 16px;
    font-weight: 400
}

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

.travalers_class {
    position: absolute;
    top: 100%;
    margin-top: 4px;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    font-size: 14px;
    color: #232323;
    display: none;
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, .2);
    z-index: 122
}

.travalers_class.active {
    display: block
}

.travalers_class .op {
    display: grid;
    gap: 5px;
    grid-template-columns:70px 127px
}

.travalers_class .inp {
    display: flex;
    vertical-align: middle;
    align-items: center
}

.travalers_class .op.col {
    margin-bottom: 15px
}

.travalers_class .op.col:last-child {
    margin-bottom: 0
}

.travalers_class .op.col .col:last-child {
    justify-content: flex-end;
    display: grid;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-box-align: end
}

.travalers_class .subtit {
    color: #898989;
    font-size: 12px
}

.travalers_class .tit {
    padding-top: 4px;
    font-size: 15px
}

.travalers_class .btn {
    cursor: pointer
}

.travalers_class .btn:active {
    background-color: #f7d3ac;
    color: #000
}

.travalers_class .btn._disb {
    opacity: .3;
    background-color: rgba(36, 36, 36, .161)
}

.travalers_class .cel {
    width: 35px;
    border: #f7d3ac 1px solid;
    height: 35px;
    overflow: hidden;
    position: relative;
    line-height: 32px;
    text-align: center;
    font-size: 20px
}

.travalers_class .cel:first-child {
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.travalers_class .cel:last-child {
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.travalers_class .cel input {
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    line-height: 35px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 16px
}

.travalers_class .bclass {
    padding: 20px 0 0;
    margin: 20px 0 0;
    position: relative
}

.travalers_class .bclass:before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #b7b7b7;
    top: 0
}

.travalers_class .bclass .select {
    padding: 10px 5px 10px 50px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px
}

.travalers_class .bclass .select:last-child {
    margin-bottom: 0px
}

.travalers_class .bclass .select:before, .travalers_class .bclass .select:after {
    position: absolute;
    content: " ";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.travalers_class .bclass .select:before {
    border: 1px solid #f6d4ac
}

.travalers_class .bclass .select.active:before {
    background-color: #f6d4ac
}

.travalers_class .bclass .select.active:after {
    width: 10px;
    height: 10px;
    background-color: #282828;
    left: 6px
}

.sdline {
    display: grid;
    width: 100%;
    grid-template-columns:1fr auto 1fr;
    padding: 20px 0 10px;
    position: relative
}

.sdline .lspace, .sdline .rspace {
    position: relative;
    overflow: hidden
}

.sdline .lspace:before, .sdline .rspace:before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #4d4d4d;
    top: 50%
}

.sdline .ctxt {
    text-align: center;
    padding: 0 10px;
    color: #fff;
    font-size: 16px
}

.search-result {
    position: relative;
    z-index: 44
}

.search-result .bkg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.search-result .bkg-layer img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5;
    z-index: 1;
    position: relative
}

.search-result .bkg-layer:before {
    z-index: 2;
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #121212;
    background: linear-gradient(0deg, rgb(18, 18, 18) 10%, rgba(18, 18, 18, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121212", endColorstr="#121212", GradientType=1)
}

@media (max-width: 1200px) {
    .search-result .bkg-layer:before {
        background: linear-gradient(0deg, rgb(18, 18, 18) 50%, rgba(18, 18, 18, 0.1) 100%)
    }
}

@media (max-width: 576px) {
    .search-result .bkg-layer {
        display: none
    }
}

.search-result .container {
    position: relative;
    z-index: 1
}

.search-result .text-field {
    border-radius: 4px;
    overflow: hidden
}

.search-result .search-result__form-container .text-field__container {
    border-radius: 4px
}

.search-result .search-result__container .search-result__ticket.bordered {
    position: relative
}

.search-result .search-result__container .search-result__ticket.bordered:after, .search-result .search-result__container .search-result__ticket.bordered:before {
    width: 2px;
    height: 15px;
    border-radius: 10px;
    content: " ";
    background-color: #f7d3ac;
    right: 40px;
    position: absolute;
    top: 50%
}

.search-result .search-result__container .search-result__ticket.bordered:after {
    transform: translate(0, calc(-50% - 5px)) rotate(-45deg)
}

.search-result .search-result__container .search-result__ticket.bordered:before {
    transform: translate(0, calc(-50% + 5px)) rotate(45deg)
}

.search-result .search-result__container .search-result__ticket .search-result__ticket-price {
    padding-bottom: 4px
}

.search-result .search-result__container .search-result__ticket .search-result__ticket-price.big {
    text-wrap: nowrap
}

@media (max-width: 576px) {
    .search-result .search-result__container .search-result-bottom__container {
        position: fixed
    }

    .search-result .search-result__container .search-result-bottom__container .search-result__reserve {
        margin-bottom: 44px
    }
}

@media (max-width: 576px) {
    .search-result .search-result__container .search-result-bottom__container.open {
        width: 100vw
    }

    .search-result .search-result__container .search-result-bottom__container.open .hdr {
        grid-template-columns:auto 1fr
    }

    .search-result .search-result__container .search-result-bottom__container.open .hdr .left {
        justify-content: center;
        position: relative;
        display: grid
    }

    .search-result .search-result__container .search-result-bottom__container.open .hdr .left div {
        font-size: 16px !important;
        font-family: "Lato", sans-serif;
        margin: 0 !important;
        font-weight: 100
    }

    .search-result .search-result__container .search-result-bottom__container.open .hdr .right {
        display: block;
        text-align: center;
        margin-left: 10px
    }

    .search-result .search-result__container .search-result-bottom__container.open .hdr .right img {
        display: none
    }

    .search-result .search-result__container .search-result-bottom__container.open .hr-line .hr-text {
        background-color: #121212
    }

    .search-result .search-result__container .search-result-bottom__container.open .search-result__note {
        width: calc(100% - 40px);
        left: 20px;
        margin-bottom: 80px
    }
}

.search-result .search-result__container .hr-line-mb {
    display: none
}

.search-result .search-result__container ._discla.min {
    padding-bottom: 20px
}

@media (max-width: 767px) {
    .search-result .search-result__container .search-result__ticket-logo_container, .search-result .search-result__container .sdline {
        display: none
    }

    .search-result .search-result__container .search-result__tickets {
        margin-bottom: 10px
    }

    .search-result .search-result__container .hdr .left div {
        text-align: left !important
    }

    .search-result .search-result__container .search-result__reserve {
        padding: 40px
    }
}

@media (max-width: 576px) {
    .search-result .search-result__container._Nwm .search-result-bottom__container {
        position: relative;
        transform: none;
        height: auto;
        top: auto
    }

    .search-result .search-result__container._Nwm .search-result__info-container, .search-result .search-result__container._Nwm .search-result__ticket-badge, .search-result .search-result__container._Nwm .search-result__ticket-btn {
        display: none
    }

    .search-result .search-result__container._Nwm .search-result__reserve {
        padding: 0 !important
    }

    .search-result .search-result__container._Nwm .search-result__reserve .hdr, .search-result .search-result__container._Nwm .search-result__reserve .hr-line {
        display: none
    }

    .search-result .search-result__container._Nwm .search-result__tickets {
        margin-bottom: 0
    }

    .search-result .search-result__container._Nwm .search-result__tickets .search-result__ticket {
        border: none;
        border-left: 4px solid #f7d3ac;
        border-right: 4px solid #f7d3ac;
        border-top: 4px solid #f7d3ac;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .search-result .search-result__container._Nwm .search-result__tickets .search-result__ticket .search-result__ticket-container {
        gap: 40px
    }

    .search-result .search-result__container._Nwm .search-result__tickets .search-result__ticket .search-result__ticket-container .search-result__ticket-text-container p {
        margin-top: 0
    }

    .search-result .search-result__container._Nwm .search-result__form-container {
        padding: 15px 20px 0;
        border-left: 4px solid #f7d3ac;
        border-right: 4px solid #f7d3ac;
        background: #1c1c1c;
        gap: 5px
    }

    .search-result .search-result__container._Nwm .search-result__call-chekb {
        border-left: 4px solid #f7d3ac;
        border-right: 4px solid #f7d3ac;
        border-bottom: 4px solid #f7d3ac;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        width: calc(100% - 12px);
        margin: 0px;
        padding: 25px 2px 30px;
        position: relative;
        top: -1px;
        background: #1c1c1c
    }

    .search-result .search-result__container._Nwm ._discla {
        margin-top: 15px !important
    }

    .search-result .search-result__container._Nwm ._discla.min {
        padding-bottom: 0px
    }

    .search-result .search-result__container._Nwm .hr-line-mb {
        display: block;
        text-align: center;
        border-left: 4px solid #f7d3ac;
        border-right: 4px solid #f7d3ac;
        background: #1c1c1c;
        padding-top: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px
    }
}

.search-result .iti__country span {
    font-size: 16px !important;
    color: #000 !important;
    margin-top: 0 !important
}

@media (max-width: 576px) {
    .search-result .search-result-bottom__container {
        top: 79px
    }
}

@media (max-width: 576px) {
    .search-result {
        padding-top: 20px
    }

    .search-result .container {
        max-width: calc(100vw - 10px)
    }
}

.-orange {
    color: #fa8f1c !important
}

.-gray {
    color: #7d7d7d !important
}

.button-primary {
    white-space: nowrap
}

.dsk_hide .container {
    display: none
}

@media (max-width: 920px) {
    .dsk_hide .container {
        display: block
    }
}

.main.success-message .search-result__subtitle {
    line-height: 30px;
    font-size: 18px;
    font-weight: 500
}

.search-result__reserve .search-result__title.title, .hero.region .search-result__title.title, .feedback .search-result__title.title {
    font-size: 30px
}

.search-result__reserve ._discla, .hero.region ._discla, .feedback ._discla {
    margin: 0 !important
}

.search-result__reserve .search-result__call-chekb, .hero.region .search-result__call-chekb, .feedback .search-result__call-chekb {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    margin: 24px 0
}

.search-result__reserve .search-result__call-chekb .chekbo, .hero.region .search-result__call-chekb .chekbo, .feedback .search-result__call-chekb .chekbo {
    position: relative;
    width: 300px;
    font-size: 12px
}

@media (max-width: 576px) {
    .search-result__reserve .search-result__call-chekb .chekbo, .hero.region .search-result__call-chekb .chekbo, .feedback .search-result__call-chekb .chekbo {
        position: relative;
        width: calc(100% - 94px);
        font-size: 12px;
        text-align: left
    }
}

.search-result__reserve .search-result__call-chekb input:not(:checked) + .chekbo:before, .hero.region .search-result__call-chekb input:not(:checked) + .chekbo:before, .feedback .search-result__call-chekb input:not(:checked) + .chekbo:before {
    content: " ";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #7d7d7d;
    border-radius: 4px;
    margin: 0 0 0 -28px;
    left: 0;
    transform: translate(0, -50%);
    top: 50%
}

.search-result__reserve .search-result__call-chekb input:checked + .chekbo:after, .hero.region .search-result__call-chekb input:checked + .chekbo:after, .feedback .search-result__call-chekb input:checked + .chekbo:after {
    content: " ";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/common/tick-black.svg);
    background-repeat: no-repeat;
    background-position: center 30%;
    background-color: #f7d3ac;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin: 0 0 0 -28px;
    left: 0;
    transform: translate(0, -50%);
    top: 50%
}

.search-result__reserve .search-result__call-chekb input, .hero.region .search-result__call-chekb input, .feedback .search-result__call-chekb input {
    display: none
}

.success-message .search-result .search-result-bottom__container {
    overflow: inherit;
    height: auto
}

.success-message.onfly .search-result-bottom__container {
    overflow: auto;
    height: calc(100vh - 79px)
}

@media (max-width: 920px) {
    .hero__wrapper .hero {
        height: auto;
        padding-bottom: 60px;
        min-height: 500px
    }
}

.search-details {
    background-color: #1c1c1c
}

.search-details .search-edit__container .text-field__reset.-red {
    display: none !important
}

.search-flight .item-1, .email .item-1 {
    border-radius: 4px 0 0 4px !important
}

.search-flight .item-1 label, .search-flight .item-1 input, .email .item-1 label, .email .item-1 input {
    border-radius: 4px 0 0 4px !important
}

.search-flight .item-2, .email .item-2 {
    border-radius: 0 !important
}

.search-flight .item-2 label, .search-flight .item-2 input, .email .item-2 label, .email .item-2 input {
    border-radius: 0 !important
}

.search-flight .item-3, .email .item-3 {
    border-radius: 0 !important
}

.search-flight .item-3 label, .search-flight .item-3 input, .email .item-3 label, .email .item-3 input {
    border-radius: 0 !important
}

.search-flight .item-4, .email .item-4 {
    border-radius: 0 !important
}

.search-flight .item-4 label, .search-flight .item-4 input, .email .item-4 label, .email .item-4 input {
    border-radius: 0 !important
}

.search-flight .item-5, .email .item-5 {
    border-radius: 0 !important
}

.search-flight .item-5 label, .search-flight .item-5 input, .email .item-5 label, .email .item-5 input {
    border-radius: 0 !important
}

.search-flight .item-6, .email .item-6 {
    border-radius: 0 4px 4px 0 !important
}

.search-flight .item-6 label, .search-flight .item-6 input, .email .item-6 label, .email .item-6 input {
    border-radius: 0 4px 4px 0 !important
}

@media (max-width: 920px) {
    .search-flight .item-1, .email .item-1 {
        border-radius: 4px 0 0 0 !important
    }

    .search-flight .item-1 label, .search-flight .item-1 input, .email .item-1 label, .email .item-1 input {
        border-radius: 4px 0 0 0 !important
    }

    .search-flight .item-2, .email .item-2 {
        border-radius: 0 !important
    }

    .search-flight .item-2 label, .search-flight .item-2 input, .email .item-2 label, .email .item-2 input {
        border-radius: 0 !important
    }

    .search-flight .item-3, .email .item-3 {
        border-radius: 0 4px 0 0 !important
    }

    .search-flight .item-3 label, .search-flight .item-3 input, .email .item-3 label, .email .item-3 input {
        border-radius: 0 4px 0 0 !important
    }

    .search-flight .item-4, .email .item-4 {
        border-radius: 0 0 0 4px !important
    }

    .search-flight .item-4 label, .search-flight .item-4 input, .email .item-4 label, .email .item-4 input {
        border-radius: 0 0 0 4px !important
    }

    .search-flight .item-5, .email .item-5 {
        border-radius: 0 !important
    }

    .search-flight .item-5 label, .search-flight .item-5 input, .email .item-5 label, .email .item-5 input {
        border-radius: 0 !important
    }

    .search-flight .item-6, .email .item-6 {
        border-radius: 0 0 4px 0 !important
    }

    .search-flight .item-6 label, .search-flight .item-6 input, .email .item-6 label, .email .item-6 input {
        border-radius: 0 0 4px 0 !important
    }
}

@media (max-width: 576px) {
    .search-flight .item-4, .email .item-4 {
        border-radius: 0 !important
    }

    .search-flight .item-4 label, .search-flight .item-4 input, .email .item-4 label, .email .item-4 input {
        border-radius: 0 !important
    }

    .search-flight .item-5, .email .item-5 {
        border-radius: 0 0 0 4px !important
    }

    .search-flight .item-5 label, .search-flight .item-5 input, .email .item-5 label, .email .item-5 input {
        border-radius: 0 0 0 4px !important
    }

    .search-flight .item-6, .email .item-6 {
        border-radius: 0 0 4px 0 !important
    }

    .search-flight .item-6 label, .search-flight .item-6 input, .email .item-6 label, .email .item-6 input {
        border-radius: 0 0 4px 0 !important
    }
}

.feedback__form .item-4 {
    z-index: 1
}

.feedback__form .item-3 {
    z-index: 2
}

.feedback__form .item-2 {
    z-index: 3;
    margin-right: 0
}

.feedback__form .item-1 {
    z-index: 4
}

.main .text-field.error .error__text {
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: none;
    color: #fff !important;
    background: #fa4510 !important;
    z-index: 119;
    text-align: right;
    right: 0;
    margin-top: 2px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px !important;
    left: auto !important
}

.main .text-field.error .error__text:before {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: -5px;
    right: 18px;
    background: #fa4510 !important;
    z-index: 1
}

.main .text-field.error .error__text span {
    position: relative;
    z-index: 2;
    color: #fff !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    font-size: 10px !important;
    line-height: 12px !important
}

.main .text-field.error .text-field__reset {
    display: none
}

.main .text-field.error .text-field__reset.-red {
    display: block !important
}

._sp-b-100 {
    padding-bottom: 100px
}

._sp-b-50 {
    padding-bottom: 50px
}

._sp-b-70 {
    padding-bottom: 70px
}

._sp-t-0 {
    padding-top: 0px
}

.email .text-field__container-email {
    border-radius: 4px
}

.email .text-field__email .text-field__icon.-red {
    display: none
}

.email .text-field__email.error .text-field__icon.-def {
    display: none
}

.email .text-field__email.error .text-field__icon.-red {
    display: block
}

.email .email__subtitle {
    width: 800px;
    margin: 0 auto
}

@media screen and (max-width: 980px) {
    .email .email__subtitle {
        width: 100%;
        padding-bottom: 20px
    }
}

.book__bottom img {
    overflow: hidden;
    border-radius: 8px
}

.customers .customers__item {
    min-height: 194px
}

.customers .customers__item-head img {
    width: 100px
}

.customers .container {
    position: relative;
    overflow: hidden
}

.customers .container-i {
    overflow: hidden
}

.customers .swiper-button-previs, .customers .swiper-button-nextis {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    z-index: 44;
    bottom: 120px;
    cursor: pointer
}

.customers .swiper-button-previs:before, .customers .swiper-button-previs:after, .customers .swiper-button-nextis:before, .customers .swiper-button-nextis:after {
    width: 2px;
    height: 12px;
    background-color: #f7d3ac;
    border-radius: 10px;
    position: absolute;
    content: " ";
    transform: translate(-50%, -50%);
    top: 50%;
    left: calc(50% - 3px)
}

.customers .swiper-button-previs:before, .customers .swiper-button-nextis:before {
    transform: translate(-50%, calc(-50% + 4px)) rotate(-45deg)
}

.customers .swiper-button-previs:after, .customers .swiper-button-nextis:after {
    transform: translate(-50%, calc(-50% - 4px)) rotate(45deg)
}

.customers .swiper-button-previs {
    left: -25px
}

.customers .swiper-button-nextis {
    right: -25px;
    transform: rotate(180deg)
}

@media screen and (max-width: 920px) {
    .customers .customers__item {
        max-width: 100%
    }

    .customers .swiper-button-previs, .customers .swiper-button-nextis {
        display: none
    }

    .customers .swiper-wrapper {
        display: grid;
        justify-items: center
    }

    .customers .swiper-wrapper .swiper-slide {
        height: auto !important;
        margin-bottom: 20px;
        display: none
    }

    .customers .swiper-wrapper .swiper-slide:nth-child(1), .customers .swiper-wrapper .swiper-slide:nth-child(2) {
        display: block
    }
}

.partners .partners__logo-container img {
    opacity: .5
}

.partners.dark {
    background-color: #121212
}

.regions-holder {
    position: relative;
    padding: 0 0 60px
}

.regions-holder .bkgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.regions-holder .bkgimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .4;
    position: relative;
    z-index: 2
}

.regions-holder .bkgimg:before {
    content: " ";
    position: absolute;
    background: #121212;
    background: linear-gradient(0deg, rgb(18, 18, 18) 20%, rgba(18, 18, 18, 0) 100%);
    z-index: 3;
    width: 100%;
    height: 100%
}

.hero-contacts {
    padding-top: 15vh;
    height: calc(100vh - 139px - 15vh);
    min-height: 650px
}

.hero-reviews .hero-reviews__company img {
    margin: 0 15px
}

.customers .customers__title {
    margin-bottom: 23px
}

.customers .customers__subtitle {
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 48px
}

.regio-page {
    position: relative;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0) !important
}

.regio-page .tabs {
    margin: 40px 0 20px
}

.regio.book {
    padding-top: 60px;
    padding-bottom: 64px
}

.hero__wrapper .hero {
    background: #000;
    min-height: 700px
}

.hero__wrapper .hero .airlanes__bkg, .hero__wrapper .hero .airlanes__video {
    position: absolute;
    top: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    opacity: .5;
    width: 100%;
    filter: blur(1px)
}

[data-first] {
    background-color: #7d7d7d !important
}

@media screen and (max-width: 1245px) {
    .deals.deals-page .tabs {
        display: grid;
        grid-template-columns:repeat(4, 1fr)
    }

    .deals.deals-page .tabs .tab:first-child {
        border-radius: 8px 0 0 0
    }

    .deals.deals-page .tabs .tab:last-child {
        border-radius: 0 0 8px 0
    }

    .deals.deals-page .tabs .tab:nth-child(4) {
        border-radius: 0 8px 0 0
    }

    .deals.deals-page .tabs .tab:nth-child(5) {
        border-radius: 0 0 0 8px
    }
}

@media screen and (max-width: 955px) {
    .deals.deals-page .tabs {
        grid-template-columns:repeat(3, 1fr)
    }

    .deals.deals-page .tabs .tab:nth-child(4), .deals.deals-page .tabs .tab:nth-child(5) {
        border-radius: 0
    }

    .deals.deals-page .tabs .tab:nth-child(3) {
        border-radius: 0 8px 0 0
    }

    .deals.deals-page .tabs .tab:nth-child(7) {
        border-radius: 0 0 0 8px
    }
}

@media screen and (max-width: 740px) {
    .deals.deals-page .tabs {
        grid-template-columns:repeat(2, 1fr)
    }

    .deals.deals-page .tabs .tab:nth-child(4), .deals.deals-page .tabs .tab:nth-child(5), .deals.deals-page .tabs .tab:nth-child(3) {
        border-radius: 0
    }

    .deals.deals-page .tabs .tab:nth-child(2) {
        border-radius: 0 8px 0 0
    }

    .deals.deals-page .tabs .tab:nth-child(7) {
        border-radius: 0 0 0 8px
    }
}

@media screen and (max-width: 500px) {
    .deals.deals-page .tabs {
        display: none
    }
}

.deals.deals-page .tab-content .swiper-wrapper .swiper-slide .deals-cards__item + a {
    width: 100%
}

._swapone {
    display: block
}

._swaptwo {
    display: none
}

.hero.region .search-result__ticket-list {
    padding: 40px 60px 20px 40px
}

.hero.region .search-result__ticket-list .search-result__ticket {
    border-radius: 0
}

.hero.region .search-result__ticket-list .search-result__ticket .search-result__ticket-right {
    display: inline-flex;
    gap: 20px
}

.hero.region .search-result__ticket-list .search-result__ticket .search-result__ticket-right .search-result__ticket-prices.big, .hero.region .search-result__ticket-list .search-result__ticket .search-result__ticket-right .search-result__ticket-prices {
    display: flex;
    justify-content: end;
    align-items: center
}

.hero.region .search-result__ticket-list .search-result__ticket .search-result__ticket-right .search-result__ticket-prices.big {
    color: #fff
}

.hero.region .search-result__ticket-list .search-result__ticket-prices {
    min-width: 80px;
    text-align: right
}

.hero.region .search-result__ticket-list .search-result__ticket-prices.rght {
    min-width: 150px;
    text-align: right
}

.hero.region .search-result__ticket-list .search-result__ticket-old-price {
    color: #fff
}

.hero.region .search-result__ticket-list .head {
    border: none;
    padding: 0 5px
}

.hero.region .search-result__ticket-list .head .search-result__ticket-prices, .hero.region .search-result__ticket-list .head .search-result__ticket-left {
    color: #7d7d7d;
    font-size: 12px
}

.hero.region .search-result__ticket-list .search-result__ticket-best-price, .hero.region .search-result__ticket-list .search-result__ticket-price.big {
    font-size: 28px
}

.hero.region .search-result__ticket {
    padding: 14px 4px 18px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #434343;
    cursor: pointer
}

.hero.region .search-result__ticket:last-child {
    border: none
}

.hero.region .search-result__ticket.big {
    padding: 40px 60px 40px 40px;
    background: #1c1c1c;
    border: none
}

.hero.region .search-result__ticket.big .search-result__ticket-best-price {
    line-height: normal;
    padding-bottom: 10px
}

.hero.region .search-result__ticket.big .search-result__ticket-right {
    gap: 0
}

.hero.region .search-result__ticket.big .search-result__ticket.mini {
    padding: 10px 15px !important
}

.hero.region .search-result__ticket .search-result__ticket-container {
    gap: 40px;
    width: 100%
}

@media screen and (max-width: 600px) {
    .hero.region .search-result__ticket {
        margin: 0;
        padding: 14px 15px !important
    }

    .hero.region .search-result__ticket.mini.head {
        margin: 20px 0 -10px 0
    }

    .hero.region .search-result__ticket .search-result__ticket-container {
        gap: 5px
    }

    .hero.region .search-result__ticket .search-result__ticket-container .search-result__ticket-best-price {
        font-size: 23px
    }

    .hero.region .search-result__ticket .search-result__ticket-container .search-result__ticket-right {
        gap: 0
    }

    .hero.region .search-result__ticket .search-result__ticket-container .search-result__ticket-right .search-result__ticket-prices.rght {
        min-width: 120px
    }

    .hero.region .search-result__ticket .search-result__ticket-note {
        font-size: 13px
    }

    .hero.region .search-result__ticket .search-result__ticket-prices {
        min-width: 60px
    }
}

@media screen and (max-width: 600px) {
    .hero.region .search-result__ticket-list {
        padding: 0px
    }
}

.hero.region .search-result__ticket-note {
    color: #7d7d7d
}

.hero.region .search-result__title {
    text-align: center;
    font-family: "Playfair Display", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding: 10px 0
}

.hero.region .emptyr {
    justify-content: center;
    grid-template-columns:repeat(1, 1fr)
}

.hero.region .emptyr ._exted_form {
    max-width: 700px;
    margin: 0 auto
}

.hero.region.-rd .srt-head {
    margin-left: 4px
}

.hero.region.-rd .srt-head .srt-title {
    font-size: 64px;
    font-family: "Playfair Display", sans-serif;
    line-height: 85px
}

.hero.region.-rd .srt-subtitle {
    font-size: 24px;
    margin: 5px 0 25px
}

.hero.region.-rd .orange {
    color: #fa8f1c
}

.hero.region.-rd .highlight {
    color: #f7d3ac
}

.hero.region.-rd .search-result__ticket.big {
    border: 2px solid #f7d3ac;
    position: relative
}

.hero.region.-rd .search-result__ticket.big:after, .hero.region.-rd .search-result__ticket.big:before {
    width: 2px;
    height: 15px;
    border-radius: 10px;
    content: " ";
    background-color: #f7d3ac;
    right: 40px;
    position: absolute;
    top: 50%
}

.hero.region.-rd .search-result__ticket.big:after {
    transform: translate(0, calc(-50% - 5px)) rotate(-45deg)
}

.hero.region.-rd .search-result__ticket.big:before {
    transform: translate(0, calc(-50% + 5px)) rotate(45deg)
}

.hero.region.-rd .search-result__ticket.big .search-result__ticket-container {
    display: grid;
    grid-template-columns:50% auto
}

.hero.region.-rd .search-result__ticket.big .search-result__ticket-note {
    font-size: 14px;
    color: #7d7d7d;
    margin-bottom: 14px
}

.hero.region.-rd .search-result__ticket.big .search-result__ticket-price.big {
    font-size: 40px
}

.hero.region.-rd .search-result__ticket.big .search-result__ticket-info {
    font-size: 20px
}

@media screen and (max-width: 436px) {
    .hero.region.-rd .search-result__ticket.big .search-result__ticket-container {
        display: block
    }

    .hero.region.-rd .search-result__ticket.big .search-result__ticket-left {
        text-align: center
    }

    .hero.region.-rd .search-result__ticket.big .search-result__ticket-right {
        text-align: center;
        margin-top: 30px
    }

    .hero.region.-rd .search-result__ticket.big .search-result__ticket-right br {
        display: none
    }
}

@media screen and (max-width: 436px) {
    .hero.region.-rd .hero__search-flight_container._exted_form .srt-block {
        padding: 28px 22px 18px 22px
    }

    .hero.region.-rd .hero__search-flight_container._exted_form .srt-block .subtitle {
        font-size: 14px !important;
        text-align: left !important
    }

    .hero.region.-rd .hero__search-flight_container._exted_form .srt-block .search-result__title.title {
        margin-top: 3px
    }

    .hero.region.-rd .container {
        max-width: calc(100vw - 40px)
    }
}

.hero.region.-rd .search-result__ticket-subtitle {
    font-size: 14px;
    color: #e1e1e1;
    margin-top: 25px
}

.hero.region.-rd .srt-tablehead {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-left: 5px
}

.hero.region.-rd .search-result__ticket.mini {
    position: relative
}

.hero.region.-rd .search-result__ticket.mini:hover * {
    color: #f7d3ac !important
}

.hero.region.-rd .search-result__ticket.mini:hover:after, .hero.region.-rd .search-result__ticket.mini:hover:before {
    width: 2px;
    height: 9px;
    border-radius: 10px;
    content: " ";
    background-color: #f7d3ac;
    right: -15px;
    position: absolute;
    top: 50%
}

.hero.region.-rd .search-result__ticket.mini:hover:after {
    transform: translate(0, calc(-50% - 3px)) rotate(-45deg)
}

.hero.region.-rd .search-result__ticket.mini:hover:before {
    transform: translate(0, calc(-50% + 3px)) rotate(45deg)
}

.hero.region.-rd .search-result__ticket.mini.head .-col {
    font-size: 16px;
    font-weight: 100;
    color: #7d7d7d
}

.hero.region.-rd .search-result__ticket-best-price, .hero.region.-rd .search-result__ticket-price.big, .hero.region.-rd .bordered .search-result__ticket-prices {
    font-size: 24px;
    line-height: 28px
}

.hero.region.-rd .search-result__ticket-old-price {
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: strikethrough;
    text-decoration: line-through
}

.hero.region.-rd .srt-cta {
    text-align: center
}

.hero.region.-rd .srt-cta-title {
    font-size: 24px;
    line-height: 28px;
    color: #f7d3ac;
    margin: 25px 0 15px
}

.hero.region.-rd .srt-cta-note {
    font-size: 20px;
    line-height: 24px
}

.hero.region.-rd ._exted_form {
    background-color: rgba(0, 0, 0, 0);
    padding: 0
}

.hero.region.-rd ._exted_form .srt-block {
    background-color: #1c1c1c;
    padding: 38px 32px 28px 32px;
    border-radius: 10px
}

.hero.region.-rd ._exted_form .hdr {
    padding: 0
}

.hero.region.-rd ._exted_form .hdr .search-result__title {
    text-align: left;
    padding: 0;
    margin: 0
}

@media (max-width: 767px) {
    .hero.region.-rd {
        margin: 0;
        padding: 0
    }

    .hero.region.-rd .search-result__ticket.big {
        margin-bottom: 30px
    }

    .hero.region.-rd .search-result__ticket.big:after, .hero.region.-rd .search-result__ticket.big:before {
        right: 50%;
        position: absolute;
        top: auto;
        bottom: -40px
    }

    .hero.region.-rd .search-result__ticket.big:after {
        transform: translate(calc(-50% - 5px), 0) rotate(-45deg)
    }

    .hero.region.-rd .search-result__ticket.big:before {
        transform: translate(calc(-50% + 5px), 0) rotate(45deg)
    }

    .hero.region.-rd .search-result__ticket-list, .hero.region.-rd .srt-cta {
        display: none
    }
}

.search-result .search-result__ticket-container .search-result__ticket-text.-orange {
    font-size: 16px
}

.search-result .search-result__ticket-container .search-result__ticket-text.-gray {
    font-size: 14px
}

.search-result .search-result__ticket-container .search-result__ticket-best-price {
    margin-bottom: 5px
}

.search-result .search-result__ticket-container .search-result__ticket-text {
    margin-top: 10px
}

.search-result .search-result__ticket-container .search-result__ticket-text-container {
    margin-top: 10px
}

.search-result .search-result__ticket-small .search-result__ticket-best-price {
    color: #f7d3ac;
    font-size: 24px;
    line-height: 28px
}

.search-result .search-result__ticket-small .search-result__ticket-text {
    margin-top: 2px
}

.search-result .search-result__ticket-small .search-result__ticket-text-container {
    margin-top: 20px
}

@media (max-width: 767px) {
    .search-result .search-result__ticket-small {
        display: block
    }
}

@media (max-width: 767px) {
    .search-result .search-result__ticket {
        display: none
    }

    .search-result .search-result__ticket.bordered {
        display: block
    }

    .search-result .search-result__ticket.bordered .search-result__ticket-price {
        font-size: 40px;
        color: #f7d3ac;
        white-space: nowrap
    }

    .search-result .search-result__ticket.bordered .search-result__ticket-text:not(.-gray) {
        display: none
    }

    .search-result .search-result__ticket.bordered .search-result__ticket-best-price {
        color: #fff
    }
}

@media (max-width: 1200px) {
    .search-result .search-result__info {
        border-radius: 10px;
        margin-bottom: 20px;
        overflow: hidden
    }
}

@media (max-width: 576px) {
    .search-result .search-result__info {
        border-radius: 0px;
        margin-bottom: 0px
    }
}

.search-result .search-result__reserve.dones .search-result__call-title {
    margin-bottom: 30px
}

.search-result .search-result__reserve.dones .-gray-back {
    background-color: #3b3b3b;
    border-radius: 10px;
    padding: 30px;
    line-height: 24px;
    color: #fff !important
}

.search-result .search-result__reserve.dones .search-result-subtitle {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width: 576px) {
    .search-result .search-result__reserve.dones {
        margin-top: 40px;
        z-index: 22
    }

    .search-result .search-result__reserve.dones .search-result__title.title {
        font-size: 24px !important
    }

    .search-result .search-result__reserve.dones .search-result-subtitle {
        font-size: 16px
    }

    .search-result .search-result__reserve.dones .search-result__call {
        margin-bottom: 44px
    }
}

@media (max-width: 1200px) {
    .search-result .search-result__ticket.big:after, .search-result .search-result__ticket.big:before {
        display: none
    }
}

@media (max-width: 576px) {
    .search-result .search-result__ticket-text.-orange {
        display: none
    }

    .search-result .search-result__ticket-price.big {
        font-size: 40px
    }

    .search-result .search-result__ticket-badge {
        display: block;
        position: absolute;
        background: rgba(0, 0, 0, 0);
        color: #fff;
        bottom: 96px;
        text-transform: none;
        text-align: center;
        width: calc(100% - 90px)
    }

    .search-result .search-result__ticket-btn {
        margin-top: 60px
    }

    .search-result .search-result__info-container {
        background-color: #f7d3ac
    }

    .search-result .search-result__info-container div, .search-result .search-result__info-container h6, .search-result .search-result__info-container p, .search-result .search-result__info-container span {
        color: #1c1c1c
    }

    .search-result .hdr .button.button-secondary {
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #f7d3ac;
        color: #f7d3ac
    }
}

.footer .footer-top .footer-top__list-container {
    margin-bottom: 32px
}

.footer .footer-top .footer-top__list li a:hover {
    color: #ffe6cc
}

.footer .footer-bottom .f-logos img[alt="Trust Pilot"] {
    margin: 10px 0 0 4px
}

.footer .footer-bottom.max .f-logos-container {
    margin: 20px 5px
}

.footer .footer-bottom.max .f-logos-container .f-logos {
    display: flex;
    gap: 10px
}

.footer .footer-bottom.max .f-logos-container .f-logos .lgos {
    height: 64px
}

.footer .footer-bottom.max .f-logos-container .f-logos .footer-bottom__lg {
    height: 50%;
    top: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    width: auto;
}

.footer .footer-bottom.max .footer-bottom__right {
    max-width: 710px
}

.footer .footer-bottom.max .footer-bottom__right .footer-bottom__text {
    font-size: 12px
}

.footer .footer-bottom.max .f-logos-container {
    margin: 0
}

.footer .footer-bottom.mini .footer-bottom__logo:first-child {
    margin-right: 0px !important
}

.footer .footer-bottom.mini .footer-bottom__container {
    align-items: initial;
    margin-top: 10px
}

.footer .footer-bottom.mini .footer-bottom__container .footer-bottom__title {
    margin-top: 10px
}

.footer .footer-bottom.mini .f-logos-container.min {
    margin: 0;
    margin-top: 24px
}

.footer .footer-bottom.mini .f-logos-n .f-logos {
    grid-template-columns:repeat(4, 1fr);
    display: grid
}

@media (max-width: 920px) {
    .footer {
        display: block;
        padding: 48px 0 0;
        width: 100%
    }

    .footer .footer-top {
        width: 100%
    }

    .footer .footer-top__list-container:nth-child(2), .footer .footer-top__list-container:nth-child(3), .footer .footer-top__list-container:nth-child(4) {
        display: block
    }

    .footer .footer-top__list-container {
        max-width: 25%
    }

    .footer .footer-bottom__right {
        width: 100%;
        max-width: 100% !important
    }

    .footer .footer-bottom__text, .footer .footer-bottom__title {
        text-align: center
    }

    .footer .footer-bottom {
        padding-bottom: 48px
    }

    .footer .footer-bottom.max {
        background-color: #121212;
        padding-top: 40px;
        margin-top: 30px;
        overflow: hidden
    }

    .footer .footer-bottom.max .f-logos-container {
        margin: 24px 0 10px 10px
    }

    .footer .footer-bottom.max .footer-bottom__logo {
        margin: 0
    }

    .footer .footer-bottom.max .f-logos {
        justify-content: center;
        gap: 15px
    }

    .footer .footer-bottom.max .f-logos-n {
        display: flex;
        justify-content: center
    }

    .footer .footer-bottom.max .footer-bottom__text.note {
        text-align: left
    }
}

@media (max-width: 590px) {
    .footer .footer-top__list-container:nth-child(3) {
        display: none
    }

    .footer .footer-top__list-container {
        max-width: 100%
    }

    .footer .footer-top__container {
        display: block
    }

    .footer .footer-bottom.max .f-logos-n {
        display: block
    }

    .footer .footer-bottom__text.addr {
        width: calc(100% - 40px);
        padding: 0 20px
    }
}

.hdr {
    display: grid;
    gap: 10px;
    padding: 20px 0 10px;
    grid-template-columns:repeat(2, 1fr)
}

.hdr .search-result__title {
    margin-bottom: 5px;
    font-size: 32px !important;
    font-weight: bold
}

.hdr .left div {
    text-align: left
}

.hdr .subtitle {
    font-weight: 700;
    font-size: 20px !important;
    line-height: 24px
}

.hdr .btn {
    padding: 10px
}

.hdr .button {
    height: auto;
    width: auto;
    padding: 15px 30px 15px 25px
}

.hdr .right {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.hdr .phone__icon {
    margin-right: 10px
}

@media screen and (max-width: 768px) {
    .hdr .title, .hdr .subtitle {
        text-align: center !important
    }
}

@media (max-width: 576px) {
    .hdr {
        grid-template-columns:auto 1fr
    }

    .hdr .left {
        justify-content: center;
        position: relative;
        display: grid
    }

    .hdr .left div {
        font-size: 16px !important;
        font-family: "Lato", sans-serif;
        margin: 0 !important;
        font-weight: 100
    }

    .hdr .right {
        display: block;
        text-align: center;
        margin-left: 10px
    }

    .hdr .right img {
        display: none
    }

    .hdr .button.button-secondary {
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #f7d3ac;
        color: #f7d3ac
    }
}

.hr-line {
    position: relative;
    text-align: center;
    margin: 30px 0
}

.hr-line .hr-text {
    text-align: center;
    background-color: #1c1c1c;
    z-index: 2;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-weight: 100
}

.hr-line::before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #434343;
    top: 50%;
    left: 0;
    z-index: 1
}

.search-result__note {
    width: 450px;
    margin: 0 auto
}

@media screen and (max-width: 1280px) {
    .container {
        max-width: calc(100vw - 60px)
    }
}

._m_search {
    overflow: hidden;
    position: absolute
}

._m_search .search-result {
    display: none
}

._m_search ._m_active {
    position: fixed;
    overflow: hidden;
    top: 74px;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2222 !important;
    overflow-y: auto
}

._m_search ._m_active:before {
    z-index: 0;
    background-color: #121212;
    content: " ";
    position: absolute;
    height: 150%;
    width: 100%
}

._m_search ._m_active .text-field__container {
    position: absolute;
    top: 10px;
    z-index: 1;
    width: calc(100% - 20px);
    left: 10px;
    border-radius: 4px !important;
    overflow: hidden
}

._m_search ._m_active .options, ._m_search ._m_active .travalers_class {
    position: absolute;
    top: 70px;
    left: 10px;
    width: calc(100% - 20px);
    opacity: 1;
    display: block;
    box-shadow: none
}

._m_search ._m_active .item-5 .text-field__container {
    width: calc(100% - 10px);
    left: 10px
}

@media (max-width: 576px) {
    ._m_search ._m_active .item-5 .text-field__container {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }
}

._m_search ._m_active .item-5 .text-field__container:after {
    content: " ";
    width: 1px;
    height: 60%;
    bottom: 20%;
    background-color: #c7c7c7;
    right: 0;
    position: absolute
}

._m_search ._m_active .item-5:after {
    display: none
}

._m_search ._m_active .item-6 .text-field__container {
    width: calc(100% - 10px);
    right: 10px;
    left: 0
}

@media (max-width: 576px) {
    ._m_search ._m_active .item-6 .text-field__container {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }
}

._m_search ._m_active .travalers_class {
    z-index: 22;
    width: calc(100% - 20px - 40px);
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    box-shadow: none
}

._m_search ._m_active .travalers_class input {
    color: #fff
}

._m_search ._m_active .travalers_class .select.active:before {
    background-color: #f6d4ac
}

._m_search ._m_active .travalers_class .op {
    grid-template-columns:40% 60%
}

._m_search ._m_active .travalers_class .op.col .col:last-child {
    text-align: left;
    display: block
}

._m_search ._m_active .travalers_class .bclass::before {
    display: none
}

._m_search ._m_active.calendar input, ._m_search ._m_active.calendar label {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0
}

._m_search ._m_active .options {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-top: 20px;
    z-index: 23
}

._m_search ._m_active .options .suggest .group ._port {
    color: #fff;
    padding: 10px 10px 10px 5px
}

._m_search ._m_active .options .suggest .group ._port:hover, ._m_search ._m_active .options .suggest .group ._port.hov {
    background-color: rgba(255, 255, 255, .0823529412)
}

._m_search ._m_active .options .suggest .name {
    white-space: normal
}

._m_search ._exted_form ._m_active.text-field label, ._m_search ._exted_form ._m_active.text-field input {
    border-radius: 4px !important
}

._m_search ._exted_form ._m_active .item-5 .text-field__container {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

._m_search ._exted_form ._m_active .item-6 .text-field__container {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

._m_search .litepicker {
    width: calc(100vw - 20px);
    margin-top: -75px
}

._m_search .litepicker .container__main {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

._m_search .litepicker .container__main .fly-selector {
    grid-template-columns:100%;
    color: #fff
}

._m_search .litepicker .container__main .fly-selector .oms {
    padding: 0 0 40px
}

._m_search .litepicker .container__main .fly-selector .options .active:before {
    background-color: #ffe6cc
}

._m_search .litepicker .container__main .fly-selector .col {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    justify-content: center
}

._m_search .litepicker .container__main .container__months, ._m_search .litepicker .container__main .month-item {
    width: 100%;
    background-color: rgba(0, 0, 0, 0)
}

._m_search .litepicker .container__main .month-item-header {
    padding-bottom: 20px;
    color: #fff
}

._m_search .litepicker .container__main .container__days > div {
    width: 14.2857142857%;
    height: 14.2857142857%
}

._m_search .litepicker .container__main .day-item {
    color: #fff
}

._m_search .litepicker .container__main .day-item.is-locked {
    color: #8e8e8e
}

._m_search .litepicker .container__main .day-item.is-today {
    color: #bf2121
}

._m_search .litepicker .container__main .day-item.is-in-range {
    color: #181818
}

._m_search .regio-page {
    z-index: 1 !important
}

.sd-rd {
    padding: 24px 0;
    z-index: 55;
    position: relative
}

@media (max-width: 920px) {
    .sd-rd {
        padding: 14px 0
    }
}

@media (max-width: 576px) {
    .sd-rd {
        z-index: 40
    }
}

.sd-rd .search-details__container .search-details__wrapper {
    display: grid;
    grid-template-columns:auto 24px;
    gap: 20px;
    align-items: center
}

.sd-rd .search-details__container .search-details__wrapper .ths {
    display: none
}

.sd-rd .search-details__container .search-details__wrapper .search-details-grid {
    display: grid;
    grid-template-columns:auto 24px auto;
    gap: 10px
}

.sd-rd .search-details__container .search-details__wrapper .search-details-grid-in {
    display: grid;
    grid-template-columns:auto 24px auto;
    gap: 10px
}

.sd-rd .search-details__container .search-details__wrapper .search-details__item-name {
    font-size: 16px;
    line-height: 19px;
    font-weight: 100;
    margin-bottom: 2px
}

.sd-rd .search-details__container .search-details__wrapper .search-details__facing-arrows {
    margin: 0;
    width: 100%
}

.sd-rd .search-details__container .search-details__wrapper .dot {
    position: relative
}

.sd-rd .search-details__container .search-details__wrapper .dot::before {
    content: " ";
    width: 4px;
    height: 4px;
    background-color: #fff;
    top: calc(50% - 1px);
    left: calc(50% - 2px);
    position: absolute;
    border-radius: 100px
}

.sd-rd .search-details__container .search-details__wrapper .search-details__item.-edit {
    position: relative;
    background-color: #f7d3ac;
    border-radius: 4px;
    height: 24px
}

.sd-rd .search-details__container .search-details__wrapper .search-details__edit {
    margin: 0;
    width: 70%;
    position: relative;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sd-rd .search-details__container .search-details__wrapper .-tb {
    display: block
}

.sd-rd .search-details__container .search-details__wrapper .-mb {
    display: none
}

@media (max-width: 920px) {
    .sd-rd .search-details__container .search-details__wrapper {
        grid-template-columns:calc(100% - 44px) 24px
    }

    .sd-rd .search-details__container .search-details__wrapper .ths {
        display: block
    }

    .sd-rd .search-details__container .search-details__wrapper .dot.th {
        display: none
    }

    .sd-rd .search-details__container .search-details__wrapper .search-details-grid {
        grid-template-columns:auto;
        gap: 10px 10px
    }

    .sd-rd .search-details__container .search-details__wrapper .search-details-grid-in {
        grid-template-columns:1fr auto 24px auto 1fr
    }
}

@media (max-width: 576px) {
    .sd-rd .search-details__container .search-details__wrapper .search-details-grid {
        gap: 0px 10px
    }

    .sd-rd .search-details__container .search-details__wrapper .-tb {
        display: none
    }

    .sd-rd .search-details__container .search-details__wrapper .-mb {
        display: block
    }

    .sd-rd .search-details__container .search-details__wrapper .search-details-grid-in {
        grid-template-columns:0 auto 24px auto 1fr
    }

    .sd-rd .search-details__container .search-details__wrapper .-dates {
        color: #7d7d7d;
        font-size: 12px
    }
}

.sd-rd:hover .search-details__item-name, .sd-rd:hover .search-details__item {
    color: #f7d3ac
}

.sd-rd:hover .search-details__container .dot::before {
    background-color: #f7d3ac
}

.search-flight__mob, .mob-progress {
    display: none
}

.noresults .sub-title {
    text-align: center;
    margin: 30px auto 80px;
    width: 360px
}

.subtit_mb {
    display: none
}

._v2 .mob-progress {
    display: none
}

._v2 .search-result {
    padding-bottom: 48px
}

@media (max-width: 576px) {
    ._v2._m_search .litepicker .container__main {
        margin-top: 0;
        padding-top: 0
    }

    ._v2._m_search .litepicker .container__main .fly-selector .oms {
        display: none
    }

    ._v2._m_search .litepicker .container__main .fly-selector .options {
        border-radius: 8px;
        border: 1px solid #f7d3ac;
        overflow: hidden;
        width: calc(100vw - 70px);
        gap: 0px
    }

    ._v2._m_search .litepicker .container__main .fly-selector .options div {
        padding: 10px 20px;
        color: #f7d3ac;
        text-transform: uppercase;
        text-align: center;
        font-weight: 500;
        width: 50%;
        font-size: 14px;
        font-weight: bold
    }

    ._v2._m_search .litepicker .container__main .fly-selector .options div.active {
        background-color: #f7d3ac;
        color: #121212
    }

    ._v2._m_search .litepicker .container__main .fly-selector .options div:before, ._v2._m_search .litepicker .container__main .fly-selector .options div:after {
        display: none
    }

    ._v2 .hero__wrapper .hero {
        min-height: auto;
        padding-bottom: 100px;
        padding-top: 0px
    }

    ._v2 .header-bottom {
        margin-top: 74px
    }

    ._v2 .day-item.is-today {
        color: #fff !important
    }

    ._v2 .month-item-year, ._v2 .month-item-name {
        font-family: "Lato", sans-serif !important;
        font-size: 16px
    }

    ._v2 .litepicker .container__footer {
        display: none
    }

    ._v2 .litepicker .container__days > div {
        padding: 14px 0
    }

    ._v2 .litepicker .bnto {
        padding: 14.5px 20px;
        background-color: dimgray;
        border-radius: 8px;
        text-align: center;
        margin-top: 24px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer
    }

    ._v2 .litepicker .bnto._acti {
        background-color: #ed8617
    }

    ._v2 .litepicker .container__main .fly-selector {
        padding: 10px 0 0px
    }

    ._v2 .litepicker .container__main .fly-selector:after {
        display: none
    }

    ._v2 .airlanes {
        margin-top: 24px
    }

    ._v2 .hero__wrapper .hero {
        padding-bottom: 24px
    }

    ._v2 .header-top__wrapper {
        padding: 7px 0
    }

    ._v2 .header-bottom .menu {
        top: 74px
    }

    ._v2 .header-bottom .menu .menu__list {
        padding-bottom: 20px
    }

    ._v2 ._empty .hr-line-mb {
        border-top: 4px solid #f7d3ac;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px
    }

    ._v2 .noresults .title {
        font-size: 32px;
        margin-top: 6px
    }

    ._v2 .noresults .sub-title {
        width: calc(100% - 40px);
        margin: 24px 20px
    }

    ._v2 .search-result__container._empty .search-result__reserve .hr-text {
        background-color: rgba(0, 0, 0, 0);
        padding: 6px 20px 14px;
        font-size: 14px
    }

    ._v2 .hero__content {
        width: 80%;
        margin: 0 auto
    }

    ._v2 .hero__content .hero__title {
        font-weight: bolder;
        margin: 0 auto 50px
    }

    ._v2 .hero__content .hero__subtitle {
        font-weight: bolder
    }

    ._v2._m_search {
        top: 76px;
        position: fixed
    }

    ._v2._m_search ._m_active {
        overflow-y: hidden
    }

    ._v2._m_search::before {
        background-color: #121212
    }

    ._v2._m_search .search-flight__row {
        display: block
    }

    ._v2._m_search .search-flight__row .text-field, ._v2._m_search .search-flight__row .item-7, ._v2._m_search .search-flight__row .item-n, ._v2._m_search .search-flight__row .swap {
        margin: 0;
        visibility: hidden
    }

    ._v2._m_search .search-flight__row .calendar._act label, ._v2._m_search .search-flight__row .item-n._act label {
        height: 1px;
        opacity: 0;
        overflow: hidden
    }

    ._v2._m_search .search-flight__row ._act {
        display: block;
        visibility: visible
    }

    ._v2._m_search .search-flight__row .item-3 .text-field__container {
        top: 0px
    }

    ._v2._m_search .search-flight__row .item-3 .options {
        top: 48px
    }

    ._v2._m_search .calendar input {
        padding: 0;
        margin: 0;
        top: -45px;
        position: relative
    }

    ._v2._m_search .text-field__container {
        top: 24px
    }

    ._v2._m_search .text-field__container input {
        border-top: solid 20px rgba(0, 0, 0, 0);
        font-size: 12px;
        line-height: 19px;
        padding: 0 12px 5px
    }

    ._v2._m_search .text-field__container input:not(:focus):-moz-placeholder-shown + span {
        line-height: 34px
    }

    ._v2._m_search .text-field__container input:not(:focus):placeholder-shown + span {
        line-height: 34px
    }

    ._v2._m_search .text-field__container input:not(:-moz-placeholder-shown) + span {
        top: -4px
    }

    ._v2._m_search .text-field__container input:focus + span, ._v2._m_search .text-field__container textarea:focus + span, ._v2._m_search .text-field__container input:not(:placeholder-shown) + span {
        top: -4px
    }

    ._v2._m_search .text-field__container .text-field__reset {
        top: 17px
    }

    ._v2._m_search .options {
        top: 72px;
        margin-top: 0px;
        padding-top: 24px
    }

    ._v2._m_search .litepicker {
        top: 0;
        margin-top: -96px
    }

    ._v2._m_search .litepicker .options {
        top: 0;
        padding-top: 0px
    }

    ._v2._m_search .fly-selector .options {
        top: 0
    }

    ._v2._m_search .travalers_class {
        top: 0px;
        left: 0px;
        width: calc(100% - 40px);
        padding: 0px 20px;
        margin-top: 0px
    }

    ._v2._m_search .travalers_class .op {
        background-color: #1c1c1c;
        border-radius: 8px;
        padding: 10px 20px
    }

    ._v2._m_search .travalers_class .op.col {
        margin-bottom: 6px
    }

    ._v2._m_search .travalers_class .op.col .row {
        display: flex;
        gap: 5px
    }

    ._v2._m_search .travalers_class .op.col .row div {
        font-size: 15px;
        line-height: 34px;
        color: #fff;
        padding: 0
    }

    ._v2._m_search .travalers_class .op .subtit {
        display: none
    }

    ._v2._m_search .travalers_class .op .subtit_mb {
        display: block
    }

    ._v2._m_search .travalers_class .op .col:last-child {
        align-items: end;
        position: relative;
        display: flex !important
    }

    ._v2._m_search .bclass {
        margin: 0;
        padding: 14px 0 0
    }

    ._v2._m_search .bclass .select {
        background-color: #1c1c1c;
        border-radius: 8px;
        padding: 18px 65px;
        margin-bottom: 6px
    }

    ._v2._m_search .bclass .select:before {
        left: 20px
    }

    ._v2._m_search .bclass .select.active:after {
        left: 26px
    }

    ._v2._m_search ._sbmt {
        position: absolute;
        top: 404px;
        width: calc(100% - 20px);
        left: 10px
    }

    ._v2._m_search ._sbmt button {
        padding: 14.5px 32px;
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-bottom: 24px;
        margin-top: 24px
    }

    ._v2._m_search .mob-progress {
        padding: 10px 7.5px 10px 12.5px;
        display: grid;
        position: fixed;
        top: 65px;
        background-color: #1c1c1c;
        grid-template-columns:15vw 15vw 1fr 1fr;
        gap: 10px;
        height: 60px;
        width: calc(100% - 20px)
    }

    ._v2._m_search .mob-progress .step {
        position: relative;
        cursor: pointer
    }

    ._v2._m_search .mob-progress .step .label {
        transition: all .2s ease-in-out;
        position: absolute;
        font-size: 16px;
        bottom: 15px;
        color: #7d7d7d
    }

    ._v2._m_search .mob-progress .step .field {
        display: none
    }

    ._v2._m_search .mob-progress .step:after {
        content: " ";
        position: absolute;
        height: 2px;
        width: calc(100% - 10px);
        background-color: #7d7d7d;
        bottom: 5px
    }

    ._v2._m_search .mob-progress .step._filled .label {
        position: absolute;
        top: 5px;
        bottom: auto;
        font-size: 12px;
        color: #7d7d7d;
        line-height: 14px
    }

    ._v2._m_search .mob-progress .step._filled .field {
        display: block;
        position: absolute;
        bottom: 15px;
        font-size: 16px;
        line-height: 19px;
        white-space: nowrap
    }

    ._v2._m_search .mob-progress .step._filled:after {
        background-color: #7d7d7d
    }

    ._v2._m_search .mob-progress .step._ero .label, ._v2._m_search .mob-progress .step._ero .field {
        color: #fa4510
    }

    ._v2._m_search .mob-progress .step._ero:after {
        background-color: #fa4510
    }

    ._v2._m_search .mob-progress .step.__cu .label, ._v2._m_search .mob-progress .step.__cu .field {
        color: #ed8617
    }

    ._v2._m_search .mob-progress .step.__cu:after {
        background-color: #ed8617
    }

    ._v2 .hero__title {
        font-size: 32px;
        line-height: 36px
    }

    ._v2 .hero__subtitle {
        font-size: 14px;
        line-height: 16px
    }

    ._v2 .search-flight__mob {
        display: block
    }

    ._v2 .search-flight__mob input {
        padding: 0 12px 10px 50px;
        border-top: solid 15px rgba(0, 0, 0, 0)
    }

    ._v2 .search-flight__mob .text-field__container span {
        left: 50px;
        padding-left: 0;
        padding-top: 6px;
        line-height: 37px !important;
        font-weight: bold
    }

    ._v2 .search-flight__mob .text-field__reset {
        top: 17px
    }

    ._v2 .search-flight__row {
        display: block;
        position: fixed;
        width: 100%;
        top: 145px;
        height: calc(100vh - 145px);
        overflow: hidden
    }

    ._v2 .search-flight__row, ._v2 .search-flight__type {
        display: none
    }

    ._v2 .item-m {
        border-radius: 4px;
        margin-right: 0;
        overflow: hidden
    }

    ._v2 .text-field__search {
        position: absolute;
        left: 16px;
        top: 12px;
        cursor: pointer
    }

    ._v2 .sd-rd {
        padding: 7.5px 0
    }

    ._v2 .sd-rd .search-details__container .search-details__wrapper .search-details-grid-in {
        gap: 4px;
        grid-template-columns:0 auto 10px auto 1fr
    }

    ._v2 .search-result .search-result__container._Nwm .search-result__tickets .search-result__ticket {
        border-radius: 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    ._v2 .search-result .search-result__container._Nwm .search-result__call-chekb {
        border-radius: 12px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    ._v2 .search-result .search-result__form .text-field .text-field__container span {
        font-family: "Lato", sans-serif !important;
        font-size: 14px
    }

    ._v2 .search-result {
        padding-top: 16px;
        padding-bottom: 0px
    }

    ._v2 .search-result .search-result__container._Nwm .hr-line-mb {
        padding-top: 24px
    }

    ._v2 .search-result .search-result__ticket {
        padding-bottom: 0
    }

    ._v2 .search-result .search-result__form .text-field._pho span.lbl {
        line-height: 35px;
        margin-top: 0
    }

    ._v2 .search-result ._focused span.lbl, ._v2 .search-result ._vld span.lbl {
        line-height: 13px !important;
        font-size: 12px !important
    }

    ._v2 .search-result .text-field__container input {
        border-top: solid 20px rgba(0, 0, 0, 0);
        font-size: 12px !important;
        line-height: 19px;
        padding: 0 12px 5px
    }

    ._v2 .search-result .text-field__container input:not(:focus):-moz-placeholder-shown + span {
        line-height: 34px
    }

    ._v2 .search-result .text-field__container input:not(:focus):placeholder-shown + span {
        line-height: 34px
    }

    ._v2 .search-result .text-field__container input:not(:-moz-placeholder-shown) + span {
        top: -4px
    }

    ._v2 .search-result .text-field__container input:focus + span, ._v2 .search-result .text-field__container textarea:focus + span, ._v2 .search-result .text-field__container input:not(:placeholder-shown) + span {
        top: -4px
    }

    ._v2 .search-result .text-field__container .text-field__reset {
        top: 17px
    }

    ._v2 .text-field__container input:not(:-moz-placeholder-shown) + span {
        font-size: 12px !important
    }

    ._v2 .text-field__container input:focus + span, ._v2 .text-field__container textarea:focus + span, ._v2 .text-field__container input:not(:placeholder-shown) + span, ._v2 .text-field__container textarea:not(:placeholder-shown) + span {
        font-size: 11px !important;
        padding-top: 4px;
    }

    ._v2 .search-result__form .button {
        padding: 14.5px 32px;
        font-family: "Lato", sans-serif !important;
        font-size: 15px
    }

    ._v2 .search-result__reserve .search-result__call-chekb .chekbo, ._v2 .hero.region .search-result__call-chekb .chekbo, ._v2 .feedback .search-result__call-chekb .chekbo {
        width: calc(100% - 79px);
        font-size: 10px;
        text-align: left;
        transform: translateX(10px);
        font-family: "Lato", sans-serif !important
    }

    ._v2 .search-result .search-result__container._Nwm .search-result__call-chekb {
        padding: 24px 2px
    }

    ._v2 .search-result__call-text {
        font-size: 10px;
        font-family: "Lato", sans-serif !important
    }
}

@media (max-width: 576px) {
    ._v2 .options {
        max-height: calc(100vh - 242px)
    }
}

._v2 .options ._exi {
    opacity: .4;
    filter: grayscale(1)
}

._v2 .hero .hero__title {
    margin-bottom: 56px
}

@media (max-width: 576px) {
    ._v2 .hero .hero__title {
        margin-bottom: 50px
    }
}

._v2.__dm .airlanes, ._v2.__dm .video {
    display: none !important
}

._v2.__dm .airlanes__bkg {
    opacity: 0
}

._v2.__dm .hero {
    background-color: #1c1c1c
}

@media (max-width: 576px) {
    ._v2.__dm .hero__wrapper .hero {
        padding-bottom: 80px
    }
}