<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.full-width.brands {
  gap: 50px;
}
.full-width.brands .brands-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 30px);
}
.full-width.brands .brands-wrap .blue {
  font-size: clamp(20px, 3vw, 30px);
}
.full-width.brands .brands-wrap .brands-multi {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.full-width.brands .brands-wrap .brands-multi .brands-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.full-width.brands .brands-wrap .brands-multi .brands-container span {
  background-color: rgb(243, 247, 255);
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: rgb(49, 49, 49);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.full-width.brands .brands-wrap .brands-multi .brands-container span.active {
  background-color: rgb(57, 55, 118);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.full-width.brands .popular-brand .blue {
  margin-bottom: clamp(10px, 3vw, 30px);
}
.full-width.brands .popular-brand .popular-slider-brand .popular-space {
  align-items: center;
}
.full-width.brands .popular-brand .popular-slider-brand .swiper-button-next,
.full-width.brands .popular-brand .popular-slider-brand .swiper-button-prev {
  display: flex;
}
.full-width.brands .popular-brand .popular-slider-brand .swiper-button-next::after,
.full-width.brands .popular-brand .popular-slider-brand .swiper-button-prev::after {
  font-size: 24px;
  color: #393776;
  background-color: #F3F7FF;
  border-radius: 50%;
  padding: 8px 14px;
}
@media (max-width: 760px) {
  .full-width.brands .popular-brand .popular-slider-brand .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
    display: none;
  }
  .full-width.brands .popular-brand .popular-slider-brand .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
    display: none;
  }
}
.full-width.brands .popular-brand .popular-slider-brand .popular-space .popular-card-brand img {
  display: flex;
  max-width: 236px;
  width: 100%;
  height: 100%;
  padding: 20px;
  max-height: 190px;
  object-fit: contain;
}
.full-width.brands .all-brands {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.full-width.brands .all-brands .column-brands {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 30px);
}
.full-width.brands .all-brands .column-brands .row-brands {
  display: flex;
  gap: 30px;
}
.full-width.brands .all-brands .column-brands .row-brands span:first-child {
  min-width: 30px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  font-size: 30px;
  font-weight: 700;
  color: rgb(49, 49, 49);
  line-height: 1.3333333333;
}
.full-width.brands .all-brands .column-brands .row-brands .brands {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.full-width.brands .all-brands .column-brands .row-brands .brands span {
  color: rgb(57, 55, 118);
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  padding: 10px;
  background-color: rgb(243, 247, 255);
  border-radius: 10px;
  width: fit-content;
}

.full-width.delivery {
  gap: 50px;
  align-items: flex-start;
}
.full-width.delivery .delivety-payment {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
}
.full-width.delivery .delivety-payment .blue {
  font-size: clamp(20px, 3vw, 30px);
}
.full-width.delivery .delivety-payment .column-delivery {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.full-width.delivery .delivety-payment .column-delivery .delivery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.full-width.delivery .delivety-payment .column-delivery .delivery h3 {
  color: rgb(57, 55, 118);
}
.full-width.delivery .delivety-payment .column-delivery .delivery .delivery-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.full-width.delivery .delivety-payment .column-delivery .delivery .delivery-text p {
  font-weight: 600;
  font-size: clamp(12px, 3vw, 16px);
  line-height: 1.5;
}
.full-width.delivery .delivety-payment .column-delivery .delivery .delivery-text p span {
  font-weight: 700;
}
.full-width.delivery .responsibilities {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: rgb(243, 247, 255);
  border-radius: 20px;
  padding: 20px 20px 54px 20px;
  max-width: 1200px;
}
.full-width.delivery .responsibilities h3 {
  color: rgb(57, 55, 118);
}
.full-width.delivery .responsibilities .responsibilities-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.full-width.delivery .responsibilities .responsibilities-column ol,
.full-width.delivery .responsibilities .responsibilities-column ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.full-width.delivery .responsibilities .responsibilities-column ol li span,
.full-width.delivery .responsibilities .responsibilities-column ul li span {
  color: rgb(247, 22, 22);
}
.full-width.delivery .responsibilities .responsibilities-column ol li::marker,
.full-width.delivery .responsibilities .responsibilities-column ul li::marker {
  color: rgb(247, 22, 22);
}
.full-width.delivery .responsibilities .responsibilities-column ul li span {
  font-weight: 700;
}
.full-width.delivery .payment {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
}
.full-width.delivery .payment .blue {
  font-size: clamp(18px, 3vw, 24px);
}
.full-width.delivery .payment .column-delivery {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.full-width.delivery .payment .column-delivery .delivery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.full-width.delivery .payment .column-delivery .delivery h3 {
  color: rgb(57, 55, 118);
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.35;
}
.full-width.delivery .payment .column-delivery .delivery p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.full-width.delivery .payment .column-delivery .delivery ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.full-width.delivery .payment .column-delivery .delivery ul li {
  font-size: 16px;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  padding-left: calc((100% - 1570px) / 2);
}
.about .breadcrumbs {
  max-width: 1570px;
  width: 100%;
}
.about .about-company {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 30px);
  max-width: 1200px;
  width: 100%;
}
.about .about-company h2 {
  font-size: clamp(20px, 3vw, 30px);
}
.about .about-company .about-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about .about-company .about-text p {
  font-weight: 600;
  font-size: clamp(12px, 3vw, 16px);
  line-height: 1.5;
}
.about .about-slider {
  width: 100%;
  max-width: 100%;
  margin-top: -30px;
}
.about .about-slider .about-company-slider {
  width: 100%;
}
.about .about-slider .about-company-slider .swiper-button-next::after,
.about .about-slider .about-company-slider .swiper-button-prev::after {
  font-size: 24px;
  color: #393776;
  background-color: #F3F7FF;
  border-radius: 50%;
  padding: 8px 14px;
}
.about .about-slider .about-company-slider .swiper-wrapper .about-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .reviews {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1200px;
}
.about .reviews .reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .reviews .reviews-header h3 {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 133%;
  font-weight: 700;
}
.about .reviews .reviews-header .btn.red {
  width: 280px;
  height: 60px;
}
.about .reviews .reviews-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about .reviews .reviews-wrap article {
  display: flex;
  gap: 20px;
  padding: 10px;
  align-items: flex-start;
  background-color: rgb(243, 247, 255);
  border-radius: 10px;
}
.about .reviews .reviews-wrap article img {
  max-width: 100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about .reviews .reviews-wrap article .review {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  justify-content: center;
  min-height: 100px;
}
.about .reviews .reviews-wrap article .review .name-data {
  display: flex;
  gap: 10px;
  align-items: center;
}
.about .reviews .reviews-wrap article .review .name-data .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: rgb(49, 49, 49);
}
.about .reviews .reviews-wrap article .review .name-data .name img {
  display: none;
}
.about .reviews .reviews-wrap article .review .name-data .data {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(49, 49, 49);
}
.about .reviews .reviews-wrap article .review .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about .reviews .reviews-wrap article .review .text-wrap .text,
.about .reviews .reviews-wrap article .review .text-wrap p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(49, 49, 49);
}

.faq {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  padding-left: calc((100% - 1570px) / 2);
}
.faq .breadcrumbs {
  max-width: 1570px;
  width: 100%;
}
.faq .accordion-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: -50px;
}
.faq .accordion-container .blue {
  font-size: clamp(20px, 3vw, 30px);
}
.faq .accordion-container .accordion-wrapper .accordion {
  background-color: #F3F7FF;
  border-radius: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: background 0.5s ease-in-out;
}
.faq .accordion-container .accordion-wrapper .accordion .accordion-toggle {
  display: none;
}
.faq .accordion-container .accordion-wrapper .accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  color: #393776;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
}
.faq .accordion-container .accordion-wrapper .accordion .accordion-header h2 {
  margin: 0;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 600;
  color: unset;
}
.faq .accordion-container .accordion-wrapper .accordion .accordion-header .toggle-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: relative;
  flex-shrink: 0;
}
.faq .accordion-container .accordion-wrapper .accordion .accordion-header .toggle-btn::after {
  content: "+";
  font-size: 24px;
  color: #2C5BA6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 3px;
  transition: content 0.3s ease-in-out;
}
.faq .accordion-container .accordion-wrapper .accordion .accordion-content {
  padding: 20px;
  background-color: #F3F7FF;
  border-top: none;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  margin-top: -40px;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}
.faq .accordion-container .accordion-wrapper .accordion .accordion-content p {
  margin: 0;
  color: rgb(49, 49, 49);
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.5;
}
.faq .accordion-container .accordion-wrapper .accordion .accordion-toggle:checked ~ .accordion-header {
  background: linear-gradient(165deg, #393776, #2C5BA6);
  color: white;
}
.faq .accordion-container .accordion-wrapper .accordion .accordion-toggle:checked ~ .accordion-header .toggle-btn {
  background-color: #FFFFFF;
}
.faq .accordion-container .accordion-wrapper .accordion .accordion-toggle:checked ~ .accordion-header .toggle-btn::after {
  content: "–";
  color: #393776;
  padding-bottom: 3px;
}
.faq .accordion-container .accordion-wrapper .accordion .accordion-toggle:checked ~ .accordion-content {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  background-color: #F3F7FF;
}

.full-width.contacts .contacts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: -50px;
}
.full-width.contacts .contacts-wrapper h2 {
  font-size: clamp(20px, 3vw, 30px);
  margin-bottom: 10px;
}
.full-width.contacts .contacts-wrapper .row {
  display: flex;
  gap: 30px;
}
.full-width.contacts .contacts-wrapper .row .contacts-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  width: 100%;
  flex-shrink: 0;
}
.full-width.contacts .contacts-wrapper .row .contacts-container .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.full-width.contacts .contacts-wrapper .row .contacts-container .content .contacts-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.full-width.contacts .contacts-wrapper .row .contacts-container .content .contacts-wrap h3 {
  font-size: 20px;
  line-height: 133%;
  font-weight: 700;
}
.full-width.contacts .contacts-wrapper .row .contacts-container .content .contacts-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.full-width.contacts .contacts-wrapper .row .contacts-container .content .contacts-wrap .text-wrap p,
.full-width.contacts .contacts-wrapper .row .contacts-container .content .contacts-wrap .text-wrap a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.full-width.contacts .contacts-wrapper .row .contacts-container .content .contacts-wrap .text-wrap.flex {
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.full-width.contacts .contacts-wrapper .row .contacts-container .content .contacts-wrap .text-wrap.flex .social {
  display: flex;
  gap: 10px;
}
.full-width.contacts .contacts-wrapper .row .map {
  width: 100%;
}
.full-width.contacts .contacts-wrapper .row .map iframe {
  border-radius: 20px;
  max-width: 1040px;
  width: 100%;
}

.full-width.stock .slider-header {
  margin-top: -50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.full-width.stock .slider-header h2 {
  font-size: clamp(20px, 3vw, 30px);
}
.full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider {
  max-width: 1570px;
  width: 100% !important;
}
.full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider::before {
  background: none;
}
.full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap {
  height: 100%;
  gap: 0;
  background: linear-gradient(90deg, rgb(57, 55, 118), rgba(0, 0, 0, 0)), url(/sites/site1/assets/images/roof-tile.png);
  background-size: auto, 1610px 435px;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
}
.full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap .text-content h2 {
  font-size: clamp(20px, 4vw, 46px);
  line-height: 1.3260869565;
  font-weight: 700;
}
.full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap .text-content h3 {
  font-size: clamp(12px, 2vw, 24px);
}
.full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap .btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap .btn-wrap p {
  max-width: 695px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #FFFFFF;
}
.full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .slide-1 {
  background: linear-gradient(90deg, rgb(57, 55, 118), rgba(0, 0, 0, 0)), url(/sites/site1/assets/images/slide.png);
  background-size: cover;
  background-position: center;
}

@media (max-width: 1239px) {
  main .breadcrumbs {
    display: block;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 25px;
  }
  .full-width.delivery {
    gap: 20px;
  }
  .full-width.delivery .delivety-payment {
    gap: 20px;
  }
  .full-width.delivery .delivety-payment .column-delivery .delivery .delivery-text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .full-width.delivery .responsibilities {
    padding: 20px 10px;
  }
  .full-width.delivery .payment .column-delivery .delivery h3 {
    line-height: 1.3333333333;
  }
  .full-width.delivery .payment .column-delivery .delivery p {
    font-size: 14px;
    line-height: 1.5;
  }
  .full-width.delivery .payment .column-delivery .delivery ul li {
    font-size: 14px;
  }
  .about .about-company .about-text p {
    font-size: 14px;
  }
  .about .reviews .reviews-header .btn.red {
    height: 50px;
  }
  .about .reviews .reviews-wrap article {
    padding: 20px 10px;
  }
  .about .reviews .reviews-wrap article:nth-child(4),
  .about .reviews .reviews-wrap article:nth-child(5),
  .about .reviews .reviews-wrap article:nth-child(6) {
    display: none;
  }
  .faq .accordion-container {
    margin-top: 0;
    gap: 20px;
  }
  .faq .accordion-container .accordion-wrapper .accordion .accordion-content {
    padding: 20px 10px;
  }
  .full-width.contacts .contacts-wrapper {
    margin-top: 0;
    gap: 20px;
  }
  .full-width.contacts .contacts-wrapper .row {
    flex-direction: column;
    gap: 20px;
  }
  .full-width.contacts .contacts-wrapper .row .map iframe {
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
    height: 464px;
  }
  .full-width.stock .slider-header {
    margin-top: -10px;
  }
  .full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider {
    max-height: clamp(210px, 30vw, 350px);
    height: 100% !important;
  }
  .full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap {
    height: clamp(210px, 30vw, 350px);
    background-size: none;
  }
  .full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap .text-content {
    gap: 0;
  }
  .full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap .btn-wrap p {
    font-size: 12px;
    max-width: 403px;
  }
  .full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap .btn-wrap .btn.red {
    height: 50px;
  }
}
@media (max-width: 1570px) {
  .brands-wrap,
  .popular-brand,
  .all-brands,
  .breadcrumbs,
  .full-width.catalog {
    width: calc(100% - 20px);
  }
  .full-width.catalog .breadcrumbs {
    width: 100%;
  }
  .full-width.contacts .contacts-wrapper {
    width: calc(100% - 20px) !important;
  }
  .full-width.basket .basket-content {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .full-width.brands {
    gap: 30px;
  }
  .full-width.brands .all-brands {
    margin-bottom: -10px;
  }
  .full-width.brands .all-brands .colunm-brands .row-brands {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .full-width.delivery .delivety-payment .column-delivery {
    gap: 20px;
  }
  .full-width.delivery .delivety-payment .column-delivery .delivery {
    gap: 10px;
  }
  .full-width.delivery .delivety-payment .column-delivery .delivery .delivery-text p {
    font-size: 12px;
    line-height: 1.5;
  }
  .full-width.delivery .responsibilities .responsibilities-column ol li {
    font-size: 12px;
    line-height: 1.5;
  }
  .full-width.delivery .responsibilities .responsibilities-column ul li {
    font-size: 12px;
    line-height: 1.5;
  }
  .full-width.delivery .responsibilities .responsibilities-column ul li span {
    font-weight: 700;
  }
  .full-width.delivery .payment {
    gap: 20px;
  }
  .full-width.delivery .payment .column-delivery .delivery {
    gap: 10px;
  }
  .full-width.delivery .payment .column-delivery .delivery h3 {
    line-height: 1.3125;
  }
  .about .about-company .about-text p {
    font-size: 12px;
  }
  .about .about-slider {
    padding-left: 10px;
    padding-right: 0;
    margin-top: -10px;
  }
  .about .reviews {
    gap: 20px;
  }
  .about .reviews .reviews-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .about .reviews .reviews-header .btn.red {
    width: 100%;
  }
  .about .reviews .reviews-wrap article img {
    display: none;
  }
  .about .reviews .reviews-wrap article .review .name-data {
    display: flex;
    justify-content: space-between;
  }
  .about .reviews .reviews-wrap article .review .name-data .name {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .about .reviews .reviews-wrap article .review .name-data .name img {
    width: 40px;
    border-radius: 50%;
    display: block;
  }
  .full-width.contacts .contacts-wrapper .row .contacts-container .content .contacts-wrap .blue {
    font-size: 18px;
  }
  .full-width.contacts .contacts-wrapper .row .contacts-container .content .contacts-wrap .text-wrap p,
  .full-width.contacts .contacts-wrapper .row .contacts-container .content .contacts-wrap .text-wrap a {
    font-size: 14px;
  }
  .full-width.contacts .contacts-wrapper .row .map iframe {
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
    height: 450px;
  }
  .full-width.stock .slider-header {
    margin-top: -10px;
  }
  .full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider {
    max-height: 300px;
    height: 100% !important;
  }
  .full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap {
    height: 300px;
    padding: 20px 10px;
  }
  .full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap .text-content {
    gap: 0;
  }
  .full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap .btn-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap .btn-wrap p {
    font-size: 12px;
    max-width: 403px;
  }
  .full-width.stock .slider-header .header-slider .swiper-wrapper .sale-slider .discount-banner-wrap .btn-wrap .btn.red {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1240px) {
  .brands-wrap,
  .delivety-payment {
    margin-top: -20px;
  }
  .about-company {
    margin-top: -50px;
  }
}
@media (max-width: 1200px) {
  .full-width.delivery {
    align-items: center;
  }
  .full-width.delivery .delivety-payment,
  .full-width.delivery .payment {
    width: calc(100% - 20px) !important;
  }
  .about {
    align-items: center;
    padding-left: 0;
  }
  .about .about-company,
  .about .reviews {
    width: calc(100% - 20px) !important;
  }
  .about .about-slider {
    padding-left: 10px;
  }
  .faq {
    align-items: center;
    padding-left: 0;
  }
  .faq .accordion-container {
    width: calc(100% - 20px) !important;
  }
}
@media (min-width: 1200px) and (max-width: 1610px) {
  .full-width.delivery .delivety-payment,
  .full-width.delivery .payment,
  .full-width.delivery .breadcrumbs {
    margin-left: 10px;
  }
  .about .breadcrumbs,
  .about .about-company,
  .about .about-slider,
  .about .reviews {
    margin-left: 10px;
  }
  .faq .breadcrumbs,
  .faq .accordion-container {
    margin-left: 10px;
  }
}/*# sourceMappingURL=brands.css.map */</pre></body></html>