/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Подключение шрифтов */

@import url(https://fonts.googleapis.com/css2?family=Poiret+One&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Russo+One&display=swap);

@font-face {
    font-family: "Poiret One";
    src: url(../fonts/PoiretOne/PoiretOne-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/PoiretOne/PoiretOne-Regular.woff) format("woff"), url(../fonts/PoiretOne/PoiretOne-Regular.ttf) format("truetype"), url(../fonts/PoiretOne/PoiretOne-Regular.otf) format("opentype"), url(../fonts/PoiretOne/PoiretOne-Regular.svg#svgFontName) format("svg")
}

@font-face {
    font-family: "Gogol";
    src: url(../fonts/Gogol/Gogol.ttf) format("truetype");
    src: url(../fonts/Gogol/Gogol.woff) format("woff"), url(../fonts/Gogol/Gogol.otf) format("opentype")
}

@font-face {
    font-family: "Russo One";
    src: url(../fonts/RussoOne/RussoOne.ttf) format("truetype");
    src: url(../fonts/RussoOne/RussoOne.woff) format("woff"), url(../fonts/RussoOne/RussoOne.otf) format("opentype")
}

@font-face {
    font-family: "Vasek";
    src: url(../fonts/Vasek/Vasek.ttf) format("truetype");
    src: url(../fonts/Vasek/Vasek.woff) format("woff"), url(../fonts/Vasek/Vasek.otf) format("opentype")
}

@font-face {
    font-family: "PT Root UI";
    src: url(../fonts/PTRootUI/PTRootUI_Regular.ttf) format("truetype"), url(../fonts/PTRootUI/PTRootUI_Regular.otf) format("opentype")
}

@font-face {
    font-family: "Lato light";
    src: url(../fonts/Lato/Lato-Light.ttf) format("truetype");
    src: url(../fonts/Lato/Lato-Light.woff) format("woff"), url(../fonts/Lato/Lato-Light.eot) format("embedded-opentype")
}

@font-face {
    font-family: "Comissioner";
    src: url(../fonts/Comissioner/Commissioner.ttf) format("truetype");
}

:root {
    --primary-color: #000; /* Example: Bootstrap's primary blue */
    --secondary-color: #6c757d; /* Example: Bootstrap's secondary gray */
    --success-color: #198754; /* Example: Bootstrap's success green */
    --danger-color: #dc3545; /* Example: Bootstrap's danger red */
    --text-color: #212529;
    --background-color: #121212;
    --light-gray: #f8f9fa;
    --dark-gray: #343a40;
}

/* Общие стили */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: var(--primary-color);
}

body.fix {
    height: 100vh;
    overflow: hidden;
}

body,
html {
    /*min-width: 1650px;*/
    overflow-x: hidden;
    font-size: 13px;
    font-family: "Comissioner", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-rendering: optimizeSpeed;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}

body {
    /*background: #121212;*/
    background: var(--background-color);
    color: var(--primary-color);
    position: relative;
    /*background: #242424;*/
}

h1 {
    margin-bottom: 10px;
    line-height: 95%;
}

.top-level-banner span {
    color: #fff
}

.mob-menu a {
    color: white;
}

.swiper.swiper-categories {
    width: 90%;
    max-height: 250px;
}

.swiper.swiper-new-products {
    width: 90%;
    max-height: 450px;
}

.swiper-slide {
    /*text-align: center;*/
    font-size: 18px;
    /*background: #444;*/
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper {
    width: 90%;
    /*max-height: 250px;*/
}

.container {
    /*width: 1650px;*/
    margin: 0 auto;
}

.heading {
    font-family: "Comissioner";
}

a {
    text-decoration: none;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

.btn {
    /*background-color: transparent;*/
    cursor: pointer;
    font-variation-settings: "wght" 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    color: #fff;
    background-color: #202020;
    border: 1px solid #c2c2c2;
    border-radius: 44px;
    padding: 0 32px;
    position: relative;
    white-space: nowrap;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function:
            ease-in-out;
    transition-delay: 0s;
    font-size: 13px;
}

/* Header – Шапка сайта */

.header {
    padding: 41.5px 0 29.5px;
    /*border-bottom: 0.6px solid white;*/
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.order-details .header-nav {
    justify-content: start;
}

.order-details .header-nav-link {
    cursor:pointer;
}

.header-nav-link {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: white;
    display: block;
    margin-right: 80px;
}

.header-nav-link:hover {
    text-shadow: 0.3px 0.3px white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-nav-link:last-of-type {
    margin-right: 0;
}

.header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-logo {
    width: 274px;
}

.header-logo img {
    width: 100%;
}

.btn-call,
.btn-cart {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    margin-right: 30px;
}

.btn-call {
    background-image: url(../images/icons/phone_icon.svg);
}

.btn-call:hover,
.btn-call.active {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../images/icons/phone_icon_hover.svg);
}

.btn-cart {
    background-image: url(../images/icons/cart_icon.svg);
}

.btn-cart:hover,
.btn-cart.active {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../images/icons/cart_icon_hover.svg);
}

.btn-login {
    padding: 10px 25px;
    background: rgba(239, 237, 225, 0.2);
    border: 1px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 1px solid transparent;
}

.btn-login:hover {
    background: rgba(239, 237, 225, 0.4);
    outline: 1px solid white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-login:hover span {
    text-shadow: 0.3px 0.3px white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-login span {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    color: white;
    margin-right: 9px;
    display: block;
}

.btn-login img {
    width: 36px;
}

/* Главная страница (первый экран) – Main */
.main {
    padding-bottom: 180px;
}

.main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main-left {
    margin-right: 45px;
}

.main-left-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main-left-img .woman-img {
    height: 481px;
    margin-right: 45px;
}

.woman-img {
    width: 520px;
}

.woman-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.main-left-img .woman-img:last-of-type {
    margin-right: 0;
}

.main-info {
    margin-top: -33px;
}

.main-heading {
    font-weight: 400;
    font-size: 210px;
    line-height: 91.5%;
    color: white;
    display: block;
    margin-bottom: 30px;
}

.main-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sub-heading {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 91.5%;
    color: white;
    display: block;
}

.btn-border {
    /*padding: 20px 15px;*/
    /*background: rgba(239, 237, 225, 0.2);*/
    border: 1px solid white;
    /*font-weight: 400;*/
    /*font-size: 40px;*/
    /*line-height: 150%;*/
    /*text-align: center;*/
    /*color: white;*/
    /*font-family: 'PT Root UI';*/
    /*font-family: 'Comissioner', sans-serif;*/
    /*font-family: 'Poiret One', sans-serif;*/
    /*font-style: normal;*/
}

.main-right .woman-img {
    height: auto;
}

/* Каталог – Catalog */

.catalog {
    margin-bottom: 125px;
}

.cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 545px;
}

.catalog-cover {
    background-image: url(../images/bg/bg_1.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.catalog-cover .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 0.3px solid white;
    /*padding: 90px 75px 150px;*/
    border-bottom: none;
}

.cover-heading {
    font-variation-settings: "wght" 600;
    font-weight: 400;
    font-size: 40px;
    color: white;
    display: block;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.cover-info li {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: white;
    list-style-type: none;
    padding-left: 26px;
    position: relative;
}

.cover-info li::before {
    height: 3px;
    width: 3px;
    background: white;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.catalog-slider {
    border: 0.3px solid white;
    border-top: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 125px;
}

.catalog-slider-item {
    /*width: 399px;*/
    /*border: 0.3px solid white;*/
    /*margin-right: 35px;*/
}

.catalog-slider-item:last-of-type {
    margin-right: 0;
}

.catalog-slider-item img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
    margin-top: -80px;
}

.catalog-slider-item .btn-border {
    width: 100%;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.catalog-slider-category {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    display: block;
    color: white;
    margin-bottom: 35px;
    height: 30px;
}

.catalog-slider-img img {
    border-radius: 100%;
    height: 5em;
    width: 5em;
    background: #444;
}


/* Блок с формой – Bonus */

.bonus {
    margin-bottom: 73px
}

.bonus .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bonus-img {
    position: absolute;
    top: 0;
    left: 235px;
    width: 776px
}

.bonus-img img {
    width: 100%
}

.bonus-us {
    color: white;
    display: block;
    font-family: 'Comissioner';
    font-style: italic;
    font-weight: 400;
    font-size: 300px;
    line-height: 91.5%;
    margin-top: 113px;
    margin-left: 111px;
    margin-bottom: 42px
}

.bonus-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    position: relative
}

.bonus-social-item {
    margin-right: 30px;
}

.bonus-social-item:last-of-type {
    margin-right: 0;
}

.bonus-social-item-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: -25px;*/
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bonus-social-item-img:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bonus-social-item-img.ig {
    /*background-image: url(../css/bootstrap-icons/instagram.svg);*/
    background-image: url(../images/icons/ig_icon.svg);
    background-color: black;
    color: white;
}

.bonus-social-item.ig:hover .bonus-social-item-img.ig {
    /*background-image: url(../images/icons/ig_hover.svg);*/
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.bonus-social-item-img.tiktok {
    background-image: url(../images/icons/tiktok.svg);
    /*background-image: url(../css/bootstrap-icons/tiktok.svg);*/
    background-color: black;
    color: white;
}

.bonus-social-item.tiktok:hover .bonus-social-item-img.tiktok {
    /*background-image: url(../images/icons/tiktok_hover.svg);*/
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.bonus-social-item-img.vk {
    background-image: url(../images/icons/vk_icon.svg);
}

.bonus-social-item.vk:hover .bonus-social-item-img.vk {
    /*background-image: url(../images/icons/vk_hover.svg);*/
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.bonus-social-item .btn-grey {
    outline: 1px solid transparent;
}

.bonus-social-item:hover .btn-grey {
    background: rgba(239, 237, 225, 0.4);
    outline: 2px solid white;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.bonus-social-item:hover .btn-grey span {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    text-shadow: 0.3px 0.3px white;
}

.form {
    margin-top: 111px;
    width: 913px;
    position: relative;
    z-index: 5
}

.form-heading {
    /*font-family: "PT Root UI", cursive;*/
    font-style: normal;
    font-weight: 400;
    font-size: 33.8px;
    line-height: 91.5%;
    display: block;
    margin-bottom: 70px;
    color: white;
}

.form-input {
    padding: 20px 15px;
    border: 1px solid white;
    width: 100%;
    background-color: transparent;
    margin-bottom: 40px;
    /*font-family: "PT Root UI", cursive;*/
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 150%;
    color: white
}

.form-input::-webkit-input-placeholder {
    color: white;
    opacity: 1
}

.form-input::-moz-placeholder {
    color: white;
    opacity: 1
}

.form-input:-ms-input-placeholder {
    color: white;
    opacity: 1
}

.form-input::-ms-input-placeholder {
    color: white;
    opacity: 1
}

.form-input::placeholder {
    color: white;
    opacity: 1
}

.form-info {
    /*font-family: "PT Root UI", cursive;*/
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 91.5%;
    display: block;
    color: white;
}

.form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.check-container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
    padding-left: 35px;
    margin-bottom: 30px
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: transparent;
    border: 1px solid white
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check-container input:checked ~ .checkmark:after {
    display: block
}

.check-container .checkmark:after {
    left: 13px;
    top: 7px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-grey {
    padding: 20px 15px;
    background: rgba(239, 237, 225, .2);
    border: 1px solid white;
    /*font-family: "PT Root UI", cursive;*/
    font-style: normal;
    font-size: 40px;
    line-height: 150%;
    font-weight: 400;
    color: white;
}

/* Горячие предложения и новинки – Sale */
.sale {
    padding-bottom: 250px;
}

.sale-cover {
    background-image: url(../images/bg/bg_2.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sale-cover .cover-heading {
    text-align: center;
}

.sale-item {
    /*width: 400px;*/
    position: relative;
    /*border: 0.3px solid white;*/
    padding: 25px 25px 0;
    margin-right: 35px;
}

.catalog-items-wrapper .sale-item {
    width: 400px;
}

.sale-item:last-of-type {
    margin-right: 0;
}

.sale-item-sm {
    padding-bottom: 25px;
}

.sale-item-img {
    width: 100%;
    height: 426px;
}

.sale-item-img img {
    /*width: 100%;*/
    width: auto;
    min-width: 190px;
    /*height: 100%;*/
    height: 198px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 4px;
}

.swiper .sale-item-img img {
    width: auto;
    min-width: auto;
    height: 198px;
    max-width: 150px;
}

.product-sale .sale-item-img img {
    width: auto;
    min-width: auto;
    height: 198px;
    max-width: 150px;
}



.sale-slider {
    margin-top: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.sale-slider-container {
    width: 1270px;
}

.sale-item-lg .sale-item-img {
    /*margin-bottom: 9px;*/
}

.sale-slider-item-name {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    display: block;
    color: white;
    margin-bottom: 35px;
}

.sale-item-price {
    font-size: 1.4rem;
    font-variation-settings: "wght" 400;
    margin-bottom: 20px;
    min-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sale-item-price .price-currency {
    font-size: 1.4rem;
    font-variation-settings: "wght" 400;
    padding-left: 10px;
    padding-right: 20px;
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    display: block;
    color: white;
    text-align: left;
}

.sale-item-price-old {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    text-align: right;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: white;
    display: block;
}

.sale-item-price-new {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    line-height: 35px;
    display: block;
    color: black;
    text-align: left;
    font-size: 1.4rem;
    font-variation-settings: "wght" 400;
}

/*.sale-item .btn-border {*/
/*    width: calc(100% + 50px);*/
/*    margin-left: -25px;*/
/*}*/

.sale-item-lg.new .sale-item-img,
.sale-item-lg.hot .sale-item-img {
    position: relative;
}

.sale-item-lg.new .sale-item-img::before,
.sale-item-lg.hot .sale-item-img::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sale-item-lg.new .sale-item-img::before {
    width: 62px;
    height: 62px;
    background-image: url(../images/icons/new_icon.svg);
}

.sale-item-lg.hot .sale-item-img::before {
    width: 40px;
    height: 50px;
    background-image: url(../images/icons/hot_icon.svg);
}

/* Информация – Info */
.info {
    margin-bottom: 100px;
}

.info-cover {
    background-image: url(../images/bg/bg_3.jpg);
}

.cover-text {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: white;
}

.info-wrap {
    border: 0.3px solid white;
    border-top: none;
}

.info-tabs {
    text-align: center;
    margin-bottom: 45px;
}

.info-tab {
    padding: 15px 50px;
    border: 1px solid white;
    border-radius: 100px;
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 25px;
}

.info-tab:nth-of-type(3),
.info-tab:last-of-type {
    margin-right: 0;
}

.info-tab.active {
    background: rgba(239, 237, 225, 0.2);
    text-shadow: 0.3px 0.3px white;
}

.info-tabs-content {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 90px;
}

.info-tabs-content p {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 35px;
    display: block;
}

.info-tabs-content p:last-of-type {
    margin-bottom: 0;
}

.info-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-cards p {
    margin-bottom: 0;
}

.info-cards {
    margin-bottom: 35px;
}

.info-cards-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-cards-img-item {
    margin-right: 15px;
    width: 100px;
    height: 58.16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.info-cards-img-item:hover {
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.info-cards-img-item:last-of-type {
    margin-right: 0;
}

.info-cards-img-item.logo_1 {
    background-image: url(../images/icons/logo_1.svg);
}

.info-cards-img-item.logo_1:hover {
    background-image: url(../images/icons/logo_1_hover.svg);
}

.info-cards-img-item.logo_2 {
    background-image: url(../images/icons/logo_2.svg);
}

.info-cards-img-item.logo_2:hover {
    background-image: url(../images/icons/logo_2_hover.svg);
}

.info-cards-img-item.logo_3 {
    background-image: url(../images/icons/logo_3.svg);
}

.info-cards-img-item.logo_3:hover {
    background-image: url(../images/icons/logo_3_hover.svg);
}

.info-cards-img-item.logo_4 {
    background-image: url(../images/icons/logo_4.svg);
}

.info-cards-img-item.logo_4:hover {
    background-image: url(../images/icons/logo_4_hover.svg);
}

/* Отзывы – Feedback */

.feedback-slider {
    margin-top: -50px;
    padding-bottom: 150px;
}

.feedback-cover {
    background-image: url(../images/bg/bg_4.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedback-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.feedback-item {
    width: 1155px;
    padding: 40px;
    min-height: 571px;
}

.feedback-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 0.3px solid white;
}

.feedback-container {
    border: 0.3px solid white;
    padding: 20px;
}

.feedback-text .feedback-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedback-item p {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    display: block;
    color: #FFFFFF;
}

/* Подвал сайта – Footer */

.footer {
    border-top: 0.5px solid white;
    padding: 17px 0 21px;
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-links-item {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    display: block;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.footer-links-item:last-of-type {
    margin-bottom: 0;
}

.footer-copy {
    display: block;
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    color: var(--primary-color);
    margin-bottom: 29px;
}

.footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-logos-item {
    width: 100px;
    height: 58px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer-logos-item:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.footer-logos-item.logo_1 {
    background-image: url(../images/icons/logo_1.svg);
}

.footer-logos-item.logo_1:hover {
    background-image: url(../images/icons/logo_1_hover.svg);
}

.footer-logos-item.logo_2 {
    background-image: url(../images/icons/logo_2.svg);
}

.footer-logos-item.logo_2:hover {
    background-image: url(../images/icons/logo_2_hover.svg);
}

.footer-logos-item.logo_3 {
    background-image: url(../images/icons/logo_3.svg);
}

.footer-logos-item.logo_3:hover {
    background-image: url(../images/icons/logo_3_hover.svg);
}

.footer-logos-item.logo_4 {
    background-image: url(../images/icons/logo_4.svg);
}

.footer-logos-item.logo_4:hover {
    background-image: url(../images/icons/logo_4_hover.svg);
}

.footer-logos-item {
    margin-right: 15px;
}

.footer-logos-item:last-of-type {
    margin-right: 0;
}

.footer-contact {
    text-align: right;
}

.footer-contact-text {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    text-align: right;
    color: var(--primary-color);
    display: block;
}

/* Избранное – Wishlist */
.wishlist {
    padding: 30px;
    background: #121212;
    /*background: #242424;*/
    border: 1px solid white;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(239, 237, 225, 0.2));
    filter: drop-shadow(0px 0px 20px rgba(239, 237, 225, 0.2));
    position: fixed;
    bottom: 145px;
    right: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3;
    display: none;
    opacity: 0;
}

.wishlist.show {
    display: block;
    opacity: 1;
}

.wishlist-text {
    /*font-family: 'PT Root UI';*/
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    color: white;
    display: block;
    margin-right: 30px;
}

.wishlist-close-btn {
    background-image: url(../images/icons/close_icon.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
    overflow-x: clip;
}

.catalog-slider {
    padding-left: 190px;
    padding-right: 190px;
}

.catalog-slider .owl-nav {
    position: absolute;
    top: calc(50% - 60px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    height: 60px;
    z-index: 1;
}

.owl-prev,
.owl-next {
    width: 60px;
    height: 60px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: absolute;
}

.owl-prev span,
.owl-next span {
    display: none;
}

.owl-prev {
    background-image: url(../images/icons/prev.svg) !important;
}

.owl-next {
    background-image: url(../images/icons/next.svg) !important;
}

.owl-prev:hover {
    background-image: url(../images/icons/prev_hover.svg) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.owl-next:hover {
    background-image: url(../images/icons/next_hover.svg) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.catalog-slider .owl-prev {
    left: 100px;
}

.catalog-slider .owl-next {
    right: 100px;
}

/* Табы – Tabs */

.info-tab:hover {
    cursor: pointer;
}

.info-tabs-content {
    display: none;
}

.info-tabs-content.active {
    display: block;
}

.info-form {
    margin-top: 50px;
}

.info-wrap {
    margin-top: -15px;
}

.info-form .form {
    margin-top: 0;
    width: 100%;
}

.info-form .form-btn {
    margin-left: 40px;
}

.form-fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.form-fieldset .form-input {
    margin-bottom: 0;
}

.u-list {
    margin-bottom: 35px;
}


.o-list li {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    list-style-type: decimal;
    margin-left: 30px;
}

.u-list li {
    list-style-type: none;
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    padding-left: 40px;
    position: relative;
}

.u-list li::before {
    height: 3px;
    width: 3px;
    background: white;
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.no-mb,
p.no-mb {
    margin-bottom: 0;
}

.buy-certificate-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 60px;
}

.sale-slider-container {
    margin-right: 35px;
    position: relative;
}

.sale-slider-container .owl-nav {
    width: 100%;
    bottom: 35px;
    position: absolute;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.sale-slider-container .owl-next {
    bottom: 35px;
    right: -35px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.sale-slider-container .owl-prev {
    bottom: 35px;
    left: -35px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.feedback-slider-container {
    width: 1155px;
}

.feedback-placeholder {
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 415px;
    border: 0.3px solid white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 494px;
}

.feedback-placeholder .feedback-container {
    border: none;
}

.feedback-slider-container {
    margin-right: 35px;
    margin-left: 35px;
}

.feedback-placeholder.left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.feedback-placeholder.left .feedback-container {
    padding-right: 52px;
}

.feedback-placeholder.right .feedback-container {
    padding-left: 52px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.feedback-slider-container .owl-nav {
    bottom: 0;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.feedback-slider-container .owl-prev {
    left: -35px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.feedback-slider-container .owl-next {
    right: -35px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.container {
    min-width: 1650px;
}

.certificate-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 80px;
}

.certificate-slider .sale-slider-container .owl-prev {
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.certificate-slider .sale-slider-container .owl-next {
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.certificate-slider .sale-slider-container .owl-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tabs-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*margin-bottom: 80px;*/
}

.tabs-contact-item-phone,
.tabs-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs-contact-text {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    color: white;
    margin-bottom: 0;
    display: block;
}

.tabs-contact-text.address {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    color: white;
    margin-bottom: 0;
}

.tabs-contact-item-address img {
    margin-right: 20px;
}

.tabs-contact-email {
    border-bottom: 1px solid;
    display: inline;
}

.tabs-contact-item img {
    margin-right: 20px;
}

.tabs-contact-item:last-of-type {
    margin-top: 2px;
}

.tabs-contact-item a {
    display: block;

}

.tabs-contact-social {
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tabs-contact-social.viber {
    width: 34px;
    height: 38px;
    background-image: url(../images/icons/viber_logo.svg);
}

.tabs-contact-social.viber:hover {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../images/icons/viber_hover.svg);
}

.tabs-contact-social.tg {
    background-image: url(../images/icons/telegram_logo.svg);
    width: 39px;
    height: 37px;
}

.tabs-contact-social.tg:hover {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../images/icons/telegram_hover.svg);
}

.tabs-contact-item a:first-of-type {
    margin-left: 20px;
    margin-right: 10px;
}

body {
    /*min-width: 1920px;*/
}

.header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgb(0 0 0 / 60%);
    /*background: #121212;*/
    /*background-color: #242424;*/
    z-index: 20;
}

.main.pd {
    padding-top: 135.917px;
}

.mob-arrow,
.header-nav-mob,
.hide-desktop,
.mob-menu,
.feedback-slider-container .owl-dots {
    display: none;
}

.btn-border {
    outline: 1px solid transparent;
}

.btn-grey:hover,
.btn-border:hover {
    background: rgba(239, 237, 225, 0.4);
    outline: 1px solid white;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-grey:hover span,
.btn-border:hover span {
    text-shadow: 0.2px 0.2px white;
}

.create-order-btn {
    display: none;
}

.create-order-btn.active {
    display: block;
}

.order-details .row.order-field {
    display: none;
}

.order-details .row.order-field.active {
    display: flex;
}

/* Страничка "Каталог" */

.catalog-page .info-tab:nth-of-type(3),
.catalog-page .info-tab {
    margin-right: 40px;
}

.catalog-page .info-tab:last-of-type,
.catalog-page .info-tab:nth-of-type(4) {
    margin-right: 0px;
}

.catalog-tabs .info-tabs-content {
    padding: 0;
}

.color-circle {
    border: 1px solid white;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
}

.color-circle-active {
    border: 2px solid white;
}

.color-circle.white {
    background-color: #FFFFFF;
}

.color-circle.beige {
    background-color: #FFE6CC;
}

.color-circle.wine {
    background-color: #800A0A;
}

.color-circle.red {
    background-color: #F80202;
}

.color-circle.coral {
    background-color: #FF7F50;
}

.color-circle.lemon {
    background-color: #FDF30B;
}

.color-circle.lime {
    background-color: #99FF99;
}

.color-circle.jade {
    background-color: #04B58D;
}

.color-circle.blue {
    background-color: #80A6FF;
}

.color-circle.purple {
    background-color: #8B00FF;
}

.color-circle.cyan {
    background-color: #2525C3;
}

.color-circle.pink {
    background-color: #FF00C7;
}

.color-circle.black {
    background-color: #000000;
}

.catalog-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 39px 0 32px;
}

.catalog-filter-item {
    /*font-family: 'PT Root UI';*/
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    display: block;
    color: white;
    margin-right: 20px;
    padding-bottom: 5px;
}

.sale-item-price-new {
    /*text-shadow: 0.3px 0.3px white;*/
}

.catalog-filter-item:last-of-type {
    margin-right: 0;
}

.catalog-filter-left,
.catalog-filter-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-filter-left .catalog-filter-item {
    border-bottom: 1px solid transparent;
}

.catalog-filter-item:hover,
.catalog-filter-item:active {
    cursor: pointer;
}

.catalog-filter-left {
    margin-right: 80px;
}

.catalog-filter-right .catalog-filter-item {
    padding-right: 26px;
    position: relative;
}

.catalog-filter-left .catalog-filter-item.select {
    text-shadow: 0.3px 0.3px white;
    border-bottom: 1px solid white;
}

.catalog-filter-right .catalog-filter-item.active {
    z-index: 35;
    text-shadow: 0.3px 0.3px white;
}

.catalog-filter-right .catalog-filter-item.active .catalog-filter-btn::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background-image: url(../images/icons/sort_icon_active.svg);
}

.catalog-filter-right .catalog-filter-item .catalog-filter-btn::after {
    width: 15.95px;
    height: 7px;
    background-image: url(../images/icons/sort_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.catalog-tabs .catalog-items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-tabs .catalog-items-wrapper .sale-item-lg:nth-of-type(4n) {
    margin-right: 0;
}

.catalog-page .container {
    /*min-width: 1705px;*/
}

.catalog-tabs .catalog-items-wrapper {
    padding-bottom: 30px;
}

.catalog-page .info-tabs {
    padding-left: 200px;
    padding-right: 200px;
}

.header-nav-link {
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}

.header-nav-link.active {
    text-shadow: 0.3px 0.3px white;
    border-bottom: 1px solid white;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 30;
    /*display: none;*/
}

.overlay.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-modal {
    width: 470px;
    min-width: 470px;
    height: auto;
    background: #121212;
    /*background: #242424;*/
    border: 0.5px solid white;
    -webkit-box-shadow: 0px 0px 20px rgba(239, 237, 225, 0.2);
    box-shadow: 0px 0px 20px rgba(239, 237, 225, 0.2);
    position: absolute;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 100%;
    padding: 50px;
}

.filter-price-input {
    padding: 15px;
    border: 1px solid white;
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    color: white;
    text-shadow: 0.3px 0.3px white;
    outline: none;
    width: auto;
    background: transparent;
    min-width: 125px;
    width: 125px;
}

.filter-price-input.max {
    min-width: 180px;
    width: 180px;
}

.filter-modal-price-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-modal-price-devider {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 1px;
    background: white;
    margin-left: auto;
    margin-right: auto;
}

.filter-modal-price-inputs {
    margin-top: 50px;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-slider-horizontal {
    height: 1px;
    background: white;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: white;
    font-weight: normal;
    color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ui-widget-header {
    height: 2px !important;
    background: white;
    margin-top: -0.5px;
    margin-left: -10px;
}

.overlay {
    display: none;
}

.modal {
    z-index: -20;
    opacity: 0;
}

.modal.show {
    opacity: 1;
    z-index: 35;
}

.modal-color {
    width: 649px;
}

.color-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.color-circle {
    margin-right: 10px;
}

.filter-modal-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.color-item .check-container {
    width: 35px;
    height: 35px;
    margin-right: 20px;
    margin-bottom: 0;
    padding: 0;
}

.no-scroll {
    overflow-y: hidden;
    height: 100vh;
}

.color-item-text {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    color: white;
}

.filter-menu-mob,
.catalog-filter-item.text,
.catalog-filter-menu {
    display: none;
}

.catalog-page .cover {
    min-height: 295px;
    padding-top: 60px;
    background-size: cover;
}

.catalog-page .certificate {
    background-image: url(../images/bg/bg_5.jpg);
}

.catalog-page .info-tabs {
    margin-top: 0;
    padding-top: 60px;
}

.catalog-certificate-info {
    border: 1px solid white;
    padding: 60px;
    margin-bottom: 100px;
}

.bold-text {
    text-shadow: 0.3px 0.3px white;
}

.catalog-filter-mob {
    display: none;
}

.radio-btn-wrap {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: white;
}

.radio-btn-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 0.5px solid white;
    border-radius: 50%;
}

.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-btn-wrap input:checked ~ .radio-checkmark:after {
    display: block;
}

.radio-btn-wrap:last-of-type {
    margin-bottom: 0;
}

.radio-btn-wrap .radio-checkmark:after {
    width: 17px;
    height: 17px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 50%;
}

.sale-item-lg:hover {
    cursor: pointer;
}

.sale-item-lg:hover .favorite-btn {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.favorite-btn {
    position: absolute;
    width: 35px;
    height: 30px;
    background-image: url(../images/icons/fav_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    top: 10px;
    right: 10px;
    opacity: 0;
}

.favorite-btn:hover {
    background-image: url(../images/icons/fav_2.svg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.favorite-btn.active {
    background-image: url(../images/icons/fav_3.svg);
    opacity: 1;
}

.wishlist.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sale-item-lg .sale-item-img {
    position: relative;
}

.sale-images-carousel-item {
    height: 100%;
}

.sale-images-carousel-item {
    position: relative;
}

.sale-item-lg.new .sale-item-img::before {
    z-index: 10;
}
.order-widget .sale-item {
    min-width:400px;
    margin-left: 20px;
    padding:30px;
    height: fit-content;
}

.sale-images-carousel .owl-dots {
    display: none !important;
}

.sale-images-carousel .owl-nav {
    width: 100%;
    top: 50%;
    position: absolute;
}

.sale-images-carousel .owl-next {
    right: 10px;
}

.sale-images-carousel .owl-prev {
    left: 10px;
}

.catalog-filter-btn span {
    display: none;
}

.catalog-filter-btn.chosen span {
    display: inline;
}

.catalog-filter-btn.chosen {
    text-shadow: 0.3px 0.3px white;
    border-bottom: 1px solid;
}

.colors-chosen {
    flex-flow: wrap;
}

.filter-apply-btn {
    text-align: center;
}

.filter-price-apply-btn {
    margin-top: 30px;
    text-align: center;
}

.filter-price-apply-btn .btn {
    width: 100%;
}

.catalog-filter-right .catalog-filter-item .catalog-filter-btn.chosen::after {
    background-image: url(../images/icons/remove_filter.svg);
    width: 10px;
    height: 10px;
}

.catalog-color {
    display: none;
}

.catalog-color.chosen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
    position: relative;
    margin-right: 53px;
    pointer-events: none;
}

.catalog-color.chosen::after {
    background-image: url(../images/icons/remove_filter.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    right: -23px;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: auto;
}

.catalog-color-circle {
    width: 35px;
    height: 35px;
    border: 0.5px solid white;
    border-radius: 50%;
    margin-right: 10px;
}

.catalog-color-name {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    color: white;
    border-bottom: 1px solid white;
    text-shadow: 0.3px 0.3px white;
}

.catalog-color-circle.wine {
    background-color: #800A0A;
}

.catalog-color-circle.white {
    background-color: #FFFFFF;
}

.catalog-color-circle.beige {
    background-color: #FFE6CC;
}

.catalog-color-circle.wine {
    background-color: #800A0A;
}

.catalog-color-circle.red {
    background-color: #F80202;
}

.catalog-color-circle.coral {
    background-color: #FF7F50;
}

.catalog-color-circle.lemon {
    background-color: #FDF30B;
}

.catalog-color-circle.lime {
    background-color: #99FF99;
}

.catalog-color-circle.jade {
    background-color: #04B58D;
}

.catalog-color-circle.blue {
    background-color: #80A6FF;
}

.catalog-color-circle.purple {
    background-color: #8B00FF;
}

.catalog-color-circle.cyan {
    background-color: #2525C3;
}

.catalog-color-circle.pink {
    background-color: #FF00C7;
}

.catalog-color-circle.black {
    background-color: #000000;
}

.sort-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Стили страницы Корзина/Оформление заказа */

.cart-page .cart-cover, .order-page .order-cover, .loyalty-page .loyalty-cover {
    background-image: url(../images/bg/bg_6.jpg);
    min-height: 295px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-page .order-cover {
    background: transparent;
}

.cart-content, order-content {
    /*padding-top: 50px;*/
    padding-bottom: 50px;
}

.cart-content .container, .order-content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-cover .cover-heading, .order-cover .cover-heading {
    position: relative;
    display: inline;
}

.cart-number {
    position: absolute;
    width: 60px;
    height: 60px;
    right: -10px;
    top: 0;
    border: 1px solid white;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.cart-number span {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 91.5%;
    color: #FFFFFF;
    /*text-shadow: 0.5px 0.5px #FFFFFF;*/
    display: block;
}

.order-page {

}

/* Стили страницы "Карточка товара" */
.product-sale .sale-slider {
    margin-top: 0;
}

.product-sale {
    padding-bottom: 100px;
}

.product-sale-heading {
    font-family: 'Comissioner';
    /*font-style: italic;*/
    font-weight: 400;
    font-size: 120px;
    line-height: 91.5%;
    /*color: white;*/
    display: block;
    margin-bottom: 15px;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.breadcrumbs-link {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: white;
    position: relative;
    margin-right: 10px;
}

.breadcrumbs-link::after {
    content: '/';
    margin-left: 10px;
}

.breadcrumbs-link:last-of-type::after {
    display: none;
}

.product {
    padding-top: 50px;
}

.product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 128px;
}

.gallery-min {
    margin-right: 20px;
}

.gallery-min-item {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.gallery-min-item:last-of-type {
    margin-bottom: 0;
}

.gallery-min-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.product-item-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-name {
    display: block;
    /*font-style: italic;*/
    font-weight: 400;
    color: black;
    margin-bottom: 55px;
    margin-left: -50px;
    z-index: 10;
    position: relative;
    font-size: 1.73333rem;
    line-height: 1.2;
    font-variation-settings: "wght" 800, "slnt" -12;
}

.product-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
}

.product-size-title-table {
    display: block;
    text-decoration: underline;
}
.product-size-title {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: .9rem;
    color: #9a9a9a !important;
    line-height: 29px;
}

.product-size-link {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: white;
    border-bottom: 0.1px solid white;
    display: block;
    margin-left: 60px;
}

.product-item-info {
    padding-left: 200px;
}

.product-size-chart {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding-right: 35px;
    position: relative;
}

.product-color-chart-wrap,
.product-size-chart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 16px;
    width: auto;
    /*overflow-x: scroll;*/
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.product-color-chart-item,
.product-size-chart-item,
.product-size-help-btn{
    padding: 10px 20.5px;
    border: 1px solid white;
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    margin-right: 15px;
    width: 116px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-size-chart-item:last-of-type {
    /*margin-right: 0;*/
}
.product-color-chart-item.active,
.product-size-chart-item.active{
    /*background: rgb(0, 0, 0);*/
    /*border: 3px solid #d83d3d;*/
    border-width: 2px;
    border-color: #202020;
    /*text-shadow: 0.5px 0.5px white;*/
}

.product-size-help-btn {
    cursor: pointer;
}

.product-item-color {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 475px;
}

.product-item-color .color-item {
    margin-right: 30px;
}

.product-item-price {
    border: 0.3px solid white;
    padding: 40px 95px 40px 100px;
}

.product-item-price .sale-item-price {
    margin-bottom: 50px;
}

.product-item-price .sale-item-price-old {
    font-size: 20px;
}

.product-item-price-wrap {
    width: 400px;
    position: relative;
}

.product-item-price .btn-border {
    width: 100%;
}

.product-favorite {
    display: block;
    opacity: 1;
    right: -87px;
    bottom: 34px;
    top: initial;
}

.product-tabs {
    margin-bottom: 90px;
}

.product-tabs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 21px;
    border-bottom: 0.3px solid white;
    margin-bottom: 30px;
}

.product-tabs-menu-item {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: white;
    margin-right: 80px;
    padding-bottom: 5px;
}

.product-tabs-menu-item:last-of-type {
    margin-right: 0;
}

.product-tabs-menu-item.active {
    text-shadow: 0.5px 0.5px white;
    border-bottom: 1px solid;
}

.product-tabs-menu-item:hover {
    cursor: pointer;
}

.paragraph-text {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    /*line-height: 150%;*/
    display: block;
}

.product-tabs-content-item {
    display: none;
}

.product-tabs-content-item.active {
    display: block;
}

.product-item-color .owl-prev {
    display: none !important;
}

.product-item-color .owl-next {
    width: 10px;
    height: 20px;
    background-image: url(../images/icons/arr_right.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    right: -26px;
    top: 0;
    -webkit-transform: translate(100%, 50%);
    -ms-transform: translate(100%, 50%);
    transform: translate(100%, 50%);
}

.product-color-chart-item,
.product-size-chart-item {
    cursor: pointer;
    margin-bottom: 15px;
}

.product-size-chart {
    position: relative;
    z-index: 40;
}

.product-size-modal {
    padding: 50px 50px 35px 50px;
    position: absolute;
    width: 612px;
    background: #121212;
    /*background: #242424;*/
    border: 0.5px solid white;
    -webkit-box-shadow: 0px 0px 20px rgba(239, 237, 225, 0.2);
    box-shadow: 0px 0px 20px rgba(239, 237, 225, 0.2);
    bottom: -27px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%)
}

.product-size-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-size-container .product-size-chart-item:nth-of-type(4n) {
    margin-right: 0;
}


.product-size-modal {
    display: none;
}

.product-size-chart .show-all {
    width: 20px;
    height: 10px;
    position: absolute;
    content: '';
    background-image: url(../images/icons/sort_icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.product-size-chart.active .show-all {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.product-size-chart.active .product-size-modal {
    display: block;
}

.gallery-full-img {
    width: 600px;
}

.gallery-full-img-content {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-full-img-content img {
    height: 100%;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-full-img .owl-nav {
    width: 100%;
}

.gallery-full-img .owl-nav .owl-prev {
    left: -30px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    bottom: 100px;
}

.gallery-full-img .owl-nav .owl-next {
    right: -30px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    bottom: 100px;
}

.gallery-min-wrap {
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    height: 150px;
    width: 348px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    white-space: nowrap;
    float: left;
}

.gallery-min {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-item-gallery {
    padding-left: 170px;
    position: relative;
}

.gallery-min .item {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.gallery-min.owl-carousel .owl-nav {
    width: auto;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.gallery-min.owl-carousel .owl-nav .owl-prev {
    display: none;
}

.gallery-min.owl-carousel .owl-nav .owl-next {
    background-image: url(../images/icons/nav_arr_bottom.svg) !important;
    width: 20px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.product-tabs-content-item .form-check {
    margin-top: 20px;
}

.product-tabs-content-item {
    padding: 60px;
    border: 0.3px solid white;
}

.product-tabs-content-item.no-border {
    border: none;
    padding: 0;
}

.product-tabs-block {
    padding: 60px;
    border: 0.3px solid white;
    margin-bottom: 40px;
}

.size-measure-img,
.size-measure-info {
    border: 0.3px solid white;
}

.size-measure-item {
    width: 383px;
    margin-right: 40px;
    position: relative;
}

.size-measure-item:last-of-type {
    margin-right: 0;
}

.size-measure-img img {
    max-width: 100%;
    height: 100%;
}

.size-measure-img {
    height: 340px;
}

.size-measure-info {
    margin-bottom: 40px;
    padding: 10px 20px;
    height: 227px;
}

.size-measure-number {
    position: absolute;
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 300px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.05);
    left: -34px;
    top: 49px;
}

.size-measure-title {
    display: block;
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.size-measure-text {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    color: white;
}

.size-measure-input-wrap {
    width: 100%;
    border: 1px solid white;
    height: 100px;
    position: relative;
    margin-top: 18px;
}

.size-measure-input-wrap input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 150%;
    color: white;
    padding: 20px 15px;
    border: none;
    outline: none;
}

.size-measure-input-wrap span {
    position: absolute;
    left: 20px;
    padding: 0px 10px;
    /*background: #242424;*/
    /*background: #121212;*/
    /*background: rgb(135 92 92 / 83%);*/
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: white;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 0;
}

.size-measure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.size-calculate {
    margin-top: 40px;
    padding: 60px 66.5px;
    border: 0.3px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.size-calculate .btn-border {
    min-width: 379px;
    margin-right: 100px;
}

.size-result-parameter {
    margin-right: 60px;
    text-align: center;
}

.size-result-parameter:last-of-type {
    margin-right: 0;
}

.size-result-number {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 91.5%;
    color: white;
    display: block;
    margin-bottom: 10px;
}

.size-result-text {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    display: block;
    color: white;
}

.size-result-parameters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.size-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.size-result-title {
    margin-right: 75px;
    font-weight: 400;
    font-size: 60px;
    line-height: 91.5%;
    color: white;
    display: block;
    /*font-family: 'PT Root UI';*/
}

.product-consult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.product-consult-info {
    border: 0.3px solid white;
}

.product-consult-text {
    padding: 60px;
    margin-right: 30px;
}

.paragraph-text-details {
    margin-top: 60px;
}

.product-consult-img {
    padding: 24px 56.5px 60px;
}

.product-consult-img img {
    width: 267px;
}

.product-consult-call {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-consult-call .btn-border {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.color-item.active .color-circle {
    position: relative;
}

.color-item.active .color-circle::before {
    height: 41px;
    width: 41px;
    position: absolute;
    top: -4.5px;
    left: -4.5px;
    content: '';
    border: 1px solid white;
    border-radius: 50%;
}

.product-name.mob,
.product-item-color-title {
    display: none;
}

.gallery-full-img .owl-dots {
    display: none;
}

.product-size-chart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.size-measure-img {
    text-align: center;
}

.cert-popup {
    width: 1073px;
    padding: 130px 80px 60px 80px;
    -webkit-box-shadow: 0px 0px 20px 0px white33;
    box-shadow: 0px 0px 20px 0px white33;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*background: #242424;*/
    background: #121212;
    z-index: 110;
    border: 1px solid white;
    display: none;
}

.cert-popup.open {
    display: block;
}

.cert-popup-title {
    color: white;
    font-size: 36px;
    /*font-family: PT Root UI;*/
    line-height: 115%;
    margin-bottom: 50px;
    display: block;
}

.cert-popup-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cert-popup-form .cert-popup-input {
    width: calc(50% - 20px);
    margin-right: 40px;
}

.cert-popup-form .cert-popup-input:nth-of-type(2n) {
    margin-right: 0;
}

.cert-popup-form .cert-popup-input.full {
    width: 100%;
    margin-right: 0;
}

.cert-popup .form-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cert-popup-close {
    background-image: url(../images/icons/form_close.svg);
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    outline: none;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-item-color .owl-stage-outer {
    padding-left: 4px;
}

.absent {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.sale-item-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sale-item-container .sale-item-info {
    width: 100%;
    padding-right: 30px;
    /*max-width:150px;*/
    /*max-height:200px;"*/
}

.sale-item-container .info-group {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.sale-item-container .cart-item {
    display: inline-flex;
    margin: 0 0 20px;
    width: 100%;
    flex-direction: row;
}

.sale-item-container .sale-item-img {
    max-width: 170px;
    max-height: 180px;
    padding-right: 30px;
    overflow: hidden;
    position: center;
}

.sale-item-container .info-group {
    display:flex;
}

.sale-item .btn-delete-item {
    position: relative;
    right: 10px;
    top: 10px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
}

.info-group.info-group-top {
    align-items: center;
}

.info-group-top .sale-slider-item-name {
    flex-grow: 2;
    padding-left: 20px;
}

.info-group.info-group-btm {
    justify-content: space-evenly;
}

.btn-add, .btn-remove
{
    width: 20px;
    height: 20px;
    /*border-radius: 50%;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #69696999;
}

.btn-add {
    background-image: url(../images/icons/plus_circle.svg);
}

.btn-remove {
    background-image: url(../images/icons/minus_circle.svg);
}

.btn-delete-item {
    background-image: url(../images/icons/remove_filter.svg);
}

.btn-add:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../images/icons/plus_circle_hover.svg);
}

.btn-remove:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../images/icons/minus_circle_hover.svg);
}

.cart-container .sale-item-img {
    max-heigth: 200px;
    max-width: 150px;
}

.cart-item-info {
    display: flex;
}

.counter-group {
    display: flex;
}

.counter {
    padding: 9px 30px;
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    display: block;
    color: white;
}

.stats-container {

}

.stats-page .stats-cover {
    /*background-image: url(../images/bg/bg_6.jpg);*/
    min-height: 195px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 10px 0;
    padding: 0;
    justify-content: flex-end;
}

.stats-cover .question-mark {
    background-image: url(../images/banner/level/question_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 85px;
    left: 220px;
    top: 35px;
}

.stats-page .stats-cover.title {
    background: url(../images/banner/title_bg_origin.gif) no-repeat bottom;
    background-size: 30% 190%;
    background-repeat: repeat-x;
    overflow: hidden;
}

.stats-page .stats-cover.level {
    background: url(../images/banner/level_bg_origin.gif) no-repeat center;
    background-size: 30% 100%;
    background-repeat: repeat-x;
    overflow: hidden;
}

.stats-cover .stats-heading .cover-heading {
    padding: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    bottom: 0;
    background-color: rgba(45, 45, 45, 0.7);

    /*font-family: PT Root UI, serif;*/
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.stats-page .level .container {
    box-shadow: 0px 0px 5px rgba(255, 135, 255, 0.4);
    border-radius: 10px;
}

.stats-page .level-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.stats-page .level .level-heading {
    margin-top: 10px
}

.stats-page .level-icon {
    height: 50px;
    width: 60px;
}

.stats-cover .activator {
    display: none;
}

.stats-cover .activator.show {
    display: block;
}

.stats-cover .activated {
    display: none;
}

.stats-cover .activated.show {
    display: block;
}

.stats-content {
    padding-top: 50px;
    padding-bottom: 150px;
}

.stats-content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#account_level .modal-content {
    /*font-family: 'PT Root UI';*/
    font-weight: 400;
    font-size: 18px;
    color: white;
    margin:10px;
}

#account_level.modal {
    padding: 0;
}

#account_level .modal-header {
    font-family: 'Comissioner';
    font-size: 80px;
    padding-bottom: 20px;
}
.stats-cover.level .level-logo {
    position: absolute;
    right: 0;
    top: 111px;
    height: 120px;
    right: 32px;
}

.stats-cover .cover-heading>span {
    font-weight: 600;
}

#account_level.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: #121212;
    /*background: #242424;*/
    height: 100%;
    overflow-y: scroll;
    transform: none;
}

#account_level .description {
    text-align: center;
    padding-bottom: 40px;
    line-height: 24px;
    font-size: 24px;
}
.bonus-title {
    padding: 20px 0 10px 0;
    line-height: 24px;
    font-size: 24px;
}
.bonus-options {
    display: flex;
}

.bonus-options div:first-child {
    width: 20px;
}

#account_title.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: #121212;
    /*background: #242424;*/
    height: 100%;
    overflow-y: scroll;
    transform: none;
}

#account_title .banner-mobile {
    padding-top: 50px;
}

#account_title .modal-content {
    /*font-family: 'PT Root UI';*/
    font-weight: 400;
    font-size: 18px;
    color: white;
    padding:20px;
}

#account_title.modal {
    padding: 0;
}

#account_title .modal-header {
    font-family: 'Comissioner';
    font-size: 80px;
    padding-bottom: 20px;
    line-height: 40px;
    text-align: center;
}

#account_title .description {
    text-align: center;
    line-height: 24px;
    font-size: 24px;
}

.left-container {
    width: 100%;
    padding-right: 30px;
}
.left-container .personal-stats-widget{
    border: none;
    width: 100%;
}

.left-container .sale-slider-item-name {
    padding-right: 20px;
}

.login-box {
    display: none;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background: #121212;
    /*background: #242424;*/
    z-index: 50;

}

.login-box .label {
    padding-bottom: 20px;
    /*font-family: "PT Root UI", cursive;*/
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    color: white;
}

.login-box .code-input{
    display: none;
}

.login-box .phone-input{
    display: none;
}

.login-box .send-code-btn{
    display: none;
}

.login-box .login-btn {
    display: none;
}

.login-box .message {
    display: none;
}

.login-box.active {
    display: block;
}

.login-box .phone-input.active,.send-code-btn.active,.login-btn.active,.message.active {
    display: block;
}

.login-box .code-input.active {
    display: flex;
}

.login-box .form {
    margin: 0;
    width: auto;
}

.login-box .form-btn {
    justify-content: center;
}

.confirm-box {
    display: none;
    /*padding: 20px;*/
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*width: 50%;*/
    /*background: #121212;*/
    /*!*background: #242424;*!*/
    /*z-index: 50;*/

}

.confirm-box .label {
    padding-bottom: 20px;
    /*font-family: "PT Root UI", cursive;*/
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    color: white;
}

.confirm-box .code-input {
    display: none;
}

.confirm-box .phone-input{
    display: none;
}

.confirm-box .send-code-btn {
    display: none;
}

.confirm-box .confirm-btn {
    display: none;
}

.confirm-box .confirm-btn.active {
    display: block;
}

.confirm-box .message {
    display: none;
}

.confirm-box.active {
    display: block;
}

.confirm-box .phone-input.active,.send-code-btn.active,.confirm-btn.active,.message.active {
    display: block;
}

.confirm-box .code-input.active {
    display: flex;
}

.confirm-box .form {
    margin: 0;
    width: auto;
}

.confirm-box .form-btn {
    justify-content: center;
}

.confirm-box .otp-inputs {
    justify-content: center;
}

.confirm-box .otp-input {
    width: 40px;
    border: none;
    border-bottom: 2px solid white;
    margin: 0 10px;
    text-align: center;
    font-size: 36px;
    cursor: not-allowed;
    pointer-events: none;
    background-color: transparent;
    caret-color: grey;
    color: white
}

.confirm-box .otp-input:focus {
    border-bottom: 3px solid white;
    outline: none;
}

.confirm-box .otp-input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}

.confirm-box input:focus-visible{
    outline: 0;
}

.confirm-box .personal-data {
    display: none;
}

.confirm-box .personal-data.active {
    display: block;
}

.confirm-box .confirm-info {
    display: none;
}

.confirm-box .confirm-info.active {
    display: block;
}

.phone-input {
    text-align: center;
}

button.close {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-image: url(../images/icons/close_icon.svg);
}

button.close:hover {
    transition-duration: 0.1s;
    top: 14px;
    right: 14px;
    width: 47px;
    height: 47px;
}

.login-box .otp-inputs {
    justify-content: center;
}

.login-box .otp-input {
    width: 40px;
    border: none;
    border-bottom: 2px solid white;
    margin: 0 10px;
    text-align: center;
    font-size: 36px;
    cursor: not-allowed;
    pointer-events: none;
    background-color: transparent;
    caret-color: grey;
    color: white
}

.login-box .otp-input:focus {
    border-bottom: 3px solid white;
    outline: none;
}

.login-box .otp-input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}

.login-box input:focus-visible{
    outline: 0;
}

.order-details {
    width: 100%;
}

.order-widget, .personal-stats-widget {
    border: 0.3px solid white;
    height: fit-content;
    min-width:400px;
    padding: 30px;
    margin-left: 20px;
}

.order-widget-title {
    font-size: 25px;
}

.order-widget .btn.btn-border {
    text-transform: uppercase;
    width:100%;
    margin:0;
}

.order-details .header {
    padding-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #626261;
}

.order-details .row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.order-details .row > div {
    flex-grow: 1;
    padding: 0 5px;
    min-width: 300px;
}

.order-details .color-item {
    display: flex;
    align-items: center;
}

.order-details .row > div.color-item {
    flex-grow: 0;
    min-width: 0;
}

.order-details .checkmark {
    border-radius: 50%;
}

/*.order-details .check-input {*/
/*    border: 2px solid white;*/
/*    border-radius: 50%;*/
/*}*/

/*.order-details .check-input.active {*/
/*    border: 2px solid white;*/
/*    border-radius: 50%;*/
/*}*/

/*.order-details .check-input > input {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.order-summary {
    margin-bottom: 20px;
}

.order-summary .order-item-info-bot {
    border-bottom: 1px solid #626261;
    margin-bottom: 10px;
}

.order-summary .color-circle {
    border: none;
}

.modal {
    /*padding: 20px;*/
    position: fixed;
    top: 50%;
    left: 50%;
     -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #121212;
    /*background: #242424;*/
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
}

.modal .modal-content {
    /*padding:20px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal .banner {
    display:block;
    max-width: 900px;
    max-height: 90vh;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    background-position: center;
}

.modal .banner-mobile, .banner-content .banner-mobile {
    max-width: 94vw;
    max-height: 90vh;
    display: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    background-position: center;
}

.modal .form-btn {
    margin-top: 30px;
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-content .banner {
    width: 50vw;
}

.no-borders {
    border: none !important;
}

.loyalty-page {
    /*font-family: 'PT Root UI';*/
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: white;
}

.loyalty-content .title-image {
    background-image: url(../images/banner/level_bg.gif);
    opacity: 70%;
    margin: 15px;
    min-height: 400px;
    position: relative;
}

.loyalty-content .bg-image1 {
    background-image: url(../images/banner/level/star.png);
    background-size: contain;
    min-height: 360px;
    margin: 20px;
    background-repeat: round;
    opacity: 5%;
}
.loyalty-content .bg-image2 {
    background-image: url(../images/banner/level/cards.png);
    background-size: contain;
    min-height: 360px;
    width: 100%;
    margin: 0 20px;
    position: absolute;
    bottom: 0px;
}
.loyalty-content .title-image .title {
    font-size: 50px;
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
}

.loyalty-content .levels {
    display: flex;
    flex-direction: row;
    background-color: rgba(0,0,0,0);
    margin-top: 15px;
}

.loyalty-content .level img {
    /*max-width: 33.3vw;*/
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.level .title {
    font-size: 20px;
    text-align: center;
}

.loyalty-content .level {
    opacity: 0.4;
}

.loyalty-content .level.active {
    opacity: 1;
}

.loyalty-content .levels-info {
    margin: 10px;
}

.loyalty-content .level-info {
    display: none;
}

.loyalty-content .level-info.show {
    display: block;
}

@keyframes flickerAnimation {
    0%   { opacity:0.7; }
    50%  { opacity:0.45; }
    100% { opacity:0.7; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:0.7; }
    50%  { opacity:0.45; }
    100% { opacity:0.7; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:0.7; }
    50%  { opacity:0.45; }
    100% { opacity:0.7; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:0.7; }
    50%  { opacity:0.45; }
    100% { opacity:0.7; }
}
.animate-flicker {
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}
.stats-content .cover {
    min-height: auto;
}

#account_title .part-1 {
    display:  none;
}

#account_title .part-1.show {
    display:  flex;
}

#account_title .part-2 {
    display:  none;
}

#account_title .part-2.show {
    display:  flex;
}

.personal-sale.cover {
    justify-content: start;
}

#level-progress {
    margin: 15px;
    height: 6px;
    position: relative;
    margin-bottom: 50px;
}

.owl-stage {
    display: flex;
}

.owl-carousel-item.item {
    height: 100%;
}

#cart-notification{
    /*font-family: "PT Root UI", cursive;*/
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 25px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    z-index: 1000;
}

#cart-notification.active {
    opacity: 1;
    visibility: visible;
}

.hide {
    display: none;
}

.category-special {
    /*font-family: "Comissioner", serif;*/
    color: #f82a2a;
    font-weight: bold;
}

.main .btn.discount-btn {
    background: url(../images/banner/title_bg_origin.gif) no-repeat center;
    /*background: url(../images/banner/level_bg_origin.gif) no-repeat center;*/
    background-size: 50% 120%;
    background-repeat: repeat-x;
    overflow: hidden;
    /*font-family: 'Comissioner', serif;*/
    /*font-size: 30px;*/
    font-style: oblique;
    font-weight: 800;
    color: #e61313;

    -khtml-opacity:.90;
    -moz-opacity:.90;
    -ms-filter:"alpha(opacity=90)";
    filter:alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
    opacity:.90;
}

.plus-size {
    position: absolute;
    right: 14px;
    z-index: 999;
    font-size: 12px;
    top: 10px;
}

.inline-banner .banner {
    width: auto;
    border-radius: 5px;
    height: 450px;
}

/*.swiper {*/
/*    width: 600px;*/
/*    height: 300px;*/
/*}*/

.top-level-banner {
    height: 20px;
    font-size: 10px;
    text-align: center;
    padding: 10px;
}

.bonus-social-item-img {
    /*margin-bottom: -14px;*/
    width: 32px;
    height: 32px;
}

.footer-item {
    width: inherit;
}

.footer-item span {
    text-align: left;
}

.footer-item {
    margin-bottom: 10px;
}

.footer-item div {
    flex-direction: row;
    margin-bottom: 0;
}

.icon-wrapper {
    background-color: black;
    padding: 7px;
    border-radius: 100%;
    margin-right: 7px;
}

.footer-expand-menu {
    width: inherit;
    text-align: left;
}

.mm-wrapper a {
    font-size: 13px;
    /*color: white;*/
}

.mm-wrapper .personal-data a {
    font-size: 20px;
    color: black;
}

.mm-wrapper .fa-close {
    text-align: right;
}

.mm-listview .mm-listitem__text {
    padding: 12px 20px;
    font-size: 1.06667rem;
}

.mm-listview #close-menu-button {
    padding: 20px;
}

.mm-panels .mm-panel:first-child div.mm-navbar {
    display: none;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    background-color: #202020;
    color: #fff;
    border: 0;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: none;
    z-index: 1002;
    transition: opacity .3s ease;
}

.supported-brands__container{
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.supported-brands__container img{
    max-width: 100%;
}

.hidden {
    display: none
}

.footer-expand-menu {
    border-bottom: 1px solid #dfdfdf;
    /*margin-bottom: 10px;*/
    padding: 5px 0;
}

.collapse-header {
    display: flex;
    justify-content: space-between;
}

.collapse-icon {
    width: 25px;
    display: flex;
}

.collapse-icon.

.collapse-item {
    line-height: 130%;
}
