/* Красивое тире в заголовках H1 шрифтом Druk Wide */
h1 {
    font-feature-settings: "case" on;
}

/* Стиль кайфовых цифр */
.cool-numbers {
    font-feature-settings: 'tnum' on, 'lnum' on;
    font-variant-numeric: tabular-nums lining-nums;
}

/* Правим базовую линию у кнопок */
.baseline-up > .tn-atom {
    padding-bottom: 0.2em !important;
}

/* Настраиваем внешний вид карточек приключений */
.button-travel .tn-atom {
    border-radius: 0 0 20px 20px !important;
}

.button-travel-left .tn-atom {
    border-radius: 0 0 0 20px !important;
}

.button-travel-right .tn-atom {
    border-radius: 0 0 20px 0 !important;
}

.img-travel .tn-atom {
    border-radius: 20px 20px 0 0 !important;
    overflow: hidden;
}

.img-travel__right-to-top .tn-atom {
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    border-radius: 0 20px 20px 0 !important;
}

/* Медиа-запросы */
@media screen and (max-width: 1200px) {
    .t-title_lg {
        font-size: 40px !important;
    }
    .t015__title {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 960px) {
    .button-travel .tn-atom {
        border-radius: 0 0 10px 10px !important;
    }
    .img-travel .tn-atom {
        border-radius: 10px 10px 0 0 !important;
    }
    .button-travel-left .tn-atom {
        border-radius: 0 0 0 10px !important;
    }
    .button-travel-right .tn-atom {
        border-radius: 0 0 10px 0 !important;
    }
    .img-travel__right-to-top .tn-atom {
        border-radius: 10px 10px 0 0 !important;
    }
    .cover-logo {
        border-radius: 10px !important;
    }
}

@media screen and (max-width: 480px) {
    .t015__title {
        padding-top: 0;
        padding-bottom: 0;
    }
    .t-title_lg {
        font-size: 30px !important;
    }
}

/* Попапы */
.t-body_popupshowed {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

.t-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999999;
    display: none;
}

.t-popup.t-popup_show {
    opacity: 1;
}

.t-popup__container {
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
    transform: translateY(-30%) scale(0.9);
    transition: transform ease-in-out 0.3s;
}

.t-popup_show .t-popup__container {
    transform: translateY(-50%) scale(1);
}

.t-popup__container.t-popup__container-static {
    margin: 65px auto;
    top: 0;
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    transform: translateY(30%) scale(0.9);
}

.t-popup_show .t-popup__container.t-popup__container-static {
    transform: translateY(0) scale(1);
}

.t-popup__close {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    transition: opacity ease-in-out 0.3s;
    z-index: 10000000;
}

.t-popup__close:hover {
    opacity: 0.7;
}

.t-body_scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
}

.global-header-210 {
    height: 210px !important;
}
