@charset "utf-8";
body,
h1,
button {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    outline: none;
}

svg,
path,
circle,
line {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

hr {
    margin: 18px 0;
    border: none;
    border-top: 1px solid #E0E0E0;
    overflow: visible;
}

.header {
    top: -107px;
    z-index: 50;
    background-color: white;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

.without-border {
    border: none !important;
}

.hidden {
    display: none !important;
}

.header__city-picker {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 53;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(51, 51, 51, .4);
}

.header__city-picker .city-picker {
    width: 512px;
    max-height: 312px;
    padding: 30px;
    background-color: white;
    border-radius: 8px;
}

.header__city-picker .city-picker header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.header__city-picker .city-picker header button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.header__city-picker .city-picker__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.header__city-picker .city-picker__field button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.header__city-picker .city-picker__field input {
    width: 100%;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid var(--gainsborough);
    border-radius: 8px;
}

.header__city-picker .city-picker ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 114px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__city-picker .city-picker ul li {
    margin-bottom: 10px;
}

.header__city-picker .city-picker ul li a {
    text-decoration: none;
    color: var(--signal-black);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header__city-picker .city-picker ul li a:hover {
    color: var(--pink);
}

.header__city-picker .city-picker h4 {
    margin: 0;
    color: var(--signal-black);
}

.product-card__photo .product-card__photo-slide:not(:first-child) {
    display: none;
}

.product-card__photo.slick-initialized .product-card__photo-slide:not(:first-child) {
    display: block;
}

.header .middle-menu .cart-is-empty button:last-child {
    display: none;
}

.header .middle-menu .cart-is-full {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 170px;
    height: 100%;
}

.header .middle-menu .cart-is-full:hover {
    background-color: var(--smoky-white);
}

.header .middle-menu .cart-is-full button:first-child {
    display: none;
}

.header .middle-menu .cart-is-full button ul li span {
    color: var(--signal-black);
}

.header .middle-menu .cart-is-full button ul li:first-child span {
    color: rgba(51, 51, 51, 0.78);
}

.header .middle-menu .cart-is-full .cart-count-products {
    position: absolute;
    top: 33px;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0;
    color: white;
    background-color: var(--deep-purple);
    border-radius: 50%;
}

.header .middle-menu .cart-is-full button ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.header-mobile {
    display: none;
}

.header-mobile-menu {
    display: none;
}

.header .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid var(--smoky-white);
}

.header .top-menu .top-menu__more {
    position: relative;
}

.header .top-menu .top-menu__more.active .more-menu {
    display: block;
}

.header .top-menu .top-menu__more button span {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header .top-menu .top-menu__more.active button span {
    color: var(--pink);
}

.header .top-menu .top-menu__more.active button path {
    stroke: var(--pink);
}

.header .top-menu .top-menu__more .more-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    z-index: 20;
    display: none;
    margin: 0;
    padding: 14px 16px;
    list-style: none;
    background-color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid var(--gainsborough);
    border-top: 0;
}

.header .top-menu .top-menu__more .more-menu li:not(:last-child) {
    margin-bottom: 14px;
}

.header .top-menu li:first-child {
    margin-right: auto;
}

.header .top-menu li:nth-last-child(2) {
    margin-left: auto;
    margin-right: 25px;
}

.header .top-menu li>a {
    margin-right: 26px;
    text-decoration: none;
    color: var(--signal-black);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header .top-menu li>a:hover {
    color: var(--pink);
}

.header .top-menu span {
    color: var(--signal-black);
}

.header .top-menu__location-button,
.header .top-menu__more-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.header .top-menu__location-button span {
    margin: 0 5px 0 13px;
}

.header .top-menu__more-button span {
    margin-right: 5px;
}

.header .top-menu__location-button,
.header .top-menu__more-button,
.header .top-menu__phone,
.header .top-menu__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .top-menu__phone img,
.header .top-menu__email img {
    margin-right: 10px;
}

.header .middle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 107px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .middle-menu li:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .middle-menu.authorized li:nth-child(4),
.header .middle-menu.authorized li:nth-child(5) {
    display: none;
}

.header .middle-menu.unauthorized li:nth-child(6),
.header .middle-menu.unauthorized li:nth-child(7) {
    display: none;
}

.header .middle-menu.unauthorized li:nth-child(4) button {
    padding: 14px 26px;
    border-radius: 8px;
    color: var(--pink);
    border: 1px solid var(--pink);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header .middle-menu.unauthorized li:nth-child(4) button:hover {
    background-color: var(--pink);
    color: white;
}

.header .middle-menu button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.header .middle-menu .tip {
    max-width: 113px;
    margin-right: 24px;
    color: rgba(51, 51, 51, .78);
}

.header .middle-menu .search-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header .middle-menu .search-field .search-field__tips {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 40px 20px 16px;
    background-color: white;
    z-index: 10;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid var(--gainsborough);
}

.header .middle-menu .search-field .search-field__tips ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.header .middle-menu .search-field .search-field__tips ul li:not(:last-child) {
    margin: 0 0 12px;
}

.header .middle-menu .search-field .search-field__tips ul li a {
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: rgba(51, 51, 51, .78);
}

.header .middle-menu .search-field .search-field__tips ul li a:hover {
    color: var(--pink);
}

.header .middle-menu .search-field .search-field__tips ul li a span {
    color: rgba(48, 50, 144, .78);
}

.header .middle-menu .search-field input {
    position: relative;
    z-index: 20;
    min-width: 400px;
    padding: 14px 20px;
    background-color: var(--smoky-white);
    border: none;
    border-radius: 8px;
    color: var(--signal-black);
}

.header .middle-menu .search-field input:focus {
    background-color: white;
    border: 1px solid var(--smoky-white);
    box-shadow: 0 3px 10px rgba(51, 51, 51, .16);
}

.header .middle-menu .search-field input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, .4);
}

.header .middle-menu .search-field input::-moz-placeholder {
    color: rgba(51, 51, 51, .4);
}

.header .middle-menu .search-field input:-ms-input-placeholder {
    color: rgba(51, 51, 51, .4);
}

.header .middle-menu .search-field input::-ms-input-placeholder {
    color: rgba(51, 51, 51, .4);
}

.header .middle-menu .search-field input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, .4);
}

.header .middle-menu .search-field input::-moz-placeholder {
    color: rgba(51, 51, 51, .4);
}

.header .middle-menu .search-field input:-ms-input-placeholder {
    color: rgba(51, 51, 51, .4);
}

.header .middle-menu .search-field input::placeholder {
    color: rgba(51, 51, 51, .4);
}

.header .middle-menu .search-field>button {
    position: absolute;
    top: 13px;
    right: 16px;
    z-index: 30;
}

.header .middle-menu li>button>img {
    margin-right: 12px;
}

.header .middle-menu li>button.js-open-sign-up {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.header .middle-menu li>button.js-open-sign-up:hover {
    color: var(--pink);
}

.header .middle-menu li:first-child {
    margin-right: 30px;
}

.header .middle-menu li:last-child button span {
    max-width: 100px;
    text-align: left;
}

.header .middle-menu li>button {
    margin-left: 20px;
}

.header .middle-menu li:nth-last-child(2) {
    margin-right: auto;
}


.header .middle-menu li:nth-last-child(3) {
    margin-left: 40px;
}

.header .middle-menu li:nth-last-child(3)>button {
    margin-left: 0;
}
.header .bottom-menu {
    background-color: var(--deep-purple);
    height: 59px;
    overflow-y: hidden;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
}

.header .bottom-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .bottom-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header .bottom-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 20px 17px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header .bottom-menu__link svg {
    margin-right: 8px;
}

.header .bottom-menu__link span {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header .bottom-menu ul li:first-child svg {
    margin-top: -6px;
}

.header .bottom-menu ul li:nth-child(2) svg {
    margin-bottom: -6px;
}

.header .bottom-menu__link.active {
    background-color: var(--pink);
}

.header .bottom-menu__link:hover {
    background-color: white;
}

.header .bottom-menu__link:hover span {
    color: var(--deep-purple);
}

.header .bottom-menu__link:hover path {
    fill: var(--deep-purple);
    stroke: var(--deep-purple);
}

.header .bottom-menu__link:hover line,
.header .bottom-menu__link:hover circle {
    stroke: var(--deep-purple);
}

.header .header__categories {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1170px;
    height: 461px;
    padding: 40px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: white;
    overflow: hidden;
}

.header .header__categories ul li a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header .header__categories ul li a:hover {
    color: var(--pink);
}

.header .header__categories .header__categories_title {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0;
    margin-bottom: 20px;
    text-decoration: none;
    color: var(--signal-black);
}

.header .header__categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 37%;
    max-height: 340px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .header__categories ul li {
    margin-bottom: 13px;
}

.header .header__categories ul li a {
    color: rgba(51, 51, 51, .78);
    text-decoration: none;
}

.js-header-categories-block {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 430px;
    overflow-y: hidden;
    -webkit-animation: categoriesAnimationStart .5s ease-in-out forwards;
    animation: categoriesAnimationStart .5s ease-in-out forwards;
    z-index: 21;
}

.js-header-categories-block.heightOut {
    -webkit-animation: categoriesAnimationOut .5s ease-in-out forwards;
    animation: categoriesAnimationOut .5s ease-in-out forwards;
}

@-webkit-keyframes categoriesAnimationStart {
    0% {
        height: 0;
    }

    100% {
        height: 430px;
    }
}

@keyframes categoriesAnimationStart {
    0% {
        height: 0;
    }

    100% {
        height: 430px;
    }
}

@-webkit-keyframes categoriesAnimationOut {
    0% {
        height: 430px;
    }

    100% {
        height: 0;
    }
}

@keyframes categoriesAnimationOut {
    0% {
        height: 430px;
    }

    100% {
        height: 0;
    }
}

.product-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 270px;
    min-height: 468px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 20px;
    border-radius: 8px;
    border: 1px solid var(--gainsborough);
    background-color: white;
}

.product-card .product-card__photo .slick-dots,
.product-card .product-card__photo .product-slider__prev-control,
.product-card .product-card__photo .product-slider__next-control {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}

.product-card .product-card__photo:hover .slick-dots,
.product-card .product-card__photo:hover .product-slider__prev-control,
.product-card .product-card__photo:hover .product-slider__next-control {
    opacity: 1;
}


.product-card__photo {
    max-height: 339px;
}

.product-card__sale-badge,
.product-card__new-badge {
    position: absolute;
    top: 14px;
    left: -1px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 24px;
    color: white;
    background-color: var(--pink);
    text-transform: uppercase;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.product-card__sale-badge span {
    font-size: 10px;
}

.product-card__sale-badge span:first-child {
    margin-right: 5px;

}

.product-card__new-badge {
    background-color: var(--deep-purple);
}

.product-card.new .product-card__new-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card.sale .product-card__sale-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card__detail-view-button {
    position: absolute;
    top: 155px;
    left: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 24px;
    background-color: rgba(48, 50, 144, 0.4);
    border-radius: 8px;
    border: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.product-card__detail-view-button span {
    color: white;
    text-transform: uppercase;
}

.product-card__detail-view-button.visible {
    opacity: 1;
}

/* .product-card__detail-view-button::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
    background-color:rgba(48, 50, 144, .4);
    border-radius: 50%;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: -1;
} */

.product-card__detail-view-button.visible:hover::after {
    opacity: 1;
}

.product-card .product-card__known-price-button {
    position: absolute;
    bottom: -11px;
    left: -16px;
    z-index: 7;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--pink);
    border-radius: 4px;
    padding: 4px 10px;
    cursor: pointer;
}

.product-card.unauthorized .product-card__top .product-card__known-price-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    text-transform: uppercase;
    color: var(--pink);
    border: 1px solid var(--pink);
    padding: 4px 10px;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.product-card.unauthorized .product-card__known-price-button:hover {
    color: var(--deep-purple);
}

.product-card.collapsed:hover .product-card__additional-info {
    display: block;
}

.product-card.collapsed:hover hr {
    display: block;
}

.product-card:nth-child(4n) {
    margin-right: 0;
}

.product-card.collapsed .product-card__additional-info,
.product-card.collapsed hr {
    display: none;
}

.product-card__like-button {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-card__like-button:hover::after,
.product-card__like-button:hover::before {
    opacity: 1;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.product-card__like-button::after {
    /*content: 'Добавить в избранное';*/
    content: attr(data-name);
    position: absolute;
    top: -60px;
    right: -20px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 185px;
    height: 45px;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    color: var(--signal-black);
    border-radius: 8px;
    background: white;
    box-shadow: 0 3px 10px rgba(51, 51, 51, .16);
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.product-card__like-button::before {
    content: '';
    position: absolute;
    top: -25px;
    right: 0;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, white));
    background: -webkit-linear-gradient(left top, transparent 50%, white 50%);
    background: linear-gradient(to right bottom, transparent 50%, white 50%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 7px 7px 10px rgba(51, 51, 51, .16);
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.product-card__like-button:hover path {
    fill: var(--pink);
    -webkit-animation: change_fill .3s;
    animation: change_fill .3s;
}

@-webkit-keyframes change_fill {
    0% {
        fill: #ffffff;
    }

    100% {
        fill: var(--pink);
    }
}

@keyframes change_fill {
    0% {
        fill: #ffffff;
    }

    100% {
        fill: var(--pink);
    }
}

.product-card__name,
.product-card__price {
    margin: 0;
    color: var(--signal-black);
}

.product-card__price.f-semi-bold {
    font-family: 'OpenSansBold', 'RobotoMedium';
}

.product-card__price::after {
    /*content: '  /шт.';*/
    content: attr(data-name);
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    color: rgba(67, 67, 67, 0.75);
}

.product-card__price.sale {
    color: var(--pink);
}

.product-card__old-price {
    display: inline !important;
    margin-right: 10px;
    text-decoration: line-through;
    color: rgba(51, 51, 51, .78);
}

.product-card__name {
    margin-bottom: 10px;
}

.product-card__cart-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.product-card__cart-button.type-text {
    padding: 10px 20px;
    color: var(--pink);
    border: 1px solid var(--pink);
    border-radius: 4px;
    font-weight: 600;
}

.product-card__cart-button:hover circle,
.product-card__cart-button:hover path {
    stroke: var(--deep-purple);
}

.product-card__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    padding-bottom: 5px;
}

.product-card__info > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.product-card__top {
    -ms-flex-item-align: end;
    align-self: end;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
}

.product-card__top li:nth-child(2) {
    margin-top: auto;
    margin-left: auto;
}

.product-card__additional-info {
    position: absolute;
    top: calc(100% - 5px);
    left: -1px;
    width: calc(100% + 2px);
    z-index: 1;
    border: 1px solid var(--gainsborough);
    background-color: white;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 0;
    padding: 0 20px;
    list-style: none;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow-y: visible;
    -webkit-animation: showAdditionalInfo .1s ease-in-out forwards;
    animation: showAdditionalInfo .1s ease-in-out forwards;
}

.product-card__additional-info li:first-child {
    border-top: 1px solid var(--gainsborough);
    padding: 20px 0 0;
    margin: 20px 0 0;
}

.product-card__price .price > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.product-card__price .price > span .pr-title {
    margin-right: 7px;
}

@-webkit-keyframes showAdditionalInfo {
    0% {
        height: 0;
    }

    100% {
        height: -webkit-max-content;
        height: max-content;
    }
}

@keyframes showAdditionalInfo {
    0% {
        height: 0;
    }

    100% {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
}

.product-card__additional-info li {
//margin-bottom: 8px;
    margin-bottom: 0px;
}
.product-card__additional-info li:last-child{
    min-height:40px;
}

.product-card__additional-info li span:first-child,
.product-card__additional-info li:first-child {
    /*color: rgba(51, 51, 51, .78);*/
}

.product-card__additional-info li:nth-child(2) {
    margin-bottom: 16px;
}

.product-card__additional-info li span:first-child {
    margin-right: 12px;
}

.product-slider__prev-control,
.product-slider__next-control {
    position: absolute;
    bottom: 0;
    z-index: 5;
    cursor: pointer;
}

.product-slider__prev-control:hover path,
.product-slider__next-control:hover path {
    opacity: 1;
}

.product-slider__prev-control {
    left: 20px;
}

.product-slider__next-control {
    right: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-card .slick-dots {
    position: absolute;
    bottom: 2px;
    z-index: 4;
}

.product-card .slick-dots li {
    width: 8px;
    height: 8px;
}

.product-card .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid var(--deep-purple);
    border-radius: 50%;
    opacity: .4;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-card .slick-dots li button:hover {
    opacity: 1;
}

.product-card .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.product-card .slick-dots li button:before {
    top: -5px;
    left: -1px;
    width: 8px;
    height: 8px;
    font-size: 9px;
    color: transparent;
}

.product-card .slick-dots li.slick-active button {
    opacity: 1;
}

.product-card .slick-dots li.slick-active button:before {
    color: var(--deep-purple);
    opacity: 1;
}

footer {
    padding: 30px 0;
    background-color: rgba(51, 51, 51, .05)
}

footer .container>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer h2,
footer h4 {
    margin: 0;
    color: var(--signal-black);
}

footer a {
    text-decoration: none;
    color: unset;
}

footer h4 {
    margin-bottom: 14px;
}

footer .for-users {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 288px;
    max-height: 120px;
}

footer .for-users li {
    margin-bottom: 12px;
}

footer .for-users li a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: rgba(51, 51, 51, .78);
}

footer .for-users li a:hover {
    color: var(--pink);
}

footer .product-cart-popup,
footer .question-by-product-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 53;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    overflow-y: auto;
}

footer .question-by-product-popup {
    z-index: 101;
}

footer .product-cart-popup > article,
footer .question-by-product-popup > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 332px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
    padding: 30px;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #E0E0E0;
}

footer .product-cart-popup > article header,
footer .question-by-product-popup > article header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 26px;
}

footer .product-cart-popup>article header h4,
footer .question-by-product-popup > article h4 {
    margin: 0;
}

footer .question-by-product-popup .question-by-product__close {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

footer .question-by-product-popup textarea {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    resize: none;
    border: none;
    border-bottom: 1px solid var(--gainsborough);
}

footer .question-by-product-popup .question-by-product__agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 20px;
}

footer .question-by-product-popup .question-by-product__agreement span {
    margin-left: 10px;
}

footer .question-by-product-popup .question-by-product__submit {
    width: 100%;
    padding: 14px 0;
    color: white;
    opacity: .15;
    background-color: var(--deep-purple);
    border-radius: 8px;
    text-transform: uppercase;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: none;
}

footer .question-by-product-popup .question-by-product__submit.active {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}

footer .question-by-product-popup .question-by-product__submit.active:hover {
    background-color: #333333;
}

footer .question-by-product-popup .question-by-product__agreement span a {
    color: var(--pink);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

footer .question-by-product-popup .question-by-product__agreement span a:hover {
    color: var(--deep-purple);
}

footer .question-by-product-popup .question-by-product__agreement img {
    cursor: pointer;
}

footer .question-by-product-popup .question-by-product__agreement img:first-child {
    display: none;
}

footer .question-by-product-popup .question-by-product__agreement.checked img:first-child {
    display: block;
}

footer .question-by-product-popup .question-by-product__agreement.checked img:nth-child(2) {
    display: none;
}

footer .question-by-product-popup textarea:focus {
    border-color: var(--deep-purple);
}

footer .question-by-product-popup textarea::-webkit-input-placeholder {
    color: rgba(51,51,51,.4);
}

footer .question-by-product-popup textarea::-moz-placeholder {
    color: rgba(51,51,51,.4);
}

footer .question-by-product-popup textarea:-ms-input-placeholder {
    color: rgba(51,51,51,.4);
}

footer .question-by-product-popup textarea::-ms-input-placeholder {
    color: rgba(51,51,51,.4);
}

footer .question-by-product-popup textarea::-webkit-input-placeholder {
    color: rgba(51,51,51,.4);
}

footer .question-by-product-popup textarea::-moz-placeholder {
    color: rgba(51,51,51,.4);
}

footer .question-by-product-popup textarea:-ms-input-placeholder {
    color: rgba(51,51,51,.4);
}

footer .question-by-product-popup textarea::placeholder {
    color: rgba(51,51,51,.4);
}

footer .question-by-product-popup .floating-label-wrap {
    margin-bottom: 20px;
}

footer .product-cart-popup>article thead th {
    padding-bottom: 20px;
}

footer .product-cart-popup>article tbody td {
    width: 100%;
    padding-bottom: 10px;
}

footer .product-cart-popup>article tfoot td {
    padding-top: 16px;
}

footer .product-cart-popup>article th,
footer .product-cart-popup>article td {
    color: var(--signal-black);
    text-align: left;
}

footer .product-cart-popup>article p {
    margin: 0;
    color: var(--signal-black);
    font-family: "OpenSansBold", "RobotoMedium";
}

footer .product-cart-popup__price span {
    color: rgba(51, 51, 51, .78);
}

footer .product-cart-popup>article p:nth-child(3) {
    margin-bottom: 26px;
}

.product-cart-popup__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 13px 24px 13px;
    border-radius: 8px;
    background-color: var(--deep-purple);
    opacity: .4;
    cursor: not-allowed;
    border: none;
    color: white;
}

.product-cart-popup__submit.active {
    opacity: 1;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.product-cart-popup__submit.active:hover {
    background-color: #333333;
}

.product-cart-popup__submit svg {
    margin-right: 12px;
}

.product-cart-popup__submit span {
    text-transform: uppercase;
}

.product-cart-popup__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-cart-popup__count button {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.product-cart-popup__count button.js-cart-count-decrease.active g,
.product-cart-popup__count button.js-cart-count-decrease.active line {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-cart-popup__count button.js-cart-count-decrease.active:hover g,
.product-cart-popup__count button.js-cart-count-decrease.active:hover line {
    stroke: var(--deep-purple);
}

.product-cart-popup__count button.js-cart-count-increase.active g,
.product-cart-popup__count button.js-cart-count-increase.active line {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-cart-popup__count button.js-cart-count-increase.active:hover g,
.product-cart-popup__count button.js-cart-count-increase.active:hover line {
    stroke: var(--deep-purple);
}

.product-cart-popup__count button.js-count-increase.active g,
.product-cart-popup__count button.js-count-increase.active line {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-cart-popup__count button.js-count-increase.active:hover g,
.product-cart-popup__count button.js-count-increase.active:hover line {
    stroke: var(--deep-purple);
}

.product-cart-popup__count button.js-count-decrease.active g,
.product-cart-popup__count button.js-count-decrease.active line {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-cart-popup__count button.js-count-decrease.active:hover g,
.product-cart-popup__count button.js-count-decrease.active:hover line {
    stroke: var(--deep-purple);
}

.product-cart-popup__count button.active g {
    opacity: 1;
}

.product-cart-popup__count input {
    width: 100px;
    margin: 0 6px;
    text-align: center;
    border: 2px solid var(--gainsborough);
    border-radius: 8px;
}

.product-cart-popup__count input::-webkit-input-placeholder {
    color: rgb(51,51,51,.4);
}

.product-cart-popup__count input::-moz-placeholder {
    color: rgb(51,51,51,.4);
}

.product-cart-popup__count input:-ms-input-placeholder {
    color: rgb(51,51,51,.4);
}

.product-cart-popup__count input::placeholder {
    color: rgb(51,51,51,.4);
}

footer input::-webkit-outer-spin-button,
footer input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

footer .product-cart-popup>article header button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.footer__worktime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (max-content)[2];
    grid-template-columns: repeat(2,max-content);
}

.footer__worktime svg {
    margin-right: 14px;
}

.footer__worktime span {
    color: var(--signal-black);
}

.footer__worktime li:first-child span:first-child {
    margin-right: 8px;
    color: rgba(51, 51, 51, .78);
}

.footer__worktime li:nth-child(2) span:first-child {
    margin-right: 30px;
    color: rgba(51, 51, 51, .78);
}

.footer__worktime li:nth-child(3) span:first-child {
    margin-right: 31px;
    color: rgba(51, 51, 51, .78);
}

.footer__contacts li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.footer__contacts li span {
    color: var(--signal-black);
}

.footer__contacts li:first-child span {
    color: rgba(51, 51, 51, .78);
}

.footer__contacts li img {
    margin-right: 14px;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__social a:hover svg path {
    fill: var(--pink);
}

.footer__social svg:first-child {
    margin-right: 10px;
}

footer .copyrights {
    margin-top: 30px;
    color: rgba(51, 51, 51, .78);
}

footer h2 {
    margin-bottom: 30px;
}

.bread-crumbs {
    padding: 20px 0 30px;
}

.bread-crumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bread-crumbs ul li {
    padding-right: 12px;
}

.bread-crumbs ul li a {
    text-decoration: none;
    color: var(--signal-black);
}

.bread-crumbs ul li:last-child a {
    color: rgba(51, 51, 51, .4);
}

.warranty {
    padding-bottom: 30px;
    border-top: 1px solid var(--smoky-white);
    border-bottom: 1px solid var(--smoky-white);
}

.warranty h3 {
    margin-top: 30px;
    color: var(--signal-black);
}

.warranty ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 420px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.warranty ul li {
    max-width: 570px;
}

.warranty__inner-list li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}

.warranty__inner-list li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--pink);
}

.bottom-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 286px;
    padding: 40px 0;
}

.bottom-categories a {
    margin-bottom: 16px;
    text-decoration: none;
    color: unset;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.bottom-categories a:hover {
    color: var(--pink);
}

.bottom-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-categories ul li {
    margin-bottom: 16px;
}

.bottom-categories ul li a {
    color: rgba(51, 51, 51, .78);
}

.bottom-categories>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bottom-categories>div>a {
    color: var(--signal-black);
}

.product-card__detail-view-poup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(51, 51, 51, .4);
}

.product-card__detail-view-poup .detail-view-poup {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 1260px;
    max-height: 737px;
    margin: auto;
    padding: 50px 50px 50px 40px;
    background-color: white;
    border-radius: 8px;
}

.product-card__detail-view-poup .detail-view-poup__thumbnails {
    position: relative;
    width: 70px;
}

.product-card__detail-view-poup .product-detail-view__thumbnails-prev-arrow,
.product-card__detail-view-poup .product-detail-view__thumbnails-next-arrow {
    position: absolute;
    left: 18px;
    z-index: 20;
    cursor: pointer;
}

.product-card__detail-view-poup .product-detail-view__thumbnails-prev-arrow {
    top: -14px;
}

.product-card__detail-view-poup .detail-view-popup__detail-photo {
    position: relative;
    margin-left: 20px;
}

.product-card__detail-view-poup .detail-view-popup__like-button {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.product-card__detail-view-poup .detail-view-popup__like-button:hover svg path {
    fill: var(--pink);
}

.product-card__detail-view-poup .detail-view-popup__detail-info {
    width: 321px;
    margin-left: 30px;
}

.detail-view-popup__detail-info .detail-info__name {
    margin: 0 0 20px;
    color: var(--signal-black);
}

.detail-view-popup__detail-info .detail-info__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: var(--signal-black);
}

.detail-view-popup__detail-info .detail-info__price span {
    font-family: "OpenSansBold", "RobotoMedium";
}

.detail-view-popup__detail-info .detail-info__price .count,
.detail-view-popup__detail-info .detail-info__price .status {
    color: rgba(51, 51, 51, .4);
    margin-bottom: 5px;
}

.detail-view-popup__detail-info .detail-info__price .count {
    margin-left: 5px;
}

.detail-view-popup__detail-info .detail-info__price .status {
    margin-left: 30px;
    margin-bottom: 7px;
}

.detail-view-popup__detail-info .detail-info__price .status.in-stock {
    color: var(--deep-purple);
}

.detail-view-popup__detail-info .detail-info__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-view-popup__detail-info .detail-info__colors-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-view-popup__detail-info .detail-info__colors span {
    margin-right: 32px;
    color: var(--signal-black);
}

.detail-view-popup__detail-info .detail-info__colors-buttons button {
    margin-right: 2px;
    border: none;
    background-color: transparent;
    border-radius: 10px;
}

.detail-view-popup__detail-info .detail-info__colors-buttons button.active {
    border: 2px solid var(--pink);
}

.detail-view-popup__detail-info .detail-info__colors-buttons button>div {
    width: 30px;
    height: 30px;
    margin: 2px;
    border-radius: 8px;

}

.detail-view-popup__detail-info .detail-info__subtitle {
    color: var(--signal-black);
}

.detail-view-popup__detail-info .detail-info__description {
    color: rgba(42, 42, 42, .78);
}

.detail-view-popup__detail-info .detail-info__parameters {
    margin: 0;
    padding: 0;
    list-style: none;
}

.detail-view-popup__detail-info .detail-info__parameters li {
    margin-bottom: 16px;
}

.detail-view-popup__detail-info .detail-info__parameters li span:first-child {
    margin-right: 10px;
    color: var(--signal-black);
}

.detail-view-popup__detail-info .detail-info__parameters li span:last-child {
    color: rgba(42, 42, 42, .78);
}

.detail-view-popup__detail-info .detail-info__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.detail-view-popup__detail-info .detail-info__share button {
    margin-right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.product-card__detail-view-poup .detail-view-poup__close-button {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.product-card__detail-view-poup .detail-info__cart {
    width: 300px;
}

footer .product-card__detail-view-poup .detail-view-poup {
    padding: 50px;
    border-radius: 8px;
}

.product-card__detail-view-poup .product-cart-popup__submit {
    margin-top: 20px;
}

.product-cart-popup__buy-click {
    width: 100%;
    margin-top: 10px;
    padding: 14px 0;
    text-transform: uppercase;
    background-color: white;
    border: 2px solid var(--pink);
    border-radius: 8px;
    color: var(--pink);
    font-size: 13px;
    font-family: "OpenSansSemiBold";
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.product-cart-popup__buy-click:hover {
    background-color: var(--pink);
    color: white;
}

.product-card__detail-view-poup th {
    width: 100%;
    text-align: left;
}

.product-card__detail-view-poup table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.header__cart-popup {
    position: absolute;
    top: 145px;
    right: 0;
    z-index: 100;
    width: 520px;
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(51, 51, 51, .16);
    color: var(--signal-black);
}

.header__cart-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__cart-popup header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__cart-popup hr {
    margin: 5px 0;
}

.header__cart-popup header .cart-popup__close-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.cart-popup__content .product-in-cart ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 16px 0;
}

.cart-popup__content .product-in-cart .product-in-cart__photo {
    margin-right: 10px;
}

.cart-popup__content .product-in-cart .product-in-cart__name {
    width: 165px;
    margin: 0;
}

.cart-popup__content .product-in-cart .product-in-cart__sizes {
    margin-top: 6px;
}

.cart-popup__content .product-in-cart .product-in-cart__subtitle {
    margin-bottom: 0;
}

.cart-popup__content .product-in-cart .product-in-cart__price {
    margin-left: 30px;
}

.cart-popup__content .product-in-cart .product-in-cart__price>div::after {
    /*content: '  /шт.';*/
    content: attr(data-name);
    font-family: 'OpenSansSemiBold';
    font-size: 14px;
    color: rgba(51, 51, 51, .4);
}

.cart-popup__content .product-in-cart .product-in-cart__delete-button {
    margin-left: auto;
    margin-top: 5px;
}

.cart-popup__content .product-in-cart .product-in-cart__delete-button button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.cart-popup__content .product-in-cart .product-in-cart__delete-button button:hover path {
    stroke: var(--pink);
}

.header__cart-popup .cart-popup__total-price {
    margin: 0;
}

.header__cart-popup .cart-popup__title {
    margin: 0;
}

.header__cart-popup .cart-popup__results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cart-popup__results li:first-child p:first-child {
    color: rgba(51, 51, 51, .78);
}

.cart-popup__results .cart-popup__jump-to-cart-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 26px;
    text-transform: uppercase;
    color: white;
    background-color: var(--deep-purple);
    border-radius: 8px;
    border: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.cart-popup__results .cart-popup__jump-to-cart-button:hover {
    background-color: #333333;
}

.cart-popup__results .cart-popup__jump-to-cart-button svg {
    margin-right: 12px;
}

.header .container:first-child {
    position: relative;
}

.header__sign-in,
.header__sign-up,
.header__forgot-password {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(51, 51, 51, .4);
}

.header__sign-in .sign-in,
.header__sign-up .sign-up,
.header__forgot-password .forgot-password {
    width: 332px;
    margin: auto;
    padding: 30px;
    background-color: white;
    border-radius: 8px;
}

/* .header__sign-in .sign-in input::-webkit-input-placeholder,
.header__sign-up .sign-up input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, .4);
}

.header__sign-in .sign-in input::-moz-placeholder,
.header__sign-up .sign-up input::-moz-placeholder {
    color: rgba(51, 51, 51, .4);
}

.header__sign-in .sign-in input:-ms-input-placeholder,
.header__sign-up .sign-up input:-ms-input-placeholder {
    color: rgba(51, 51, 51, .4);
}

.header__sign-in .sign-in input::-ms-input-placeholder,
.header__sign-up .sign-up input::-ms-input-placeholder {
    color: rgba(51, 51, 51, .4);
}

.header__sign-in .sign-in input::placeholder,
.header__sign-up .sign-up input::placeholder {
    color: rgba(51, 51, 51, .4);
} */

.header__sign-in .sign-in header,
.header__sign-up .sign-up header,
.header__forgot-password .forgot-password header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.header__sign-in .sign-in header h4,
.header__sign-up .sign-up header h4,
.header__forgot-password .forgot-password header h4 {
    margin: 0;
    color: var(--signal-black);
}

.header__sign-in .sign-in .sign-in__close,
.header__sign-up .sign-up .sign-up__close,
.header__forgot-password .forgot-password .forgot-password__close {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.header__sign-in .sign-in input,
.header__sign-up .sign-up input,
.header__forgot-password .forgot-password input {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid var(--gainsborough);
}

.header__sign-in .sign-in input:last-child,
.header__sign-up .sign-up input:last-child {
    margin-bottom: 20px;
}

.header__sign-in .sign-in .sign-in__password,
.header__sign-up .sign-up .sign-up__password {
    position: relative;
}

.header__sign-in .sign-in .sign-in__password button,
.header__sign-up .sign-up .sign-up__password button {
    position: absolute;
    top: 10px;
    right: 0;
    text-decoration: none;
    color: var(--pink);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: white;
    border: none;
    cursor: pointer;
}

.header__sign-in .sign-in .sign-in__password a:hover,
.header__sign-up .sign-up .sign-up__password a:hover {
    color: var(--deep-purple);
}

.header__sign-in .sign-in .sign-in__remember-me,
.header__sign-up .sign-up .sign-up__remember-me {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__sign-up .sign-up .sign-up__remember-me a {
    color: var(--pink);
    text-decoration: none;
}

.header__sign-in .sign-in .sign-in__remember-me img,
.header__sign-up .sign-up .sign-up__remember-me img {
    margin-right: 12px;
    cursor: pointer;
}

.header__sign-in .sign-in .sign-in__remember-me.checked img:nth-child(2),
.header__sign-up .sign-up .sign-up__remember-me.checked img:nth-child(2) {
    display: none;
}

.header__sign-in .sign-in .sign-in__remember-me.unchecked img:first-child,
.header__sign-up .sign-up .sign-up__remember-me.unchecked img:first-child {
    display: none;
}

.header__sign-in .sign-in .sign-in__controls,
.header__sign-up .sign-up .sign-up__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.header__sign-in .sign-in .sign-in__controls button,
.header__sign-up .sign-up .sign-up__controls button {
    padding: 15px 13px;
    border-radius: 8px;
    border: 1px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
}

.forgot-password__description {
    width: 86%;
    margin-bottom: 30px;
    color: rgba(51,51,51,.78);
}

.forgot-password__submit {
    width: 100%;
    opacity: .15;
    background-color: var(--deep-purple);
    color: white;
    cursor: not-allowed;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 15px 13px;
    border-radius: 8px;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.forgot-password__submit.active {
    opacity: 1;
    cursor: pointer;
}

.forgot-password__submit.active:hover {
    background-color: #333333;
}

.header__sign-in .sign-in .sign-in__controls button.enter,
.header__sign-up .sign-up .sign-up__controls button.enter {
    opacity: .15;
    background-color: var(--deep-purple);
    color: white;
    cursor: not-allowed;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header__sign-in .sign-in .sign-in__controls button.enter.active,
.header__sign-up .sign-up .sign-up__controls button.enter.active {
    opacity: 1;
    cursor: pointer;
}

.header__sign-in .sign-in .sign-in__controls button.enter.active:hover {
    background-color: #333333;
}

.header__sign-in .sign-in .sign-in__controls button.reg,
.header__sign-up .sign-up .sign-up__controls button.reg {
    margin-top: 4px;
    border-color: var(--pink);
    background-color: transparent;
    color: var(--pink);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header__sign-in .sign-in .sign-in__controls button.reg:hover {
    background-color: var(--pink);
    color: white;
}

.header__search-mobile {
    display: none;
}

.header__city-picker .city-picker header button:first-child {
    display: none;
}

.bottom-menu-button {
    margin-right: 30px;
}

.bottom-menu-button.is-expanded svg:first-child {
    display: none;
}

.bottom-menu-button.is-collapse svg:last-child {
    display: none;
}

.sign-up__user-type {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--gainsborough);
}

.sign-up__user-type .current {
    padding: 10px 0;
    color: rgba(51, 51, 51, .4);
    cursor: pointer;
}

.sign-up__user-type .current.not-default {
    color: var(--signal-black);
}

.sign-up__user-type .list {
    position: absolute;
    display: none;
    width: 100%;
    background-color: white;
    z-index: 1;
}

.sign-up__user-type.is-expanded .list {
    display: block;
}

.sign-up__user-type .list div {
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sign-up__user-type .list div:hover {
    color: var(--pink);
}

.question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 270px;
    margin-bottom: 20px;
    padding: 13px 0;
    border: 2px solid var(--pink);
    color: var(--pink);
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.question span {
    margin-left: 12px;
}

.question:hover {
    background-color: var(--pink);
}

.question:hover,
.question:hover path,
.question:hover circle,
.question:hover line {
    stroke: white;
    color: white;
}

.sign-in__logo,
.sign-up__logo {
    display: none;
}

.profile__side-menu a.cart {
    border: 2px solid var(--deep-purple);
    color: var(--deep-purple);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.profile__side-menu a.cart:hover {
    border-color: var(--pink);
    color: var(--pink);
}

.profile__side-menu a.cart:hover path {
    stroke: var(--pink);
}

.profile__side-menu a.cart svg path {
    stroke: var(--deep-purple);
}

.profile__to-cart--mobile {
    display: none;
}

.datepicker--day-name {
    color: var(--pink) !important;
}

.profile__side-menu a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.profile__side-menu a:hover path {
    stroke: var(--pink);
}

.profile__side-menu a:hover {
    color: var(--pink);
}

.floating-label-wrap {
    position: relative;
}

.floating-label-field {
    position: relative;
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid var(--gainsborough);
    background-color: transparent;
    color: rgba(#2c3e50, .75);
    outline: none;
}

.floating-label-field:focus {
    border-color: var(--deep-purple);
}

.floating-label-field:not(:placeholder-shown) + .floating-label {
    top: -10px;
    font-size: 11px;
}

.floating-label-field::-webkit-input-placeholder {
    color: transparent;
}

.floating-label-field::-moz-placeholder {
    color: transparent;
}

.floating-label-field:-ms-input-placeholder {
    color: transparent;
}

.floating-label-field::-ms-input-placeholder {
    color: transparent;
}

.floating-label-field::-webkit-input-placeholder {
    color: transparent;
}

.floating-label-field::-moz-placeholder {
    color: transparent;
}

.floating-label-field:-ms-input-placeholder {
    color: transparent;
}

.floating-label-field::placeholder {
    color: transparent;
}

.floating-label-field + .floating-label {
    position: absolute;
    top: 13px;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1;
    color: rgba(51,51,51,.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* new__style */

.header .middle-menu .logout,
.header .middle-menu .personal-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    background-color: transparent;
    border: none;
    color: var(--signal-black);
    cursor: pointer;
    text-decoration: none;
}

.header .middle-menu .personal-area {
    margin-left: 0;
}

.header .middle-menu li > a > img {
    margin-right: 12px;
}

.bread-crumbs ul li:last-child span {
    color: rgba(51, 51, 51, .4);
}

/* new__style */

.header__sign-in .sign-in header span,
.header__sign-up .sign-up header span,
.header__forgot-password .forgot-password header span,
.header__city-picker .city-picker span,
.question-by-product header > span{
    color: var(--signal-black);
}

footer .footer__logo {
    display: block;
    margin-bottom: 30px;
}

.measurements-popup,
.product-card__detail-view-poup,
footer .product-cart-popup,
footer .question-by-product-popup,
.header__city-picker,
.header-mobile__menu,
.header__sign-up,
.header__sign-in,
.header__forgot-password,
.header .middle-menu .search-field .search-field__tips,
.bottom-menu-button,
.header__cart-popup {
    display: none;
}

/* new__style 2 */

footer .for-users {
    max-height: 149px;
}

.product-card__photo img {
    object-fit: cover;
    -o-object-fit: cover;
    width: 268px;
    height: 339px;
    border-radius: 7px;
}

.product-card__detail-view-poup .detail-view-poup__thumbnails img {
    width: 70px;
    height: 89px;
    object-fit: cover;
    -o-object-fit: cover;
}
/* new__style 3 */
/* ниже у свойств object-fit заменил cover на contain  */

footer .for-users {
    max-height: 149px;
}

.product-card__photo img {
    object-fit: contain;
    -o-object-fit: contain;
    width: 268px;
    height: 339px;
    border-radius: 7px;
}

.product-card__detail-view-poup .detail-view-poup__thumbnails img {
    width: 70px;
    height: 89px;
    object-fit: contain;
    -o-object-fit: contain;
}


.product-card__detail-view-poup .detail-view-popup__detail-photo img {
    width: 370px;
    max-height: 600px;
    object-fit: contain;
    -o-object-fit: contain;
}
.manager-callback-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(51, 51, 51, .4);
}

.manager-callback-popup__popup {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 500px;
    max-height: 737px;
    margin: auto;
    padding: 40px 50px 50px 40px;
    background-color: white;
    border-radius: 8px;
}

.manager-callback-popup__popup .popup__title {
    margin-bottom: 20px;
    color: var(--signal-black);
}

.manager-callback-popup__popup .popup__close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.manager-callback-popup__popup .popup__fields {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.manager-callback-popup__popup .popup__field {
    width: 100%;
    margin-bottom: 24px;
    padding: 16px 0;
    border: none;
    border-bottom: 1px solid var(--gainsborough);
}

.manager-callback-popup__popup .popup__send {
    width: 100%;
    margin-top: 10px;
    padding: 15px 0 13px;
    background-color: var(--deep-purple);
    border-radius: 8px;
    color: white;
    text-transform: uppercase;
    opacity: 0.5;
    pointer-events: none;
    border-color: var(--deep-purple);
}

/* new__style 6 */
.detail-view-popup__detail-info .detail-info__colors-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 300px;
}

.detail-view-popup__detail-info .detail-info__colors-buttons button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 2px solid #dedede;
}

/* new__style personal-auth */

.personal-auth__sign-in {
    width: 320px;
}

.personal-auth__sign-in header {
    margin-bottom: 30px;
}

.personal-auth__sign-in .floating-label-wrap {
    margin-bottom: 30px;
}

.personal-auth__sign-in .sign-in__password {
    position: relative;
}

.personal-auth__sign-in .sign-in__password a {
    position: absolute;
    top: 10px;
    right: 0;
    text-decoration: none;
    color: var(--pink);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: white;
    border: none;
    cursor: pointer;
}

.personal-auth__sign-in .sign-in__remember-me {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-auth__sign-in .sign-in__remember-me img {
    margin-right: 12px;
    cursor: pointer;
}

.personal-auth__sign-in .sign-in__remember-me.checked img:nth-child(2) {
    display: none;
}

.personal-auth__sign-in .sign-in__remember-me.unchecked img:first-child {
    display: none;
}

.personal-auth__sign-in .sign-in__remember-me.unchecked img:nth-child(2) {
    display: block;
}

.personal-auth__sign-in .sign-in__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.personal-auth__sign-in .sign-in__controls a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 13px;
    border-radius: 8px;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.personal-auth__sign-in .sign-in__controls a.enter {
    opacity: .15;
    background-color: var(--deep-purple);
    color: white;
    cursor: not-allowed;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.personal-auth__sign-in .sign-in__controls a.enter.active {
    opacity: 1;
    cursor: pointer;
}

.personal-auth__sign-in .sign-in__controls a.enter.active:hover {
    background-color: #333333;
}

.personal-auth__sign-in .sign-in__controls a.reg {
    margin-top: 4px;
    border-color: var(--pink);
    background-color: transparent;
    color: var(--pink);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.personal-auth__sign-in .sign-in__controls a.reg:hover {
    background-color: var(--pink);
    color: white;
}

.personal__forgot-password {
    width: 320px;
}

.personal__forgot-password .floating-label-wrap {
    margin-bottom: 30px;
}

.personal__sign-up {
    width: 320px;
}

.personal__sign-up header {
    margin-bottom: 30px;
}

.personal__sign-up .floating-label-wrap {
    margin-bottom: 30px;
}

.personal__sign-up .sign-up__agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.personal__sign-up .sign-up__controls button {
    padding: 15px 13px;
    border-radius: 8px;
    border: 1px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
}

.personal__sign-up .sign-up__controls button.enter {
    width: 320px;
    opacity: .15;
    background-color: var(--deep-purple);
    color: white;
    cursor: not-allowed;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.personal__sign-up .sign-up__controls button.enter.active {
    opacity: 1;
    cursor: pointer;
}

.personal__sign-up .sign-up__controls button.enter.active:hover {
    background-color: #333333;
}

.personal__sign-up .sign-up__agreement a {
    text-decoration: none;
    color: var(--pink);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.personal__sign-up .sign-up__agreement a:hover {
    color: var(--deep-purple);
}

.personal__sign-up .sign-up__agreement img {
    margin-right: 12px;
    cursor: pointer;
}

.personal__sign-up .sign-up__agreement.checked img:nth-child(2) {
    display: none;
}

.personal__sign-up .sign-up__agreement.unchecked img:first-child {
    display: none;
}

.personal__sign-up .sign-up__agreement.unchecked img:nth-child(2) {
    display: initial;
}

.product-card__like-button.unauthorized::after {
    content: 'Для добавления в избранное, нужно авторизоваться на сайте';
    width: 260px;
    text-align: center;
}

.personal-auth__sign-in .sign-in__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.personal-auth__sign-in .sign-in__controls a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 13px;
    border-radius: 8px;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.personal-auth__sign-in .sign-in__controls a.enter {
    opacity: .15;
    background-color: var(--deep-purple);
    color: white;
    cursor: not-allowed;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.personal-auth__sign-in .sign-in__controls a.enter.active {
    opacity: 1;
    cursor: pointer;
}

.personal-auth__sign-in .sign-in__controls a.enter.active:hover {
    background-color: #333333;
}

.personal-auth__sign-in .sign-in__controls a.reg {
    margin-top: 4px;
    border-color: var(--pink);
    background-color: transparent;
    color: var(--pink);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.personal-auth__sign-in .sign-in__controls a.reg:hover {
    background-color: var(--pink);
    color: white;
}

.personal__forgot-password {
    width: 320px;
}

.personal__forgot-password .floating-label-wrap {
    margin-bottom: 30px;
}

.personal__sign-up {
    width: 320px;
}

.personal__sign-up header {
    margin-bottom: 30px;
}

.personal__sign-up .floating-label-wrap {
    margin-bottom: 30px;
}

.personal__sign-up .sign-up__agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.personal__sign-up .sign-up__controls button {
    padding: 15px 13px;
    border-radius: 8px;
    border: 1px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
}

.personal__sign-up .sign-up__controls button.enter {
    width: 320px;
    opacity: .15;
    background-color: var(--deep-purple);
    color: white;
    cursor: not-allowed;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.personal__sign-up .sign-up__controls button.enter.active {
    opacity: 1;
    cursor: pointer;
}

.personal__sign-up .sign-up__controls button.enter.active:hover {
    background-color: #333333;
}

.personal__sign-up .sign-up__agreement a {
    text-decoration: none;
    color: var(--pink);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.personal__sign-up .sign-up__agreement a:hover {
    color: var(--deep-purple);
}

.personal__sign-up .sign-up__agreement img {
    margin-right: 12px;
    cursor: pointer;
}

.personal__sign-up .sign-up__agreement.checked img:nth-child(2) {
    display: none;
}

.personal__sign-up .sign-up__agreement.unchecked img:first-child {
    display: none;
}

.personal__sign-up .sign-up__agreement.unchecked img:nth-child(2) {
    display: initial;
}

.product-card__like-button.unauthorized::after {
    content: 'Для добавления в избранное, нужно авторизоваться на сайте';
    width: 260px;
}

/* Стили для страницы новостей */

.news__title {
    display: block;
    margin-bottom: 28px;
    color: var(--signal-black);
}

.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
}

.article__image {
    min-width: 300px;
    height: 220px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 8px;
}

.article__info {
    margin-left: 30px;
}

.article__date {
    display: block;
    margin-bottom: 16px;
    color: rgba(0, 24, 42, .4);
}

.article__title {
    display: block;
    margin-bottom: 16px;
    color: var(--signal-black);
}

.article__description {
    margin: 0 0 30px;
    color: rgba(0, 24, 42, .8);
    letter-spacing: -.5px;
}

.article__more {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 33px 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--pink);
    border: 1px solid var(--pink);
    border-radius: 8px;
    background-color: transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.article__more:hover {
    color: white;
    background-color: var(--pink);
}

.news__articles .article:first-child {
    padding-top: 0;
}

.news__articles .article:not(:last-child) {
    border-bottom: 1px solid rgba(51, 51, 51, .15);
}

.news__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.news__controls .show-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 270px;
    height: 47px;
    border: 1px solid var(--deep-purple);
    text-decoration: none;
    color: inherit;
    border-radius: 8px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.news__controls .show-more-btn:hover {
    background-color: var(--deep-purple);
}

.news__controls .show-more-btn:hover path {
    stroke: white;
}

.news__controls .show-more-btn:hover .show-more-btn__text {
    color: white;
}

.news__controls .show-more-btn__text {
    margin-left: 20px;
    color: var(--deep-purple);
    text-transform: uppercase;
}

.news__pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.news__pagination .pagination__page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.news__pagination .pagination__page:hover {
    color: var(--pink);
}

.news__pagination .pagination__page.active {
    background-color: var(--deep-purple);
    color: white;
}

.news__pagination .prev,
.news__pagination .next {
    border: 1px solid #E0E0E0;
}

/* --------------------------- */

/* Стили для страницы гарантия */

.waranty__title {
    display: block;
    margin-bottom: 30px;
    color: var(--signal-black);
}

.waranty__image {
    width: 769px;
    height: 182px;
    margin-bottom: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

.waranty__subtitle {
    display: block;
    margin-bottom: 16px;
    color: #2A2A2A;
}

.waranty__text {
    margin: 0 0 16px;
    color: rgba(42, 42, 42, .78);
}

.waranty__description {
    margin-bottom: 50px;
}

/* --------------------------- */

/* Стили для страницы доставка */

.delivery__title {
    display: block;
    margin-bottom: 30px;
    color: var(--signal-black);
}

.delivery__subtitle {
    display: block;
    margin: 0 0 16px;
    color: var(--signal-black);
}

.delivery__text {
    position: relative;
    margin: 0 0 16px;
    color: rgba(42, 42, 42, .78);
}

.delivery__list {
    margin: 30px 0 10px;
    padding-left: 20px;
    list-style: none;
}

.delivery__list .delivery__text::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -20px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--pink);
}

.delivery__description {
    margin-bottom: 40px;
}

/* --------------------------- */

/* Стили для страницы сотрудничество */

.cooperation__title {
    margin-bottom: 30px;
    color: var(--signal-black);
}

.cooperation__tip {
    max-width: 770px;
}

.cooperation__image {
    margin: 30px 0;
}

.cooperation__text {
    position: relative;
    display: block;
    max-width: 770px;
    margin-bottom: 16px;
    color: rgba(42, 42, 42, .78);
}

.cooperation__list {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: none;
}

.cooperation__list .cooperation__text::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -20px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--pink);
}

.cooperation__subtitle {
    display: block;
}

.cooperation__content {
    margin-bottom: 50px;
}

/* --------------------------------- */

/* Стили для страницы о компании */

.about__title {
    display: block;
    margin-bottom: 30px;
    color: var(--signal-black);
}

.about__subtitle {
    display: block;
    margin: 0 0 20px;
}

.about__tip {
    display: block;
    max-width: 770px;
    margin: 0 0 20px;
    color: var(--signal-black);
}

.about__img {
    width: 100%;
    max-width: 770px;
    margin-bottom: 40px;
}

.about__text {
    position: relative;
    max-width: 770px;
    margin-bottom: 16px;
    color: rgba(42, 42, 42, .78);
}

.about__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0;
}

.about__contacts .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.about__contacts .contact .about__text {
    margin-left: 11px;
    margin-bottom: 0;
    color: var(--signal-black);
}

.about__contacts .contact .contact__name {
    color: var(--deep-purple);
}

.about__contacts .about__subtitle {
    max-width: 270px;
}

.about__contacts_block:not(:last-child) {
    margin-right: 60px;
}

.about__contacts_block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about__list {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

.about__list .about__text::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -20px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--pink);
}

.about__conditions,
.about__our-offers {
    margin-bottom: 30px;
}

/* ----------------------------- */
.sign-up__user-type {
    position: relative;
    margin-bottom: 0;
    border-bottom: 0;
}

.sign-up__user-type .select2-container {
    width: 320px !important;
}

.sign-up .select2-container {
    width: 272px !important;
}

.select2-container {
    font-family: "OpenSansRegular", "RobotoMedium";
    font-size: 13px;
    padding: 10px 0;
    margin-bottom: 30px !important;
    border-bottom: 1px solid var(--gainsborough);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(51,51,51,.4) !important;
}

/* CHANGE 2811 */
.buy-in-one-click-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    overflow-y: auto;
}

.buy-in-one-click-popup .buy-in-one-click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 332px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
    padding: 30px;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #E0E0E0;
}

.buy-in-one-click__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.buy-in-one-click__close {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.buy-in-one-click hr {
    margin-bottom: 40px;
}

.buy-in-one-click .floating-label-wrap {
    margin-bottom: 40px;
}

.buy-in-one-click__message {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    resize: none;
    border: none;
    border-bottom: 1px solid var(--gainsborough);
}

.buy-in-one-click__message::-webkit-input-placeholder {
    color: rgba(51, 51, 51, .4);
}

.buy-in-one-click__message::-moz-placeholder {
    color: rgba(51, 51, 51, .4);
}

.buy-in-one-click__message:-ms-input-placeholder {
    color: rgba(51, 51, 51, .4);
}

.buy-in-one-click__message::placeholder {
    color: rgba(51, 51, 51, .4);
}

.buy-in-one-click__agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 20px;
}

.buy-in-one-click__agreement a {
    color: var(--pink);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.buy-in-one-click__agreement a:hover {
    color: var(--deep-purple);
}

.buy-in-one-click__agreement span {
    margin-left: 10px;
}

.buy-in-one-click__agreement img {
    cursor: pointer;
}

.buy-in-one-click__agreement img:first-child {
    display: none;
}

.buy-in-one-click__agreement.checked img:first-child {
    display: block;
}

.buy-in-one-click__agreement.checked img:nth-child(2) {
    display: none;
}

.buy-in-one-click__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 13px 24px 13px;
    border-radius: 8px;
    background-color: var(--deep-purple);
    opacity: .4;
    cursor: not-allowed;
    border: none;
    color: white;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.buy-in-one-click__submit span {
    margin-left: 14px;
    text-transform: uppercase;
}

.buy-in-one-click__submit.active {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}

.buy-in-one-click__submit.active:hover {
    background-color: #333333;
}
.top-products__products > li, .new-products__products > li,
.sale-products__products > li, .bestsellers-products__products > li {
    min-height: 498px;
}
/* manager popup */

.profile__call-operator--desktop-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(51, 51, 51, .4);
}

.profile__call-operator--desktop {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 360px;
    max-height: 737px;
    margin: auto;
    padding: 40px 50px 50px 40px;
    background-color: white;
    border-radius: 8px;
}

.profile__call-operator--desktop .popup__title {
    margin-bottom: 20px;
    color: var(--signal-black);
}

.profile__call-operator--desktop header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.profile__call-operator--desktop header button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.profile__call-operator--desktop .call-operator--mobile__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.profile__call-operator--desktop .call-operator--mobile__fields .floating-label-wrap {
    margin-bottom: 35px;
}

.call-operator--desktop__send {
    padding: 15px 41px 13px;
    border-radius: 8px;
    color: white;
    background-color: var(--deep-purple);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: none;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination ul button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 8px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.pagination ul button:hover {
    color: var(--pink);
}

.pagination ul button:hover path {
    stroke: var(--pink);
}

.pagination ul button.active {
    background-color: var(--deep-purple);
    border-color: var(--deep-purple);
    color: white;
}

.pagination ul li:nth-child(2) button,
.pagination ul li:nth-last-child(2) button {
    border: 1px solid var(--gainsborough);
}

.search-page .search_field {
    position: relative;
    z-index: 20;
    min-width: 400px;
    margin-right: 15px;
    padding: 14px 20px;
    background-color: var(--smoky-white);
    border: none;
    border-radius: 8px;
    font-family: "OpenSansRegular", "RobotoMedium", sans-serif;
    font-size: 13px;
    color: var(--signal-black);
}

.search-page .btn_search {
    padding: 14px 26px;
    color: white;
    background-color: var(--deep-purple);
    border-radius: 8px;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: none;
    font-family: "OpenSansSemiBold", "RobotoMedium", sans-serif;
    font-size: 13px;
}

.ajax-show-more.is-loading svg {
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    to {
        -webkit-transform:rotate(-360deg);
        transform:rotate(-360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    to {
        -webkit-transform:rotate(-360deg);
        transform:rotate(-360deg);
    }
}

/* select2 styles */

.select2-search--dropdown {
    display: none !important;
}

/* float label fix for long value */

.floating-label-field + .floating-label {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* mobile product card fixes */

@media screen and (max-width: 1160px) {
    .product-card .product-card__additional-info {
        width: 190px;
    }
    .product-card__additional-info li:first-child {
        border-top: none;
        padding: 0;
        margin: 0;
    }

    :not(.clothes__products) .product-card__name,
    :not(.wrapper-popular) .product-card__name,
    :not(.clothes__content) .product-card__name {
        width: 200px;
    }

    :not(.clothes__products) .product-card__additional-info,
    :not(.wrapper-popular) .product-card__additional-info,
    :not(.clothes__content) .product-card__additional-info {
        position: initial;
        left: unset;
        top: unset;
        bottom: unset !important;
        z-index: unset;
        background-color: unset;
        border: none;
        padding: unset;
        height: auto;
        animation: unset;
        -webkit-animation: unset;
    }

    .clothes__products .product-card .product-card__info > div,
    .wrapper-popular .product-card .product-card__info > div,
    .clothes__content .product-card .product-card__info > div {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        display: block;
    }

    .top-products__products .product-card .product-card__info > div,
    .last-viewed .product-card .product-card__info > div {
        display: flex;
        width: 100%;
    }

    .top-products__products .product-card__top,
    .last-viewed .product-card__top {
        flex: 1;
    }

    .top-products__products .product-card__top li:first-child,
    .last-viewed .product-card__top li:first-child {
        display: flex;
        align-items: flex-end;
    }

    .product-card .product-card__info > div {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        display: block;
    }

    .clothes__products .product-card .product-card__top,
    .wrapper-popular .product-card .product-card__top,
    .clothes__content .product-card .product-card__top {
        width: unset;
    }

    .product-card__additional-info li:nth-child(2) {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .product-card__info .product-card__name {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .product-card__price.f-semi-bold {
        position: relative;
        white-space: nowrap;
    }

    .old_price {
        display: block;
        /*position: absolute;
        right: 280%;
        top: -16px;*/
    }

    .top-products__products .old_price {
        /*display: block !important;*/
    }
}


/* styles for zoom */

#easy_zoom{
    width:600px;
    height:400px;
    border:5px solid #eee;
    background:#fff;
    color:#333;
    position:absolute;
    top:60px;
    left:400px;
    overflow:hidden;
    box-shadow:0 0 10px #777;
    /* vertical and horizontal alignment used for preloader text */
    line-height:400px;
    text-align:center;
}

/* styles for scaling banners on root page */

.slick-slide img {
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.slick-slide img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.title_reg .floating-label-field + .floating-label {
    top: 4px;
}
.clear-cart {
    margin-top: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.clear-cart:hover {
    color: var(--pink);
}

.confirm-clear-cart-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(51, 51, 51, 0.78);
}

.confirm-clear-cart-modal__content {
    padding: 20px;
    background-color: #FFF;
    border-radius: 8px;
}

.confirm-clear-cart-modal__question {
    display: block;
    margin-bottom: 30px;
}

.confirm-clear-cart-modal__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.confirm-clear-cart-modal__controls > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    padding: 15px 0 13px;
    background-color: var(--deep-purple);
    color: white;
    border: 1px solid var(--deep-purple);
    border-radius: 8px;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.confirm-clear-cart-modal__controls > a:hover {
    background-color: #333333;
}

.confirm-clear-cart-modal__cancel {
    width: 120px;
    padding: 14px 26px;
    background-color: transparent;
    border-radius: 8px;
    color: var(--deep-purple);
    border: 2px solid var(--deep-purple);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.confirm-clear-cart-modal__cancel:hover {
    background-color: var(--deep-purple);
    color: white;
}

.buy-button {
    border: 2px solid #FD79AC;
    display: inline-block;
    padding: 3px 20px;
    border-radius: 5px;
    color: #FD79AC;
    margin-top: 15px;
    display: none;
}
.mobile-catalog-depth2{
    font-weight: bold;
}
.mobile-catalog-depth3{
    padding-left: 50px;
}
.scroll__top-link{
    display: none;
    position: fixed;
    right: 5%;
    bottom: 100px;
    background: hsl(0deg 0% 48% / 50%);
    width: 70px;
    text-align: center;
    border-radius: 5px;
    padding: 43px 0 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "OpenSansSemiBold", "RobotoMedium";
    font-size: 11px;
    background-image: url(../img/to-top-arrow.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 70%;
}
.header .header__categories .header__categories_title{
    display: block;
}
.-parent-span .defLink{
    font-size: 17px;
}
.category-list > .category-list__item{
    padding: 16px 20px;
}

.product-card .product-card__price,
.product-card .price:not(.-hidden),
.price .pr-title, .detail-pr-title{
    font-size: 15px;
    display: block;
    margin-top: 12px;
}