<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Segoe UI";
  src: url(/sites/site1/assets/fonts/SegoeUI-Light.ttf);
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Segoe UI";
  src: url(/sites/site1/assets/fonts/SegoeUI.ttf);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url(/sites/site1/assets/fonts/SegoeUIItalic.ttf);
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url(/sites/site1/assets/fonts/SegoeUI-SemiBold.ttf);
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI";
  src: url(/sites/site1/assets/fonts/SegoeUIBold.ttf);
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url(/sites/site1/assets/fonts/SegoeUIBoldItalic.ttf);
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Involve";
  src: url(/sites/site1/assets/fonts/Involve-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Involve";
  src: url(/sites/site1/assets/fonts/Involve-Medium.ttf);
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Involve";
  src: url(/sites/site1/assets/fonts/Involve-SemiBold.ttf);
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Involve";
  src: url(/sites/site1/assets/fonts/Involve-Bold.ttf);
  font-style: normal;
  font-weight: 700;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  font-family: "Involve", sans-serif;
  font-weight: 600;
}

body {
  overflow-x: hidden;
}
body.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2 {
  font-size: clamp(20px, 4vw, 46px);
  line-height: 1.3260869565;
  font-weight: 700;
  color: #fff;
}

h3 {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 133%;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: math-auto;
}
h3 span {
  font-size: clamp(18px, 5vw, 24px);
  line-height: 133%;
  font-weight: 700;
  color: #FF3F3F;
}

.blue {
  color: #393776;
}

h4 {
  font-size: clamp(12px, 1vw, 16px);
  line-height: 100%;
  font-weight: 700;
  color: #393776;
  text-transform: math-auto;
}

a {
  color: #313131;
  text-decoration: none;
  font-size: clamp(10px, 1.5vw, 14px);
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}

.developer {
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  color: #393776;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #F3F7FF;
  height: 50px;
}
.developer a {
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 27.5px;
  color: #fff;
  height: 55px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  padding: 22px 0 22px;
  transition: all 0.5s ease;
  position: relative;
}
.btn.red {
  background: linear-gradient(-75deg, rgb(247, 22, 22) 0%, rgb(189, 0, 0) 100%);
  -webkit-box-shadow: 0px -1px 30px 0px rgba(228, 49, 42, 0.3);
  -moz-box-shadow: 0px -1px 30px 0px rgba(228, 49, 42, 0.3);
  box-shadow: 0px -1px 30px 0px rgba(228, 49, 42, 0.3);
  border: 1px solid #f71616;
}
.btn.red:hover {
  background: #fff;
  border: 1px solid #f71616;
  transition: all 0.5s ease;
  color: #f71616;
}
.btn.red.black:hover {
  color: #2F2F2F;
  border: 1px solid #f71616;
}
.btn.red.icon {
  padding: 3px 0 3px 3px;
}
.btn.red.icon i {
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  max-width: 54px;
  max-height: 54px;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 26px;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.btn.red.icon:hover i {
  background: #f71616;
  color: #fff;
}
.btn.no-bg {
  background: transparent;
  border: 1px solid #fff;
}
.btn.no-bg:hover {
  background: linear-gradient(75deg, rgb(247, 22, 22) 0%, rgb(189, 0, 0) 100%);
  border: 1px solid #f71616;
  -webkit-box-shadow: 0px -1px 30px 0px rgba(228, 49, 42, 0.3);
  -moz-box-shadow: 0px -1px 30px 0px rgba(228, 49, 42, 0.3);
  box-shadow: 0px -1px 30px 0px rgba(228, 49, 42, 0.3);
  transition: all 0.5s ease;
}
.btn.no-bg.small {
  height: 44px;
  padding: 0;
  color: #A5A5A5;
}
.btn.no-bg.small:hover {
  color: #A5A5A5;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
}
.btn.light, .btn.card-info__oneclick {
  background: #F3F7FF;
  border: 1px solid #F3F7FF;
  color: #393776;
}
.btn.light:hover, .btn.card-info__oneclick:hover {
  border: 1px solid #f71616;
  transition: all 0.5s ease;
}
.btn.blue {
  background: linear-gradient(99deg, rgb(57, 55, 118) 0%, rgb(44, 91, 166) 100%);
  сolor: #fff;
  border: 1px solid transparent;
}
.btn.blue:hover {
  background: #fff;
  border: 1px solid #f71616;
  transition: all 0.5s ease;
  color: rgb(57, 55, 118);
}

.error-message {
  color: #F71616;
  font-size: 16px;
  line-height: 150%;
  margin-top: 10px;
  position: absolute;
  left: 0;
  bottom: -30px;
}

form {
  position: relative;
}

.wrap {
  display: flex;
  flex-direction: column;
  margin: 0;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 70px;
  width: 100%;
}
header .header-top {
  max-width: 1610px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
header .header-top .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-top .mobile-handset {
  display: none;
}
header .header-top .btn.red.catalog {
  width: 140px;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
header .header-top .search {
  max-width: 814px;
  width: 100%;
  height: 60px;
  background: rgb(44, 91, 166);
  background: radial-gradient(circle, rgb(44, 91, 166) 0%, rgb(57, 55, 118) 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top .search input {
  border: none;
  height: 56px;
  border-radius: 50px;
  max-width: 748px;
  width: 100%;
  margin-left: 2px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
header .header-top .search input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #A5A5A5;
}
header .header-top .search .search-icon {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  padding-right: 20px;
  padding-bottom: 1px;
  cursor: pointer;
}
header .header-top .city {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-evenly;
}
header .header-top .city p {
  font-size: 12px;
  font-weight: 600;
  line-height: 133%;
  color: #393776;
}
header .header-top .city .name-city {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .header-top .city .name-city p {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: #393776;
}
header .header-top .city .name-city a {
  text-decoration: none;
}
header .header-top .city .name-city a .ri-arrow-right-s-line {
  color: #393776;
  font-size: 23px;
}
header .header-top .header-controls {
  display: flex;
  gap: 20px;
}
header .header-top .header-controls .favorite-cart {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
header .header-top .header-controls .favorite-cart a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #393776;
}
header .header-top .header-controls .favorite-cart a .ri-shopping-cart-line {
  font-size: 23px;
  color: #393776;
}
header .header-top .header-controls .favorite-cart a .ri-heart-3-line {
  font-size: 23px;
  color: #393776;
}
header .header-bottom {
  display: flex;
  justify-content: space-between;
  max-width: 1610px;
  width: 100%;
}
header .header-bottom .nav {
  display: flex;
  gap: 15px;
}
header .header-bottom .nav a {
  text-decoration: none;
  color: #393776;
  font-size: 14px;
  line-height: 114%;
  font-weight: 600;
}
@media (max-width: 1344px) {
  header .header-bottom .nav a:last-child {
    display: none;
  }
}
header .header-bottom .nav a:hover {
  color: #F71616;
}
header .header-bottom .info {
  display: flex;
  gap: 15px;
}
header .header-bottom .info p {
  font-size: 14px;
  line-height: 114%;
}
header .header-bottom .info a {
  font-size: 14px;
  font-weight: 600;
  line-height: 114%;
  text-decoration: none;
  color: #F71616;
}

footer {
  display: flex;
  justify-content: center;
  background-color: #F3F7FF;
  padding: 50px 0;
  width: 100%;
}
footer h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  footer h4 {
    text-align: center;
  }
}
footer a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
footer .wrapper {
  max-width: 1610px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .wrapper .footer-top {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .wrapper .footer-top .footer-text {
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
footer .wrapper .footer-text1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
footer .wrapper a img {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}
footer .wrapper .nav {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  gap: clamp(20px, 4vw, 50px);
}
footer .wrapper .nav .help {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  max-width: 510px;
}
footer .wrapper .nav .help .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 50px;
}
footer .wrapper .nav .help .row .col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  footer .wrapper .nav .help .row .col {
    align-items: center;
  }
}
footer .wrapper .nav .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  footer .wrapper .nav .info .col {
    align-items: center;
  }
}
footer .wrapper .nav .info .soc {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  footer .wrapper .nav .info .soc {
    justify-content: center;
  }
}
footer .wrapper .nav .info .soc a img {
  background-color: unset;
  padding: 0;
  max-width: 30px;
  width: 100vw;
  height: 30px;
  transition: all 0.5s ease;
  object-fit: cover;
}
footer .wrapper .nav .info .soc a:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: all 0.5s ease;
}
footer .wrapper .nav .contacts {
  max-width: 164px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .wrapper .nav .contacts .col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  footer .wrapper .nav .contacts .col {
    align-items: center;
  }
}
footer .wrapper .nav .contacts .col a {
  color: #000000;
}
footer .wrapper .nav .contacts .col p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}
footer .wrapper .nav .requisite {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .wrapper .nav .requisite .col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  footer .wrapper .nav .requisite .col {
    align-items: center;
  }
}
footer .wrapper .nav .requisite .col p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}
footer .wrapper .footer-text1 {
  display: none;
}

.categories-card .card {
  display: flex;
  flex-direction: column;
  background-color: #F3F7FF;
  width: clamp(115px, 14vw, 236px);
  border-radius: 20px;
  padding: clamp(8px, 1vw, 20px);
  max-height: clamp(115px, 21vw, 300px);
  flex-grow: 1;
  height: auto;
}
.categories-card .card a {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1vw, 20px);
  height: 100%;
  justify-content: space-between;
}
.categories-card .card a h4 {
  font-weight: 600;
}
.categories-card .card a img {
  width: 100%;
  min-height: 59px;
  height: clamp(59px, 8.5vw, 160px);
  object-fit: cover;
}

.sale-card {
  padding: 10px;
  max-width: 201px;
  width: 100%;
  height: 294px;
  border-radius: 20px;
  background-color: #fff;
  display: flex !important;
  flex-direction: column;
  gap: 30px;
}
.sale-card img {
  max-width: 181px;
  width: 100%;
  height: clamp(105px, 24.7vw, 152px);
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}
.sale-card .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  height: 100%;
}
.sale-card .info .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sale-card .info .price .old-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sale-card .info .price .old-price span:first-child {
  color: #f71616;
}
.sale-card .info .price .old-price span:last-child {
  font-size: 14px;
  position: relative;
}
.sale-card .info .price .old-price span:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 40%;
  width: 100%;
  height: 1px;
  background: black;
}
.sale-card .info .price .btn.red {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.sale-card .info .price .btn.red .ri-shopping-cart-line::before {
  font-size: 20px;
}
@media (max-width: 768px) {
  .sale-card {
    height: 100vh !important;
    max-height: 300px;
  }
}

.product-card {
  width: clamp(150px, 3vw, 298px);
  height: 482px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: solid 1px #E7E7E7;
  border-radius: 20px;
  justify-content: space-between;
  gap: 20px;
}
.product-card img {
  max-width: clamp(130px, 27vw, 258px);
  max-height: clamp(130px, 27vw, 258px);
  width: 100%;
  height: 100vh;
  border-radius: 10px;
  object-fit: contain;
}
.product-card .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.product-card .info a {
  text-align: start;
  overflow: hidden;
  height: 60px;
}
.product-card .info .rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card .info .rating .star {
  align-items: center;
}
.product-card .info .rating .star i {
  color: #FFD600;
}
.product-card .info .rating .star p {
  font-size: clamp(10px, 2vw, 14px);
  font-weight: 600;
  line-height: 1.5;
  color: #313131;
}
.product-card .info .rating p {
  font-size: clamp(10px, 2vw, 14px);
  font-weight: 600;
  line-height: 1.5;
  color: #313131;
}
.product-card .info .rating .star {
  display: flex;
}
.product-card .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card .price .old-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) and (min-width: 320px) {
  .product-card .price .old-price {
    align-items: flex-start;
    flex-direction: column;
  }
}
.product-card .price .old-price span:first-child {
  color: #f71616;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
}
.product-card .price .old-price span:last-child {
  font-size: clamp(11px, 2vw, 15px);
  position: relative;
}
.product-card .price .old-price span:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 40%;
  width: 100%;
  height: 1px;
  background: black;
}
.product-card .price .btn.red {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.product-card .price .btn.red .ri-shopping-cart-line::before {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .product-card {
    padding: 10px;
  }
}

.popular-card,
.swiper-slide.popular-card {
  width: clamp(280px, 32vw, 510px) !important;
  height: clamp(122px, 16vw, 250px);
  font-size: 18px;
  background: #3C3A7E;
  background: linear-gradient(105deg, rgb(60, 58, 126) 0%, rgb(37, 104, 174) 50%, rgb(133, 156, 249) 100%);
  padding: 20px;
  border: solid 1px #E7E7E7;
  border-radius: 20px;
  gap: 30px;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.popular-card .info,
.swiper-slide.popular-card .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.popular-card .info a,
.swiper-slide.popular-card .info a {
  color: #fff;
}
.popular-card .info .stock,
.swiper-slide.popular-card .info .stock {
  display: flex;
  justify-content: space-between;
  padding: clamp(5px, 1.5vw, 10px);
  background-color: #fff;
  border-radius: 20px;
  max-width: 121px;
  width: 100%;
}
.popular-card .info .stock .ri-checkbox-circle-line,
.swiper-slide.popular-card .info .stock .ri-checkbox-circle-line {
  color: #48C95F;
}
.popular-card .info .stock .ri-checkbox-circle-line::before,
.swiper-slide.popular-card .info .stock .ri-checkbox-circle-line::before {
  font-weight: 100;
}
.popular-card .info .stock p,
.swiper-slide.popular-card .info .stock p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3571428571;
  color: #393776;
}
.popular-card img,
.swiper-slide.popular-card img {
  width: clamp(100px, 13vw, 210px);
  border-radius: 20px;
}

.article-card {
  max-width: 378px;
  width: 100%;
  height: 328px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgb(243, 247, 255);
  border-radius: 20px;
  gap: 30px;
}
.article-card img {
  width: 100%;
  height: clamp(110px, 15vw, 200px);
  object-fit: cover;
  border-radius: 20px;
}
.article-card .info {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vw, 30px);
  padding: 30px 20px 0 20px;
}
.article-card .info .blue {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.article-card .info p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1428571429;
  color: rgb(165, 165, 165);
}

.discounts {
  background: rgb(44, 91, 166);
  background: radial-gradient(circle, rgb(44, 91, 166) 0%, rgb(57, 55, 118) 100%);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.discounts .discounts-wrap {
  max-width: 1610px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discounts .discounts-wrap h3 {
  flex-grow: 1;
  text-align: center;
}
.discounts .discounts-wrap .ri-close-line {
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 23px;
  cursor: pointer;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #A5A5A5;
  text-decoration: none;
}
.breadcrumbs a {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #A5A5A5;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #F71616;
}

.full-width {
  max-width: 1570px;
  width: 100%;
}

.irs--flat {
  height: 20px !important;
}
.irs--flat .irs-handle {
  background-color: #F71616 !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  top: 0px !important;
  cursor: pointer !important;
}
.irs--flat .irs-handle:hover i:first-child {
  background-color: #F71616 !important;
}
.irs--flat .irs-handle i:first-child {
  background-color: #F71616 !important;
}
.irs--flat .irs-line {
  top: 10px !important;
  height: 2px !important;
  background-color: #e8e8e8 !important;
}
.irs--flat .irs-bar {
  top: 10px !important;
  background-color: #F71616 !important;
  height: 2px !important;
}

.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.radio + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #A5A5A5;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
}
.radio:not(:disabled):not(:checked) + label:hover::before {
  border-color: rgba(247, 22, 22, 0.5);
}
.radio:not(:disabled):active + label::before {
  background-color: rgba(247, 22, 22, 0.3);
  border-color: rgba(247, 22, 22, 0.5);
}
.radio:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(247, 22, 22, 0.25);
}
.radio:focus:not(:checked) + label::before {
  border-color: rgba(247, 22, 22, 0.7);
}
.radio:checked + label::before {
  border-color: #f71616;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb(247, 22, 22)'/%3e%3c/svg%3e");
}
.radio:disabled + label::before {
  background-color: #e9ecef;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.checkbox + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 3px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.checkbox:checked + label::before {
  border-color: #F71616;
  background-color: #F71616;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.checkbox.check-color:checked + label::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: rgba(247, 22, 22, 0.5);
}
.checkbox:not(:disabled):active + label::before {
  background-color: rgba(247, 22, 22, 0.3);
  border-color: rgba(247, 22, 22, 0.5);
}
.checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(247, 22, 22, 0.25);
}
.checkbox:focus:not(:checked) + label::before {
  border-color: rgba(247, 22, 22, 0.7);
}
.checkbox:disabled + label::before {
  background-color: #e9ecef;
}
.checkbox._img + label {
  position: relative;
  padding: 8px;
  margin: 0;
}
.checkbox._img + label::before {
  content: "";
  border: 1px solid #393776;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.checkbox._img:checked + label::before {
  border-color: #F71616;
  background-color: unset;
  background-image: none;
}
.checkbox._img:not(:disabled):not(:checked) + label:hover::before {
  border-color: rgba(247, 22, 22, 0.5);
}
.checkbox._img:not(:disabled):active + label::before {
  background-color: rgba(247, 22, 22, 0.3);
  border-color: rgba(247, 22, 22, 0.5);
}
.checkbox._img:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(247, 22, 22, 0.25);
}
.checkbox._img:focus:not(:checked) + label::before {
  border-color: rgba(247, 22, 22, 0.7);
}
.checkbox._img.color + label {
  padding: 0;
  margin: 0;
  border-radius: 10px;
}
.checkbox._img.color + label::before {
  border-radius: 10px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.checkbox._img.gont + label {
  padding: 0;
  margin: 0;
  border-radius: 10px;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.checkbox._img.gont + label::before {
  content: none;
}
.checkbox._img.gont + label img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  border: 4px solid #393776;
  max-width: 130px;
  max-height: 80px;
}
.checkbox._img.gont:checked + label img {
  border: 4px solid #F71616;
  background-color: unset;
  background-image: none;
}
.checkbox._img.gont:not(:disabled):not(:checked) + label:hover img {
  border-color: rgba(247, 22, 22, 0.5);
}
.checkbox._img.gont:not(:disabled):active + label img {
  background-color: rgba(247, 22, 22, 0.3);
  border-color: rgba(247, 22, 22, 0.5);
}
.checkbox._img.gont:focus + label img {
  box-shadow: 0 0 0 0.2rem rgba(247, 22, 22, 0.25);
}
.checkbox._img.gont:focus:not(:checked) + label img {
  border-color: rgba(247, 22, 22, 0.7);
}
.checkbox._img.gont:checked + label &gt; img img {
  border-width: 4px;
}

/* ===== Tabs ===== */
.tabs {
  margin-left: auto;
  margin-right: auto;
}
.tabs .tabs__nav {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
}
.tabs .tabs__nav.background {
  height: 43px;
  background-color: #557dfc;
  border-radius: 6px 6px 0 0;
  display: inline-flex;
}
.tabs .tabs__nav.background .tabs__btn {
  padding: 10px 20px;
  margin-right: 0px;
  font-size: 18px;
  border-right: 1px solid var(--tabs-link);
  color: var(--tabs-link-text);
}
.tabs .tabs__nav.background .tabs__btn:not(.tabs__btn_active):hover, .tabs .tabs__nav.background .tabs__btn:not(.tabs__btn_active):focus {
  border-bottom: none;
  background-color: var(--tabs-link);
  transition: var(--tran-04);
  color: var(--tabs-link-text-active);
}
.tabs .tabs__nav.background .tabs__btn.tabs__btn_active {
  border-bottom: none;
  background-color: var(--tabs-link);
  color: var(--tabs-link-text-active);
}
.tabs .tabs__nav.background .tabs__btn.tabs__btn_active.first {
  border-radius: 6px 0 0 0;
}
.tabs .tabs__nav.background .tabs__btn.tabs__btn_active.last {
  border-radius: 0 6px 0 0;
}
.tabs .tabs__nav .tabs__btn {
  padding: 0 0 2px;
  margin-right: 30px;
  text-decoration: none;
  color: var(--home-text-color);
  border: none;
  background: unset;
  cursor: pointer;
  font-size: 20px;
}
.tabs .tabs__nav .tabs__btn:not(.tabs__btn_active):hover, .tabs .tabs__nav .tabs__btn:not(.tabs__btn_active):focus {
  border-bottom: 1px solid;
}
.tabs .tabs__nav .tabs__btn:first-child {
  border-radius: 6px 0 0 0;
}
.tabs .tabs__nav .tabs__btn:last-child {
  border-right: none;
  border-radius: 0 6px 0 0;
}
.tabs .tabs__nav .tabs__btn.tabs__btn_active {
  cursor: default;
  border-bottom: 1px solid;
}
.tabs .tabs__content.block-background {
  padding: 0px;
}
.tabs .tabs__content.block-background.tabs__pane_show {
  display: flex;
  flex-direction: column;
}
.tabs .tabs__content .tabs__pane {
  display: none;
}
.tabs .tabs__content .tabs__pane.tabs__pane_show {
  display: block;
}

/* ===== Media popup ===== */
.image-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}
.image-popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-popup .image-popup__content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
}
.image-popup .image-popup__content .image-popup__close {
  position: absolute;
  top: -40px;
  right: -40px;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.image-popup .image-popup__content .image-popup__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: #F3F7FF;
  border-radius: 50%;
}
.image-popup .image-popup__content .image-popup__img {
  max-width: 100svw;
  width: 100%;
  max-height: 90svh;
  object-fit: contain;
  height: 100vh;
}
.image-popup .image-popup__content .image-popup__prev::after,
.image-popup .image-popup__content .image-popup__next::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;
}
.image-popup .image-popup__content .image-popup__prev {
  left: -50px;
  transform: rotate(180deg);
}
.image-popup .image-popup__content .image-popup__next {
  right: -50px;
}

#AddComment.show {
  opacity: 1;
}

#AddComment {
  opacity: 0;
  max-height: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  overflow: hidden;
}

.basket-cart {
  display: flex;
  max-width: 1075px;
  width: 100%;
  gap: 20px;
}
.basket-cart img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  border-radius: 10px;
}
.basket-cart .basket-cart_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.basket-cart .basket-cart_info-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 330px;
}
.basket-cart .basket-cart_info-text .product-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #313131;
}
.basket-cart .basket-cart_info-text .article-number {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #393776;
}
.basket-cart .basket-cart_info-price {
  display: flex;
  gap: 20px;
}
.basket-cart .basket-cart_info-price .price {
  display: flex;
  flex-direction: column;
}
.basket-cart .basket-cart_info-price .price span:first-child {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #313131;
}
.basket-cart .basket-cart_info-price .price span:last-child {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #A5A5A5;
  position: relative;
}
.basket-cart .basket-cart_info-price .price span:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 40%;
  width: 100%;
  height: 1px;
  background: #A5A5A5;
}
.basket-cart .basket-cart_info-price .counter {
  display: flex;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
  height: 30px;
  justify-content: space-between;
}
.basket-cart .basket-cart_info-price .counter button {
  width: 30px;
  height: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  background: none;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basket-cart .basket-cart_info-price .counter button:active {
  background: #f0f0f0;
}
.basket-cart .basket-cart_info-price .counter button:first-child {
  padding-bottom: 2px;
}
.basket-cart .basket-cart_info-price .counter span {
  padding: 0px 10px;
}
.basket-cart .basket-cart_info-price i {
  font-size: 24px;
  font-weight: 100;
  color: #393776;
  cursor: pointer;
}

.wrapper-all-content-pages .wrap.first,
.wrapper-all-content-pages .wrap.about,
.wrapper-all-content-pages .wrap.works,
.wrapper-all-content-pages .wrap.about-services,
.wrapper-all-content-pages .wrap.advantages,
.wrapper-all-content-pages .wrap.information,
.wrapper-all-content-pages .wrap.consultation,
.wrapper-all-content-pages .wrap.faq,
.wrapper-all-content-pages .wrap.order,
.wrapper-all-content-pages .wrap.reviews,
.wrapper-all-content-pages .wrap.contacts {
  width: 100%;
  max-width: 1400px;
}

.header-scrolled .header-bottom {
  position: static !important;
}/*# sourceMappingURL=components.css.map */</pre></body></html>