body {
    background: #ffffff;
    color: #333333;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.cursor-pointer {
    cursor: pointer;
}

/*@media (max-width: 768px) {*/
/*    body {*/
/*        background: #ffffff;*/
/*        color: #333333;*/
/*        font-family: Arial, sans-serif !important;*/
/*        font-style: normal;*/
/*        font-weight: normal;*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
/* Btn Bitrix 24 */
.b24-widget-button-position-bottom-right {
    right: 30px !important;
    bottom: 30px !important;
}
@media (max-width:  991.95px) {
    .b24-widget-button-position-bottom-right {
        right: 50% !important;
        bottom: 26px !important;
        margin-right: -28px;
    }
}

.collections .card-slide {
    font-family: Alegreya Sans, Roboto, sans-serif;
}

.collections .card-slide * {
    outline: none;
}

.collections .card-slide .card-item {
    position: relative;
    height: 100%;
    /** Выравнивание слайдов по высоте (высота родителя устанавливается через js) */
    margin: 0 15px;
    padding: 3rem 1.6rem 1.6rem;
    background-color: #fff;
    font-family: Alegreya Sans;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.collections .card-slide .card-item:hover, .collections .card-slide .card-item:active {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transform: translate(0px, -10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.collections .badge-status {
    position: absolute;
    top: 1rem;
    left: 1.7rem;
    padding: 0.4em 0.7em;
    border-radius: 0;
    font-weight: 400;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
}

.collections .badge-status-not-available {
    background: #DBDBDB;
}

.collections .badge-status-pre-order {
    background: #B7B7B7;
}

.collections .badge-status-novelty {
    background: #8BC34A;
}

.collections .card-slide .card-item .img-wrapper {
    height: 254px;
    margin-bottom: 2.3em;
}

.collections .card-slide .card-item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.collections .card-slide .card-item .card-descr .price {
    margin: 0.75em 0 0.4em;
    font-size: 1.5em;
    font-weight: bold;
}

.collections .card-slide .card-item .card-descr .price .currency {
    font-size: 0.9em;
}

.collections .card-slide .card-item .card-descr h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #3E1C73;
}

.collections .card-slide .card-item .card-descr h3 .model-name {
    margin: 0.5em 0 0;
    font-size: 0.9em;
    font-weight: normal;
}

.collections .card-slide .card-item .card-descr .card-description-gift {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;
}

.collections .card-slide .slick-list {
    width: 100%;
    padding: 15px 0;
}

.collections .slick-pager {
    margin: 2em 0;
}

.collections .slick-pager li.active, .collections .slick-pager li:active, .collections .slick-pager li:focus, .collections .slick-pager li:hover {
    background: linear-gradient(269.96deg, #BF4CA5 2.13%, #3D2D70 96.24%);
}

.collections .slick-pager li a {
    color: #ffffff;
}

.slick-pager ul li.disabled a {
    color: #ffffff;
}
.linkOzon {
    text-align: center;
    margin-top: 5px;
}
.linkOzon a{text-decoration: none}
.linkOzon a:hover{text-decoration: none}

/* Кнопка купить внизу item-ов у slider  */
.tile-btn-buy {
    display: block;
    border-radius: 40px;
    padding: 0.4em 2.6em;
    border: none;
   /* background: linear-gradient(90.14deg, #312e81 0.03%, #004fc6 99.98%);
    color: #fff;*/
    background: linear-gradient(180deg,#fff24d 0,#dfbc0b 107.61%);
    box-shadow: 1px 1px 15px rgba(255,244,101,.41), 1px 1px 15px rgba(0,0,0,.15);
    color: #202020;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.tile-btn-buy:hover {
    text-decoration: none;
    color: #202020;
}
.p-10 {
    padding: 10px;
}
.p-t-20 {
    padding-top: 20px;
}

/* График выхода на главной */
.table thead th, .table-responsive-sm .table tbody tr {
    border: none;
    border-bottom: 2px solid white;
}
table, .table thead tr{
    background: #DEF3FD;
    border-radius: 38px !important;
}
.table-responsive-sm {
    border-radius: 38px !important;
    overflow: hidden;
}
.schedule-table thead th:first-child, .schedule-table tbody td:first-child {
    padding-left: 3rem;
}
@media (max-width: 991.98px) {
    .schedule-table thead th:first-child, .schedule-table tbody td:first-child {
        padding-left: 1.3rem;
    }
}

/* График для страницы график выхода */
.section-schedule .schedule-table thead * {
    background: #DEF3FD !important;
}

@media (max-width: 1499.98px) {
    .collections .card-slide .card-item .img-wrapper {
        height: 223px;
    }
    .collections .card-slide .card-item .card-descr h3 br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .collections .slick-pager {
        margin: 1em 0;
    }
}

@media (max-width: 767.98px) {
    .collections .btn-box {
        padding: 25px 0 40px;
    }
}

@media (max-width: 575.98px) {
    .collections .card-slide {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}