:root {
    --gray: #808080;
    --light-gray: #aeaeae;
    --black: #292929;
    --font: "Rubik", sans-serif;
    --accent: #E59A79;
    --accent-hover: #FFE5D8;
    --swiper-navigation-size: 16px;
    --swiper-navigation-sides-offset: -25px
}
::placeholder {
    color: var(--light-gray);
    font-size: 14px;
}
.d-none {
    display: none !important;
}
#jGrowl {
    display: none !important;
}
section {
    margin-top: 30px;
}
.mspc_form span.input-group-append.input-group-btn {
    position: absolute;
    right: 50px;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.product__photos {
    display: none !important;
}
.customerSlider img {
    border-radius: 24px;
}
.customerSlider-thumbs {
    margin-top: 20px;
}
.customerSlider-thumbs img {
    border-radius: 24px;
    aspect-ratio: 1 / 1;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;    
}
.swiper-button-next, 
.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 1px 6px 0px rgba(0,0,0,.1);
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    color: var(--black) !important;
}
.heroSlider.swiper {
    position: relative;
}
.heroSlider.swiper:not(.swiper-initialized)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #f0f0f0 0%,
        #e6e6e6 40%,
        #f0f0f0 100%
    );
    background-size: 200% 100%;
    animation: skeleton-loading 1.4s infinite;
    z-index: 5;
}
.heroSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.additionals {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #eaeaea;
}
.additionals .form__group {
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 14px;
    color: #000;
}
.additionals .form__group:last-child {
    margin-bottom: 0;
}
.additionals-title {
    font-size: 18px;
    margin-bottom: 16px;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.heroSlider.swiper .swiper-wrapper {
    opacity: 0;
    transition: opacity 0.6s ease;
    background: #eee;
}
.heroSlider.swiper.swiper-initialized .swiper-wrapper {
    opacity: 1;
    background: none;
}
.heroSlider {
    overflow: visible;
    border-radius: 8px;
    position: relative;
}
.heroSlider .swiper-pagination {
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    bottom: -20px;
    z-index: 99999;
    top: auto;
    height: auto;
    display: flex;
    justify-content: center;
}
.heroSlider .swiper-pagination span {
    width: 10px;
    height: 10px;
    display: block !important;
    border-radius: 100%;
}
.heroSlider .swiper-pagination-bullet-active {
    background: var(--black);
}
.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    z-index: 9999;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,.15);
    display: none;
}
.sticky__price {
    align-items: center;
    display: flex;
    gap: 10px;
    font-size: 20px;
}
.sticky button {
    background: var(--accent);
    color: #fff;
    border-radius: 3em;
    text-align: center;
    display: block;
    padding: 10px;
    width: 150px;
}
.swiper-slide {
    height: auto;
}
.swiper-scrollbar {
    height: 1px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: var(--accent);
}
.fancybox__thumbs {
    width: 963px;
    margin: auto;
    bottom: 100px;
    position: relative;
    max-width: 100%;
    z-index: 200;
}
.page-header {
  position: relative;
  padding: 50px 0;
  margin: 0 0 50px 0;
  min-height: 40vh;
  margin-top: 50px;
}

.page-header__bg {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: absolute; right:0; top:0; bottom: 0;
  width: 70%;
}

.page-header .title {
  padding: 50px;
  width: 40%;
  background: #fff;
  border: solid 5px var(--accent);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
  border-radius: 15px;
  position: relative;
  z-index: 20;
}

.page-header .title h1 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
}
.page-header .title h1 {
    margin-bottom: 20px;
}
.page-content {
    line-height: 160%;
}
.page-content img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: fit-content;
}
.page-content .share {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
}
.page-content .share-title {
    margin-bottom: 10px;
}
.page-content p {
    margin-bottom: 20px;
}
.page-content p:last-child {
    margin-bottom: 0;
}
.page-content b, .page-content strong {
    font-weight: 500;
}
.page-content i, .page-content em {
    font-style: italic;
}
.page-content blockquote {
    padding: 15px;
    border-left: 6px solid var(--accent);
    margin-bottom: 20px;
}
.blog-page h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.blog-page h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}
.blog-page article {
    margin-bottom: 20px;
}
.blog-page .item-article {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
}
.blog-page .item-article .caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.blog-page .item-article .date {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    margin-top: 20px;
    color: #8d8d8d;
}
.blog-page .item-article .text a {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
    display: block;
    color: var(--accent);
    font-weight: 500;
}
.blog-page .item-article .introtext{
    color: #c0c0c0;
    line-height: 140%;
}
.container {
    width: 1340px;
    max-width: 100%;
}
img {
    max-width: 100%
}
html {
    overflow-x: hidden;
    font-family: var(--font);
    font-size: 16px;
}
.mobile {
    display: none;
}
a {
    text-decoration: none;
}
button {
    border: none;
    font-family: 'Rubik';
    transition: all .3s ease;
    cursor: pointer;
    background: none;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
select,
textarea {
    padding: 5px 22px;
    border-radius: 20px;
    border: 0.5px solid #dbdbdb;
    height: 45px;
    font-size: 14px;
    width: 100%;
    font-family: Rubik;
}
input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="number"].error,
select.error,
textarea.error {
    border-color: brown;
}
select {
    appearance: none;
    background: url("../img/v.svg") center right 20px no-repeat;
}
textarea {
    height: auto;
    padding: 15px 22px;
}
[class^="error_"] {
    color: brown;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
.bannersSlider .swiper-slide img {
    border-radius: 24px;
    overflow: hidden;
}
.overflow-hidden {
    overflow: hidden;
}
.form-group {
    margin-bottom: 12px;
}
.form-group small {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: var(--gray);
}
.form-group:last-child {
    margin-bottom: 0;
}
.switch {
    position: relative;
    display: flex;
    width: 50px;
    height: 28px;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 34px;
    top: 0; left: 0; right: 0; bottom: 0;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: var(--accent);
}

input:checked + .slider:before {
    transform: translateX(22px);
}
.input-stars {
    gap: 0 4px;
    display: flex;
    margin-top: 8px;
    margin-bottom: 20px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.input-stars svg {
    cursor: pointer;
}
.input-stars svg.active path,
.input-stars svg.active ~ svg path,
.input-stars svg:hover path,
.input-stars svg:hover ~ svg path {
    fill: #ffe000;
    stroke: #ffe000;
}
.input-file {
    position: relative;
    background: #F3F3F3;
    border-radius: 4px;
    flex-flow: column;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.input-file img {
    pointer-events: none;
}
.input-file #previewImage {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: contain;
}
.input-file span {
    display: block;
}
.input-file div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.input-file input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.input-select {
    position: relative;
    overflow: hidden;
}
.input-select select {
    color: transparent;
}
.input-select select option {
    color: #000;
}
.input-select__label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    pointer-events: none;
}
.input-select__label span {
    color: var(--light-gray);
    margin-right: 10px;
}
.header {
    padding-top: 35px;
}
.header .row {
    align-items: center;
    justify-content: space-between;
}
.header__menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.header__menu ul li a {
    color: var(--gray);
    font-weight: 300;
}
.header__menu ul li a:hover {
    color: var(--accent);
}
.header__msearch form,
.header__search form {
    position: relative;
}
.header__msearch img:first-child,
.header__search img:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    opacity: .3;
}
.header__msearch form button,
.header__search form button {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    border-radius: 0 2em 2em 0;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    filter: invert(1);
}
.header__msearch form button img,
.header__search form button img {
    left: 0 !important;
    right: 0;
    margin: auto;
    filter: brightness(100);
}
.header__msearch form button:hover,
.header__search form button:hover {
    opacity: .8;
}
.header__msearch input,
.header__search input {
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    height: 40px;
    padding: 0 15px 0 35px;
    width: 240px;
    max-width: 100%;
    background: #F3F3F3;
}
.header__msearch {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 22px 15px;
    background: #fff;
}
.header__msearch img {
    opacity: 1 !important;
}
.header__msearch input {
    width: 100%;
}
.header__msearch button {
    right: 0;
    left: auto !important;
    filter: none !important;
    background: var(--accent);
}
.header__msearch button:first-child {
    left: 0 !important;
    border-radius: 2rem 0 0 2rem;
    color: #878787;
    font-size: 30px;
    background: none;
}
.header__logo {
    flex: 0 0 12%;
    max-width: 12%;
}
.header__menu {
    flex: 0 0 35%;
    max-width: 35%;
}
.header__search {
    flex: 0 0 25%;
    max-width: 25%;
}
.header__social {
    flex: 0 0 20%;
    max-width: 20%;
    justify-content: flex-end;
    display: flex;
}
.header__social svg {
    display: none;
}
.header__social-dropdown {
    position: absolute;
    display: none;
    top: 30px;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.header__social-dropdown .flex {
    display: flex;
    gap: 5px;
}
.header__social-dropdown .flex a {
    width: 25px;
    height: 25px;
}
.header__social .wrap {
    display: flex;
    gap: 0 5px;
    position: relative;
}
.header__social a {
    display: flex;
    align-items: center;
    color: var(--gray);
    font-weight: 300;
    gap: 5px;
}
.header__controls {
    flex: 0 0 8%;
    max-width: 8%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    gap: 10px;
}
.header__controls a {
    position: relative;
}
.header__controls a:hover svg path {
    fill: var(--accent);
}
.header__controls span {
    position: absolute;
    right: 0;
    background: var(--accent);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
}
.header__controls .wrap {
    display: flex;
    gap: 0 10px;
}
.header__controls-search {
    display: none;
}
.nav {
    padding: 16px 0;
}
.nav ul {
    padding-left: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    list-style: none;
    align-items: center;
}
.nav ul li a {
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
    display: flex;
    gap: 0 5px;
    align-items: center;
    padding: 6px 8px;
    border-radius: 8px;
}
.nav ul li a.active svg path,
.nav ul li a:hover svg path {
    fill: var(--accent);
}
.nav ul li a.active,
.nav ul li a:hover {
    color: var(--accent);
}
.btn {
    text-align: center;
    padding: 16px;
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}
.btn--white {
    background: #fff;
    color: #000;
    border-radius: 3rem;
}
.btn--white:hover {
    color: var(--accent);
}
.btn--colored {
    background: var(--accent);
    border-radius: 3rem;
    color: #fff;
}
.btn--colored svg {
    filter: brightness(0) invert(1);
}
.btn--colored:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    color: var(--accent);
}
.btn--colored:hover svg {
    filter: brightness(1) invert(0);
}
.btn--bordered {
    border: 1px solid var(--black);
    border-radius: 3rem;
    text-align: center;
}
.btn--bordered:hover {
    background: var(--gray);
    border-color: var(--gray);
    color: #fff;
}
.separator {
    margin-top: 34px;
}
.hero .wrapper {
    position: relative;
}
.hero__caption {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}
.hero__caption .wrap {
    box-shadow: -6px 13px 10.9px 0px #00000040;
    width: 30%;
    background: #FDEAE1;
    border-radius: 20px;
    padding: 30px;
    margin-right: 100px;
}
.hero__caption-text {
    margin-top: 24px;
    font-weight: 300;
    line-height: 22.4px;
}
.hero__caption-text p {
    margin-bottom: 10px;
}
.hero__caption-text p:last-child {
    margin-bottom: 0;
}
.hero__caption-btn {
    margin-top: 30px;
}
.hero__caption-btn a {
    display: block;
    color: var(--black);
    width: calc(100% - 30px);
}
.hero__caption-title {
    font-size: 28px;
    line-height: 35px;
}
.page {
    margin: 50px 0;
    line-height: 160%;
}
.page h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
/* Заголовки */
.page h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
}

.page h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
  border-left: 4px solid var(--accent);
  padding-left: 10px;
}

.page h3 {
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 8px;
}

/* Абзацы */
.page p {
  margin-bottom: 16px;
  font-size: 16px;
}

/* Ссылки */
.page a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.page a:hover {
  color: var(--accent);
  text-decoration: underline;
}

/* Списки */
.page ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 24px;
}
.page li p {
  margin-bottom: 0;
}
.page li {
  margin-bottom: 8px;
}

.page strong,
.page b {
  font-weight: 600;
}
.page .table-wrap { max-width: 100%; overflow-x: auto; padding: 8px; }
.page table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 30px;
}
.page table caption {
  text-align: left;
  padding: 14px 18px;
  font-weight: 600;
  color: #111827;
  font-size: 0.95rem;
  border-bottom: 1px solid #ddd;
}
.page table thead th {
  text-align: left;
  font-size: 0.85rem;
  padding: 5px 16px;
  color: #374151;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: sticky;
  top: 0;
}
.page table td {
  padding: 5px 16px;
  font-size: 0.92rem;
  color: #111827;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.page table tr:first-child td {
    border-top: 0;
}
.page table td p {
  margin: 0;
}
.page table tr:hover td {
  background: rgba(99,102,241,0.04); /* subtle hover */
}
.page table td:last-child {
    border-right: 0;
}


/* Адаптивность */
@media (max-width: 600px) {
  .page h1 {
    font-size: 26px;
  }

  .page h2 {
    font-size: 22px;
  }

  .page h3 {
    font-size: 18px;
  }

  .page p {
    font-size: 15px;
  }
}

.breadcrumbs ol {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.breadcrumbs ol li {
    position: relative;
    color: var(--light-gray);
    font-size: 14px;
}
.breadcrumbs ol li:after {
    content: '/';
    display: inline-flex;
    margin: 0 5px;
    color: var(--light-gray);
}
.breadcrumbs ol li:last-child:after {
    display: none;
}
.breadcrumbs ol li span,
.breadcrumbs ol li a {
    color: var(--light-gray);
    font-size: 14px;
}
.product {
    margin-top: 40px;
}
.product__help {
    margin-bottom: 30px;
    cursor: pointer;
}
.product__help-title {
    font-size: 16px;
    display: flex;
    gap: 10px;
    display: flex;
    align-items: center;
}
.product__help-text {
    font-size: 12px;
    color: #737373;
    margin-top: 10px;
}
.product__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 20px;
}
.product__title a {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product__share {
    right: 55px;
}
.product__share svg path {
    transition: all .3s ease;
}
.product__share:hover svg path {
    fill: var(--accent);
}
.product__fav {
    right: 20px;
}
.product__title2 {
    font-size: 32px;
}
.product__text2 {
    font-size: 16px;
    color: #696969;
    margin-top: 12px;
    margin-bottom: 40px;
}
.product__title a svg {
    transition: all .3s ease;
}
.product__title a:hover svg {
    fill: var(--accent);
}
.product__title h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
[data-favorite] {
    transition: all .3s ease;
}
[data-favorite="true"] path {
    stroke: var(--accent);
    stroke-opacity: 1;
    fill: var(--accent);
}
.product__intro {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    line-height: 19.6px;
}
.product__introtext {
    margin-top: 40px;
    line-height: 19px;
    font-size: 14px;
}
 /* Заголовки */
.product__introtext h1, 
.product__introtext h2, 
.product__introtext h3, 
.product__introtext h4, 
.product__introtext h5,
.product__introtext h6, 
.product__sizes h1, 
.product__sizes h2, 
.product__sizes h3, 
.product__sizes h4, 
.product__sizes h5, 
.product__sizes h6 {
    font-weight: 500;
    line-height: 1.2;
    color: #222;
    margin-top: 16px;
    margin-bottom: 8px;
}

.product__introtext h1 { font-size: 26px; }
.product__introtext h2 { font-size: 24px; }
.product__introtext h3 { font-size: 22px; }
.product__introtext h4 { font-size: 20px; }
.product__introtext h5 { font-size: 18px; }
.product__introtext h6 { font-size: 16px; color: #555; }

.product__sizes {
    margin: 40px 0;
    background: #f3f3f3;
    border-radius: 25px;
    padding: 15px 30px;
}

.product__sizes h2 { 
    font-size: 24px;
    margin-bottom: 20px;
}

.product__sizes .tabs__nav {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    background: #fff;
    border-radius: 2rem;
    padding: 5px;
}

.product__sizes .tabs__nav .tab {
    border-radius: 10em;
    cursor: pointer;
    transition: all .3s ease;
    white-space: nowrap;
    width: -webkit-fill-available;
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: 300;
    justify-content: center;
}

.product__sizes .tabs__nav .tab:hover {
    background: #FDF0EA;
    border-color: #FDF0EA;
}
.product__sizes .tabs__nav .tab.active {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.product__sizes .tabs__content {
    margin-top: 20px;
}

.product__sizes .tabs__content .content {
    display: none;
}

.product__sizes .tabs__content .content.active {
    display: block;
}

.product__sizes img {
    margin: 0 0 20px;
    border-radius: 20px;
    display: block;
    width: 360px;
    max-width: 100%;
}

.product__sizes ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    column-count: 1;
    column-gap: 20px;
}

.product__sizes ul li {
    break-inside: avoid;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    font-weight: 400;
    font-size: 13px;
}

.product__sizes ul li:last-child {
    border-bottom: 0;
}

.product__sizes ul li strong {
    opacity: .5;
}

/* Параграфы */
.product__introtext p {
    margin: 16px 0;
    font-size: 14px;
}

/* Ссылки */
.product__introtext a {
    color: #007acc;
    text-decoration: none;
}

.product__introtext a:hover {
    text-decoration: underline;
}

/* Цитаты */
.product__introtext blockquote {
    font-style: italic;
    color: #555;
    padding: 8px 16px;
    border-left: 3px solid #007acc;
    margin: 16px 0;
    background: #f1f1f1;
}

/* Списки */
.product__introtext ul {
    list-style: auto;
}
.product__introtext ul, .product__introtext ol {
    margin: 16px 0;
    padding-left: 32px;
}

.product__introtext li {
    margin-bottom: 8px;
}

/* Таблицы */
.product__introtext table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}

.product__introtext th, .product__introtext td {
    padding: 8px;
    border: 1px solid #ddd;
}

.product__introtext th {
    background-color: #f1f1f1;
    font-weight: bold;
}

/* Вспомогательные теги */
.product__introtext strong {
    font-weight: 500;
}

.product__introtext em {
    font-style: italic;
}

.product__prices {
    margin-top: 32px;
    display: flex;
    gap: 0 10px;
    flex-wrap: wrap;
    align-items: center;
}
.product__prices img {
    width: 16px;
}
.product__gallery {
    z-index: 0;
    position: relative;
}
.product__gallery-controls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.product__gallery-controls button {
    width: 230px;
    margin: 20px auto 0;
}
.product__gallery-controls a {
    flex: 0 0 calc(100% / 5);
    height: 120px;
    padding: 10px;
    display: block;
}
.product__gallery-controls a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.product__prices .price {
    font-size: 28px;
    font-weight: 500;
}
.product__prices .old_price {
    font-weight: 400;
    text-decoration: line-through;
    font-size: 26px;
    color: var(--light-gray);
}
.product__prices .sale {
    background: #F3B263;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    border-radius: 3em;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
.product__note {
    font-size: 14px;
    font-weight: 300;
    margin-top: 12px;
    color: var(--light-gray);
}
.product__note span {
    color: #000;
}
.product__options label {
    cursor: pointer;
}
.product__options label img {
    border-radius: 4px;
    height: 60px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}
.product__badges {
    margin-bottom: 20px;
    gap: 0 5px;
    display: flex;
}
.product__badges div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 28px;
    padding: 0px 15px;
    border-radius: 2em;
    font-size: 12px;
    color: #fff;
}
.product__badges .hit {
    background-color: #E59A79;
}
.product__badges .popular {
    background-color: #28AED9;
}
.product__badges .new {
    background-color: #98B12A;
}
.option {
    margin-bottom: 20px;
}
.option:last-child {
    margin-bottom: 0;
}
.option__color span {
    position: relative;
}
.option__color label span {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: relative;
    background-size: 100%;
    position: relative;
}
.option__color label input + span:after,
.option__color label + span:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: scale(1.5);
}
.option__color input:checked + span:before {
    content: "";
    display: block;
    background: url(../img/vvv.svg) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -15px;
    left: -15px;
}
.option__color label {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
}
.option__color label:hover input + span:after,
.option__color label input:checked + span:after {
    border-color: var(--accent);
}
.has-more-colors {
    position: relative;
}
.more-items {
    position: absolute;
    top: 45px;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 50px;
    cursor: pointer;
    display: none;
}
.more-items:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../img/v.svg) right center no-repeat;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    pointer-events: none;
}
.option__size .option__items {
    background: #fff;
    padding: 4px;
    border-radius: 3em;
}
.option__size label {
    width: -webkit-fill-available;
}
.option__size label span {
    color: #000;
    height: 38px;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    transition: all .3s ease;
    font-weight: 300;
}
.option__size label:hover span {
    color: #000;
    border-color: #FDF0EA;
    background: #FDF0EA;
}
.option__size label input:checked + span {
    color: #fff;
    border-color: var(--accent);
    background: var(--accent);
}
.option__more {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #fff;
    height: 32px;
    padding: 0 15px;
    border-radius: 2rem;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 41px;
    transition: all .3s ease;
    gap: 8px;
}
.option__more:hover {
    color: var(--accent);
}
.option__more:hover svg path {
    stroke: var(--accent);
}
.modal__content .option__size label span {
    font-size: 12px;
    height: 25px;
}
.option__complect {
    padding: 8px !important;
    margin-left: -8px;
}
.option__complect a,
.option__complect label {
    max-width: 100%;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    flex-flow: column;
    position: relative;
    height: 100%;
}
.option__complect2 input {
    display: none;
}
.option__complect label:hover,
.option__complect input:checked + label {
    border-color: var(--accent);
}
.option__complect input:checked + label:after {
    content: "";
    display: block;
    background: url(../img/vvv.svg) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -7px;
    left: -7px;
}
.modal__content .option__items {
    margin-top: 10px;
    flex-wrap: wrap;
}
.product__options label input {
    display: none;
}
.option__items {
    display: flex;
    gap: 0 5px;
    margin-top: 5px;
    overflow-x: auto;
    padding: 7px;
    overflow-y: hidden;
    margin-left: -7px;
}
.option__items .item {
    max-width: 25%;
    flex: 0 0 25%;
    background: #fff;
    border-radius: 10px;
}
.option__items-more {
    display: flex;
    align-items: center;
    color: var(--light-gray);
    cursor: pointer;
    font-size: 14px;
}
.option__images {
    position: relative;
}
.option__images a,
.option__images label div {
    font-size: 12px;
    margin-top: 8px;
    font-weight: 300;
    color: #000;
    background: #fff;
    text-align: center;
}
.product__relations {
    margin-top: 30px;
}
.product__relations .switcher {
    margin-bottom: 10px;
}
.product__add {
    margin-top: 20px;
}
.product__add button {
    font-size: 16px;
    padding: 12px 0;
    font-size: 16px;
    display: block;
}
.product__tocart {
    margin-top: 24px;
    display: flex;
    gap: 0 10px;
    align-items: center;
}
.product__tocart-count {
    display: flex;
    gap: 0 10px;
}
.product__tocart-count input {
    text-align: center;
    border: none;
    padding: 0;
    width: 20px;
    height: 40px;
    background: none;
}
.product__tocart-count span {
    height: 41px;
    width: 41px;
    border-radius: 100%;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    flex: 0 0 41px;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}
.product__tocart-count span:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
}
.product__oneclick {
    margin-top: 8px;
}
.product__info {
    margin-top: 24px;
}
.product__info .item {
    border-bottom: 1px solid #e5e5e5;
}
.product__info .item:last-child {
    border-bottom: 0;
}
.product__info .item__title {
    font-weight: 300;
    cursor: pointer;
    font-size: 14px;
    padding: 14px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product__info .item__title div {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.product__info .item__title div i {
    color: #aaa;
}
.product__info .item__content {
    display: none;
}
/* .product__gallery .swiper-slide {
    margin-bottom: 20px;
}
.product__gallery .swiper-slide:last-child {
    margin-bottom: 0;
}
.product__gallery .swiper-wrapper {
    display: block;
}
.product__gallery .swiper-slide:nth-child(1),
.product__gallery .swiper-slide:nth-child(2) {
    display: block;
} */
.product__intro {
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
}
.product__triggers {
    margin-top: 40px;
}
.product__triggers .item {
    margin-bottom: 52px;
}
.product__triggers .item img {
    border-radius: 25px;
    width: 100%;
}
.product__triggers .item:nth-child(even) [class^="col-"]:first-child {
    order: 2;
}
.product__triggers .item:nth-child(even) [class^="col-"]:last-child {
    order: 1;
}
.product__triggers .item:last-child {
    margin-bottom: 0;
}
.product__triggers .item__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
}
.product__triggers .item__text {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
}
.product__triggers .item__text p {
    margin-bottom: 15px;
}
.product__triggers .item__text ul li {
    padding-left: 25px;
    position: relative;
}
.product__triggers .item__text ul li:before {
    content: "";
    display: block;
    background: url(/tpl/img/vvvv.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2%;
}
.sticky-aside {
    position: sticky;
    top: 20px;
}
.sticky-aside .wrapper2 {
    background: #F3F3F3;
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 8px;
}
.sticky-aside .wrapper2:last-child {
    margin-bottom: 0;
}
.sticky-aside.loading {
    pointer-events: none;
    background: url(../img/loading.gif) center 100px no-repeat;
    background-size: 30px;
    opacity: .6;
}
.modalGallery,
.modalGalleryThumbs {
    height: 500px;
}
.modalGalleryThumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modalGalleryThumbs .swiper-slide {
    opacity: .7;
    height: 100px;
}
.modalGalleryThumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}
.title a {
    color: var(--black);
    transition: color .3s ease;
}
.title a:hover {
    color: var(--accent);
}
.title div a {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}
.title a:hover svg {
    stroke: var(--accent);
}
.other .item__img {
    position: relative;
    overflow: hidden;
}
.other .item__img a {
    display: block;
    height: 180px;
}
.other .item__img [data-favorite] {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 34px;
    z-index: 99;
}
.other .item__img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
    transition: opacity .3s ease;
}
.other .item__img a img:first-child {
    position: relative;
    z-index: 9;
}
.other .item__img a img:not(:first-child) {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
}
.other .item a:hover img:first-child {
    opacity: 0;    
}
.badges,
.other .item__img-badges {
    position: absolute;
    display: flex;
    gap: 0 4px;
    left: 10px;
    top: 10px;
    z-index: 9;
}
.badges .hit,
.other .item__img-badges .hit {
    background: #E59A79;
    color: #fff;
}
.badges .design,
.other .item__img-badges .design {
    background: #28AED9;
    color: #fff;
}
.badges div,
.item__img-badges div {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    border-radius: 3rem;
    padding: 2.5px 8px;
    display: flex;
    gap: 0 5px;
    align-items: center;
    height: 25px;
    padding: 2.5px 12px;
}
.other .item__img-fav {
    position: absolute;
    right: 10px;
    top: 10px;
}
.other .item__img-fav svg,
.other .item__img-fav img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.other .item__img-fav svg,
.other .item__img-fav svg path {
    transition: all .3s ease;
}
.other .item__img-fav:hover svg {
    fill: var(--accent);
}
.other .item__img-fav:hover svg path {
    stroke: var(--accent);
}
.other .item__content {
    padding: 20px;
}
.other .item__content-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.96px;
}
.other .item__content-title a {
    color: var(--black);
}
.other .item__content-title a:hover {
    color: #000;
}
.other .item__content-text {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    color: #a7a7a7;
    font-weight: 400;
}
.other .item__content-sizes {
    display: flex;
    gap: 0 10px;
    margin-top: 8px;
}
.other .item__content-sizes span {
    border: 1px solid var(--black);
    border-radius: 3rem;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    text-align: center;
    padding: 4.5px 8px;
    font-weight: 400;
}
.other .item__content-prices {
    margin-top: 22px;
    display: flex;
    padding-bottom: 10px;
    gap: 0 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    left: 20px;
    right: 20px;
    position: absolute;
}
.other .item__content-prices svg rect {
    transition: all .3s ease;
}
.other .item__content-prices a:hover svg rect {
    fill: #fff;
}
.other .item__content-prices .price_block {
    display: flex;
    gap: 0 10px;
    align-items: center;
    margin-top: 5px;
}
.other .item__content-prices .price {
    font-size: 20px;
    font-weight: 500;
}
.other .item__content-prices .old_price {
    font-weight: 300;
    font-size: 20px;
    text-decoration: line-through;
    color: var(--light-gray);
}
.other .item__content-prices .sale {
    background: var(--accent);
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border-radius: 3rem;
}
.products {
    margin-top: 44px;
}
.products .item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 0 0 20px 20px;
    background: #F9F9F9;
    height: calc(100% - 30px);
    padding-bottom: 70px;
}
.products .item .item__content-prices {
    bottom: 15px;
}
.productsSlider .swiper-wrapper {
    margin-right: -10px;
    margin-left: -10px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.productsSlider .swiper-wrapper .item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}
.gram {
    margin-top: 80px;
}
.gram .item {
    color: #000;
}
.gram .item__title {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
}
.footer {
    background: #E9E9E9;
    padding: 61px 0;
    margin-top: 100px;
}
.footer .item__title {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 19.6px;
}
.footer .item__content ul li {
    margin-bottom: 8px;
}
.footer .item__content ul li:last-child {
    margin-bottom: 0;
}
.footer .item__content ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    color: var(--gray);
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.footer .item__content ul li a:hover {
    color: #000;
}
.footer .item__buttons {
    margin-top: 24px;
}
.footer .item__buttons a {
    display: flex;
    align-items: center;
    padding: 8px;
    gap: 0 10px;
    border-radius: 5px;
    border: 1px solid var(--gray);
    color: var(--gray);
    margin-bottom: 8px;
    width: 180px;
}
.footer .item__buttons a:hover {
    color: #000;
    border-color: #000;
}
.footer .item__content {
    margin-top: 24px;
}
.footer__logo {
    margin-top: 80px;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}
.footer__policy {
    margin-top: 80px;
}
.footer__policy a {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: var(--gray);
    margin-bottom: 8px;
    display: block;
}
.footer__policy a:hover {
    color: #000;
}
.footer__policy a:last-child {
    margin-bottom: 0;
}

.modal__overlay {
    position: fixed;
    display: flex;
    flex-flow: column;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 9999999;
}
.modal__overlay.active {
    opacity: 1;
    pointer-events: all;
    background-color: rgba(0,0,0,.5);
}
#thanks-modal .modal__content {
    text-align: center;
    font-size: 18px;
}
#thanks-modal .modal__close {
    top: 10px;
    right: 10px;
}
.modal {
    width: 900px;
    max-width: 100%;
    background: #fff;
    position: relative;
    border-radius: 5px;
}
.modal--sm {
    width: 520px;
}
.modal--half {
    width: 1180px;
}
.modal--full {
    width: 100%;
}
.modal .scrollable {
    overflow-y: auto;
    padding: 30px;
    height: 100%;
    padding-bottom: 150px;
}
.modal__content {
    font-size: 14px;
    line-height: 19px;
}
.modal__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    margin-bottom: 16px;
}
.modal__text h2:first-child {
    margin-top: 0;
}
.modal__text h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 30px;
}
.modal__text h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.modal__text ul {
    margin-bottom: 20px;
    list-style: circle;
    padding-left: 15px;
}
.modal__text ul li {
    margin-bottom: 8px;
}
.modal__offer {
    width: 825px;
}
.modal__offer .scrollable {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    background: url(../img/offer.png) no-repeat;
    background-size: contain;
}
.modal__offer .modal__content {
    background: #fff;
    padding: 80px 20px 100px;
    width: 47%;
}
.modal__offer .title {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 16px;
    line-height: 125%;
}
.modal__offer .content {
    margin-bottom: 20px;
}
.modal__questions {
    width: 500px !important;
    max-width: 100% !important;
}
.modal__questions .item {
    border-bottom: 1px solid var(--light-gray);
    padding-bottom: 36px;
    margin-bottom: 36px;
}
.modal__questions .item__caption {
    display: flex;
    color: var(--light-gray);
    justify-content: space-between;
}
.modal__questions .item__text {
    margin-top: 12px;
}
.modal__questions .item__author {
    margin-top: 12px;
    color: var(--light-gray);
}
.modal__questions .item__answer {
    margin-top: 20px;
    font-weight: 300;
}
.modal__questions .item__logo {
    margin-top: 10px;
    gap: 0 10px;
    align-items: center;
    display: flex;
    color: var(--light-gray);
}
.modal__questions .item__answer-title {
    font-size: 14px;
    color: var(--light-gray);
}
.modal__questions .item__answer-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}
.modal__questions .item__answer-logo {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    color: var(--light-gray);
}
.modal__overlay--slide {
    right: 0;
    top: 0;
    align-items: end;
    justify-content: flex-start;
}
.modal__overlay--transparent {
    background: none;
}
.modal__overlay--transparent .modal {
    box-shadow: 0 0 60px 0 rgba(0,0,0,.1);
}
.modal__overlay--slide .modal {
    height: 100%;
    width: 450px;
}
.modal__overlay--slide .modal {
    right: -100%;
    transition: all .3s ease;
}
.modal__overlay--slide.active .modal {
    right: 0;
}
.modal__overlay--top .modal {
    top: -10% !important;
    transition: all .3s ease;
}
.modal__reviews-stars {
    display: flex;
    align-items: center;
    gap: 0 5px;
    font-size: 14px;
}
.modal__reviews-items {
    margin-top: 28px;
}
.modal__reviews-items .item__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.modal__reviews-items .item__header-stars svg {
    width: 12px;
    height: 12px;
}
.modal__reviews-items .item__header-date {
    color: var(--light-gray);
    font-size: 14px;
}
.modal__reviews-items .item {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--light-gray);
}
.modal__reviews-items .item__gallery {
    display: flex;
    margin-bottom: 20px;
    gap: 15px;
}
.modal__reviews-items .item__gallery img {
    width: calc(50% - 7.5px);
}
.modal__reviews-items .item__author {
    margin-top: 16px;
    color: var(--light-gray);
}
.modal__reviews-stars svg {
    width: 12px;
    height: 12px;
}
.modal__social a {
    display: flex;
    align-items: center;
    filter: grayscale(1);
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #80808040;
    color: #808080;
    transition: all .3s ease;
}
.modal__social a:last-child {
    border-bottom: 0;
}
.modal__social a:hover {
    filter: none;
    color: #000;
}
.modal__text table {
    width: 100%;
    margin-bottom: 20px;
}
.modal__text table tr {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px dotted #000;
}
.modal__text table td {
    display: block;
    vertical-align: bottom;
    padding-top: 5px;
    font-size: 14px;
}
.modal__text table td span {
    background: #fff;
    position: relative;
    bottom: -3px;
}
.modal__text table td span:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
}
.modal__text table td:last-child {
    text-align: right;
}
.modal__title {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 32px;
}
.modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: url("../img/close.svg") #fff no-repeat;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 9;
}
.modal__order-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
}
.modal__order-text {
    margin-top: 4px;
    font-weight: 300;
    line-height: 16.59px;
}
.modal__order-prices {
    margin-top: 24px;
    display: flex;
    gap: 0 10px;
    flex-wrap: wrap;
    align-items: center;
}
.modal__order-prices .price {
    font-size: 20px;
    font-weight: 500;
}
.modal__order-prices .old_price {
    font-weight: 300;
    font-size: 14px;
    text-decoration: line-through;
    color: var(--light-gray);
}
.modal__order-prices .sale {
    border: 1px solid var(--accent);
    font-weight: 500;
    color: var(--accent);
    font-size: 14px;
    border-radius: 4px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}
.modal__order-form {
    margin-top: 35px;
}
.modal__order-gallery img,
.modal__order-gallery a {
    margin-bottom: 15px;
    border-radius: 4px;
    display: block;
}
.modal__order-gallery img:last-child,
.modal__order-gallery a:last-child {
    margin-bottom: 0;
}
.modal__products .item__title,
.modal__options .item__title {
    font-weight: 300;
    cursor: pointer;
    padding: 16px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--light-gray);
    display: none;
}
.modal__products .item__title small,
.modal__options .item__title small {
    color: var(--light-gray);
    font-size: 14px;
    padding-right: 10px;
}
.mobile.modal__options .item__title,
.mobile.modal__products .item__title {
    font-size: 14px;
    padding: 10px 0;
}
.modal__products .item__title.active svg,
.modal__options .item__title.active svg {
    transform: rotate(180deg);
}
.modal__products .item__content,
.modal__options .item__content {
    display: none;
    margin-top: 20px;
}
.mobile.modal__products .row {
    margin-bottom: 20px;
}
.modal__options .item__content .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}
.modal__options .item__content .wrapper > div {
    flex: 0 0 calc(33.333% - 7px);
}
.modal__options .item__content .radio label,
.modal__options .item__content .radio a {
    cursor: pointer;
    display: block;
    padding: 8px;
    border: 1px solid #EDEDED;
    color: #000;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
}
.modal__options .item__content .radio span {
    font-weight: 300;
    display: block;
}
.modal__options .item__content .radio input {
    display: none;
}
.modal__options .item__content .radio label img {
    border-radius: 5px;
    overflow: hidden;
}
.modal__options .item__content .radio input:checked + label,
.modal__options .item__content .radio a:hover {
    border-color: var(--accent);
    border-radius: 4px;
    text-decoration: none;
}
.modal__options .item__content .radio input:checked + label:after {
    content: "";
    display: block;
    background: url(../img/vvv.svg) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -7.5px;
    left: -7.5px;
}
.modal__products .item__content .item__img {
    height: 100px;
    overflow: hidden;
    border-radius: 4px;
}
.modal__products .item__content .item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal__products .item__content .item {
    margin-bottom: 20px;
}
.modal__products .item__content .item__btn {
    margin-top: 16px;
}
.modal__products .item__content .item__pagetitle {
    font-weight: 300;
}
.modal__products .item__content .item__pagetitle a {
    color: #000;
}
.modal__products .item__content .item__pagetitle a:hover {
    color: var(--accent);
}
.modal__products .item__content .item__price {
    margin-top: 8px;
    font-weight: 500;
}
.modal__ok {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    background: url("../img/shaddow.png");
    background-size: 100% 100%;
    padding: 70px 32px 30px;
}
.modal__ok button:hover svg path {
    fill: var(--accent);
}
.modal__ok-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 18px;
}
.modal__ok button {
    border-radius: 3rem;
}
.offer__promo {
    border: 2px dashed var(--accent);
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px;
    font-size: 28px;
    color: var(--accent);
    margin-top: 170px;
    border-radius: 8px;
}
#catalog {
    width: 1310px;
    max-width: 100%;
    overflow-y: auto;
    margin: auto;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    border-radius: 24px;
    top: 160px !important;
}
#catalog .modal__content {
    width: 100%;
    padding: 16px;
    height: 100%;
    overflow-y: auto;
}
#catalog ul li  {
    font-size: 16px;
    margin-bottom: 10px;
    break-inside: avoid-column;
}
#catalog a {
    color: #000;
    transition: color .4s ease;
}
#catalog .modal__close {
    top: 10px;
    right: 10px;
}
#catalog a:hover {
    color: var(--accent);
}
#catalog a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #686868;
}
#catalog .items {
    margin-top: 28px;
    padding: 12px;
}
#catalog .items .item {
    margin-bottom: 20px;
}
#catalog ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
#catalog ul li a {
    font-weight: 300;
}
#catalog ul li a strong {
    font-weight: 500;
    color: #000;
}
#catalog ul li a:hover strong {
    color: var(--accent);
}
#navi {
    right: auto;
    width: 100%;
}
#navi .modal__top {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
#navi .modal__top img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
    width: 25px;
}
#navi .modal__top input {
    padding-left: 40px;
    width: 100%;
}
#navi .modal__content {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}
#navi .modal__close {
    top: -58px;
    right: 10px;
}
#navi .item {
    margin-bottom: 15px;
}
#navi ul + ul {
    padding-bottom: 60px;
}
#navi ul li  {
    margin-bottom: 10px;
}
#navi a {
    color: #000;
    font-size: 14px;
    transition: color .4s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
}
#navi a:hover {
    color: var(--accent);
}
#navi a strong {
    font-weight: 500;
}
#navi ul > li > ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.header__burger {
    display: none;
}
.swiper-button-prev {
    left: 10px;
    background: url(../img/nextt.svg);
}
.swiper-button-next {
    right: 10px;
    background: url(../img/prevv.svg);
}
.swiper-button-prev,
.swiper-button-next {
    width: 24px;
    height: 24px;
    background-size: 100%;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.customerSlider .swiper-button-prev,
.customerSlider .swiper-button-next,
.oneSlider .swiper-button-prev,
.oneSlider .swiper-button-next {
    width: 40px;
    height: 40px;
}
.oneSlider .swiper-pagination {
    position: static;
    margin-top: 30px;
}
.oneSlider .swiper-pagination-bullet {
    background: #000;
    margin: 0 8px !important;
}
.oneSlider .swiper-pagination-bullet-active {
    background: #8E8E8E;
}
.otherSlider .swiper-slide {
    margin-bottom: 30px;
    border-radius: 0 0 20px 20px;
    background: #F9F9F9;
    padding-bottom: 70px;
}
.gramSlider .swiper-slide {
    padding-bottom: 40px;
}
.gramSlider .swiper-slide img {
    border-radius: 25px;
}
.footer__title {
    display: none;
}
.catalog {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
}
.catalog .row {
    margin-left: -10px;
    margin-right: -10px;
}
.catalog .row [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.catalog .item {
    margin-bottom: 20px;
}
.catalog .item a {
    color: var(--black);
}
.catalog .item img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.catalog .item .wrap {
    position: relative;
    display: block;
    height: 320px;
}
.catalog .item .wrap:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(0.66deg, rgba(255, 255, 255, 0.9) 0.63%, rgba(255, 255, 255, 0) 60.09%);
    width: 100%;
    height: 20%;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.catalog .item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.categories {
    margin-top: 40px;   
}
.categories .item {
    background: #F3F3F3;
    border-radius: 20px;
    text-align: center;
    padding: 19px 12px;
    color: var(--black);
    display: block;
    height: 100px;
}
.categories .item.active {
    background: #fff;
}
.categories .item__title {
    font-size: 12px;
    margin-top: 10px;
}
.categories .item__img {
    width: 100px;
    height: 60px;
    margin: auto;
}
.categories .item__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.filters {
    margin-top: 44px;
    display: flex;
    gap: 0 20px;
    position: relative;
    align-items: center;
}
.filters__sort {
    position: absolute;
    right: 12px;
}
.filters__sort a {
    background: url(../img/v2.svg) no-repeat center right 10px;
    padding: 10px 25px 10px 10px;
    height: auto;
    border: none;
    cursor: pointer;
    color: var(--black);
    font-size: 14px;
}
.filters__title {
    margin-right: 20px;
}
.filters__title a {
    display: flex;
    gap: 0 10px;
    align-items: center;
    color: var(--black);
}
.filters__items .swiper-slide {
    width: fit-content;
}
.filters__items .checkbox-wrap div:first-child {
    display: none !important;
}
.filters__items label {
    border: 1px solid var(--black);
    display: block;
    padding: 8px 10px;
    border-radius: 3rem;
}
.filters__items label.active {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.filters__items .item {
    color: var(--black);
    display: inline-flex;
    border: 1px solid var(--black);
    border-radius: 2rem;
    padding: 5px 10px;
}
.filters__items .item:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
.ui-widget-content {
    border: none !important;
}
.ui-slider .ui-slider-handle {
    width: 28px !important;
    height: 28px !important;
    background: #fff !important;
    border: none !important;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
}
.ui-slider .ui-slider-range {
    background: #28AED9 !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -15px !important;
    cursor: pointer !important;
}
.ui-slider-horizontal .ui-slider-handle:nth-child(2) {
    margin-left: -12px;
    margin-top: 2px;
}
.ui-slider-horizontal .ui-slider-handle:nth-child(3) {
    margin-left: -19px;
    margin-top: 2px;
}
.mse2_number_slider {
    margin-bottom: 25px !important;
}
.ui-widget-header,
.ui-slider-horizontal {
    height: 4px !important;
    background: #f3f3f3 !important;
}
.catalog__filters-item {
    margin-bottom: 28px;
}
.catalog__filters-item-label {
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--black);
}
.catalog__filters-item-block label {
    display: flex;
    gap: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.catalog__filters-item-block label:last-child {
    margin-bottom: 0;
}
.mse2_number_inputs .col-6 label {
    position: relative;
}
.mse2_number_inputs .col-6 label:before {
    content: 'от';
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    color: var(--light-gray);
}
.mse2_number_inputs .col-6:last-child label:before {
    content: 'до';
}
.mse2_number_inputs .col-6 input {
    padding-left: 32px;
}




.checkbox-wrap {
	display: flex;
	align-items: center;
}
.checkbox {
	cursor: pointer;
}
.checkbox input {
	display: none;
}
.checkbox [type="checkbox"]:checked + div div:first-child {
	background-image: url(../img/check.svg);
	border-color: var(--black);
}
.checkbox [type="radio"] + div div:first-child {
    border-radius: 100%;
    position: relative;
}
.checkbox [type="radio"]:checked + div div:first-child:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    background: var(--black);
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
.checkbox input:disabled + div div:last-child {
    opacity: .6;
}
.checkbox div:first-child {
	background: #fff no-repeat center;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border: 2px solid #ccc;
	margin-right: 10px;
	transition: all .3s ease;
	border-radius: 4px;
}
.checkbox div:last-child {
	font-size: 14px;
	font-weight: 300;
}

.cart h1 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
}
.cart .item {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 36px;
    margin-bottom: 20px;
    position: relative;
}
.cart .remove-form {
    position: absolute;
    right: 0;
    top: 0;
}
.cart .item:last-child {
    margin-bottom: 0;
}
.cart .item__img {
    height: 100%;
}
.cart .item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.cart .item__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}
.cart .item__title a {
    color: #000;
}
.cart .item__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    margin-top: 5px;
}
.cart .item__options {
    display: flex;
    margin-top: 20px;
    gap: 10px;
    flex-wrap: wrap;
}
.cart .item__option {
    border-radius: 3rem;
    border: 1px solid var(--black);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.cart .item__color {
    font-size: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    position: relative;
}
.cart .btn-danger {
    padding: 0;
    width: 60px;
    height: 60px;
    font-size: 50px;
    font-weight: 100;
    opacity: .2;
    transition: all .3s ease;
}
.cart .btn-danger:hover {
    opacity: 1;
}
.cart .item__color div {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    margin: auto;
}
.cart .item__footer {
    margin-top: 30px;
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
}
.cart .item__footer-controls {
    display: flex;
    align-items: center;
}
.cart .item__min svg,
.cart .item__plus svg {
    cursor: pointer;
}
.cart .item__input input {
    height: auto;
    background: none;
    border: none;
    padding: 0;
    text-align: center;
    width: 30px;
}
.cart .item__oldprice {
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    text-align: right;
    color: var(--light-gray);
}
.cart .item__total {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
}
.cart .item__price {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    text-align: right;
    color: var(--light-gray);
}
.order__info,
.order__delivery,
.order__payment {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 36px;
    margin-bottom: 40px;
}
.order__delivery .form__group {
    display: flex;
    align-items: top;
    gap: 0 10px;
    margin-top: 15px;
}
.order__delivery .form__group-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 130%;
    opacity: .5;
}
.order__delivery .form__group-caption {
    margin-top: 5px;
}
.order {
    margin-top: 80px;
}
.order h2 {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 500;
}
.order__controls {
    margin-top: 70px;
    position: sticky;
    top: 20px;
}
.order__controls-title {
    font-size: 20px;
    font-weight: 500;
}
.order__controls-table {
    margin-top: 20px;
}
.order__controls-table table {
    width: 100%;
}
.order__controls-table table th,
.order__controls-table table td:last-child {
    text-align: right;
}
.order__controls-note h3 {
    font-weight: 500;
    margin-bottom: 10px;
}
.order__controls-note {
    color: #a1a1a1;
    font-size: 14px;
    margin: 20px 0;
}
.order__controls-btn {
    margin-top: 25px;
}
.order__controls-table .total {
    font-size: 28px;
    font-weight: 700;
}
.order__controls-table .discount {
    color: var(--light-gray);
    font-size: 20px;
}
.order__controls-table td {
    padding-bottom: 15px;
}
.order__info textarea {
    height: 100%;
}
.order__info .form-group {
    margin-bottom: 20px;
}
.order__info .form-group:last-child {
    margin-bottom: 0;
}
.order__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 32px;
}
.order__delivery-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 19.6px;
    margin-bottom: 20px;
}
.order__delivery-input {
    margin-bottom: 25px;
}
.order__delivery-note {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    color: #808080;
}
.order__content label {
    margin-bottom: 20px;
    display: block;
}
.order__content label:last-child {
    margin-bottom: 0;
}
.switcher input {
    display:none;
}
.switcher input+label,
.switcher input+a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 25px;
    color: #000;
}
.switcher input+label span,
.switcher input+a span { 
    margin-right: .5rem;
}
.switcher input+label div,
.switcher input+a div {
    background-color: #999;
    border-radius: 20px;
    height: 14px;
    position: relative;
    transition: background-color .1s;
    width: 36px;
}
.switcher input+label div:before,
.switcher input+a div:before {
    content: "";
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    height: 20px;
    left: 0;
    position: absolute;
    top: -3px;
    transition: all .1s;
    width: 20px;
}
.switcher input:checked+label div,
.switcher input:checked+a div {
    background-color: #12a7bb;
}
.switcher input:checked+label div:before,
.switcher input:checked+a div:before {
    background-color: #0C7381;
    left: calc(100% - 19px);
}
.switcher input:checked:disabled+label,.switcher input:disabled+label,
.switcher input:checked:disabled+a,.switcher input:disabled+a {
    cursor: default;
}
.switcher input:disabled+label div,
.switcher input:disabled+a div {
    background-color: #ccc;
}
.switcher input:disabled+label div:before,
.switcher input:disabled+a div:before {
    background-color: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.switcher input:checked:disabled+label div,
.switcher input:checked:disabled+a div {
    background-color: #ccc;
    opacity: .5;
}
.switcher input:checked:disabled+label div:before,
.switcher input:checked:disabled+a div:before {
    background-color: #308c8f;
}

#msOrder {
    margin-top: 0 !important;
}

.otherSlider {
    position: relative;
}

@media (max-width: 1400px) {
    .swiper-button-next, 
    .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 1200px) {
    .page-header .title {
        width: 100%;
        position: static;
        padding: 20px;
        margin-top: -20px;
    }
    .page-header .title h1 {
        font-size: 24px;
    }
    .page-header .title p {
        font-size: 16px;
    }
    .page-header {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 30px;
    }
    .page-header__bg {
        width: 100%;
        position: static;
        height: 200px;
    }
    section {
        margin-top: 30px;
    }
    .modal__offer .modal__content {
        width: 100%;
    }
    #catalog  {
        top: 10px;
        right: 10px;
    }
    #catalog .modal__content {
        padding: 20px;
        overflow-y: auto;
    }
    #catalog .items {
        margin-top: 30px;
    }
    #catalog ul > li > ul {
        padding-left: 0;
    }
    .sticky {
        display: flex;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .categories .item .wrap {
        height: 250px;
    }
    .header {
        padding-top: 10px;
    }
    .breadcrumbs {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .breadcrumbs ol {
        width: max-content;
    }
    .header__burger {
        display: flex;
        flex: 0 0 13%;
        max-width: 13%;
    }
    .header__logo {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .header__controls {
        flex: 0 0 57%;
        max-width: 57%;
    }
    .hero .swiper-slide {
        font-size: 100vw;
    }
    .separator {
        margin-top: 0;
    }
    .categories {
        margin-top: 13px;
    }
    .product__gallery .swiper-slide {
        margin-bottom: 0;
    }
    .product__gallery-controls a {
        flex: 0 0 calc(100% / 3);
    }
    .header__search,
    .header__social,
    .header__menu,
    .nav {
        display: none;
    }
    .product__gallery .swiper-wrapper {
        display: flex;
    }
    .product__title {
        margin-top: 24px;
    }
    .product__triggers {
        width: 100%;
        padding: 0;
        margin-top: 60px;
    }
    .product__triggers .item img {
        width: 100%;
    }
    .product__triggers .item [class^="col-"]:first-child {
        order: 1;
    }
    .product__triggers .item [class^="col-"]:last-child {
        order: 2;
        margin-top: 20px;
    }
    .product__triggers .item:nth-child(even) [class^="col-"]:first-child {
        order: 1;
    }
    .product__triggers .item__title {
        margin-top: 20px;
    }
    .product__triggers .item {
        margin-bottom: 32px;
    }
    .footer {
        padding: 44px 0;
        margin-top: 60px;
    }
    .footer__title {
        display: block;
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        border-bottom: 1px solid #d9d9d9;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer__title + .item {
        display: none;
    }
    .footer__title + .item .item__title {
        display: none;
    }
    .footer [class^="col-"] .item {
        margin-bottom: 40px;
    }
    .footer .item__buttons {
        display: flex;
        gap: 0 10px;
        margin-top: 40px;
    }
    .footer__logo {
        margin-top: 40px;
    }
    .footer__policy {
        margin-top: 16px;
    }
    .footer .item__buttons a {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .categories .item .wrap {
        height: 200px;
    }
    .products .swiper-wrapper {
        box-sizing: content-box;
    }
    .productsSlider .swiper-wrapper {
        margin-right: 0;
        margin-left: 0;
        box-sizing: content-box;
        flex-wrap: nowrap;
    }
    .productsSlider .swiper-wrapper .item {
        flex: inherit;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 0;
    }
    
    .order__info, .order__delivery, .order__payment,
    .cart .item {
        padding: 20px;
    }
    .cart .item__title {
        margin-top: 20px;
    }
    .order__controls {
        margin-top: 0;
    }
    .order__info textarea {
        margin-top: 20px;
    }
    .hero__caption {
        display: block;
        position: static;
        margin-top: -3px;
    }
    .hero__caption .wrap {
        width: calc(100% - 60px);
        margin-right: 0;
        border-radius: 0 0 20px 20px;
        box-shadow: none;
    }
    .hero__caption-title {
        font-size: 20px;
        line-height: 26px;
    }
    .hero__caption-text {
        line-height: 18px;
        font-size: 14px;
    }
    .hero__caption-btn a {
        font-size: 14px;
    }
    .heroSlider {
        margin-bottom: 30px;
    }
    body {
        padding-top: 70px;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
    }
    .modal__overlay--slide .modal {
        top: 80px;
        border-radius: 20px 20px 0 0;
    }
    .modal__close {
        top: -55px;
        right: 15px;
    }
    .modal__offer .modal__content {
        padding: 40px 20px 30px;
    }
    .sticky-aside {
        margin-top: 30px;
    }
    .option__items .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .option__more {
        display: none;
    }
    .product__sizes {
        padding: 0;
    }
    .sticky-aside .wrapper2 {
        padding: 16px;
    }
    .product__title2 {
        margin-top: 30px;
    }
    .customerSlider img,
    .customerSlider-thumbs img {
        border-radius: 8px;
    }
    .product__title a {
        top: 10px;
    }
    .header__controls-search {
        display: flex;
    }
    .header__logo svg,
    .header__logo img {
        width: 90px;
    }
    .modal__close {
        background: url("../img/close2.svg") rgba(0,0,0,.4) no-repeat center;
    }
    .categories {
        margin-top: 50px;
    }
}

@media (max-width: 375px) {
    .hero .swiper-slide {
        height: 450px;
    }
    .hero .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
}
