<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(30px, 5vw, 80px);
  padding: 30px 0 100px 0;
}
main section {
  max-width: 1610px;
  width: 100%;
}
main .slider-header {
  margin-bottom: -50px;
}
main .slider-header .header-slider .swiper-wrapper .slide {
  position: relative;
  height: clamp(150px, 21vw, 350px) !important;
}
main .slider-header .header-slider .swiper-wrapper .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(150px, 21vw, 350px);
  background: linear-gradient(90deg, #2459F5 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 20px;
}
main .slider-header .header-slider .swiper-wrapper .slide img {
  max-width: 1610px;
  width: 100%;
  height: clamp(150px, 21vw, 350px);
  object-fit: contain;
  border-radius: 20px;
}
main .slider-header .header-slider .swiper-wrapper .slide .info-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .slider-header .header-slider .swiper-wrapper .slide .info-slide h3 {
  line-height: 1.2916666667;
  font-weight: 400;
  color: #fff;
  font-size: clamp(12px, 2vw, 24px);
}
main .slider-header .header-slider .swiper-wrapper .slide .info-slide p {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
main .slider-header .header-slider .swiper-wrapper .slide .info-slide .btn {
  max-width: 201px;
  width: 100%;
  height: 60px;
  margin-top: 20px;
}
main .slider-header .header-slider .swiper-button-next::after,
main .slider-header .header-slider .swiper-button-prev::after {
  font-size: 24px;
  color: #393776;
  background-color: #F3F7FF;
  border-radius: 50%;
  padding: 8px 14px;
}
@media (max-width: 760px) {
  main .slider-header .header-slider .swiper-button-next {
    right: 20px;
    transform: rotate(0deg);
    display: none;
  }
  main .slider-header .header-slider .swiper-button-prev {
    left: 20px;
    transform: rotate(0deg);
    display: none;
  }
}
main .slider-header.ssd-full-img .swiper .swiper-wrapper .swiper-slide img {
  object-fit: cover;
}
main .categories-card .categories-slider .swiper-wrapper {
  justify-content: space-between;
  max-height: 350px;
}
main .categories-card .categories-slider .swiper-wrapper .card h4 {
  min-height: 32px;
}
@media (min-width: 1200px) {
  main .categories-card .categories-slider .swiper-slide {
    width: 221px !important;
    flex-shrink: 0;
  }
}
main .categories-card .categories-slider .swiper-button-next::after,
main .categories-card .categories-slider .swiper-button-prev::after {
  font-size: 24px;
  color: #393776;
  background-color: #F3F7FF;
  border-radius: 50%;
  padding: 8px 14px;
}
main .all-products {
  background: #3C3A7E;
  background: linear-gradient(105deg, rgb(60, 58, 126) 0%, rgb(37, 104, 174) 50%, rgb(133, 156, 249) 100%);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2vw, 30px);
  border-radius: 20px;
  padding: 30px 20px 20px 20px;
}
main .all-products .products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
main .all-products .products-header h3 {
  font-size: clamp(18px, 2.5vw, 24px);
}
main .all-products .products-header .btn.red.prod {
  max-width: 201px;
  width: 100%;
  height: 60px;
}
main .all-products .all-card {
  display: flex;
  justify-content: space-between;
}
main .all-products .all-card .all-card-slider {
  width: 100%;
}
main .all-products .all-card .all-card-slider .swiper-wrapper {
  gap: clamp(8px, 1vw, 20px);
  justify-content: space-between;
}
main .hits {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .hits .hits-slider {
  width: 100%;
  height: 100%;
}
main .hits .hits-slider .swiper-wrapper {
  display: flex;
  flex-direction: row;
}
main .hits .hits-slider .swiper-button-next::after,
main .hits .hits-slider .swiper-button-prev::after {
  font-size: 24px;
  color: #393776;
  background-color: #F3F7FF;
  border-radius: 50%;
  padding: 8px 14px;
}
@media (max-width: 760px) {
  main .hits .hits-slider .swiper-button-next {
    right: 20px;
    transform: rotate(0deg);
  }
  main .hits .hits-slider .swiper-button-prev {
    left: 20px;
    transform: rotate(0deg);
  }
}
main .popular {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .popular .popular-slider {
  width: 100%;
  height: 100%;
}
main .popular .popular-slider .swiper-wrapper {
  display: flex;
  flex-direction: row;
}
main .popular .popular-slider .swiper-button-next::after,
main .popular .popular-slider .swiper-button-prev::after {
  font-size: 24px;
  color: #393776;
  background-color: #F3F7FF;
  border-radius: 50%;
  padding: 8px 14px;
}
@media (max-width: 760px) {
  main .popular .popular-slider .swiper-button-next {
    right: 20px;
    transform: rotate(0deg);
  }
  main .popular .popular-slider .swiper-button-prev {
    left: 20px;
    transform: rotate(0deg);
  }
}
main .brands .img-brands {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .brands .img-brands img {
  max-width: 196px;
  width: 100%;
  padding: 20px;
  object-fit: contain;
}
main .articles {
  display: flex;
  justify-content: space-between;
}
main .articles .row {
  display: flex;
  justify-content: space-between;
}
main .articles .row .article-card-slider .article-wrap {
  gap: 30px;
}
main .discount-banner-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  background: linear-gradient(90deg, rgb(57, 55, 118), rgba(0, 0, 0, 0)), url(/sites/site1/images/roof-tile.png) center/cover;
  height: 250px;
  border-radius: 20px;
  padding: 20px;
  background-position: bottom 0 right;
  background-size: auto, 1610px 435px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
main .discount-banner-wrap .text-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .discount-banner-wrap h3 {
  font-weight: 400;
}
main .discount-banner-wrap .btn.red {
  max-width: 280px;
  width: 100%;
  height: 60px;
  margin-left: auto;
}
main.catalog {
  gap: 30px;
}
main.catalog h1 {
  width: 100%;
  color: #393776;
  font-size: clamp(20px, 2.5vw, 30px);
}
main.catalog .subcategories {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(9px, 2vw, 20px);
}
main.catalog .subcategories a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  gap: 10px;
  background: #F3F7FF;
  border-radius: 20px;
  color: #393776;
  font-size: clamp(10px, 2vw, 16px);
  font-weight: 700;
  transition: 0.3s;
  flex-grow: 1;
  flex-basis: 298px;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  main.catalog .subcategories a {
    flex-basis: 242px;
  }
}
@media (max-width: 500px) {
  main.catalog .subcategories a {
    flex-basis: 107px;
    flex-direction: column;
  }
}
main.catalog .subcategories a:hover {
  background: #393776;
  color: #fff;
}
main.catalog .subcategories a img {
  max-width: clamp(70px, 10vw, 90px);
  max-height: clamp(70px, 10vw, 90px);
  width: 100%;
  height: 100vh;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 500px) {
  main.catalog .subcategories a img {
    max-width: clamp(90px, 28vw, 120px);
  }
}
main.catalog .wrap-catalog {
  display: flex;
  gap: clamp(15px, 1.4vw, 20px);
  width: 100%;
}
main.catalog .wrap-catalog .filter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 298px;
  width: 100%;
}
main.catalog .wrap-catalog .filter .search-manufacturers {
  display: none;
}
main.catalog .wrap-catalog .filter form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.catalog .wrap-catalog .filter form {
    overflow: auto;
  }
}
main.catalog .wrap-catalog .filter.active {
  display: flex;
  position: fixed;
  z-index: 3;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  top: 50px;
  left: 0;
  padding: 20px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100svh - 50px);
}
main.catalog .wrap-catalog .filter.active .title-filter {
  display: flex;
}
main.catalog .wrap-catalog .filter .title-filter {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
main.catalog .wrap-catalog .filter .title-filter h3 {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  color: #393776;
  line-height: 150%;
}
main.catalog .wrap-catalog .filter .title-filter .close-filter {
  background-color: #F3F7FF;
  border-radius: 50%;
  padding: 16px;
  cursor: pointer;
}
main.catalog .wrap-catalog .filter .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.catalog .wrap-catalog .filter .item .title {
  font-size: 16px;
  font-weight: 700;
  color: #393776;
  line-height: 150%;
}
main.catalog .wrap-catalog .filter .item input {
  border: none;
  outline: none;
  padding: 0;
  color: #313131;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  width: 100%;
  max-width: 360px;
}
main.catalog .wrap-catalog .filter .item input::placeholder {
  color: #A5A5A5;
}
main.catalog .wrap-catalog .filter .item .price {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
main.catalog .wrap-catalog .filter .item .price .wrap-input {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 10px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  color: #313131;
  flex: 1;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}
main.catalog .wrap-catalog .filter .item .price-for {
  display: flex;
  gap: 10px;
}
main.catalog .wrap-catalog .filter .item .price-for .wrap-input {
  flex: 1;
}
main.catalog .wrap-catalog .filter details[open] summary::after {
  content: url(/sites/site1/images/icon/catalog/arrow-top.svg);
  transform: rotate(0deg);
}
main.catalog .wrap-catalog .filter details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  cursor: pointer;
}
main.catalog .wrap-catalog .filter details summary::after {
  content: url(/sites/site1/images/icon/catalog/arrow-top.svg);
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
main.catalog .wrap-catalog .filter details summary::marker {
  content: none;
}
main.catalog .wrap-catalog .filter details .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 500px;
  overflow: auto;
}
main.catalog .wrap-catalog .filter details .content::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}
main.catalog .wrap-catalog .filter details .content::-webkit-scrollbar-track {
  background-color: #fff;
  height: 5px;
}
main.catalog .wrap-catalog .filter details .content::-webkit-scrollbar-thumb {
  background-color: #F71616;
}
main.catalog .wrap-catalog .filter details .content input[type=search] {
  width: 100%;
  padding: 9.5px 10px;
  border: 1px solid #a5a5a5;
  border-radius: 10px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  color: #313131;
  outline: none;
}
main.catalog .wrap-catalog .filter details .content input[type=search]::placeholder {
  color: #a5a5a5;
}
main.catalog .wrap-catalog .filter details .content .inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
main.catalog .wrap-catalog .filter details .content .inputs .wrap-input {
  flex-basis: 48%;
}
main.catalog .wrap-catalog .filter details .content .inputs label {
  cursor: pointer;
  font-size: clamp(14px, 1.1vw, 16px);
}
main.catalog .wrap-catalog .filter details .content .inputs label .small-color {
  width: 100vw;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
main.catalog .wrap-catalog .filter details .content .inputs._wrap {
  flex-wrap: wrap;
}
main.catalog .wrap-catalog .filter details .content .inputs._wrap .wrap-input {
  flex-grow: 1;
  flex-basis: 135px;
  max-width: 50%;
}
main.catalog .wrap-catalog .filter details .content .inputs._wrap .wrap-input.many_characters {
  flex-basis: 100%;
  max-width: 100%;
}
main.catalog .wrap-catalog .filter details .content .inputs._wrap.w67 .wrap-input {
  flex-basis: 67px;
  max-width: 25%;
}
main.catalog .wrap-catalog .filter details .content .inputs.color .wrap-input {
  flex-wrap: wrap;
  gap: 5px;
}
main.catalog .wrap-catalog .filter details .content .inputs.color .wrap-input label span {
  width: 100vw;
  max-width: 113px;
  height: 20px;
  border-radius: 3px;
}
main.catalog .wrap-catalog .filter details .content .inputs.gama label {
  width: fit-content;
}
main.catalog .wrap-catalog .filter details .content .inputs.gama label span {
  width: 100vw;
  max-width: 67px;
  height: 67px;
  border-radius: 10px;
}
main.catalog .wrap-catalog .filter .btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main.catalog .wrap-catalog .filter .btns {
    bottom: -20px;
  }
}
main.catalog .wrap-catalog .filter .btns .btn.no-bg.small {
  display: flex;
}
main.catalog .wrap-catalog .content {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.catalog .wrap-catalog .content .sorting .sorting-dropdown {
  display: none;
}
main.catalog .wrap-catalog .content .sorting .sorting-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.catalog .wrap-catalog .content .sorting .sorting-row .sorting-row-wrap {
  display: flex;
  gap: 20px;
}
main.catalog .wrap-catalog .content .sorting .sorting-row .sorting-row-wrap p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #313131;
}
main.catalog .wrap-catalog .content .sorting .sorting-row .sorting-row-wrap span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #393776;
}
main.catalog .wrap-catalog .content .sorting .sorting-row .filter-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #393776;
}
main.catalog .wrap-catalog .content .sorting .sorting-row .filter-btn i {
  font-size: 24px;
  color: #F71616;
  font-weight: 100;
}
main.catalog .wrap-catalog .content .products {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.catalog .wrap-catalog .content .products .product-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
main.catalog .wrap-catalog .content .products .product-cards .product-card {
  max-width: 298px;
  max-height: 482px;
  flex-shrink: 1;
}
main.single-product-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.single-product-page h1 {
  color: #393776;
  font-size: clamp(20px, 2.5vw, 30px);
  display: block !important;
}
main.single-product-page .wrap-cart {
  margin-top: 20px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
main.single-product-page .wrap-cart .info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-grow: 1;
}
main.single-product-page .wrap-cart .info .short-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
main.single-product-page .wrap-cart .info .short-info .wrap-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
main.single-product-page .wrap-cart .info .short-info .wrap-rating img {
  max-width: 20px;
  width: 100vw;
  height: 20px;
}
main.single-product-page .wrap-cart .info .info-product {
  display: flex;
  gap: 30px;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product {
  display: flex;
  gap: 30px;
  max-width: 670px;
  width: 100%;
  position: relative;
  min-width: unset !important;
  overflow: hidden;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .video_mobile {
  display: none;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 80px;
  height: 80px;
  background-color: #f71616;
  border-radius: 10px;
  filter: blur(20px);
  z-index: -1;
  transition: top 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product.show-before::before {
  opacity: 1;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .slider-img-product {
  height: 540px;
  width: 100px;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .slider-img-product .swiper-wrapper .swiper-slide {
  width: 100px;
  height: 100px !important;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .slider-img-product .swiper-wrapper .swiper-slide img {
  position: relative;
  border-radius: 10px;
  max-width: 100px;
  width: 100%;
  height: 100px;
  object-fit: cover;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .slider-img-product .swiper-wrapper .swiper-slide.active {
  opacity: 1;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .slider-img-product .swiper-wrapper .swiper-slide.active img {
  border: 1px solid #F71616;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .slider-img-product .swiper-wrapper .swiper-slide.video {
  position: relative;
  cursor: pointer;
  opacity: 1;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .slider-img-product .swiper-wrapper .swiper-slide.video img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  border-radius: 10px;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .slider-img-product .swiper-wrapper .swiper-slide.video::after {
  content: url(/sites/site1/images/icon/catalog/play.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .wrap-slider {
  position: relative;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .wrap-slider .swiper-button-next,
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .wrap-slider .swiper-button-prev {
  transform: rotate(270deg) translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: #F3F7FF;
  border-radius: 50%;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .wrap-slider .swiper-button-next::after,
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .wrap-slider .swiper-button-prev::after {
  font-size: 21px;
  color: #393776;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .wrap-slider .swiper-button-next {
  transform: rotate(270deg) translate(0%, -50%);
  top: 0;
  left: 50%;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .wrap-slider .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 50%;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .img-product {
  max-width: 540px;
  width: 100%;
  height: 540px;
  object-fit: contain;
  border-radius: 20px;
  min-width: 350px;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .img-product:not(.video-container) .zoom-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 20px;
  color: #333;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .img-product .video-container {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 20px;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .img-product .video-container.mobile-video {
  height: clamp(340px, 30vw, 350px);
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .img-product .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .img-product .video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .img-product img {
  max-width: 540px;
  width: 100%;
  height: 540px;
  object-fit: contain;
  border-radius: 20px;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .single-card-slider {
  display: none;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .single-card-slider .swiper-slide.video {
  height: clamp(340px, 30vw, 350px) !important;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .single-card-slider.mobile-video {
  height: clamp(340px, 30vw, 350px);
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .single-card-slider video {
  width: 100%;
  height: clamp(340px, 30vw, 350px);
  object-fit: cover;
  border-radius: 20px;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .single-card-slider iframe {
  width: 100%;
  height: clamp(340px, 30vw, 350px);
  border-radius: 20px;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .single-card-slider .video-container {
  height: clamp(340px, 30vw, 350px);
  width: 100%;
  position: relative;
  border-radius: 20px;
}
main.single-product-page .wrap-cart .info .info-product .wrap-img-product .swiper-pagination {
  display: none;
}
@media (min-width: 769px) and (max-width: 1239px) {
  main.single-product-page .wrap-cart .info .info-product .wrap-img-product {
    width: 100%;
  }
  main.single-product-page .wrap-cart .info .info-product .wrap-img-product .wrap-slider {
    display: none;
  }
  main.single-product-page .wrap-cart .info .info-product .wrap-img-product .img-product {
    margin: 0 auto;
    min-width: unset;
    height: 350px;
  }
  main.single-product-page .wrap-cart .info .info-product .wrap-img-product .img-product img {
    height: 350px;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  main.single-product-page .wrap-cart .info .info-product .wrap-img-product {
    width: 100%;
  }
  main.single-product-page .wrap-cart .info .info-product .wrap-img-product .wrap-slider {
    display: none;
  }
  main.single-product-page .wrap-cart .info .info-product .wrap-img-product .img-product {
    margin: 0 auto;
    min-width: unset;
    height: 350px;
  }
  main.single-product-page .wrap-cart .info .info-product .wrap-img-product .img-product img {
    height: 350px;
    object-fit: contain;
  }
}
main.single-product-page .wrap-cart .info .info-product .star-rating-row {
  display: none;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes {
  max-width: 395px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1239px) {
  main.single-product-page .wrap-cart .info .info-product .product-attributes {
    max-width: 100%;
  }
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute span {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
  text-align: end;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute span:first-child {
  color: #393776;
  text-align: start;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors {
  display: flex;
  gap: 10px;
  padding-bottom: 3px;
  position: relative;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 38px;
  height: 38px;
  background-color: #F71616;
  border-radius: 10px;
  filter: blur(38.5px);
  z-index: -1;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors::-webkit-scrollbar-track {
  background-color: #fff;
  height: 5px;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors::-webkit-scrollbar-thumb {
  background-color: #F71616;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors .wrap-slider {
  width: 100%;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors .swiper-button-next,
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #F3F7FF;
  border-radius: 50%;
  display: flex !important;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors .swiper-button-next::after,
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors .swiper-button-prev::after {
  font-size: 21px;
  color: #393776;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors .swiper-button-next {
  opacity: 0.8;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors .swiper-button-prev {
  opacity: 0.8;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors .swiper-button-prev.swiper-button-disabled,
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors a {
  width: 110px !important;
  height: 140px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors a span {
  font-size: 14px;
  color: #393776;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors a img {
  object-fit: cover;
  border-radius: 10px;
  max-height: 110px;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors a.active {
  border: 1.5px solid #F71616;
}
main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors a.active img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1300) {
  main.single-product-page .wrap-cart .info .info-product .product-attributes {
    max-width: 500px;
  }
}
@media (max-width: 990) {
  main.single-product-page .wrap-cart .info .info-product .product-attributes {
    max-width: unset;
  }
  main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute {
    display: none;
  }
  main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute.colors {
    justify-content: center;
  }
}
@media (min-width: 990px) and (max-width: 1239px) {
  main.single-product-page .wrap-cart .info .info-product {
    flex-direction: column;
  }
  main.single-product-page .wrap-cart .info .info-product .product-attributes .product-attribute {
    display: none;
  }
}
main.single-product-page .wrap-cart .price {
  width: 100%;
  max-width: 100% !important;
}
main.single-product-page .wrap-cart .price .favorites {
  gap: 5px;
  color: #393776;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 35px;
  height: fit-content;
}
main.single-product-page .wrap-cart .price .favorites .ri-heart-fill {
  display: none;
}
main.single-product-page .wrap-cart .price .favorites.add-to-wishlist__link_active .ri-heart-fill {
  display: block;
}
main.single-product-page .wrap-cart .price .favorites.add-to-wishlist__link_active .ri-heart-line {
  display: none;
}
main.single-product-page .wrap-cart .price .favorites i {
  font-size: 24px;
  cursor: pointer;
}
main.single-product-page .wrap-cart .price .best-price {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 30px;
  background: #E3FFE4;
  border-radius: 10px;
  margin-bottom: 20px;
}
main.single-product-page .wrap-cart .price .best-price .wrap {
  display: flex;
  flex-direction: column;
}
main.single-product-page .wrap-cart .price .best-price .wrap span {
  font-size: 14px;
  font-weight: 600;
  color: #393776;
}
main.single-product-page .wrap-cart .price .best-price .wrap span:first-child {
  font-size: 16px;
  font-weight: 700;
  color: #239B38;
}
main.single-product-page .wrap-cart .price .price-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.05);
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .price-product {
  display: flex;
  align-items: center;
  gap: 20px;
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .price-product span {
  font-size: 35px;
  font-weight: 700;
  color: #F71616;
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .price-product .old-price {
  font-size: 30px;
  font-weight: 500;
  color: #313131;
  text-decoration: line-through;
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .wrap-quantity {
  display: flex;
  align-items: center;
  gap: 20px;
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .wrap-quantity .wrap {
  align-items: center;
  flex-direction: row;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .wrap-quantity .wrap button.quantity-minus,
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .wrap-quantity .wrap button.quantity-plus {
  border: none;
  border-right: 1px solid #D9D9D9;
  border-radius: 10px;
  background: none;
  cursor: pointer;
  padding: 10px;
  font-size: 24px;
  color: #313131;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .wrap-quantity .wrap button.quantity-minus:last-child,
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .wrap-quantity .wrap button.quantity-plus:last-child {
  border-right: none;
  border-left: 1px solid #D9D9D9;
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .wrap-quantity .wrap input {
  border: none;
  outline: none;
  padding: 0;
  color: #313131;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  width: 100%;
  max-width: 40px;
  text-align: center;
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .wrap-quantity span {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
}
main.single-product-page .wrap-cart .price .price-wrap .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
main.single-product-page .wrap-cart .price .price-wrap .link span {
  font-size: 16px;
  font-weight: 600;
  color: #393776;
}
@media (min-width: 1301px) {
  main.single-product-page .wrap-cart .price {
    max-width: 445px !important;
  }
}
main.single-product-page .other-photos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.single-product-page .other-photos h3 {
  color: #393776;
  font-size: clamp(18px, 2.5vw, 24px);
}
main.single-product-page .other-photos .slider-other-photos {
  height: 140px;
  width: 100%;
}
main.single-product-page .other-photos .slider-other-photos .swiper-slide {
  max-width: 140px;
  width: 100%;
  height: 140px;
  border-radius: 10px;
}
main.single-product-page .other-photos .slider-other-photos .swiper-slide img {
  max-width: 140px;
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}
main.single-product-page .other-photos .wrap-slider {
  position: relative;
}
main.single-product-page .other-photos .swiper-btn-next,
main.single-product-page .other-photos .swiper-btn-prev {
  width: 40px;
  height: 40px;
  background-color: #F3F7FF;
  border-radius: 50%;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.single-product-page .other-photos .swiper-btn-next::after,
main.single-product-page .other-photos .swiper-btn-prev::after {
  content: "next";
  font-size: 21px;
  color: #393776;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
main.single-product-page .other-photos .swiper-btn-next.swiper-button-disabled,
main.single-product-page .other-photos .swiper-btn-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
main.single-product-page .other-photos .swiper-btn-next {
  right: -20px;
}
main.single-product-page .other-photos .swiper-btn-prev {
  left: -20px;
  transform: rotate(180deg);
}
main.single-product-page .tabs {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
main.single-product-page .tabs .tabs__nav .wrap-slider {
  overflow: hidden;
}
main.single-product-page .tabs .tabs__nav .wrap-slider .tab-pane-slider .swiper-wrapper .swiper-slide {
  width: fit-content;
}
main.single-product-page .tabs .tabs__nav .wrap-slider .tab-pane-slider .swiper-wrapper .swiper-slide .tabs__btn {
  margin-right: 0;
  padding: 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #393776;
  background-color: transparent;
  transition: 0.3s ease all;
  border: none;
}
main.single-product-page .tabs .tabs__nav .wrap-slider .tab-pane-slider .swiper-wrapper .swiper-slide .tabs__btn:hover {
  background-color: #F3F7FF;
  border: none;
}
main.single-product-page .tabs .tabs__nav .wrap-slider .tab-pane-slider .swiper-wrapper .swiper-slide .tabs__btn.tabs__btn_active {
  color: #f71616;
  background-color: #F3F7FF;
  transition: 0.3s ease all;
}
main.single-product-page .tabs .tabs__content {
  padding: 0;
}
main.single-product-page .tabs .tabs__content .tabs__pane {
  flex-direction: column;
  gap: 20px;
}
main.single-product-page .tabs .tabs__content .tabs__pane.tabs__pane_show {
  display: flex;
}
main.single-product-page .tabs .tabs__content .tabs__pane h2 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  color: #393776;
}
main.single-product-page .tabs .tabs__content .tabs__pane .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .text p {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  font-size: clamp(12px, 2vw, 16px);
  line-height: 150%;
  color: #313131;
}
main.single-product-page .tabs .tabs__content .tabs__pane .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .list.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .list.grid .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .list.grid .item span {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
}
main.single-product-page .tabs .tabs__content .tabs__pane .list.grid .item span.key {
  color: #393776;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews {
  padding: 30px;
  border-radius: 10px;
  background-color: #F3F7FF;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info {
  display: flex;
  gap: 50px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-rating {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-rating .rating {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-rating .rating span {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-rating .rating .rating-star {
  display: flex;
  align-items: center;
  gap: 7px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-rating .rating .rating-star span {
  font-size: 30px;
  font-weight: 700;
  color: #313131;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-rating .rating .rating-star .star {
  display: flex;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-rating .rating .rating-star .star img {
  max-width: 20px;
  width: 100vw;
  height: 20px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-rating .btn {
  min-width: 365px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-media {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-media span {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-media .media {
  display: flex;
  gap: 10px;
  width: 100%;
  overflow-x: auto;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-media .media .media-item {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-media .media .media-item.video {
  position: relative;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-media .media .media-item.video::after {
  content: url(/sites/site1/images/icon/catalog/play.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-media .media .media-item img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .reviews {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .reviews .review {
  display: flex;
  align-items: center;
  gap: 20px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .reviews .review .avatar {
  width: 100svw;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .reviews .review .avatar img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  object-fit: cover;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .reviews .review .wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .reviews .review .wrap .review-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .reviews .review .wrap .review-info .avatar {
  display: none;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .reviews .review .wrap .review-info span {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .reviews .review .wrap .review-info .rating-star {
  display: flex;
  align-items: center;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .reviews .review .wrap .review-info .rating-star img {
  max-width: 20px;
  width: 100vw;
  height: 20px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .reviews .review .wrap .review-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .reviews .review .wrap .review-text p {
  font-size: 16px;
  line-height: 150%;
  color: #313131;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .no-reviews {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .no-reviews .btn {
  max-width: 365px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews #AddComment form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 100%;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews #AddComment form input,
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews #AddComment form textarea,
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews #AddComment form select {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 10px;
  outline: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  color: #313131;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews #AddComment form input::placeholder,
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews #AddComment form textarea::placeholder,
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews #AddComment form select::placeholder {
  color: #A5A5A5;
  font-weight: 500;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews #AddComment form textarea {
  resize: none;
  height: 200px;
}
main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews #AddComment form .form-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
main.single-product-page .company-reviews {
  position: relative;
}
main.single-product-page .company-reviews::before {
  content: "";
  position: absolute;
  top: 125px;
  left: -5px;
  width: calc(100% + 10px);
  height: 70px;
  background-color: rgb(243, 247, 255);
  z-index: 2;
}
@media (max-width: 768px) {
  main.single-product-page .company-reviews::before {
    height: 100px;
  }
}
main.single-product-page .company-reviews .review {
  width: 560px;
  height: 800px;
  overflow: hidden;
  position: relative;
}
main.single-product-page .company-reviews .review iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box;
}
main.single-product-page .company-reviews .review iframe .badge__form {
  display: none !important;
}
main.single-product-page .company-reviews .review a {
  text-decoration: none;
  color: #b3b3b3;
  font-size: 10px;
  font-family: YS Text, sans-serif;
  padding: 0 20px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 14px;
  white-space: nowrap;
  padding: 0 16px;
  box-sizing: border-box;
}
main.basket {
  gap: 30px;
}
main.basket .basket-content {
  display: flex;
  flex-direction: row;
  gap: 50px;
  max-width: 1570px;
  width: 100%;
}
main.basket .basket-content .basket-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1075px;
  width: 100%;
}
main.basket .basket-content .basket-wrap h2 {
  width: 100%;
  color: #393776;
  font-size: clamp(20px, 2.5vw, 30px);
}
main.basket .basket-content .basket-wrap .basket_cart_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.basket .basket-content .basket-wrap .basket_cart_wrap .basket-cart .basket-cart_info .basket-cart_info-price .wrap-counter {
  display: flex;
  gap: 20px;
}
main.basket .basket-content .basket-wrap .basket_cart_wrap .basket-cart .basket-cart_info .basket-cart_info-price .wrap-counter .btn-favorites {
  display: flex;
  gap: 20px;
}
main.basket .basket-content .basket-wrap .basket_cart_wrap .basket-cart .basket-cart_info .basket-cart_info-price .wrap-counter .btn-favorites a {
  height: 24px;
  display: flex;
  align-items: center;
}
main.basket .basket-content .basket-wrap .wrap-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border-radius: 20px;
  background-color: #F3F7FF;
  max-width: 1075px;
  width: 100%;
  margin-top: 50px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form .blue {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 133%;
  font-weight: 700;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form .radio-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form .info {
  display: none;
  flex-wrap: wrap;
  gap: 30px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form .info.active {
  display: flex;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form .info input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding-left: 10px;
  border: unset;
  color: #393776;
  font-size: 14px;
  flex-basis: 48%;
  flex-grow: 1;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery {
  margin-top: 10px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  max-width: 409px;
  width: 100%;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .self-delivery,
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .courier {
  display: none;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .self-delivery.active,
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .courier.active {
  display: block;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .self-delivery .btn.light {
  margin-top: 20px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .courier .btn.light {
  margin-bottom: 20px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .delivery-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .delivery-info .blue {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .delivery-info p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .delivery-info input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding-left: 10px;
  border: 1px solid #A5A5A5;
  color: #393776;
  font-size: 14px;
  flex-grow: 1;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .delivery-info input::placeholder {
  color: #A5A5A5;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .wrap-delivery-data {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .data,
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery .delivery-content .time {
  border: none;
  color: #393776;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .wrap-delivery button {
  width: 100%;
  height: 60px;
  background-color: #F3F7FF;
  color: #393776;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .map {
  max-width: 100%;
  width: 100%;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.delivery .delivery-row .map iframe {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.payment {
  margin-top: 0px;
}
main.basket .basket-content .basket-wrap .wrap-form .contact-information-form.mounting {
  margin-top: 10px;
}
main.basket .basket-content .total {
  max-width: 445px;
  width: 100%;
  border: solid 1px #E7E7E7;
  box-shadow: 0px 4px 36px 0px rgba(34, 60, 80, 0.2);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: fit-content;
  position: sticky;
  top: 60px;
}
main.basket .basket-content .total .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.basket .basket-content .total .text .blue.header {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
main.basket .basket-content .total .text p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #313131;
}
main.basket .basket-content .total .string {
  height: 1px;
  width: 100%;
  background-color: #F71616;
}
main.basket .basket-content .total .total-price {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #313131;
  display: flex;
  justify-content: space-between;
}
main.basket .basket-content .total .total-price .price {
  color: #F71616;
}
main.basket .basket-content .total .policy {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #A5A5A5;
}
main.basket .basket-content .total .policy a {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #393776;
  border-bottom: 1px solid #393776;
}

.review_sidebar .review_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.review_sidebar .review_item .product-block {
  position: relative;
}
.review_sidebar .review_item .product-block .product_img_block .product_img {
  border-radius: 20px;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}
.review_sidebar .review_item .product-block div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.review_sidebar .review_item .product-block div .review_grade {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-left: 0;
}
.review_sidebar .review_item .product-block div .review_grade img {
  margin-left: 0;
}
.review_sidebar .review_item .review_date {
  font-size: 14px;
}

.review_main .container .content__wrap .content__main h2 {
  color: #393776;
  padding: 0 10px;
  margin-bottom: 30px;
}
.review_main .container .content__wrap .content__main .review_items {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px;
  gap: 30px;
}
@media (max-width: 768px) {
  .review_main .container .content__wrap .content__main .review_items {
    padding: 0 20px;
  }
}
.review_main .container .content__wrap .content__main .review_items .review_item {
  flex-basis: 360px;
  flex-grow: 1;
  min-width: 360px;
}
.review_main .container .content__wrap .content__main .review_items .review_item .product-block .review_name {
  font-size: 14px;
}
.review_main .container .content__wrap .content__main .review_items .review_item .review_grade {
  display: flex;
  align-items: center;
  gap: 5px;
}
.review_main .container .content__wrap .content__main .review_items .review_item .review_date {
  font-size: 14px;
}

.hits.brands h3 {
  font-size: clamp(20px, 4vw, 46px);
}

.img_brands_new {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  overflow: hidden;
}
.img_brands_new .wrap-brand {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row;
  width: 100%;
  overflow: auto;
}

.catalog-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
}
.catalog-bottom .catalog-showmore {
  margin: 0px 0px 10px 0px;
  display: inline-block;
  width: 200px;
  height: 55px;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 55px;
}
.catalog-bottom .catalog-showmore:hover {
  color: #f84147;
}
.catalog-bottom .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.catalog-bottom .pagination .pagination-arrow--prev {
  background: url(/sites/site1/images/icon/catalog-min/arrow-right.svg) center/100% 100% no-repeat;
  margin: 0px 50px 0px 0px;
  margin-right: clamp(0px, 3vw, 50px);
  width: 15px;
  height: 15px;
  rotate: 180deg;
}
.catalog-bottom .pagination .pagination-arrow--prev:hover {
  color: #f84147;
}
.catalog-bottom .pagination .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: clamp(0px, 1vw, 10px);
}
.catalog-bottom .pagination .pagination-list li {
  list-style: none;
}
.catalog-bottom .pagination .pagination-list li a {
  display: block;
  width: 100%;
  min-width: 40px;
  max-width: 70px;
  padding: 0 18px;
  height: 40px;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  border: solid 1px;
  border-radius: 50px;
}
.catalog-bottom .pagination .pagination-list li a:hover {
  color: #f84147;
  text-decoration: underline;
}
.catalog-bottom .pagination .pagination-arrow--next {
  background: url(/sites/site1/images/icon/catalog-min/arrow-right.svg) center/100% 100% no-repeat;
  text-decoration: none;
  margin: 0px 0px 0px 50px;
  margin-left: clamp(0px, 3vw, 50px);
  width: 15px;
  height: 15px;
}
.catalog-bottom .pagination .pagination-arrow--next:hover {
  color: #f84147;
}

.partners {
  max-width: 1610px;
  width: 100%;
  padding: 0 10px;
}
.partners h1 {
  margin-bottom: 30px;
}
.partners .list {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
}
.partners .list li {
  padding-bottom: 5px;
}
.partners .list li::marker {
  color: #e4312a;
}
.partners p:nth-of-type(3) {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 790px) {
  .partners p:nth-of-type(1) {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .partners p:nth-of-type(1) .resp {
    margin: 0 !important;
    max-width: clamp(320px, 51vw, 400px);
    height: 100%;
  }
}

.wrapper-all-content-pages .services-menu__navigation--mobile {
  display: none;
}
.wrapper-all-content-pages h2 {
  color: #393776;
}
.wrapper-all-content-pages h3 {
  color: #393776;
}
.wrapper-all-content-pages ul {
  padding-left: 20px;
}
.wrapper-all-content-pages ol {
  padding: 0;
}
.wrapper-all-content-pages ol li {
  padding: 0;
}
.wrapper-all-content-pages .homepage-catalog {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 0;
}
.wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner h2 {
  grid-column: 1/-1;
}
.wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner .homepage-catalog__item {
  width: 100%;
  height: 100vh;
  max-height: 450px;
}
.wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner .homepage-catalog__item .homepage-catalog__item-inner {
  max-height: 450px;
  height: 100%;
}
.wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner .homepage-catalog__item .homepage-catalog__item-inner .homepage-catalog__item-title a {
  font-size: 18px;
}
@media (max-width: 1370px) {
  .wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1285px) {
  .wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner .homepage-catalog__item {
    max-height: 350px;
  }
  .wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner .homepage-catalog__item .homepage-catalog__item-inner .homepage-catalog__item-img {
    max-height: 250px;
  }
  .wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner .homepage-catalog__item .homepage-catalog__item-inner .homepage-catalog__item-title {
    top: 86%;
    width: 100%;
    background-color: unset;
  }
}
@media (max-width: 767.98px) {
  .wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.full-width.stock {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 20px;
}

.catalog .catalog-top {
  margin-bottom: 30px;
}
.catalog .catalog-top h2 {
  color: #393776;
}
.catalog .s-goods {
  margin-bottom: 30px;
}
.catalog .search_catalog,
.catalog .catalog-inner.catalog-slider__mobile {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.catalog .search_catalog .goods-card.discount,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount {
  padding: 20px;
  border: solid 1px #E7E7E7;
  border-radius: 20px;
}
.catalog .search_catalog .goods-card.discount .goods-card__inner,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto 150px auto;
}
.catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__info,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__info {
  display: none;
}
.catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__btn.btn,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__btn.btn {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  background: linear-gradient(-75deg, rgb(247, 22, 22) 0%, rgb(189, 0, 0) 100%);
}
.catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__btn.btn::before,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__btn.btn::before {
  content: "";
  box-shadow: 0px -1px 30px 0px rgba(228, 49, 42, 0.3);
  border: 1px solid #f71616;
  background-image: url(/sites/site1/assets/images/icon/shopping-cart-line.svg);
  width: 38px;
  height: 38px;
  position: absolute;
  border-radius: 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__btn.btn:hover,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__btn.btn:hover {
  background: linear-gradient(#ffffff);
}
.catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__btn.btn:hover:hover::before,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__btn.btn:hover:hover::before {
  background-image: url(/sites/site1/assets/images/icon/shopping-cart-line-red.svg);
}
.catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__oneclick,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__oneclick {
  display: none;
}
.catalog .search_catalog .goods-card.discount .goods-card__inner .js-quick-view.quick-view-btn.btn,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .js-quick-view.quick-view-btn.btn {
  display: none;
}
.catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__img.ibg,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__img.ibg {
  width: 0;
  grid-area: 1/1/2/6;
}
.catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__img.ibg picture img,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__img.ibg picture img {
  max-width: 100%;
  max-height: 100%;
  height: 100vh;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__title,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__title {
  grid-area: 2/1/3/6;
}
.catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__price,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__price {
  width: 100%;
  grid-area: 3/1/4/6;
  margin: auto 0;
}
.catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__bottom,
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__bottom {
  max-width: 40px;
  width: 100%;
  grid-area: 3/6/4/3;
  justify-self: end;
}
@media (max-width: 1450px) {
  .catalog .search_catalog,
  .catalog .catalog-inner.catalog-slider__mobile {
    grid-template-columns: repeat(4, 1fr);
  }
  .catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__img.ibg,
  .catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__img.ibg {
    width: 100%;
  }
  .catalog .search_catalog .goods-card.discount .goods-card__inner .goods-card__img.ibg picture img,
  .catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__img.ibg picture img {
    max-width: 100%;
    width: 100vw;
  }
}
@media (max-width: 1024px) {
  .catalog .search_catalog,
  .catalog .catalog-inner.catalog-slider__mobile {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .catalog .search_catalog,
  .catalog .catalog-inner.catalog-slider__mobile {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog .search_catalog .goods-card.discount .goods-card__inner,
  .catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner {
    grid-template-rows: auto 100px auto;
  }
}
@media (max-width: 440px) {
  .catalog .search_catalog,
  .catalog .catalog-inner.catalog-slider__mobile {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog .catalog-bottom.js-catalog-paging {
  margin-top: 30px;
}
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount {
  max-width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
  padding: clamp(10px, 3vw, 20px);
}
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner {
  width: 100%;
  padding-bottom: 15px;
  background-color: transparent;
  border-radius: 20px;
  grid-template-rows: auto clamp(120px, 9vw, 150px) auto 55px;
  gap: 15px;
}
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__img.ibg {
  max-width: 100%;
  width: 100%;
  max-height: 210px;
  height: 100%;
  margin: 0;
}
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__price {
  grid-area: 3/1/3/6;
  min-height: unset;
}
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__bottom {
  display: flex;
  width: 100%;
  max-width: 100%;
  grid-area: 4/6/4/1;
  justify-self: unset;
  justify-content: space-between;
  align-items: flex-end;
}
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__btn {
  margin: 0;
}
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__btn::before {
  width: 40px !important;
  height: 40px !important;
  left: -1px;
}
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner .goods-card__bottom .goods-card__oneclick {
  display: block;
  max-width: 121px;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 10px;
}
.catalog .catalog-inner.catalog-slider__mobile .goods-card.discount .goods-card__inner::before {
  border: unset;
}

.basket-cart_info-price .quantity-counter {
  border: none;
  width: 40px;
  text-align: center;
}

.cart-form {
  width: 100%;
}

header .header-top .header-controls .favorite-cart.little_cart {
  height: 100%;
  position: relative;
}

header .header-top .header-controls .little_cart_wrapper {
  height: 60px;
}

header .header-top .header-controls .favorite-cart.little_cart .quantity {
  position: absolute;
  background: #F44336;
  color: white;
  padding: 5px;
  border-radius: 50%;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  top: 0px;
}

header .header-top .header-controls .little_cart_wrapper .footer_cart {
  display: none;
}

footer .footer_cart {
  display: block;
}

footer .bottom-menu .footer_cart {
  position: relative;
}

footer .favorite-cart.little_cart {
  display: none;
}

footer .bottom-menu .footer_cart .quantity {
  position: absolute;
  background: #F44336;
  color: white;
  padding: 5px;
  border-radius: 50%;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  top: 0px;
}

.modal.fast-order {
  overflow: scroll;
}

.product-attribute.colors .wrap-slider img {
  max-width: 100%;
}

form[data-asmpfilter=main] {
  max-width: 100%;
}

form[data-asmpfilter=main] .description h2 {
  color: #393776;
  font-size: clamp(20px, 2.5vw, 30px);
}

.full-width.contacts.wrapper-all-content-pages {
  align-items: flex-start;
  width: calc(100% - 20px);
}
.full-width.contacts.wrapper-all-content-pages .breadcrumbs {
  margin-bottom: 20px;
}
.full-width.contacts.wrapper-all-content-pages .homepage-catalog {
  width: 100%;
}
@media (max-width: 1024px) {
  .full-width.contacts.wrapper-all-content-pages {
    margin-top: 120px;
  }
}

main.catalog .wrap-catalog .description .section-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.catalog .wrap-catalog .description .section-txt img {
  float: left;
}
main.catalog .wrap-catalog .description .section-txt h2,
main.catalog .wrap-catalog .description h3 {
  margin: 10px 0;
  color: #393776;
}
main.catalog .wrap-catalog .description .section-txt br {
  display: none;
}
main.catalog .wrap-catalog .description .section-txt p img {
  float: left !important;
}
main.catalog .wrap-catalog .description .section-txt ul,
main.catalog .wrap-catalog .description ol {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.catalog .wrap-catalog .description p img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.single-card-slider .swiper-slide {
  position: relative;
}

.single-card-slider .video-container.mobile-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-card-slider .video-container.mobile-video iframe,
.single-card-slider .video-container.mobile-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.privacy-policy {
  gap: 0px;
  align-items: start;
  max-width: 1570px;
  width: calc(100% - 20px);
  margin: 0 10px;
  padding-left: unset;
}
.privacy-policy h1 {
  margin: 30px 0;
}
.privacy-policy .breadcrumbs {
  margin-left: unset;
}

.full-width.contacts.news {
  gap: clamp(20px, 3vw, 30px);
  width: calc(100% - 20px);
}
.full-width.contacts.news .breadcrumbs {
  width: 100%;
}
.full-width.contacts.news .news-filter__navigation--mobile {
  display: none;
}
.full-width.contacts.news .useful-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.full-width.contacts.news .useful-info .useful-info__top h1 {
  font-size: clamp(20px, 3vw, 30px);
  color: #393776;
  font-weight: 700;
}
.full-width.contacts.news .useful-info .useful-info__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.full-width.contacts.news .useful-info .useful-info__inner .useful-info__item {
  height: auto;
}
.full-width.contacts.news .useful-info .useful-info__inner .useful-info__item h3 {
  color: rgb(57, 55, 118);
  height: fit-content;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.full-width.contacts.news .useful-info .useful-info__inner .useful-info__item .useful-info__date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}
.full-width.contacts.news .useful-info .useful-info__inner .useful-info__item .useful-info__date picture {
  width: 24px;
}
.full-width.contacts.news .useful-info .useful-info__inner .useful-info__item .useful-info__date picture img {
  max-width: 24px;
}
.full-width.contacts.news .useful-info .useful-info__inner .useful-info__item .useful-info__item-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.full-width.contacts.news .useful-info .useful-info__inner .useful-info__item .useful-info__item-inner .useful-info__img picture img {
  width: 100%;
  object-fit: cover;
  height: 280px;
}
.full-width.contacts.news .useful-info .useful-info__inner .useful-info__item .useful-info__item-inner .useful-info__item-content {
  -webkit-line-clamp: 5;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 990px) {
  .full-width.contacts.news .useful-info .useful-info__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .full-width.contacts.news .useful-info .useful-info__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.full-width.contacts.news-page {
  gap: clamp(20px, 3vw, 30px);
  width: calc(100% - 20px);
}
.full-width.contacts.news-page .breadcrumbs {
  width: 100%;
}
.full-width.contacts.news-page .news-filter__navigation--mobile {
  display: none;
}
.full-width.contacts.news-page .news {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.full-width.contacts.news-page .news img {
  max-width: 600px;
  width: 100%;
  height: 100%;
}
.full-width.contacts.news-page .news ul,
.full-width.contacts.news-page .news ol {
  padding-left: 20px;
}
.full-width.contacts.news-page .news h1 {
  font-size: clamp(20px, 3vw, 30px);
  color: #393776;
  font-weight: 700;
}
.full-width.contacts.news-page .news .news-date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}
.full-width.contacts.news-page .news .news-date picture {
  width: 24px;
}
.full-width.contacts.news-page .news .news-date picture img {
  max-width: 24px;
}
.full-width.contacts.news-page .news div[itemprop=articleBody] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.full-width.contacts.news-page .news .two-img__wrap .two-img__block {
  display: flex;
  gap: 10px;
}
.full-width.contacts.news-page .news .two-img__wrap .two-img__block .two-img__item.ibg {
  background-image: unset !important;
}
.full-width.contacts.news-page .news-socials h3 {
  color: #393776;
}
.full-width.contacts.news-page .news-socials .news-socials__inner {
  display: flex;
  justify-content: space-between;
}

.catalog-filter__check-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.catalog-filter__check-label .check-input.radio-input {
  display: none;
}
.catalog-filter__check-label .catalog-filter__radio-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #A5A5A5;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
}
.check-input.radio-input:checked + .catalog-filter__check-label .catalog-filter__radio-box {
  border-color: #f71616;
}
.check-input.radio-input:checked + .catalog-filter__check-label .catalog-filter__radio-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  background-color: #f71616;
  border-radius: 50%;
}
.catalog-filter__check-label:active .catalog-filter__radio-box {
  background-color: rgba(247, 22, 22, 0.3);
  border-color: rgba(247, 22, 22, 0.5);
}

.clickable-img {
  cursor: zoom-in;
  position: relative;
}

.clickable-img:hover .zoom-icon {
  opacity: 1;
}

.fullscreen-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fullscreen-gallery.active {
  display: block;
  opacity: 1;
}

.gallery-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.gallery-close {
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 10;
}

.gallery-image-wrapper {
  position: relative;
  width: 80%;
  height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gallery-image-wrapper .video-container {
  width: 100%;
  height: 100%;
  display: none;
}

.gallery-image-wrapper .video-container.active {
  display: block;
}

.gallery-image-wrapper .video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.gallery-image-wrapper .video-container video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: none;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 36px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.gallery-nav:hover {
  background: rgba(255, 255, 255, 0.3);
}

.gallery-prev {
  left: 20px;
  z-index: 1;
}

.gallery-next {
  right: 20px;
  z-index: 1;
}

.gallery-counter {
  margin-top: 15px;
  color: white;
  font-size: 16px;
}

.gallery-thumbnails {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
}

.thumbnails-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  width: fit-content;
}

.gallery-thumbnail {
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.gallery-thumbnail.active {
  border-color: #f71616;
  opacity: 1;
}

.gallery-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumbnail.video::after {
  content: "\\F008";
  font-family: "remixicon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f71616;
  font-size: 24px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .gallery-image-wrapper {
    width: 90%;
    height: 60%;
  }
  .gallery-nav {
    width: 40px;
    height: 40px;
    font-size: 24px;
    z-index: 1;
  }
  .gallery-nav:hover {
    background: rgb(243, 247, 255);
  }
  .gallery-nav .ri-arrow-left-s-line:before {
    color: rgb(57, 55, 118);
  }
  .gallery-nav .ri-arrow-right-s-line:before {
    color: rgb(57, 55, 118);
  }
  .gallery-thumbnail {
    width: 45px;
    height: 45px;
  }
}
.slick-track {
  width: 100% !important;
}
.slick-track .slick-slide.slick-current.slick-active {
  width: 100% !important;
}/*# sourceMappingURL=style.css.map */</pre></body></html>