@media (min-width: 1200px) {
    header .navbar .phone .phone-link.v07 {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    header .navbar .phone.v07 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header .navbar .phone.v07 .phone-link.v03 {
       line-height: 1.1;
    }
}

@media (max-width: 500px) {
    header .navbar .phone.v07 .phone-link.v03 {
        font-size: 14px;
        font-weight: 600;
    }
}
.phone-box {
    width: max-content;
    display: contents;
}
.call-icon svg {
    width: 45px;
    height: 45px;
    fill: #19703e;
}
@media all and (max-width: 667px) {
   
}

@media all and (max-width: 992px) {
    .phone-box {
        display: grid;
        grid-template-rows: max-content;
        margin-right: auto;
        margin-left: auto;
        gap: 3px;
    }
    .d-md-block {
        display: none !important;
    }
    .call-icon {
        display: inline-block !important;
    }
    header .navbar .phone .phone-link {
        font-size: 17px;
        line-height: 1;
    }
    header .navbar .phone .text {
        line-height: 1;
    }
    .header .nav-items .btn > span {
        display: none;
    }
    .header .nav-items .btn .fa {
        font-size: 24px;
    }
}

@media all and (min-width: 993px) {
    .call-icon {
        display: none !important;
    }
}

/* Main page vouchers slider */
.catalog-slider .slick-track {
    display: block !important;
}

.catalog-slider .slick-slide {
    height: 100%;
}

.catalog-slider .slick-slide > div,
.catalog-slider .good-item-card {
    height: 100%;
}

.catalog-slider .good-item-card {
    display: flex;
    flex-direction: column;
    min-height: 760px;
}

.catalog-slider .item-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: auto !important;
}

.catalog-slider .card-title {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    color: #19703e !important;
    font-size: 34px !important;
    line-height: 1.16 !important;
}

.catalog-slider .card-text {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
}

.catalog-slider .card-text p {
    margin-bottom: 0;
}

.catalog-slider .price-block {
    margin-top: auto;
}

@media (max-width: 575px) {
    .catalog-slider .good-item-card {
        min-height: 620px;
    }

    .catalog-slider .card-title {
        font-size: 26px !important;
        line-height: 1.18 !important;
    }

    .catalog-slider .card-text {
        font-size: 16px !important;
        line-height: 1.45 !important;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .catalog-slider .card-title {
        font-size: 30px !important;
        line-height: 1.18 !important;
    }
}

/* Hide Poster from header navigation; it is shown as an entertainment tile. */
.nav-items > a[href="/poster/"],
.nav-items > a[href="https://siberianhotel.ru/poster/"],
#header-menu .dropdown-grid-item:has(.categories-item > a[href="/poster/"]),
#header-menu .dropdown-grid-item:has(.categories-item > a[href="https://siberianhotel.ru/poster/"]) {
    display: none !important;
}
