:root {
    --font-family: "Inter Tight", sans-serif;
    --second-family: "Roboto", sans-serif;
    --third-family: "Manrope", sans-serif;
}
body {
    width: 100%;
    color: #000;
    background-color: #fff;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    overflow-x: hidden;
}
html {
    width: 100vw;
    height: 100%;
}
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #2c1237;
    border-radius: 20px;
}
:focus-visible {
    outline: 0;
}
a {
    color: #000;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
a:hover, a:link, a:visited {
    text-decoration: none;
}
a:hover {
    color: #2c1237;
    text-decoration: none;
}
.search ul::-webkit-scrollbar {
    width: 0;
}
.container {
    width: 100%;
    max-width: 1630px;
}
body {
    max-width: 1920px;
    margin: 0 auto !important;
}
.header__body {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    padding: 21px 0 23px 0;
}
.header__wrapper {
    display: flex;
    align-items: center;
}
#logo {
    max-width: 125px;
    margin-right: 44px;
}
#search {
    position: relative;
    width: 350px;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
}
#search > input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 0 50px 0 17px;
}
::placeholder {
    font-family: var(--third-family);
    font-size: 14px;
    color: #848484;
}
#search > button {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
    padding: 0;
    background-color: #fff;
}
.catalog__button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    border: 1px solid #ff4961;
    border-radius: 5px;
    width: max-content;
    height: 40px;
    background: #ff4961;
    padding: 0 11px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.catalog__button svg {
    flex-shrink: 0;
}
.information__menu a {
    font-size: 16px;
}
.information__menu ul {
    display: flex;
    align-items: center;
    gap: 25px;
}
.header__telephones--body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-weight: 700;
    font-size: 20px;
}
.header__telephones--body span {
    font-size: 10px;
    color: #858585;
}
.header__telephones--wrap {
    display: flex;
    align-items: center;
    gap: 13px;
}
.header__telephones--ico {
    flex-shrink: 0;
}
.navigation__elem {
    display: none;
}
.header__mobmenu {
    display: none;
}
.header__cart,
.header__telephones {
    position: relative;
}
.navigation__button {
    cursor: pointer;
}
.cart__button {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
#cart-total {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    min-width: 16px;
    width: max-content;
    height: 16px;
    background-color: #fc4a58;
    position: absolute;
    top: -2px;
    right: -2px;
    font-size: 10px;
    line-height: 120%;
    color: #fff;
}
.container-cart,
.header__telephones--list,
.header__mobmenu--list {
    position: absolute;
    width: 100%;
    top: calc(100% + 10px);
    right: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.1), 0 35px 35px 0 rgba(0, 0, 0, 0.09), 0 78px 47px 0 rgba(0, 0, 0, 0.05), 0 138px 55px 0 rgba(0, 0, 0, 0.01), 0 216px 61px 0 rgba(0, 0, 0, 0);
    z-index: 1111;
}
.catalog__list {
    position: fixed;
    width: 100%;
    padding: 40px 0;
    max-width: 430px;
    top: 130px;
    left: 8%;
    border-radius: 0;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1), 17px 14px 23px 0 rgba(0, 0, 0, 0.09), 39px 32px 31px 0 rgba(0, 0, 0, 0.05), 70px 57px 36px 0 rgba(0, 0, 0, 0.01), 109px 90px 40px 0 rgba(0, 0, 0, 0);
    background: #fff;
    z-index: 11110;
    height: 100%;
    max-height: calc(100% - 150px);
    overflow: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.container-cart {
    min-width: 360px;
    padding: 30px 0;
}
.header__telephones--list {
    min-width: 160px;
    padding: 15px;
}
.catalog__block {
    margin-left: 14px;
}
.header__cart--wrapper {
    margin-left: 44px;
}
.information__menu {
    margin: 0 auto;
}
.footer__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom: 16px;
}
.footer__logo {
    max-width: 109px;
    margin-right: 40px;
}
.footer__wrapper {
    display: flex;
    align-items: flex-start;
    padding-bottom: 100px;
    padding-top: 80px;
    border-bottom: 1px solid #000;
}
.footer__col {
    margin-right: 40px;
    width: 200px;
}
.footer__list li {
    padding: 8px 0;
}
.footer__list li > a {
    font-size: 14px;
    line-height: 150%;
    color: #000;
}
.footer__block--newsletter {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}
.footer__titlesub {
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom: 24px;
}
.footer__text {
    margin-top: 16px;
    font-family: var(--second-family);
    font-size: 12px;
    line-height: 150%;
    color: #000;
}
.footer__text a:link {
    text-decoration: underline;
}
#newsletter_form {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
#newsletter_form button {
    border: 1px solid #000;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 119px;
    font-family: var(--second-family);
    font-size: 16px;
    padding: 0;
    background-color: #fff;
    line-height: 150%;
    color: #000;
    height: 48px;
    flex-shrink: 0;
}
::placeholder {
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 150%;
    color: #505050;
}
#newsletter_form input {
    border: 1px solid #000;
    padding: 12px;
    width: 100%;
    height: 48px;
    background-color: #fff;
    font-family: var(--second-family);
    font-size: 16px;
    line-height: 150%;
    color: #505050;
}
.footer__credits {
    padding-top: 33px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    font-family: var(--second-family);
    font-size: 14px;
    line-height: 150%;
    color: #000;
}
.footer__credits ul:first-child {
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer__socials ul {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer__socials img {
    width: 24px;
    height: 24px;
}
.product__carousel .swiper-slide {
    width: calc(100% / 4 - 15px);
}
.product__item {
    position: relative;
    display: flex;
    flex-direction: column;
}
.product-layout .product__item {
    height: 100%;
}
.product__item--stickers {
    position: absolute;
    top: 20px;
    left: 17px;
    z-index: 22;
}
.product__item--image {
    border: 1px solid #eae4e0;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}
.product__item--info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}
.product__item--price {
    margin-top: auto;
}
.sticker {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
    border-radius: 50%;
    line-height: 1;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.sticker_sale {
    background: #ff4961;
}
.sticker_top {
    background: #6b36a1;
}
.sticker_new {
    background: #00bb29;
}
.product__item--buttons {
    position: absolute;
    top: 18px;
    right: 17px;
}
.product__item--top {
    margin-top: 22px;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product__item--model {
    font-size: 12px;
    line-height: 130%;
    color: #7a7a7a;
}
.product__item--status {
    border-radius: 5px;
    width: max-content;
    height: 22px;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #fff;
}
.product__item--status.red {
    background-color: #d5d5d5;
}
.product__item--status.green {
    background-color: #00bb28;
}
.product__item--name a {
    font-size: 14px;
    line-height: 130%;
    color: #585858;
}
.product__item--name {
    margin-bottom: 15px;
}
.product__item--price .price {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1e1e1e;
    display: flex;
    align-items: center;
    line-height: 1;
}
.product__item--price .price .price-old {
    display: block;
    margin-right: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    text-decoration: line-through;
    color: #7a7a7a;
}
.product__item--price .price .price-new {
    color: #1E1E1E;
    margin-right: 7px;
}
.product__item--noquantiry * {
    pointer-events: none;
    opacity: 0.8;
}
.product__carousel {
    padding-top: 28px;
    padding-bottom: 57px;
}
.product__carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #d9d9d9;
}
.product__carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #34302b;
}
.swiper-button-disabled {
    opacity: 0.5;
}
.run__line {
    padding: 15px;
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    background: radial-gradient(126.72% 126.72% at 17.96% 84.49%, #2c1237 0%, #7e339d 100%);
    overflow: hidden;
}
.run__line--wrapper {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
}
.product__carousel--banner .container::before,
.product__carousel--banner .container::after {
    display: none;
}
.product_slide--banner img {
    border-radius: 0 10px 10px 0;
}
.product__carousel--banner > .container {
    max-width: 1760px;
    padding-left: 0;
    margin-left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product__carousel--banner .product__carousel--wrapper {
    width: 30.97%;
}
.product__carousel--banner .product__carousel--body {
    width: calc(69.03% - 20px);
}
.product__carousel.product__carousel--banner .swiper-slide {
    width: calc(100% / 3 - 13.333px);
}
.product__carousel--banner .product__carousel--title {
    margin-left: 12px;
    margin-right: auto;
}
.product__carousel--heading .sticker {
    margin: 0;
}
.products__page {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}
.products__page .col-sm-9 {
    width: 100%;
}
.col-sm-3,
.col-sm-9 {
    padding-left: 0;
    padding-right: 0;
}
.subcategories,
.products__page .col-sm-3 {
    width: 285px;
    flex-shrink: 0;
    margin-right: 120px;
}
.subcategories__title.closed > svg {
    transform: rotate(180deg);
}
.subcategories__wrapper {
    padding-top: 15px;
}
.subcategories__title {
    font-weight: 500;
    font-size: 18px;
    color: #141414;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
    transition: 0.4s;
    cursor: pointer;
}
.subcategories__list > ul {
    margin: 0 0 40px 0;
    list-style: none;
    padding: 0;
}
.subcategories__list > ul > li {
    margin-bottom: 20px;
}
.subcategories__list > ul > li > a {
    font-weight: 400;
    font-size: 15px;
    color: #141414;
}
.page__heading {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page__heading--title h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 104%;
    color: #1e1e1e;
}
.product__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
}
.product__list::before {
    display: none;
}
.product-layout {
    width: calc(100% / 3 - 13.333px);
}
.page__heading--sort {
    width: 160px;
}
.product__product {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product__item--rating {
    display: none;
}
.product__left {
    width: 66.25%;
    flex-basis: 66.25%;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}
.product_page .wrapper {
    overflow: visible;
}
.product__right {
    width: 29.38%;
    flex-basis: 29.38%;
}
.product__sliders .swiper-container {
    overflow: hidden;
    min-width: 1px;
}
.product__carousel .swiper-wrapper,
.product__sliders .swiper-wrapper {
    height: auto;
}
.product__carousel .swiper-slide,
.product__sliders .swiper-slide {
    height: auto;
}
.thumbs__slider .swiper-slide {
    width: calc(100% / 10 - 9px);
}
.thumbs__slider img {
    border-radius: 5px;
}
.product__sliders > div {
    width: 100%;
}
.thumbs__slider {
    margin-top: 20px;
    border: 1px solid #eae4e0;
    border-radius: 10px;
    padding: 23px 17px;
}
.product__sliders .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1e1e1e;
}
.main__slider--pagination {
    text-align: center;
    margin-top: 15px;
    display: none;
}
.main__slider {
    position: relative;
}
.main__slider--buttons {
    position: absolute;
    bottom: 33px;
    right: 23px;
    display: flex;
    align-items: center;
    gap: 40px;
    z-index: 2;
}
.main__slider--buttons > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.product__topinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product__topmodel {
    font-size: 12px;
    line-height: 130%;
    color: #7a7a7a;
}
.product__topmodel > span:last-child {
    font-weight: 600;
}
.stock.green {
    border-radius: 5px;
    padding: 0 7px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00bb28;
    font-size: 12px;
    line-height: 130%;
    color: #fff;
}
.stock.red {
    border-radius: 5px;
    padding: 0 7px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d5d5d5;
    font-size: 12px;
    line-height: 130%;
    color: #fff;
}
.product__body h1 {
    font-size: 24px;
    line-height: 130%;
    color: #1e1e1e;
    margin: 10px 0;
}
.list-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #1e1e1e;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    line-height: 1;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 15px;
    margin-top: 23px;
}
.list-price .new-price {
    color: #00bb28;
}
.list-price .old-price {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    text-decoration: line-through;
    color: #848484;
}
.rating {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rating a {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #52525b;
}
.discount_percent {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #ff4961;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    border: 1px solid #ff4961;
    border-radius: 5px;
    padding: 7px 12px;
    margin-top: 23px;
}
.main__info {
    border-top: 1px solid #eae4e0;
    margin-top: 20px;
    padding-top: 24px;
}
.custom__radio input {
    display: none;
}
.custom__radio label {
    z-index: 1;
    border-radius: 5px;
    border: none;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 130%;
    color: #1e1e1e;
    width: 100%;
    display: flex;
    align-items: center;
    background: #f0f0f0;
    cursor: pointer;
    margin: 0;
}
.custom__radio input:checked + label {
    background: #ff4961;
    color: #fff;
}
.main__options > div > label {
    font-size: 14px;
    line-height: 130%;
    color: #1e1e1e;
    margin-bottom: 10px;
}
.set-input-options,
.main__options > div > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.main__options > div {
    margin-bottom: 20px;
}
.product__quantity {
    width: 30%;
    flex-shrink: 0;
}
.number-spinner {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.number-spinner > button,
.number-spinner > input {
    width: calc(100% / 3);
    flex-shrink: 0;
    height: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-shadow: none;
}
.number-spinner > input {
    text-align: center;
    font-size: 16px;
    line-height: 129%;
    text-align: center;
    color: #000;
}
.btn-buy {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff4961;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    height: 60px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.btn-buy:hover {
    background-color: #000;
}
.product__buttons {
    display: flex;
    align-items: center;
    gap: 13px;
}
.main__variants {
    margin-bottom: 20px;
}
.product__accordeon {
    width: 100%;
}
.accordeon__item {
    margin-bottom: 20px;
}
.accordeon__item--title {
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #333232;
    cursor: pointer;
}
.accordeon__item--list {
    display: none;
}
.accordeon__item--list * {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}
.accordeon__item--list b,
.accordeon__item--list strong {
    font-weight: bold;
}
.attribute__item {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 10px 0;
}
.attribute__item--name {
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #3d3b38;
    width: max-content;
    flex-shrink: 0;
    padding-right: 8px;
}
.attribute__item-dashed {
    width: 100%;
    height: 100%;
    border-bottom: 1px dashed #d1d1d1;
}
.attribute__item--text {
    width: max-content;
    flex-shrink: 0;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #3d3b38;
    padding-left: 8px;
}
#complects {
    width: 100%;
}
.sets-slider {
    min-width: 1px;
}
ul.dropdown-menu .box_search {
    width: 50%;
    padding: 10px;
}
.search__blockm .dropdown-menu,
.search__block .dropdown-menu {
    flex-wrap: wrap;
    max-height: 700px;
    overflow: auto;
}
.box_search li:nth-child(1),
.box_search li:nth-last-child(1),
.box_search li:nth-last-child(2) {
    border: none;
}
.box_search li {
    margin-bottom: 6px;
}
.dropdown-menu li.disabled .search-suggestion .title {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.no_results {
    font-size: 18px;
}
.search-suggestion {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.search-suggestion.category {
    align-items: center;
}
.search-suggestion.product img {
    max-width: 60px;
    border-radius: 6px;
}
li:not(.inline, .more, .dropdown-menu li:last-child) .search-suggestion .center > div {
    margin-bottom: 5px;
}
li:not(.inline, .more) .search-suggestion:not(.product) .center > .name {
    margin: 0;
}
.search-suggestion.product .price {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    color: #000;
    margin-top: auto;
    margin-bottom: 0 !important;
    font-weight: 700;
}
.dropdown-menu li.disabled .search-suggestion .title {
    border: none !important;
}
.search-suggestion .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.3;
    color: #1e1e1e;
    font-weight: 400;
}
.search-suggestion.product .price .price-old {
    font-size: 12px;
    color: #979393;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 5px;
    display: block;
}
.search-suggestion.product .price .price-new {
    color: #ff2e2e;
}
.search-suggestion .center {
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.search__blockm .dropdown-menu,
.search__block .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: none;
    width: 100%;
    max-width: 840px;
    min-width: 270px;
    padding: 25px 20px 30px 20px;
    border-radius: 10px;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 15px 9px 0 rgba(0, 0, 0, 0.05), 0 27px 11px 0 rgba(0, 0, 0, 0.01), 0 42px 12px 0 rgba(0, 0, 0, 0);
}
.search__blockm .dropdown-menu.pull-right,
.search__block .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.search__blockm .dropdown-menu .divider,
.search__block .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.search__blockm .dropdown-menu > li > a,
.search__blockm .dropdown-menu li.disabled,
.search__block .dropdown-menu > li > a,
.search__block .dropdown-menu li.disabled {
    display: block;
    padding: 3px 0;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: unset;
    text-decoration: none;
}
.search__blockm .dropdown-menu li.inline a,
.search__block .dropdown-menu li.inline a {
    border-radius: 5px;
    padding: 5px 5px;
}
.search__blockm .dropdown-menu li.more a,
.search__block .dropdown-menu li.more a {
    padding: 0;
}
.search__block .dropdown-menu > li > a:hover,
.search__block .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
    background-image: none;
}
.search__blockm .dropdown-menu > .active > a,
.search__block .dropdown-menu > .active > a,
.search__block .dropdown-menu > .active > a:hover,
.search__block .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-image: none;
    outline: 0;
}
.search__blockm .dropdown-menu > .disabled > a,
.search__block .dropdown-menu > .disabled > a,
.search__block .dropdown-menu > .disabled > a:hover,
.search__block .dropdown-menu > .disabled > a:focus {
    color: #777;
}
.search__block .dropdown-menu > .disabled > a:hover,
.search__block .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.search__blockm .dropdown-menu,
.search__block .dropdown-menu {
    overflow: hidden auto;
    max-height: 40vh;
}
.search__blockm .dropdown-menu::-webkit-scrollbar-track,
.search__block .dropdown-menu::-webkit-scrollbar-track {
    background-color: transparent;
}
.sc-megamenu-list-item > a {
    display: flex !important;
    align-items: center;
}
.search__blockm .dropdown-menu::-webkit-scrollbar,
.search__block .dropdown-menu::-webkit-scrollbar {
    width: 4px;
    background-color: white;
}
.search__blockm .dropdown-menu::-webkit-scrollbar-thumb,
.search__block .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.search__blockm .dropdown-menu li,
.search__block .dropdown-menu li {
    list-style-image: none !important;
    clear: both;
}
.search__blockm .dropdown-menu li:not(.disabled, .inline, .more),
.search__block .dropdown-menu li:not(.disabled, .inline, .more, .dropdown-menu li:last-child) {
    border-bottom: 1px solid #f1f1f1;
}
.search__blockm .dropdown-menu li.inline,
.search__block .dropdown-menu li.inline {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}
.search__blockm .dropdown-menu li.inline .search-suggestion,
.search__block .dropdown-menu li.inline .search-suggestion {
    text-align: center;
}
.search__blockm .dropdown-menu li.disabled .title,
.search__block .dropdown-menu li.disabled .title {
    width: fit-content;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}
.search-suggestion {
    overflow: hidden;
    width: 100%;
    display: flex;
    gap: 10px;
    padding-bottom: 6px;
}
.search-suggestion .left,
.search-suggestion .right {
    align-self: center;
    text-align: center;
}
.search-suggestion .label {
    font-weight: normal;
    color: darkgray;
    padding-left: 0;
    padding-right: 5px;
}
.search-suggestion .image img {
    border-radius: 5px;
}
.search-suggestion .more {
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 1.1em;
    color: white;
    padding: 5px;
    border-radius: 10px;
}
.search-suggestion .out-stock .value {
    color: #ff2e2e;
    color: white;
    background-color: #ff2e2e;
    width: fit-content;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 700;
}
.search-suggestion .in-stock .value {
    color: #00dd00;
    color: white;
    background-color: #00dd00;
    width: fit-content;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 700;
}
.shop__thelook--wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.shop__thelook--content {
    display: flex;
    flex-direction: column;
    width: 645px;
    background: radial-gradient(126.72% 126.72% at 17.96% 84.49%, #2c1237 0%, #7e339d 100%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 65px 70px;
}
.shop__thelook--logo {
    max-width: 230px;
    margin-bottom: 70px;
}
.shop__thelook--title {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    margin-bottom: 25px;
}
.shop__thelook--dots {
    margin-bottom: 35px;
}
.shop__thelook--dots > ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.shop__thelook--dots > ul > li {
    width: 70px;
    height: 35px;
    border: 1px solid #743091;
    border-left: none;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #ae6eca;
    background: #2c1237;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 13px;
    position: relative;
    margin-left: -35px;
}
.shop__thelook--dots > ul > li:first-child {
    width: 40px;
    border-radius: 20px;
    border: 1px solid #743091;
    justify-content: center;
    margin-left: 0;
    background: #2c1237;
}
.shop__thelook--dots > ul > li:nth-child(2) {
    border-radius: 20px;
}
.shop__thelook--dots > ul > li.active {
    background: #743091;
    color: #fff;
}
.dotslist__elem {
    cursor: pointer;
}
.shop__thelook--product a {
    font-weight: 400;
    display: block;
    font-size: 14px;
    line-height: 179%;
    color: #fff;
    margin-bottom: 5px;
}
.shop__thelook--product a:hover {
    color: #fff;
}
.shop__thelook--price {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}
.shop__thelookspecial {
    font-weight: 400;
    font-size: 14px;
    text-decoration: line-through;
}
.shop__thelook {
    padding-bottom: 20px;
    padding-top: 25px;
    display: flex;
    gap: 10px;
    align-items: stretch;
}
.close-mobile-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: none;
}
.text-danger {
    margin-top: 5px;
    font-size: 12px;
}
.two__banners--wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.two__banners--item a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.two__banners--item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}
.two__banners {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
}
.category__wall--slide {
    width: calc(100% / 4 - 8px);
    box-shadow: 0 6px 14px 0 rgba(184, 183, 183, 0.1), 0 25px 25px 0 rgba(184, 183, 183, 0.09), 0 57px 34px 0 rgba(184, 183, 183, 0.05), 0 101px 41px 0 rgba(184, 183, 183, 0.01), 0 158px 44px 0 rgba(184, 183, 183, 0);
    background: #fff;
    border-radius: 10px;
    padding: 15px 12px;
    height: 149px;
}
.category__wall--image {
    border-radius: 5px;
    overflow: hidden;
}
.category__wall--text {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.category__wall--tittle {
    flex-shrink: 0;
}
.category__wall--tittle div {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #1e1e1e;
    align-items: center;
    gap: 25px;
    margin-bottom: 5px;
}
.category__wall--tittle > span {
    font-size: 16px;
    line-height: 130%;
    color: #848484;
    padding-right: 35px;
    text-align: right;
    display: block;
}
.section-good label {
    font-size: 14px;
    line-height: 130%;
    color: #1e1e1e;
    margin-bottom: 10px;
}
.main__variants a {
    border: 1px solid #eee;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mini-product__colors_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.product__item .mini-product__colors_wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #9b9595;
    padding: 2px;
}
.product__item .mini-product__colors_wrapper a span {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}
.slick-arrow {
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    position: absolute;
    bottom: 55%;
    z-index: 2;
}
.sets__prev.slick-arrow {
    left: -15px;
}
.sets__next.slick-arrow {
    right: -15px;
}
.btn-buy-one {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 12px 0;
    height: 60px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.product__item--image {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.product__item:hover .product__item--image {
    opacity: 0.6;
}
.kjright .add-set-btn.btn.btn-primary {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.kjright .add-set-btn.btn.btn-primary:hover {
    background: #000;
    color: #fff;
}
.catalog__button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.information__menu a:hover {
    text-decoration: underline;
}
#popup-one-click-wrapper .popup-footer a:hover,
.btn-buy-one:hover {
    background-color: #000;
    color: #fff;
}
.btn-buy-one svg {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.btn-buy-one:hover svg path {
    fill: #fff;
}
#information-information ul li{
    list-style: disc;
    list-style-position: inside;
}
.reviews__page--hero{
  width: 100%;
  /* min-height: 399px; */
  background-image: url(/image/Rectangle11869.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 130px;
}
.reviews__page--hero>.container{
  max-width:950px;
}
.reviews__page--hero h1{
font-family: var(--font-family);
font-weight: 600;
font-size: 36px;
line-height: 130%;
color: #1e1e1e;
margin-top: 43px;
margin-bottom: 15px;
}
.swiper-pagination-bullet {
    position: relative;
    width: 12px !important;
    height: 12px !important;
}
.swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
}
/* REVIEW FORM */

.reviewpage__formtext--title{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #1e1e1e;
    margin-bottom: 29px;
}
.reviewpage__formtext--text{
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 200;
    font-size: 14px;
    line-height: 140%;
    color: #1e1e1e;
}
.reviewpage__formtext--text p{
    margin-bottom: 19px;
}
.reviewpage__formtext--text b{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #000;
    margin-top: 37px;
    display: inline-block;
}
.reviewpage__formtext{
    width: 100%;
    max-width: 455px;
}
.reviewpage__form--wrapper{
    width: 100%;
    border-top: 3px solid #ff4961;
    border-radius: 10px;
    box-shadow: 0 3px 8px 0 rgba(148, 148, 148, 0.1), 0 14px 14px 0 rgba(148, 148, 148, 0.09), 0 31px 19px 0 rgba(148, 148, 148, 0.05), 0 55px 22px 0 rgba(148, 148, 148, 0.01), 0 86px 24px 0 rgba(148, 148, 148, 0);
    background: #fff;
    padding: 35px 93px 59px 47px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}
.reviewpage__formtext--form{
    width: 100%;
    max-width: 871px;
}
.r_form__title{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #1e1e1e;
    margin-bottom: 21px;
}
.r_form--elemlabel{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #141414;
    margin-bottom: 5px;
}
.r_form--elem input{
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    border-radius: 10px;
    border: none;
    padding: 0 27px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #676767;
    box-shadow: none;
}
.r_form--elem textarea{
    width: 100%;
    background: #f4f4f4;
    border-radius: 10px;
    border: none;
    padding: 14px 27px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #676767;
    box-shadow: none;
    resize: none;
}
.r_form--elem textarea::placeholder,
.r_form--elem input::placeholder{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #676767; 
}
.r_form--row{
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    width: 100%;
}
.r_form--elem{
    width: 100%;
    max-width: 100%;
}
.r_form--bottom{
    display: flex;
    align-items: flex-start;
    gap: 99px;
    margin-top: 22px;
}
.ex-btnex-accept{
    border-radius: 10px;
    padding: 14px 57px;
    width: 190px;
    height: 50px;
    background: #ff4961;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.r_form--rating{
    width: 100%;
    max-width: 100%;
}
.r_form--button{
    width: max-content;
}
.r_form--rating{
    display: flex;
    flex-wrap: wrap;
    gap: 13px 56px;
}
.r_form--rating>div{
    width: calc(50% - 28px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.r_form--rating .rating-title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #141414;
}
.r_form--rating .add-review-star-wrap{
    margin: 0;
}
.r_form--rating .star-block{
    width: 30px;
}
.r_form--rating .ex-star-input{
    width: 25px;
    height: 25px;
}
.reviewpage__form{
    margin-top: -50px;
}
@media (max-width: 1365px) {
    .reviewpage__form--wrapper{
        flex-direction: column;
        padding-right: 47px;
    }
    .reviewpage__formtext{
        max-width: 100%;
    }
    .reviewpage__formtext--form{
        margin: 0 auto;
    }
}
@media (max-width: 1024px) {
    .r_form--rating>div{
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .r_form--bottom{
        flex-direction: column;
        gap: 30px;
    }
    .r_form--button{
        width: 100%;
    }
    .ex-btnex-accept{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .reviewpage__form--wrapper{
        padding: 40px 20px 20px 20px;
    }
    .reviewpage__formtext--text b{
        margin-top: 33px;
    }
    .r_form__title{
        font-size: 20px;
    }
    .r_form--row{
        flex-direction: column;
        gap: 12px;
        margin-bottom: 26px;
    }
    .r_form--rating .rating-title{
        font-size: 14px;
    }
    .r_form--bottom{
        margin-top: 32px;
    }
    .ex-btnex-accept{
        max-width: 270px;
    }
    .r_form--button{
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
    .reviewspage__sort{
        margin-top: 30px;
    }
}
/* REVIEW FORM */
@media (max-width: 1760px) {
    .catalog__list {
        left: 0;
        max-width: 380px;
    }
    .sc-megamenu-list-item {
        padding: 10px 25px !important;
    }
}
@media (max-width: 1630px) {
    .container {
        width: 100%;
    }
}
@media (max-width: 1480px) {
    .catalog__list {
        max-width: 340px;
    }
    .about_middle--desc ul li {
        padding-left: 10px;
        font-size: 14px;
    }
    .subcategories,
    .products__page .col-sm-3 {
        margin-right: 50px;
    }
    #logo {
        margin-right: 20px;
    }
    #search {
        width: 250px;
    }
    .footer__wrapper {
        flex-wrap: wrap;
    }
    .footer__logo {
        width: 100%;
        max-width: 100%;
        margin-bottom: 35px;
        margin-right: 0;
    }
    .footer__logo img {
        max-width: 155px;
    }
}
.category__wall {
    padding-bottom: 20px;
    background: #f7f7f7;
}
.product__item--buttons {
    display: none;
}
@media (max-width: 1365px) {
    .subcategories,
    .products__page .col-sm-3 {
        margin: 0;
    }
    .page__heading--sort {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page__heading {
        flex-wrap: wrap;
        position: relative;
    }
    .page__heading::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #efefef;
    }
    .page__heading--title {
        width: 100%;
        margin-bottom: 15px;
    }
    .subcategories {
        width: 100%;
    }
    .header__mobmenu {
        display: block;
        position: relative;
    }
    .catalog__block {
        margin-left: auto;
        margin-right: 12px;
    }
    .header__cart--wrapper {
        margin-left: 0;
    }
    .header__mobmenu {
        margin: 0 12px;
    }
    .information__menu ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__block--newsletter {
        max-width: 100%;
        margin-top: 35px;
    }
    .advantages__item--image {
        max-width: 85px;
    }
    .advantages__item {
        gap: 15px;
    }
    .advantages__wrapper {
        gap: 30px;
    }
    .shop__thelook{
        flex-direction: column;
    }
    .shop__thelook--content{
        width: 100%;
    }
    .hotspot__prod{
        display: none !important;
    }
}
@media (max-width: 1279px) {
    .category__wall--tittle div {
        font-size: 16px;
    }
    .category__wall--tittle > span {
        font-size: 12px;
        text-align: left;
        padding-right: 0;
    }
    .product__carousel--banner > .container {
        display: block;
        padding-left: 15px;
    }
    .product__carousel--banner .product__carousel--body {
        width: 100%;
    }
    .product__carousel--banner .product__carousel--wrapper {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
        margin-left: -15px;
        position: relative;
        display: flex;
        align-items: center;
    }
    .product__carousel .swiper-slide {
        width: calc(100% / 3 - 13.333px);
    }
    .product__carousel--banner .product__carousel--heading {
        width: 100%;
        max-width: 50%;
        position: absolute;
        top: 0;
        right: 23px;
        height: 100%;
    }
    .product__carousel--banner .product__carousel--navigation {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .product_slide--banner {
        max-width: 50%;
    }
    .product__carousel--pagination {
        display: none;
    }
    .shop__thelook--title {
        font-size: 24px;
    }
    .product__left,
    .product__right {
        width: 48%;
        flex-basis: 48%;
    }
    .thumbs__slider .swiper-slide {
        width: calc(100% / 8 - 8.7px);
    }
}
@media (max-width: 1023px) {
    .category__wall--text {
        display: block;
    }
    .main-title-category {
        user-select: unset;
        pointer-events: all;
    }
    .prev-catalog svg:first-child {
        display: block;
    }
    .prev-catalog svg:last-child {
        display: block;
        margin-left: auto;
    }
    .category__wall--slide {
        width: calc(100% / 1.1 - 5px);
    }
    .shop__thelook--wrapper {
        margin: 0 auto;
        text-align: center;
    }
    .shop__thelook--product a {
        text-align: center;
    }
    .shop__thelook--price {
        justify-content: start;
    }
    .main-title-category {
        display: flex;
    }
    .catalog__list {
        top: 115px;
        max-width: 100%;
        height: calc(100vh - 115px);
        max-height: 100vh;
        overflow: hidden;
        left: 0;
        padding: 50px 0;
        border-radius: 0;
        box-shadow: none;
    }
    .header__mobmenu--list {
        top: 156px;
        max-width: 100%;
        height: calc(100vh - 156px);
        max-height: 100vh;
        overflow: hidden;
        left: 0;
        padding: 50px 30px;
        border-radius: 0;
        box-shadow: none;
        position: fixed;
    }
    .container-cart {
        top: 166px;
        left: 50%;
        transform: translateX(-50%);
        max-width: calc(100% - 20px);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 15px 9px 0 rgba(0, 0, 0, 0.05), 0 27px 11px 0 rgba(0, 0, 0, 0.01), 0 42px 12px 0 rgba(0, 0, 0, 0);
        height: calc(100vh - 166px);
        max-height: 100vh;
        overflow: hidden;
        padding: 30px 15px;
        border-radius: 0;
        position: fixed;
        border-radius: 10px;
    }
    .container-cart ul {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .group-cart-button {
        margin-top: auto;
    }
    .sc-megamenu-list-item {
        padding: 10px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    .close__catalog__toggle {
        display: flex;
    }
    .product__list {
        gap: 10px;
    }
    .product-layout {
        width: calc(100% / 2 - 5px);
    }
    .page__heading {
        margin-bottom: 20px;
    }
    .sticker {
        width: 27px;
        height: 27px;
        font-size: 10px;
    }
    .product__item--buttons {
        top: 8px;
        right: 8px;
    }
    .product__item--stickers {
        top: 8px;
        left: 8px;
    }
    .header__telephones {
        display: none;
    }
    .list--tel {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 20px;
    }
    .list--tel a {
        font-size: 14px;
    }
    .shop__thelook {
        padding-bottom: 25px;
    }
    .product__carousel {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .product__carousel--title {
        font-size: 20px;
    }
    .product__carousel--heading-wrapper {
        margin-bottom: 0;
        border: none;
    }
    .product__item--top {
        margin-top: 10px;
        margin-bottom: 5px;
        flex-direction: column-reverse;
        gap: 10px;
        align-items: flex-start;
    }
    .advantages__wrapper {
        flex-direction: column;
    }
    .advantages {
        padding: 30px;
    }
    .footer__credits {
        flex-direction: column;
        gap: 18px;
    }
    .footer__credits ul {
        flex-wrap: wrap;
    }
    .footer__credits > ul li:first-child {
        width: 100%;
    }
    .footer__credits ul li a {
        text-decoration: underline;
    }
    .footer__wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header__body {
        padding: 10px 0;
    }
    .header__wrapper--search {
        margin-top: 10px;
        position: relative;
    }
    #search {
        width: 100%;
    }
    .close-mobile-search.active {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        z-index: 22;
        cursor: pointer;
    }
    .active + .input-main-search {
        padding-left: 50px !important;
    }
    .product__carousel .swiper-slide,
    .product__carousel.product__carousel--banner .swiper-slide {
        width: calc(100% / 2 - 5px);
    }
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .product__left {
        position: unset;
        top: 0;
    }
    .product__left,
    .product__right {
        width: 100%;
        flex-basis: 100%;
    }
    .product__product {
        flex-direction: column;
    }
    .wrapper {
        padding-top: 156px !important;
    }
    .main__slider--buttons,
    .thumbs__slider {
        display: none;
    }
    .main__slider--pagination {
        display: block;
    }
    .product__right {
        margin-top: 40px;
    }
    .product__buttons {
        justify-content: space-between;
    }
    .product__body {
        padding-top: 10px;
        width: 100%;
    }
}
@media (max-width: 1023px) {
    #logo {
        order: 2;
        margin-right: auto;
        margin-left: auto;
    }
    .catalog__block {
        order: 1;
        margin-left: 0;
    }
    .header__mobmenu {
        order: 3;
    }
    .header__cart--wrapper {
        order: 4;
    }
    .product__body h1 {
        margin: 15px 0;
        font-size: 20px;
    }
    .product__quantity {
        width: 40%;
    }
    .two__banners--wrapper {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .shop__thelook {
        flex-direction: column;
    }

    .shop__thelook--content {
        width: 100%;
        padding: 40px 30px;
    }

    .shop__thelook--product a {
        text-align: left;
    }


    .slick-arrow {
        bottom: 62%;
    }
    ul.dropdown-menu .box_search {
        width: 100%;
    }
    .main__slider img {
        height: calc(100vw - 20px);
        object-fit: cover;
    }
    .footer__col {
        width: calc(50% - 20px);
        margin: 0;
    }
    .footer__col.footer__colinfo {
        margin-right: 40px;
    }
    .footer__col.footer__colcontacts {
        width: 100%;
        margin-top: 25px;
    }
}
.hotspot-point {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 999;
}
.hotspot__prod {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 200px;
    padding: 16px 20px;
    display: none;
}
.hotspot-point.active .hotspot__prod,
.hotspot-point:hover .hotspot__prod {
    display: block;
}
.hotspot__prod a {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 4px;
}
.hotspot__prod--price {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #f9485f;
    display: flex;
    align-items: flex-start;
}
.hotspot__prod--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hotspot__prodspecial {
    font-size: 12px;
    margin-left: 5px;
    color: #848484;
    text-decoration: line-through;
}
.hotspot__dot {
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-8' y='-8' width='72' height='72'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(4px);clip-path:url(%23bgblur_0_333_1250_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='8'%3E%3Ccircle cx='28' cy='28' r='28' fill='white' fill-opacity='0.2' /%3E%3Ccircle cx='28' cy='28' r='27.5692' stroke='white' stroke-opacity='0.6' stroke-width='0.861538' /%3E%3C/g%3E%3Ccircle cx='28' cy='28' r='9' transform='rotate(180 28 28)' fill='white' /%3E%3Cdefs%3E%3CclipPath id='bgblur_0_333_1250_clip_path' transform='translate(8 8)'%3E%3Ccircle cx='28' cy='28' r='28' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 56px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 56px 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.hotspot__dot::before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: background-color 0.4s;
    animation: pulsate 1.5s ease-out;
    animation-iteration-count: infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
}
.main__info .img-thumbnail {
    padding: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.productoptionlinks label {
    margin: 0;
}
.linksnoimage a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 14px;
    width: max-content;
    background: #f0f0f0;
    font-size: 14px;
    line-height: 130%;
    text-transform: lowercase;
    color: #1e1e1e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.selectedoption img {
    border-color: #ff4961 !important;
}
.productoptionlinks a {
    display: flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.selectedoption,
.linksnoimage a:hover {
    background: #ff4961 !important;
    color: #fff !important;
}
.control-label.style_name {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #1e1e1e;
    margin-bottom: 10px;
}
.hotspot__dot span {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: transparent;*/
    line-height: 1;
    /*font-size: 0;*/
    z-index: 2;
}
span.product-discount {
    background: #FF4961;
    border-radius: 5px;
    min-height: 22px;
    min-width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.3;
    font-weight: 600;
    margin-right: 6px;
}
.mini-rating {
    display: flex;
    align-items: center;
}
.stars {
    margin-right: 10px;
}
.star.full path { fill: #FFD700; } /* активна */
/*.star.half path { fill: url(#halfStar); }*/ /* половина */
.star.empty path { fill: #d4d4d4; } /* пуста */
.rating-number, .rating-count {
    color: #52525B;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
}
@keyframes pulse {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1.2);
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.8);
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        -o-transform: scale(1.8);
    }
}
@media(min-width:1780px){
    .shop__thelook--title{
     font-size:48px;   
    }
}
@media(min-width:1550px) and (max-width:1779px){
    .shop__thelook--title{
         font-size:34px;   
    }
}
@media(min-width:1420px) and (max-width:1549px){
    .shop__thelook--title{
         font-size:26px;   
    }
    .shop__thelook--content{
        padding: 50px 70px;
    }
}
@media(min-width:1200px) and (max-width:1419px){
    .shop__thelook--title{
         font-size:26px;   
    }
    .shop__thelook--content{
        padding: 30px 50px;
    }
}
@media(max-width:1366px){
    .row.products__page {
        flex-direction: column;
    }
}
@media(max-width:540px){
    .product__item--info .price{
        flex-wrap: wrap;
    }
    .product__item--info .product__item--price .price{
        justify-content: space-between;
    }
    .product__item--info span.product-discount {
        order: 1;
    }
    .product__item--info span.price-new {
        order: 3;
        margin-top: 5px;
    }
    .product__item--info span.price-old {
        order: 2;
    }
}