

/* Start:/local/templates/wks3/css/advent.css?175007056929291*/
.page-advent {
    padding: 30px 0;
}

.page-advent .container {
    padding: 0 50px;
}

.advent__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: min(35px, 1.823vw);
}

.advent__title {
    font-weight: 600;
    font-size: min(40px, 2.083vw);
    line-height: 1;
    text-transform: uppercase;
}

.advent_info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.advent__count {
    font-weight: 500;
    font-size: min(24px, 1.25vw);
    line-height: 1;
    text-transform: uppercase;
    color: #B8B8B8;
}

.advent__date {
    font-weight: 600;
    font-style: italic;
    font-size: min(40px, 2.083vw);
    line-height: 1;
    text-transform: uppercase;
    color: #B8B8B8;
}

.advent_nav {
    margin-bottom: min(32px, 1.667vw);
    position: relative;
}

.advent_nav__inner {
    display: flex;
    gap: min(19px, 0.99vw);
    width: min(1960px, 100vw);
    overflow: scroll;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 60px;
}

.advent_nav__inner::-webkit-scrollbar {
    display: none;
}

.advent_nav__inner::-webkit-scrollbar-track {
    display: none;
}

.advent_nav__inner::-webkit-scrollbar-thumb {
    display: none;
}

.advent_nav__item {
    width: min(76px, 3.958vw);
    height: min(76px, 3.958vw);
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background: #F1F1F1;
    font-weight: 500;
    font-size: clamp(12px, 1.146vw, 22px);
    line-height: 1.3;
    transition: all 0.3s ease-out;
}

.advent_nav__item[class*="j-"] {
    cursor: pointer;
}

.advent_nav__item--active {
    background: #7B4DB7;
    color: #fff;
    border: min(4px, 0.208vw) solid #7B4DB7;
}

.advent_nav__item--current {
    border-color: #410099;
}

.advent_body {
    margin-bottom: min(40px, 2.083vw);
}

.advent_body:last-child {
    margin-bottom: 0;
}

.advent_body__inner {
    display: flex;
    align-items: flex-end;
    gap: min(36px, 1.875vw);
    width: min(1960px, 100vw);
    overflow-x: scroll;
    overflow-y: clip;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 60px min(20px, 1.042vw) 60px;
}

.advent_body__inner::-webkit-scrollbar {
    height: min(11px, 0.573vw);
}

.advent_body__inner::-webkit-scrollbar-track {
    -webkit-border-radius: min(50px, 2.604vw);
    border-radius: min(50px, 2.604vw);
    background: transparent;
}

.advent_body__inner::-webkit-scrollbar-thumb {
    -webkit-border-radius: min(50px, 2.604vw);
    border-radius: min(50px, 2.604vw);
    background: #E3E3E3;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.advent_item {
    width: min(403px, 20.99vw);
    height: min(722px, 37.604vw);
    padding-top: min(20px, 1.042vw);
    flex-shrink: 0;
    display: flex;
    background: #F1F1F1;
    position: relative;
    transition: all 0.4s ease-out;
}

.advent_item:before {
    content: '';
    height: min(589px, 30.677vw);
    width: min(194px, 10.104vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/upload/frontend/advent_logo.svg') no-repeat center/contain;
}

.advent_item--active {
    background: transparent;
}

.advent_item--active:before {
    display: none;
}

.advent_item--current {
    width: min(915px, 47.656vw);
    margin: 0 min(18px, 0.938vw);
    padding-top: 0;
}

.advent_item--current:first-child {
    margin-left: 0;
}

.advent__text {
    font-weight: 500;
    font-size: clamp(12px, 1.042vw, 20px);
    line-height: 1.2;
}

.advent__text p  {
    font-weight: 500;
    font-size: clamp(12px, 1.042vw, 20px);
    line-height: 1.2;
    margin-bottom: min(10px, 0.521vw);
}

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

.advent_item__photo {
    width: min(403px, 20.99vw);
    flex-shrink: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: padding 0.4s ease-out;
}

.advent_item__photo[class*="j-"] {
    cursor: pointer;
}

.advent_item--current .advent_item__photo {
    overflow: visible;
    padding-top: min(20px, 1.042vw);
}

.advent_item__bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advent_item__bg picture {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.advent_item__img {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(510px, 26.563vw);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
}

.advent_item__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.advent_item__future {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    left: 50%;
    top: min(267px, 13.906vw);
    transform: translateX(-50%);
    gap: min(9px, 0.469vw);
}

.advent_item__future .title {
    font-weight: 500;
    font-size: min(40px, 2.083vw);
    line-height: 1;
    text-transform: uppercase;
    text-wrap: balance;
}

.advent_item__future .subtitle {
    font-weight: 700;
    font-style: italic;
    font-size: min(40px, 2.083vw);
    line-height: 1;
    text-transform: uppercase;
}

.advent_item__info {
    overflow: hidden;
    width: 0;
    opacity: 0;
    top: min(50px, 2.604vw);
    position: relative;
    transition: opacity 0.4s ease-out,
                top 0.4s ease-out;
}

.advent_item--current .advent_item__info {
    width: min(512px, 26.667vw);
    min-width: min(512px, 26.667vw);
    padding-top: min(25px, 1.302vw);
    padding-left: min(45px, 2.344vw);
    display: flex;
    flex-direction: column;
    opacity: 1;
    top: 0;
}

.advent_item__head {
    font-weight: 700;
    font-style: italic;
    font-size: min(40px, 2.083vw);
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 min(29px, 2.031vw) 0;
}

.advent_item__title {
    font-weight: 600;
    font-size: min(40px, 2.083vw);
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: min(16px, 0.833vw);
}

.advent_item__title span {
    font-style: italic;
    font-weight: 700;
}

.advent_item__action {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: min(38px, 1.979vw);
}

.advent_item__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    font-size: clamp(12px, 1.146vw, 22px);
    line-height: 1.3;
    background: #333;
    color: #fff;
    padding: min(21px, 1.094vw) min(30px, 1.563vw);
    transition: background 0.3s ease-out;
}

.advent_item__body {
    margin-bottom: min(30px, 1.563vw);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.advent_item:has(.advent_item__promo .value:empty) .advent_item__body {
    -webkit-line-clamp: 13;
}

.advent_item__promo {
    display: flex;
    flex-direction: column;
    gap: min(12px, 0.625vw);
}

.advent_item__promo:has(.value:empty) {
    display: none;
}

.advent_item__promo .title {
    font-weight: 600;
    font-size: clamp(12px, 1.042vw, 20px);
    line-height: 1;
    color: #B8B8B8;
}

.advent_item__promo .value {
    font-weight: 600;
    font-size: min(40px, 2.083vw);
    line-height: 1;
    text-transform: uppercase;
}

.advent_item__interval {
    font-weight: 600;
    font-size: clamp(12px, 1.042vw, 20px);
    line-height: 1;
    border: 1px solid #333;
    width: fit-content;
    width: -moz-fit-content;
    padding: min(11px, 0.573vw) min(9px, 0.469vw);
    margin: max(-19px, -0.99vw) 0 min(35px, 1.823vw) 0;
}

.advent_item__description {
    font-weight: 600;
    font-size: clamp(12px, 1.042vw, 20px);
    line-height: 1;
    color: #B8B8B8;
}

.advent_item__description p {
    font-weight: 600;
    font-size: clamp(12px, 1.042vw, 20px);
    line-height: 1;
    color: #B8B8B8;
    margin: 0 0 min(7px, 0.365vw) 0;
}

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

.advent_item__out {
    font-weight: 700;
    font-size: clamp(12px, 1.042vw, 20px);
    line-height: 1;
    color: #B8B8B8;
    margin-bottom: min(16px, 0.833vw);
}

.advent_shadow {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(11px);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 103;
    display: none;
}

.advent_shadow--active {
    display: block;
}

.advent_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(1030px, 53.646vw);
    height: min(575px, 29.948vw);
    z-index: 103;
    display: none;
    background: rgb(255, 255, 255);
}

.advent_popup--active {
    display: flex;
    gap: min(89px, 4.635vw);
}

.advent_popup__info {
    width: calc(100% - min(403px, 20.99vw) - min(89px, 4.635vw));
    padding: min(39px, 2.031vw) 0 min(38px, 1.979vw) min(44px, 2.292vw);
    display: flex;
    flex-direction: column;
}

.advent_popup__label {
    position: absolute;
    right: min(24px, 1.25vw);
    bottom: min(53px, 2.76vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.advent_popup:has(.advent_popup__interval:not(:empty)) .advent_popup__label {
    bottom: min(90px, 4.688vw);
}

.advent_popup__label .title {
    font-weight: 700;
    font-style: italic;
    font-size: min(155px, 8.073vw);
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.advent_popup__label .subtitle {
    font-weight: 700;
    font-style: italic;
    font-size: min(50px, 2.604vw);
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.advent_popup__head {
    font-weight: 700;
    font-style: italic;
    font-size: min(40px, 2.083vw);
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: min(25px, 1.302vw);
}

.advent_popup__title {
    font-weight: 600;
    font-size: min(36px, 1.875vw);
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.advent_popup__title span {
    font-style: italic;
    font-weight: 700;
}

.advent_popup__photo {
    width: min(403px, 20.99vw);
    flex-shrink: 0;
    height: 100%;
    position: relative;
}

.advent_popup__bg {
    margin-top: min(32px, 1.667vw);
    width: 100%;
    height:calc(100% - min(64px, 3.333vw));
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.advent_popup__img {
    position: absolute;
    bottom: 0;
    right: 9%;
    width: min(469px, 24.427vw);
    height: calc(100% + min(48px, 2.5vw));
    display: flex;
    align-items: center;
    justify-content: center;
}

.advent_popup__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.advent_popup__interval {
    position: absolute;
    right: min(36px, 1.875vw);
    bottom: min(36px, 1.875vw);
    font-weight: 600;
    font-size: clamp(12px, 1.042vw, 20px);
    line-height: 1;
    background: #fff;
    padding: min(12px, 0.625vw) min(10px, 0.521vw);
    z-index: 1;
}

.advent_popup__interval:empty {
    display: none;
}

.advent_popup__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    font-size: clamp(12px, 1.146vw, 22px);
    line-height: 1.3;
    background: #333;
    color: #fff;
    padding: min(21px, 1.094vw) min(30px, 1.563vw);
    transition: background 0.3s ease-out;
}

.advent_popup__body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: min(25px, 1.302vw);
}

.advent_popup__body_inner {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.advent_popup:has(.advent_popup__promo .value:empty) .advent_popup__body_inner {
    -webkit-line-clamp: 14;
}

.advent_popup__action {
    display: flex;
    flex-direction: column;
    gap: min(22px, 1.146vw);
}

.advent_popup__promo {
    display: flex;
    gap: min(20px, 1.042vw);
    align-items: center;
    justify-content: space-between;
}

.advent_popup__promo[class*="j-"] {
    cursor: pointer;
}

.advent_popup__promo:has(.value:empty) {
    display: none;
}

.advent_popup__promo .icon {
    width: min(40px, 2.083vw);
    height: min(40px, 2.083vw);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.advent_popup__promo .icon svg {
    width: 100%;
    height: 100%;
}

.advent_popup__promo .cloud {
    position: absolute;
    text-align: center;
    white-space: nowrap;
    background: #7B4DB7;
    color: #fff;
    border-radius: min(3px, 0.156vw);
    padding: min(2px, 1.104vw) min(5px, 0.26vw);
    font-size: clamp(10px, 0.729vw, 14px);
    line-height: min(20px, 1.042vw);
    right: min(15px, 0.781vw);
    display: none;
    bottom: calc(100% + min(5px, 0.26vw));
}

.advent_popup__promo.active .cloud {
    display: block;
}

.advent_popup__promo .cloud:after {
    content: '';
    position: absolute;
    bottom: max(-3px, -0.156vw);
    right: min(5px, 0.26vw);
    width: min(8px, 0.417vw);
    height: min(8px, 0.417vw);
    border-radius: min(2px, 1.104vw);
    background: #7B4DB7;
    transform: rotate(-45deg);
}

.advent_popup__promo .box {
    display: flex;
    flex-direction: column;
    gap: min(12px, 0.625vw);
}

.advent_popup__promo .title {
    font-weight: 600;
    font-size: clamp(12px, 1.042vw, 20px);
    line-height: 1;
    color: #B8B8B8;
}

.advent_popup__promo .value {
    font-weight: 600;
    font-size: min(40px, 2.083vw);
    line-height: 1;
    text-transform: uppercase;
}

.advent_popup__description {
    font-weight: 600;
    font-size: clamp(12px, 0.833vw, 16px);
    line-height: 1;
    color: #B8B8B8;
}

.advent_popup__description p {
    font-weight: 600;
    font-size: clamp(12px, 0.833vw, 16px);
    line-height: 1;
    color: #B8B8B8;
    margin-bottom: min(3px, 0.156vw);
}

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

.advent_detail__header,
.advent_detail__content {
    display: none;
}

.advent--loading {
    position: absolute;
    opacity: 0;
    z-index: -10;
}

.advent_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
}

.advent_loader img {
    width: 200px;
    max-width: 50%;
    height: auto;
}

@media (hover: hover) and (pointer: fine) {
    .advent_item__button:hover {
        background: #000;
    }

    .advent_popup__button:hover {
        background: #000;
    }
}

@media (max-width: 1699px) {
    .advent_item__body {
        -webkit-line-clamp: 8;
    }
}

@media (max-width: 1600px) {
    .advent_item:has(.advent_item__promo .value:empty) .advent_item__body {
        -webkit-line-clamp: 12;
    }
}

@media (max-width: 1650px) {
    .page-advent .container {
        padding: 0 40px;
    }

    .advent_nav__inner {
        padding: 0 40px;
    }

    .advent_body__inner {
        padding-inline: 40px;
    }
}

@media (max-width: 1439px) {
    .advent_popup__body_inner {
        -webkit-line-clamp: 8;
    }
}

@media (max-width: 1199px) {
    .advent_popup__body_inner {
        -webkit-line-clamp: 7;
    }
}

@media (max-width: 1023px) {
    .page-advent {
        padding: 15px 0;
    }

    .page-advent .container {
        padding: 0 20px;
    }

    .advent_nav__inner {
        padding: 0 20px;
    }

    .advent_body__inner {
        padding-inline: 20px;
    }

    .advent__head {
        gap: 15px;
        margin-bottom: 13px;
    }

    .advent__title {
        font-size: 26px;
        line-height: 1.2;
    }

    .advent_info {
        align-items: flex-start;
        gap: 2px;
        flex-direction: column-reverse;
    }

    .advent__date {
        font-size: 24px;
        white-space: nowrap;
    }

    .advent__count {
        font-size: 20px;
        white-space: nowrap;
        font-style: italic;
    }

    .advent_nav {
        margin-bottom: 20px;
    }

    .advent_nav__inner {
        gap: 12px;
    }

    .advent_nav__item {
        width: 48px;
        height: 35px;
        font-size: 14px;
    }

    .advent_nav__item--active {
        border-width: 2.5px;
    }

    .advent_body {
        margin-bottom: 14px;
    }

    .advent_body__inner::-webkit-scrollbar {
        display: none;
    }

    .advent_body__inner::-webkit-scrollbar-track {
        display: none;
    }

    .advent_body__inner::-webkit-scrollbar-thumb {
        display: none;
    }

    .advent_item {
        width: clamp(262px, 66.667vw, 500px);
        height: clamp(294px, 74.3vw, 561px);
        padding-top: 0;
    }

    .advent_item--current {
        width: clamp(262px, 66.667vw, 500px);
        height: clamp(294px, 74.3vw, 561px);
        margin: 0;
    }

    .advent_item__photo {
        width: 100%;
    }

    .advent_item--current .advent_item__photo {
        padding-top: 0;
    }

    .advent_item--current .advent_item__info {
        display: none;
    }

    .advent_item__img {
        display: none;
    }

    .advent_item:before {
        height: clamp(240px, 61.069vw, 458px);
        width: clamp(80px, 20.356vw, 153px);
    }

    .advent_item__future {
        top: clamp(109px, 27.735vw, 208px);
        gap: 3px;
    }

    .advent_item__future .title {
        font-size: clamp(21px, 5.344vw, 40px);
    }

    .advent_item__future .subtitle {
        font-size: clamp(21px, 5.344vw, 40px);
    }

    .advent__text,
    .advent__text p {
        font-size: 14px;
    }

    .advent_detail__header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 12px;
    }

    .advent_detail__head {
        font-weight: 600;
        font-size: 20px;
        line-height: 1;
        text-transform: uppercase;
        margin: 0;
    }

    .advent_detail__content {
        margin-bottom: 14px;
        min-height: 241px;
        display: flex;
        flex-direction: column;
    }

    .advent_detail__content:last-child {
        margin-bottom: 0;
    }

    .advent_detail__title {
        font-weight: 600;
        font-size: 22px;
        line-height: 1.15;
        text-transform: uppercase;
        margin-bottom: 8px;
        text-wrap: balance;
    }

    .advent_detail__title span {
        font-weight: 700;
    }

    .advent_detail__description {
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        color: #B8B8B8;
        flex-grow: 1;
        margin-bottom: 15px;
    }

    .advent_detail__description:empty {
        display: none;
    }

    .advent_detail__description p {
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        color: #B8B8B8;
        margin-bottom: 3px;
    }

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

    .advent_detail__button {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.3;
        background: #333;
        color: #fff;
        width: 100%;
        padding: 17px 10px;
    }

    .advent_detail__promo {
        margin-bottom: 27px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .advent_detail__promo:has(.value:empty) {
        display: none;
    }

    .advent_detail__promo .box {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .advent_detail__promo .title {
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        color: #B8B8B8;
    }

    .advent_detail__promo .value {
        font-weight: 600;
        font-size: 22px;
        line-height: 1;
        text-transform: uppercase;
    }

    .advent_detail__promo .icon {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
    }

    .advent_detail__promo .icon svg {
        width: 100%;
        height: 100%;
    }

    .advent_detail__promo .cloud {
        position: absolute;
        text-align: center;
        white-space: nowrap;
        background: #7B4DB7;
        color: #fff;
        border-radius: 3px;
        padding: 2px 5px;
        font-size: 10px;
        line-height: 1.2;
        right: 10px;
        display: none;
        bottom: calc(100% + 5px);
    }

    .advent_detail__promo.active .cloud {
        display: block;
    }

    .advent_detail__promo .cloud:after {
        content: '';
        position: absolute;
        bottom: -2px;
        right: 5px;
        width: 6px;
        height: 6px;
        border-radius: 2px;
        background: #7B4DB7;
        transform: rotate(-45deg);
    }

    .advent_detail__out {
        display: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        color: #B8B8B8;
        margin-bottom: 8px;
    }

    .advent_detail__out--active {
        display: block;
    }

    .advent_detail__info {
        flex-grow: 1;
    }

    .advent_detail__interval {
        font-weight: 600;
        font-size: 20px;
        line-height: 1;
        text-transform: uppercase;
        margin: 0;
    }

    .advent_popup {
        width: min(363px, calc(100vw - 40px));
        height: 442px;
    }

    .advent_popup__photo,
    .advent_popup__label {
        display: none;
    }

    .advent_popup__info {
        width: 100%;
        padding: 20px 15px;
    }

    .advent_popup__head {
        font-size: 34px;
        text-wrap: balance;
        margin-bottom: 10px;
        max-width: calc(100% - 135px);
    }

    .advent_popup__body {
        justify-content: flex-start;
    }

    .advent_popup__title {
        font-size: 22px;
    }

    .advent_popup__description p {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .advent_popup__interval {
        right: 15px;
        bottom: auto;
        top: 22px;
        font-size: 12px;
        padding: 5px 4px;
        border: 1px solid #333;
    }

    .advent_popup__button {
        font-size: 15px;
        padding: 16px 10px;
    }

    .advent_popup__action {
        gap: 23px;
    }

    .advent_popup__promo .box {
        gap: 6px;
    }

    .advent_popup__promo .title {
        font-size: 14px;
    }

    .advent_popup__promo .value {
        font-size: 22px;
    }

    .advent_popup__promo .icon {
        width: 28px;
        height: 28px;
    }

    .advent_popup__body_inner {
        -webkit-line-clamp: 10;
    }

    .advent_popup:has(.advent_popup__promo .value:empty) .advent_popup__body_inner {
        -webkit-line-clamp: 14;
    }

    .advent_popup__promo .cloud {
        border-radius: 3px;
        padding: 2px 5px;
        font-size: 10px;
        line-height: 1.2;
        right: 10px;
        bottom: calc(100% + 5px);
    }

    .advent_popup__promo .cloud:after {
        bottom: -2px;
        right: 5px;
        width: 6px;
        height: 6px;
        border-radius: 2px;
    }
}

@media (max-width: 443px) {
    .advent__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (max-width: 389px) {
    .advent_popup__interval {
        position: relative;
        right: auto;
        top: auto;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 10px;
    }

    .advent_popup__head {
        max-width: 100%;
    }
}
/*Подписаться на подписку*/
.advent__newsletter {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px;
}

.advent__newsletter input[type="checkbox"] {
    cursor: pointer;
    width: 20px;
    margin-right: 10px;
}

.advent__newsletter button {
    padding: 0 35px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 500;
    height: 50px;
    opacity: 0.5;
    pointer-events: none;
}

.advent__newsletter button.active {
    opacity: 1;
    pointer-events: auto;
}

.advent__label {
    display: flex;
}

/*попап если не авторизован*/
.auth_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 22, 22, 0.2);
    display: none;
    z-index: 101;
}

.auth_shadow--active {
    display: block;
}

.auth_popup {
    font-family: 'Montserrat-Regular';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 900px;
    max-width: calc(100vw - 48px);
    min-height: 600px;
    max-height: calc(100dvh - 40px);
    transform: translate(-50%, -50%);
    overflow: scroll;
    background: #FFFFFF;
    padding: 18px;
    z-index: 101;
    gap: 14px;
    display: none;
}

.auth_popup::-webkit-scrollbar {
    display: none;
}

.auth_popup::-webkit-scrollbar-track {
    display: none;
}

.auth_popup::-webkit-scrollbar-thumb {
    display: none;
}

.auth_popup--active {
    display: flex;
}

.auth_popup__close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f4f4f4 url('/upload/frontend/review_popup_close_icon.svg') no-repeat center center;
    cursor: pointer;
    z-index: 999999999;
    transition: all 0.3s ease-out;
}

.auth_popup__head {
    display: none;
    padding: 28px;
    background: #404040 url('/upload/frontend/auth_bg.png') no-repeat bottom/cover;
    width: 328px;
    flex-shrink: 0;
}

.auth_popup--auth .auth_popup__head[data-head="auth"],
.auth_popup--reg .auth_popup__head[data-head="reg"] {
    display: block;
}

.auth_popup__content {
    flex-grow: 1;
}

.auth_popup__stage {
    display: none;
    height: 100%;
}

.auth_popup__stage--active {
    display: block;
}

.auth_popup__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 28px;
}

.auth_popup__text:last-child {
    margin-bottom: 0;
}

.auth_popup__form_content > .auth_popup__text:first-child {
    width: calc(100% - 50px);
}

.auth_popup__stage[data-stage="4"] .auth_popup__text {
    margin-bottom: 6px;
}

.auth_popup__stage[data-stage="4"] .auth_popup__text_content {
    width: calc(100% - 50px);
}

.auth_popup__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.auth_popup__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}

.auth_popup__form_content {
    border: 1px solid #333;
    padding: 26px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.auth_popup__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.auth_popup__info:last-child {
    margin-bottom: 0;
}

.auth_popup__info a {
    font-weight: 600;
    border-bottom: 1px solid;
    transition: border 0.3s ease-out;
}

.auth_popup__fields {
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex-grow: 1;
}

.auth_popup__stage[data-stage="1"] .auth_popup__fields,
.auth_popup__stage[data-stage="2"] .auth_popup__fields {
    max-width: 373px;
}

.auth_popup__form_button {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    background: #333;
    color: #FFF;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-out;
}

.auth_popup__form_button[disabled] {
    background-color: #D5D5D5;
    cursor: auto;
}

.auth_popup__field input {
    border: 1px solid #B8B8B8;
    transition: all 0.3s ease-out;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #333;
    text-overflow: ellipsis;
    padding: 17px 19px;
}

.auth_popup__field input::-webkit-input-placeholder {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #B8B8B8;
}

.auth_popup__field input::-moz-placeholder {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #B8B8B8;
}

.auth_popup__field input:-ms-input-placeholder {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #B8B8B8;
}

.auth_popup__field input:-webkit-autofill,
.auth_popup__field input:-webkit-autofill:hover,
.auth_popup__field input:-webkit-autofill:focus {
    border: 1px solid #333333;
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.auth_popup__field--warning input {
    color: #FC3F1D;
    border-color: #FC3F1D;
}

.auth_popup__field input:focus,
.auth_popup__field input:-webkit-autofill:focus,
.auth_popup__field--filled input {
    border-color: #333333;
}

.auth_popup__field input[type="number"]::-webkit-outer-spin-button,
.auth_popup__field input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.auth_popup__field input[type="number"] {
    -moz-appearance: textfield;
}
/* End */
/* /local/templates/wks3/css/advent.css?175007056929291 */
