:root {
    /* --ta-bg-1: #fef4f4; */
    --ta-bg-1: rgb(254 244 244);
    /* --ta-bg-2: #f2f2ff; */
    --ta-bg-2: rgb(242 242 255);
    /* --ta-bg-3: #fffbf0; */
    --ta-bg-3: rgb(255 251 240);
    /* --ta-bg-4: #f5f5fa; */
    --ta-bg-4: rgb(245 245 250);
    /* --ta-border-color: #e2e3ec; */
    --ta-border-color: rgb(226 227 236);
    --ta-link-color-dark: #231a71;
    --ta-link-color-dark2: #3323b8;
    --ta-link-color: rgba(72, 56, 209, 1);
    --ta-link-color-hover: rgba(72, 56, 209, 0.7);
    --ta-btn-color: #ed1c24;
    --ta-btn-color-hover: #f04248;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Roboto", Arial, sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    color: #2a2a2f;
}
body *:not([class]),
body *[class],
.steps-form__sidebar .steps-form__h3
{
    font-family: "Roboto", Arial, sans-serif;
}

body.past-page::before,
body.index-page::before {
    height: 460px;
}
body.no-header-form::before {
    height: 98px;
}
body p {
    line-height: 24px;
}
a {
    color: var(--ta-link-color);
    text-decoration: none;
    transition: all .2s ease;
}

a:hover,
a:focus {
    color: var(--ta-link-color-hover);
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    font-weight: 600;
}
h3,.h3 {
    font-size: 24px;
    margin-bottom: 32px;
}
@keyframes border-flashing {
    0% { border-color: #ffffff; }
    50% { border-color: #ffffff; }
    51% { border-color: #ff5d5d; }
    100% { border-color: #ff5d5d; }
}
@keyframes line-flashing {
    0% { text-decoration-color: #ffffff; }
    50% { text-decoration-color: #ffffff; }
    51% { text-decoration-color: #ff5d5d; }
    100% { text-decoration-color: #ff5d5d; }
}
input {
    outline: 0;
}
body .select2-drop .stars-clear span {
    border-bottom: 0;
}
body .select2-drop .stars-clear span:hover {
    color: rgba(72, 56, 209, 1);
}
.steps-form .select2.error,
.popup-steps .select2.error,
.input-select-blue .select2.error {
    border-color: #ff5d5d;
    animation: border-flashing 0.4s linear 0s 3;
}
.error-text {
    text-decoration: underline;
    text-decoration-color: #ff5d5d;
    animation: line-flashing 0.4s linear 0s 3;
}

.manager-name {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    background-color: rgba(240, 242, 242, 0.9);
    border-radius: 50px;
}

.manager {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    height: 320px;
    padding: 18px;
    overflow: hidden;
}
.manager_sm {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    padding: 8px;
}
.manager__img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.manager__img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
}

.st-ul1>li,
.list-o>li {
    padding-left: 15px;
    position: relative;
}
.st-ul1>li::before,
.list-o>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #333;
}

.hot-tour__content {
    margin-top: 24px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.hot-tour__buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 10px;
    margin-top: 6px;
    border-top: 0;
}
.hot-tour__button {
    margin-top: 0;
    background-color: #ed1c24 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 600;
    transition: all .2s ease;
}
.hot-tour__button:hover {
    background-color: #f04248 !important;
}
.hot-tour__price {
    margin-top: 7px;
    opacity: 0.7;
}
.hot-tour__nights,
.hot-tour__desc {
    font-size: 14px;
    opacity: 0.7;
}

.hot-tour .hot-tour__image {
    border-radius: 8px;
}

.hot-tour__image-item {
    border-radius: 8px;
    overflow: hidden;
}

.hot-tour__image-item img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.hot-tour__image-item img:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.hot-tour__country {
    max-width: calc(100% - 86px);
    margin-bottom: 10px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hot-tour__name {
    text-transform: none;
}
.search-progress__bar {
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.select2-drop .stars-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 5px;
    margin-left: 5px;
}
.country-list__link:hover, .country-list__link:focus {
    color: #463998;
    text-decoration: none;
}
.steps__bar, .steps__bar-progress, .steps--3 .steps__bar {
    height: 3px;
}
.seasons-block,
.bg-form__consult-main,
.country-list-main {
    padding: 39px 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar__block>.holiday-type.border-block,
.sidebar__block-menu.border-block,
.seasons-block.border-block,
.bg-form__consult-main.border-block,
.country-list-main.border-block {
    border-color: transparent;
}
h1,.h1 {
    text-align: left;
}

.bg-form__consult-main {
    background-color: #463998 !important;
}

.show-all {
    font-weight: normal;
}
.show-all__link {
    color: #2a2a2f;
    border-bottom-color: #0055a6;
    transition: all 0.2s;
}
.main-wrap__ps {
    padding-top: 17px;
    padding-bottom: 27px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    opacity: 0.5;
}
.dark-blue-background,
.dark-blue-background>.main-wrap,
.dark-blue-background>.main-wrap>.footer {
    color: #2a2a2f;
    background-color: #f5f5fa;
}
.footer {
    margin-top: 80px;
    padding-top: 40px;
    font-size: 15px;
}
.footer:before {
    content: none;
}
.footer a {
    color: #2a2a2f;
    transition: all .2s ease;
}
.footer a:hover,
.footer a:focus {
    color: #2a2a2f;
    opacity: 0.7;
}
.footer .list__item {
    padding-left: 0;
}
.footer .list__item:not(:last-child) {
    margin-bottom: 10px;
}
.footer .list__item::before {
    content: none;
}
.footer .payments-img[alt=Visa] {
    background-color: #fff;
}
.footer .footer__callback-link {
    color: #2a2a2f;
    opacity: 0.7;
}
.footer .footer__callback-link:hover {
    color: #2a2a2f;
    opacity: 1;
}
.best-tour .dashed-link {
 color: #e52529;
 opacity: 1;
}
.best-tour .dashed-link:hover {
 color: var(--ta-link-color);
}
.best-tour {
    overflow: hidden;
}
.best-tour__right,
.other-tours {
    background-color: var(--ta-bg-2, #f2f2ff);
}
.other-tours.border-block {
    border: none;
}
.bg-form {
    position: relative;
    background-color: var(--ta-bg-2, #f2f2ff);
    border-radius: 12px;
}
/* .bg-form--orange {
    background-color: #ffde00;
} */
.bg-form--orange {
    background-color: #fdb813;
}
/* .bg-form--orange .button {
    background-color: #0193cf;
} */
.bg-form--orange * {
    color: #1e1e1e;
}
.bg-form__sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 20px;
}
.bg-form__sm:not(:first-child) {
    margin-top: 40px;
}
.bg-form__sm>*:not(:last-child) {
    margin-right: 40px;
}
.bg-form__sm .bg-form__img-part {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.bg-form__sm .bg-form__desc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #2a2a2f;
}
.bg-form__sm .bg-form__button {
    font-weight: 400;
}
.bg-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
}
.bg-form__inner .bg-form__mobile-wrap {
    padding: 32px;
}
.bg-form__inner .bg-form__img-part+.bg-form__mobile-wrap {
    padding-left: 0;
}
.bg-form__inner .bg-form__img-part {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 270px;
    height: 360px;
}
.bg-form__inner .bg-form__h3 {
    margin-bottom: 12px;
    font-weight: 600;
    color: #2a2a2f;
}
.bg-form__inner .bg-form__desc {
    max-width: none;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 18.5px;
    color: #2a2a2f;
}
.bg-form__inner .bg-form__input-label {
    height: 23px;
    font-size: 13px;
    line-height: 15px;
    color: #2a2a2f;
    opacity: 0.7;
}
.bg-form__inner .bg-form__checkbox {
    font-size: 15px;
    line-height: 18px;
    color: #2a2a2f !important;
}
.bg-form__inner .form-policy-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    line-height: 20px;
}
.bg-form__inner .bg-form__input {
    font-size: 16px;
}
.double-form__right .bg-form__desc, .double-form__right .bg-form__h3 {
    color: #1e1e1e;
}
.bg-form__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 42px;
}
.bg-form__right {
    background-image: url(../images/googleplay_form3.png);
    background-position: right bottom;
}

.page-content img {
    height: auto;
}
.img-border-cont img {
    border-radius: 3px;
}

@media screen and (max-width: 650px) {
    .bg-form__h3 {
        margin-bottom: 20px;
    }
    .bg-form__desc {
        margin-bottom: 20px;
    }
    .bg-form__right {
        background-image: none;
    }
}

.relaxation-wrap {
    padding: 55px 0 0;
}
.relaxation-limit {
    margin-right: auto;
    margin-left: auto;
}
.relaxation-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -15px -5px;
    text-align: center;
}
.relaxation-types a {
    text-decoration: none;
    color: #4F4F4F;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: 97px;
    padding: 15px 5px;
}
.relaxation-types a:hover,
.relaxation-types a:focus {
    color: #005591;
}
.relaxation-types .ico {
    display: block;
    margin: 0 auto;
    width: 36px;
    height: 40px;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.relaxation-types a:hover .ico,
.relaxation-types a:focus .ico {
    opacity: 0.8;
}
.relaxation-types .ico svg {
    fill: #bdbdbd;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
}
.relaxation-types .ico span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.main-wrap.light-blue-background {
    padding-top: 88px;
    padding-bottom: 88px;
    margin-top: 88px;
    margin-bottom: 88px;
}
.destinations-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.inner-wrapper--index-content .title,
.hot-tours__h2 {
    margin-top: 0;
    margin-bottom: 33px;
}
.steps-form {
    position: relative;
}

.steps-form.border-block {
    border-radius: 8px;
    border: 1px solid #e2e3ec;
}

.steps-form .select2 {
    border-radius: 8px;
    border: 1px solid #e2e3ec;
}

.steps-form .select2-container--default .select2-selection--single {
    border-radius: 8px;
}

.steps-form .steps__next {
    background-color: #ed1c24;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.steps-form .steps__next:hover {
    background-color: #f04248 !important;
}

.steps-form .steps-form__grid-item {
    margin-right: 8px;
}

.steps-form__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
            padding: 0;
            background-color: #fff;
        }
.steps-form__main:last-child {
    margin-bottom: 0;
}
.steps-form__img-part {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 240px;
    height: 320px;
    border-radius: inherit;
}
.steps-form__inner-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin: 0;
}
.steps__next {
    height: 44px;
}
.steps-form__main .steps-form__inner-wrap {
    padding: 27px;
}
.steps-form__blue-text {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #2a2a2f;
    opacity: 0.5;
}
.steps-form__h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}
.steps-form .steps-form__slide--3 .steps-form__grid-item-comment-field {
    margin-top: 18px;
}
.steps-form .form-policy-link {
    font-size: 0.9em;
    color: #2a2a2f;
    opacity: 0.7;
}
.steps-form__input {
    font-size: 17px;
}
.steps-form--no-steps .steps-form__slide--3 {
    display: block;
}
.steps-form--no-steps .steps-form__mobile-wrap {
    padding-top: 0;
}
.form-policy-link {
    color: #0055a6;
}
.form-policy-link:hover {
    color: #0069b5;
}
.button {
    border: 0;
    color: #fff;
    background-color: #ed1c24;
    border-radius: 8px;
}
.button:hover,
.button:focus {
    color: #fff;
    background-color: #f04248;
}
.button--color-orange {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    background-color: #ed1c24;
    transition: all .2 ease;
}
.button--color-orange:hover {
    color: #fff;
    background-color: #f04248;
}
.button__find-tours {
    text-transform: none;
}
.button__find-tours {
    font-weight: 700;
}
.search-block__input-label .select2-container .select2-selection--single .select2-selection__rendered {
    border-bottom: 0;
}

.search-block__input-label .select2-container--default:not(.select2-container--open) .select2-selection--single .select2-selection__rendered:hover {
    color: #fff;
    opacity: 0.7;
}
.search-block__input-label .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -3px;
}
.search-block__input-label a:hover {
    color: #fff;
    opacity: 0.7;
}
.search-block__full-link:hover {
    color: #fff;
}
.show-all__link {
    border-bottom: 0;
    font-size: 16px;
}
.logo {
    width: 211px;
    height: 62px;
    background-image: url(../images/logo.svg);
}

.logo-desc {
    color: #2a2a2f;
}
.logo-desc__footer {
    border-top: 0;
    font-size: 15px;
}
.footer .cr {
    color: #2a2a2f;
    opacity: 0.7;
}

.nav__link {
    color: #2a2a2f;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav__link:hover {
    opacity: 0.7;
}

.nav__link:focus,
.nav__link:hover {
    color: #2a2a2f;
}

@media screen and (max-width: 1100px) {
    .nav__link:hover:before {
        display: none;
    }
}

.nav__menu--active {
    background-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.nav__menu--active::after {
    content: none;
}

.nav__submenu {
    color: #2a2a2f;
}

.nav__submenu a {
    color: inherit;
}

.nav__submenu a:focus,
.nav__submenu a:hover {
    color: #2a2a2f;
    opacity: 0.7;
}

.nav__menu-buttons,
.nav-block-mobile {
    background-color: #fff;
    color: #2a2a2f;
}

.nav__menu-buttons a {
    color: inherit;
}

.nav__menu {
    border: 0;
}

.list__item {
    padding-left: 0;
}

.nav-list .list__item::before {
    border-color: transparent transparent transparent currentColor;
    display: none;
}

.form-holder {
    z-index: 2;
}

.main-header {
    border-bottom: 1px solid #e2e3ec;
}

.header__logo-cont {
    margin-left: 0;
}

.header__logo-desc-cont {
    display: none;
}

.header__top-menu {
    min-width: 290px;
}

.header__top-menu-wrap>*:first-child {
    margin-left: 0;
}

.header__nav-cont {
    margin-right: 0;
}

.search-block__inner,
.header:not(.sticky) .header__top-menu,
.header__main-menu {
    background-color: transparent;
}

.header.sticky .header__top-menu {
    min-width: 320px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.sidebar-columns {
    margin-top: 0;
}
.search-block__inner {
    padding-block: 48px 72px;
}

.search-block__inner {
    padding-inline: 0;
}
.search-block__input-block {
    margin-right: 20px;
}
.search-block__input-block label.error {
    top: auto;
    bottom: -16px;
}

.search-block__input-label {
    height: 24px;
    font-size: 14px;
    line-height: 18px;
}

.search-block__input-label .select2 {
    font-size: 14px;
}

.search-block-full {
    background-color: #463998;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.search-block-full .search-block__search {
    margin-top: 24px;
}
.search-block-full .panel {
    height: 226px;
}
.search-block-full .search-block__food,
.search-block-full .search-block__stars {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.search-block-full .search-block__grid-row--accent-header,
.search-block-full .search-block__grid-row--accent-footer {
    flex-direction: column;
}
.search-block-full .search-block__grid-row--accent-header:not(:first-child),
.search-block-full .search-block__grid-row--accent:not(:first-child) {
    margin-top: 2em;
}
.search-block-full .search-block__grid-row--accent-header,
.search-block-full .search-block__grid-row--accent-footer,
.search-block-full .search-block__grid-row--accent {
    padding: 42px 36px 28px;
    color: #1e1e1e;
    background-color: #c9e2ff;
    border-radius: 4px;
}
.search-block__grid-row--accent-header+.search-block__grid-row--accent:not(:first-child),
.search-block__grid-row--accent+.search-block__grid-row--accent-footer:not(:first-child) {
    margin-top: -4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.search-block__grid-row--accent-header+.search-block__grid-row--accent:not(:first-child) {
    padding-top: 12px;
}
.search-block__grid-row--accent+.search-block__grid-row--accent-footer:not(:first-child) {
    margin-top: -28px;
    padding-top: 0;
}
.search-block-full .search-block__grid-row--accent-footer:not(:last-child) {
    margin-bottom: 1em;
}
.search-block-full .search-block__grid-row--accent~* .show-all--search-block {
    text-align: center;
}
.search-block-full .search-block__grid-row--accent .search-block__input-label,
.search-block-full .search-block__grid-row--accent .search-block__input-label a {
    color: inherit;
    font-size: 15px;
}
.search-block-full .search-block__grid-row--accent-footer .show-all__link {
    font-size: 15px;
}
.search-block-full .search-block__grid-row--accent ~ .button--search-block,
.search-block-full.search-block--hotel .search-block__grid-row--accent ~ .button--search-block {
    max-width: 360px;
    height: 54px;
    text-transform: uppercase;
}
.search-block-full.search-block--hotel .show-all--search-block .show-all__link,
.search-block--hotel .search-block__input-label,
.search-block--hotel .search-block__input-label a {
    color: #fff;
}
.search-block-full.search-block--hotel .search-block__grid-row--accent-footer .show-all--search-block .show-all__link {
    color: inherit;
}
.search-block-full .search-results-no2yes+.search-block__grid-row--accent-header {
    margin-top: 1em;
}
.search-results-no2yes {
    text-align: center;
}
.search-results-no2yes a {
    color: #fff;
}
.search-results-no2yes a:hover {
    color: #fff;
    opacity: 0.7;
}
.search-block-full .search-block__policy-text span {
    color: #fff;
    opacity: 0.7;
}
.search-block-full .search-block__policy-text a {
    border-bottom: none;
    color: #fff;
    opacity: 1;
}
.search-block-full .search-block__policy-text a:not(:hover) {
    opacity: 0.9;
}
.search-block-full.search-block--hotel .input-select-blue .select2 {
    border-color: transparent;
    border-width: 2px;
}
.search-block-full.search-block--hotel .input__border-blue,
.search-block-full.search-block--hotel .input-select-blue .select2,
.search-block-full.search-block--hotel .show-all--search-block .show-all__link:hover:after,
.search-block-full.search-block--hotel .show-all--search-block .show-all__link:hover:before {
    background-color: #fff;
}
.search-block-full.search-block--hotel .search-block__grid-row--accent-footer .show-all--search-block .show-all__link {
    transition: color 0.2s ease;
}
.search-block-full.search-block--hotel .search-block__grid-row--accent-footer .show-all--search-block .show-all__link {
    color: #2a2a2f;
}
.search-block-full .search-block__grid-row--accent-footer .show-all--search-block .show-all__link:after,
.search-block-full .search-block__grid-row--accent-footer .show-all--search-block .show-all__link:before {
    background-color: #2a2a2f;
}
.search-block-full .search-block__grid-row--accent-footer .show-all--search-block .show-all__link:hover {
    color: #1e1e1e;
}
.search-block-full .search-block__grid-row--accent-footer .show-all--search-block .show-all__link:hover:after,
.search-block-full .search-block__grid-row--accent-footer .show-all--search-block .show-all__link:hover:before {
    background-color: #1e1e1e;
}
.search-block-full .search-block__grid-row--accent .search-block__column,
.search-block__grid-row--accent-footer .search-block-comment,
.search-block__grid-row--accent-footer .show-all--search-block {
    margin-bottom: 0;
}
.search-block-full .search-block__grid-row--accent ~ .button--search-block {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.02em;
}
.search-block-full.search-block--hotel .button--search-block {
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.02em;
}
.show-all--search-block .show-all__link {
    border-bottom: none;
}
.show-all--search-block .show-all__link:before {
    left: -11px;
    top: 4px;
    width: 2px;
    height: 12px;
}
.show-all--search-block .show-all__link:after {
    left: -16px;
    top: 9px;
    width: 12px;
    height: 2px;
}
.show-all--search-block .show-all__link:hover:after,
.show-all--search-block .show-all__link:hover:before {
    background-color: #0071bc;
}


.header__tour-selection-button .icon {
    display: none;
}

.header__phone, .header__callback-link, .header__tour-selection-button {
    float: none;
    line-height: normal;
}


.main-wrap {
            -webkit-box-shadow: none;
                    box-shadow: none;
}

.promo.owl-carousel {
    margin-bottom: 0;
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 3px;
    overflow: visible;
}
.promo.promo.owl-carousel>* {
    border-radius: 8px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot span:hover {
    background-color: #fff;
}
.owl-dots .owl-dot {
    margin: 0 0 0 8px;
}

.promo .owl-prev,
.promo .owl-next {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 10px;
    background: #fff;
    border: 0 none;
    margin-top: -30px;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    color: #fce300;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    z-index: 20;
    cursor: pointer;
    overflow: hidden;
}

.promo .owl-prev {
    left: 0;
}

.promo .owl-next {
    right: 0;
}

.promo .owl-prev .icon,
.promo .owl-next .icon {
    -webkit-filter: none;
            filter: none;
    background: none;
    width: 12px;
    height: 12px;
    margin: auto;
    border-right: 2px solid #0055a6;
    border-bottom: 2px solid #0055a6;
    -webkit-transform: rotate(-45deg) translate(-20%, -20%);
        -ms-transform: rotate(-45deg) translate(-20%, -20%);
            transform: rotate(-45deg) translate(-20%, -20%);
}
.promo .owl-prev .icon {
    -webkit-transform: rotate(135deg) translate(-20%, -20%);
        -ms-transform: rotate(135deg) translate(-20%, -20%);
            transform: rotate(135deg) translate(-20%, -20%);
}
.promo:not(.owl-loaded) .promo-block:nth-child(n+2) {
    display: none !important;
}
.promo-block {
    position: relative;
    background-color: #0071bc;
}
.promo-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
}
.promo-block .promo-block__item {
    height: auto;
}
.promo-block__item-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding: 10px 40px 40px;
    padding-right: clamp(40px, 6vw, 80px);
    padding-left: clamp(40px, 6vw, 80px);
    padding-bottom: clamp(35px, 4.5vw, 60px);
    font-weight: 500;
    font-size: 24px;
    font-size: clamp(14px, 1.86vw, 24px);
    line-height: 1.33;
    letter-spacing: 0.02em;
}
.promo-block__item-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 40, 143, 0)), color-stop(50%, rgba(0, 40, 143, 0.5)), to(rgba(0, 40, 143, 0.7)));
    background-image: -o-linear-gradient(top, rgba(0, 40, 143, 0) 0%, rgba(0, 40, 143, 0.5) 50%, rgba(0, 40, 143, 0.7) 100%);
    background-image: linear-gradient(180deg, rgba(0, 40, 143, 0) 0%, rgba(0, 40, 143, 0.5) 50%, rgba(0, 40, 143, 0.7) 100%);
    pointer-events: none;
}
.promo-block__item-title {
    position: relative;
    font-weight: 900;
    font-size: 56px;
    font-size: clamp(34px, 4.35vw, 56px);
    line-height: 1.17;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.promo-block__item-desc {
    position: relative;
    margin-top: 0.41em;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.holiday-type {
    padding: 39px 31px;
    margin-bottom: 40px;
    background-color: var(--ta-bg-1, #f5f5fa);
    border-radius: 12px;
}
.holiday-type__h4 {
    text-transform: none;
    font-size: 24px;
    font-weight: 600;
}
.holiday-list__item {
    font-size: 16px;
}

.light-blue-background {
    padding: 0;
}

.header.sticky .header__top-menu-wrap,
.main-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-inline: 15px;
}

.inner-wrap {
    margin: 0;
}

.inner-wrap-full {
    padding-inline: 0;
}

.hot-tours {
    justify-content: start;
    column-gap: 22px;
}

.hot-tours .hot-tour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    width: calc(100% / 3 - 22px * 2 / 3);
    background-color: #fff;
    border-radius: 8px;
}

.hot-tours .hot-tour.border-block {
    border: none !important;
}

.hot-tour__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.hot-tour__content>*:nth-last-child(2) {
    margin-bottom: auto;
}
.hot-tour__image {
    position: relative;
    max-height: 235px;
}
.hot-tour__image::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 64.36%;
    pointer-events: none;
}
.hot-tour__image>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hot-tour__image-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}


.hot-tour--short .hot-tour__image {
    aspect-ratio: 89/56;
}

.hot-tour--short .hot-tour__image img {
    aspect-ratio: 89/56;
    object-position: center;
    object-fit: cover;
}

.hot-tour--short .hot-tour__content {
    margin: 20px 0;
}

.hot-tour--short .hot-tour__stars {
    position: static;
    margin-bottom: 8px;
}

.hot-tour--short .hot-tour__country {
    order: -1;
    max-width: none;
    margin-bottom: 8px;
}

.hot-tour--short .hot-tour__name {
    padding-top: 4px;
    font-size: 16px;
}

.hot-tour__name a {
    color: #2a2a2f !important;
}

.hot-tour .button__rate {
    background-color: #3323b8;
    border-radius: 8px;
    font-size: 14px;
}

.hotel-hot {
    margin-top: 88px;
}

.hotel-block {
    border-radius: 12px;
    overflow: hidden;
}

.hotel-block__nights {
    margin-top: 26px;
}



.nav__menu:not(:last-child) {
    margin-right: 0px;
}
.nav__link {
    height: auto;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    -webkit-transition: border-radius 0.3s 0.1s;
    -o-transition: border-radius 0.3s 0.1s;
    transition: border-radius 0.3s 0.1s;
}
.nav__menu--active .nav__link,
.nav__link:not(:last-child):hover {
    color: #2a2a2f;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.nav__submenu {
    top: 100%;
}
.nav__menu-buttons {
    display: none;
}



.header__top-menu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.header {
    color: #2a2a2f;
}

.header.sticky {
    padding-top: 98px;
}
.header.sticky .header__top-menu {
    height: 60px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.header:not(.sticky) .header__top-menu {
    height: 90px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.header.sticky .header__logo {
    width: 130px;
    height: 40px;
}
.header.sticky .header__calls-wrap {
    row-gap: 2px;
}
.fotorama__arr:hover:after {
    background-color: rgba(72, 56, 209, 0.15);
}
.hotel-rate .hotel-rate__link {
    color: var(--ta-link-color);
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    text-wrap: balance;
    display: block;
}
.hotel-rate .hotel-rate__link:focus,
.hotel-rate .hotel-rate__link:hover {
    color: var(--ta-link-color-hover);
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .header.sticky .header__calls-wrap {
        margin-left: 0;
    }
    .header.sticky .header__tour-selection-button {
        margin-left: auto !important;
    }
    .hotel-rate__inner.border-block {
        border: none;
    }
    .hotel-block__nights {
        margin-top: 4px;
    }
    .other-tours {
        background: none;
    }
    .img-right img,
    .img-left img {
        display: block;
        width: auto;
    }
    .steps-form .steps-form__grid-item {
        margin-bottom: 0;
        margin-top: 18px;
    }
    .steps-form .steps--2 .steps__step-item--2 {
        display: block;
    }
    .steps-form .steps--3 .steps__step-item--3 {
        display: block;
    }
    .steps-form .steps-form__grid-item {
        margin-right: 0;
    }
    .holiday-list .holiday-list__item {
        display: list-item;
    }
    .hotel-rate.hotel-rate__inner {
        border: 0;
        float: none;
        width: 100%;
    }
    .other-tours.border-block {
        border: 0;
     }
    .inner-resort {
        text-align: start;
    }
    .inner-resort__text .icon {
        display: inline-block;
        margin-right: 6px;
    }
    .inner-resort+h1 {
        margin-top: 16px;
        text-align: start;
    }
}


.header__top-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__logo-wrap {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
}
.header__logo {
    width: 130px;
    height: 40px;
}
.header__logo-desc {
    position: absolute;
    top: 85%;
    font-size: 12px;
    line-height: 16px;
    color: #2a2a2f;
    display: none;
}

@media screen and (max-width: 540px) {
    .header__logo-desc {
        display: none;
    }
}

.header.sticky .header__logo-desc {
    display: none;
}

.header__calls-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 0px;
    margin-left: auto;
    margin-right: 20px;
}

.header.sticky .header__calls-wrap {
    align-items: flex-start;
}

@media screen and (max-width: 540px) {
    .header__calls-wrap {
        margin-left: 0px;
        align-items: flex-start;
    }
}

.phone.header__phone {
    margin-right: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2a2a2f;
    white-space: nowrap;
    -webkit-transition: all .2sease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.phone.header__phone:hover {
    opacity: 0.7;
}
.header__callback-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2a2a2f;
    margin-right: 0;
    opacity: 0.5;
    -webkit-transition: all .2sease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: block !important;
}

.header__callback-link:hover {
    opacity: 0.5;
    color: #2a2a2f;
}

.header__tour-selection-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    margin-left: 0px;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-color: #ed1c24;
    border-radius: 8px;
    -webkit-transition: all .2sease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

@media screen and (max-width: 540px) {
    .header__tour-selection-button {
        margin-left: auto !important;
    }
}

.header__tour-selection-button:hover {
    color: #fff;
    background-color: #f04248;
}
.select2-filter {
    border-width: 1px !important;
}
.select2-container--open .select2-dropdown--below {
    border-top: none !important;
}
.kids__dropdown {
    top: calc(100% - 8px);
    padding-top: 16px;
}
.kids__dropdown::before {
    left: 0;
    right: 0;
    height: 8px;
    border-top: none;
    border-bottom: 1px solid #e2e3ec;
}
.kids__dropdown .select2-selection--single, .kids__dropdown .input,
.input__border, .input__border-blue, .input-select-blue .select2, .popup-steps .select2, .steps-form .select2, .js-autocomplete .autocomplete-result,
.border-block {
    border-width: 1px;
}
.input-select-blue .select2-container--default.select2-container--disabled .select2-selection--single {
    height: 100%;
}
.breadcrumbs {
    padding-top: 24px;
    padding-bottom: 40px;
}


.input-content:hover .input,
.input-content:focus .input,
.input-content:active .input,
textarea.input:hover,
textarea.input:focus,
textarea.input:active,
.input-content:hover .select2,
.input-content:focus .select2,
.input-content:active .select2,
.js-autocomplete:hover .autocomplete-result {
    -webkit-box-shadow: 0 9px 12px 0 rgba(0,0,0,0.1);
            box-shadow: 0 9px 12px 0 rgba(0,0,0,0.1);
}
/* .input__border,
.input-content:hover.input__border-blue,
.input-select-blue .select2, */
.popup-steps .input-content:hover .select2,
.popup-steps .input-content:focus .select2,
.popup-steps .input-content:active .select2,
.steps-form .input-content:hover .select2,
.steps-form .input-content:focus .select2,
.steps-form .input-content:active .select2,
.js-autocomplete:hover .autocomplete-result {
    border-color: #c8d8eb;
}

.mobile-menu-button span {
    width: 28px;
    height: 3px;
    background: #2a2a2f;
    display: block;
    margin-bottom: 5px;
}

.mobile-menu-button {
    position: relative;
    top: 3px;
    left: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 24px;
}

.mobile-menu-button.active {
    margin-top: 0;
    border: none;
    width: 35px;
}
.header:not(.sticky) .nav-block-mobile {
    width: 100%;
    top: 98px;
}

@media screen and (max-width: 800px) {
    .header:not(.sticky) .nav-block-mobile {
        top: 68px;
    }
}

@media screen and (max-width: 540px) {
    .header:not(.sticky) .nav-block-mobile {
        top: 119px;
    }
}

.nav-block-mobile {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
}

.nav-block-mobile .nav {
    padding: 30px 60px 30px 30px;
}

.promo.owl-carousel,
.promo.owl-carousel .owl-item,
.promo-block__item {
    height: auto;
    min-height: auto;
    max-height: none;
}
.promo-block::before {
    content: "";
    display: block;
    padding-top: 34.188%;
}
.promo-block__item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.promo.owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    margin: 0;
}
.dashed-link {
    border-width: 1px;
    border-bottom-style: solid;
}
.steps--1 .steps__step-item--1, .steps--2 .steps__step-item--2, .steps--2 .steps__step-item--1, .steps--3 .steps__step-item--1, .steps--3 .steps__step-item--2, .steps--3 .steps__step-item--3, .steps--4 .steps__step-item--1, .steps--4 .steps__step-item--2, .steps--4 .steps__step-item--3, .steps--4 .steps__step-item--4, .steps--5 .steps__step-item--1, .steps--5 .steps__step-item--2, .steps--5 .steps__step-item--3, .steps--5 .steps__step-item--4, .steps--5 .steps__step-item--5,
.steps__bar-progress {
    border-color: #ed1c24;
    background-color: #ed1c24;
}
.select2-container--default .select2-drop .select2-results__option--highlighted, .select2-container--default .select2-drop .select2-results__option[aria-selected="true"] {
    color: #2a2a2f;
    opacity: 0.7;
}
#ui-datepicker-div {
    border-radius: 8px;
    border-color: #fff;
    margin-top: 8px;
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
}
#ui-datepicker-div .ui-datepicker-header {
    background-color: transparent;
}

#ui-datepicker-div .ui-datepicker-header {
    color: #2a2a2f;
    text-transform: none;
    font-weight: 500;
}

#ui-datepicker-div .date-today .ui-state-highlight {
    background-color: #231a71;
    color: #fff;
    border: none;
}
#ui-datepicker-div .ui-state-hover, #ui-datepicker-div .ui-state-active, #ui-datepicker-div .date-today:hover .ui-state-highlight, #ui-datepicker-div .ui-datepicker-week-end .ui-state-hover,
#ui-datepicker-div td.first-last {
    color: #1e1e1e;
    background-color: #231a71;
    color: #fff;
}
#ui-datepicker-div td.dp-highlight {
    background-color: #231a71;
    color: #fff;
}

#ui-datepicker-div td.dp-highlight .ui-state-default {
    color: #fff;
}

#ui-datepicker-div td.first-last .ui-state-default {
    color: #fff;
}

.first-last.ui-datepicker-current-day {
    color: #fff;
    opacity: 1;
}

.select2-container--default .select2-drop .select2-results__option:before {
    content: none;
}
.select2-container--default .select2-drop .select2-results__option {
    padding-left: 20px;
}
.select2-drop.select2-dropdown--above:after,
.select2-drop.select2-dropdown--below:before {
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid #e2e3ec;
    pointer-events: none;
}
.input-select-blue .select2-selection--single .select2-selection__rendered, .input-select-blue .select2-selection--single .select2-selection__placeholder {
    color: #444;
}

.sidebar__block h6,
.sidebar__block .h6 {
    font-size: 16px;
}
.sidebar__block .show-all__link,
.sidebar__block .holiday-list__item,
.sidebar__block {
    font-size: 15px;
}

.sidebar__block-menu {
    background-image: none;
    background-color: var(--ta-bg-2);
}

.sidebar__block>.steps-form__sidebar .steps-form__grid-item:last-child {
    margin-bottom: 0;
}

.sidebar__block>.steps-form__sidebar,
.sidebar__block>.holiday-type,
.sidebar__block>.seasons-block,
.sidebar__block>.news-block {
    padding: 31px 23px;
}
.sidebar__block>.news-block .news-block__h4 {
    margin-bottom: 16px;
}
.sidebar__block>.news-block .show-all {
    margin-top: 24px;
}
.sidebar__block>.news-block .news-block__photo {
    margin-bottom: 8px;
}
*:not(.sidebar__block)>.news-block {
    border: 0;
    padding: 0;
}

.news-block__caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.news-block__caption .h2 {
    margin-bottom: 0;
    margin-top: 0;
}

.news-block__caption .show-all {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
}

.news-block__main {
    margin-top: 72px;
    margin-bottom: 0;
    border-radius: 12px;
}
.news-block__h4 {
    font-weight: 600;
}
.news-block__item {
    position: relative;
    overflow: hidden;
}
.sidebar__block>.news-block .news-block__item {
    flex: 1 0 100%;
}
*:not(.sidebar__block)>.news-block .news-block__item {
    /* background: #fff; */
    border-radius: 8px;
    /* padding: 20px; */
    height: auto;
    /* -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.05); */
}
.news-block__header {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    display: block;
    color: #2a2a2f;
    text-decoration: none;
}

.news-block__header[href]:hover {
    color: #2a2a2f;
    opacity: 0.7;
}

.news-block__header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-block__photo::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 58.335%;
}
.news-block__photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
}
.news-block__photo .news-block__badge {
    z-index: 1;
}
.popup-steps__grid-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.popup-steps__photo {
    background-color: #ed1c24;
    /* background-image: url(../images/consult_form2.png); */
    background-repeat: no-repeat;
    background-position: center bottom;
}
.popup-steps__left-bottom {
    position: relative;
}
.popup-steps__left-top {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 10px;
    position: relative;
}
.popup-steps__logo {
    width: 204px;
    height: 62px;
    float: none;
}
.popup-steps__logo-desc {
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
    float: none;
    height: auto;
}

.popup-steps__logo-desc::before {
    content: none;
}
.grid-row__header {
    text-align: center;
}
.grid-row__header-title {
    display: block;
    margin-top: 0;
    margin-bottom: 0.4em;
}
.grid-row__header-text {
    display: block;
}
.grid-row__grid-item.useful-information__grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.grid-column__grid-item {
    flex-grow: 0;
}
.grid-column__grid-item>.inner-wrapper>.holiday-type {
    margin-top: 20px;
    margin-bottom: 0;
}

.grid-column__grid-item>.inner-wrapper>.holiday-type .holiday-list-main .holiday-list__item {
    width: 50%;
}

.useful-information__grid-item>.inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.useful-information__grid-item>.grid-column>.grid-column__grid-item>* {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.useful-information__grid-item>.grid-column>.grid-column__grid-item>.inner-wrapper,
.useful-information__grid-item>.grid-column>.grid-column__grid-item,
.useful-information__grid-item>.grid-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.useful-information__grid-item>.inner-wrapper>.country-list-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}
.useful-information__grid-item>.inner-wrapper>.country-list-main>.country-list {
    margin-bottom: auto;
}
.footer-row .contact-block .phone {
    white-space: nowrap;
}

.button.disabled,
.button:disabled {
    pointer-events: none;
    opacity: 0.7;
}
.button.disabled:before, .disabled .button:before {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.inner-wrapper._pt-lg {
    padding-top: 50px;
}

@media only screen and (min-width: 801px) {
    .img-left:not(img),
    .img-right:not(img) {
        max-width: 33%;
    }

    .bg-form__sm .bg-form__button {
        padding-right: 28px;
        padding-left: 28px;
    }
    .bg-form__inner .bg-form__h3 {
        font-size: 32px;
        line-height: 37px;
    }
    .bg-form__inner .bg-form__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -20px;
        width: calc(100% + 20px);
    }
    .bg-form__inner .bg-form___input-block:not(.bg-form___submit-block) {
        -ms-flex-preferred-size: calc(100% / 3 - 20px);
            flex-basis: calc(100% / 3 - 20px);
        width: calc(100% / 3);
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
    }
    .bg-form__inner .bg-form___submit-block .bg-form__button-main {
        margin-top: 20px;
    }
    .steps-form__inner-wrap {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }

    .inner-wrapper._pt-lg {
        padding-top: 60px;
    }
    .inner-wrapper--index-content .content {
        width: 80%;
    }
}

@media only screen and (min-width: 1191px) {
    .seasons-block__main {
        margin-top: 62px;
    }

    .bg-form__right,
    .bg-form__left {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1280px) {
    .promo.owl-carousel {
        width: calc(100% - 60px);
        margin-left: 0;
        margin-right: 0;
    }

    .relaxation-limit {
        max-width: 640px;
    }
}

@media only screen and (max-width: 1190px) {
    .hot-tours {
        width: calc(366px * 2 + 22px);
    }
    .hot-tours .hot-tour {
        width: calc(50% - 22px / 2);
    }
    .header__logo-wrap {
        margin-right: 24px;
    }

    .bg-form__right {
        background-position-y: top;
    }

    .grid-column__grid-item>.inner-wrapper>.holiday-type {
        margin-top: 0;
        margin-bottom: 18px;
    }
}
.expand-block__item:last-child {
    margin-right: 0;
}

.expand-block__item .expand-block__content {
    top: calc(100% - 2px);
    border-width: 1px;
    border-color: #e2e3ec;
    border-radius: 12px;
    background-color: var(--ta-bg-4);
}

.expand-block__item .expand-block__button:hover,
.expand-block__item.opened .expand-block__button {
    background-color: var(--ta-bg-4);
}

.expand-block__item .expand-block__content::before {
    border-top-style: solid;
    border-top-width: 1px;
}

.expand-block__content .expand-block__option {
    padding-left: 18px;
}
.expand-block__content .expand-block__option:before {
    content: none;
}
.expand-block__content .expand-block__option a:hover {
    text-decoration: none;
    color: var(--ta-link-color);
}
.photo-album2 {
    background-color: var(--ta-bg-4);
}
.photo-album2.photo-album2--mobile {
    max-width: 540px;
    margin-inline: auto;
}
.inner-tabs__link--active {
    color: var(--ta-link-color);
}
@media only screen and (max-width: 1100px) {
    .sidebar__block>.news-block__inner .news-block__row {
        max-width: none;
    }
    .news-block__inner-content .news-block__item {
        max-width: 280px;
    }
}

@media only screen and (max-width: 1080px) {
    .list__block-menu,
    .sidebar__block-expand .list {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .list__block-menu>li,
    .sidebar__block-expand .list>li {
        margin-right: 24px;
    }
}
@media only screen and (max-width: 1080px) {
    .header__tour-button-text {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media only screen and (max-width: 1040px) {
    .popup-steps__grid-item-left {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    body::before {
        height: calc(68px + 396px);
    }
    body.no-header-form::before {
        height: 68px;
    }
    body.past-page::before,
    body.index-page::before {
        height: 605px;
    }
    .steps-form__main .steps-form__img-part {
        display: none;
    }
    .bg-form__sm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .bg-form__sm>*:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .bg-form__inner .bg-form__img-part {
        display: none;
    }
    .bg-form__inner .bg-form__img-part+.bg-form__mobile-wrap,
    .bg-form__inner .bg-form__mobile-wrap {
        padding-left: 32px;
    }
    .steps-form__main .steps-form__h3 {
        text-align: center;
    }
    .relaxation-limit {
        max-width: 500px;
    }
    .header.sticky {
        padding-top: 68px;
    }
    .header:not(.sticky) .header__top-menu {
        height: 68px;
        padding-top: 13px;
        padding-bottom: 5px;
    }
    .header__logo {
        width: 160px;
        height: 44px;
    }
    .header__logo-desc {
        font-size: 9px;
    }
    .header.sticky .header__logo-wrap {
        display: none;
    }

    .header__where-buy {
        margin-left: 0;
    }

    .header__tour-selection-button {
        padding-left: 12px;
        padding-right: 12px;
    }

    .mobile-menu-button {
        margin-left: 15px;
    }

    .search-block__inner {
        padding-block: 20px;
    }
    .search-block__row {
        margin-bottom: 6px;
    }
    .search-block__input-block {
        margin-bottom: 12px;
    }
    .search-block__find {
        margin-top: 8px;
        padding-bottom: 44px;
    }

    .main-wrap.light-blue-background {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .promo.owl-carousel {
        max-width: 500px;
        margin-inline: auto;
    }

    .promo-block::before {
        padding-top: 130%;
        min-height: 310px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .promo-block__item-wrap {
        top: 40%;
        height: 60%;
        font-size: clamp(14px, 3.9vw, 24px);
    }
    .promo-block__item-title {
        font-size: 40px;
        font-size: clamp(14px, 6.4vw, 40px);
        -webkit-line-clamp: 3;
    }
    .promo-block__item-desc {
        -webkit-line-clamp: 4;
    }

    .hot-tours {
        width: 366px;
        max-width: 100%;
    }

    .hot-tours .hot-tour {
        width: 100%;
    }

    .inner-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .full-search__h2+.form-holder {
        padding-top: 35px;
    }
    .full-search__h2+.form-holder>.search-block-full {
        margin-bottom: 0;
    }
    .search-block-full .search-block__grid-row--accent-header,
    .search-block-full .search-block__grid-row--accent-footer,
    .search-block-full .search-block__grid-row--accent {
        padding: 32px 24px 12px;
    }
    .search-block-full .search-block__grid-row--accent-footer {
        padding-bottom: 24px;
    }
    .search-block__grid-row--accent+.search-block__grid-row--accent-footer:not(:first-child) {
        margin-top: -4px;
    }
}

@media only screen and (max-width: 650px) {
    .footer {
        margin-top: 40px;
        padding-top: 100px;
    }
    .news-new-block.news-block__row,
    .news-block__main .news-block__item {
        width: 280px;
    }
    div .news-block__item {
        display: block !important;
    }
    .sidebar__block .news-block__item:nth-child(n+3) {
        display: none !important;
    }
    .steps-form__main .steps-form__img-part {
        display: none;
    }
    .double-form__right .bg-form__desc, .double-form__right .bg-form__h3 {
        text-shadow: 0 0 2px #fff;
    }

    .seasons-list__grid-row {
        margin: 0 auto;
    }
    .header:not(.sticky) .header__tour-selection-button::after {
        content: 'Подбор тура';
    }
    .header:not(.sticky) .header__tour-button-text {
        display: none;
    }
    .sidebar__block>.news-block .show-all {
        margin-top: 0;
    }
}

@media only screen and (max-width: 600px) {
    .country-list,
    .holiday-list {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0 auto;
    }
}


@media only screen and (max-width: 540px) {
    body::before {
        height: calc(118px + 396px);
    }
    body.no-header-form::before {
        height: 118px;
    }
    .header__top-menu-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .header__logo-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        order: -2;
        width: 60%;
        margin-right: auto;
        margin-bottom: 4px;
    }
    .header__logo {
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .header__logo-desc {
        position: static;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        font-size: 14px;
        margin-left: 10px;
        text-align: right;
    }
    .header.sticky {
        padding-top: 118px;
    }
    .header:not(.sticky) .header__top-menu {
        height: 110px;
    }
    .header.sticky .nav-block-mobile {
        top: -100%;
        transform: translateY(-200%);
    }
    .promo.owl-carousel {
        width: calc(100% - 48px);
        padding-right: 24px;
        padding-left: 24px;
    }
    .promo .owl-prev,
    .promo .owl-next {
        width: 48px;
        height: 48px;
    }
    .promo-block__item-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }

    .mobile-menu-button {
        order: -1;
    }

    .header.sticky .mobile-menu-button {
        display: none;
    }
    .header.sticky .header__tour-selection-button::after,
    .header:not(.sticky) .header__tour-selection-button::after {
        content: 'Быстрый подбор тура';
    }
    .header .header__tour-button-text {
        display: none;
    }
}

@media only screen and (max-width: 374px) {
    .header.sticky .header__tour-selection-button::after,
    .header:not(.sticky) .header__tour-selection-button::after {
        content: 'Подбор тура';
    }
    .header.sticky .header__tour-button-text {
        display: none;
    }
}

@media only screen and (min-width: 541px) {
    body.no-header-form .header:not(.sticky) .header__logo-wrap {
        top: -8px;
    }
}


.mobile-only {
    display: block !important;
}

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

.block-bg .mobile-only:only-child,
.block-bg .no-mobile:only-child {
    display: block !important;
}

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

    .no-mobile {
        display: block !important;
    }
}


.skype::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
    content: '';
    background-repeat: no-repeat;
    background-position: 40% 50%;
    background-size: 80% 80%;
    background-color: rgba(49,39,130,1);
    outline: 2px solid rgba(49,39,130,1);
    outline-offset: -1px;
}

.skype:focus,
.skype:hover {
  border-color: rgba(49,39,130,1);
}
@keyframes play {
    0% {
        transform: scale(1)
    }

    15% {
        box-shadow: 0 0 0 20px rgba(49,39,130,0.1)
    }

    25% {
        box-shadow: 0 0 0 20px rgba(49,39,130,0.1),0 0 0 40px rgba(49,39,130,0.1)
    }

    30% {
        transform: scale(1.2)
    }

    50% {
        box-shadow: 0 0 0 20px rgba(49,39,130,0.1),0 0 0 40px rgba(49,39,130,0.1),0 0 0 60px rgba(49,39,130,0.1)
    }

    80% {
        transform: scale(1)
    }
}


/* f-info */
.f-info {
    --f-info-border-radius: 10px;
    --f-info-text-color: inherit;
    --f-info-text-size: 14px;
    --f-info-text-first-weight: 700;
    --f-info-text-second-weight: 400;
    --f-info-height: 48px;
    --f-info-main-position: flex-start;
    --f-info-inner-paddings-inline: 14px;
    --f-info-bg: #ddebff;
    --f-info-info-btn-size: 44px;
    --f-info-info-icon-size: 24px;
    --f-info-info-icon-bg: #0072bb;
    --f-info-info-icon-i-color: #ffffff;
    --f-info-close-btn-size: 44px;
    --f-info-close-icon-size: 24px;
    --f-info-close-icon-color: #060c16;
    --f-info-close-icon-opacity: 0.8;

    position: relative;
    color: var(--f-info-text-color, #000000);
    font-size: var(--f-info-text-size, inherit);
    line-height: normal;
    background-color: var(--f-info-bg, #ffffff);
    border-radius: var(--f-info-border-radius, 0);
}

.f-info button:not(:disabled) {
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.f-info button:disabled {
    opacity: 0.5;
}

.f-info button:focus,
.f-info button:hover:not(:disabled) {
    opacity: 0.8;
}

.f-info__unseen {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.f-info__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--f-info-height, auto);
    padding: 0 var(--f-info-inner-paddings-inline, 0);
    overflow: hidden;
}

.f-info__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: var(--f-info-main-position, flex-start);
        -ms-flex-pack: var(--f-info-main-position, flex-start);
            justify-content: var(--f-info-main-position, flex-start);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
}

.f-info__text-wrap {
    padding: 0;
    font: inherit;
    line-height: var(--f-info-info-btn-size, 44px);
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

.f-info__text-first {
    font-weight: var(--f-info-text-first-weight, 600);
}

.f-info__text-second {
    font-weight: var(--f-info-text-second-weight, 400);
}

.f-info__close-btn,
.f-info__info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: var(--f-info-info-btn-size, 44px);
    height: 100%;
    min-height: var(--f-info-info-btn-size, 44px);
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}

.f-info__close-btn svg,
.f-info__info-btn svg {
    width: var(--f-info-info-icon-size, 24px);
    height: var(--f-info-info-icon-size, 24px);
    margin: auto;
}

.f-info__close-btn svg {
    fill: var(--f-info-close-icon-color, currentColor);
    opacity: var(--f-info-close-icon-opacity, 1);
}

.f-info__info-btn svg ._bg {
    fill: var(--f-info-info-icon-bg, currentColor);
}

.f-info__info-btn svg ._i {
    stroke: var(--f-info-info-icon-i-color, #ffffff);
}


.main-wrap>.f-info:not(.hidden) {
    margin-top: 22px;
}

.main-wrap>.f-info:not(.hidden)+.form-holder>.search-block__inner {
    padding-top: 22px;
    padding-bottom: 28px;
}

#f-info-popup {
    border-radius: 3px;
}

@media only screen and (max-width: 800px) {
    .f-info {
        --f-info-height: 44px;
    }

    .main-wrap>.f-info:not(.hidden) {
        margin-top: 6px;
    }

    .main-wrap>.f-info._mt-lg:not(.hidden) {
        margin-top: 20px;
    }

    .main-wrap>.f-info:not(.hidden)+.form-holder>.search-block__inner {
        padding-top: 8px;
        padding-bottom: 14px;
    }

    .main-wrap>.f-info:not(.hidden)+.form-holder>.search-block__inner .search-block__find {
        padding-bottom: 36px;
    }

    .main-wrap>.f-info:not(.hidden)+.form-holder>.search-block__inner .search-block__input-block {
        margin-bottom: 8px;
    }

    .main-wrap>.f-info:not(.hidden)+.form-holder>.search-block__inner .search-block__input-block:last-child {
        margin-bottom: 0;
    }
}

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

.staff-grid .staff-grid__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 200px;
    gap: 16px;
    margin-top: 24px;
    -webkit-transition: color .2sease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.staff-grid .staff-grid__item:hover {
    background: #fafafa;
}

.staff-grid .staff-grid__item:hover .staff-grid__item-name {
    color: #2a2a2f;
    opacity: 0.7;
}

.staff-grid .staff-grid__item .staff-grid__item-name {
    font-size: 15px;
    text-align: center;
    color: #2a2a2f;
    -webkit-transition: color .2sease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.staff-grid .staff-grid__item .staff-grid__item-images {
    min-width: 100px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;

}

.staff-grid .staff-grid__item .staff-grid__item-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 800px) {
    .staff-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .staff-grid .staff-grid__item {
        padding-top: 5px;
        padding-bottom: 5px;
        height: auto;
    }
}

@media (max-width: 600px) {
    .staff-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.emloyee {
    position: relative;
}

.employee__name {
    display: flex;
    flex-direction: column;
    width: calc(100% - 300px);
}

.employee__name .h2 {
    margin-top: 0px;
    margin-bottom: 8px;
}

.employee__name .employee__subtitle {
   font-size: 18px;
   color: #636B7E;
   font-weight: normal;
}

.employee__wrapper {
    display: flex;
    gap: 100px;
}

.employee__main {
    width: calc(100% - 300px);
}

.employee__contact {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    padding-bottom: 36px;
    margin-bottom: 28px;
    border-bottom: 1px solid #D1DDEC;
}

.employee__phone {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
    -webkit-transition: color .2sease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.employee__phone:hover {
    color: #2a2a2f;
    opacity: 0.7;
}

.employee__adress {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #636B7E;
}

.employee__adress .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.employee__contact .button {
    align-self: flex-start;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 24px;
}

.employee__diplom {
    display: flex;
    margin-bottom: 52px;
    gap: 20px;
    flex-wrap: wrap;
}

.employee__diplom-item {
    width: 94px;
    height: 110px;
    background: #E4E4E4;
}

.employee__content {
    margin-bottom: 50px;
}

.employee__content p {
    font-size: 15px;
    color: #333;
}

.employee__content strong {
    font-size: 15px;
    color: #333;
}

.employee__feedback {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.employee__feedback .employee__feedback-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.employee__feedback .employee__feedback-number {
    width: 30px;
    height: 24px;
    background: #7BC818;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
}

.employee__feedback .employee__feedback-user {
    font-size: 13px;
    color: #636B7E;
}

.employee__feedback-content p {
    font-size: 15px;
    color: #333;
}

.employee__feedback-content p:last-child {
    margin-bottom: 0;
}

.btn-more {
    color: #2a2a2f;
    font-size: 13px;
    border-bottom: 1px dotted #2a2a2f;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: color .2sease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.btn-more:hover {
    color: #2a2a2f;
    opacity: 0.7;
}

.employee__photo {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.employee__photo .employee__photo-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
}

.employee__photo .employee__photo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee__photo-rating {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.employee__photo-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.employee__photo-title {
    font-size: 13px;
    color: #636B7E;
    cursor: pointer;
    -webkit-transition: color .2sease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.employee__photo-title:hover {
    color: #0055a6;
}

.employee__photo-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 1100px) {
    .employee__wrapper {
        gap: 64px;
    }
    .employee__main {
        width: calc(100% - 236px);
    }
}

@media (max-width: 800px) {
    .employee__wrapper {
        flex-direction: column-reverse;
        gap: 24px;
    }
    .employee__main {
        width: 100%;
    }
    .employee__contact {
        align-items: center;
        margin-top: 0;
    }
    .employee__contact .button {
        width: auto;
        align-self: auto;
    }
    .employee__name .h2 {
        text-align: center;
    }
    .employee__name {
        justify-content: center;
        text-align: center;
        margin-bottom: 24px;
        width: 100%;
    }
    .employee__photo {
        width: 100%;
        top: auto;
        position: relative;
    }
}

.author {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    margin-top: 24px;
}

.author-images {
    min-width: 56px;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    overflow: hidden;
}

.author-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-name {
    color: #636A7E;
}

.author-name a {
    -webkit-transition: color .2sease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.city-info {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    font-size: 14px;
    color: #2a2a2f;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media screen and (max-width: 800px) {
    .city-info {
        justify-content: center;
    }
}

.city-info .city-info__action {
    display: flex;
    align-items: center;
    gap: 12px;
}

.city-info .city-info__btn-small {
    height: 32px;
    background-color: #3323b8;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: color .2sease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.city-info .city-info__btn-small:hover {

    background: #4838d1;
}

.city-info .city-info__btn-stroke {
    color: #4838d1;
    cursor: pointer;
}

.form-holder__container {
    background: #463998;
    padding-top: 50px;
    padding-bottom: 80px;
}

@media screen and (max-width: 1100px) {
    .form-holder__container {
        padding-bottom: 20px;
    }
}

.form-holder__container .main-wrap {
    background: transparent;
}

.form-holder__container .form-holder__caption {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}

@media screen and (max-width:800px) {
    .form-holder__container .form-holder__caption {
        text-align: center;
        font-size: 36px;
    }
}

@media screen and (max-width:568px) {
    .form-holder__container .form-holder__caption {
        text-align: center;
        font-size: 32px;
    }
}

.form-holder__container .select2-selection {
    border-radius: 8px;
}

.form-holder__container .search-block__input-adults {
    border-radius: 8px;
}

.form-holder__container .search-block__input-block {
    margin-right: 6px;
}

.form-holder__container .input__childs .input {
    border-radius: 8px;
}

.form-holder__container .search-block__input {
    border-radius: 8px;
}

.form-holder__container .input__border-blue,
.input-select-blue .select2 {
    border-radius: 8px;
    background-color: #fff;
    border: none;
    color: #2a2a2f;
}

.select2-container.select2-container--open.select2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-holder__container .select2-container .select2-selection__rendered {
    color: #2a2a2f;
    line-height: 46px;
}

/* .form-holder__container .button--color-orange {
    background-color: #ed1c24;
    color: #fff;
    border-radius: 8px;
} */

.section-carousel {
    display: flex;
    align-items: center;
    width: calc(100% - ((100vw - 75rem) / 2));
    position: relative;
    top: -75px;
    margin-left: calc((100vw - 75rem) / 2);
    padding-inline: 15px;
    overflow: hidden;
}

@media screen and (max-width: 1190px) {
    .section-carousel {
        margin-left: calc((100vw - 72rem) / 2);
    }
}

@media screen and (max-width: 1140px) {
    .section-carousel {
        margin-left: calc((100vw - 71rem) / 2);
    }
}

@media screen and (max-width: 1120px) {
    .section-carousel {
        margin-left: calc((100vw - 68rem) / 2);
    }
}

@media screen and (max-width: 1100px) {
    .section-carousel {
        top: 0;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0px;
        margin-left: 0;
        height: auto;
        padding-inline: 0px;
        max-width: 100%;
        overflow: hidden;
    }
}

.section-carousel__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

@media screen and (max-width: 1100px) {
    .section-carousel__action {
        display: none;
    }
}

.section-carousel__action .prev {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: all .3s;
}

.section-carousel__action .prev:hover {
    opacity: 0.5;
}

.section-carousel__action .number {
    flex: 1;
    font-size: 16px;
}

.section-carousel__action .prev svg {
    width: 24px;
    height: 24px;
}

.section-carousel__action .next {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.section-carousel__action .next .arrow-next {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 34px;
    transition: all .3s;
}

.section-carousel__action .next .arrow-next:hover {
    opacity: 0.5;
}

.section-carousel__action .next .krug {
    width: 90px;
    height: 90px;
}

.section-carousel__action .next .krug svg {
    width: 100%;
    height: 100%;
}

.section-carousel__slider {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: end;
    border-radius: 8px;
}


.section-carousel__slider-inner {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease;
    padding-top: 30px;
    cursor: grab;
    user-select: none;
}

@media screen and (max-width: 1100px) {
    .section-carousel__slider {
        width: 100%;
        border-radius: 8px;
        height: auto;
        overflow: visible;
    }
    .section-carousel__slider-inner {
        width: 100% !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

.section-carousel .section-carousel__content {
    width: 345px;
    min-width: 345px;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-right: 50px;
}

.section-carousel .section-carousel__content h2 {
    margin-top: 80px;
}

@media screen and (max-width: 1100px) {
    .section-carousel .section-carousel__content {
        width: 100%;
        min-width: 100%;
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-right: 50px;
        height: auto;
    }
}

.section-carousel__caption {
    width: 320px;
}

@media screen and (max-width: 1100px) {
    .section-carousel__caption {
        width: 100%;
        min-width: 100%;
        padding-inline: 15px;
        margin-bottom: 0;
    }
}

.section-carousel .slider-item {
    height: 340px;
    width: 400px;
    min-width: 400px;
    border-radius: 8px;
    /* padding: 18px; */
    position: relative;
    box-sizing: border-box;
    flex: 0 0 auto;
    margin-right: 20px;
}

.section-carousel .slider-item[href] {
    cursor: pointer;
}

.section-carousel .slider-item .reklama {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0px;
    background: rgba(42, 42, 47, .2);
    border-radius: 4px;
    padding: 2px;
    color: #fff;
    z-index: 3;
}

@media screen and (max-width: 1100px) {
    .section-carousel .slider-item:first-child {
        margin-left: 15px;
    }
}

@media screen and (max-width: 800px) {
    .section-carousel .slider-item {
        height: 265px;
        width: 320px;
        min-width: 320px;
    }
}

@media screen and (max-width: 568px) {
    .section-carousel .slider-item {
        margin-right: 10px;
    }
}

@media screen and (max-width: 320px) {
    .section-carousel .slider-item {
        height: 265px;
        width: 290px;
        min-width: 290px;
    }
}

.section-carousel .slider-item[href]:hover .slider-item__img img {
    transform: scale(1.11);
}

.section-carousel .slider-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40.00%, hsla(0, 0%, 0%, 0.5) 100%);
    border-radius: 8px;
}

.section-carousel .slider-item__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
}

.section-carousel .slider-item__img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

@media screen and (max-width: 800px) {
    .section-carousel .slider-item__img {
        height: 100%;
    }
}

.section-carousel .slider-item__img img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.section-carousel .slider-item__caption {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 24px;
}


.section-carousel .slider-item__caption .title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 800px) {
    .section-carousel .slider-item__caption .title {
        font-size: 18px;
    }
}

.section-carousel .slider-item__caption .description {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    opacity: 0.8;
}

@media screen and (max-width: 800px) {
    .section-carousel .slider-item__caption .description {
        font-size: 14px;
    }
}

.section-carousel .slider-item__caption .destination {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.section-carousel__slider .slick-track {
    display: flex;
    align-items: center;
    min-width: 100%;
    gap: 20px;
}

.section-carousel__slider  .slick-list {
    min-width: 100%;
}


.two-columns > .grid-row__grid-item:first-child {
    margin-right: 20px;
}

.seasons-block__main {
    flex-grow: 1;
    margin-top: 20px;
    /* height: 270px; */
    border-radius: 12px;
    background-color: var(--ta-bg-3, #f5f5fa);
    border: none;
}

@media screen and (max-width: 1200px) {
    .seasons-block__main {
        height: auto;
        margin-top: 0;
    }
}

.country-list-main {
    background-color: var(--ta-bg-2, #f5f5fa);
    border-radius: 12px;
}

.news-new-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

@media screen and (max-width: 1200px) {
    .news-new-block {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 1200px) {
    .news-new-block.news-block__row {
        max-width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .news-new-block.news-block__row {
        width: 100%;
    }
}

@media screen and (max-width: 840px) {
    .news-new-block.news-block__row {
        overflow-y: hidden;
        overflow-x: auto;
    }
}

.news-new-block .news-block-item {
    width: 50%;
}

@media screen and (max-width: 660px) {
    .news-new-block .news-block-item {
        min-width: 300px;
        width: auto;
    }
}

.news-new-block .row-news {
    width: 50%;
}

@media screen and (max-width: 660px) {
    .news-new-block .row-news {
        width: auto;
    }
}

@media screen and (max-width: 840px) {
    .news-new-block .row-news {
        display: flex;
        flex-direction: row;
    }
}

.news-new-block .news-block-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 472px;
}

@media screen and (max-width: 840px) {
    .news-new-block .news-block-item {
        height: 460px;
    }
}

@media screen and (max-width: 480px) {
    .news-new-block .news-block-item {
        height: 320px;
    }
}

.news-new-block .news-block-item[href]:hover .news-photo img {
    transform: scale(1.05);
}

.news-new-block .news-block-item[href]:hover .news-block__header {
    opacity: 0.8;
}

.news-new-block .news-block-item .news-photo {
    width: 100%;
    height: 100%;
    position: relative;
}

.news-new-block .news-block-item .news-photo.news-photo-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40.00%, #000 100%);
}

.news-new-block .news-block-item .news-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s ease;
}

.news-new-block .news-block-item .news-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media screen and (max-width: 800px) {
    .news-new-block .news-block-item .news-content {
        padding: 20px;
    }
}

.news-new-block .news-block-item .news-block__header {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

@media screen and (max-width: 900px) {
    .news-new-block .news-block-item .news-block__header {
        font-size: 20px;
    line-height: 26px;
    color: #fff;
    }
}

@media screen and (max-width: 660px) {
    .news-new-block .news-block-item .news-block__header {
        font-size: 16px;
    line-height: 24px;
    color: #fff;
    }
}

.news-new-block .news-block-item .news-block__text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .news-block__text {
        display: none;
    }

    .news-new-block .news-block-item .news-block__text {
        display: block;
    }
}

.news-new-block .news-label {
    font-size: 12px;
    padding: 6px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-flex;
    align-self: flex-start;
}

.news-new-block .news-label-orange {
    color: #e38627;
    background: #fbe8d5;
}

.row-news {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.row-news .news-block-other {
    display: flex;
    gap: 20px;
    height: 228px;
    position: relative;
}

@media screen and (max-width: 840px) {
    .row-news .news-block-other {
        flex-direction: column;
    }
}

.row-news .news-block-other .news-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    /* position: relative; */
}

.row-news .news-photo {
    width: 320px;
    height: 228px;
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (min-width: 840.02px) {
    .row-news .news-photo {
        flex-shrink: 0;
        width: 32%;
        max-width: 185px;
        min-width: 140px;
    }
}

@media screen and (max-width: 840px) {
    .row-news .news-photo {
        min-height: 230px;
    }
}

@media screen and (max-width: 480px) {
    .row-news .news-photo {
        min-height: 150px;
        width: 250px;
    }
}


.news-block-other:hover .news-photo img {
    transform: scale(1.1);
}

.row-news .news-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s ease;
}

.row-news .news-block__header {
    font-size: 16px;
    line-height: 24px;
}

.row-news .news-block__header[href]:hover {
    opacity: 0.7;
}

.row-news .news-block__text {
    color: rgba(45, 45, 47, 0.8);
    flex: 1;
}

.row-news .news-block__date {
    font-size: 14px;
    color: rgba(45, 45, 47, 0.8);
}

.input__target.input-select .select2 .select2-selection:before {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 12px;
    background: url(../images/icon/pin.svg) no-repeat !important;
}

.icon__refresh {
    filter: brightness(9) grayscale(1);
}
.icon__adults_down:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #2a2a2f;
}

.icon__adults_up:before, .icon__adults_up:after {
    background-color: #2a2a2f;
}

.icon__adults_up:hover:after, .icon__adults_up:hover:before, .icon__adults_down:hover:before {
    background-color: #6A6A6D;
}

.icon__adults_down:before {
    height: 2px;
    background-color: #6A6A6D;
}

.icon__adults_down.disabled:hover:before {
    height: 2px;
    background-color: #6A6A6D;
}

.icon__adults_up::before {
    height: 2px;
}

.icon__adults_up::after {
    right: 23px;
    width: 2px;
}

.search-block__inner .search-block__child .search-block__input-content:before {
    background: url(../images/icon/smile.svg) no-repeat !important;
    width: 20px;
    height: 20px;
    top: 13px;
}

.search-block__inner .input__dates:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 13px;
    background: url(../images/icon/calendar.svg) no-repeat;
}

.input__dates .input {
    padding-left: 40px;
}

.double-form .bg-form__left {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #463998 !important;
}

@media screen and (max-width: 1190px) {
    .double-form .bg-form__left {
        border-top-left-radius: 14px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 14px;
    }
}

@media screen and (max-width: 1190px) {
    .double-form .bg-form__right {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 14px !important;
        border-bottom-left-radius: 14px !important;
    }
}

.double-form .bg-form__right {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #f5f5fa;
}

.double-form .bg-form__right .bg-form__button {
    border-radius: 8px;
    background-color: #463998;
    -webkit-transition: all .2sease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.double-form .bg-form__right .bg-form__button:hover {
    border-radius: 8px;
    background-color: #4838d1;
}

.input__border {
    border-radius: 8px;
    border: 1px solid #e2e3ec;
}

.input__dates:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 13px;
    background: url(../images/icon/calendar.svg) no-repeat;
}

.steps__submit {
    background-color: #ed1c24;
    border-radius: 8px;
    transition: all 2s ease;
}

.steps__submit:hover {
    background-color: #f04248;
}

.input__childs.input-select .select2 .select2-selection:before {
    content: "";
    background: url(../images/icon/smile.svg) no-repeat !important;
    width: 20px;
    height: 20px;
    top: 13px;
}

.select2-drop .stars-clear span {
    color: #2a2a2f;
    border-bottom: 2px dotted #2a2a2f;
}

.country-list__link {
    color: #2a2a2f;
    transition: all .2s ease;
}

.country-list__link:hover {
    color: #2a2a2f;
    opacity: 0.7;
}

.show-all__link:hover {
    color: #2a2a2f;
    opacity: 0.7;
}

.list__link {
    color: #2a2a2f;
    transition: all .2s ease;
}

.list__link:hover {
    color: #2a2a2f;
    opacity: 0.7;
}

.country-list-inner .country-list__item .country-list__link:hover {
    background: #fafafa;
}

.seasons-block__inner {
    background: var(--ta-bg-3, #f5f5fa);
    border-radius: 12px;
}

.news-block .news-block__inner {
    border-radius: 12px;
    border: 1px solid #e2e3ec;
}

.border-block {
    border-radius: 12px;
    border: 1px solid #e2e3ec;
}

.sidebar__block>.news-block .news-block__photo {
    border-radius: 8px;
}

.sidebar__block>.news-block .news-block__header {
    font-weight: 400;
}

.input {
    border-radius: 8px;
}

.bg-form__button-main {
    background-color: #ed1c24;
    transition: all .2s ease;
    border-radius: 8px;
}

.bg-form__button-main:hover {
    background-color: #f04248;
}

.bg-form__inner .bg-form__checkbox {
    color: #fff;
}

.bg-form__inner .form-policy-link {
    color: #2a2a2f;
    opacity: 0.5;
    transition: all .2s;
}

.bg-form__inner .form-policy-link:hover {
    color: #2a2a2f;
    opacity: 1;
}

.footer .icon__phone {
    width: 24px;
    height: 24px;
    background: url(../images/icon/phone-solid.svg) no-repeat;
    top: 2px;
}

.footer .icon__marker {
    width: 24px;
    height: 24px;
    background: url(../images/icon/pin-solid.svg) no-repeat;
    top: 2px;
}

.social__item {
    width: 24px;
    height: 24px;
    position: relative;
    border: none;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 8px;
    box-sizing: border-box;
}

.social__item:hover,
.social__item:focus {
    border: none;
}

.social__item .icon {
    width: 24px;
    height: 24px;
    margin: 0;
}

.social__item:hover .icon,
.social__item:focus .icon {
    opacity: 0.7;
}

.footer .icon__tg,
.footer .social__item:hover .icon__tg,
.footer .social__item:focus .icon__tg {
    background: url(../images/icon/telegram.svg) no-repeat;
}

.footer .icon__vk,
.footer .social__item:hover .icon__vk,
.footer .social__item:focus .icon__vk {
    background: url(../images/icon/vk.svg) no-repeat;
}

.footer .icon__ya_dzen,
.footer .social__item:hover .icon__ya_dzen,
.footer .social__item:focus .icon__ya_dzen {
    background: url(../images/icon/dzen.svg) no-repeat;
}

.footer .icon__gp,
.footer .social__item:hover .icon__gp,
.footer .social__item:focus .icon__gp {
    background: url(../images/icon/googleplay.svg) no-repeat;
}

.footer .icon__as,
.footer .social__item:hover .icon__as,
.footer .social__item:focus .icon__as {
    background: url(../images/icon/appstore.svg) no-repeat;
}

.nav__submenu {
    border-radius: 8px;
    background-color: #fff;
    border: none;
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
}

@media screen and (max-width: 1190px) {
    .nav__submenu {
        box-shadow: none;
    }
}


@media screen and (max-width: 540px) {
    .header:not(.sticky) .header__top-menu {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.input-select .select2-selection--single .select2-selection__arrow {
    background: url(../images/icon/arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    top: 13px;
    right: 8px;
    opacity: 0.3;
}

.input-select:after {
    background: url(../images/icon/arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    top: 13px;
    right: 8px;
    opacity: 0.3;
}

.input-select-blue .select2-selection--single .select2-selection__arrow {
    background: url(../images/icon/arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    top: 13px;
    right: 8px;
    opacity: 0.3;
}

.input-select-black:after {
    background: url(../images/icon/arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    top: 13px;
    right: 8px;
    opacity: 0.3;
}

.search-block__input-label .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../images/icon/arrow-white.svg) no-repeat;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 8px;
    opacity: 0.5;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background: url(../images/icon/arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 8px;
}

.search-block__input-label .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.popup-steps .select2-container {
    border-radius: 8px;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px;
}

.input__border, .input__border-blue, .input-select-blue .select2, .popup-steps .select2, .steps-form .select2, .js-autocomplete .autocomplete-result {
    border: 1px solid #e2e3ec;
}

.popup-steps__controls {
    border-top: 1px solid #e2e3ec;
}

.popup-steps__show-comment {
    color: #2a2a2f;
    border: none;
    opacity: 0.7;
    transition: all .2s ease;
}

.popup-steps__show-comment:hover {
    color: #2a2a2f;
    opacity: 1;
}

.dashed-link {
    color: #2a2a2f;
    border: none;
    opacity: 0.7;
    transition: all .2s ease;
}

.dashed-link:hover {
    color: #2a2a2f;
    opacity: 1;
}

.search-block-full .search-block__grid-row--accent-header, .search-block-full .search-block__grid-row--accent-footer, .search-block-full .search-block__grid-row--accent {
    background-color: #a39dcd;
}

.search-block-full .search-block__grid-row--accent-footer .show-all--search-block .show-all__link:after, .search-block-full .search-block__grid-row--accent-footer .show-all--search-block .show-all__link:before {
    background-color: #2a2a2f;
}

.button-default {
    color: rgba(42, 42, 47, 0.5);
    background: transparent;
    border: none;
    background-color: #f5f5fa;
    transition: all .2s ease;
    box-sizing: border-box;
}

.button-default:hover {
    background-color: #f5f5fa;
    color: #2a2a2f;
    border: none;
}

.nav__submenu-countries {
    margin-left: -50px;
}

#ui-datepicker-div .ui-datepicker-prev span {
    width: 20px;
    height: 20px;
    margin: 0px;
    top: 4px;
    right: -4px;
    background: url(../images/icon/arrow-rigth.svg) no-repeat;
    transform: rotate(-360deg);
}

#ui-datepicker-div .ui-datepicker-next span {
    width: 20px;
    height: 20px;
    margin: 0px;
    top: 4px;
    left: -4px;
    background: url(../images/icon/arrow-left.svg) no-repeat;
}

.content-box {
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 800px) {
    .content-box {
        flex-direction: column;
        gap: 0px;
    }
}

.content-box p {
    width: 50%;
}

@media screen and (max-width: 800px) {
    .content-box p {
        width: 100%;
        margin-top: 0;
    }
}

.fancybox-slide>div {
    border-radius: 12px;
}

.developer-block {
    padding-top: 30px;
    border-top: 1px solid #e2e3ec;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
  }

  /* Applies to all tooltips */
  [tooltip]::before,
  [tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: 12px;
    line-height: auto;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
    font-family: "Inter", sans-serif;
  }

  [tooltip]::before {
    content: "";
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }

  [tooltip]::after {
    content: attr(tooltip); /* magic! */
    /* most of the rest of this is opinion */
    font-family: "Inter", sans-serif;
    text-align: center;
    /*
      Let the content set the size of the tooltips
      but this will also keep them from being obnoxious
      */
    min-width: 320px;
    max-width: 500px;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #2a2a2f;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
  }

  /* Make the tooltips respond to hover */
  [tooltip]:hover::before,
  [tooltip]:hover::after {
    display: block;
  }

  /* don't show empty tooltips */
  [tooltip=""]::before,
  [tooltip=""]::after {
    display: none !important;
  }

  /* FLOW: UP */
  [tooltip]:not([flow])::before,
  [tooltip][flow^=up]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #2a2a2f;
  }

  [tooltip]:not([flow])::after,
  [tooltip][flow^=up]::after {
    bottom: calc(100% + 5px);
  }

  [tooltip]:not([flow])::before,
  [tooltip]:not([flow])::after,
  [tooltip][flow^=up]::before,
  [tooltip][flow^=up]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
  }

  /* FLOW: DOWN */
  [tooltip][flow^=down]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #2a2a2f;
  }

  [tooltip][flow^=down]::after {
    top: calc(100% + 5px);
  }

  [tooltip][flow^=down]::before,
  [tooltip][flow^=down]::after {
    left: 50%;
    transform: translate(-50%, 0.5em);
  }

  /* FLOW: LEFT */
  [tooltip][flow^=left]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #2a2a2f;
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%);
  }

  [tooltip][flow^=left]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
  }

  /* FLOW: RIGHT */
  [tooltip][flow^=right]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #2a2a2f;
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%);
  }

  [tooltip][flow^=right]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%);
  }

  /* KEYFRAMES */
  @keyframes tooltips-vert {
    to {
      opacity: 0.9;
      transform: translate(-50%, 0);
    }
  }
  @keyframes tooltips-horz {
    to {
      opacity: 0.9;
      transform: translate(0, -50%);
    }
  }
  /* FX All The Things */
  [tooltip]:not([flow]):hover::before,
  [tooltip]:not([flow]):hover::after,
  [tooltip][flow^=up]:hover::before,
  [tooltip][flow^=up]:hover::after,
  [tooltip][flow^=down]:hover::before,
  [tooltip][flow^=down]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
  }

  [tooltip][flow^=left]:hover::before,
  [tooltip][flow^=left]:hover::after,
  [tooltip][flow^=right]:hover::before,
  [tooltip][flow^=right]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
  }


  .search-block--hotel .search-block__child .search-block__input-content:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 12px;
    background: url(../images/icon/smile.svg) no-repeat;
  }

  .sidebar__block .holiday-type__h4 {
    text-transform: uppercase;
    font-size: 18px;
  }


  .checkbox:before {
    background: url(../images/icon/checkbox.svg) no-repeat;
    width: 14px;
    height: 14px;
    background-position: top !important;
  }

  .checkbox.checked:before {
    background: url(../images/icon/checkbox-active.svg) no-repeat;
    width: 14px;
    height: 14px;
    background-position: top !important;
  }

  .list__item:before {
    display: none;
  }

  .search-block--hotel .search-block__nights-up,
  .form-holder__container .search-block__nights-up {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #2a2a2f;
      background-color: rgb(255, 255, 255, 1);
      border: 1px solid transparent;
      border-radius: 6px;
      transition-property: color, background-color, border-color;
      transition-duration: 0.2s;
      transition-timing-function: ease;
  }
  .search-block--hotel .search-block__nights-up:hover,
  .form-holder__container .search-block__nights-up:hover {
    color: #2a2a2f;
    background-color: rgb(255, 255, 255, 0.8);
    border-color: transparent;
  }

  .search-block--hotel .search-block__nights-up.active,
  .form-holder__container .search-block__nights-up.active {
    color: #fff;
    background-color: var(--ta-btn-color);
    border-color: transparent;
  }

  .search-block--hotel .search-block__nights-up.active:hover,
  .form-holder__container .search-block__nights-up.active:hover {
    color: #fff;
    background-color: var(--ta-btn-color-hover);
    border-color: transparent;
  }



 /* body .blockCont .bott .prImg:after {
    background-color: #ed1c24;
    background-image: none;
  } */
   /* body .blockCont .bott .prImg {
    background-color: #ed1c24;
    background-image: none;
  }
  body .blockCont .block>.bott a.long .hot-hotel-name {
      width: calc(85% - 15px * 2);
  }
  body .blockCont .block>.bott a.long {
    width: calc(100% - 15px * 2);
  }
  body .blockCont .block>.bott {
    padding-right: 15px;
  }

  body .blockCont .block>.bott:after {
    content: none;
  } */
