.font-proxima {
    font-family: "proxima-nova", sans-serif;
}

.p-container {
    width: 100%;
    position: relative;
}

.product-info {
    width: 100%;
}

/* IMAGES */
.p-images {
    margin: 0 -16px;
    overflow: hidden;
    min-height: 320px;
    max-height: 428px;
    position: relative;
}

.p-images * {
    user-select: none;
}

.p-images__nav {
    display: none;
}

.p-images__mobile-nav {
    position: absolute;
    bottom: 20px;
    display: flex;
    width: 100%;
    left: 0;
    pointer-events: none;
    gap: 4px;
    justify-content: center;
}

.p-images__mobile-nav div {
    width: 4px;
    height: 4px;
    transition: 0.1s;
    border-radius: 2px;
    background-color: #9ca3aa;
}

.p-images__mobile-nav div[data-active="true"] {
    width: 20px;
    background-color: #112233;
}

.p-images__main {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 320px;
    max-height: 428px;
    position: relative;
    background-color: #f9f9f9;
    cursor:
        url("/new/html/www/assets/images/cursors/c-upscale.svg") 0 0,
        auto;
}

.p-images__main-img {
    width: 100%;
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 320px;
    max-height: 428px;
    object-fit: cover;
}

.p-images__next {
    display: none;
}

.p-images__labels {
    gap: 4px;
    left: 16px;
    z-index: 2;
    bottom: 16px;
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.images-modal {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
    width: 100vw;
    height: 100dvh;
    position: fixed;
    transition: 0.3s;
    pointer-events: none;
    background-color: #ffffff;
    font-family: "proxima-nova", sans-serif;
}

.images-modal[data-active="true"] {
    opacity: 1;
    pointer-events: all;
}

.images-modal__head {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 27px 0 19px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: #ffffff;
    justify-content: space-between;
}

.images-modal__inner {
    display: flex;
    overflow: auto;
    margin: 0 -200px;
    flex-direction: column;
    height: calc(100dvh - 100px);
}

.images-modal .images-modal__inner::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.images-modal .images-modal__inner::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
}

.images-modal__image {
    width: 100%;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
    object-fit: contain;
    margin-bottom: 20px;
}

.images-modal__close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.images-modal__close:hover {
    color: #e21b25;
}

.images-modal__nav {
    display: none;
    position: absolute;
}

.images-modal__nav-img {
    width: 80px;
    height: 80px;
    flex-grow: 0;
    opacity: 0.5;
    flex-shrink: 0;
    cursor: pointer;
    object-fit: cover;
    margin-bottom: 12px;
}

.images-modal__nav-img:hover,
.images-modal__nav-img[data-active="true"] {
    opacity: 1;
}

/* LABELS GLOBAL */
.p-label {
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    border-radius: 4px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.p-label:hover {
    color: #ffffff;
}

.p-label--blue {
    background-color: #98b4df;
}

.p-label--green {
    background-color: #98df9b;
}

.p-label--yellow {
    background-color: #fab718;
}

/* INFO */
.p-main-info {
    width: 100%;
}

.p-main-info__subtitle {
    font-size: 24px;
    gap: 4px;
    line-height: 32px;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    margin-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
}

.p-main-info__title {
    font-size: 14px;
    margin-top: 8px;
    display: block;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.price-block {
    margin-top: 32px;
}

.price-block--empty {
    font-size: 20px;
    color: #989898;
    margin-top: 16px;
    font-weight: 700;
    line-height: 20px;
}

.price-block__price {
    display: flex;
    font-weight: 700;
    align-items: center;
}

.price-block__price-actual {
    font-size: 36px;
    line-height: 32px;
    white-space: nowrap;
}

.price-block__price-old {
    font-size: 28px;
    color: #989898;
    line-height: 26px;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    white-space: nowrap;
}

.price-block__price-old::after {
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #e21b25;
    transform: translateY(10px) rotate(-5deg);
}

.price-block__red-points {
    font-size: 12px;
    margin-top: 8px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.p-main-info__volumes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    gap: 8px;
}

.p-main-info__volume {
    padding: 10px 12px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    transition: 0.3s;
    line-height: 1em;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background-color: #f9f9f9;
}

.p-main-info__volume[data-active="true"] {
    color: #ffffff;
    pointer-events: none;
    background-color: #e21b25;
}

.p-main-info__volume-mark {
    display: inline-block;
    color: #e21b25;
}

.p-main-info__volume-mark svg {
    display: inline-block;
    height: 10px;
    margin-right: -2px;
}

.p-main-info__volume[data-active="true"] .p-main-info__volume-mark {
    color: #ffffff;
}

.p-main-info__art {
    font-size: 12px;
    margin-top: 32px;
    line-height: 14px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-main-info__share {
    display: flex;
    font-size: 12px;
    transition: 0.3s;
    font-weight: 700;
    line-height: 12px;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.p-main-info__share span {
    display: block;
    margin-right: 8px;
}

.p-main-info__colors {
    display: flex;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 9px;
    align-items: center;
    margin-bottom: 20px;
}

.p-main-info__colors[data-disabled="true"] {
    pointer-events: none;
}

.p-main-info__colors[data-disabled="true"] .p-main-info__color-icon {
    display: none;
}

.p-main-info__colors:hover {
    color: #e21b25;
}

.p-main-info__color-theme {
    width: 30px;
    height: 30px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 8px;
    border-radius: 50%;
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: center -50px;
}

.p-main-info__color-theme--white {
    border: 1px solid #e5e5e5;
}

.p-main-info__color-theme--striped {
    border: 1px solid #e5e5e5;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 1) 25%,
        rgba(0, 0, 0, 1) 26%,
        rgba(0, 0, 0, 1) 33%,
        rgba(0, 0, 0, 1) 39%,
        rgba(255, 255, 255, 1) 40%,
        rgba(255, 255, 255, 1) 59%,
        rgba(0, 0, 0, 1) 60%,
        rgba(0, 0, 0, 1) 66%,
        rgba(0, 0, 0, 1) 72%,
        rgba(255, 255, 255, 1) 73%
    ) !important;
}

.p-main-info__color-name {
    width: 100%;
    font-size: 16px;
    margin-right: 8px;
    line-height: 16px;
}

.p-main-info__colors + .p-main-info__volumes {
    margin-top: 16px;
}

.info-empty {
    gap: 16px;
    width: 100%;
    padding: 16px;
    display: flex;
    margin-top: 8px;
    border-radius: 4px;
    background-color: #f5f6fa;
}

.info-empty__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.info-empty__icon {
    transform: translateY(-6px);
}

.info-empty__text a {
    transition: 0.3s;
    color: #e21b25;
    text-decoration: none;
}
.info-empty__text a:hover {
    color: #ec6672;
}

/* BUY BUTTON */
.buy-btn {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    height: 92px;
    padding: 16px;
    position: fixed;
    background-color: #ffffff;
}

.buy-btn * {
    user-select: none;
}

.buy-btn__wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.buy-btn__text {
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 60px;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    transition: 0.3s;
    font-weight: 700;
    position: absolute;
    align-items: center;
    letter-spacing: 1px;
    justify-content: center;
    text-transform: uppercase;
    background-color: #e21b25;
}

.buy-btn__text:hover {
    background-color: #ec6672;
}

.buy-btn__text div {
    margin-right: 10px;
}

.buy-btn__text svg {
    transform: translateY(-2px);
}

.buy-btn__open-menu {
    top: 0;
    left: 0;
    gap: 8px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.3s;
    position: absolute;
    transform: translateX(100%);
}

.buy-btn__basket {
    display: flex;
    cursor: pointer;
    font-size: 14px;
    flex-basis: 50%;
    transition: 0.3s;
    color: #ffffff;
    font-weight: 700;
    line-height: 14px;
    align-items: center;
    text-decoration: none;
    letter-spacing: 0.08em;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 0 8px 8px 0;
    background-color: #34c369;
}

.buy-btn__basket:hover {
    color: #ffffff;
    background-color: #65d98f;
}

.buy-btn__counter {
    height: 100%;
    flex-basis: 50%;
}

.buy-btn[data-open="true"] .buy-btn__text {
    transform: translateX(-100%);
}

.buy-btn[data-open="true"] .buy-btn__open-menu {
    transform: translateX(0);
}

.profi-btn {
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 60px;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    transition: 0.3s;
    font-weight: 700;
    position: absolute;
    align-items: center;
    letter-spacing: 1px;
    justify-content: center;
    text-transform: uppercase;
    background-color: #11244d;
}

.profi-btn:hover {
    background-color: #2e4b87;
}

.profi-btn svg {
    margin-left: 10px;
    transform: translateY(-2px);
}

/* ADDITION INFO */
.p-addition-info {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 120px;
}

.p-addition-info__title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.p-addition-info__title div {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.p-addition-info__title a {
    color: #e21b25;
    cursor: pointer;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.p-addition-info__title a:hover {
    color: #ec6672;
}

.p-addition-info__subtitle {
    display: flex;
    font-size: 16px;
    margin-top: 12px;
    line-height: 14px;
    white-space: nowrap;
    align-items: flex-end;
    justify-content: space-between;
}

.p-addition-info__subtitle div {
    font-weight: 700;
}

.p-addition-info__subtitle i {
    width: 100%;
    margin: 0 16px;
    border-bottom: 1px dashed #e5e5e5;
}

/* DISCOUNT INFO */
.p-discount-info {
    margin: 40px -16px 0;
    padding: 16px;
    background-color: #f0f4ff;
}

.p-discount-info[data-info="gift"] {
    background-color: #f7f0fa;
}

.p-discount-info__title {
    display: flex;
    font-weight: 700;
    font-size: 20px;
    line-height: 1em;
    align-items: center;
    gap: 8px;
}

.p-discount-info__text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.2px;
    margin-top: 20px;
}

.p-params {
    width: 100%;
}

.p-params__line {
    width: 100%;
    display: flex;
    padding: 12px 0;
    flex-direction: column;
    border-top: 1px dashed #e5e5e5;
}

.p-params__line:first-child {
    border: none;
}

.p-params__line > div {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

.p-params__left {
    color: #797979;
    font-size: 14px;
    line-height: 16px;
    padding-right: 12px;
}

.p-params__right {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.5px;
}

.p-params__right span {
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 700;
    text-transform: uppercase;
}

.p-params__more {
    display: flex;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 700;
    margin-top: 12px;
    line-height: 14px;
    align-items: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.p-params__more svg {
    margin-left: 8px;
    transform: translateY(-1px);
}

.color-picker {
    height: 100%;
    overflow: hidden;
    margin-right: -40px;
}

.color-picker__head {
    width: 100%;
    display: flex;
    padding-bottom: 18px;
    justify-content: space-between;
}

.color-picker__head-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.color-picker__head-title div:nth-child(1) {
    font-size: 16px;
    line-height: 16px;
}

.color-picker__head-title div:nth-child(2) {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.color-picker__content {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 40px;
    padding-bottom: 32px;
    height: calc(100% - 16px);
}

.color-picker__line {
    display: flex;
    margin-left: 4px;
    align-items: center;
    text-decoration: none;
}

.color-picker__line-image {
    width: 89px;
    height: 96px;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 8px;
    background-size: cover;
    transform: rotate(90deg);
    background-position: center;
    background-repeat: no-repeat;
}

.color-picker__line-text {
    margin-left: 12px;
}

.color-picker__line-text div:first-child {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
}

.color-picker__line-text div:last-child {
    font-size: 14px;
    margin-top: 8px;
    line-height: 16px;
}

.color-picker__link {
    display: flex;
    font-size: 16px;
    margin-top: 20px;
    line-height: 16px;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
}

.color-picker__line + .color-picker__link {
    margin-top: 28px;
}

.share-modal {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
}

.share-modal__title {
    order: 1;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.share-modal__copy {
    display: flex;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 60px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    order: 3;
    margin-top: 28px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px #0000001a;
}

.share-modal__copy svg {
    margin-right: 8px;
    transform: translateY(-2px);
}

.share-modal__content {
    order: 2;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 16px;
    margin-top: 32px;
    line-height: 23px;
    letter-spacing: 0.4px;
}

.share-modal__content-qr {
    display: none;
}

.share-link {
    height: 34px;
    display: flex;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 700;
    line-height: 12px;
    align-items: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.share-link svg {
    margin-right: 10px;
    transform: translateY(-2px);
}

.share-modal__close {
    order: 4;
    width: 100%;
    height: 60px;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 700;
    margin-top: 12px;
    line-height: 14px;
    border-radius: 8px;
    letter-spacing: 1px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    text-transform: uppercase;
    background-color: #e21b25;
}

.share-modal__close:hover {
    background-color: #ec6672;
}

.color-line {
    height: 44px;
    display: flex;
    margin-bottom: 4px;
    align-items: center;
    text-decoration: none;
}

.color-line[data-active="true"] {
    font-weight: 700;
    pointer-events: none;
}

.color-line--white .color-line__circle {
    border: 1px solid #e5e5e5;
}

.color-line--striped .color-line__circle {
    border: 1px solid #e5e5e5;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 1) 25%,
        rgba(0, 0, 0, 1) 26%,
        rgba(0, 0, 0, 1) 33%,
        rgba(0, 0, 0, 1) 39%,
        rgba(255, 255, 255, 1) 40%,
        rgba(255, 255, 255, 1) 59%,
        rgba(0, 0, 0, 1) 60%,
        rgba(0, 0, 0, 1) 66%,
        rgba(0, 0, 0, 1) 72%,
        rgba(255, 255, 255, 1) 73%
    ) !important;
}

.color-line__circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
}

.color-line__text {
    font-size: 16px;
    line-height: 16px;
    margin-left: 16px;
}

/* gift-block */
.p-gift {
    margin: 40px -16px 0;
    padding: 16px;
    background-color: #f7f0fa;
}

.p-gift__title {
    display: flex;
    font-weight: 700;
    font-size: 20px;
    line-height: 1em;
    align-items: center;
    gap: 8px;
}

.p-gift__text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.2px;
    margin-top: 20px;
}

.p-gift__wrapper {
    display: flex;
    gap: 12px;
    height: 74px;
    align-items: center;
    border-radius: 8px;
    margin-top: 20px;
    padding: 0 12px;
    overflow: hidden;
    background-color: #ffffff;
    cursor: pointer;
}

.p-gift__wrapper[data-success="true"] .p-gift__info-progress::after {
    background-color: #34c369;
}

.p-gift__wrapper[data-load="true"] .p-gift__info-progress {
    background: linear-gradient(
        90deg,
        #f5f6fa 0%,
        #ffffff 18.27%,
        #f5f6fa 33.65%,
        #f5f6fa 56.73%,
        #fdfdfe 72.6%,
        #f5f6fa 84.13%
    );
}

.p-gift__wrapper[data-load="true"] .p-gift__info-progress::after {
    width: 0;
}

.p-gift__wrapper[data-load="true"] .p-gift__info-text::after {
    opacity: 1;
}

.p-gift__wrapper + .p-gift__wrapper {
    margin-top: 12px;
}

.p-gift__images {
    display: flex;
    flex-shrink: 0;
    height: 100%;
    flex-direction: column;
    animation: giftTranslate calc((var(--count-images) - 2) * 3s) linear 0s infinite;
}

.p-gift__images-one {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.p-gift__images-one >.p-gift__image {
    margin-bottom: 0;
}

.p-gift__image {
    flex-shrink: 0;
    flex-grow: 0;
    width: 50px;
    object-fit: cover;
    height: 50px;
    margin-bottom: 4px;
}

.p-gift__info {
    padding: 14px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.p-gift__info-progress {
    width: 100%;
    height: 4px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f5f6fa;
    position: relative;
}

.p-gift__info-progress::after {
    width: var(--progress);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    transition: 0.3s;
    z-index: 1;
    height: 4px;
    background-color: #c744ff;
    border-radius: 4px;
}

.p-gift__info-title {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.p-gift__info-text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    position: relative;
    overflow: hidden;
}

.p-gift__info-text::after {
    content: "";
    position: absolute;
    left: -100%;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: .2s opacity;
    top: -2px;
    bottom: -2px;
    display: block;
    z-index: 2;
    animation: giftLoad 2s ease-in-out 0s infinite alternate both;
    background: linear-gradient(
        90deg,
        #f5f6fa 0%,
        #ffffff 18.27%,
        #f5f6fa 33.65%,
        #f5f6fa 56.73%,
        #fdfdfe 72.6%,
        #f5f6fa 84.13%
    );
}

.p-gift__nav {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    transition: .3s;
    height: 16px;
}

@keyframes giftTranslate {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(calc((var(--count-images) - 2) * -54px));
    }
}

@keyframes giftLoad {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50%);
    }
}

@media (max-width: 375px) {
    .price-block__price-actual {
        font-size: 32px;
        line-height: 30px;
    }

    .price-block__price-old {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .product-info {
        display: flex;
    }

    /* IMAGES */
    .p-images {
        width: 528px;
        flex-grow: 0;
        flex-shrink: 0;
        margin-left: 0;
        min-height: 428px;
        margin-right: 32px;
        border-radius: 8px;
    }

    .p-images__nav {
        top: 78px;
        left: 20px;
        z-index: 2;
        display: flex;
        position: absolute;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .p-images__mobile-nav {
        display: none;
    }

    .p-images:hover .p-images__nav-prev,
    .p-images:hover .p-images__nav-next {
        opacity: 1;
    }

    .p-images__nav-prev,
    .p-images__nav-next {
        opacity: 0;
        width: 100%;
        margin: 8px;
        display: flex;
        cursor: pointer;
        transition: 0.3s;
        justify-content: center;
    }

    .p-images__nav-prev:hover,
    .p-images__nav-next:hover {
        color: #e21b25;
    }

    .p-images__nav-prev[data-active="false"],
    .p-images__nav-next[data-active="false"] {
        color: #989898;
        pointer-events: none;
    }

    .p-images__nav-images {
        overflow: hidden;
        max-height: 216px;
    }

    .p-images__nav-img {
        width: 48px;
        opacity: 0.5;
        height: 48px;
        cursor: pointer;
        transition: 0.3s;
        object-fit: cover;
        margin-bottom: 8px;
    }

    .p-images__nav-img:hover,
    .p-images__nav-img[data-active="true"] {
        opacity: 1;
    }

    .p-images__next {
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        width: 92px;
        display: flex;
        cursor: pointer;
        transition: 0.3s;
        position: absolute;
        align-items: center;
        justify-content: center;
        cursor:
            url("/new/html/www/assets/images/cursors/c-next.svg") 0 0,
            auto;
    }

    .p-images__next:hover {
        color: #e21b25;
    }

    .p-images__next svg {
        opacity: 0;
    }

    .p-images:hover .p-images__next svg {
        opacity: 1;
    }

    .p-images__labels {
        top: 16px;
        left: auto;
        right: 16px;
        bottom: auto;
        align-items: flex-end;
    }

    .p-images__nav-images-inner {
        display: flex;
        transition: 0.2s;
        flex-direction: column;
    }

    .p-images__main-img {
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.3s;
        position: absolute;
        pointer-events: none;
    }

    .p-images__main-img[data-active="true"] {
        opacity: 1;
        pointer-events: all;
    }

    .images-modal__nav {
        display: flex;
        flex-direction: column;
    }

    .images-modal__inner {
        margin: 0 14px 0 0;
        padding-left: 100px;
        padding-right: 30px;
        height: calc(100vh - 126px);
    }

    /* INFO */
    .p-main-info {
        right: 0;
        width: 368px;
        position: absolute;
        background-color: #ffffff;
    }

    .p-main-info__title {
        margin-top: 0;
        font-size: 16px;
        line-height: 18px;
    }

    .p-main-info__subtitle {
        font-size: 36px;
        line-height: 36px;
    }

    .price-block {
        min-height: 32px;
    }

    .price-block--empty {
        font-size: 28px;
        font-weight: 700;
        line-height: 30px;
    }

    .p-main-info__volumes {
        margin-top: 12px;
    }

    .p-main-info__volume {
        font-size: 16px;
        padding: 10px 12px;
        line-height: 16px;
        letter-spacing: 0.02em;
    }

    .p-main-info__volume-mark svg {
        height: 12px;
    }

    .price-block__red-points {
        margin-top: 12px;
    }

    .p-main-info__art {
        font-size: 14px;
        line-height: 16px;
    }

    .p-main-info__share {
        cursor: pointer;
        font-size: 14px;
        transition: 0.3s;
        line-height: 14px;
    }

    .p-main-info__share:hover {
        color: #e21b25;
    }

    .p-main-info__colors {
        margin-top: 12px;
    }

    .info-empty {
        margin-top: 16px;
    }

    /* BUY BUTTON */
    .buy-btn {
        left: auto;
        padding: 0;
        right: auto;
        bottom: auto;
        height: 60px;
        min-height: auto;
        margin-top: 32px;
        position: relative;
    }

    .buy-btn__text:hover {
    }

    /* ADDITION INFO */
    .p-addition-info {
        width: 528px;
        margin-top: 48px;
    }

    .p-discount-info {
        margin: 48px 0 0;
    }

    .p-discount-info__title {
        gap: 16px;
        font-size: 28px;
        line-height: 26px;
    }

    .p-discount-info__text {
        margin-top: 24px;
    }

    .p-params__line {
        flex-direction: row;
    }

    .p-params__left {
        font-size: 16px;
        line-height: 23px;
    }

    .p-params__right {
        font-size: 16px;
        line-height: 23px;
    }

    .p-params__line > div {
        width: 50%;
    }

    .p-params__more:hover {
        color: #e21b25;
    }

    .p-params__right span:hover {
        color: #e21b25;
    }

    .images-modal__close {
        width: auto;
        height: auto;
    }

    .images-modal__head {
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        padding: 44px 0 24px;
    }

    .images-modal__image {
        object-fit: cover;
        margin-bottom: 32px;
        height: calc(100dvh - 132px);
    }

    .images-modal__image:last-child {
        margin-bottom: 0;
    }

    .share-modal__title {
        font-size: 18px;
        text-align: left;
        max-width: 354px;
        overflow: hidden;
        margin-top: -50px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .share-modal__copy {
        order: 2;
        margin-top: 40px;
    }

    .share-modal__copy:hover {
        color: #e21b25;
    }

    .share-modal__content {
        order: 3;
        display: flex;
    }

    .share-modal__content-qr {
        display: block;
        margin-right: 48px;
    }

    .share-modal__content-qr img {
        display: block;
        margin-top: 17px;
    }

    .share-link {
        margin-top: 17px;
    }

    .share-modal__filler {
        order: 3;
        height: calc(100% - 496px);
    }

    .color-picker__head-title {
        max-width: calc(100% - 40px);
    }

    .color-picker__head-title div:nth-child(2) {
        font-size: 18px;
        line-height: 20px;
    }

    .p-gift {
        margin: 48px 0 0;
    }

    .p-gift__wrapper:hover .p-gift__nav {
        color: #e21b25;
    }

    .p-gift__title {
        gap: 16px;
        font-size: 28px;
        line-height: 26px;
    }

    .p-gift__text {
        margin-top: 24px;
    }
}

@media (min-width: 1200px) {
    .p-main-info {
        width: 442px;
    }

    /* IMAGES */
    .p-images,
    .p-addition-info {
        width: 634px;
    }

    .price-block__price-actual {
        font-size: 38px;
    }
}

@media (min-width: 992px) and (max-height: 600px) {
    .p-main-info__subtitle {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 991px) {
    .modal-blind__head-close {
        display: none;
    }

    .color-picker__head {
        padding-bottom: 12px;
    }

    .color-picker__content {
        height: 100%;
    }

    .buy-btn {
        transition: 0.3s;
    }

    .buy-btn[data-hidden="true"] {
        transform: translateY(200px);
    }

    .share-link:hover {
        color: #2c2c2c !important;
    }

    .p-main-info {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        position: relative !important;
    }
}

.modal-blind--product .modal-blind__content {
    display: flex;
    padding-bottom: 0;
    flex-direction: column;
}
