/* Start:/local/templates/ryfas/css/main.css?1782803580173222*/
:root {
  --white: #fff;
  --red: #ea2046;
  --orange: #f69709;
  --green: #14a24e;
  --blue: #326fee;
  --yellow: #fec826;
  --brown: #fff;
  --d8c5b6: #d8c5b6;
  --213c59: #213c59;
  --main-normal: #0066a3;
  --main-hover: #ec631e;
  --grayscale-black: #121313;
  --grayscale-gray-1: #212223;
  --grayscale-gray-2: #3d3e40;
  --grayscale-gray-3: #57585b;
  --grayscale-gray-4: #7f7f82;
  --grayscale-gray-5: #9fa1a4;
  --grayscale-gray-6: #bdbec3;
  --grayscale-gray-7: #d5d6d9;
  --grayscale-gray-8: #e3e3e3;
  --grayscale-gray-9: #e9ecf0;
  --grayscale-gray-10: #f4f4f5;
  --grayscale-gray-11: #f6f7f8;
}

* {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Onest", sans-serif;
}

.about__toggle {
  display: none;
}


.overlays {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
}

.overlays.open {
  visibility: visible;
}

.wrapper {
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 10px;
}

.up_btn {
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  color: var(--white);
  position: fixed;
  right: 4%;
  bottom: 30px;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s;
  z-index: 1000;
}

.up_btn span {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.up_btn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile__panel {
  display: none;
}

img {
  max-width: 100%;
  display: block;
}

.header {
  box-shadow: 0 5px 20px 0 rgba(12, 19, 26, 0.05);
  /* margin-bottom: 20px; */
  position: relative;
  z-index: 9;
}

.header__catalog-mob {
  display: none;
}

.header__top {
  background: var(--grayscale-gray-9);
}

.header__top-line {
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 10px;
}

.header__top-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.header__phone a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-black);
}

.header__email a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-black);
}

.header__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.header__socials li {
  list-style: none;
}

.header__socials li a {
  text-decoration: none;
}

.header__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.header__menu li {
  list-style: none;
}

.header__menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-black);
  text-decoration: none;
}

.header__menu li a:hover {
  color: #0066a3;
}

.header__callback {
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #0066a3;
  box-shadow: 0 5px 20px 0 rgba(12, 19, 26, 0.05);
  background: var(--white);
  border-radius: 8px;
  padding: 0px 15px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s ease;
  font-family: "Onest";
}

.header__callback:hover {
  background: #0066a3;
  color: #fff;
  transition: 0.2s ease;
}

.header__close {
  display: none;
}

.header__catalog-menu {
  display: none;
}

.header__burger {
  display: none;
}

.header__logo {
  min-width: 150px;
}

.breadcrums {
  background: var(--white);
}

.header__main {
  position: relative;
  background: var(--white);
}

.header__catalog-menu {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  box-shadow: 0 5px 20px 0 rgba(12, 19, 26, 0.05);
  background: var(--white);
  z-index: 99;
  height: auto;
  visibility: hidden;
}

.header__catalog-menu.open {
  visibility: visible;
  display: block;
  max-height: 600px;
  overflow-y: scroll;
}

.header__catalog-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 10px;
}

.header__catalog-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 30px;
  padding: 30px 0px;
  align-items: start;
  grid-auto-rows: auto;
}

.header__catalog-item {
  list-style: none;
}

.header__catalog-item a {
  background: var(--white);
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  padding: 11px 20px;
  width: auto;
  height: auto;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
  text-decoration: none;
}

.header__catalog-item a:hover {
  background: var(--grayscale-gray-10);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #0066a3;
}

.header__mains {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0px;
  gap: 30px;
  position: relative;
}

.header__catalog {
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 0px 25px;
  height: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--white);
  background: #0066a3;
  white-space: nowrap;
  text-decoration: none;
}

.header__catalog .header__catalog-close {
  display: none;
}

.header__catalog.open .header__catalog-close {
  display: block;
}

.header__catalog.open .header__catalog-open {
  display: none;
}

.header__catalog .header__catalog-open {
  display: block;
}

.header__cart a {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.cart__count {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: 30px;
  width: 24px;
  height: 24px;
  background: #0066a3;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--white);
  position: absolute;
  top: -2px;
  right: -2px;
}

.cart__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--grayscale-gray-2);
  text-decoration: none;
}

.header__search {
  max-width: 844px;
  width: 100%;
}

.form__search {
  height: 50px;
  border: 2px solid var(--grayscale-gray-7);
  border-radius: 8px;
  background: var(--white);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 844px;
  width: 100%;
  gap: 10px;
  position: relative;
  padding-left: 10px;
}

.form__search-btn {
  background: transparent;
  border: none;
  cursor: pointer;
}

.form__input {
  width: 95%;
  height: 50px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-4);
  background: #fff;
  border-radius: 8px;
}

.newsdetail {
  background: var(--white);
  padding-top: 20px;
}


.newsdetail__item-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: 10px;
}

.newsdetail__item-view {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
  gap: 5px;
}

.newsdetail__item-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-2);
}

.newsdetail__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.newsdetail__image {
  border-radius: 20px;
  overflow: hidden;
}

.newsdetail__image img {
  max-width: 100%;
}

.newsdetail__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.newsdetail__text h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 144%;
  color: var(--grayscale-black);
}

.newsdetail__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.steps {
  padding: 80px 0px;
  background: var(--grayscale-gray-9);
}

.steps__container {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .steps__container:last-child {
    margin-bottom: 0px;
  }
}

.steps__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.steps__section-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
  margin-bottom: 40px;
  margin-bottom: 20px;
}

.steps__block-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.steps__navs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.swiper-paginationStepDoc {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  bottom: 0 !important;
  margin-bottom: 30px;
}

.swiper-pagination {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  bottom: 0 !important;
  margin-bottom: 30px;
}

.swiper-pagination-bullet {
  border-radius: 8px;
  padding: 0px 30px;
  width: max-content;
  height: 44px;
  background: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--grayscale-gray-1);
  opacity: 1;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.swiper-pagination-bullet-active {
  background: #ed1c24;
  color: #fff;
}

.steps__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.stepsDoc_swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-button-nextStep {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.swiper-button-prevStep {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.swiper-button-nextStepDoc {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.swiper-button-prevStepDoc {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.steps-slide__container {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.steps-slide__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.steps-slide__content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 20px;
}

.steps-slide__content ul li {
  list-style: none;
  position: relative;
}

.steps-slide__content ul li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ed1c24;
  top: 8px;
  left: -15px;
}

.steps-slide__image img {
  max-width: 100%;
  width: 100%;
  display: block;
  border-radius: 20px;
}

.steps-slide__content span {
  font-weight: 700;
  font-size: 32px;
  line-height: 144%;
  color: #ed1c24;
}

.steps-slide__content h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 144%;
  color: var(--grayscale-black);
}

.steps-slide__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.step-descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-3);
}

.services {
  padding: 0px 0px;
  background: var(--grayscale-gray-10);
}

.services__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.servicesblock {
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.servicesblock__content {
  display: flex;
  flex-direction: column;
  width: 65%;
  padding: 88px 70px;
}

.servicesblock__content .checkbox-item {
  color: #fff;
  margin-top: 20px;
}

.mains {
  padding: 0px 0px;
  background: var(--grayscale-gray-10);
}

.mains-slider__content .checkbox-item {
  color: #fff;
  margin-top: 20px;
}

.mains__block {
  height: 600px;
}

.mains__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mains__slider .swiper-slide {
  width: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 20px;
  overflow: hidden;
}

.mains__slider .swiper-slide-prev {
  opacity: 0.3;
}

.mains__slider .swiper-slide-next {
  opacity: 0.3;
}

.mains__slider .swiper-slide-active {
  opacity: 1;
}

.mains-slider__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 86px 60px;
}

.mains__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 100px;
  z-index: 99;
  bottom: 260px;
  justify-content: flex-end;
  align-items: flex-end;
}

.mains__info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  box-shadow: 0 10px 40px 0 rgba(41, 55, 68, 0.1);
  background: var(--white);
  border: 1px solid var(--grayscale-gray-9);
  border-radius: 10px;
  padding: 15px 15px;
  width: max-content;
  max-width: 320px;
  height: auto;
  display: none;
}

.mains__info-item--text {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.mains-slider__location {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: right;
  color: var(--grayscale-gray-9);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 7px 15px;
  width: max-content;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.mains-slider__popup {
  border: none;
  cursor: pointer;
  background: #0066a3;
  border-radius: 10px;
  padding: 0px 86px;
  width: max-content;
  height: 48px;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.01em;
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.mains-slider__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  color: var(--white);
  margin-bottom: 20px;
}

.mains-slider {
  background-size: cover !important;
  background-repeat: no-repeat;
}

.mains-slider__descr {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--white);
}

/* РњРѕР¶РЅРѕ РґР»СЏ Р±РѕР»СЊС€РёС… СЌРєСЂР°РЅРѕРІ РёР·РјРµРЅРёС‚СЊ */
@media (min-width: 1200px) {
  .mains__slider .swiper-slide {
    width: 85%;
    /* РїРѕРєР°Р·С‹РІР°РµРј РїРѕР»РѕРІРёРЅРєРё */
    max-width: 1440px;

  }
}

@media (min-width: 1280px) {
  .mains__slider .swiper-slide {
    width: 98%;
    /* РїРѕРєР°Р·С‹РІР°РµРј РїРѕР»РѕРІРёРЅРєРё */
    max-width: 1440px;
  }
}

@media (min-width: 1800px) {
  .mains__slider .swiper-slide {
    width: 75%;
    /* РїРѕРєР°Р·С‹РІР°РµРј РїРѕР»РѕРІРёРЅРєРё */
    max-width: 1440px;

  }
}

.banner {
  padding: 10px 0px;
  background: var(--grayscale-gray-10);
}

.banner__block {
  border-radius: 15px;
  padding: 0px 40px;
  height: 88px;
  background: url("../images/banner-mini.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.banner__block h2,
.banner__block p {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: var(--white);
}

.banner__block button {
  border: none;
  cursor: pointer;
  background: #0066a3;
  border-radius: 10px;
  padding: 0px 30px;
  width: max-content;
  height: 48px;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.01em;
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.banner__block button:hover {
  transition: 0.2s ease;
  background: var(--main-hover);
}

.breadcrums {
  background: var(--grayscale-gray-10);
  padding-top: 20px;
}

.breadcrums_ab {
  background: var(--grayscale-gray-12);
  padding-top: 20px;
}

.breadcrums__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.breadcrums__list .bredacrums__item {
  list-style: none;
  position: relative;
}

.breadcrums__list .bredacrums__item::before {
  content: "";
  position: absolute;
  background: url("../images/breadcrums.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 6px;
  height: 10px;
  top: 6px;
  right: -14px;
}

.breadcrumbs__list li:last-child::before {
  display: none !important;
}

.breadcrums__list li a {
  text-decoration: none;
}

.breadcrums__list li {
  list-style: none;
}

.breadcrums__list li span {
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
  text-decoration: none;
}

.reviewform {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.reviewform__container {
  background: var(--white);
  border-radius: 10px;
  padding: 30px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.reviewform__container::after {
  content: "";
  position: absolute;
  background: url("../images/review-form.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 382px;
  height: 367px;
  left: -50px;
  bottom: -50px;
  display: none;
}

.reviewform__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviewform__content h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-gray-1);
}

.reviewform__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-2);
  width: 70%;
}

.form__reting {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.form__reting span {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.review__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review__form .form__group-cheked p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grayscale-gray-2);
}

.review__form .form__group-cheked p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #0066a3;
  text-decoration: none;
}

.review__form .form__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.review__form .form__group label {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.form__select {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  height: 50px;
  background: var(--white);
  outline: none;
  width: 100%;
  padding: 0 20px;
  font-family: inherit;
  font-size: 16px;
  color: var(--grayscale-black);
  cursor: pointer;
}

.review__form .select2-container {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  height: 50px;
  background: var(--white);
  outline: none;
  width: 100%;
}

.review__form .form__control {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  height: 50px;
  background: var(--white);
  outline: none;
  width: auto;
}

.review__form .form__control::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
}

.review__form .form__textarea {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  padding: 14px 20px;
  height: 110px;
  background: var(--white);
  outline: none;
  width: auto;
}

.review__form .form__textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
}

.btn__review {
  border: none;
  cursor: pointer;
  border-radius: 10px;
  padding: 0px 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--white);
  width: max-content;
  height: 50px;
  background: #0066a3;
}

.reviews {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.reviews__section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.reviews__page-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.reviews__categories-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.reviews__categorie {
  border: none;
  cursor: pointer;
  background: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--grayscale-gray-1);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  height: 44px;
  border-radius: 8px;
  font-family: "Onest";
}

.reviews__categorie--active {
  background: #0066a3;
  color: #fff;
  transition: 0.1s ease;
}

.reviews__categorie:hover {
  background: #ed1c24;
  color: #fff;
  transition: 0.1s ease;
}

.reviews__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.reviews__block {
  position: relative;
}

.swiper-button-prevRev {
  border-radius: 48px;
  position: absolute;
  top: 44%;
  left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.15);
  background: var(--white);
  z-index: 2;
  cursor: pointer;
}

.swiper-button-nextRev {
  border-radius: 48px;
  position: absolute;
  top: 44%;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.15);
  background: var(--white);
  z-index: 2;
  cursor: pointer;
}

.reviews__swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.reviews-slider__item {
  border-radius: 10px;
  padding: 25px;
  background: var(--white);
}

.reviews__item-image {
  margin-bottom: 20px;
}

.reviews__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-black);
  margin-bottom: 10px;
}

.reviews__item-link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #0066a3;
}

.reviews__item-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.reviews__item-content {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.reviews__user-image {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
}

.reviews__user-image img {
  max-width: 100%;
  display: block;
  width: 100%;
}

.reviews__user-fio {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-black);
}

.reviews__user-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.reviews__user-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grayscale-gray-3);
}

.reviews__user-adres {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grayscale-gray-4);
}

.reviews__user-rating img {
  max-width: 100%;
}

.review__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--white);
  border-radius: 10px;
  gap: 20px;
  padding: 30px;
  margin-top: 20px;
}

.review__image-block {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

.review__image-item img {
  max-width: 100%;
}

.review__text-block {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
}

.catalog {
  padding: 40px 0px 120px;
  background: var(--grayscale-gray-10);
}

.catalog__page-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
  margin-bottom: 24px;
}

.catalog__text {
  max-width: 993px;
  color: #212223;
  font-size: 18px;
  font-weight: 400;
  line-height: 144%;
  margin-bottom: 48px;
}

@media (max-width: 1000px) {
  .catalog__text {
    font-size: 16px;
  }
}

.catalog__text p {
  margin-bottom: 24px;
}

.catalog__group {
  margin: 48px 0 60px;
}

@media (max-width: 1000px) {
  .catalog__group {
    margin: 26px 0 40px;
  }
}

.catalog__group-title {
  color: #121313;
  margin-bottom: 24px;
}

@media (max-width: 1000px) {
  .catalog__group-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.catalog__group-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 15px;
}

@media (max-width: 1200px) {
  .catalog__group-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .catalog__group-list {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
  }
}

.catalog__seo-title {
  color: #121313;
  font-size: 36px;
  font-weight: 700;
  line-height: 133%;
  margin-bottom: 31px;
}

@media (max-width: 1000px) {
  .catalog__seo-title {
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 18px;
  }
}

.catalog__seo-text {
  max-width: 835px;
  color: #212223;
  font-size: 18px;
  font-weight: 400;
  line-height: 126%;
}

@media (max-width: 1000px) {
  .catalog__seo-text {
    font-size: 16px;
  }
}

.catalog__seo-text p {
  margin-bottom: 24px;
}

@media (max-width: 1000px) {
  .catalog__seo-text p {
    margin-bottom: 20px;
  }
}

.descriptions {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.section-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: var(--grayscale-gray-3);
}

.section-description ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: var(--grayscale-gray-3);
}


.catalog__categories-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.catalog__categorie {
  border: none;
  cursor: pointer;
  background: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--grayscale-gray-1);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  height: 44px;
  border-radius: 8px;
  transition: 0.2s ease;
  font-family: "Onest";
}

.catalog__categorie:hover {
  background: #0066a3;
  color: #fff;
  transition: 0.2s ease;
}

.catalog__categorie--active {
  background: #0066a3;
  color: #fff;
}

.catalog__container {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.catalog__aside {
  width: 30%;
}

.catalog__filter {
  background: var(--white);
  border-radius: 10px;
  padding: 20px 25px;
}

.catalog__filter-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
  border-bottom: 1px solid var(--grayscale-gray-9);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.checkbox-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  accent-color: #0066a3;
}

.checkbox-item input[type="checkbox"] a {
  color: #0066a3;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  text-decoration: none;
}

.filter-section {
  margin-bottom: 24px;
}

.filter-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--grayscale-black);
  margin-bottom: 12px;
}

.filter-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.filter-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  accent-color: #0066a3;
}

.show-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #ed1c24;
  margin-top: 4px;
  cursor: pointer;
}

.show-more:hover {
  text-decoration: underline;
}

.hidden-items {
  display: none;
}

.filter-section.open .hidden-items {
  display: block;
}

.catalog__filter-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pagination-blog {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.show-more-btn {
  background: var(--white);
  padding: 10px 22px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
  cursor: pointer;
  flex-direction: row;
  text-decoration: none;
  min-width: 150px;
}

.pagination {
  display: flex;
  gap: 10px;
}

.page-item {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--grayscale-gray-2);
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid var(--grayscale-gray-7);
  transition: 0.2s ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.page-item:hover {
  border: 1.5px solid var(--main-normal);
  color: #0066a3;
  transition: 0.2s ease;
}

.page-item.active {
  border: 1.5px solid var(--main-normal);
  color: #0066a3;
}

.page-item.arrow {
  font-size: 18px;
}

.catalog__filter-seacrh {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0066a3;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
  border-radius: 10px;
  padding: 0px 30px;
  width: 100%;
  height: 60px;
  transition: 0.2s ease;
}

.catalog__filter-seacrh:hover {
  transition: 0.2s ease;
  background: var(--main-hover);
}

.catalog__filter-reset {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grayscale-gray-9);
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
  border-radius: 10px;
  padding: 0px 30px;
  width: 100%;
  height: 60px;
  transition: 0.2s ease;
}

.catalog__filter-reset:hover {
  transition: 0.2s ease;
  text-align: center;
  color: #0066a3;
}

.catalog__content {
  width: 68%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.catalog__sorts-line {
  border-radius: 10px;
  padding: 0px 20px;
  width: auto;
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background: var(--white);
}

.catalog__sorts-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-4);
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.catalog__sorts-btn--active {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.catalog__sorts-line span {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: var(--grayscale-gray-2);
}

.catalog__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.catalog__item {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.catalog__item:hover {
  box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.1);
  background: var(--white);
}

.catalog__item-title {
  margin-bottom: auto;
}

.catalog__item:hover .catalog__item-title a {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #0066a3;
}

.catalog__item-sticker {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--grayscale-gray-1);
  background: var(--yellow);
  border-radius: 8px;
  padding: 0px 12px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}

.catalog__item-image {
  height: 350px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .catalog__item-image {
    height: 250px;
  }
}

.catalog__item-image img {
  max-width: 100%;
}

.catalog__item-content {
  height: 100%;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalog__item-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.catalog__item-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  color: var(--grayscale-gray-2);
}

.catalog__item-rating span {
  font-size: 16px;
  line-height: 137%;
  font-weight: 500;
  color: var(--grayscale-gray-4);
}

.catalog__item-status {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  text-align: right;
  color: var(--grayscale-gray-2);
  gap: 5px;
}

.catalog__item-title a {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
  text-decoration: none;
}

.catalog__item-props {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}

.catalog__item-prop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.catalog__item-prop--label {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
}

.catalog__item-prop--value {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: right;
  color: var(--grayscale-gray-1);
}

.catalog__item-prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.catalog__item-price {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-gray-3);
  width: 70%;
}

@media (max-width: 768px) {
  .catalog__item-price {
    font-size: 22px;
    width: 77%;
  }
}

.catalog__item-price span {
  font-weight: 700;
  font-size: 32px;
  line-height: 144%;
  color: var(--grayscale-black);
}

@media (max-width: 768px) {
  .catalog__item-price span {
    font-size: 28px;
  }
}

.catalog__item-info {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: var(--grayscale-black);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.catalog__item-info span {
  text-align: right;
}

.catalog__item-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grayscale-gray-3);
}

.catalog__item-link a {
  font-size: 14px;
  line-height: 143%;
  font-weight: 500;
  color: #0066a3;
  text-decoration: none;
}

.catalog__item-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.catalog__item-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: var(--grayscale-gray-10);
  border-radius: 8px;
  padding: 5px;
  width: 190px;
  height: 49px;
}

.number input {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grayscale-gray-10);
  border: none;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: var(--282828);
}

.button button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: none;
  cursor: pointer;
  border-radius: 8px;
  width: 40px;
  height: 44px;
}

.catalog__item-btn {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0066a3;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--white);
  border-radius: 10px;
  padding: 0px 5px;
  font-family: "Onest";
  width: 100%;
  height: 60px;
  gap: 10px;
  transition: 0.2s ease;
  text-decoration: none;
}

.catalog__item-btn:hover {
  transition: 0.2s ease;
  background: var(--main-hover);
  color: var(--white);
}

.catalog__item-cart, .catalog__item-col, .product__item-cart, .product__item-col, .product__btns, .product__infos-block .form__calcs-swithc {
  display: none !important;
}

@media (max-width: 620px) {
  .catalog__item-btn {
    font-size: 16px;
  }
}

.bannerRaschet {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.bannerRaschet__block {
  background: url("../images/bannerRaschet-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 20px;
}

.bannerRaschet__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.bannerRaschet__content {
  padding: 80px 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  position: relative;
  z-index: 1;
}

.bannerRaschet__content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--white);
}

.bannerRaschet__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
}

.btn-bannerRaschet {
  border: none;
  cursor: pointer;
  background: #0066a3;
  border-radius: 10px;
  padding: 0px 0px;
  width: 273px;
  height: 60px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.bannerRaschet__image {
  position: absolute;
  right: 50px;
  bottom: 0px;
}

.bannerCall {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.bannerCall__block {
  background: url("../images/bg-call.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 400;
  border-radius: 20px;
}

.bannerCall__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px 70px 50px 50px;
}

.bannerCall__content h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--white);
  margin-bottom: 30px;
}

.bannerCall__content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--grayscale-gray-11);
}

.bannerCall__content a {
  font-weight: 700;
  font-size: 32px;
  line-height: 144%;
  color: var(--white);
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.form__call {
  background: var(--white);
  border-radius: 20px;
  padding: 30px 40px;
  width: 82%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form__call h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
}


.form__call .form__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
  position: relative;
}


.form__call .form__control {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  padding: 0px 20px;
  outline: none;
  width: 100%;
  height: 50px;
  background: var(--white);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
  letter-spacing: 0;
}

.form__call .btn__form {
  border: none;
  cursor: pointer;
  background: #0066a3;
  border-radius: 10px;
  padding: 0px 20px;
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.form__call .btn__form:hover {
  background: var(--main-hover);
  transition: 0.2s ease;
}

.bannerCalc {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.bannerCalc__block {
  background: url("../images/bg-calc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 631px;
  border-radius: 20px;
}

.bannerCalc__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.bannerCalc__content {
  padding: 80px 60px 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bannerCalc__content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--white);
}

.form__calc {
  background: var(--white);
  border-radius: 20px;
  padding: 30px 40px;
  width: 52%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form__calc h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--grayscale-gray-1);
}

.form__calc a {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #ed1c24;
}

.form__calc .form__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
  position: relative;
}

.form__calc .form__group span {
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
}

.form__calc .form__control {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  padding: 0px 20px;
  outline: none;
  width: 100%;
  height: 50px;
  background: var(--white);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
  letter-spacing: 0;
}

.form__calc .btn__form {
  border: none;
  cursor: pointer;
  background: #ed1c24;
  border-radius: 10px;
  padding: 0px 20px;
  width: 202px;
  height: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.form__calc .btn__form:hover {
  background: var(--main-hover);
  transition: 0.2s ease;
}

.bannerCalc__image {
  position: absolute;
  right: 100px;
  bottom: 0px;
}

.orders {
  padding: 40px 0px 80px 0px;
  background: var(--grayscale-gray-10);
}

.orders__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.orders__top h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
}

.orders__top h1 span {
  font-weight: 500;
  font-size: 32px !important;
  line-height: 144%;
  color: var(--grayscale-gray-3);
}

.btn__back {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  padding: 0px 20px;
  height: 48px;
  background: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
  cursor: pointer;
  transition: 0.2s ease;
  text-decoration: none;
}

.btn__back:hover {
  border: 1px solid var(--main-normal);
  color: var(--main-normal);
  transition: 0.2s ease;
}

.btn__back:hover svg path {
  stroke: var(--main-normal);
  transition: 0.2s ease;
}

.orders__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}

.orders__content {
  width: 65%;
}

.orders__form-block h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.orders__form-block {
  /* border-radius: 10px;
  padding: 30px;
  background: var(--white); */
  display: flex;
  flex-direction: column;
}

.basket__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.basket__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 5px 20px 0 rgba(12, 19, 26, 0.05);
  background: var(--white);
  border-radius: 8px;
  padding: 20px 30px 20px 20px;
  gap: 30px;
}

.basket__item-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: var(--grayscale-gray-10);
  border-radius: 8px;
  padding: 5px;
  width: 130px;
  height: 34px;
}

.basket__item-col .number input {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--grayscale-gray-10);
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.basket__item-col .button button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: none;
  cursor: pointer;
  border-radius: 8px;
  width: 34px;
  height: 38px;
}

.basket__item-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.basket__item-image {
  width: 15%;
}

.basket__item-image img {
  max-width: 100%;
}

.basket__item-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.basket__item-status {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: right;
  color: var(--grayscale-gray-2);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.basket__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
  text-decoration: none;
}

.basket__item-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-4);
}

.backet__iten-remove {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: var(--grayscale-gray-1);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  border: none;
  cursor: pointer;
  background: #fff;
}

.basket__item-priceAll {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--grayscale-black);
}

.backet__form-form h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--grayscale-black);
  text-align: center;
  margin-bottom: 0px;
}

.radio-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  gap: 12px;
}

.radio-btn input {
  display: none;
}

.radio-btn span {
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  transition: 0.2s;
  background: var(--grayscale-gray-9);
}

.radio-btn input:checked+span {
  background: #0066a3;
  color: #fff;
  background: #0066a3;
}

.radio-btn span:hover {
  background: #0066a3;
  color: #fff;
}

.backet__dops-block {
  background: var(--white);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}

.backet__dops-block h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.backet__dops-greys {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: var(--grayscale-gray-10);
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grayscale-gray-2);
}

.dops__slider-block {
  position: relative;
}

.swiper-button-prevDops {
  border-radius: 48px;
  position: absolute;
  top: 40%;
  left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.15);
  background: var(--white);
  z-index: 2;
  cursor: pointer;
}

.swiper-button-nextDops {
  border-radius: 48px;
  position: absolute;
  top: 40%;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.15);
  background: var(--white);
  z-index: 2;
  cursor: pointer;
}

.dops__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dops-slide__container {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 10px;
  background: var(--white);
  padding: 20px 20px;
  gap: 10px;
}

.dops-slide__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-black);
  text-decoration: none;
  display: block;
}

.dops-slide__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
}

.dops-slide__price span {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--grayscale-black);
}

.dops-slide__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 0px 50px;
  background: #0066a3;
  height: 50px;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--white);
  transition: 0.2s ease;
}

.dops-slide__btn:hover {
  background: var(--main-hover);
  transition: 0.2s ease;
}

.backet__form-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 100px;
  background: var(--white);
  border-radius: 10px;
  padding: 50px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.backet__form-block::after {
  content: "";
  position: absolute;
  background: url("../images/backet-form.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 190px;
  height: 100px;
  bottom: -10px;
  right: 0;
  left: 34%;
  background-position: center;
}

.backet__form-block h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
  margin-bottom: 30px;
}

.backet__form-block p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--grayscale-gray-1);
}

.backet__form-block a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 144%;
  color: var(--grayscale-black);
  text-decoration: none;
}

.backet__usluga-block {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 10px;
  padding: 30px;
  margin-top: 20px;
}

.backet__usluga-block h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
  margin-bottom: 20px;
}

.backet__usluga-block h4 span {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #0066a3;
}

.backet__usluga-block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.orders__form-content {
  border-radius: 10px;
  padding: 30px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.orders__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.orders__form .form__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.orders__form .form__group label {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.orders__form .form__group .form__control {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  padding: 0px 20px;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
  width: auto;
  outline: none;
}

.orders__form .form__group .form__control:hover {
  border: 1px solid var(--grayscale-gray-4);
}

.orders__form .form__group .form__control:focus {
  border: 1px solid var(--grayscale-gray-4);
}

.orders__form-bottom {
  border-radius: 10px;
  padding: 30px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.orders__form-btn {
  border: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 0px 50px;
  height: 50px;
  background: #0066a3;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
  width: max-content;
  display: none;

}

.orders__aside {
  width: 32%;
  border-radius: 10px;
  padding: 30px;
  background: var(--white);
  margin-top: 70px;
}

.orders__aside-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.orders__aside-item {
  display: block;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px dashed var(--grayscale-gray-7);
}

.orders__aside-item:after {
  content: "";
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.orders__aside-item--label {
  float: left;
  padding-right: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
}

.orders__aside-item--value {
  float: right;
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-black);
}

.orders__aside-item--sale {
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: #ed1c24;
}

.orders__aside-item--label,
.orders__aside-item--value {
  margin-bottom: -0.31em;
  background: #fff;
}

.orders__aside-itemall {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.orders__aside-itemall--label {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--grayscale-black);
}

.orders__aside-itemall--value {
  font-weight: 700;
  font-size: 32px;
  line-height: 144%;
  color: var(--grayscale-black);
}

.orders__aside-btn {
  border: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 0px 50px;
  height: 50px;
  background: #0066a3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
  transition: 0.2s ease;
}

.orders__aside-btn:hover {
  background: var(--main-hover);
  transition: 0.2s ease;
}

.errorpage {
  padding: 40px 0px 80px 0px;
  background: var(--grayscale-gray-10);
}

.errorpage__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.errorpage__image {
  margin-bottom: 20px;
}

.errorpage__image img {
  max-width: 100%;
}

.errorpage__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  text-align: center;
  color: var(--grayscale-black);
  margin: 0;
}

.errorpage__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  text-align: center;
  color: var(--grayscale-gray-3);
}

.errorpage__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.btn-back {
  border: 1px solid var(--main-normal);
  border-radius: 10px;
  padding: 0px 30px;
  width: max-content;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: #0066a3;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-home {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--white);
  text-decoration: none;
  border-radius: 10px;
  padding: 0px 30px;
  background: #0066a3;
  width: max-content;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact {
  padding: 40px 0px;
  background: #fff;
}

.contact__top h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
}

.contact__blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact__infos {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 10px;
  padding: 30px;
  background: var(--white);
}

.contact__phone a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.contact__phone a span {
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 104%;
  color: var(--grayscale-black);
}

.contact__email a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.contact__email a span {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 104%;
  color: var(--grayscale-black);
}

.contact__adres a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  pointer-events: none;
}

.contact__adres a span {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
  width: 80%;
}

.contact__time a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.contact__time a span {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 104%;
  color: var(--grayscale-black);
}

.contact__socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-top: 40px;
  border-top: 1px solid var(--grayscale-gray-8);
  margin-top: 25px;
}

.contact__socials span {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
}

.contact__socials ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.contact__socials ul li {
  list-style: none;
}

.contact__socials ul li a {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--grayscale-gray-9);
  transition: 0.2s ease;
}

.contact__socials ul li a:hover {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.2s ease;
}

.contact__maps {
  position: relative;
}

.contact__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.contact__info {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 10px;
  padding: 40px 30px;
  display: flex;
  background: var(--white);
  flex-direction: column;
}

.contact__info h3,
.contact__info h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
  margin-bottom: 20px;
}

.contact__info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact__info-list p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.contact__info-list p b {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.contact__info-raschet {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--grayscale-gray-8);
  padding-top: 20px;
  margin-top: 20px;
}

.contact__info-raschet h4,
.contact__info-raschet h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
}

.contact__info-raschet p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.contact__info-raschet p b {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.contact__form {
  background: var(--grayscale-gray-11);
  border-radius: 10px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}

.contact__form h3,
.contact__form h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.contact__form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-2);
  margin-top: 20px;
}

.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.contacts__form .form__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contacts__form .form__group label {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.contacts__form .form__group .form__control {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  padding: 0px 20px;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
  width: auto;
  outline: none;
}

.contacts__form .form__group .form__control:hover {
  border: 1px solid #c0c2c5;
}

.contacts__form-btn {
  border: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 0px 50px;
  height: 50px;
  background: #0066a3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
  width: auto;
  transition: 0.2s ease;
}

.contacts__form-btn:hover {
  border: 1px solid #0066a3;
  background: var(--white);
  color: #0066a3;
  transition: 0.2s ease;
}

.contact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.contact__otdel {
  border-radius: 10px;
  background: var(--grayscale-gray-11);
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
}

.contact__otdel-top {
  border-bottom: 1px solid var(--grayscale-gray-7);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 20px;
  gap: 5px;
}

.contact__otdel-top h4,
.contact__otdel-top h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.contact__otdel-top p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grayscale-gray-3);
}

.contact__otdel-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact__otdel-content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.contact__otdel-phone {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.contact__otdel-email {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #0066a3;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.white {
  background: #fff !important;
}

.bannerDoc {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.bannerDoc__block {
  background: url("../images/bannerDoc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 391px;
  border-radius: 20px;
}

.bannerDoc__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.bannerDoc__content {
  padding: 80px 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.bannerDoc__content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--white);
}

.bannerDoc__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
}

.form__phone {
  background: var(--white);
  border-radius: 20px;
  padding: 20px 30px;
}

.form__phone-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.form__control {
  border: 1px solid var(--grayscale-gray-6);
  border-radius: 8px;
  padding: 0px 20px;
  width: 260px;
  height: 60px;
  background: var(--white);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: 0.05em;
  color: var(--grayscale-gray-3);
}

.btn__form {
  border: none;
  cursor: pointer;
  background: #0066a3;
  border-radius: 10px;
  padding: 0px 50px;
  width: 246px;
  height: 60px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bannerDoc__image {
  position: absolute;
  right: 100px;
  bottom: 0px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
}

.checkbox-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #0066a3;
  text-decoration: none;
}

.checkbox-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  accent-color: #0066a3;
}

.lists {
  padding: 180px 0px;
  background: var(--grayscale-gray-9);
}

.lists h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.lists ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
  padding-left: 20px;
}

.lists ul li {
  list-style: none;
  position: relative;
}

.lists ul li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0066a3;
  top: 12px;
  left: -20px;
}

.lists ul li a {
  list-style: none;
  font-weight: 400;
  text-decoration: none;
  font-size: 26px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.project__sliders-block {
  position: relative;
}

.project__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project-slider img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.project__navs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}

.swiper-button-nextProj {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.swiper-button-prevProj {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.project__info-social {
  border-top: 1px solid var(--grayscale-gray-8);
  padding-top: 21px;
  margin-top: 78px;
}

.project__info-social span {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
}

.project__info-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  gap: 10px;
}

.project__info-socials a {
  border-radius: 10px;
  background: var(--grayscale-gray-10);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.project__container {
  border-radius: 10px;
  padding: 40px;
  background: var(--white);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}

.project__info-content {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project__info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.project__info-item--label {
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.project__info-item--value {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.project__info-item--value {
  display: flex;
  flex-direction: column;
}

.project__info-item--value a {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0066a3;
}

.project__sliders-block {
  width: 67%;
  position: relative;
}

.project__descr-block {
  border-radius: 10px;
  padding: 40px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 20px;
}

.project__descr-block h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
  margin-bottom: 10px;
}

.project__descr-block ul {
  padding-left: 20px;
  margin-top: -20px;
}

.project__descr-block ul li {}

.project__descr-block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
  margin: 5px 0px;
}

.projects {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.projects__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.projects__all-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #0066a3;
  background: #fff;
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  padding: 0px 20px;
  width: 206px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.projects__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.projects__section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.projects__categories-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.projects__categorie {
  border: none;
  cursor: pointer;
  background: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--grayscale-gray-1);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  height: 44px;
  border-radius: 8px;
  font-family: "Onest";
}

.projects__categorie--active {
  background: #0066a3;
  color: #fff;
  transition: 0.1s ease;
}

.projects__categorie:hover {
  background: #0066a3;
  color: #fff;
  transition: 0.1s ease;
}

.projects__item {
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  position: relative;
}

.projects__item-border {
  border-top: 10px solid var(--grayscale-gray-9);
  border-left: 10px solid var(--grayscale-gray-9);
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: var(--grayscale-gray-9);
  border-radius: 8px 0px 8px 0px;
}

.projects__item-btn {
  width: 48px;
  height: 48px;
  background: #0066a3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 3;
}

.projects__item-title a {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
  margin-top: 20px;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}

.projects__item-link a {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0066a3;
}

.teams {
  padding: 40px 0px;
}

.teams__top h1,
.teams__top h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.teams__grid {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 600px) {
  .teams__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .teams__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.teams__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 40px 0 rgba(41, 55, 68, 0.1);
  background: var(--white);
  border-radius: 10px;
  padding: 30px;
}

.teams__item-image {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  max-height: 407px;
  margin-bottom: 10px;
}

.teams__item-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.teams__item-fio {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #050b12;
}

.teams__item-dol {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: #5d6167;
}

.abouts {
  padding: 40px 0px;
}

.abouts__top h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.abouts__container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 30px;
}

.abouts__content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.abouts__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.abouts__image {
  width: 40%;
}

.abouts__image img {
  max-width: 100%;
}

@media (max-width: 1000px) {
  .abouts__container {
    flex-direction: column;
    gap: 0px;
  }

  .abouts__content,
  .abouts__image {
    width: auto;
  }
}

.about {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.about__section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.about__container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 30px;
}

.about__content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.about__image {
  width: 40%;
}

.about__image img {
  max-width: 100%;
}

.sertificat {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.sertificat__section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.sertificat__top {
  margin-bottom: 30px;
  padding-right: 115px;
}

.sertificat__block {
  position: relative;
}

.sertificat__swiper-block {
  position: relative;
}

/* .swiper-button-prevSert {
border-radius: 48px;
position: absolute;
top: 44%;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.15);
background: var(--white);
z-index: 2;
cursor: pointer;
display: none;
}

.swiper-button-nextSert {
  border-radius: 48px;
position: absolute;
top: 44%;
right: 0px;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.15);
background: var(--white);
z-index: 2;
cursor: pointer;
display: none;
} */

.sertificat__navs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: -76px;
  right: 0px;
}

.swiper-button-nextSert {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.swiper-button-prevSert {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.sertificat-slider {
  background: var(--white);
  border-radius: 20px;
  padding: 10px;
}

.sertificat-slider img {
  max-width: 100%;
  display: block;
  width: 100%;
}

.sertificat__note {
  font-size: 18px;
  margin: 40px 0 0;
}

.news {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.news__section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
  position: relative;
  z-index: 2;
}

.news__top {
  margin-bottom: 30px;
}

.news__swiper-block {
  position: relative;
}

.news__swiper {
  width: 100%;
}

.swiper-button-prevNews {
  border-radius: 48px;
  position: absolute;
  top: 44%;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.15);
  background: var(--white);
  z-index: 2;
  cursor: pointer;
  display: none;
}

.swiper-button-nextNews {
  border-radius: 48px;
  position: absolute;
  top: 44%;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.15);
  background: var(--white);
  z-index: 2;
  cursor: pointer;
  display: none;
}

.exsperts {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
  position: relative;
}

.exsperts::after {
  content: "";
  position: absolute;
  background: url("../images/expers.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 5%;
  width: 607px;
  height: 740px;
  z-index: 0;
}

.exsperts__section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.exsperts__top {
  margin-bottom: 30px;
}

.exsperts__swiper-block {
  position: relative;
}

.exsperts__swiper {
  width: 100%;
}

.swiper-button-prevExsp {
  border-radius: 48px;
  position: absolute;
  top: 44%;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.15);
  background: var(--white);
  z-index: 2;
  cursor: pointer;
  display: none;
}

.swiper-button-nextExsp {
  border-radius: 48px;
  position: absolute;
  top: 44%;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-shadow: 0 10px 30px 0 rgba(14, 25, 35, 0.15);
  background: var(--white);
  z-index: 2;
  cursor: pointer;
  display: none;
}

.blog__all a {
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  text-align: center;
  color: var(--grayscale-gray-1);
  margin-top: 30px;
  text-decoration: none;
}

.parthners {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
  position: relative;
  overflow: hidden;
}

.parthners::before {
  content: "";
  position: absolute;
  background: url("../images/prthners.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: -550px;
  top: 5%;
  width: 1007px;
  height: 1040px;
  z-index: 1;
}

.parthners__section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.parthners__block {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.parthners__block h3,
.parthners__block h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.parthners__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.parthners__item {
  border: 1px solid var(--grayscale-gray-7);
  box-shadow: 0 5px 20px 0 rgba(41, 55, 68, 0.05);
  background: var(--white);
  border-radius: 10px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
}

.parthners__item img {
  max-width: 100%;
}

.white__bg {
  background: #fff !important;
}

.white__bg .projects__categorie {
  background: var(--grayscale-gray-9);
}

.white__bg .projects__item {
  background: var(--grayscale-gray-10);
}

.white__bg .projects__item-border {
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #fff;
  border-radius: 8px 0px 8px 0px;
}



.white__bg .reviews__categorie {
  background: var(--grayscale-gray-9);
}

.white__bg .reviews__categorie--active {
  background: #0066a3;
  color: #fff;
  transition: 0.2s ease;
}

.white__bg .projects__categorie--active {
  background: #0066a3;
  color: #fff;
  transition: 0.2s ease;
}

.white__bg .reviews-slider__item {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 10px;
}

.white__bg .catalog__item {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 10px;
}

.white__bg .blog__item {
  background: var(--grayscale-gray-11);
}

.white__bg .blog__all a {
  background: var(--grayscale-gray-11);
}

.devlerypay {
  padding: 40px 0px;
}

.devlerypay__section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.devlerypay__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.devlerypay__item {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 15px;
  padding: 40px;
  background: var(--white);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.devlerypay__item-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 74%;
}

.devlerypay__item-content span {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--grayscale-black);
}

.devlerypay__item-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-2);
}

.devlerypay__item-btn {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--white);
  background: #0066a3;
  border-radius: 10px;
  padding: 0px 30px;
  width: max-content;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.devlerypay__item-icon {
  width: 20%;
}

.product {
  padding: 40px 0px;
  background: #fff;
}

.product__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
}

.product__tops-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.product__tops-reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.product__tops-reviews span {
  color: var(--grayscale-gray-4);
}

.product__tops-garant {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.product__tops {
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.product__tops-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.product__tops-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
  background: #fff;
  cursor: pointer;
}

.product__container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  border-top: 1px solid var(--grayscale-gray-8);
  padding-top: 20px;
  margin-bottom: 43px;
  padding-bottom: 40px;
  justify-content: space-between;
}

.producttabs__container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  border-top: 1px solid var(--grayscale-gray-8);
  padding-top: 0px;
  margin-bottom: 43px;
  padding-bottom: 40px;
  justify-content: space-between;
}

.product__aside {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.product__aside-docs {
  background: var(--white);
  border-radius: 10px;
  padding: 20px 25px;
}

.product__aside-docs span {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--grayscale-black);
}

.aside-docs__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.aside-docs__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.docs__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 85%;
}

.docs__item-icon {
  width: 10%;
}

.docs__item-content a {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #262626;
  text-decoration: none;
}

.docs__item-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: var(--grayscale-gray-3);
}

.product__aside-info {
  background: var(--white);
  border-radius: 10px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.aside-info__icon {
  max-width: 100%;
  width: 80px;
}

.aside-info__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--grayscale-black);
}

.aside-info__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-2);
}

.aside-info__btn {
  background: #ed1c24;
  border-radius: 10px;
  padding: 0px 30px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--white);
  text-decoration: none;
}

.product__contents {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.product__descr-chertezs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.product__descr-chertez img {
  max-width: 100%;
}

.product__images-block {
  border: 0px solid var(--grayscale-gray-8);
  border-radius: 20px;
}

.product__props-block {
  display: flex;
  flex-direction: column;
}

.product__props-block--title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--grayscale-gray-1);
}

.product__props-list {
  display: flex;
  flex-direction: column;
}

.product__props-all {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #0066a3;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.product__props-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 15px 0px;
  border-bottom: 1px solid var(--grayscale-gray-8);
  align-items: center;
}

.product__props-item--label {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
}

.product__props-item--value {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.product__props-item--value a {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #0066a3;
  text-decoration: none;
}

.product__infos-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product__infos-block--top {
  background: var(--grayscale-gray-10);
  border-radius: 20px;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product__infos-item {
  background: var(--grayscale-gray-10);
  border-radius: 20px;
  padding: 25px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.product__status {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  text-align: right;
  color: var(--grayscale-gray-2);
  gap: 5px;
}

.product__pric {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* gap: 10px; */
}

.product__pric {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-gray-3);
  /* width: 70%; */
}

.product__pric span {
  font-weight: 700;
  font-size: 32px;
  line-height: 144%;
  color: var(--grayscale-black);
}

.product__pric>span {
  margin: 0 10px;
}

.product__projects {
  border: 1.5px solid var(--main-normal);
  border-radius: 10px;
  background: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #0066a3;
  padding: 0px 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.product__calc {
  background: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
  border-radius: 10px;
  padding: 0px 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
}

.product__btns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product__item-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border-radius: 8px;
  padding: 5px;
  width: 190px;
  height: 40px;
}

.producttabs {
  background: var(--grayscale-gray-10);
}

.producttabs__top {
  background: #fff;
  border-bottom: 1px solid var(--grayscale-gray-8);
  margin-top: 43px;
}

.product__tabs {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.product__tab {
  font-weight: 500;
  background: #fff;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-2);
  padding: 0px 0px 20px;
  font-family: "Onest", sans-serif;
  display: flex;
  border: none;
}

.product__tab:hover {
  border-bottom: 4px solid var(--main-normal);
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  font-family: "Onest", sans-serif;
  color: #0066a3;
  cursor: pointer;
}

.product__tab--active {
  border-bottom: 4px solid var(--main-normal);
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  font-family: "Onest", sans-serif;
  color: #0066a3;
}

.product__colors-block {
  border-radius: 10px;
  padding: 40px;
  background: var(--white);
  display: flex;
  flex-direction: column;
}

.colors__tabs {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.colors__content {
  position: relative;
}

.colors__tab {
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--grayscale-gray-1);
  background: var(--grayscale-gray-9);
  border-radius: 8px;
  padding: 0px 15px;
  width: max-content;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.colors__tab:hover {
  background: #ed1c24;
  color: var(--white);
}

.colors__tab--active {
  background: #ed1c24;
  color: var(--white);
}

.colors__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.swiper-button-nextColors {
  border-radius: 68px;
  position: absolute;
  top: 40%;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--grayscale-gray-9);
  z-index: 2;
  cursor: pointer;
}

.swiper-button-nextColors:hover {
  background: var(--grayscale-gray-8);
}

.colors-slide__container {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 10px;
  padding: 0px 0px 20px;
}

.colors-slide__status {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: var(--grayscale-gray-2);
  padding: 0px 20px;
}

.colors-slide__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--grayscale-black);
  text-decoration: none;
  padding: 0px 20px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.colors-slide__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  padding: 0px 20px;
  color: var(--grayscale-gray-3);
}

.colors-slide__add {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ed1c24;
  width: 44px;
  height: 44px;
}

.colors-slide__price span {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
}

.product__colors-block h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 144%;
  color: var(--grayscale-black);
  margin-bottom: 20px;
}

.product__descr-block {
  border-radius: 10px;
  padding: 40px;
  background: var(--white);
  display: flex;
  flex-direction: column;
}

.product__descr-block h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 144%;
  color: var(--grayscale-black);
  margin-bottom: 20px;
}

.product__descr-block ul {
  padding-left: 20px;
  margin-top: -20px;
}

.product__descr-block ul li {}

.product__descr-block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
  margin: 1px 0px;
}

.number input {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: none;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: var(--282828);
}

.button button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: none;
  cursor: pointer;
  border-radius: 8px;
  width: 40px;
  height: 44px;
}

.product__item-cart button {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0066a3;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
  border-radius: 10px;
  padding: 0px 0px;
  width: 100%;
  height: 50px;
  gap: 10px;
}

.videos {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.videos__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--white);
  border-radius: 10px;
  padding: 40px;
}

.videos-slider__frame {
  font-size: 0px;
}

.videos-slider__frame iframe {
  width: 100% !important;
  height: 200px !important;
  border-radius: 14px;
  overflow: hidden;
}

.videos__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.videos__section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.videos__navs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.videos__swiper {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.swiper-button-nextVideo {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.swiper-button-prevVideo {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.videos-slider__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--grayscale-black);
  text-decoration: none;
  display: block;
  margin-top: 20px;
}

.products {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.productOne {
  position: relative;
}

.productOne::after {
  content: "";
  position: absolute;
  background: url("../images/prodOne.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: -50px;
  top: 5%;
  width: 1007px;
  height: 1040px;
  z-index: 0;
}

.products__top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.product__navs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.swiper-button-nextProd {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.swiper-button-prevProd {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.swiper-button-nextNewProd {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.swiper-button-prevNewProd {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.products__section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

@media (max-width: 620px) {
  .products__section-title {
    font-size: 26px;
  }
}

.products__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.newproducts__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.fasads {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.fasads__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.fasads__all-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #ed1c24;
  background: #fff;
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  padding: 0px 20px;
  width: 206px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.fasads__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.fasads__section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
  text-transform: uppercase;
}

.fasads__item {
  background: linear-gradient(135deg,
      rgba(102, 114, 129, 0.2) 0%,
      rgba(195, 204, 215, 0.2) 100%);
  height: 450px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.fasads__item-title a {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-black);
  text-decoration: none;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.nums {
  position: relative;
  top: -120px;
  margin-bottom: -110px;
  z-index: 2;
}

.nums__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  box-shadow: 0 10px 40px 0 rgba(41, 55, 68, 0.1);
  background: var(--white);
  border-radius: 20px;
  padding: 60px 20px;
}

.nums__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.nums__item-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  text-align: center;
  color: #0066a3;
  display: block;
  width: max-content;
  position: relative;
}

.nums__item-title::after {
  content: "";
  position: absolute;
  background: url("../images/num-l.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 39px;
  left: -30px;
  top: 5px;
}

.nums__item-title::before {
  content: "";
  position: absolute;
  background: url("../images/num-r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 39px;
  right: -30px;
  top: 5px;
}

.nums__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--grayscale-gray-2);
}

.paypage {
  padding: 40px 0px 80px 0px;
}

.paypage__top h1 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
}

.paypage__container {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.paypage__content {
  width: 58%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.paypage__form {
  width: 34%;
  background: var(--grayscale-gray-9);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.paypage__form h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.paypage__form p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-2);
}

.paypage__forms {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.paypage__forms .checkbox-item {
  margin-top: 0px;
}

.paypage__forms .checkbox-item a {
  margin-left: 5px;
}

.form__phone .checkbox-item a {
  margin-left: 5px;
}

.paypage__forms .form__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.paypage__forms .form__group .form__control {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  background: var(--white);
  padding: 0px 20px;
  height: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-3);
  width: auto;
}

.paypage__forms .form__group .form__textarea {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 400;
  background: var(--white);
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-3);
  width: auto;
  height: 80px;
}

.paypage__forms-btn {
  border: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 0px 50px;
  height: 50px;
  background: #ed1c24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
  width: auto;
}

.paypage__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.paypage__block h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-gray-1);
}

.paypage__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.paypage__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 2px 5px 0 rgba(12, 19, 26, 0.1);
  background: var(--white);
  border: 1px solid var(--grayscale-gray-9);
  border-radius: 10px;
  padding: 30px;
  /* gap: 20px; */
}

.paypage__item-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.paypage__item-text {
  /* width: 90%; */
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.paypage__item-text span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.paypage__item-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
}

.texts_pay {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-2);
}

.paypage__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

.redblock {
  padding: 80px 0px 80px 0px;
}

.redblock__container {
  background: url("../images/redblock.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 0px 80px;
  height: 396px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.redblock__container span {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
}

.redblock__container h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  color: var(--white);
  width: 70%;
}

.history__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.history__navs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.swiper-button-nextHist {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.swiper-button-prevHist {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: var(--white);
}

.history__top h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
}

.history__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

@media (max-width: 1000px) {
  .history__text {
    font-size: 18px;
  }
}

.history__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.history-slide__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 9;
}

.history-slide__years span {
  font-weight: 500;
  font-size: 80px;
  line-height: 100%;
  color: #0066a3;
}

.history-slide__years {
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  color: #0066a3;
}

.history-slide__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: var(--grayscale-gray-1);
}

.history-slide__toch span {
  display: block;
  border: 10px solid var(--grayscale-gray-8);
  border-radius: 40px;
  width: 10px;
  height: 10px;
  background: #0066a3;
}

.history-slide__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-3);
}

.history {
  padding: 80px 0px;
  background: var(--grayscale-gray-10);
  position: relative;
}

.history__line {
  position: relative;
}

.history__line::after {
  content: "";
  position: absolute;
  border-top: 1px dashed var(--grayscale-gray-7);
  top: 215px;
  height: 1px;
  width: 100%;
  z-index: 1;
}

.calc {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.calc__top h1 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
}

.calc__container {
  background: var(--white);
  border-radius: 20px;
  padding: 50px 100px 100px 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  overflow: hidden;
  height: auto;
}

.switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  background: var(--grayscale-gray-9);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}

.switch::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

input:checked+.switch {
  background: #0066a3;
}

input:checked+.switch::before {
  left: 27px;
  background: #fff;
}

input:checked+.switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.form__calcs-swithc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.form__calcs-swithc>input[type="checkbox"] {
  width: 0;
  opacity: 0;
  display: none;
}

.form__calcs-swithc span {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-black);
}

.form__calcs-groups {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form__calcs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form__calcs-groups {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form__calcs-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.form__calcs-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.form__calcs-label,
.form__calcs-labels {
  flex: 0 0 45%;
}

.form__calcs-select,
.form__calcs-input {
  flex: 1;
  min-width: 0;
}

.form__calcs-select select,
.form__calcs-input input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid var(--grayscale-gray-7, #d9d9d9);
  border-radius: 8px;
  background-color: var(--white, #fff);
  font-family: inherit;
  font-size: 16px;
  color: var(--grayscale-black, #333);
  height: 44px;
  outline: none;
}

.form__calcs-input input:focus,
.form__calcs-select select:focus {
  border-color: #0066a3;
}

.checkbox-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  cursor: pointer;
}

.checkbox-item input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  display: inline-block !important;
  flex-shrink: 0;
}

.select2-search--dropdown {
  display: none;
}

.select2-dropdown {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.select2-container {
  width: 100% !important;
}

.select2-results__options {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  height: 36px;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--white, #fff);
  background: #0066a3;
  padding: 0px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.select2-results__option[aria-selected] {
  height: 36px;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #0066a3;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0px 10px;
  background: var(--grayscale-gray-9);
}

.select2-container--open .select2-dropdown {
  width: max-content !important;
}

.form__calcs-select .select2-container--default .select2-selection--single {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  padding: 0px 40px 0 10px;
  height: 48px;
  width: 100%;
}

.review__form .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  padding: 10px 0px;
}

.review__form .select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding: 0;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  padding: 0px 20px;
  height: 50px;
}

.review__form .select2-container {
  width: 100% !important;
}

.form__calcs-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background: url("../images/drops.svg");
  width: 11px;
  height: 7px;
  right: 20px;
  top: 22px;
}

.form__calcs-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 48px;
  display: flex;
  align-items: center;
}

.form__calcs-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.form__calcs-labels {
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-1);
}

.form__calcs-labels p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--grayscale-gray-4);
}

.form__calcs-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.form__calcs-infos {
  background: rgba(237, 28, 36, 0.05);
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.form__calcs-infos p {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: var(--grayscale-gray-1);
}

.form__calcs-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.form__calcs-red {
  border-radius: 8px;
  padding: 0px 30px;
  width: max-content;
  background: #0066a3;
  height: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__calcs-dark {
  border-radius: 8px;
  padding: 0px 30px;
  width: max-content;
  background: var(--213c59);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--white);
  border: none;
  cursor: pointer;
}

.calc__image {
  position: relative;
}

.calc__image::after {
  content: "";
  position: absolute;
  background: url("../images/calc__image.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 1000px;
  right: -100px;
  bottom: -100px;
}

.calc__image img {
  position: absolute;
  bottom: -100px;
  right: 4%;
  z-index: 2;
}

.advantages {
  padding: 40px 0px;
  background: var(--grayscale-gray-10);
}

.advantages__about {
  padding: 60px 0px 190px 0px;
  background: var(--grayscale-gray-10);
}

.advantages__top h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
  margin-bottom: 30px;
}

.advantages__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.advantages__item {
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: var(--white);
  border-radius: 10px;
  border: 1px solid var(--grayscale-gray-7);
}

.advantages__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
}

.advantages__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
}

.blog {
  padding: 20px 0px;
  background: var(--grayscale-gray-10);
}

.page__title h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
}

.blog__categories-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.blog__categories-list li {
  list-style: none;
}

.blog__categorie {
  background: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--grayscale-gray-1);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  height: 44px;
  border-radius: 8px;
  transition: 0.1s ease;
}

.blog__categorie:hover {
  background: #ed1c24;
  color: #fff;
  transition: 0.1s ease;
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  position: relative;
  z-index: 2;
}

.blog__item {
  border-radius: 10px;
  padding: 25px;
  background: var(--white);
  gap: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.blog__item-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.blog__item-view {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
  gap: 5px;
}

.blog__item-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-2);
}

.blog__item-title a {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--grayscale-black);
  text-decoration: none;
}

.blog__item-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-4);
}

.blog__item-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #0066a3;
  text-decoration: none;
  position: relative;
}

.blog__item-link a::before {
  content: "";
  position: absolute;
  background: url("../images/b-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  right: -25px;
  top: 6px;
}

.footer {
  background: linear-gradient(360deg, #2e3a47, #1c3446);
  padding: 50px 0px 30px 0px;
  position: relative;
}

.footer::after {
  content: "";
  background: url("../images/bg-footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}

.footer__menus {
  display: flex;
  flex-direction: row;
  gap: 150px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.footer__container {
  display: flex;
  flex-direction: row;
  gap: 150px;
}

.footer__menu span {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--white);
  display: block;
  margin-bottom: 20px;
}

.footer__menu ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__menu ul li {
  list-style: none;
}

.footer__menu ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-8);
  text-decoration: none;
  transition: 0.2s ease;
}

.footer__menu ul li a:hover {
  color: #fff;
  transition: 0.2s ease;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__contacts span {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--white);
  display: block;
  margin-bottom: 0px;
}

.footer__phone a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.footer__phone a span {
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 104%;
  color: var(--white);
}

.footer__email a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.footer__email a span {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 104%;
  color: var(--white);
}

.footer__adres p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.footer__adres p span {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
  width: 80%;
}

.footer__time p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.footer__time p span {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 104%;
  color: var(--white);
}

.footer__callback button {
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--white);
  background: #0066a3;
  border-radius: 10px;
  padding: 0px 24px;
  height: 40px;
  text-decoration: none;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
  z-index: 4;
}

.footer__copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-6);
}

.footer__bottom-menus {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}

.footer__bottom-menus li {
  list-style: none;
}

.footer__bottom-menus li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-6);
  text-decoration: none;
}

.footer__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  position: relative;
  z-index: 2;
}

.footer__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding-right: 80px;
}

.footer__socials span {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--white);
}

.footer__socials ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.footer__socials ul li {
  list-style: none;
}

.footer__socials ul li a {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.2s ease;
}

.footer__socials ul li a:hover {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.2s ease;
}

.stepss {
  padding: 20px 0px;
  background: var(--grayscale-gray-10);
}

.steps {
  padding: 20px 0px;
  background: var(--grayscale-gray-12);
}

.steps__top h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.steps__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.steps__item {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.steps__item-num {
  border-radius: 10px;
  background: var(--grayscale-gray-9);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.steps__item-text {
  font-weight: 400;
  width: 80%;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.garants {
  padding: 20px 0px;
}

.garants__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.garants__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.garants__grids-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.garants__grays-item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 30px;
  background: var(--grayscale-gray-10);
}

.garants__grays-item span {
  font-weight: 400;
  font-size: 100px;
  line-height: 120%;
  color: var(--grayscale-gray-1);
}

.garants__grays-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.garants__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.garants__grays {
  background: var(--grayscale-gray-11);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.garants__grays p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  font-weight: 400;
  color: var(--grayscale-black);
}

.garants__grays p span {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: #0066a3;
}

.garants__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 10px;
  padding: 20px 30px 20px 60px;
  position: relative;
}

.garants__li {
  position: relative;
  list-style: none;
  padding: 0px 30px 0px 30px;
}

.garants__li::after {
  content: "";
  position: absolute;
  background: url("../images/garants.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 00px;
}

.garants__item::after {
  content: "";
  position: absolute;
  background: url("../images/garants.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 25px;
  left: 30px;
}

.garants__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.garants__text h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.garants__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-2);
}

.garants__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
  margin-bottom: 40px;
}

.redblocks {
  padding: 20px 0px 40px 0px;
}

.redblocks__container {
  border-radius: 10px;
  padding: 50px 60px;
  background: #0066a3;
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: var(--white);
}

.fags {
  padding-bottom: 20px;
}

.fags__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
  margin-bottom: 30px;
}

.fags__list {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fags-item {
  background: var(--grayscale-gray-10);
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
}

.fags-header {
  background: var(--grayscale-gray-10);
  border-radius: 8px;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-black);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fags-header:hover {
  background: #f0f0f0;
}

.fags-header span {
  transition: transform 0.3s ease;
}

.fags-item.active .fags-header span {
  transform: rotate(45deg);
}

.fags-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 30px;
  background: var(--grayscale-gray-10);
}

.fags-item.active .fags-content {
  max-height: 200px;
  padding: 16px 30px;
}

.mobile__menu {
  display: none;
}

/* РњРѕРґР°Р»РєР° */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999999;
}

.modal.is-open {
  display: flex;
}

.modal__dialog {
  width: min(350px, calc(100% - 12px));
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transform: translateY(10px) scale(0.98);
  opacity: 0;
  animation: show 0.16s ease-out forwards;
}

@keyframes show {
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.modal__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 25px 20px 16px 20px;
}

.modal__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: var(--grayscale-gray-1);
}

.modal__header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--grayscale-gray-2);
}

.modal__close {
  border: 0;
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal__close:hover {
  background: #f2f2f2;
}

.modal__body {
  padding: 20px;
  line-height: 1.6;
}

.modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 20px;
  border-top: 1px solid #eee;
}

body.modal-open {
  overflow: hidden;
}

.form__blokc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form__blokc .form__control {
  border: 1px solid var(--grayscale-gray-7);
  border-radius: 8px;
  padding: 0px 20px;
  height: 46px;
  background: var(--white);
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
}

.form__modal-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form__modal-row .checkbox-item {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 143%;
  color: var(--grayscale-gray-3);
  display: flex;
  margin-top: 0px;
}

.form__modal-row .checkbox-item input {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 143%;
  color: var(--grayscale-gray-3);
}

.form__modal-row .checkbox-item a {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 143%;
  color: #0066a3;
}

.popup__modal-btn {
  border: none;
  cursor: pointer;
  background: #0066a3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: var(--white);
  height: 48px;
  transition: 0.2s ease;
}

.popup__modal-btn:hover {
  background: var(--main-hover);
  transition: 0.2s ease;
}

@media (max-width: 1220px) {
  .header__menu {
    display: none;
  }

  .header__top-block {
    width: 100%;
    justify-content: space-between;
  }

  .mains__slider .swiper-slide {
    width: 94%;
  }

  .mains-slider__title {
    font-size: 38px;
  }

  .mains-slider__content {
    width: 60%;
  }

  .advantages__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form__search {
    /* width: 520px; */
  }

  .form__input {
    width: 90%;
  }

  .header__catalog-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .swiper-button-nextSert {
    display: flex;
  }

  .swiper-button-prevSert {
    display: flex;
  }

  .swiper-button-nextExsp {
    display: flex;
  }

  .swiper-button-prevExsp {
    display: flex;
  }

  .swiper-button-nextNews {
    display: flex;
  }

  .swiper-button-prevNews {
    display: flex;
  }

  .products__top {
    position: relative;
    z-index: 3;
  }
}

@media (max-width: 1000px) {
  .header__catalog-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .mobile__menu {
    background: var(--white);
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 110px;
    z-index: 999;
    display: none;
  }

  .mobile__container {
    padding: 10px 0px;
  }

  .mobile__menu-lists {
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    gap: 10px;
  }

  .header__mob-block {
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    gap: 10px;
    background: var(--grayscale-gray-10);
  }

  .mobile__menu-top {
    padding: 0px 20px;
  }

  .header__catalog-mob {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
  }

  .header__catalog-mob.open {
    display: flex;
  }

  .mob__catalog-item {
    list-style: none;
  }

  .catalog-mob__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .catalog__mob-back {
    cursor: pointer;
    background: transparent;
    border: none;
  }

  .catalog__mob-close {
    cursor: pointer;
    background: transparent;
    border: none;
  }

  .catalog-mob__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: var(--grayscale-black);
    margin-bottom: 10px;
  }

  .mob__catalog-item a {
    text-decoration: none;
    border-radius: 8px;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    text-align: left;
    color: var(--grayscale-gray-1);
    display: block;
  }

  .mob__catalog-item a:hover {
    background: var(--grayscale-gray-10);
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    color: #0066a3;
  }

  .mob__catalog-list {
    display: flex;
    flex-direction: column;
  }

  .header__socials-mob {
    display: flex;
    flex-direction: row;
    gap: 18px;
    margin-top: 18px;
  }

  .header__socials-mob li {
    list-style: none;
  }

  .mobile__menu-lists li {
    list-style: none;
  }

  .mobile__menu-lists li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: var(--grayscale-black);
    text-decoration: none;
  }

  .header__mobile-callback {
    box-shadow: 0 5px 20px 0 rgba(12, 19, 26, 0.05);
    background: var(--white);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    text-align: center;
    color: #0066a3;
    text-decoration: none;
    width: 100%;
    height: 44px;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
  }

  .header__mobile-callback:hover {
    background: #0066a3;
    color: #fff;
    transition: 0.2s ease;
  }

  .mobile__menu-catalog {
    border-radius: 8px;
    border: none;
    cursor: pointer;
    gap: 10px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 137%;
    color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #0066a3;
    height: 50px;
    margin-bottom: 10px;
    text-decoration: none;
  }

  .mobile__menu.open {
    display: flex;
  }

  .mobile__panel {
    box-shadow: 0 -5px 10px 0 rgba(39, 44, 50, 0.05);
    background: var(--white);
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
  }

  .mobile__panel-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    justify-content: space-between;
  }

  .mobile__panel-item button {
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: baseline;
    gap: 10px;
    text-decoration: none;
    padding: 0px 20px;
  }

  .mobile__panel-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: baseline;
    gap: 10px;
    text-decoration: none;
    padding: 0px 20px;
  }

  .mobile__panel-item a span {
    font-weight: 600;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    color: #2c2e30;
  }

  .header__phone a {
    font-size: 14px;
  }

  .header__menu {
    display: none;
  }

  .header__socials {
    display: none;
  }

  .header__callback {
    display: none;
  }

  .header__catalog {
    display: none;
  }

  .header__burger {
    position: absolute;
    left: 10px;
    top: 20px;
    cursor: pointer;
    display: flex;
  }

  .header__close {
    position: absolute;
    left: 10px;
    top: 15px;
    cursor: pointer;
  }

  .cart__title {
    display: none;
  }

  .header__mains {
    flex-direction: column;
    position: relative;
    padding: 10px 0px;
    gap: 10px;
  }

  .header__logo {
    width: 50%;
  }

  .header__cart {
    position: absolute;
    right: 10px;
    top: 15px;
  }

  .form__search {
    height: 40px;
  }

  .form__input {
    height: 40px;
    font-size: 14px;
    line-height: 143%;
  }

  .cart__count {
    font-size: 12px;
    line-height: 133%;
    width: 20px;
    height: 20px;
  }

  .header__search {
    width: 100%;
    max-width: 100%;
  }

  .form__search {
    width: auto;
    max-width: 100%;
  }

  .form__input {
    width: 86%;
  }

  .white.breadcrums {
    background: var(--white);
  }

  .breadcrums {
    background: var(--grayscale-gray-10);
  }

  .errorpage {
    background: var(--white);
  }

  .garants__title {
    font-size: 24px;
    line-height: 133%;
  }

  .garants__text h2 {
    font-size: 24px;
    line-height: 133%;
  }

  .garants__grids-row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .garants__grays-item {
    padding: 20px;
  }

  .garants__grays-item span {
    font-size: 80px;
    line-height: 125%;
  }

  .garants__grays-item p {}

  .garants__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .garants__item {
    padding: 20px 20px 20px 40px;
  }

  .garants__item::after {
    left: 20px;
  }

  .garants__grays {
    padding: 20px;
  }

  .steps__top h2 {
    font-size: 24px;
    line-height: 133%;
  }

  .steps__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .steps__item {
    padding: 20px;
  }

  .redblocks__container {
    padding: 30px 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
  }

  .fags__title {
    font-size: 24px;
    line-height: 133%;
  }

  .fags-header {
    font-size: 16px;
    line-height: 137%;
    padding: 15px 20px;
  }

  .fags-item.active .fags-content {
    max-height: 200px;
    padding: 15px 20px;
  }

  .advantages__item-title {
    font-size: 16px;
    line-height: 137%;
  }

  .advantages__item {
    padding: 20px 15px;
  }

  .advantages__item-text {
    font-size: 14px;
  }

  .basket__list {
    gap: 10px;
  }

  .basket__item {
    flex-direction: column;
    padding: 20px 20px 20px 10px;
    align-items: flex-start;
    position: relative;
  }

  .backet__iten-remove {
    font-size: 0px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .basket__item-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
  }

  .basket__item-image img {
    height: auto;
    object-fit: cover;
    max-height: 100%;
  }

  .basket__item-content {
    width: auto;
  }

  .backet__usluga-block {
    padding: 20px;
  }

  .radio-buttons {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    gap: 32px;
  }

  .backet__dops-block {
    padding: 20px;
  }

  .backet__form-block h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .backet__form-block a {
    font-size: 24px;
    margin-top: 10px;
  }

  .backet__form-form h5 {
    text-align: left;
  }

  .contacts__form {
    margin-top: 15px;
    gap: 15px;
    position: relative;
    z-index: 2;
  }

  .reviews {
    padding: 20px 0px;
    background: var(--grayscale-gray-10);
  }

  .reviews__page-title {
    font-size: 24px;
    line-height: 133%;
  }

  .reviews__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .reviews .pagination-blog {
    margin-bottom: 30px;
  }

  .reviewform {
    padding: 20px 0px;
    background: var(--grayscale-gray-10);
  }

  .reviewform__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    padding: 30px 20px;
  }

  .reviewform__content h2 {
    font-size: 24px;
  }

  .reviewform__content p {
    width: auto;
    font-size: 16px;
    line-height: 137%;
  }

  .reviewform__container::after {
    display: none;
  }

  .review__image-block {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .review__image-item {
    display: none;
  }

  .review__image-item:nth-of-type(1) {
    display: block;
  }

  .projects__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .projects__all-link {
    width: 100%;
    padding: 0;
    justify-content: center;
  }

  .devlerypay__item {
    padding: 20px;
  }

  .devlerypay__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .exsperts {
    padding: 20px 0px;
    background: var(--grayscale-gray-10);
  }

  .exsperts__section-title {
    font-size: 24px;
  }

  .news__section-title {
    font-size: 24px;
  }

  .videos__container {
    padding: 20px 15px;
  }

  .videos__section-title {
    font-size: 24px;
  }

  .videos-slider__frame {
    display: block;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
  }

  .videos-slider__frame img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .videos__section-title img {
    display: none;
  }

  .videos-slider__title {
    font-size: 18px;
  }

  .projects__categorie {
    width: max-content;
    min-width: max-content;
  }

  .project__container {
    flex-direction: column;
    padding: 0px;
    background: var(--grayscale-gray-10);
    gap: 20px;
  }

  .project__navs {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
  }

  .project__info-social {
    margin-top: 10px;
  }

  .project__sliders-block {
    width: auto;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
  }

  .project__info-content {
    width: auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
  }

  .project__descr-block {
    padding: 30px 20px;
  }

  .project__descr-block h3 {
    font-size: 24px;
  }

  .project__descr-block p {
    font-size: 16px;
  }

  .backet__form-block::after {
    right: auto;
    left: -40px;
  }

  .backet__form-block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    padding: 30px 20px;
  }

  .paypage__container {
    flex-direction: column;
  }

  .paypage__content {
    width: auto;
    gap: 20px;
  }

  .paypage__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }

  .paypage__form {
    width: auto;
    padding: 35px 20px;
  }

  .paypage__form h3 {
    font-size: 24px;
    line-height: 133%;
  }

  .paypage__form p {
    font-size: 16px;
    line-height: 137%;
  }

  .paypage__forms .checkbox-item {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
  }

  .contact__blocks {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }

  .contact__infos {
    padding: 30px 25px;
  }

  .contact__socials {
    padding-top: 20px;
    margin-top: 10px;
  }

  .contact__otdel {
    padding: 20px 25px;
  }

  .contact__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .contact__info {
    padding: 30px 25px;
  }

  .contact__form {
    padding: 30px 25px;
  }

  .checkbox-item {
    display: flex;
    flex-wrap: wrap;
  }

  .contact__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }

  .projects__section-title {
    font-size: 24px;
    line-height: 133%;
  }

  .orders__top {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: flex-start;
  }

  .orders__top h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .catalog {
    padding: 20px 0px 60px;
    background: var(--grayscale-gray-10);
  }

  .catalog__sorts-line {
    display: none;
  }

  .reviews__section-title {
    font-size: 24px;
    line-height: 133%;
  }

  .reviews-slider__item {
    padding: 20px;
  }

  .reviews__categorie {
    height: 40px;
  }

  .reviews__categories-list {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
  }

  .reviews__categorie {
    width: max-content;
    min-width: max-content;
  }

  .catalog__categorie {
    width: max-content;
    min-width: max-content;
  }

  .banner__block {
    background-size: cover;
    flex-direction: column;
    height: auto;
    padding: 20px 20px;
    align-items: flex-start;
    gap: 10px;
  }

  .banner__block a {
    font-size: 14px;
    line-height: 143%;
    border-radius: 10px;
    padding: 8px 15px;
    height: 20px;
  }

  .catalog__categories-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    overflow-x: scroll;
    flex-direction: row;
  }

  .catalog__page-title {
    font-size: 24px;
    line-height: 133%;
  }

  .catalog__item-col {
    width: 145px;
  }

  .banner__block h2,
  .banner__block p {
    font-size: 14px;
    line-height: 143%;
  }

  .catalog__filter {
    display: none;
  }

  .catalog__container {
    flex-direction: column;
    gap: 0px;
  }

  .button button {
    background: var(--grayscale-gray-10);
  }

  .number input {
    background: var(--grayscale-gray-10);
  }

  .pagination-wrapper {
    flex-direction: column;
  }

  .parthners__item {
    height: 80px;
    padding: 10px 22px;
    overflow: hidden;
  }

  .about__container {
    flex-direction: column;
    gap: 0px;
  }

  .about__image {
    margin-top: 20px;
  }

  .about__content {
    width: auto;
  }

  .about__content {
    max-height: 180px;
    overflow: hidden;
    position: relative;
    transition: max-height .6s ease;
  }

  .about__content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    /*background:linear-gradient(to bottom, transparent, white);*/
    pointer-events: none;
    transition: .4s;
  }

  .about__content.open {
    max-height: 2000px;
  }

  .about__content.open::after {
    opacity: 0;
  }

  .about__toggle {
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
    background: none;
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #0066a3;
  }

  .about__image {
    width: auto;
    background: var(--white);
    border-radius: 20px;
    padding: 20px;
  }

  .catalog__content {
    width: auto;
  }

  .catalog__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .blog__categories-list {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    flex-direction: row;
  }

  .blog__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .blog {
    padding: 20px 0px;
    background: var(--grayscale-gray-10);
  }

  .blog__item-title a {
    font-size: 18px;
    line-height: 144%;
  }

  .projects__categories-list {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    flex-direction: row;
    margin-bottom: 0px;
  }

  .projects__item-title a {
    font-size: 18px;
    line-height: 144%;
  }

  .page-item:nth-of-type(3),
  .page-item:nth-of-type(4),
  .page-item:nth-of-type(5) {
    display: none;
  }

  .projects {
    background: var(--grayscale-gray-10);
    position: relative;
    padding-bottom: 80px;
  }

  .projects__all-link {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    width: auto;
  }

  .projects__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .exsperts::after {
    z-index: -1;
  }

  .bannerCalcl .container {
    padding: 0;
  }

  .bannerCalc__block {
    border-radius: 0px;
    height: 800px;
  }

  .bannerCalc__content h3 {
    font-size: 24px;
  }

  .bannerCalc__content {
    padding: 30px 20px;
    position: relative;
    z-index: 2;
  }

  .form__calc .btn__form {
    width: 100%;
    padding: 0;
  }

  .form__calc {
    width: auto;
    padding: 20px 30px;
  }

  .bannerDoc .container {
    padding: 0;
  }

  .bannerDoc__block {
    border-radius: 0px;
    height: 600px;
    overflow: hidden;
  }

  .bannerDoc__content {
    padding: 30px 20px;
  }

  .bannerDoc__content h3 {
    font-size: 24px;
  }

  .form__phone-row {
    flex-direction: column;
  }

  .bannerDoc__image {
    position: absolute;
    right: 20%;
    bottom: -60px;
    width: 230px;
  }

  .mains__info {
    display: none;
  }

  .bannerDoc__block .form__phone {
    padding: 20px 20px;
  }

  .form__phone .form__control {
    width: 98%;
    padding: 0px 10px;
  }

  .form__phone .btn__form {
    width: 100%;
  }

  .bannerCall__block {
    background: url('../images/bannerCall_mob.png');
    border-radius: 0px;
    height: 520px;
  }

  .bannerCall__forms {
    width: 90%;
  }

  .bannerCall__container {
    flex-direction: column;
    padding: 50px 20px 50px 20px;
  }

  .bannerCall .container {
    padding: 0;
  }

  .bannerCall__content h3 {
    font-size: 24px;
  }

  .bannerCall__content p {
    font-size: 16px;
  }

  .bannerCall__content a {
    font-size: 20px;
  }

  .form__call {
    padding: 30px 20px;
    width: 100%;
    margin-top: 30px;
  }

  .form__call h3 {
    font-size: 20px;
    line-height: 150%;
    color: var(--grayscale-black);
  }

  .bannerRaschet .container {
    padding: 0;
  }

  .bannerRaschet__content h3 {
    font-size: 24px;
  }

  .bannerRaschet__content p {
    font-size: 16px;
    line-height: 137%;
  }

  .bannerRaschet__content {
    padding: 40px 15px;
    width: auto;
  }

  .bannerRaschet__block {
    border-radius: 0px;
    height: 500px;
  }

  .bannerRaschet__image {
    right: -30px;
  }

  .btn-bannerRaschet {
    font-size: 16px;
    width: 233px;
    height: 50px;
    margin-top: 0px;
  }

  .abouts__image {
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
  }

  .history {
    padding: 50px 0px;
  }

  .history__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .history__top h2 {
    font-size: 24px;
    line-height: 133%;
  }

  .advantages__top h2 {
    font-size: 24px;
    line-height: 133%;
  }

  .contact__top h1 {
    font-size: 24px;
    line-height: 133%;
  }

  .history-slide__years span {
    font-size: 60px;
  }

  .history-slide__title {
    font-size: 20px;
  }

  .history-slide__text {
    font-size: 16px;
  }

  .history__line::after {
    top: 275px;
  }

  .sertificat__section-title {
    font-size: 24px;
    line-height: 133%;
  }

  .nums__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .redblock {
    padding: 50px 0px 50px 0px;
  }

  .redblock__container {
    height: auto;
    padding: 50px 20px;
    gap: 10px;
  }

  .redblock__container span {
    font-size: 16px;
  }

  .redblock__container h2 {
    font-size: 24px;
    width: auto;
  }

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

  .mains-slider__title {
    font-size: 22px;
    line-height: 133%;
  }

  .mains-slider__descr {
    font-size: 14px;
  }

  .mains-slider__content {
    padding: 30px 20px;
    width: auto;
  }

  .mains .container {
    padding: 0;
    height: 380px;
  }

  .mains__block {
    height: 380px;
  }

  .servicesblock__content {
    padding: 40px 30px;
    width: auto;
  }

  .mains-slider__popup {
    padding: 0;
    width: 190px;
    margin-top: 20px;
  }

  .mains__slider .swiper-slide {
    width: 100%;
    border-radius: 0px;
  }

  .steps {
    background: var(--grayscale-gray-10);
  }

  .swiper-pagination-bullet {
    width: max-content;
    min-width: max-content;
  }

  .steps__block .swiper-pagination {
    overflow-y: scroll;
  }

  .steps__section-title {
    font-size: 24px;
    line-height: 133%;
  }

  .steps__block-title {
    font-size: 20px;
    line-height: 150%;
  }

  .steps-slide__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    display: flex;
    flex-direction: column-reverse;
    box-shadow: 0 5px 20px 0 rgba(12, 19, 26, 0.05);
    background: var(--white);
    border-radius: 10px;
    padding: 20px 20px;
  }

  .fasads__top {
    flex-direction: column;
    gap: 20px;
  }

  .fasads__all-link {
    padding: 0;
    width: 100%;
    justify-content: center;
  }

  .fasads__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .fasads__item-image {
    height: 220px;
  }

  .fasads__item-image img {
    max-width: 100%;
    display: block;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .fasads__item-title a {
    font-size: 20px;
    line-height: 150%;
    bottom: 20px;
    left: 20px;
  }

  .fasads__item {
    height: 250px;
  }

  .fasads__section-title {
    font-size: 24px;
  }

  .calc {
    padding: 20px 0px;
    background: var(--grayscale-gray-10);
  }

  .calc__top h1 {
    font-size: 24px;
  }

  .calc__container {
    padding: 20px 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .calc__image img {
    position: relative;
    bottom: -100px;
    right: 4%;
    z-index: 2;
  }

  .form__calcs {
    position: relative;
    z-index: 2;
  }

  .form__calcs-infos {
    align-items: flex-start;
  }

  .form__calcs-infos p {
    width: 80%;
  }

  .form__calcs-group {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .form__calcs-select {
    width: 100%;
  }

  .form__calcs-btns {
    flex-direction: column;
    gap: 10px;
  }

  .form__calcs-red {
    width: 100%;
  }

  .form__calcs-dark {
    width: 100%;
  }

  .calc__image::after {
    z-index: 1;
  }

  .select2-container {
    width: 100% !important;
  }

  .form__calcs-select .select2-container--default .select2-selection--single {
    width: 100%;
  }

  .product__title {
    font-size: 24px;
    line-height: 133%;
  }

  .product__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .product__infos-block--top {
    padding: 20px 20px;
  }

  .product__tops {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 10px;
  }

  .product__tops-block {
    flex-direction: column;
    gap: 10px;
  }

  .product__tabs {
    display: flex;
    flex-direction: row;
    gap: 50px;
    overflow-x: scroll;
    width: 100%;
  }

  .colors__tabs {
    overflow-x: scroll;
    width: 100%;
  }

  .product__tab {
    width: max-content;
    min-width: max-content;
  }

  .producttabs__container {
    flex-direction: column;
  }

  .product__contents {
    width: auto;
  }

  .product__descr-block {
    padding: 20px;
  }

  .product__colors-block {
    padding: 20px;
  }

  .product__aside {
    width: auto;
  }

  .review__container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .swiper-button-nextSert {
    display: flex;
  }

  .swiper-button-prevSert {
    display: flex;
  }

  .swiper-button-nextExsp {
    display: flex;
  }

  .swiper-button-prevExsp {
    display: flex;
  }

  .swiper-button-nextNews {
    display: flex;
  }

  .swiper-button-prevNews {
    display: flex;
  }

  .products__top {
    position: relative;
    z-index: 3;
  }

  .product__infos-block--top .product__item-col {
    width: 140px;
  }

  .parthners__block {
    position: relative;
    z-index: 2;
  }

  .about__toggle {
    text-align: left;
  }

  .pagination-wrapper {
    width: 100%;
  }

  .show-more-btn {
    width: 100%;
    padding: 10px 0px;
    justify-content: center;
  }

  .footer__container {
    flex-direction: column;
    gap: 20px;
  }

  .footer__content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0px;
  }

  .footer {
    padding: 50px 0px 130px 0px;
  }

  .footer__logo {
    position: static;
    margin: 20px 0 0;
  }

  .footer__socials {
    position: absolute;
    top: 90px;
    left: 10px;
    gap: 10px;
  }

  .footer__socials {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__menu ul {
    gap: 10px;
  }

  .footer__menu span {
    font-size: 16px;
  }

  .footer__menu ul li a {
    font-size: 16px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__bottom-menus {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .catalog__item-image {
    height: 250px;
  }

  .catalog__item-image img {
    object-fit: contain;
    max-height: 100%;
  }
}

@media (max-width: 620px) {
  .advantages__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .orders__container {
    flex-direction: column;
  }

  .orders {
    padding: 40px 0px 80px 0px;
    background: var(--grayscale-gray-10);
  }

  .orders__content {
    width: 100%;
  }

  .orders__top h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .orders__top h1 span {
    font-size: 20px !important;
  }

  .orders__top {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: flex-start;
  }

  .orders__form-bottom {
    padding: 20px;
  }

  .orders__form-bottom .checkbox-item {
    margin-top: 0px;
  }

  .orders__form-btn {
    display: none;
  }

  .orders__form-content {
    padding: 20px;
  }

  .orders__aside {
    width: 100%;
    border-radius: 10px;
    padding: 0px;
    background: var(--white);
    margin-top: 20px;
  }

  .orders__aside-grid {
    padding: 20px;
  }

  .parthners__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .footer__menus {
    flex-direction: column;
    gap: 20px;
  }
}

.abouts h2,
.abouts h3,
.abouts h4,
.abouts h5,
.abouts h6 {
  margin: 20px 0;
}

.abouts .container *:first-child {
  margin-top: 0;
}

.abouts p {
  margin-bottom: 20px;
}

.newsdetail__text {
  margin-bottom: 70px;
}

.newsdetail__text ul {
  padding-left: 20px;
}

.newsdetail__text li {
  margin-bottom: 10px;
}

.newsdetail__text table td {
  padding: 5px 5px;
}

.header__socials,
.footer__socials,
.videos__container,
.contact__socials {
  display: none;
}

.backet__dops-block .backet__dops-greys svg {
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .breadcrums__list {
    gap: 0 20px;
  }

  .breadcrums__list li {
    line-height: 1;
  }

  .breadcrums__list .bredacrums__item::before {
    height: 8px;
    background-size: contain;
  }

  .breadcrums__list li span {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: var(--grayscale-gray-3);
  }

  .breadcrums+.product {
    padding-top: 20px;
  }
}

.orders__aside--mobile {
  display: none;
}

@media (max-width: 620px) {
  .orders__aside--mobile {
    display: block;
    margin-top: 20px;
  }

  .orders__aside--desktop {
    display: none;
  }
}

.lead {
  padding: 80px 0 60px;
  background: var(--grayscale-gray-10);
}

.lead__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 60px;
}

@media (max-width: 1000px) {
  .lead__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.lead__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .lead__title {
    font-size: 24px;
    line-height: 133%;
  }
}

.lead__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.lead__text p {
  margin-bottom: 20px;
}

.lead__text *:last-child {
  margin-bottom: 0px;
}

.lead__img img {
  max-width: 100%;
  width: 100%;
  display: block;
  border-radius: 20px;
}

.block-description {
  padding: 0px 0px 40px;
  background: var(--grayscale-gray-10);
}

.section-services {
  padding: 20px 0 60px;
  background: var(--grayscale-gray-10);
}

.section-services+.section-services {
  padding-top: 0;
}

.section-services--columns {
  padding-bottom: 80px;
}

.section-services__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 647px;
  margin-bottom: 44px;
}

.section-services__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
}

.section-services__descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--grayscale-gray-1);
}

.section-services__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.section-services--columns .section-services__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 26px;
}

.section-services__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 84px;
  padding: 10px 15px;
  box-sizing: border-box;
  background: var(--white);
  border-radius: 10px;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}

.section-services__card:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.section-services__card:hover .section-services__name {
  color: #0064a4;
}

.section-services__card-inner {
  display: flex;
  align-items: center;
  gap: 21px;
  min-width: 0;
}

.section-services__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.section-services__icon img {
  display: block;
  width: 39px;
  height: 39px;
}

.section-services__name {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  color: var(--grayscale-gray-1);
  transition: color 0.2s ease;
}

.section-services__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.section-services__arrow img {
  display: block;
  width: 21px;
  height: 14px;
  flex-shrink: 0;
  object-fit: contain;
}

@media (max-width: 1000px) {
  .section-services {
    padding: 20px 0 24px;
  }

  .section-services--columns {
    padding-bottom: 40px;
  }

  .section-services--columns .section-services__list {
    grid-template-columns: 1fr;
  }

  .section-services__header {
    gap: 16px;
    max-width: none;
    margin-bottom: 24px;
  }

  .section-services__title {
    font-size: 24px;
    line-height: 133%;
  }

  .section-services__descr {
    line-height: 144%;
  }

  .section-services__card {
    min-height: 60px;
    padding: 10px 8px;
  }

  .section-services__card-inner {
    gap: 16px;
  }

  .section-services__icon {
    width: 40px;
    height: 40px;
  }

  .section-services__icon img {
    width: 24px;
    height: 24px;
  }

  .section-services__name {
    font-size: 16px;
  }

  .section-services__arrow img {
    width: 18px;
    height: 12px;
  }
}

.related-services {
  padding: 60px 0;
  background: var(--grayscale-gray-10);
}

.related-services+.related-services {
  padding-top: 0;
}

.related-services--slider {
  padding-bottom: 80px;
}

.related-services__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 44px;
}

.related-services__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
}

.related-services__navs {
  display: none;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.related-services--slider .related-services__navs {
  display: flex;
}

.swiper-button-prevRelated,
.swiper-button-nextRelated {
  border: 1px solid var(--grayscale-gray-8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background: var(--white);
  box-sizing: border-box;
}

.swiper-button-prevRelated img,
.swiper-button-nextRelated img {
  display: block;
  width: 8px;
  height: 14px;
}

.related-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 20px;
}

.related-services__card {
  display: block;
  height: 302px;
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  box-sizing: border-box;
}

.related-services__card-image {
  height: 193px;
  overflow: hidden;
}

.related-services__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-services__card:hover .related-services__card-image img {
  transform: scale(1.1);
}

.related-services__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  padding: 17px 24px 24px;
}

.related-services__card-name {
  font-weight: 400;
  font-size: 22px;
  line-height: 121%;
  color: var(--grayscale-gray-1);
  transition: color 0.2s ease;
}

.related-services__card:hover .related-services__card-name {
  color: #0064a4;
}

.related-services__card-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.related-services__card-arrow img {
  display: block;
  width: 21px;
  height: 14px;
  object-fit: contain;
}

.related-services__swiper .swiper-slide {
  height: auto;
}

@media (max-width: 1000px) {
  .related-services {
    padding: 40px 0;
  }

  .related-services--slider {
    padding-bottom: 40px;
  }

  .related-services__top {
    margin-bottom: 24px;
  }

  .related-services__title {
    font-size: 24px;
    line-height: 133%;
  }

  .related-services__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .related-services__card {
    display: flex;
    height: 131px;
  }

  .related-services__card-image {
    flex-shrink: 0;
    width: 136px;
    height: 131px;
  }

  .related-services__card-footer {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 16px 20px 13px;
  }

  .related-services__card-name {
    font-size: 18px;
    line-height: 121%;
  }

  .related-services__card-arrow {
    width: 44px;
    height: 44px;
    margin-top: 9px;
  }

  .related-services__card-arrow img {
    width: 18px;
    height: 12px;
  }
}

.block-description__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .block-description__title {
    font-size: 24px;
    line-height: 133%;
  }
}

.block-description__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--grayscale-gray-1);
}

.block-description__text p {
  margin-bottom: 20px;
}

.block-description__text *:last-child {
  margin-bottom: 0px;
}


.block-price {
  padding: 40px 0;
  background: var(--grayscale-gray-10);
}

.block-price__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--grayscale-black);
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .block-price__title {
    font-size: 24px;
    line-height: 133%;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.price-table thead th {
  padding: 14px 20px;
  border-bottom: 1px solid #d9dce3;
  color: #213c59;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price-table tbody td {
  padding: 12px 20px;
  border-bottom: 1px solid #e6e9ef;
  color: #4f6077;
  font-size: 16px;
  line-height: 1.35;
}

.price-table th:first-child,
.price-table td:first-child {
  text-align: left;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2),
.price-table th:nth-child(3),
.price-table td:nth-child(3) {
  width: 130px;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 768px) {

  .price-table thead th,
  .price-table tbody td {
    padding: 10px 8px;
  }

  .price-table thead th {
    font-size: 12px;
  }

  .price-table tbody td {
    font-size: 14px;
  }

  .price-table th:nth-child(2),
  .price-table td:nth-child(2) {
    width: 50px;
  }

  .price-table th:nth-child(3),
  .price-table td:nth-child(3) {
    width: 80px;
  }
}

.fags-new {
  padding: 40px 0;
  background: var(--grayscale-gray-10);
}

.fags-new .fags__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 133%;
  color: var(--grayscale-black);
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .fags-new .fags__title {
    font-size: 24px;
  }
}

.fags-new .fags__list {
  background: none;
}

.fags-new .fags-header {
  background: var(--white);
}

.fags-new .fags-content {
  background: var(--grayscale-gray-9);
}

.newsdetail__image img {
  width: 100%;
  /* max-height: 665px; */
}

.newsdetail__text {
  width: 100%;
  font-size: 18px;
  padding-top: 20px;
  gap: 24px;
  max-width: 1085px;
  margin: 0 auto 120px;
}

.newsdetail__text h2 {
  font-size: 24px;
  margin-top: 16px;
}

.newsdetail__text h3 {
  font-size: 20px;
  margin-top: 6px;
}

.newsdetail__text p {
  font-size: 18px;
}

.newsdetail__text ol {
  padding-left: 20px;
}

.materials-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.newsdetail__text table,
.materials-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.newsdetail__text table thead th,
.materials-table thead th {
  background: #e9e9e9;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44;
  text-align: left;
  padding: 10px 5px;
  vertical-align: middle;
}

.newsdetail__text table thead th:not(:last-child),
.newsdetail__text table tbody td:not(:last-child),
.materials-table thead th:not(:last-child),
.materials-table tbody td:not(:last-child) {
  padding-right: 45px;
}

.newsdetail__text table tbody td,
.materials-table tbody td {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  padding: 10px 5px;
  vertical-align: middle;
}

.newsdetail__text table p,
.materials-table p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.newsdetail__text table tbody tr:nth-child(odd) td,
.materials-table tbody tr:nth-child(odd) td {
  background: #fff;
}

.newsdetail__text table tbody tr:nth-child(odd),
.materials-table tbody tr:nth-child(odd) {
  border: 1px solid #E9E9E9;
}

.newsdetail__text table tbody tr:nth-child(even) td,
.materials-table tbody tr:nth-child(even) td {
  background: #f3f3f3;
}

@media (max-width: 1000px) {
  .newsdetail__text {
    font-size: 16px;
    margin: 0 auto 60px;
  }

  .newsdetail__text p,
  .newsdetail__text table thead th,
  .materials-table thead th {
    font-size: 16px;
  }

  .newsdetail__text table tbody td,
  .materials-table tbody td,
  .newsdetail__text table p,
  .materials-table p {
    font-size: 14px;
  }
}

/* new services menu */

.header__services-mob {
  display: none;
}

@media (min-width: 1001px) {
  .header__services-wrap {
    position: relative;
  }

  /* РќРµРІРёРґРёРјС‹Р№ РјРѕСЃС‚ РјРµР¶РґСѓ РєРЅРѕРїРєРѕР№ Рё dropdown вЂ” Р±РµР· РЅРµРіРѕ РєСѓСЂСЃРѕСЂ С‚РµСЂСЏРµС‚ hover РІ Р·Р°Р·РѕСЂРµ 12px */
  .header__services-wrap::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 14px;
    z-index: 119;
  }

  .header__services-wrap:hover .header__services-btn,
  .header__services-btn.open {
    background: #005a91;
  }

  .header__services-wrap:hover .header__services-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }

  .header__services-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    z-index: 120;
    width: 340px;
    padding: 20px;
    background: var(--white, #fff);
    border-radius: 8px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
  }

  .header__services-dropdown::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: var(--white, #fff);
    transform: translateX(-50%) rotate(45deg);
    box-shadow: -2px -2px 4px rgba(12, 19, 26, 0.04);
  }

  .header__services-dropdown.open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }

  .header__services-list,
  .header__services-sublist {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .header__services-item {
    position: relative;
  }

  .header__services-item>a {
    display: block;
    padding: 14px 20px;
    color: #282A38;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.32px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
  }

  .header__services-item>a:hover,
  .header__services-item.is-active>a {
    background: rgba(0, 100, 164, 0.10);
  }

  .header__services-sublist {
    position: absolute;
    top: 0;
    left: calc(100% - 4px);
    min-width: 280px;
    padding: 14px 0;
    background: var(--white, #fff);
    border-radius: 8px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
  }

  .header__services-item.has-submenu.is-active .header__services-sublist {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
  }

  .header__services-sublist a {
    display: block;
    padding: 12px 20px;
    color: #282A38;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.32px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
  }

  .header__services-sublist a:hover {
    background: rgba(0, 100, 164, 0.10);
  }
}

@media (max-width: 1000px) {
  .header__services-wrap {
    display: none !important;
  }

  .header__services-mob {
    display: none;
    flex-direction: column;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: var(--white, #fff);
    padding: 20px;
    overflow-y: auto;
  }

  .header__services-mob.open {
    display: flex;
  }

  .services-mob__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-shrink: 0;
  }

  .services__mob-back,
  .services__mob-close {
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 4px;
  }

  .services-mob__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: var(--grayscale-black, #121313);
    margin: 0 0 16px;
    flex-shrink: 0;
  }

  .services-mob__title-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #0066a3;
    text-decoration: none;
  }

  .services-mob__title-link:hover {
    text-decoration: underline;
  }

  .services-mob__title [hidden] {
    display: none !important;
  }

  .services-mob__body {
    flex: 1;
    overflow-y: auto;
  }

  .mob__services-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
  }

  .mob__services-item {
    list-style: none;
    border-bottom: 1px solid var(--grayscale-gray-8, #e3e3e3);
  }

  .mob__services-item:last-child {
    border-bottom: none;
  }

  .mob__services-link,
  .mob__services-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.37;
    color: var(--grayscale-gray-1, #212223);
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
  }

  .mob__services-item.has-submenu .mob__services-trigger::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--grayscale-gray-5, #9fa1a4);
    border-right: 2px solid var(--grayscale-gray-5, #9fa1a4);
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-left: 12px;
    margin-right: 3px;
  }

  .mob__services-sublist {
    display: none;
  }

  .mob__services-sublist-panel .mob__services-item {
    border-bottom: 1px solid var(--grayscale-gray-8, #e3e3e3);
  }

  .mob__services-sublist-panel a {
    display: block;
    padding: 14px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.37;
    color: var(--grayscale-gray-1, #212223);
    text-decoration: none;
  }

  .services-mob__view[hidden] {
    display: none !important;
  }

  button.mobile__menu-catalog {
    font-family: inherit;
  }

  .mobile__menu-services-split {
    position: relative;
    justify-content: center;
    padding: 0;
    gap: 0;
  }

  .mobile__menu-services-main {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 137%;
    text-decoration: none;
  }

  .mobile__menu-services-main svg {
    flex-shrink: 0;
  }

  .mobile__menu-services-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    padding: 0;
    margin: 0;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    cursor: pointer;
    font-family: inherit;
  }

  .mobile__menu-services-arrow {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: rotate(45deg);
    margin-right: 4px;
  }
}

/* /new services menu */


.calc__image {
  position: relative;
}

.calc__image .calc__swiper {
  z-index: 2;
  max-width: 520px;
}

.calc__image .calc__swiper .swiper-slide {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.calc__image .calc__swiper .calc__slide img {
  position: static;
  max-width: 100%;
  width: 100%;
}

.calc__image img,
.calc__image .calc__slide img {
  position: static;
  aspect-ratio: 2000 / 1667;
  object-fit: contain;
}

.calc__image .calc__pagination {
  bottom: -20px !important;
  display: flex;
  justify-content: center;
  gap: 10px;
  top: auto;
}

.calc__image .calc__pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  margin: 0 !important;
}

.calc__image .calc__pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, .2);
}

.calc__image .calc__pagination .swiper-pagination-bullet-active {
  background-color: #1c3446;
}

@media (max-width: 1000px) {
  .calc__image {
    margin-top: 40px;
  }
}

/* End */


/* Start:/local/templates/ryfas/components/bitrix/menu/top_menu/style.min.css?1771423273490*/
ul.left-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  position: relative
}

ul.left-menu li {
  padding: 10px 16px;
  background: #f5f5f5 url(../images/left_menu_bg.gif) top repeat-x
}

ul.left-menu li a {
  font-size: 100%;
  color: #bc262c;
  font-weight: bold;
  text-decoration: none
}

ul.left-menu li a:visited {
  color: #bc262c
}

ul.left-menu li a:hover {
  color: #bc262c
}

ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
  color: #fc8d3d
}

/* End */


/* Start:/local/templates/ryfas/components/bitrix/menu/top_menu-mob/style.min.css?1771432254490*/
ul.left-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  position: relative
}

ul.left-menu li {
  padding: 10px 16px;
  background: #f5f5f5 url(../images/left_menu_bg.gif) top repeat-x
}

ul.left-menu li a {
  font-size: 100%;
  color: #bc262c;
  font-weight: bold;
  text-decoration: none
}

ul.left-menu li a:visited {
  color: #bc262c
}

ul.left-menu li a:hover {
  color: #bc262c
}

ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
  color: #fc8d3d
}

/* End */


/* Start:/local/templates/ryfas/components/bitrix/catalog.section.list/catalog_menu/style.min.css?17714232736236*/
.bx_catalog_line {
  margin-bottom: 30px
}

.bx_catalog_line .bx_catalog_line_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.bx_catalog_line .bx_catalog_line_category_title a {
  color: #000;
  text-decoration: none
}

.bx_catalog_line .bx_catalog_line_ul {
  padding: 0
}

.bx_catalog_line .bx_catalog_line_ul li {
  margin-bottom: 20px;
  list-style: none
}

.bx_catalog_line .bx_catalog_line_ul li:before {
  content: '' !important
}

.bx_catalog_line .bx_catalog_line_img {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 40px;
  width: 125px;
  height: 125px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: contain
}

.bx_catalog_line .bx_catalog_line_title {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 18px
}

.bx_catalog_line .bx_catalog_line_title a {
  color: #4c7da6;
  font-size: 18px
}

.bx_catalog_line .bx_catalog_line_title a:hover {
  text-decoration: none
}

.bx_catalog_line .bx_catalog_line_title span {
  font-size: 16px
}

.bx_catalog_line .bx_catalog_line_description {
  color: #3f3f3f;
  font-size: 13px;
  line-height: 16px
}

@media(max-width:639px) {
  .bx-touch .bx_catalog_line .bx_catalog_line_img {
    margin-right: 10px;
    width: 50px;
    height: 50px
  }

  .bx-touch .bx_catalog_line .bx_catalog_line_title {
    margin-bottom: 5px;
    line-height: 14px
  }

  .bx-touch .bx_catalog_line .bx_catalog_line_title a {
    font-size: 14px
  }

  .bx-touch .bx_catalog_line .bx_catalog_line_description {
    font-size: 11px
  }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description {
  transition: all .3s ease
}

.bx_catalog_text {
  margin-bottom: 30px
}

.bx_catalog_text .bx_catalog_text_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.bx_catalog_text .bx_catalog_text_category_title a {
  color: #000;
  text-decoration: none
}

.bx_catalog_text .bx_catalog_text_ul {
  padding: 0
}

.bx_catalog_text .bx_catalog_text_ul li {
  float: left;
  margin: 0 10px 10px;
  list-style: none
}

.bx_catalog_text .bx_catalog_text_ul li:before {
  content: '' !important
}

.bx_catalog_text .bx_catalog_text_title {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px
}

.bx_catalog_tile .bx_catalog_tile_title a {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  color: #4c7da6;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px
}

.bx_catalog_text .bx_catalog_text_title a:hover {
  text-decoration: none
}

.bx_catalog_text .bx_catalog_text_title span {
  font-size: 12px
}

@media(max-width:639px) {
  .bx-touch .bx_catalog_text .bx_catalog_line_title {
    margin-bottom: 5px;
    line-height: 12px
  }

  .bx-touch .bx_catalog_text .bx_catalog_line_title a {
    font-size: 12px
  }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a {
  transition: all .3s ease
}

.bx_catalog_tile {
  margin-bottom: 30px
}

.bx_catalog_tile .bx_catalog_tile_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
  color: #000;
  text-decoration: none
}

.bx_catalog_tile .bx_catalog_tile_ul {
  padding: 0
}

.bx_catalog_tile .bx_catalog_tile_ul li {
  float: left;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 12.5%;
  list-style: none;
  text-align: center
}

.bx_catalog_tile .bx_catalog_tile_ul li:before {
  content: '' !important
}

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
  clear: both
}

.bx_catalog_tile .bx_catalog_tile_img {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 78px;
  height: 78px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: contain
}

.bx_catalog_tile .bx_catalog_tile_title {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 14px
}

.bx_catalog_tile .bx_catalog_tile_title a {
  color: #4c7da6;
  font-size: 14px
}

.bx_catalog_tile .bx_catalog_tile_title a:hover {
  text-decoration: none
}

.bx_catalog_tile .bx_catalog_tile_title span {
  font-size: 12px
}

@media(max-width:980px) {
  .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 20%
  }

  .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: none
  }

  .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    clear: both
  }
}

@media(max-width:639px) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
    margin-bottom: 5px;
    line-height: 14px
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
    line-height: 10px
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_title a {
    font-size: 11px
  }
}

@media(min-width:480px) and (max-width:639px) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 25%
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: none
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    clear: none
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) {
    clear: both
  }
}

@media(max-width:479px) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 33.3%
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_img {
    width: 100%;
    height: 80px
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: none
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    clear: none
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) {
    clear: both
  }
}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img {
  transition: all .3s ease
}

.bx_sitemap {
  margin-bottom: 30px
}

.bx_sitemap .bx_sitemap_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.bx_sitemap .bx_sitemap_title a {
  color: #000;
  text-decoration: none
}

.bx_sitemap .bx_sitemap_ul li {
  padding: 0;
  line-height: 14px
}

.bx_sitemap .bx_sitemap_ul li:before {
  content: '' !important
}

.bx_sitemap .bx_sitemap_li_title {
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  line-height: 13px
}

.bx_sitemap .bx_sitemap_li_title a {
  color: #4c7da6;
  white-space: nowrap;
  font-size: 13px
}

.bx_sitemap .bx_sitemap_li_title a:hover {
  text-decoration: none
}

.bx_sitemap .bx_sitemap_li_title span {
  font-size: 11px
}

@media(max-width:639px) {
  .bx-touch .bx_sitemap .bx_catalog_line_title {
    margin-bottom: 5px;
    line-height: 12px
  }

  .bx-touch .bx_sitemap .bx_catalog_line_title a {
    font-size: 12px
  }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a {
  transition: all .3s ease
}

/* End */


/* Start:/local/templates/ryfas/components/bitrix/catalog.section.list/catalog_menu-mob/style.min.css?17714727556236*/
.bx_catalog_line {
  margin-bottom: 30px
}

.bx_catalog_line .bx_catalog_line_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.bx_catalog_line .bx_catalog_line_category_title a {
  color: #000;
  text-decoration: none
}

.bx_catalog_line .bx_catalog_line_ul {
  padding: 0
}

.bx_catalog_line .bx_catalog_line_ul li {
  margin-bottom: 20px;
  list-style: none
}

.bx_catalog_line .bx_catalog_line_ul li:before {
  content: '' !important
}

.bx_catalog_line .bx_catalog_line_img {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 40px;
  width: 125px;
  height: 125px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: contain
}

.bx_catalog_line .bx_catalog_line_title {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 18px
}

.bx_catalog_line .bx_catalog_line_title a {
  color: #4c7da6;
  font-size: 18px
}

.bx_catalog_line .bx_catalog_line_title a:hover {
  text-decoration: none
}

.bx_catalog_line .bx_catalog_line_title span {
  font-size: 16px
}

.bx_catalog_line .bx_catalog_line_description {
  color: #3f3f3f;
  font-size: 13px;
  line-height: 16px
}

@media(max-width:639px) {
  .bx-touch .bx_catalog_line .bx_catalog_line_img {
    margin-right: 10px;
    width: 50px;
    height: 50px
  }

  .bx-touch .bx_catalog_line .bx_catalog_line_title {
    margin-bottom: 5px;
    line-height: 14px
  }

  .bx-touch .bx_catalog_line .bx_catalog_line_title a {
    font-size: 14px
  }

  .bx-touch .bx_catalog_line .bx_catalog_line_description {
    font-size: 11px
  }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description {
  transition: all .3s ease
}

.bx_catalog_text {
  margin-bottom: 30px
}

.bx_catalog_text .bx_catalog_text_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.bx_catalog_text .bx_catalog_text_category_title a {
  color: #000;
  text-decoration: none
}

.bx_catalog_text .bx_catalog_text_ul {
  padding: 0
}

.bx_catalog_text .bx_catalog_text_ul li {
  float: left;
  margin: 0 10px 10px;
  list-style: none
}

.bx_catalog_text .bx_catalog_text_ul li:before {
  content: '' !important
}

.bx_catalog_text .bx_catalog_text_title {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px
}

.bx_catalog_tile .bx_catalog_tile_title a {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  color: #4c7da6;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px
}

.bx_catalog_text .bx_catalog_text_title a:hover {
  text-decoration: none
}

.bx_catalog_text .bx_catalog_text_title span {
  font-size: 12px
}

@media(max-width:639px) {
  .bx-touch .bx_catalog_text .bx_catalog_line_title {
    margin-bottom: 5px;
    line-height: 12px
  }

  .bx-touch .bx_catalog_text .bx_catalog_line_title a {
    font-size: 12px
  }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a {
  transition: all .3s ease
}

.bx_catalog_tile {
  margin-bottom: 30px
}

.bx_catalog_tile .bx_catalog_tile_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
  color: #000;
  text-decoration: none
}

.bx_catalog_tile .bx_catalog_tile_ul {
  padding: 0
}

.bx_catalog_tile .bx_catalog_tile_ul li {
  float: left;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 12.5%;
  list-style: none;
  text-align: center
}

.bx_catalog_tile .bx_catalog_tile_ul li:before {
  content: '' !important
}

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
  clear: both
}

.bx_catalog_tile .bx_catalog_tile_img {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 78px;
  height: 78px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: contain
}

.bx_catalog_tile .bx_catalog_tile_title {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 14px
}

.bx_catalog_tile .bx_catalog_tile_title a {
  color: #4c7da6;
  font-size: 14px
}

.bx_catalog_tile .bx_catalog_tile_title a:hover {
  text-decoration: none
}

.bx_catalog_tile .bx_catalog_tile_title span {
  font-size: 12px
}

@media(max-width:980px) {
  .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 20%
  }

  .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: none
  }

  .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    clear: both
  }
}

@media(max-width:639px) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
    margin-bottom: 5px;
    line-height: 14px
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
    line-height: 10px
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_title a {
    font-size: 11px
  }
}

@media(min-width:480px) and (max-width:639px) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 25%
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: none
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    clear: none
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) {
    clear: both
  }
}

@media(max-width:479px) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 33.3%
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_img {
    width: 100%;
    height: 80px
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: none
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    clear: none
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) {
    clear: both
  }
}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img {
  transition: all .3s ease
}

.bx_sitemap {
  margin-bottom: 30px
}

.bx_sitemap .bx_sitemap_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.bx_sitemap .bx_sitemap_title a {
  color: #000;
  text-decoration: none
}

.bx_sitemap .bx_sitemap_ul li {
  padding: 0;
  line-height: 14px
}

.bx_sitemap .bx_sitemap_ul li:before {
  content: '' !important
}

.bx_sitemap .bx_sitemap_li_title {
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  line-height: 13px
}

.bx_sitemap .bx_sitemap_li_title a {
  color: #4c7da6;
  white-space: nowrap;
  font-size: 13px
}

.bx_sitemap .bx_sitemap_li_title a:hover {
  text-decoration: none
}

.bx_sitemap .bx_sitemap_li_title span {
  font-size: 11px
}

@media(max-width:639px) {
  .bx-touch .bx_sitemap .bx_catalog_line_title {
    margin-bottom: 5px;
    line-height: 12px
  }

  .bx-touch .bx_sitemap .bx_catalog_line_title a {
    font-size: 12px
  }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a {
  transition: all .3s ease
}

/* End */


/* Start:/local/templates/ryfas/components/bitrix/menu/footer__menu/style.min.css?1771423273490*/
ul.left-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  position: relative
}

ul.left-menu li {
  padding: 10px 16px;
  background: #f5f5f5 url(../images/left_menu_bg.gif) top repeat-x
}

ul.left-menu li a {
  font-size: 100%;
  color: #bc262c;
  font-weight: bold;
  text-decoration: none
}

ul.left-menu li a:visited {
  color: #bc262c
}

ul.left-menu li a:hover {
  color: #bc262c
}

ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
  color: #fc8d3d
}

/* End */


/* Start:/local/templates/ryfas/template_styles.css?17718983762357*/
.catalog-more-btn {
  border: none;
  cursor: pointer;
  background: #0066a3;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  height: 44px;
  border-radius: 8px;
  transition: 0.2s ease;
  font-family: "Onest";
}

.ui-tooltip {
  position: relative
}

.ui-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 80%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--grayscale-gray-9);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 10px 40px 0 rgba(41, 55, 68, 0.1);
  background: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: var(--grayscale-gray-1);
  opacity: 0;
  transition: .2s;
}

.ui-tooltip:hover::after {
  opacity: 1
}


.search-results {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid var(--111d4c);
  width: 100%;
  z-index: 10;
  top: 100%;
  border-radius: 10px;
  height: 200px;
  overflow-y: scroll;
}

.search-results.active {
  display: block;
}

.search-results .group-title {
  font-weight: bold;
  padding: 6px 10px;
  background: #f0f0f0;
}

.search-results .item {
  padding: 8px 10px;
  cursor: pointer;
  font-size: 18px;
}

.search-results .item:hover {
  background: #eaeaea;
}

#cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 9999;
  background: #eeeef0;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  padding: 20px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--grayscale-gray-3);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#cookie-popup a {
  color: #2552a7;
  text-decoration: none;
}

.btn-cookie {
  border-radius: 8px;
  padding: 0px 25px;
  height: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--white);
  background: #0066a3;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* End */
/* /local/templates/ryfas/css/main.css?1782803580173222 */
/* /local/templates/ryfas/components/bitrix/menu/top_menu/style.min.css?1771423273490 */
/* /local/templates/ryfas/components/bitrix/menu/top_menu-mob/style.min.css?1771432254490 */
/* /local/templates/ryfas/components/bitrix/catalog.section.list/catalog_menu/style.min.css?17714232736236 */
/* /local/templates/ryfas/components/bitrix/catalog.section.list/catalog_menu-mob/style.min.css?17714727556236 */
/* /local/templates/ryfas/components/bitrix/menu/footer__menu/style.min.css?1771423273490 */
/* /local/templates/ryfas/template_styles.css?17718983762357 */


/* Стили для заблокированной кнопки отправки */
form button[type="submit"]:disabled,
.popup__modal-btn:disabled {
  background-color: #d1d5db !important;
  color: #8c929e !important;
  cursor: not-allowed !important;
  opacity: 0.8;
  pointer-events: auto !important;
  /* to ensure cursor shows */
}

form button[type="submit"]:disabled:hover,
.popup__modal-btn:disabled:hover {
  background-color: #d1d5db !important;
}