.custom-border-block {
  position: relative;
}
.custom-border-block::after {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  left: calc(50% - 640px);
  top: 0;
  width: 100%;
  max-width: 1280px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 14%,
      rgb(143, 0, 0) 29%,
      rgba(0, 0, 0, 0) 45%,
      rgba(0, 0, 0, 0) 50%,
      rgb(143, 0, 0) 70%,
      rgba(0, 0, 0, 0) 79%
    )
    1;
  height: 100%;
  pointer-events: none;
}

@media (max-width: 1279px) {
  .custom-border-block::after {
    border: none;
  }
}
html {
  height: auto;
}

body {
  background: linear-gradient(180deg, #030b0f 0%, #030b0f 20%, #232428 44.5%);
  background-repeat: no-repeat;
  font-family: Montserrat, Unbounded;
}

.grid-columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-span-1 {
  grid-column: span 1;
}

.gap-55 {
  gap: 55px;
}

.grid-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-span-2 {
  grid-column: span 2;
}

.gap-60 {
  gap: 60px;
}

.grid-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-span-3 {
  grid-column: span 3;
}

.gap-65 {
  gap: 65px;
}

.grid-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-span-4 {
  grid-column: span 4;
}

.gap-70 {
  gap: 70px;
}

.grid-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-span-5 {
  grid-column: span 5;
}

.gap-75 {
  gap: 75px;
}

.grid-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-span-6 {
  grid-column: span 6;
}

.gap-80 {
  gap: 80px;
}

.grid-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-span-7 {
  grid-column: span 7;
}

.gap-85 {
  gap: 85px;
}

.grid-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid-span-8 {
  grid-column: span 8;
}

.gap-90 {
  gap: 90px;
}

.grid-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid-span-9 {
  grid-column: span 9;
}

.gap-95 {
  gap: 95px;
}

.grid-columns-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-span-10 {
  grid-column: span 10;
}

.gap-100 {
  gap: 100px;
}

.grid-columns-11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid-span-11 {
  grid-column: span 11;
}

.gap-105 {
  gap: 105px;
}

.grid-columns-12 {
  grid-template-columns: repeat(12, 1fr);
}

.grid-span-12 {
  grid-column: span 12;
}

.gap-110 {
  gap: 110px;
}

@media (min-width: 0) {
  .grid-columns-xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-span-xs-1 {
    grid-column: span 1;
  }
  .gap-xs-55 {
    gap: 55px;
  }
  .grid-columns-xs-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-span-xs-2 {
    grid-column: span 2;
  }
  .gap-xs-60 {
    gap: 60px;
  }
  .grid-columns-xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-span-xs-3 {
    grid-column: span 3;
  }
  .gap-xs-65 {
    gap: 65px;
  }
  .grid-columns-xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-span-xs-4 {
    grid-column: span 4;
  }
  .gap-xs-70 {
    gap: 70px;
  }
  .grid-columns-xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-span-xs-5 {
    grid-column: span 5;
  }
  .gap-xs-75 {
    gap: 75px;
  }
  .grid-columns-xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-span-xs-6 {
    grid-column: span 6;
  }
  .gap-xs-80 {
    gap: 80px;
  }
  .grid-columns-xs-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-span-xs-7 {
    grid-column: span 7;
  }
  .gap-xs-85 {
    gap: 85px;
  }
  .grid-columns-xs-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-span-xs-8 {
    grid-column: span 8;
  }
  .gap-xs-90 {
    gap: 90px;
  }
  .grid-columns-xs-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-span-xs-9 {
    grid-column: span 9;
  }
  .gap-xs-95 {
    gap: 95px;
  }
  .grid-columns-xs-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-span-xs-10 {
    grid-column: span 10;
  }
  .gap-xs-100 {
    gap: 100px;
  }
  .grid-columns-xs-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-span-xs-11 {
    grid-column: span 11;
  }
  .gap-xs-105 {
    gap: 105px;
  }
  .grid-columns-xs-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-span-xs-12 {
    grid-column: span 12;
  }
  .gap-xs-110 {
    gap: 110px;
  }
}
@media (min-width: 576px) {
  .grid-columns-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-span-sm-1 {
    grid-column: span 1;
  }
  .gap-sm-55 {
    gap: 55px;
  }
  .grid-columns-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-span-sm-2 {
    grid-column: span 2;
  }
  .gap-sm-60 {
    gap: 60px;
  }
  .grid-columns-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-span-sm-3 {
    grid-column: span 3;
  }
  .gap-sm-65 {
    gap: 65px;
  }
  .grid-columns-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-span-sm-4 {
    grid-column: span 4;
  }
  .gap-sm-70 {
    gap: 70px;
  }
  .grid-columns-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-span-sm-5 {
    grid-column: span 5;
  }
  .gap-sm-75 {
    gap: 75px;
  }
  .grid-columns-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-span-sm-6 {
    grid-column: span 6;
  }
  .gap-sm-80 {
    gap: 80px;
  }
  .grid-columns-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-span-sm-7 {
    grid-column: span 7;
  }
  .gap-sm-85 {
    gap: 85px;
  }
  .grid-columns-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-span-sm-8 {
    grid-column: span 8;
  }
  .gap-sm-90 {
    gap: 90px;
  }
  .grid-columns-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-span-sm-9 {
    grid-column: span 9;
  }
  .gap-sm-95 {
    gap: 95px;
  }
  .grid-columns-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-span-sm-10 {
    grid-column: span 10;
  }
  .gap-sm-100 {
    gap: 100px;
  }
  .grid-columns-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-span-sm-11 {
    grid-column: span 11;
  }
  .gap-sm-105 {
    gap: 105px;
  }
  .grid-columns-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-span-sm-12 {
    grid-column: span 12;
  }
  .gap-sm-110 {
    gap: 110px;
  }
}
@media (min-width: 768px) {
  .grid-columns-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-span-md-1 {
    grid-column: span 1;
  }
  .gap-md-55 {
    gap: 55px;
  }
  .grid-columns-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-span-md-2 {
    grid-column: span 2;
  }
  .gap-md-60 {
    gap: 60px;
  }
  .grid-columns-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-span-md-3 {
    grid-column: span 3;
  }
  .gap-md-65 {
    gap: 65px;
  }
  .grid-columns-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-span-md-4 {
    grid-column: span 4;
  }
  .gap-md-70 {
    gap: 70px;
  }
  .grid-columns-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-span-md-5 {
    grid-column: span 5;
  }
  .gap-md-75 {
    gap: 75px;
  }
  .grid-columns-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-span-md-6 {
    grid-column: span 6;
  }
  .gap-md-80 {
    gap: 80px;
  }
  .grid-columns-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-span-md-7 {
    grid-column: span 7;
  }
  .gap-md-85 {
    gap: 85px;
  }
  .grid-columns-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-span-md-8 {
    grid-column: span 8;
  }
  .gap-md-90 {
    gap: 90px;
  }
  .grid-columns-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-span-md-9 {
    grid-column: span 9;
  }
  .gap-md-95 {
    gap: 95px;
  }
  .grid-columns-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-span-md-10 {
    grid-column: span 10;
  }
  .gap-md-100 {
    gap: 100px;
  }
  .grid-columns-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-span-md-11 {
    grid-column: span 11;
  }
  .gap-md-105 {
    gap: 105px;
  }
  .grid-columns-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-span-md-12 {
    grid-column: span 12;
  }
  .gap-md-110 {
    gap: 110px;
  }
}
@media (min-width: 1024px) {
  .grid-columns-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-span-lg-1 {
    grid-column: span 1;
  }
  .gap-lg-55 {
    gap: 55px;
  }
  .grid-columns-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-span-lg-2 {
    grid-column: span 2;
  }
  .gap-lg-60 {
    gap: 60px;
  }
  .grid-columns-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-span-lg-3 {
    grid-column: span 3;
  }
  .gap-lg-65 {
    gap: 65px;
  }
  .grid-columns-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-span-lg-4 {
    grid-column: span 4;
  }
  .gap-lg-70 {
    gap: 70px;
  }
  .grid-columns-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-span-lg-5 {
    grid-column: span 5;
  }
  .gap-lg-75 {
    gap: 75px;
  }
  .grid-columns-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-span-lg-6 {
    grid-column: span 6;
  }
  .gap-lg-80 {
    gap: 80px;
  }
  .grid-columns-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-span-lg-7 {
    grid-column: span 7;
  }
  .gap-lg-85 {
    gap: 85px;
  }
  .grid-columns-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-span-lg-8 {
    grid-column: span 8;
  }
  .gap-lg-90 {
    gap: 90px;
  }
  .grid-columns-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-span-lg-9 {
    grid-column: span 9;
  }
  .gap-lg-95 {
    gap: 95px;
  }
  .grid-columns-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-span-lg-10 {
    grid-column: span 10;
  }
  .gap-lg-100 {
    gap: 100px;
  }
  .grid-columns-lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-span-lg-11 {
    grid-column: span 11;
  }
  .gap-lg-105 {
    gap: 105px;
  }
  .grid-columns-lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-span-lg-12 {
    grid-column: span 12;
  }
  .gap-lg-110 {
    gap: 110px;
  }
}
@media (min-width: 1280px) {
  .grid-columns-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-span-xl-1 {
    grid-column: span 1;
  }
  .gap-xl-55 {
    gap: 55px;
  }
  .grid-columns-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-span-xl-2 {
    grid-column: span 2;
  }
  .gap-xl-60 {
    gap: 60px;
  }
  .grid-columns-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-span-xl-3 {
    grid-column: span 3;
  }
  .gap-xl-65 {
    gap: 65px;
  }
  .grid-columns-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-span-xl-4 {
    grid-column: span 4;
  }
  .gap-xl-70 {
    gap: 70px;
  }
  .grid-columns-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-span-xl-5 {
    grid-column: span 5;
  }
  .gap-xl-75 {
    gap: 75px;
  }
  .grid-columns-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-span-xl-6 {
    grid-column: span 6;
  }
  .gap-xl-80 {
    gap: 80px;
  }
  .grid-columns-xl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-span-xl-7 {
    grid-column: span 7;
  }
  .gap-xl-85 {
    gap: 85px;
  }
  .grid-columns-xl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-span-xl-8 {
    grid-column: span 8;
  }
  .gap-xl-90 {
    gap: 90px;
  }
  .grid-columns-xl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-span-xl-9 {
    grid-column: span 9;
  }
  .gap-xl-95 {
    gap: 95px;
  }
  .grid-columns-xl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-span-xl-10 {
    grid-column: span 10;
  }
  .gap-xl-100 {
    gap: 100px;
  }
  .grid-columns-xl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-span-xl-11 {
    grid-column: span 11;
  }
  .gap-xl-105 {
    gap: 105px;
  }
  .grid-columns-xl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-span-xl-12 {
    grid-column: span 12;
  }
  .gap-xl-110 {
    gap: 110px;
  }
}
@media (min-width: 1600px) {
  .grid-columns-xxl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-span-xxl-1 {
    grid-column: span 1;
  }
  .gap-xxl-55 {
    gap: 55px;
  }
  .grid-columns-xxl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-span-xxl-2 {
    grid-column: span 2;
  }
  .gap-xxl-60 {
    gap: 60px;
  }
  .grid-columns-xxl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-span-xxl-3 {
    grid-column: span 3;
  }
  .gap-xxl-65 {
    gap: 65px;
  }
  .grid-columns-xxl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-span-xxl-4 {
    grid-column: span 4;
  }
  .gap-xxl-70 {
    gap: 70px;
  }
  .grid-columns-xxl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-span-xxl-5 {
    grid-column: span 5;
  }
  .gap-xxl-75 {
    gap: 75px;
  }
  .grid-columns-xxl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-span-xxl-6 {
    grid-column: span 6;
  }
  .gap-xxl-80 {
    gap: 80px;
  }
  .grid-columns-xxl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-span-xxl-7 {
    grid-column: span 7;
  }
  .gap-xxl-85 {
    gap: 85px;
  }
  .grid-columns-xxl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-span-xxl-8 {
    grid-column: span 8;
  }
  .gap-xxl-90 {
    gap: 90px;
  }
  .grid-columns-xxl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-span-xxl-9 {
    grid-column: span 9;
  }
  .gap-xxl-95 {
    gap: 95px;
  }
  .grid-columns-xxl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-span-xxl-10 {
    grid-column: span 10;
  }
  .gap-xxl-100 {
    gap: 100px;
  }
  .grid-columns-xxl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-span-xxl-11 {
    grid-column: span 11;
  }
  .gap-xxl-105 {
    gap: 105px;
  }
  .grid-columns-xxl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-span-xxl-12 {
    grid-column: span 12;
  }
  .gap-xxl-110 {
    gap: 110px;
  }
}
.gap-315 {
  gap: 315px;
}

.pe-80 {
  padding-right: 80px;
}

.mt-150 {
  margin-top: 150px;
}

.custom-text {
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-weight: 400 100;
  line-height: 130% !important;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase !important;
}

.custom-title {
  font-family: Unbounded !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 106% !important;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase !important;
}

.btn {
  background-color: #84300f;
  border-radius: 22px;
  max-width: max-content;
  padding: 11px 32px;
}

.btn-100 {
  max-width: 100%;
  width: 100%;
}

.size-30 {
  font-size: 30px !important;
}

@media (max-width: 1279px) {
  .custom-text {
    font-size: 14px !important;
  }
  .custom-title {
    font-size: 32px !important;
  }
  .gap-315 {
    gap: 400px;
  }
}

@media (min-width: 767px) {
  @media (max-width: 1024px) {
    .btn-100 {
      max-width: 100%;
      width: 160px;
    }
  }
}
.faq-element {
  background-color: #3e3f45;
}
.faq-element * {
  color: #fff;
}

.faq-element__trigger {
  background: none !important;
  border: none !important;
}

.faq-element__content {
  background-color: #515050;
  padding: 20px;
}

.custom-invisible-slider .button {
  display: none !important;
}

.custom-first-screen {
  background-image: url(https://paromagia.ru/media/uploads/back_offer.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
.custom-first-screen .slick-dots {
  display: none !important;
}
.custom-first-screen .slick-list {
  border-radius: 100%;
}
.custom-first-screen__slider {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 !important;
  margin-top: 0 !important;
}
.custom-first-screen__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-first-screen__slide-image-wrapper {
  border-radius: 100%;
  border: 12px solid #3a1717;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 665px;
}
.custom-first-screen__slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.custom-first-screen .slick-prev {
  top: auto;
  bottom: auto;
  left: -80px;
  right: auto;
  background-image: url(https://paromagia.ru/media/uploads/arrow_r.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  overflow: visible;
}
.custom-first-screen .slick-prev svg {
  display: none;
}
.custom-first-screen .slick-prev::after {
  content: "От фантазии";
  position: absolute;
  left: -160px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #f8a64d;
}
.custom-first-screen .slick-prev:hover {
  background-image: url(https://paromagia.ru/media/uploads/arrow_r_color.svg);
}
.custom-first-screen .slick-next {
  top: auto;
  bottom: auto;
  left: auto;
  right: -80px;
  background-image: url(https://paromagia.ru/media/uploads/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  overflow: visible;
}
.custom-first-screen .slick-next::after {
  content: "До результата";
  position: absolute;
  right: -160px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #f8a64d;
}
.custom-first-screen .slick-next svg {
  display: none;
}
.custom-first-screen .slick-next:hover {
  background-image: url(https://paromagia.ru/media/uploads/arrow_color.svg);
}
.custom-first-screen__title {
  width: 100%;
  max-width: max-content;
  font-family: Unbounded !important;
  font-size: 100px !important;
  text-align: center !important;
  font-weight: 700 !important;
  position: relative;
  top: -215px;
  line-height: 100% !important;
}
.custom-first-screen__title-orange {
  color: #f8a64d;
  font-family: Unbounded !important;
  font-size: 100px !important;
  line-height: 100% !important;
  text-align: center;
  font-weight: 700 !important;
}

@media (max-width: 1279px) {
  .custom-first-screen__title,
  .custom-first-screen__title-orange {
    font-size: 70px !important;
  }
  .custom-first-screen .slick-next {
    right: 78px;
  }
  .custom-first-screen .slick-prev {
    left: 78px;
  }
}

@media (max-width: 991px) {
  .custom-first-screen .slick-next {
    right: -10px;
  }
  .custom-first-screen .slick-prev {
    left: -10px;
  }
  .custom-first-screen {
    padding-top: 0px;
  }
}
@media (max-width: 776px) {
  .custom-first-screen__title,
  .custom-first-screen__title-orange {
    font-size: 50px !important;
  }
  .custom-first-screen__title {
    top: -125px;
  }
  .custom-first-screen__slider {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 35px;
  }
}
@media (max-width: 556px) {
  .custom-first-screen__title,
  .custom-first-screen__title-orange {
    font-size: 35px !important;
  }
  .custom-first-screen__title {
    top: -85px;
  }
  .custom-first-screen__slider {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 0px;
  }
}
@media (max-width: 410px) {
  .custom-first-screen__title,
  .custom-first-screen__title-orange {
    font-size: 33px !important;
  }
}

.second-block {
  padding-bottom: 220px;
}
.second-block__image-wrapper {
  aspect-ratio: 325/435;
  width: 100%;
  overflow: hidden;
  border: 12px solid #515050;
}
.second-block__image-wrapper_1 {
  border-top-left-radius: 150px;
}
.second-block__image-wrapper_2 {
  border-top-right-radius: 150px;
  border-top-left-radius: 150px;
}
.second-block__image-wrapper_3 {
  border-bottom-left-radius: 150px;
}
.second-block__image {
  width: 100%;
  height: 100%;
}

@media (max-width: 1279px) {
  .second-block {
    padding-bottom: 0 !important;
  }
}
.third-block {
  padding: 120px 0;
  padding-bottom: 220px;
  position: relative;
}
.third-block::after {
  content: "";
  display: block;
  width: 1547px;
  height: 1023px;
  background-image: url("https://paromagia.ru/media/uploads/back1.webp");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: -500px;
  z-index: -1;
}
.third-block::before {
  content: "";
  display: block;
  width: 859px;
  height: 818px;
  background-image: url("https://paromagia.ru/media/uploads/back2.webp");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: -500px;
  z-index: -1;
}
.third-block__image {
  width: 100%;
  height: auto;
}
.third-block__image-wrapper {
  position: relative;
}
.third-block__image-block {
  position: absolute;
}
.third-block__image-block_1 {
  right: 5px;
  top: -50px;
  max-width: 410px;
}
.third-block__image-block_2 {
  right: 95px;
  bottom: -50px;
  max-width: 420px;
}
.third-block__image-block_3 {
  left: 10px;
  bottom: -25px;
  max-width: 410px;
}

@media (max-width: 1279px) {
  .third-block__image-wrapper {
    margin-top: 80px;
  }
  .third-block__image-block_1 {
    right: 0px;
    top: -40px;
    max-width: 335px;
  }
  .third-block__image-block_2 {
    right: 66px;
    bottom: -50px;
    max-width: 330px;
  }
  .third-block__image-block_3 {
    left: 10px;
    bottom: -25px;
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  .third-block__image-block_1 {
    top: -70px;
  }
  .third-block__image-block_2 {
    right: 66px;
    bottom: -88px;
    max-width: 240px;
  }
  .third-block__image-block_3 {
    bottom: -65px;
  }
}
@media (max-width: 767px) {
  .third-block__image-block_1 {
    max-width: 261px;
  }
  .third-block__image-block_2 {
    right: 4px;
    bottom: -123px;
    max-width: 121px;
  }
  .third-block__image-block_3 {
    bottom: -21px;
    max-width: 121px;
  }
  .third-block__image-btn {
    padding: 11px 13px;
  }
  .second-block__image-wrapper_3 {
    border-bottom-left-radius: 109px;
  }
}
@media (max-width: 575px) {
  .third-block__image-block_1 {
    max-width: 338px;
  }
  .btn {
    padding: 11px 24px;
  }
}

.fourth-block {
  padding-bottom: 200px;
}
.fourth-block__image {
  margin: 0 -100px;
}
@media (max-width: 500px) {
  .third-block__image-block_3 {
    bottom: -27px;
    max-width: 121px;
  }
}
@media (max-width: 1023px) {
  .fourth-block {
    padding-bottom: 20px;
  }
  .fourth-block__image {
    margin: 0;
  }
}
.six-block {
  background-image: url("https://paromagia.ru/media/uploads/back3.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
.six-block__form-container {
  padding: 140px 85px;
  border: 12px solid #515050;
  border-radius: 300px;
  background-color: #84300f;
}

@media (max-width: 1023px) {
  .six-block__form-container {
    padding: 70px 40px;
    border: 12px solid #515050;
    border-radius: 150px;
  }
}
.five-block {
  padding-bottom: 220px;
  background-image: url(https://paromagia.ru/media/uploads/back5.png);
  background-size: 2560px;
  background-position: center;
  background-repeat: no-repeat;
  height: 1680px;
  position: relative;
}
.five-block__text {
  text-transform: uppercase;
}
.five-block__lines-container {
  position: relative;
  z-index: -1;
}
.five-block__lines {
  position: absolute;
  left: 0;
  height: 2000px;
  top: -1000px;
  width: 100%;
}
.five-block__line-column {
  border-left: 1px solid;
  border-right: 1px solid;
  border-image: linear-gradient(
      180deg,
      rgba(153, 153, 153, 0) 0%,
      rgba(165, 162, 162, 0.6) 77%,
      rgba(255, 255, 255, 0) 98%
    )
    1;
}

@media (max-width: 1279px) {
  .five-block {
    padding-top: 0;
    padding-bottom: 85px;
    height: 1270px;
    background-size: 2020px;
  }
}
@media (max-width: 767px) {
  .six-block__form-container {
    padding: 70px 40px;
    border: 12px solid #515050;
    border-radius: 179px;
  }
  .six-block {
    padding-bottom: 130px;
  }
  .video-block {
    padding-top: 105px;
  }
}

.five-block-mobile {
  padding-top: 20px;
  padding-bottom: 100px;
}
.five-block-mobile .slick-prev,
.five-block-mobile .slick-next {
  top: 0px;
  display: block !important;
}
.five-block-mobile .slick-prev svg,
.five-block-mobile .slick-next svg {
  display: none;
}
.five-block-mobile .slick-next {
  background-image: url(https://paromagia.ru/media/uploads/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.five-block-mobile .slick-next:hover {
  background-image: url(https://paromagia.ru/media/uploads/arrow_color.svg);
}
.five-block-mobile .slick-prev {
  background-image: url(https://paromagia.ru/media/uploads/arrow_r.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.five-block-mobile .slick-prev:hover {
  background-image: url(https://paromagia.ru/media/uploads/arrow_r_color.svg);
}
.five-block-mobile .slick-dots {
  display: none !important;
}
.five-block-mobile .slider-constructor {
  padding-top: 55px;
}

.custom-footer {
  padding-bottom: 140px;
  background: linear-gradient(180deg, rgb(86, 29, 6) 24%, rgb(0, 0, 0) 119%);
}
.custom-footer__text {
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 24.3px !important;
  text-align: left !important;
  color: #fff !important;
  text-transform: uppercase;
}
.custom-footer__copyright {
  color: #fff;
  opacity: 0.5;
}
.custom-footer__link {
  color: #fff;
}
.custom-footer__link:hover {
  color: #f8a64d;
}

.footer-subscribe {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 0;
}
.footer-subscribe .button-theme {
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #515050 !important;
  position: relative !important;
  border: 1px solid #515050 !important;
}
.footer-subscribe .button-theme:hover {
  background-color: #f8a64d !important;
  border: 1px solid #f8a64d !important;
}
.footer-subscribe .button-theme::after {
  content: "OK" rgb(0, 0, 0);
  position: absolute;
  display: block;
  color: #fff;
}

.footer-subscribe input {
  height: 33px;
}

.product-stack {
  gap: 400px;
}

.custom-product-slider {
  padding: 0 100px;
  display: flex !important;
  align-items: center !important;
}
.custom-product-slider .slick-prev {
  top: auto !important;
  bottom: auto !important;
  left: 0;
  background-image: url(https://paromagia.ru/media/uploads/arrow_r.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.custom-product-slider .slick-prev svg {
  display: none !important;
}
.custom-product-slider .slick-next {
  top: auto !important;
  bottom: auto !important;
  right: 0;
  background-image: url(https://paromagia.ru/media/uploads/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.custom-product-slider .slick-next svg {
  display: none !important;
}

.product-stack-item-margin-1 {
  margin-top: 200px;
}

.product-stack-item-margin-2 {
  margin-top: 450px;
  position: relative;
  height: 1100px;
}

.product-stack-image-1 {
  position: absolute;
  right: 10%;
  top: 0;
  max-width: 170px;
}

.product-stack-image-2 {
  position: absolute;
  left: 0;
  top: 200px;
  max-width: 170px;
}

.product-stack-image-3 {
  position: absolute;
  right: 0;
  top: 600px;
  max-width: 170px;
}

.product-stack-item-margin-3 {
  margin-top: 605px;
}

.product-stack-item-margin-4 {
  margin-top: 405px;
}

.product-stack-item-margin-5 {
  margin-top: 525px;
}

.product-stack-item-margin-6 {
  margin-top: 680px;
}

.product-stack-text-right {
  padding-left: 20px;
  padding-bottom: 20px;
}

/* шрифты */

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  src: url("https://paromagia.ru/media/customization/fonts/Unbounded.ttf");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("https://paromagia.ru/media/customization/fonts/Montserrat.ttf");
}

*,
p {
  font-family: Montserrat !important;
  font-weight: 400 !important;
  line-height: 120%;
  letter-spacing: 0px;
}

.inner-page h1,
.inner-page .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.__header .contact-box p.toggled a,
.footer-phone a,
.footer-content__title {
  font-weight: 400 !important;
  line-height: 110% !important;
  color: var(--custom-white-color) !important;
  letter-spacing: 0.2px;
}

.frontpage section {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .frontpage h2 {
    font-size: 40px;
  }
}

main {
  overflow: hidden;
}

.frontpage header {
  background-color: transparent;
}

.fixed::after {
  display: none;
}

.container {
  padding: 0 12px;
}

/* курсор */

[data-fancybox],
.btn-border.callme-button,
.category-box-text,
.form-close {
  cursor: pointer;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
.h4,
.h5,
h5,
h6,
.h6,
.personal-form__element-top,
.personal-form__post-text,
section.feedback-form .form-text,
.modal.fancybox-content .form-text,
.footer-content__title,
.frontpage p,
.frontpage .text-page ul li {
  cursor: default;
}

/* шапка */

.__header {
  height: 80px;
  background: #fff0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.__header .catalog-btn {
  display: none;
}
.__header .search-box form {
  display: none;
}
.__header .options-box .nav-items li a {
  color: #ffffff;
}
.header-body {
  display: none;
}
.top-header {
  background-color: #ffffff00;
}
header .logo {
  position: absolute;
  left: calc(50% - 139px);
  top: 16px;
}
.main-menu a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat" !important;
  font-size: 12px;
  opacity: 1;
}
.main-menu a:hover {
  color: #f8a64d;
  text-decoration: none;
}
.header-phones__phone {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat" !important;
  font-size: 16px;
  opacity: 1;
  padding-bottom: 3px;
}
.header-phones__phone:hover {
  color: #f8a64d;
  text-decoration: none;
}
.btn-border.callme-button {
  display: none;
}
.main-menu li:last-child {
  right: calc(50% - 435px);
  position: absolute;
}
.main-menu {
  margin-left: 0px;
}

@media (max-width: 1100px) {
  .logo img {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .logo img {
    max-width: 170px;
  }
  header .logo {
    position: absolute;
    left: auto;
    top: 16px;
  }
}

/* оффер */

.home-banner {
  padding-top: 50px;
}

.double-section-bg {
  background: url(https://paromagia.ru/media/uploads/back_offer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 0px;
  padding-bottom: 23px;
}

.home-banner__slide .image_cover {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 12px solid #3a1717;
  border-radius: 1000px;
  height: 800px;
}
.offer-text {
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-position: center;
}
.double-section-bg::before {
  content: "ОТ ФАНТАЗИИ";
  color: #f8a64d;
  font-family: "Montserrat";
  display: inline-block;
  font-size: 18px !important;
  bottom: calc(55% - 15px) !important;
  position: absolute;
  right: calc(85% - 14px) !important;
}
.double-section-bg::after {
  content: "ДО РЕЗУЛЬТАТА";
  color: #f8a64d;
  font-family: "Montserrat";
  display: inline-block;
  font-size: 18px !important;
  bottom: calc(55% - 15px) !important;
  position: absolute;
  left: calc(85% - 14px) !important;
}
.home-banner .owl-dots {
  display: none;
}
.owl-nav.disabled {
  display: flow;
}
.owl-next,
.owl-prev,
.slick-prev,
.slick-next {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 0;
  border: none;
  background-color: #ffffff00 !important;
}
.home-banner .owl-next {
  left: calc(75% - 10px);
}
.home-banner .owl-prev {
  left: calc(23% - 10px);
}
.home-banner .owl-prev .icon,
.home-banner .owl-next .icon {
  display: none;
}
.owl-prev {
  background-image: url(https://paromagia.ru/media/uploads/arrow_r.svg);
}
.owl-next {
  background-image: url(https://paromagia.ru/media/uploads/arrow.svg);
}
.owl-prev:hover {
  background-image: url(https://paromagia.ru/media/uploads/arrow_r_color.svg);
}
.owl-next:hover {
  background-image: url(https://paromagia.ru/media/uploads/arrow_color.svg);
}
.offer-static-text {
  margin-top: -200px;
  z-index: 3;
}

/* технологии */

.tehn-item {
  font-size: 50px !important;
  font-family: "Unbounded" !important;
  line-height: 108% !important;
  color: #fff !important;
  text-transform: uppercase;
}

.sculpture-img {
  border: 12px solid #515050;
}
.sculpture-img:hover {
  border: 12px solid #f8a64d;
  transition: 0.3s linear;
}

.tehn-t1 {
  border-radius: 0px 200px 0 0;
}
.tehn-text {
  color: #fff !important;
  font-family: Montserrat !important;
  text-transform: uppercase;
  line-height: 145% !important;
  text-transform: uppercase;
}
.tehn-t2 {
  border-radius: 200px 200px 0 0;
}

.colors-offer-block-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 35px;
  margin: 0 7px;
  justify-content: left;
}

.main-button {
  border-radius: 70px;
  background-color: #84300f;
  color: #ffffff;
  width: 150px;
  text-align: center;
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  align-items: center;
}

.main-button:hover {
  background-color: #515050;
}

.colors-item {
  height: 350px;
  aspect-ratio: 1/1;
  position: relative;
  margin-left: 0;
}

.colors-item:nth-child(1),
.colors-item:nth-child(3) {
  margin-left: -26px;
  z-index: 2;
}
.colors-item:nth-child(2),
.colors-item:nth-child(3) {
  margin-left: -26px;
  z-index: 2;
}

.ottdelka-block {
  padding-top: 100px;
}
.colors-offer-block-3 {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-direction: row;
  align-items: flex-end;
}

.podhod-text {
  width: 37%;
}
@media (max-width: 1279px) {
  .tehn-item {
    font-size: 32px !important;
  }
}

/* нет вагонки */

.form-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: center;
  background-color: #515050;
}

.text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

/* видео */

.video-block .mb-25 {
  display: none;
}

.video-block .content-background-box__text-content {
  padding: 10px 0px;
}

.video-block .tehn-text {
  padding-top: 25px;
}
.vid-button {
  align-items: flex-end;
  flex-direction: column;
  display: flex;
  padding-left: 17px;
}

.video-block {
  padding-top: 170px;
  padding-bottom: 50px;
}

/* партнеры */

.custom-brand-rows {
  display: flex;
  flex-direction: row;
  flex-wrap: revert;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 110px;
}

.custom-brand-item {
  opacity: 0.55;
  transition: 0.7s linear;
}

.custom-brand-item:hover {
  opacity: 1;
  transition: 0.5s linear;
}

.partnr-block .tehn-item {
  width: 53%;
}

.custom-brands-block {
  padding-top: 30px;
}

.partnr-block {
  padding-top: 90px;
  padding-bottom: 90px;
}

.six-block__form-container .form-control {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.six-block__form-container .form-control::placeholder {
  text-align: center;
}

.six-block__form-container .label-name {
  display: none;
}

.six-block__form-container .btn {
  max-width: 100%;
  width: 100%;
  background-color: #000 !important;
  border: none !important;
  color: #fff;
}
.six-block__form-container .btn:hover {
  background-color: #515050 !important;
}
.frontpage header {
  position: absolute;
}
@media (min-width: 767px) {
  @media (max-width: 1024px) {
    .six-block__form-container .btn {
      max-width: 100%;
      width: 160px;
    }
  }
}
@media (max-width: 1023px) {
  .custom-first-screen .slick-next::after,
  .custom-first-screen .slick-prev::after {
    display: none;
  }
  .custom-brand-rows {
    display: flex;
    flex-direction: row;
    flex-wrap: revert;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .custom-first-screen {
    padding-top: 50px;
  }
  .custom-brand-rows {
    display: flex;
    flex-direction: column;
    flex-wrap: revert;
    align-items: left;
    justify-content: left;
    align-content: center;
    gap: 40px;
  }
}

.frontpage section.section-first.mobile-show {
  display: none !important;
}

.custom-first-screen .slick-next,
.custom-first-screen .slick-prev {
  display: flex !important;
}

main {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

.custom-footer {
  margin-top: auto;
}

.inner-page header {
  background: rgb(0, 0, 0);
}

.five-block-mobile .slider-constructor .slick-slide {
  padding: 0 !important;
}

.burger-menu {
  display: none;
}
@media (min-width: 350px) {
  @media (max-width: 991px) {
    .burger-menu {
      display: block !important;
    }
  }
}

.mobile-ul li .submenu li a:hover {
  background: #ffffff00;
}
.mobile-ul li .submenu li a:hover {
  color: #f8a64d;
}
.burger-menu {
  width: max-content !important;
}

.burger {
  display: none !important;
}

.inner-page .section-dark {
  background: none;
}

.product-card__navigation {
  background: none;
}

.product-card__head {
  background: none;
}

.product-card__container {
  background: none;
}

.tab-content {
  background: none;
}

.product-card__right {
  display: none;
}

.product-card__left {
  width: 100%;
}

.product-card .btn-border {
  max-width: max-content;
}

.shopping-cart-product.not-available {
  justify-content: start;
}

.inner-page main {
  background: none;
}

body.inner-page {
  background: linear-gradient(180deg, #030b0f 0%, #030b0f 20%, #232428 44.5%);
  background-repeat: no-repeat;
}

.product-card__nav-prev {
  background: none;
}

.tabs li {
  background: none !important;
}

.product-card__nav-prev,
.product-card-bottom {
  background: none !important;
}

.product-card__navigation,
.product-card__head {
  border: none;
}

.breadcrumbs a {
  color: #fff !important;
}

.product-sidebar__static-text-wrapper,
.btn-radius,
.tabs li {
  color: #fff !important;
}

.product-card__container {
  gap: 100px;
}

#sync1 .item img {
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
  border: 12px solid #3a1717;
}

.product-card__btns {
  display: none;
}

.product-card .btn-border {
  border-radius: 30px;
  height: 40px;
  color: #fff !important;
  background: #84300f !important;
  border: none !important;
}

.product-card__navigation {
  display: none;
}

.product-card-side {
  display: none;
}

.product-card-container .product-card-content {
  width: 100%;
}

.tabs {
  display: none;
}

#sync1 {
  display: flex !important;
  align-items: center !important;
}

#sync1.owl-theme .owl-prev {
  bottom: auto;
  left: -45px;
  background-image: url(https://paromagia.ru/media/uploads/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

#sync1.owl-theme .owl-next {
  bottom: auto;
  right: -45px;
  background-image: url(https://paromagia.ru/media/uploads/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
#sync1.owl-theme .owl-prev:hover {
  bottom: auto;
  left: -45px;
  background-image: url(https://paromagia.ru/media/uploads/arrow_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
#sync1.owl-theme .owl-next:hover {
  background-image: url(https://paromagia.ru/media/uploads/arrow_color.svg);
}

#sync2 {
  display: none;
}

.product-card__slideshow {
  width: 50%;
}

.product-card__content {
  width: 50%;
}

.tab-content {
  padding: 0 !important;
}
@media (min-width: 767px) {
  @media (max-width: 1024px) {
    .gap-50 {
      gap: 35px !important;
      padding-top: 10px;
      padding-left: 20px;
    }
    .custom-footer__copyright {
      text-align: left;
      margin-right: auto;
    }
  }
}
@media (max-width: 1024px) {
  .product-stack-item-margin-1,
  .product-stack-item-margin-2,
  .product-stack-item-margin-3,
  .product-stack-item-margin-4,
  .product-stack-item-margin-5,
  .product-stack-item-margin-6 {
    margin-top: 40px !important;
  }
}
@media (max-width: 1024px) {
  .burger-menu::after {
    content: "Меню";
    color: #fff;
  }
  .burger-menu:hover::after {
    content: "Меню";
    color: #f8a64d;
  }
}
@media (max-width: 767px) {
  .product-card__slideshow,
  .product-card__content {
    width: 100% !important;
  }
  .burger-menu::after {
    content: "Меню";
    color: #fff;
  }
  .burger-menu:hover::after {
    content: "Меню";
    color: #f8a64d;
  }
}

#sync1.owl-theme .owl-dots {
  display: none !important;
}

.tab_drawer_heading {
  display: none !important;
}

.tab-content {
  display: block !important;
}

.header-top-bg-color {
  display: none !important;
}

.page-head {
  background: none !important;
}

.custom-footer {
  padding-top: 40px;
}

.text-page img {
  margin: 0 !important;
}

/* каталог */

.catalog-head {
  display: none;
}
.tabsgroup .w-100 {
  border: 12px solid #000;
}
.catalog-filter .catalog-filter-body {
  display: none;
}

.catalog-container .catalog-body {
  width: 100%;
}

.catalog-container .catalog-filter {
  width: 0px;
}

.product-card-v2__buttons .st-button_not-availbe {
  display: none;
}

.product-card-v2_hover {
  padding-bottom: 75px;
}

.product-card-v2_hover .product-card-v2__content {
  padding-bottom: 0px;
  bottom: 16px;
  height: 63px;
  padding: 20px;
}

.product-card-v2_hover:hover .product-card-v2__content {
  height: 63px;
}

.gap-grid {
  gap: 25px !important;
}

.product-card-v2 {
  border: 12px solid #515050;
}

.product-card-v2:hover {
  border: 12px solid #515050;
}

.product-card-v2__image,
.product-card-v2__image .image img,
.image_contain img {
  padding: 0 !important;
  margin-top: -18px;
  width: 133%;
  aspect-ratio: 203 / 170;
  height: 400px;
}

.product-card-v2__content {
  background-color: #fff0;
}

.product-card-v2__title {
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-weight: 400 100;
  line-height: 137% !important;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase !important;
  width: 102%;
}
.inner-page h1 {
  font-family: Unbounded !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase !important;
  padding-bottom: 30px;
}
.product-sidebar__static-text-wrapper,
.btn-radius,
.tabs li {
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-weight: 400 100;
  line-height: 137% !important;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase !important;
  width: 102%;
}
.product-card__head {
  padding: 20px 0px;
}
.product-card__left {
  padding-top: 150px;
}
.product-card-v2:nth-child(1),
.product-card-v2:nth-child(7),
.product-card-v2:nth-child(13),
.product-card-v2:nth-child(19) {
  border-radius: 200px 200px 0 0;
}
.product-card-v2:nth-child(2),
.product-card-v2:nth-child(8),
.product-card-v2:nth-child(14),
.product-card-v2:nth-child(20),
.product-card-v2:nth-child(10) {
  border-radius: 200px 0px 0 0;
}
.product-card-v2:nth-child(3),
.product-card-v2:nth-child(9),
.product-card-v2:nth-child(15),
.product-card-v2:nth-child(21) {
  border-radius: 0px 200px 0 0;
}
.product-card-v2:nth-child(4),
.product-card-v2:nth-child(16) {
  border-radius: 200px 0px 0 0;
}
.product-card-v2:nth-child(5),
.product-card-v2:nth-child(11),
.product-card-v2:nth-child(17) {
  border-radius: 0px 200px 0px 0px;
}
.product-card-v2:nth-child(6),
.product-card-v2:nth-child(12),
.product-card-v2:nth-child(18) {
  border-radius: 200px 200px 0 0;
}

.breadcrumbs__sep {
  color: #515050;
}

.pagination span a {
  color: #3a1717;
}
.pagination span.active {
  border-color: #33333300;
  border-width: 2px;
  font-weight: bold;
}

.pagination .next {
  bottom: auto;
  background-image: url(https://paromagia.ru/media/uploads/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
.pagination .prev {
  bottom: auto;
  background-image: url(https://paromagia.ru/media/uploads/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
.pagination .prev:hover {
  bottom: auto;
  background-image: url(https://paromagia.ru/media/uploads/arrow_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
.pagination .next:hover {
  bottom: auto;
  background-image: url(https://paromagia.ru/media/uploads/arrow_color.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
.pagination .prev {
  background-color: #eff0f200;
  border: 1px solid #eff0f200;
}
.pagination .prev:hover {
  background-color: #eff0f200;
  border: 1px solid #eff0f200;
}
.pagination .prev:before,
.pagination .next:before {
  border: solid 0px #000;
}
.product-card__navigation {
  display: none;
}
.pagination .prev:before,
.pagination .next:before {
  transform: rotate(359deg);
}
.product-card__right {
  display: none;
}
.pagination .next,
.pagination .prev {
  background-color: #eff0f200;
  border: 0px solid #eff0f2;
}
.pagination .next:hover,
.pagination .prev:hover {
  background-color: #eff0f200;
  border: 0px solid #eff0f2;
}

.owl-nav {
  padding-bottom: 50px;
}

.ctalv1 {
  height: 250px;
  object-fit: cover;
}
.ctalv2 {
  border-radius: 250px 0 0 0;
}
.ctalv3 {
  border-radius: 0 0 250px 0;
  height: 400px;
  object-fit: cover;
}
.ctalv4 {
  height: 400px;
  object-fit: cover;
}
.ctalv5 {
  height: 250px;
  object-fit: cover;
}
.ctalv6 {
  border-radius: 250px 0 0 0;
  height: 500px;
  object-fit: cover;
}
.ctalv7 {
  height: 300px;
  object-fit: cover;
}

.catalt1 {
  letter-spacing: -0.05em;
  line-height: 137% !important;
}
.catalt2 {
  letter-spacing: -0.05em;
  line-height: 137% !important;
}

.catalog-menu-item {
  height: 400px;
}

.catalog-menu-item {
  width: calc(28% - 12px);
}

.catalog-menu-item__name {
  bottom: -42px;
  left: 0px;
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 137% !important;
  color: #fff !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  max-width: 100%;
}
.catalog-menu-item:before {
  display: none;
}

.catalog-menu-item:after,
.catalog-menu-item__image img {
  border-radius: 200px 0 0 0;
  overflow: hidden;
}
.catalog-menu-item:after {
  background-color: #f5f5f500;
  border: 12px solid #515050;
  opacity: 1;
}
.catalog-menu-item:hover:after {
  background-color: #f5f5f500;
  border: 12px solid #000000;
  opacity: 1;
}

@media (max-width: 1279px) {
  .product-card-v2:nth-child(1),
  .product-card-v2:nth-child(7),
  .product-card-v2:nth-child(13),
  .product-card-v2:nth-child(19) {
    border-radius: 150px 150px 0 0;
  }
  .product-card-v2:nth-child(2),
  .product-card-v2:nth-child(8),
  .product-card-v2:nth-child(14),
  .product-card-v2:nth-child(20) {
    border-radius: 150px 0px 0 0;
  }
  .product-card-v2:nth-child(3),
  .product-card-v2:nth-child(9),
  .product-card-v2:nth-child(15) {
    border-radius: 0px 150px 0 0;
  }
  .product-card-v2:nth-child(4),
  .product-card-v2:nth-child(10),
  .product-card-v2:nth-child(16) {
    border-radius: 0px 0px 150px 0;
  }
  .product-card-v2:nth-child(5),
  .product-card-v2:nth-child(11),
  .product-card-v2:nth-child(17) {
    border-radius: 0px 150px 0px 0px;
  }
  .product-card-v2:nth-child(6),
  .product-card-v2:nth-child(12),
  .product-card-v2:nth-child(18) {
    border-radius: 150px 150px 0 0;
  }
  .gap-grid {
    gap: 27px !important;
  }
  .product-card-v2__image,
  .product-card-v2__image .image img,
  .image_contain img {
    padding: 0 !important;
    margin-top: -18px;
    width: 130%;
    aspect-ratio: 203 / 170;
    height: 293px;
  }
  .catalt1 {
    font-size: 16px !important;
  }
  .catalt2 {
    font-size: 16px !important;
    width: 102%;
  }
  .product-card__left {
    padding-top: 80px;
  }
  .product-sidebar__static-text-wrapper,
  .btn-radius,
  .tabs li {
    font-size: 16px !important;
  }
}

@media (max-width: 1023px) {
  .product-card-v2:nth-child(1),
  .product-card-v2:nth-child(7),
  .product-card-v2:nth-child(13),
  .product-card-v2:nth-child(19) {
    border-radius: 220px 220px 0 0;
  }
  .product-card-v2:nth-child(2),
  .product-card-v2:nth-child(8),
  .product-card-v2:nth-child(14),
  .product-card-v2:nth-child(20) {
    border-radius: 220px 0px 0 0;
  }
  .product-card-v2:nth-child(3),
  .product-card-v2:nth-child(9),
  .product-card-v2:nth-child(15) {
    border-radius: 0px 220px 0 0;
  }
  .product-card-v2:nth-child(4),
  .product-card-v2:nth-child(10),
  .product-card-v2:nth-child(16) {
    border-radius: 0px 0px 220px 0;
  }
  .product-card-v2:nth-child(5),
  .product-card-v2:nth-child(11),
  .product-card-v2:nth-child(17) {
    border-radius: 0px 220px 0px 0px;
  }
  .product-card-v2:nth-child(6),
  .product-card-v2:nth-child(12),
  .product-card-v2:nth-child(18) {
    border-radius: 220px 220px 0 0;
  }
  .gap-grid {
    gap: 25px !important;
  }
  .product-card-v2__image,
  .product-card-v2__image .image img,
  .image_contain img {
    padding: 0 !important;
    margin-top: -18px;
    width: 101%;
    aspect-ratio: 203 / 170;
    height: auto;
  }
  .grid-columns-12 {
    grid-template-columns: repeat(24, 1fr);
  }
  .ctalv7 {
    display: none;
  }
  div#tab1 {
    margin-top: 100px;
  }
  .ctalv1 {
    height: 200px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .product-card-v2:nth-child(1),
  .product-card-v2:nth-child(7),
  .product-card-v2:nth-child(13),
  .product-card-v2:nth-child(19) {
    border-radius: 200px 200px 0 0;
  }
  .product-card-v2:nth-child(2),
  .product-card-v2:nth-child(8),
  .product-card-v2:nth-child(14),
  .product-card-v2:nth-child(20) {
    border-radius: 200px 0px 0 0;
  }
  .product-card-v2:nth-child(3),
  .product-card-v2:nth-child(9),
  .product-card-v2:nth-child(15) {
    border-radius: 0px 200px 0 0;
  }
  .product-card-v2:nth-child(4),
  .product-card-v2:nth-child(10),
  .product-card-v2:nth-child(16) {
    border-radius: 200px 0px 0px 0;
  }
  .product-card-v2:nth-child(5),
  .product-card-v2:nth-child(11),
  .product-card-v2:nth-child(17) {
    border-radius: 200px 0px 0px 0px;
  }
  .product-card-v2:nth-child(6),
  .product-card-v2:nth-child(12),
  .product-card-v2:nth-child(18) {
    border-radius: 200px 200px 0 0;
  }
  .gap-grid {
    gap: 20px !important;
  }
  .product-card-v2__content {
    padding: 15px;
    padding-top: 3px;
  }
  .product-card-v2__title {
    font-size: 14px !important;
  }
  .product-card-v2__image,
  .product-card-v2__image .image img,
  .image_contain img {
    padding: 0 !important;
    margin-top: -12px;
    width: 100%;
    aspect-ratio: 194 / 170;
  }
  .product-card-v2 {
    border: 10px solid #515050;
  }
  .product-card-v2:hover {
    border: 10px solid #515050;
  }
  .grid-columns-12 {
    grid-template-columns: repeat(4, 0fr);
  }
  .ctalv1 {
    display: none;
  }
  .ctalv5 {
    display: none;
  }
  div#tab1 {
    margin-top: 0px;
  }
  .ctalv6 {
    display: none;
  }
  .gap-30 {
    gap: 15px !important;
  }
  .product-card__container {
    gap: 0px;
  }
  .product-card__left {
    padding-top: 0px;
  }
  .ctalv4 {
    display: none;
  }
  .product-card__container {
    padding: 20px 0px 0 0px;
  }
  .product-card-bottom__artikul {
    top: -37px;
  }
  .catalog-menu-item {
    width: calc(60% - 10px) !important;
    margin: 0 0 15px 0 !important;
  }
  .catalog-menu-item__name {
    font-size: 16px !important;
  }
}

@media (max-width: 575px) {
  .product-card-v2_type-2 {
    display: grid !important;
    grid-template-columns: none !important;
    min-height: 160px;
  }
  .catalog-menu-item__name {
    font-size: 14px !important;
    bottom: -35px;
  }
  .section-dark {
    background-color: #fff0 !important;
  }
  .catalog-menu.catalog-categories-block {
    padding-top: 30px;
  }
  .catalog-menu-item {
    width: 100% !important;
  }
  .catalog-container .catalog-body {
    padding-top: 30px;
  }
  .product-card__artikul {
    display: none;
  }
  .gap-50 {
    gap: 23px !important;
  }
  .client-item__text {
    text-align: left !important;
    width: 100%;
  }
  .product-card-bottom__artikul {
    display: none;
  }
  span.content-title.product-set-title.h2 {
    padding-bottom: 0px !important;
    margin-bottom: -7px !important;
  }
  .inner-page h1 {
    font-size: 24px !important;
    padding-bottom: 0px;
  }
  .product-sidebar__static-text-wrapper,
  .btn-radius,
  .tabs li {
    font-size: 14px !important;
  }
  .catalt1 {
    font-size: 14px !important;
  }
  .catalt2 {
    font-size: 14px !important;
    margin-top: -25px !important;
  }
  .page-head {
    margin: 0px -15px 0px -15px;
  }
  .content-block {
    padding-top: 10px;
  }
  .product-card__head {
    padding: 11px 0px;
  }
}

/* контакты */

.contacts-block__info {
  padding: 0px;
  background: #fff0;
}

.contacts-block {
  border: 0px solid #d9d9de;
}

.contacts-block__title {
  color: #ffffff;
}

.contacts-block__title-red {
  color: #fff;
}
.contact-line {
  color: #fff;
}
.contact-text-line p {
  color: #fff;
}
.contact-line a {
  color: #fff;
}
.contact-line a:hover {
  color: #f8a64d;
}
.contacts-block__map {
  width: 75%;
  height: 600px;
  border-radius: 200px 0 0 0 !important;
  overflow: hidden;
  border: 12px solid #515050;
}
@media (max-width: 1279px) {
  .contacts-block__info {
    padding: 0px 10px 0 0;
  }
}
@media (max-width: 767px) {
  span.contacts-block__title {
    padding-top: 30px;
  }
  #yamap_addresses {
    width: 100%;
  }
}
/* статьи */
.article-inner__content {
  background: #fff0;
  padding: 0px;
  width: 100%;
}

.article-inner__content .slider .item, .article-inner__content .slider {
    height: auto;
}

.article-inner__content .slider .owl-dots {
  display: none;
}

.article-inner__content .slider .owl-nav {
  padding-bottom: 0;
}

.text-page p {
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-weight: 400 100;
  line-height: 130% !important;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase !important;
}
.text-page .new-slide-item__title {
  display: none;
}
.text-page ul li:before {
  background-color: #f8a64d;
}
section.section-second-content {
  display: none;
}
.item--half .new-slide-item__title {
  display: none;
}

.new-slide-item--wide .new-slide-item__date {
  font-family: Montserrat !important;
  font-size: 12px !important;
  font-weight: 400 100;
  line-height: 130% !important;
  color: #fff;
  left: 7%;
}
@media (max-width: 767px) {
  .articles-block .item:first-child .new-slide-item {
    border: 0;
    background: #f5f5f500;
    height: auto;
    margin-bottom: 35px;
  }
  .articles-block .item:first-child .new-slide-item .btn-border {
    background-color: #84300f;
    border-radius: 22px;
    padding: 11px 32px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #84300f;
    color: #fff;
  }
  .btn-download-5 {
    display: none;
  }
}
.new-slide-item {
  background: #f5f5f500;
  border: 0px solid #d9d9de;
  border-radius: 100px 0 0 0;
}

.new-slide-item__name {
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-weight: 400 100;
  line-height: 130% !important;
  color: #fff;
  text-transform: uppercase;
}
.new-slide-item__name:hover {
  color: #f8a64d;
}
.new-slide-item:before {
  background: #84300f;
  border-radius: 100px 0 0 0;
}

.new-slide-item__content:hover {
  background-color: #84300f;
  border-radius: 100px 0 0 0;
}

.new-slide-item__image img {
  border-radius: 100px 0 0 0;
  border: 12px solid #515050;
}
.new-slide-item__image img:hover {
  border-radius: 100px 0 0 0;
  border: 12px solid #000;
}
.seo-block {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-end;
}

.seo-block .form-col {
  max-width: 50%;
  width: 50%;
}
.section .text-page {
  margin-left: 0px;
}
.form-col {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.seooo-h2 {
  font-family: Unbounded !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase !important;
  padding-bottom: 22px;
}
.custom-titleh1 {
  color: #23242829;
}
.seooo-t {
  padding-bottom: 10px;
}
.seo-block-img {
  max-width: 50%;
  width: 50%;
}
.seo-img {
  border: 12px solid #515050;
}

.imgggg1 {
  border-radius: 0 0 200px 0;
}

.imgggg2 {
  border-radius: 200px 0 0px 0;
}
.button_style-1 {
  color: #515050;
}
.slick-dots .slick-active button {
  background-color: #515050;
}
.slick-dots button {
  border-color: #515050;
}
@media (max-width: 1279px) {
  .text-page p {
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-weight: 400 100;
    line-height: 130% !important;
    color: #fff;
    margin: 0 !important;
    text-transform: uppercase !important;
  }
  .seo-block {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-end;
  }
}

@media (max-width: 990px) {
  .seo-block {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .seo-block .form-col {
    width: 100%;
    max-width: 100%;
  }
  .seo-block-img {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .seo-block-img {
    max-width: 100%;
    width: 100%;
  }
  .text-page p {
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-weight: 400 100;
    line-height: 130% !important;
    color: #fff;
    margin: 0 !important;
    text-transform: uppercase !important;
  }
}

@media (max-width: 575px) {
  .article-inner__content {
    padding: 15px 15px;
  }
}

/* технологии */
.prav_stor {
  padding-left: 20px;
}

.lev_stor {
  padding-right: 20px;
}
.lev_storr {
  padding-left: 15px;
}
.prav_storr {
  padding-left: 15px;
}
.house_catalog1 {
  margin-top: 5px !important;
}

@media (max-width: 1023px) {
  .prav_stor {
    padding-left: 0px;
    padding-top: 20px;
    margin-bottom: -25px;
  }
  .house_catalog2 .lev_stor {
    padding-bottom: 25px;
    margin-top: -27px;
  }
}
@media (max-width: 728px) {
  .house_catalog2 .imgggg2 {
    display: none;
  }
}

/* для клиентов */

.client-item {
  width: calc(31% - 12px);
  height: 358px;
  border-radius: 500px;
  margin-right: 30px;
}

.abouyh3 {
  font-family: Unbounded !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase !important;
  padding-bottom: 30px;
  padding-top: 40px;
}
.content-block {
  padding-bottom: 50px;
}
.client-item__text {
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 137% !important;
  color: #fff !important;
  text-transform: uppercase !important;
  max-width: 100%;
  text-align: center !important;
  width: 100%;
  left: 0px !important;
  padding-right: 0px;
}
.client-item_bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  opacity: 1;
  border: 12px solid #515050;
  border-radius: 500px;
  background-color: #f5f5f500;
}

.client-item_bg:hover::after {
  border: 12px solid #000;
  opacity: 1;
  background-color: #f5f5f500;
}

@media (max-width: 1279px) {
  .client-item {
    width: calc(39% - 12px);
    margin-bottom: 80px;
  }
}

@media (max-width: 1023px) {
  .client-item {
    width: calc(41% - 12px);
    height: 362px;
    border-radius: 500px;
    margin-right: 30px;
    margin-bottom: 90px;
  }
  .img-kolonke {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 767px) {
  .client-item {
    width: calc(49% - 12px);
    height: 362px;
    border-radius: 500px;
    margin-right: 30px;
    margin-bottom: 90px;
  }
  .abouyh3 {
    font-size: 24px !important;
    padding-bottom: 10px;
  }
  .text-v-kolonke {
    padding-top: 10px !important;
  }
  .tt_ab {
    padding-top: 20px !important;
  }
  .client-item__text {
    left: 0px;
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 137% !important;
    color: #fff !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .clients-section {
    padding-top: 40px;
  }
  .client-item {
    width: calc(51% - 12px);
    height: 362px;
    border-radius: 500px;
    margin-right: 15px;
    margin-bottom: 90px;
  }
  .client-item__text {
    left: 0px;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 137% !important;
    color: #fff !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    max-width: 100%;
  }
}

/* меню мобилки */
.seo-cust-text {
  color: #232428;
}
.header-search {
  display: none;
}

.mobile-menu {
  background: #000000;
}

.header-cart .icon {
  display: none;
}

.mobile-ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat" !important;
  font-size: 14px;
  opacity: 1;
}

.mobile-ul {
  border-bottom: 0px solid #fff;
}

.header-cart span.cart-number {
  display: none;
}

.mobile-phone a {
  color: #ffffff;
}

.mobile-phone {
  align-items: left !important;
  padding-bottom: 20px;
  display: block !important;
}
.mobile-menu {
  width: 70%;
}
.mobile-menu .button-theme {
  color: var(--color-text) !important;
  background-color: #84300f !important;
  border-color: #84300f !important;
}

.modal {
  background: #232428;
}

.form-control {
  border-radius: 30px;
}

.modal .h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat" !important;
  font-size: 22px;
  opacity: 1;
}

.modal .button-theme {
  color: var(--color-text) !important;
  background-color: #84300f !important;
  border-color: #84300f !important;
}

.form-close {
  color: #84300f !important;
}

.form-control:valid + .label-name .content-name {
  color: #ffffff !important;
}

.fancybox-slide--html .fancybox-close-small {
  color: #84300f !important;
}

.fancybox-content {
  background: #232428;
}
.mobile-ul li a .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  right: -25px;
  top: 1px;
  color: #84300f !important;
}

.mobile-ul li .submenu li a {
  cursor: pointer;
  font-size: 14px;
  display: block;
  color: #ffffff;
  padding: 9px 40px;
}

.error {
  background-color: #232428;
}

.error__content p {
  font-family: Montserrat !important;
  font-size: 18px !important;
  font-weight: 400 100;
  line-height: 130% !important;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase !important;
  padding-bottom: 20px;
}

.error__content {
  padding-top: 20px;
  background: none;
  min-height: 260px;
}

.third-block::before {
  content: "";
  display: block;
  opacity: 0.5;
  background:
    linear-gradient(171deg, rgba(0, 0, 0, 0) 52.99%, #000 85.76%),
    linear-gradient(84deg, rgba(0, 0, 0, 0) 27.46%, rgba(0, 0, 0, 0.2) 79.77%),
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 59.5%),
    url("https://paromagia.ru/media/uploads/parallax-img-2.png") center/cover
      no-repeat;
  mix-blend-mode: exclusion;
  position: absolute;
  left: 0%;
  z-index: -1;
  will-change: transform;
  width: 100vw;
  aspect-ratio: 1.0501222494;
  transform: translateY(calc(-1 * var(--parallax-before)));
  bottom: -400px;
}
@media (min-width: 768px) {
  .third-block::before {
    bottom: -200px;
    transform: translateY(var(--parallax-before));
    width: 33.5546875%;
  }
}
.third-block::after {
  content: "";
  display: block;
  aspect-ratio: 1.5122189638;
  opacity: 0.4;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 30.65%, #000 100%),
    linear-gradient(180deg, #000 -2.2%, rgba(0, 0, 0, 0) 72.1%),
    linear-gradient(89deg, #000 0.69%, rgba(0, 0, 0, 0) 37.48%),
    url("https://paromagia.ru/media/uploads/parallax-img-1.webp") center/cover
      no-repeat;
  position: absolute;
  right: 0;
  z-index: -1;
  will-change: transform;
  mix-blend-mode: exclusion;
  width: 100vw;
  transform: translateY(var(--parallax-after));
  bottom: -400px;
}
@media (min-width: 768px) {
  .third-block::after {
    bottom: auto;
    top: -1400px;
    width: 60.4296875%;
  }
}

.fourth-block__header {
  position: relative;
  z-index: 2;
}

.boards-parallax {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 222%;
  margin: 100px 0 0 0;
}
@media (min-width: 768px) {
  .boards-parallax {
    margin: 100px 0 20px 0;
    padding-bottom: 57%;
  }
}
@media (min-width: 992px) {
  .boards-parallax {
    margin: 100px 0 0;
  }
}
@media (min-width: 1531px) {
  .boards-parallax {
    margin: 100px -100px 0;
  }
}
.boards-parallax__image {
  position: absolute;
}
.boards-parallax__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boards-parallax__image:nth-child(1) {
  top: 0%;
  left: -1%;
  width: 16.05%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(1) {
    top: 0%;
    left: -3.2%;
    width: 7.45%;
  }
}
.boards-parallax__image:nth-child(2) {
  top: 4.2%;
  left: 46.7%;
  width: 13.07%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(2) {
    top: 7.7%;
    left: 18.7%;
    width: 5.97%;
  }
}
.boards-parallax__image:nth-child(3) {
  top: 24.5%;
  left: 28.6%;
  width: 20.43%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(3) {
    top: 53.5%;
    left: 10.3%;
    width: 9.43%;
  }
}
.boards-parallax__image:nth-child(4) {
  top: 58.1%;
  left: 28%;
  width: 12.13%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(4) {
    top: 17.5%;
    left: 65%;
    width: 6.43%;
  }
}
.boards-parallax__image:nth-child(5) {
  top: 53.8%;
  left: 64.3%;
  width: 16.78%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(5) {
    top: 1%;
    left: 84%;
    width: 8.78%;
  }
}
.boards-parallax__image:nth-child(6) {
  top: 64.9%;
  left: -1.2%;
  width: 14.47%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(6) {
    top: 32.1%;
    left: 49.8%;
    width: 7.47%;
  }
}
.boards-parallax__image:nth-child(7) {
  top: 7.6%;
  left: 68.3%;
  width: 20.39%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(7) {
    top: 13.8%;
    left: 28.4%;
    width: 9.39%;
  }
}
.boards-parallax__image:nth-child(8) {
  top: 72.1%;
  left: 86.7%;
  width: 14.47%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(8) {
    top: 43.4%;
    left: 95.9%;
    width: 7.47%;
  }
}
.boards-parallax__image:nth-child(9) {
  top: 10.8%;
  left: 21.7%;
  width: 10.71%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(9) {
    top: 19.1%;
    left: 7.1%;
    width: 5.01%;
  }
}
.boards-parallax__image:nth-child(10) {
  top: 85.2%;
  left: 13.7%;
  width: 14.55%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(10) {
    top: 69.9%;
    left: 57.7%;
    width: 7.55%;
  }
}
.boards-parallax__image:nth-child(11) {
  top: 75.7%;
  left: 47.3%;
  width: 19.81%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(11) {
    top: 50.9%;
    left: 75%;
    width: 10.41%;
  }
}
.boards-parallax__image:nth-child(12) {
  top: 31.5%;
  left: 81.4%;
  width: 19.28%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(12) {
    top: 56.3%;
    left: 34.4%;
    width: 8.78%;
  }
}
.boards-parallax__image:nth-child(13) {
  top: 45.4%;
  left: 0%;
  width: 61%;
}
@media (min-width: 768px) {
  .boards-parallax__image:nth-child(13) {
    top: 1%;
    left: 50%;
    width: 25%;
  }
}
.boards-parallax__image.lg-board {
  z-index: 3;
}
.boards-parallax__image.md-board {
  z-index: 2;
}
.boards-parallax__image.xl-board {
  z-index: 4;
}
.boards-parallax__image.sm-board {
  z-index: 1;
}

@media (max-width: 992px) {
  .top-header {
    background: #030b0f;
  }
}

@media (min-height: 1331px) and (min-width: 768px) {
  .page-content {
    margin-bottom: var(--footer-height, 1331px);
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #030b0f 0%, #030b0f 20%, #232428 44.5%);
  }
}

@media (min-height: 1331px) and (min-width: 768px) {
  .page-footer {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }
}

.five-block-mobile {
  position: relative;
  z-index: 2;
}

.custom-safety {
  padding: 120px 0 320px;
}
.custom-safety__header {
  display: flex;
  align-items: flex-start;
}
.custom-safety__header-main {
  max-width: 630px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-safety__header-main .custom-text {
  max-width: 430px;
}
@media (min-width: 1440px) {
  .custom-safety__header-main .custom-text {
    max-width: 590px;
  }
}
.custom-safety__header-controls {
  position: relative;
  z-index: 2;
  display: flex;
  margin-left: auto;
  margin-top: 40px;
  margin-right: 64px;
}
@media (min-width: 1440px) {
  .custom-safety__header-controls {
    margin-right: 24px;
  }
}
.custom-safety__prev {
  width: 60px;
  height: 60px;
}
.custom-safety__prev svg {
  pointer-events: none;
}
.custom-safety__next {
  width: 60px;
  height: 60px;
}
.custom-safety__next svg {
  pointer-events: none;
}
.custom-safety__slider {
  margin: 120px 0px 0;
  position: relative;
  z-index: 1;
  overflow: visible;
  transform: rotate(-30deg);
}
@media (min-width: 1440px) {
  .custom-safety__slider {
    margin: 60px -91px 0;
  }
}
.custom-safety__slider .slick-list {
  overflow: visible;
}
.custom-safety__slider .slick-slide {
  transition:
    filter 0.5s ease 0s,
    opacity 0.5s ease 0s,
    visibility 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.custom-safety__slider .slick-slide.slick-prev-1,
.custom-safety__slider .slick-slide.slick-next-1 {
  filter: grayscale(1);
  opacity: 0.2;
  visibility: visible;
}
.custom-safety__slider .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.custom-safety__slider .slick-slide.slick-prev,
.custom-safety__slider .slick-slide.slick-next {
  opacity: 1;
  visibility: visible;
  filter: grayscale(1);
}
.custom-safety__slider
  .slick-slide:nth-child(4n + 1)
  .custom-safety__slide
  img {
  border-radius: 100px;
}
@media (min-width: 1440px) {
  .custom-safety__slider
    .slick-slide:nth-child(4n + 1)
    .custom-safety__slide
    img {
    border-radius: 200px;
  }
}
.custom-safety__slider
  .slick-slide:nth-child(4n + 2)
  .custom-safety__slide
  img {
  border-radius: 0 100px 0 100px;
}
@media (min-width: 1440px) {
  .custom-safety__slider
    .slick-slide:nth-child(4n + 2)
    .custom-safety__slide
    img {
    border-radius: 0 200px 0 200px;
  }
}
.custom-safety__slider
  .slick-slide:nth-child(4n + 3)
  .custom-safety__slide
  img {
  border-radius: 0 100px 100px 100px;
}
@media (min-width: 1440px) {
  .custom-safety__slider
    .slick-slide:nth-child(4n + 3)
    .custom-safety__slide
    img {
    border-radius: 0 200px 200px 200px;
  }
}
.custom-safety__slider
  .slick-slide:nth-child(4n + 4)
  .custom-safety__slide
  img {
  border-radius: 100px 0 100px 0;
}
@media (min-width: 1440px) {
  .custom-safety__slider
    .slick-slide:nth-child(4n + 4)
    .custom-safety__slide
    img {
    border-radius: 200px 0 200px 0;
  }
}
.custom-safety__slide {
  position: relative;
  transform: rotate(30deg);
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 1440px) {
  .custom-safety__slide {
    padding: 0 23px;
  }
}
.custom-safety__slide img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
@media (min-width: 1440px) {
  .custom-safety__slide img {
    height: 630px;
  }
}
.custom-safety__footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.custom-safety__footer-block {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1440px) {
  .custom-safety__footer-block {
    padding: 0 24px;
    gap: 24px;
  }
}
.custom-safety__footer-block:nth-child(1) {
  margin-top: -24px;
  grid-column: 3/4;
}
@media (min-width: 1440px) {
  .custom-safety__footer-block:nth-child(1) {
    margin-top: -56px;
  }
}
.custom-safety__footer-block:nth-child(2) {
  margin-top: -140px;
  grid-column: 4/5;
}
@media (min-width: 1440px) {
  .custom-safety__footer-block:nth-child(2) {
    margin-top: -213px;
  }
}

/* форма обратной связи */

section.feedback-form,
.inner-page .section-dark.feedback-form {
  background-color: #ffffff00 !important;
}

section.feedback-form .question-form {
  border-color: #2363d100;
  background-color: #ffffff00;
}

.question-form {
  background: #fff;
  border: 0px solid #ffffff;
  border-radius: 10px;
  padding: 23px 100px;
}

.feedback-form .h2 {
  font-family: Unbounded !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase !important;
  padding-bottom: 30px;
}
.question-main .btn:hover {
  background-color: #515050;
  border: 0px solid #515050;
  color: #fff;
}
.question-main .btn:active {
  background-color: #515050 !important;
  border: 0px solid #515050 !important;
  color: #fff !important;
}
.btn:active {
  background-color: #515050 !important;
  border: 0px solid #515050 !important;
  color: #fff !important;
}
section.feedback-form .form-text {
  color: #626262;
}
.frontpage .feedback-form {
  display: none;
}

.video-frame-1,
.vid-button {
  width: 100%;
}

.video-frame-1 iframe,
.vid-button iframe {
  width: 100%;
  height: 350px;
}

@media (max-width: 1023px) {
  .question-form {
    padding: 23px 0px;
  }
}
@media (max-width: 767px) {
  .question-main .btn {
    background-color: #84300f;
    border-radius: 22px;
    padding: 11px 32px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #84300f;
    color: #fff;
  }

  .vid-button {
    padding-left: 0;
  }

  .video-frame-1 iframe,
  .vid-button iframe {
    height: 250px;
  }

  .video-block {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .six-block {
    padding-bottom: 80px;
  }
}

.inner-page .video-block {
  display: none;
}

.inner-page .partnr-block {
  display: none;
}

/* значение финишной отделки */

.article-inner__share {
  display: none;
}
@media (min-width: 1024px) {
  .lev_storis {
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .lev_storis {
    padding-bottom: 20px;
  }
}

.custom__accordion {
  margin-bottom: 20px;
  background-color: #84300f;
  border-radius: 22px;
  max-width: max-content;
  border: none;
}

.comparison__side {
  border-right: none;
}

.custom__accordion .acc__toggle:not(.acc__toggle-inner) {
  color: #ffffff;
  border: none;
  padding: 11px 32px;
}

.custom__accordion:hover {
  background-color: #515050;
  border: 0px solid #515050;
}

.custom__accordion .acc__toggle.not_toggle:hover {
  color: #fff;
}

.pagination span.active,
.pagination span:not(.pagination span.dot):hover {
  background-color: #84300f;
  border-color: #84300f;
}

.pagination .prev,
.pagination .next {
  border-color: #d9d9d9;
}

.pagination .prev:hover::before,
.pagination .next:hover::before,
.pagination .prev::before,
.pagination .next::before {
  border-color: #84300f;
}

.pagination .prev:hover,
.pagination .next:hover {
  border-color: #84300f;
}

.pagination span.dot {
  background-color: transparent;
}

.welcome__side {
  display: none;
}
.welcome__content {
  width: calc(100% - 70px);
}

.new-slide-item__title {
  display: none;
}

.new-slide-item__image {
  height: 218px;
}

.new-slide-item__name {
  height: 100%;
  padding-top: 30px;
}

.content-title {
  font-family: Unbounded !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase !important;
  padding-bottom: 30px;
}

.product-slider .owl-nav [class*="owl-"],
.news-slider .owl-nav [class*="owl-"],
.action-slider .owl-nav [class*="owl-"],
.category-slider .owl-nav [class*="owl-"] {
  border: none;
  background-size: 20px 20px;
}

.new-slide-item {
  height: 100%;
}

.product-slider .owl-nav [class*="owl-"],
.news-slider .owl-nav [class*="owl-"],
.action-slider .owl-nav [class*="owl-"],
.category-slider .owl-nav [class*="owl-"] {
  background: var(--white-color)
    url(https://paromagia.ru/media/uploads/slider-arrow.svg) 55% 50% no-repeat;
  opacity: 1;
}

.news-slider .owl-item:nth-child(2n) .new-slide-item__image img,
.articles-block .item:nth-child(2n) .new-slide-item__image img {
  border-radius: 100px 0 100px 0;
}

.news-slider .owl-item:nth-child(3n) .new-slide-item__image img,
.articles-block .item:nth-child(3n) .new-slide-item__image img {
  border-radius: 100px 100px 0 0;
}

.news-slider .owl-item:nth-child(5n) .new-slide-item__image img,
.articles-block .item:nth-child(5n) .new-slide-item__image img {
  border-radius: 0px 100px 0 0;
}

@media (max-width: 767px) {
  .new-slide-item--wide .new-slide-item__image,
  .articles-block .item:first-child .new-slide-item .new-slide-item__image {
    height: 218px;
  }

  .articles-block .item:first-child {
    width: 100%;
    margin: 0;
  }
}

.messenger-block:not(.contact-text-line .messenger-block) {
  position: absolute;
  right: 260px;
  top: 24px;
  gap: 10px;
  display: flex;
  flex-direction: row;
}

.custom-messenger-block .container {
  position: relative;
}

.messenger-block a {
  transition: 0.2s;
  height: 25px;
  width: 25px;
}

.messenger-block a img {
  height: 25px;
  width: 25px;
}

.contact-text-line .messenger-block {
  gap: 20px;
  display: flex;
  flex-direction: row;
}

.contact-text-line .messenger-block a img {
  height: 35px;
  width: 35px;
}

.messenger-block a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.faq-element__content.toggle-section__content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.clients-section {
  display: grid;
  gap: 140px 10px;
  margin-bottom: 120px;
  grid-template-columns: repeat(3, 1fr);
}

.client-item {
  width: 100% !important;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
}

.client-item__text {
  bottom: auto;
  top: 110%;
}

.table table td {
  padding: 10px 25px 10px 0;
  font-family: Montserrat !important;
  font-size: 14px !important;
  font-weight: 400 100;
  line-height: 130% !important;
  color: #fff;
  margin: 0 !important;
  text-transform: uppercase !important;
}

.table table tr:hover td {
  background: #393b42;
}

.question-main p {
  color: #fff;
  margin-bottom: 0;
}

.question-main p a, p a {
  color: #84300f;
}

.question-main p a:hover {
  color: #f8a64d;
}

.privacy-policy {
  margin-bottom: 10px;
}

.cookie-modal__content h4 {
font-family: Unbounded !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 110% !important;
    text-transform: uppercase !important;
    color: #000 !important;
}

.cookie-modal__content button {
background-color: #84300f;
    border-radius: 22px;
    color: white;
}

.cookie-modal__content button:hover {
    background-color: #515050;
}

.six-block__form-container .privacy-policy label p {
  color: #fff;
  font-size: 12px;
}

.custom-footer {
  display: none;
}

.six-block__form-container .privacy-policy label a {
  text-decoration: underline;
  font-size: 12px;
  color: #000;
}

footer {
  padding-bottom: 80px;
  padding-top: 80px;
}

.footer-first-column,
.footer-first-column .logo img {
  width: 350px;
}

.footer-content__title {
  font-size: 20px;
}

.footer-contact,
.footer-phone,
.footer-content__column--lg,
.footer-content-cookie,
.footer-bottom {
  display: none;
}

.footer-right .privacy-policy label p {
  font-size: 12px;
  color: #fff;
}

.footer-right .privacy-policy label a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

.footer-subscribe {
  margin-bottom: 15px;
}

.developer-link a {
  font-size: 14px;
}

.footer-content__menu {
  margin-left: 0;
  width: auto;
}

.footer-subscribe {
  width: 300px;
}

.cookie-modal__content h4 {
  flex-shrink: 0;
  margin-bottom: 15px;
}

@media (max-width: 1279px) {
  .messenger-block:not(.contact-text-line .messenger-block) {
    right: 140px;
    top: 28px;
  }
}

@media (max-width: 991px) {
  .messenger-block:not(.contact-text-line .messenger-block) {
    right: 90px;
    top: 19px;
  }

  .clients-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .clients-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
