<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1610px) {
  .discounts {
    padding: 0 10px;
  }
  header {
    padding: 0 10px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  main {
    padding-top: 20px;
    width: 100%;
  }
  main section {
    margin: 0;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  main section.slider-header, main section.brands, main section.discount-banner, main section.categories-card {
    margin: 0 10px;
    width: calc(100% - 20px) !important;
  }
  main section.hits, main section.popular {
    margin-left: 10px !important;
    width: calc(100% - 10px) !important;
  }
  main section.slider-header {
    margin-bottom: clamp(-50px, -3vw, -10px);
  }
  main .all-products {
    padding: 10px !important;
  }
  main .all-products .all-card .info .price .old-price span:first-child {
    font-size: 14px;
  }
  main .all-products .all-card .info .price .old-price span:last-child {
    font-size: 12px;
  }
  main .hits .hits-slider .swiper-wrapper .product-card {
    padding: 10px;
  }
  main .hits .hits-slider .swiper-wrapper .product-card .info {
    gap: 10px;
  }
  main .popular .popular-slider .swiper-wrapper .popular-card,
  main .popular .popular-slider .swiper-wrapper .swiper-slide.popular-card {
    padding: 10px;
    gap: 10px;
  }
  main .popular .popular-slider .swiper-wrapper .popular-card .info h3,
  main .popular .popular-slider .swiper-wrapper .swiper-slide.popular-card .info h3 {
    font-size: 16px;
  }
  main .brands .img-brands {
    gap: clamp(20px, 2vw, 30px);
    justify-content: unset !important;
  }
  main .brands .img-brands img {
    max-width: clamp(171px, 15vw, 236px) !important;
    padding: clamp(14px, 2vw, 20px) !important;
  }
  main .articles .article-card-slider .article-wrap {
    gap: 10px !important;
  }
  main .articles .article-card-slider .article-wrap .article-card .info {
    padding: 20px 10px 0 10px;
  }
  main .discount-banner .discount-banner-wrap {
    padding: 10px;
  }
  main .discount-banner .discount-banner-wrap .btn.red {
    height: 50px;
  }
  .full-width.single-product-page {
    padding: 20px 0 50px 0;
  }
  .full-width.single-product-page .breadcrumbs {
    width: 100%;
  }
  footer {
    padding: 50px 10px;
  }
  footer .wrapper {
    gap: 30px;
  }
  footer .wrapper .nav .help {
    height: auto;
    gap: 20px;
  }
  footer .wrapper .nav .help .row {
    max-width: 420px;
    gap: 10px;
  }
  footer .wrapper .nav .help .row .col {
    gap: 15px;
  }
  footer .wrapper .nav .info,
  footer .wrapper .nav .contacts,
  footer .wrapper .nav .requisite {
    gap: 15px;
  }
}
@media (max-width: 1610px) and (max-width: 1180px) {
  footer {
    padding-bottom: 100px;
  }
}
@media (max-width: 1560px) {
  header .header-bottom .info a.two-number {
    display: none;
  }
}
@media (max-width: 1180px) {
  footer .wrapper .footer-top .footer-text {
    display: none;
  }
  footer .wrapper .footer-text1 {
    display: block;
  }
}
@media (min-width: 875px) and (max-width: 1610px) {
  footer .wrapper .nav {
    gap: clamp(20px, 2vw, 50px);
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 320px) {
  body header .header-top {
    grid-template-columns: repeat(6, 1fr) repeat(3, 0);
    grid-template-rows: repeat(5, 1fr);
  }
  body header .header-top .city {
    grid-area: 1/5/2/7;
  }
  body header .header-top .search {
    grid-area: 2/1/3/6;
  }
  body header .header-top .search input {
    padding-bottom: 4px;
  }
  body header .header-top .search input::placeholder {
    font-size: 12px;
    font-weight: 600;
    color: #A5A5A5;
    line-height: 1.3333333333;
    width: 225px;
  }
  body main {
    padding: 20px 0 50px 0;
  }
  body main .slider-header .header-slider .swiper-wrapper .slide .info-slide {
    align-items: flex-start;
    gap: 10px;
    padding-left: 10px;
    text-align: start;
  }
  body main .all-products .all-card {
    flex-direction: column;
    gap: 30px;
  }
  body main .all-products .all-card .info .price .old-price {
    align-items: flex-start;
    flex-direction: column;
  }
  body main .all-products .all-card .info .price .old-price span:first-child {
    line-height: 1.1428571429;
  }
  body main .all-products .all-card .info .price .old-price span:last-child {
    line-height: 1.1666666667;
  }
  body main .hits {
    gap: 20px;
  }
  body main .hits .hits-slider .swiper-wrapper .product-card .info .price .old-price {
    align-items: flex-start;
    flex-direction: column;
  }
  body main .popular {
    gap: 20px;
  }
  body main .popular .popular-slider .swiper-wrapper .popular-card .info .stock,
  body main .popular .popular-slider .swiper-wrapper .swiper-slide.popular-card .info .stock {
    justify-content: unset;
    gap: 10px;
  }
  body main .brands {
    gap: 20px;
  }
  body main .brands .img-brands {
    gap: 0;
  }
  body main .brands .img-brands img {
    max-width: clamp(113px, 23vw, 171px) !important;
    padding: 20px !important;
  }
  body main .articles {
    gap: 20px;
  }
  body main .articles .row .article-card-slider .article-wrap .article-card .info .blue {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.1428571429;
  }
  body main .articles .row .article-card-slider .article-wrap .article-card .info p {
    font-size: clamp(12px, 2vw, 14px);
    line-height: 1.3333333333;
  }
  body main .discount-banner .discount-banner-wrap {
    background: linear-gradient(90deg, rgb(57, 55, 115), rgba(0, 0, 0, 0)), url(/sites/site1/assets/images/roof-tile.png) center/cover;
    background-repeat: no-repeat;
    background-size: auto, 1000px;
    height: 236px;
    padding: 20px 10px;
  }
  body main .discount-banner .discount-banner-wrap .text-content h3 {
    font-size: clamp(12px, 2vw, 16px) !important;
  }
  body main .discount-banner .discount-banner-wrap .btn.red {
    max-width: 100%;
  }
  body footer .wrapper .nav {
    gap: 20px;
  }
  body footer .wrapper .nav .help .row {
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  footer .wrapper .nav .help .row .col {
    align-items: flex-start;
  }
  footer .wrapper .nav .info .row .col {
    align-items: flex-start;
  }
  footer .wrapper .nav .info .soc {
    justify-content: flex-start;
  }
  footer .wrapper .nav .contacts .col {
    align-items: flex-start;
  }
  footer .wrapper .nav .requisite .col {
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  body header .header-top {
    grid-template-columns: repeat(6, 1fr) repeat(3, 0);
    grid-template-rows: repeat(5, 1fr);
  }
  body header .header-top .city {
    grid-area: 1/2/2/7;
  }
  footer .wrapper,
  body footer .wrapper .nav {
    flex-direction: column;
  }
  footer .wrapper {
    align-items: center;
    max-width: 235px;
  }
  footer .wrapper .footer-top {
    max-width: 235px;
    width: 100%;
  }
  footer .wrapper .footer-top .footer-logo img {
    max-width: 235px;
    width: 100%;
  }
  footer .wrapper .nav {
    max-width: 235px;
    width: 100%;
  }
  footer .wrapper .nav .help {
    max-width: 235px;
    width: 100%;
  }
  footer .wrapper .nav .info {
    max-width: 235px;
    width: 100%;
  }
  footer .wrapper .nav .contacts {
    max-width: 235px;
    width: 100%;
  }
  footer .wrapper .nav .requisite {
    max-width: 235px;
    width: 100%;
  }
  footer .wrapper .nav .help,
  footer .wrapper .nav .info,
  footer .wrapper .nav .contacts,
  footer .wrapper .nav .requisite {
    align-items: center;
  }
  footer .wrapper .nav .contacts .col p {
    text-align: center;
  }
  footer .wrapper .footer-text1 {
    text-align: center;
  }
}
@media (max-width: 1610px) and (min-width: 1240px) {
  header .header-top {
    gap: 10px;
  }
  header .header-top .btn.red.catalog {
    flex-shrink: 0;
  }
  header .header-bottom .info .time {
    display: none;
  }
}
@media (max-width: 1239px) {
  header .header-top {
    height: 120px;
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  header .header-top .logo {
    grid-area: 1/1/2/2;
  }
  header .header-top .btn.red.catalog {
    display: none !important;
  }
  header .header-top .search {
    grid-area: 2/1/3/6;
    max-width: 100%;
    height: 50px;
  }
  header .header-top .search input {
    max-width: clamp(292px, 100vw, 96%);
    height: 46px;
  }
  header .header-top .search .search-icon {
    padding-left: 10px;
  }
  header .header-top .city {
    grid-area: 1/2/2/7;
    justify-self: end;
  }
  header .header-top .mobile-handset {
    grid-area: 2/6/3/7;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-top .mobile-handset a {
    width: 50px;
    height: 50px;
    background: #f82d2d;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-top .mobile-handset a i {
    color: #fff;
    font-size: 24px;
  }
  header .header-top .header-controls {
    display: none !important;
  }
  header .header-bottom {
    display: none !important;
  }
  .bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: rgb(255, 255, 255);
    padding: clamp(10px, 2vw, 15px);
    border-radius: 20px 20px 0 0;
  }
  .bottom-menu.cart {
    bottom: 72px;
  }
  .bottom-menu.cart .btn.red, .bottom-menu.cart .btn.light {
    height: 40px;
    flex: 1;
  }
  .bottom-menu.cart .total-price {
    display: flex;
    gap: 5px;
    flex: 1;
    flex-direction: column-reverse;
  }
  .bottom-menu.cart .total-price .quantity {
    font-size: 12px;
  }
  .bottom-menu.cart.sees {
    position: static;
  }
  .bottom-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom-menu a .menu-icon::before {
    font-size: 24px;
    color: #393776;
    font-weight: 100;
  }
  .bottom-menu a .blue {
    font-size: clamp(12px, 2vw, 14px);
    font-weight: 600;
    line-height: 1.3333333333;
    color: rgb(57, 55, 118);
  }
  .full-width.catalog .wrap-catalog .filter {
    display: none;
  }
  .full-width.catalog .wrap-catalog .content .products .product-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .full-width.catalog .wrap-catalog .content .sorting .sorting-row .filter-btn {
    display: flex;
  }
  .full-width.basket .basket-content {
    flex-direction: column;
    gap: 30px;
  }
  .full-width.basket .basket-content .basket-wrap {
    max-width: 100%;
  }
  .full-width.basket .basket-content .basket-wrap .basket_cert_wrap .basket-cart {
    max-width: 100%;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .contact-information-form {
    max-width: 100%;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .delivery .delivery-row .wrap-delivery {
    max-width: 300px;
    width: 100%;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .delivery .delivery-row .map {
    max-width: 620px;
    width: 100%;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .delivery .delivery-row .map iframe {
    max-width: 620px;
    width: 100%;
  }
  .full-width.basket .basket-content .total {
    max-width: 100vw;
    margin-left: -10px;
    width: calc(100% + 20px) !important;
  }
  .full-width.single-product-page .other-photos .wrap-slider .swiper-btn-next,
  .full-width.single-product-page .other-photos .wrap-slider .swiper-btn-prev {
    display: none;
  }
  .full-width.single-product-page #pane-3 .company-reviews div {
    width: 100%;
  }
  .full-width.single-product-page #pane-3 .company-reviews div .badge {
    width: 100%;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane .list.grid {
    grid-template-columns: 1fr;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane .list.grid .item {
    justify-content: unset;
    gap: 20px;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane .list.grid .item span:nth-of-type(2) {
    text-align: end;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews {
    padding: 30px 10px;
    flex-direction: column;
    max-width: 1095px;
  }
  .developer {
    margin-bottom: 90px;
    padding-bottom: 30px;
  }
}
@media (min-width: 991px) and (max-width: 1239px) {
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product {
    max-width: unset;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product .wrap-slider {
    display: block;
    max-height: 444px;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product .img-product img {
    height: 540px;
    max-height: 444px;
  }
  .full-width.single-product-page .single-product .wrap-cart .price {
    max-width: 445px !important;
  }
}
@media (max-width: 990px) {
  .full-width.single-product-page .single-product .wrap-cart {
    flex-direction: column;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product {
    flex-direction: column;
    justify-content: space-between;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before .product-attributes {
    max-width: unset;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before .product-attributes .product-attribute {
    display: none;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before .video_mobile {
    display: block;
    position: absolute;
    bottom: 0px;
    z-index: 1;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before .wrap-slider {
    display: none;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before .img-product {
    display: none;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before .single-card-slider {
    display: block;
    width: 100%;
    border-radius: 20px;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before .single-card-slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: clamp(340px, 30vw, 350px);
    object-fit: contain;
    border-radius: 20px;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before .swiper-pagination {
    display: block;
    bottom: -10px;
    position: relative;
    z-index: 0;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    background-color: #D9D9D9;
    opacity: unset;
    border-radius: unset;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #A5A5A5;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before::before {
    opacity: 0;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .star-rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .star-rating-row .short-info {
    display: flex;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .star-rating-row .favorites {
    gap: 5px;
    color: #393776;
    font-size: 14px;
    font-weight: 600;
    height: fit-content;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .star-rating-row .favorites .ri-heart-fill {
    display: none;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .star-rating-row .favorites.active .ri-heart-fill {
    display: block;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .star-rating-row .favorites.active .ri-heart-line {
    display: none;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .star-rating-row .favorites i {
    font-size: 24px;
    cursor: pointer;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .product-attributes {
    max-width: unset;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .product-attributes .product-attribute {
    gap: 20px;
    justify-content: unset;
    order: 2;
    display: none;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .product-attributes .product-attribute.colors {
    order: 1;
  }
  .full-width.single-product-page .single-product .wrap-cart .price .favorites {
    display: none;
  }
  .full-width.single-product-page .single-product .wrap-cart .price .best-price {
    display: none;
  }
  .full-width.single-product-page .single-product .wrap-cart .price .price-wrap .price-product-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 915px) {
  .full-width.catalog .wrap-catalog .filter {
    display: none;
  }
  .full-width.catalog .wrap-catalog .content .products .product-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .full-width.catalog .wrap-catalog .filter {
    display: none;
  }
  .full-width.catalog .wrap-catalog .content .products .product-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .full-width.catalog .wrap-catalog .content .sorting .sorting-row .sorting-row-wrap {
    display: none;
  }
  .full-width.catalog .wrap-catalog .content .sorting .sorting-row .sorting-dropdown {
    display: flex;
    position: relative;
  }
  .full-width.catalog .wrap-catalog .content .sorting .sorting-row .sorting-dropdown select {
    border: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #393776;
  }
  .full-width.basket .basket-content {
    gap: 20px;
  }
  .full-width.basket .basket-content .basket-wrap .basket_cart_wrap .basket-cart .basket-cart_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .full-width.basket .basket-content .basket-wrap .basket_cart_wrap .basket-cart .basket-cart_info .basket-cart_info-price {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
  }
  .full-width.basket .basket-content .basket-wrap .basket_cart_wrap .basket-cart .basket-cart_info .basket-cart_info-price .price {
    display: flex;
    flex-direction: row;
  }
  .full-width.basket .basket-content .basket-wrap .basket_cart_wrap .basket-cart .basket-cart_info .basket-cart_info-price .wrap-counter {
    display: flex;
    justify-content: space-between;
  }
  .full-width.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;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .contact-information-form {
    margin-top: 30px;
    padding: 20px 10px;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .contact-information-form .radio-wrap label {
    font-size: 14px;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .contact-information-form .info {
    flex-direction: column;
    gap: 20px;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .contact-information-form .info .input {
    flex-basis: unset;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .delivery {
    margin-top: 0 !important;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .delivery .delivery-row {
    flex-direction: column !important;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .delivery .delivery-row .wrap-delivery {
    max-width: 100% !important;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .delivery .delivery-row .map {
    max-width: 100% !important;
    height: clamp(200px, 41vw, 300px);
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .delivery .delivery-row .map iframe {
    max-width: 100% !important;
    height: clamp(200px, 41vw, 300px);
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .payment {
    margin-top: 10px !important;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .contact-information-form.mounting {
    margin-top: 0 !important;
  }
  .full-width.basket .basket-content .basket-wrap .wrap-form .contact-information-form.mounting label {
    font-size: 14px;
  }
  .full-width.basket .basket-content .total {
    max-width: 100vw;
    margin-left: -10px;
    width: calc(100% + 20px) !important;
    padding: 20px 10px;
    gap: 10px;
  }
  .full-width.basket .basket-content .total .text h4 {
    font-size: 14px;
  }
  .full-width.basket .basket-content .total .text p {
    font-size: 12px;
  }
  .full-width.basket .basket-content .total .total-price {
    font-size: 20px;
  }
  .full-width.single-product-page {
    padding: 20px 10px 50px 10px;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .star-rating-row .short-info {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .star-rating-row .favorites {
    display: none;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .product-attributes {
    max-width: 100%;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .product-attributes .product-attribute {
    gap: 0;
    justify-content: space-between;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .product-attributes .product-attribute.colors .wrap-slider {
    overflow: hidden;
  }
  .full-width.single-product-page .single-product .wrap-cart .price .price-wrap {
    padding: 30px 10px;
  }
  .full-width.single-product-page .single-product .wrap-cart .price .price-wrap .price-product-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .full-width.single-product-page .other-photos .wrap-slider {
    height: 100px;
  }
  .full-width.single-product-page .other-photos .wrap-slider .slider-other-photos {
    height: 100px;
  }
  .full-width.single-product-page .tabs {
    margin-top: 10px;
    gap: 30px;
  }
  .full-width.single-product-page .tabs .tabs__nav .wrap-slider .tab-pane-slider .swiper-wrapper .swiper-slide .tabs__btn {
    font-size: 12px;
    padding: 10px;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews .product-reviews .wrap-info {
    flex-direction: column;
    gap: 20px;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews .product-reviews .wrap-info .wrap-rating {
    flex-direction: row;
    align-items: center;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews .product-reviews .wrap-info .wrap-rating .btn.red {
    min-width: 170px;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews .product-reviews .wrap-info .wrap-media .wrap-slider.media .swiper-btn-next,
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews .product-reviews .wrap-info .wrap-media .wrap-slider.media .swiper-btn-prev {
    display: none;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews .product-reviews .wrap-info .wrap-media .wrap-slider.media .tab-pane-slider {
    margin-left: 0;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews .product-reviews .reviews .review .avatar {
    display: none;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews .product-reviews .reviews .review .wrap .review-info {
    justify-content: space-between;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews .product-reviews .reviews .review .wrap .review-info span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews .product-reviews .reviews .review .wrap .review-info span .avatar {
    display: block;
    height: 40px;
    width: 40px;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews .product-reviews .reviews .review .wrap .review-info span .avatar img {
    height: 40px;
    width: 40px;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews .product-reviews .reviews .review .wrap .review-text p {
    font-size: 12px;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane .list.grid .item {
    gap: 0;
    justify-content: space-between;
  }
  main.single-product-page .other-photos .slider-other-photos .swiper-slide {
    max-width: 100px;
    height: 100px;
  }
  main.single-product-page .other-photos .slider-other-photos .swiper-slide img {
    max-width: 100px;
    height: 100px;
  }
  .full-width.single-product-page #pane-3 .company-reviews div {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .full-width.catalog .wrap-catalog .filter {
    display: none;
  }
  .full-width.catalog .wrap-catalog .content .products .product-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 430px) {
  .full-width.single-product-page .single-product .wrap-cart .info .short-info {
    align-items: flex-start;
    gap: 10px;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1240px) {
  .bottom-menu {
    display: none;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .full-width.single-product-page .single-product .wrap-cart .info .info-product .wrap-img-product.show-before {
    width: clamp(300px, 36vw, 540px);
  }
  .full-width.single-product-page .other-photos .wrap-slider {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews {
    flex-direction: column;
    max-width: 1095px;
  }
}
@media (min-width: 1240px) and (max-width: 1300px) {
  .full-width.single-product-page .single-product .wrap-cart {
    flex-direction: column;
  }
  .full-width.single-product-page .single-product .wrap-cart .info .info-product {
    justify-content: space-between;
  }
  .full-width.single-product-page .single-product .wrap-cart .price .price-wrap .price-product-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
  .full-width.single-product-page .other-photos .wrap-slider {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .full-width.single-product-page .tabs .tabs__content .tabs__pane:nth-child(3) .wrap-reviews {
    flex-direction: column;
    max-width: 1095px;
  }
}/*# sourceMappingURL=media-1610.css.map */</pre></body></html>