.dialog {
    display: none;
}

.dialog-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
    z-index: 999;
}

.dialog-window .dialog-content {
    position: fixed;
    top: 15%;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 1000;
    overflow-x: hidden;
    margin: 0 auto;
    text-align: left;
    width: 85vw;
    min-width: 300px;
    bottom: 15%;
    background: #fff;
    padding: 25px;
}

.dialog-window .dialog-close {
    float: right;
    color: #bbb;
    text-decoration: none;
    font-size: 200%;
    margin-top: -3px;
}

.shop-sk-oneclick__title {
    color: #646479;
    font-size: 1.75rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.shop-sk-oneclick-cart {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}

.shop-sk-oneclick-cart__table .shop-sk-oneclick-cart__item._title {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    display: none;
}

.shop-sk-oneclick-cart__table .shop-sk-oneclick-cart__item {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
}

.shop-sk-oneclick-cart__img img {
    width: 64px;
}

.shop-sk-oneclick-cart__name {
    flex-grow: 1;
}

.shop-sk-oneclick-cart__full-name {
    margin-top: 10px;
}

.shop-sk-oneclick-cart__price {
    width: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: right;
    line-height: 36px;
    display: none;
}

._title .shop-sk-oneclick-cart__price {
    line-height: 1;
}

.shop-sk-oneclick-cart__count {
    text-align: right;
    width: 90px;
    flex-grow: 0;
    flex-shrink: 0;
}

.shop-sk-oneclick-counter {
    position: relative;
    z-index: 1;
    width: 72px;
    display: inline-block;
}

.shop-sk-oneclick-counter__control {
    position: absolute;
    top: 10px;
    z-index: 10;
}

.shop-sk-oneclick-counter__control_left {
    left: 8px;
}

.shop-sk-oneclick-counter__control_right {
    right: 8px;
}

.shop-sk-oneclick-counter__input {
    width: 72px;
    text-align: center;
}

.shop-sk-oneclick-cart__total {
    width: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 700;
    text-align: right;
    line-height: 36px;
}

._title .shop-sk-oneclick-cart__total {
    font-weight: 400;
    line-height: 1;
}

.shop-sk-oneclick-final {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
}

.shop-sk-oneclick-final__coupon {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
}

.shop-sk-oneclick-final__coupon-link {
    text-decoration: none;
    color: #646479;
    font-size: 1rem;
}

.shop-sk-oneclick-final__coupon-clear {
    font-size: 12px;
}

.shop-sk-oneclick-final__coupon-block {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.shop-sk-oneclick-final__coupon-input {
    width: 100%;
}

.shop-sk-oneclick-final__discount {
    text-align: right;
    margin-top: 16px;
}

.shop-sk-oneclick__form-block {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.shop-sk-oneclick__form-block .wa-field {
    width: 100%;
}

.shop-sk-oneclick__form-block .wa-name {
    margin-bottom: 4px;
}

.shop-sk-oneclick__form-block .wa-value input {
    width: 100%;
}

.shop-sk-oneclick__form-block .wa-value p {
    margin: 0;
}

.shop-sk-oneclick-form__error {
    width: 100%;
}

.shop-sk-oneclick-total {
    width: 100%;
    text-align: right;
    font-weight: 700;
    color: #646479;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shop-sk-oneclick-total__price {
    margin-left: 4px;
}

.shop-sk-oneclick__pole {
    width: 100%;
}

@media screen and (min-width: 480px) {
    .shop-sk-oneclick-cart__table .shop-sk-oneclick-cart__item {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .shop-sk-oneclick-cart__item._title {
        display: flex;
    }

    .shop-sk-oneclick-final__coupon-block {
        flex-wrap: nowrap;
    }

    .shop-sk-oneclick-final__coupon-input {
        width: auto;
    }

    .shop-sk-oneclick__form-block .wa-field {
        width: calc((100% - 16px) / 2);
    }

    .shop-sk-oneclick-total {
        width: calc((100% - 16px) / 2);
    }

    .shop-sk-oneclick__pole {
        width: calc((100% - 16px) / 2);
    }
}

@media screen and (min-width: 640px) {
    .shop-sk-oneclick-cart__price {
        display: block;
    }

    .shop-sk-oneclick-final__coupon {
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .dialog-window .dialog-content {
        width: 75vw;
    }
}

@media screen and (min-width: 1200px) {
    .dialog-window .dialog-content {
        width: 50vw;
    }
}


.header__info-socials {
    display: flex;
    gap: 20px;
    margin-top: 12px;
}

.header__info-social-link {
    display: block;
}

.header__info-social-link img {
    display: block;
}

.header__info-title.header__info-title--small {
    font-size: 15px;
}

@media screen and (max-width: 480px) {
    .s-blocks .s-separator {
        display: none;
    }

    .s-blocks .h-slider {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
    }
}