* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 0.0520833333vw;
  scroll-behavior: smooth;
  scroll-padding: 80px;
}

@media (min-width: 2208px) {
  html {
    font-size: 1.15px;
  }
  .container {
    max-width: 2208rem;
  }
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100vw;
  background-color: var(--background-light);
  overflow-x: hidden;
  position: relative;
}

.scroll-hidden {
  overflow: hidden;
}

.content {
  padding-top: calc(var(--headerHeight) * 1 + 30rem);
}

@media (max-width: 768px) {
  html {
    font-size: 0.2777777778vw;
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
}
.container {
  width: 100%;
  padding: 0 var(--container-padding-x);
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 0.0833333333vw;
  }
  .container {
    padding: 0 40rem;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 16rem;
  }
}
.checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 24rem;
  height: 24rem;
  border: 2rem solid #aeaeae;
  border-radius: 4rem;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  font-size: 26rem;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/galochka.svg");
  background-size: 24rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.checkbox:checked::after {
  width: 24rem;
  height: 24rem;
  z-index: 5;
  background-color: var(--black);
}

.checkbox:hover {
  border-color: var(--black);
}

@media (max-width: 768px) {
  .br-class {
    display: none;
  }
}
body .pswp .pswp__container {
  -webkit-transition: -webkit-transform ease-out 0.5s;
  transition: -webkit-transform ease-out 0.5s;
  transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s, -webkit-transform ease-out 0.5s;
}

.link-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vg-alert {
  background-color: #f5f5f5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5rem;
  position: fixed;
  padding: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60rem;
  z-index: 123;
  left: 50%;
  bottom: 20rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.vg-alert__text {
  color: var(--black);
  font-size: 16rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.vg-alert__close {
  border: none;
  background: transparent;
  font-size: 32rem;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.vg-alert__close:hover {
  color: red;
}

@media (max-width: 768px) {
  .vg-alert {
    padding: 10rem;
  }
  .vg-alert__text {
    white-space: nowrap;
    font-size: 14rem;
  }
}
@font-face {
  font-family: "Phonk Sans";
  src: url("../fonts/PhonkSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --black: #1B1C23;
  --red: #CE1531;
  --hover-red: #DF2642;
  --dark-grey: #63636A;
  --medium-grey: #CCCCD1;
  --background: #F5F5F5;
  --background-stages: #E7E7E7;
  --background-card: #E7E7E7;
  --background-stroke-card: #DDDDE2;
  --font-family-text: "Montserrat", Arial, sans-serif;
  --font-family-title: "Phonk Sans", sans-serif;
  --font-family-inter: "Inter", sans-serif;
  --border-radius-button: 5rem;
  --container-padding-x: 80rem;
}
@media (max-width: 768px) {
  :root {
    --container-padding-x: 16rem ;
  }
}

.header {
  z-index: 12;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
}
.header__navigation {
  background-color: var(--background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11rem 0;
  position: relative;
  z-index: 12;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.header__navigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40rem;
}
.header__navigation-link {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.header__navigation-link, .header__navigation-link:hover {
  text-decoration: none;
}
.header__navigation-link:hover {
  color: var(--red);
}
.header__navigation-paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
.header__navigation-link-email {
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.header__navigation-link-email, .header__navigation-link-email:hover {
  text-decoration: none;
}
.header__navigation-link-email:hover {
  color: var(--red);
}
.header__navigation--hidden {
  height: 0;
  overflow: hidden;
  max-height: 0;
  padding: 0;
}
.header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10rem 0;
  position: relative;
  z-index: 12;
  width: 100%;
  background-color: #fff;
}
.header__navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 58rem;
  z-index: 22;
}
.header__navbar-logo {
  height: 85rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.header__navbar-search {
  border: 1rem solid var(--medium-grey);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  padding: 15rem 20rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  border-radius: 4rem;
  width: 611rem;
  overflow: hidden;
}
.header__navbar-search-input {
  border: none;
  outline: none;
  width: 100%;
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  position: absolute;
  inset: 0;
  padding-left: 54rem;
  padding-right: 20rem;
}
.header__navbar-search-input::-webkit-input-placeholder {
  color: var(--medium-grey);
}
.header__navbar-search-input::-moz-placeholder {
  color: var(--medium-grey);
}
.header__navbar-search-input:-ms-input-placeholder {
  color: var(--medium-grey);
}
.header__navbar-search-input::-ms-input-placeholder {
  color: var(--medium-grey);
}
.header__navbar-search-input::placeholder {
  color: var(--medium-grey);
}
.header__navbar-search-button {
  border: none;
  background: transparent;
  width: 24rem;
  height: 24rem;
  z-index: 1;
  cursor: pointer;
}
.header__navbar-search-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__navbar-search path {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.header__navbar-search-mobile {
  display: none;
}
.header__navbar-search:hover path {
  fill: var(--hover-red);
}
.header__navbar-search:has(.header__navbar-search-input:focus-visible) {
  border-color: var(--black);
}
.header__navbar-search:has(svg path:focus-visible) {
  fill: var(--red);
}
.header__navbar-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40rem;
}
.header__navbar-number {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.header__navbar-number, .header__navbar-number:hover {
  text-decoration: none;
}
.header__navbar-number:hover {
  color: var(--red);
}
.header__navbar-button {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border: 2rem solid var(--red);
  border-radius: var(--border-radius-button);
  text-align: center;
  height: 60rem;
  width: 250rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.header__navbar-button:hover {
  background: var(--hover-red);
  color: #fff;
}
.header__navbar-button:active {
  background-color: #b4122b;
  color: #fff;
}
.header__navbar-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  cursor: pointer;
  z-index: 22;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.header__navbar-basket, .header__navbar-basket:hover {
  text-decoration: none;
}
.header__navbar-basket-icon {
  background-color: var(--red);
  border-radius: 3.2rem;
  padding: 4rem;
}
.header__navbar-basket-image {
  width: 24rem;
  height: 24rem;
}
.header__navbar-basket-text {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
}
.header__navbar-basket-text, .header__navbar-basket-text:hover {
  text-decoration: none;
}
.header__navbar-basket p {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.header__navbar-basket:hover p {
  color: var(--red);
}
.header__nav {
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 15rem 0;
  background: rgba(245, 245, 245, 0.01);
  -webkit-backdrop-filter: blur(23.3500003815rem);
          backdrop-filter: blur(23.3500003815rem);
}
.header__nav-show {
  background-color: #fff;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.header__nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25rem;
}
.header__nav-button {
  background-color: var(--red);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11rem;
  border: none;
  font-family: var(--font-family-text);
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 10rem 10rem 10rem 20rem;
  border-radius: var(--border-radius-button);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
  z-index: 12;
}
.header__nav-button:hover {
  background: var(--hover-red);
}
.header__nav-button:active {
  background-color: #b4122b;
}
.header__nav-button div {
  background-color: var(--hover-red);
  width: 40rem;
  height: 40rem;
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav-button svg {
  width: 24rem;
  height: 24rem;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40rem;
}
.header__nav-list-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40rem;
  width: 100%;
  overflow-y: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 23rem;
}
.header__nav-link {
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border-bottom: 2rem solid transparent;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
  cursor: pointer;
  padding: 5rem;
  white-space: nowrap;
}
.header__nav-link, .header__nav-link:hover {
  text-decoration: none;
}
.header__nav-link:hover {
  border-bottom: 2rem solid rgba(255, 255, 255, 0.7);
}
.header__nav-link:active {
  border-bottom: 2rem solid rgba(255, 255, 255, 0.7);
}
.header__nav-hidden {
  position: absolute;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding-left: 276rem;
}
.header__nav-hidden-show {
  -webkit-transform: translateY(-2rem);
      -ms-transform: translateY(-2rem);
          transform: translateY(-2rem);
  opacity: 1;
  width: 100%;
  visibility: visible;
  padding: 0 80rem 20rem 276rem;
  border-bottom: 1rem solid var(--medium-grey);
}
.header .header__nav-link-black {
  color: var(--black);
}
.header .header__nav-link-black:hover {
  border-color: var(--red);
}
.header .black {
  color: var(--black);
}
.header .black:hover {
  border-color: var(--red);
}
.header .catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .catalog-hidden {
  display: none;
}
.header .krest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .krest-hidden {
  display: none;
}
.header .boxs-hidden {
  display: none;
}
.header .header__burger {
  display: none;
}
.header .mobile-navbar {
  display: none;
}

.header--white {
  background: #fff;
  border-bottom: 1rem solid var(--medium-grey);
}
.header--white .header__nav-link {
  color: var(--black);
  border-bottom: 2rem solid transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header--white .header__nav-link:hover {
  border-bottom: 2rem solid var(--red);
}

.header__nav-links-mobile {
  display: none;
}

.header__navbar-search-mobile:has(.header__navbar-search-mobile-input:focus-visible) {
  border-color: var(--black);
}

.header__navbar-search-mobile:has(.header__navbar-search-mobile-input:focus-visible) svg path {
  fill: var(--red);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header__navigation-link {
    font-size: 12rem;
    white-space: nowrap;
  }
  .header__navigation-container {
    gap: 20rem;
  }
  .header__navigation-paragraph {
    font-size: 12rem;
  }
  .header__navbar-container {
    gap: 20rem;
  }
  .header__navbar-logo {
    height: 60rem;
  }
  .header__navbar-search {
    width: 350rem;
    padding: 10rem 20rem;
  }
  .header__navbar-contacts {
    gap: 30rem;
  }
  .header__navbar-number {
    font-size: 18rem;
  }
  .header__navbar-button {
    height: 50rem;
    width: 220rem;
    font-size: 14rem;
  }
  .header__navbar-basket-image {
    width: 22rem;
    width: 22rem;
  }
  .header__navbar-basket-text {
    font-size: 14rem;
  }
  .header__nav .container {
    gap: 20rem;
  }
  .header__nav-button {
    font-size: 14rem;
    padding: 8rem 8rem 8rem 10rem;
  }
  .header__nav-button div {
    width: 30rem;
    height: 30rem;
  }
  .header__nav-button svg {
    width: 22rem;
    height: 22rem;
  }
  .header__nav-list {
    gap: 8rem;
  }
  .header__nav-hidden {
    padding-left: 163rem;
  }
  .header__nav-list-catalog {
    gap: 20rem;
  }
  .header__nav-link {
    font-size: 11rem;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0;
  }
  .header__navigation {
    display: none;
  }
  .header__navbar {
    padding: 4rem;
    background-color: #f5f5f5;
  }
  .header__navbar-contacts {
    gap: 24rem;
  }
  .header__navbar-logo {
    height: 58rem;
  }
  .header__navbar-search {
    display: none;
  }
  .header__navbar-number {
    display: none;
  }
  .header__navbar-button {
    display: none;
  }
  .header__navbar-basket-text {
    display: none;
  }
  .header__navbar-search-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--medium-grey);
    position: relative;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10rem;
    padding: 15rem 12rem;
    background: #fff;
    border-radius: 4rem;
    width: 222rem;
    height: 40rem;
  }
  .header__navbar-search-mobile:has(svg path:focus-visible) {
    fill: var(--red);
  }
  .header__navbar-search-mobile-input {
    border: none;
    outline: none;
    width: 280rem;
    color: var(--black);
    font-family: var(--font-family-text);
    font-size: 12rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .header__navbar-search-mobile-input::-webkit-input-placeholder {
    color: var(--medium-grey);
  }
  .header__navbar-search-mobile-input::-moz-placeholder {
    color: var(--medium-grey);
  }
  .header__navbar-search-mobile-input:-ms-input-placeholder {
    color: var(--medium-grey);
  }
  .header__navbar-search-mobile-input::-ms-input-placeholder {
    color: var(--medium-grey);
  }
  .header__navbar-search-mobile-input::placeholder {
    color: var(--medium-grey);
  }
  .header__navbar-search-mobile-button {
    border: none;
    background: transparent;
    width: 24rem;
    height: 24rem;
  }
  .header__navbar-search-mobile-image {
    height: 20rem;
    width: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header__nav {
    background: #fff;
    padding: 8rem 0;
  }
  .header__nav-button {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 6rem;
    padding: 8rem;
    height: 40rem;
  }
  .header__nav-button div {
    width: 32rem;
    height: 32rem;
  }
  .header__nav-list {
    gap: 8rem;
  }
  .header__nav-button p {
    font-size: 12rem;
  }
  .header__nav-button div {
    background-color: var(--red);
  }
  .header__nav-link {
    display: none;
  }
  .header__nav-list-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12rem;
    padding-top: 24rem;
    padding-bottom: 172rem;
    overflow-y: scroll;
  }
  .header__nav-hidden {
    padding: 0;
    z-index: 1;
    height: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .header__nav-hidden-show {
    padding: 0;
    height: 100vh;
    padding: 0 16rem;
    overflow-y: scroll;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 32rem;
    height: 22rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 22;
  }
  .header .header__burger-line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 3rem;
    background-color: var(--black);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .header .header__burger-line:first-child {
    top: 0;
    width: 50%;
  }
  .header .header__burger-line:last-child {
    top: calc(100% - 3rem);
  }
  .header .header__burger-line:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .mobile-navbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: hidden;
    z-index: 12;
    padding: 75rem 16rem;
    z-index: 3;
  }
  .header .mobile-navbar--active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    position: fixed;
  }
  .--active .header__burger-line:nth-child(2) {
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .--active .header__burger-line:first-child {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .--active .header__burger-line:last-child {
    top: 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__navbar-mobile-search {
    width: 100%;
    padding: 15rem 12rem;
    height: 40rem;
  }
  .mobile-navbar__list {
    z-index: 22;
    margin-top: 24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12rem;
  }
  .mobile-navbar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .mobile-navbar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: var(--black);
    font-family: var(--font-family-text);
    font-size: 14rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    list-style: none;
    margin-top: 12rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 12rem;
    border-bottom: 1rem solid #dddde2;
  }
  .mobile-navbar__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16rem;
    margin-top: 32rem;
  }
  .mobile-navbar__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8rem;
  }
  .mobile-navbar__title {
    color: var(--dark-grey);
    font-family: var(--font-family-text);
    font-size: 14rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .mobile-navbar__paragraph {
    color: var(--black);
    font-family: var(--font-family-text);
    font-size: 14rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }
  .mobile-navbar__number {
    margin-top: 16rem;
    color: var(--black);
    font-family: var(--font-family-text);
    font-size: 16rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }
  .mobile-navbar__button {
    margin-top: 16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4rem;
    border: 2rem solid var(--red);
    color: var(--black);
    font-family: var(--font-family-text);
    font-size: 14rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    height: 52rem;
    padding: 15rem 20rem;
    cursor: pointer;
  }
  .mobile-navbar__button, .mobile-navbar__button:hover {
    text-decoration: none;
  }
  .header--white {
    background: #fff;
  }
  .header--white .header__nav-link {
    color: var(--black);
  }
  .black {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12rem;
    border-bottom: 1rem solid #dddde2;
    width: 100%;
  }
  .header__nav-links-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12rem;
    width: 100%;
  }
}
.hero {
  position: relative;
}
.hero__main-container {
  position: absolute;
  left: 80rem;
  bottom: 100rem;
  z-index: 24;
}
.hero__main-title {
  color: #fff;
  font-family: var(--font-family-title);
  font-size: 58rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 69.6px */
  text-transform: uppercase;
  z-index: 23;
}
.hero__main-paragraph {
  color: var(--medium-grey);
  font-family: "Montserrat";
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 722rem;
  margin-top: 10rem;
  margin-bottom: 40rem;
}
.hero__main-button {
  color: #fff;
  font-family: "Montserrat";
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  background-color: var(--red);
  height: 60rem;
  width: 288rem;
  margin-top: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15rem;
  border-radius: var(--border-radius-button);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.hero__main-button:hover {
  background: var(--hover-red);
}
.hero__main-button:active {
  background-color: #b4122b;
  color: #fff;
}
.hero__main-button div {
  background-color: var(--hover-red);
  width: 40rem;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4rem;
  padding: 8rem;
}
.hero__main-button svg {
  width: 24rem;
  height: 24rem;
}
.hero__block {
  position: absolute;
  bottom: -2rem;
  right: 0;
  width: 802rem;
  height: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
}
.hero__block-mobile {
  display: none;
}
.hero__controller {
  position: absolute;
  bottom: 95rem;
  right: 80rem;
  color: #fff;
  font-size: 20rem;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 18rem;
}
.hero__controller-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  color: var(--red);
}
.hero__controller-button {
  background-color: #fff;
  padding: 10rem;
  width: 60rem;
  height: 60rem;
  cursor: pointer;
  border-radius: var(--border-radius-button);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.hero__controller-button:hover {
  background-color: #CE1531;
}
.hero__controller-button:hover path {
  fill: #fff;
}
.hero__controller-button:active {
  background-color: #B4122B;
}
.hero__controller-button:active path {
  fill: #fff;
}
.hero__controller-image {
  width: 40rem;
  height: 40rem;
}
.hero__controller-pagination {
  color: #fff;
  font-family: var(--font-family-title);
  font-size: 40rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5rem;
}
.hero__progress {
  width: 65%;
  height: 5rem;
  background: transparent;
  z-index: 2;
  position: absolute;
  bottom: 0;
}
.hero__progress span {
  height: 5rem;
  --progress: 0; /* Initial state */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 0;
  height: 100%;
  background-color: var(--red); /* Fill color */
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; /* Smooth transition */
  stroke-width: 4px;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero .swiper-slide {
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.hero .swiper-slide-mobile {
  display: none;
}
.hero .swiper-pagination-current {
  color: #fff;
  font-family: var(--font-family-title);
  font-size: 58rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
}
.hero .swiper-pagination-current::before {
  content: "0";
}
.hero .swiper-pagination-total {
  color: #ccc7c5;
  font-family: var(--font-family-title);
  font-size: 32rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.hero .hero__controller-image-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.hero .swiper-button-disabled {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(7rem);
          backdrop-filter: blur(7rem);
}
.hero .swiper-button-disabled .hero__controller-image path {
  fill: #fff;
}
.hero-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .hero__main-title {
    font-size: 48rem;
  }
  .hero__main-paragraph {
    font-size: 18rem;
    width: 617rem;
  }
  .hero__main-button {
    font-size: 16rem;
  }
  .hero__main__controller {
    gap: 16rem;
  }
  .hero__main__controller-buttons {
    gap: 24rem;
  }
  .hero__main__controller-button {
    width: 52rem;
    height: 52rem;
  }
  .hero__main__controller-image {
    width: 36rem;
    height: 36rem;
  }
  .hero__main__controller-pagination {
    font-size: 36rem;
  }
  .hero__progress {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero__main-container {
    position: absolute;
    left: 16rem;
    bottom: 169rem;
    max-width: 328rem;
  }
  .hero__main-title {
    font-size: 24rem;
  }
  .hero__main-paragraph {
    font-size: 14rem;
    width: 328rem;
    margin-bottom: 0;
  }
  .hero__main-button {
    width: 100%;
    height: 52rem;
    font-size: 14rem;
    margin-top: 24rem;
    gap: 8rem;
  }
  .hero__main-button div {
    width: 32rem;
    height: 32rem;
    padding: 6rem;
  }
  .hero__main-button svg {
    width: 20rem;
    height: 20rem;
  }
  .hero__controller {
    position: absolute;
    right: 23rem;
    bottom: 40rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20rem;
  }
  .hero__controller-buttons {
    gap: 16rem;
  }
  .hero__controller-button {
    width: 40rem;
    height: 40rem;
    padding: 8rem;
  }
  .hero__controller-image {
    width: 24rem;
    height: 24rem;
  }
  .hero__controller-pagination {
    font-size: 24rem;
  }
  .hero__progress {
    display: none;
  }
  .hero__block {
    display: none;
  }
  .hero__block-mobile {
    display: block;
    position: absolute;
    width: 267rem;
    height: 22rem;
    bottom: -2rem;
    right: 0;
    z-index: 6;
  }
  .hero .swiper {
    height: 800rem;
  }
  .hero .swiper-slide-desktop {
    display: none;
  }
  .hero .swiper-slide-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 360rem;
  }
  .hero .swiper-pagination-current {
    font-size: 24rem;
  }
  .hero .swiper-pagination-total {
    font-size: 14rem;
  }
}
.material .container {
  padding-top: 80rem;
  padding-bottom: 82rem;
}
.material__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.material__paragprah {
  color: var(--black);
  font-family: var(--font-family-title);
  font-size: 20rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 22px */
  text-transform: uppercase;
}
.material__title {
  color: var(--hover-red);
  font-family: var(--font-family-text);
  font-size: 52rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.material__title span {
  color: var(--black);
}
.material__cards {
  padding-top: 60rem;
  display: grid;
  grid-template-columns: repeat(4, 425rem);
  gap: 20rem;
}
.material__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  text-decoration: none;
}
.material__link:hover .material__card-paragraph {
  color: var(--red);
}
.material__card {
  background-image: url("../images/card1.webp");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 169rem;
  border-radius: 5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
  position: relative;
}
.material__card, .material__card:hover {
  text-decoration: none;
}
.material__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10rem;
}
.material__card-paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.material__card-image {
  background-color: #fff;
  width: 40rem;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5rem;
}
.material__card-image svg {
  width: 24rem;
  height: 24rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.material__card-image svg path {
  fill: var(--black);
}
.material__card::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 5rem;
}
.material__link:hover .material__card-paragraph {
  color: var(--red);
}
.material__link:hover svg path {
  fill: var(--red);
}

.card2 {
  background-image: url("../images/card2.webp");
}

.card3 {
  background-image: url("../images/card3.webp");
}

.card4 {
  background-image: url("../images/card4.webp");
}

.card5 {
  background-image: url("../images/card5.webp");
}

.card6 {
  background-image: url("../images/card6.webp");
}

.card7 {
  background-image: url("../images/card7.webp");
}

.card8 {
  background-image: url("../images/card8.webp");
}

.card9 {
  background-image: url("../images/card9.webp");
}

.card10 {
  background-image: url("../images/card10.webp");
}

.card11 {
  background-image: url("../images/card11.webp");
}

.card12 {
  background-image: url("../images/card12.webp");
}

.card13 {
  background-image: url("../images/card13.webp");
}

.card14 {
  background-image: url("../images/card14.webp");
}

@media (min-width: 768px) and (max-width: 1200px) {
  .material__paragraph {
    font-size: 18rem;
  }
  .material__title {
    font-size: 42rem;
  }
  .material__cards {
    grid-template-columns: repeat(3, 360rem);
    gap: 15rem;
  }
  .material__card-paragraph {
    font-size: 18rem;
  }
}
@media (max-width: 768px) {
  .material .container {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  .material__container {
    gap: 12rem;
  }
  .material__paragprah {
    font-size: 14rem;
  }
  .material__title {
    font-size: 24rem;
  }
  .material__cards {
    padding-top: 32rem;
    grid-template-columns: repeat(2, 158rem);
    gap: 12rem;
  }
  .material__link {
    gap: 8rem;
  }
  .material__card {
    height: 88rem;
    padding: 12rem;
    background-position: -35rem;
    background-size: contain;
  }
  .material__card-paragraph {
    font-size: 12rem;
  }
  .material__card-image {
    width: 24rem;
    height: 24rem;
    padding: 5rem;
  }
  .material__card-image svg {
    width: 14rem;
    height: 14rem;
  }
}
.products {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(66.62%, #f5f5f5));
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 66.62%);
}
.products .container {
  padding-top: 80rem;
  padding-bottom: 80rem;
}
.products__paragraph {
  color: var(--black);
  font-family: var(--font-family-title);
  font-size: 20rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 22px */
  text-transform: uppercase;
}
.products__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20rem;
}
.products__title {
  color: var(--hover-red);
  font-family: var(--font-family-text);
  font-size: 52rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.products__title span {
  color: var(--black);
}
.products__button {
  margin: 0;
  text-decoration: none;
}
.products__tabs {
  margin-top: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20rem;
}
.products__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15rem 20rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  border-bottom: 2px solid #ccccd1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.products__tab, .products__tab:hover {
  text-decoration: none;
}
.products__tab:hover {
  border-color: var(--red);
}
.products__cards {
  display: grid;
  grid-template-columns: repeat(4, 425rem);
  margin-top: 20rem;
  gap: 20rem;
}
.products__button {
  width: 257rem;
}
.products__card {
  background-color: #fff;
  padding: 20rem 20rem 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6rem;
  height: 650rem;
}
.products__card-image {
  height: 300rem;
  width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.products__card a {
  cursor: pointer;
}
.products__card a, .products__card a:hover {
  text-decoration: none;
}
.products__card-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-top: 20rem;
}
.products__card-paragraph {
  color: var(--dark-grey);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 10rem;
}
.products__card-ceils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
.products__card-ceil {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-top: 20rem;
}
.products__card-ceil span {
  color: var(--medium-grey);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
.products__card-ceil-prev {
  color: var(--medium-grey);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-decoration: line-through;
  margin-top: 20rem;
}
.products__card-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
  margin-top: 20rem;
  width: 120rem;
}
.products__card-dropdown select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--black);
  width: 200rem;
  height: 52rem;
  padding: 14rem;
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border: 1rem solid #dddde2;
  border-radius: 6rem;
  background: url("../images/dropwdown.svg") no-repeat right;
}
.products__card-label {
  color: var(--dark-grey);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.products__card-links {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.products__card-link {
  color: var(--red);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  margin-top: 20rem;
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.products__card-link:hover {
  text-decoration: underline;
}
.products__card-link svg {
  width: 20rem;
  height: 20rem;
}
.products__button {
  margin-top: 20rem;
  padding: 10rem 10rem 10rem 20rem;
  width: 288rem;
}
.products .active-tab {
  border-color: var(--red);
}
.products .hidden-card-content-products {
  display: none;
}

.products__button-main {
  text-decoration: none;
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .products__paragraph {
    font-size: 18rem;
  }
  .products__title {
    font-size: 42rem;
  }
  .products__tabs {
    gap: 15rem;
  }
  .products__tab {
    font-size: 16rem;
  }
  .products__cards {
    grid-template-columns: repeat(4, 260rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products__cards__button {
    width: 220rem;
  }
  .products__card {
    padding: 12rem 8rem;
    height: 100%;
    width: 265rem;
  }
  .products__card-image {
    height: 200rem;
  }
  .products__card-title {
    font-size: 13rem;
    width: 250rem;
  }
  .products__card-paragraph {
    font-size: 12rem;
    margin-top: 8rem;
  }
  .products__card-ceils {
    gap: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .products__card-ceil {
    font-size: 16rem;
    margin-top: 12rem;
  }
  .products__card-ceil span {
    font-size: 10rem;
  }
  .products__card-ceil-prev {
    font-size: 16rem;
    margin-top: 0;
  }
  .products__card-dropdown {
    margin-top: 12rem;
  }
  .products__card-dropdown select {
    width: 142rem;
    height: auto;
    font-size: 12rem;
  }
  .products__card-label {
    font-size: 12rem;
  }
  .products__card-link {
    font-size: 12rem;
    margin-top: 12rem;
  }
  .products__card-link svg {
    width: 16rem;
    height: 16rem;
  }
  .products__card-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .products__button {
    width: 245rem;
    padding: 8rem 15rem 8rem 15rem;
    font-size: 16rem;
    height: 52rem;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .products .container {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  .products__button {
    margin-top: 8rem;
  }
  .products__paragraph {
    font-size: 14rem;
  }
  .products__title {
    font-size: 24rem;
  }
  .products__button-main {
    display: none;
  }
  .products__tabs {
    margin-top: 32rem;
    gap: 12rem;
  }
  .products__tab {
    padding: 8rem 12rem;
    font-size: 14rem;
    white-space: nowrap;
  }
  .products__cards {
    grid-template-columns: repeat(4, 158rem);
    gap: 12rem;
  }
  .products__cards-wrapper {
    width: calc(100% + 32rem);
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -16rem;
    padding-left: 16rem;
    margin-right: -16rem;
    padding-right: 16rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    scrollbar-width: none;
  }
  .products__card {
    padding: 12rem 8rem;
    height: 100%;
  }
  .products__card-image {
    height: 137rem;
    width: 142rem;
  }
  .products__card-title {
    font-size: 12rem;
    margin-top: 12rem;
    width: 142rem;
  }
  .products__card-paragraph {
    font-size: 10rem;
    margin-top: 8rem;
  }
  .products__card-ceils {
    gap: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .products__card-ceil {
    font-size: 16rem;
    margin-top: 12rem;
  }
  .products__card-ceil span {
    font-size: 10rem;
  }
  .products__card-ceil-prev {
    font-size: 16rem;
    margin-top: 0;
  }
  .products__card-dropdown {
    margin-top: 12rem;
  }
  .products__card-dropdown select {
    width: 142rem;
    height: auto;
    font-size: 12rem;
  }
  .products__card-label {
    font-size: 12rem;
  }
  .products__card-links {
    margin-top: 0rem;
  }
  .products__card-link {
    font-size: 10rem;
  }
  .products__card-link svg {
    width: 16rem;
    height: 16rem;
  }
  .products__card-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .products__button-mobile {
    gap: 8rem;
    height: 44rem;
    font-size: 12rem;
    gap: 8rem;
    width: 100%;
    white-space: inherit;
    padding: 6rem 13.5rem 6rem 12.5rem;
  }
  .products__button-mobile div {
    height: 32rem;
    width: 32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6rem;
  }
  .products .products__tabs-wrapper {
    overflow-x: scroll;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-right: -16rem;
    padding-right: 16rem;
    margin-left: -16rem;
    padding-left: 16rem;
    scrollbar-width: none;
  }
}
.banner {
  position: relative;
}
.banner .swiper-banner {
  height: 451rem;
  position: relative;
}
.banner .swiper-banner__block {
  position: absolute;
  z-index: 2131;
  top: 0;
  right: 0;
  width: 781rem;
  height: 31rem;
}
.banner .swiper-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.banner .banner__controller-pagination {
  color: #fff;
  font-family: var(--font-family-title);
  font-size: 40rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5rem;
}
.banner .swiper-pagination-current {
  color: #fff;
  font-family: var(--font-family-title);
  font-size: 58rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
}
.banner .swiper-pagination-current::before {
  content: "0";
}
.banner .banner__controller-image-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.banner .swiper-button-disabled {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(6.6666669846px);
          backdrop-filter: blur(6.6666669846px);
}
.banner .swiper-button-disabled svg path {
  fill: #fff;
}
.banner .swiper-pagination-total {
  color: var(--medium-grey);
  font-family: var(--font-family-title);
  font-size: 32rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.banner .swiper-banner__controller {
  bottom: 40rem;
}
.banner .swiper-banner-desktop {
  display: block;
}
.banner .swiper-banner-mobile {
  display: none;
}
.banner .swiper-banner__block-mobile {
  display: none;
}

@media (max-width: 768px) {
  .banner .swiper-banner {
    height: 400rem;
  }
  .banner .swiper-banner-desktop {
    display: none;
  }
  .banner .swiper-banner-mobile {
    display: block;
  }
  .banner .banner__container {
    bottom: 135rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner .swiper-banner__block {
    display: none;
  }
  .banner .banner__controller-pagination {
    font-size: 24rem;
  }
  .banner .swiper-pagination-current {
    font-size: 24rem;
  }
  .banner .swiper-pagination-total {
    font-size: 14rem;
  }
  .banner .swiper-banner__block-mobile {
    display: block;
    position: absolute;
    top: -1rem;
    right: 0;
    width: 267rem;
    height: 22rem;
    z-index: 1223;
  }
}
.advantages .container {
  padding-top: 80rem;
  padding-bottom: 82rem;
}
.advantages__cards {
  margin-top: 60rem;
  display: grid;
  grid-template-columns: 425rem 425rem 870rem;
  gap: 20rem;
}
.advantages__card {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40rem;
  border-radius: 4rem;
}
.advantages__card-image {
  background-color: var(--red);
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40rem;
  height: 40rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4rem;
}
.advantages__card-image svg {
  width: 32rem;
  height: 32rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.advantages__card-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 10rem;
  border-bottom: 1rem solid #ccccd1;
  width: 100%;
  margin-top: 20rem;
}
.advantages__card-paragraph {
  color: var(--dark-grey);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-top: 10rem;
}
.advantages__card:last-child {
  background-color: #fff;
  border: 1rem solid #CCCCD1;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .advantages__cards {
    grid-template-columns: 325rem 325rem auto;
  }
  .advantages__card {
    padding: 20rem;
  }
  .advantages__card-title {
    font-size: 20rem;
  }
  .advantages__card-paragraph {
    font-size: 16rem;
  }
}
@media (max-width: 768px) {
  .advantages .container {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  .advantages__cards {
    margin-top: 32rem;
    grid-template-columns: repeat(1, 328rem);
    gap: 12rem;
  }
  .advantages__card {
    padding: 16rem;
  }
  .advantages__card-image {
    width: 32rem;
    height: 32rem;
  }
  .advantages__card-image svg {
    width: 24rem;
    height: 24rem;
  }
  .advantages__card-title {
    font-size: 16rem;
    margin-top: 12rem;
    padding-bottom: 8rem;
  }
  .advantages__card-paragraph {
    font-size: 14rem;
    padding-top: 8rem;
  }
}
.stages {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(66.62%, #f5f5f5));
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 66.62%);
}
.stages .container {
  padding-top: 80rem;
  padding-bottom: 82rem;
}
.stages .stages__strelka {
  width: 1541rem;
  margin-top: 60rem;
}
.stages__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #fff;
  padding: 60rem 40rem;
}
.stages__card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.stages__card-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
  padding: 20rem;
  border-radius: 4rem 0rem 0rem 4rem;
  background: #F5F5F5;
  height: 70rem;
}
.stages__card-stage {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.stages__card-title {
  color: var(--red);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.stages__card-links {
  padding: 30rem 20rem;
}
.stages__card-paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.stages__card .products__card-link {
  margin-top: 10rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.stages__card-link {
  width: 365rem;
  font-size: 20rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.stages__card-link svg {
  width: 24rem;
  height: 24rem;
}
.stages__card-image {
  background-color: var(--hover-red);
  width: 40rem;
  height: 40rem;
  border-radius: 4rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stages__card-image svg {
  width: 24rem;
  height: 24rem;
}
.stages .stage-2 {
  background-color: #EFEFEF;
}
.stages .stage-3 {
  background-color: #E7E7E7;
}
.stages .stage-4 {
  background-color: var(--red);
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .stages .stages__strelka {
    width: 860rem;
  }
  .stages__cards {
    grid-template-columns: repeat(4, 260rem);
  }
  .stages__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stages__card-titles {
    padding: 15rem;
    gap: 15rem;
    height: 60rem;
  }
  .stages__card-stage {
    font-size: 16rem;
  }
  .stages__card-title {
    font-size: 16rem;
  }
  .stages__card-links {
    padding: 15rem 20rem;
  }
  .stages__card-paragraph {
    font-size: 16rem;
  }
  .stages__card-link {
    width: 250rem;
    font-size: 14rem;
  }
  .stages__card-link svg {
    width: 20rem;
    height: 20rem;
  }
  .stages__card-link-pl {
    margin-top: 40rem;
  }
}
@media (max-width: 768px) {
  .stages .container {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  .stages .stages__strelka {
    display: none;
  }
  .stages__cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 32rem 16rem;
    gap: 24rem;
  }
  .stages__card-titles {
    gap: 12rem;
    padding: 10rem 20rem;
    height: 48rem;
  }
  .stages__card-stage {
    font-size: 14rem;
  }
  .stages__card-title {
    font-size: 14rem;
  }
  .stages__card-links {
    padding: 10rem 0;
  }
  .stages__card-paragraph {
    font-size: 14rem;
  }
  .stages__card-link {
    width: 100%;
    font-size: 14rem;
  }
  .stages__card-link svg {
    width: 20rem;
    height: 20rem;
  }
  .stages__card-image {
    width: 32rem;
    height: 32rem;
  }
  .stages__card-image {
    width: 20rem;
    height: 20rem;
  }
}
.gallery .container {
  padding-top: 80rem;
  padding-bottom: 80rem;
}
.gallery__button {
  display: none;
}
.gallery__button-main {
  margin: 0;
}
.gallery__tabs {
  margin-top: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20rem;
}
.gallery__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15rem 20rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  border-bottom: 2rem solid #ccccd1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.gallery__tab, .gallery__tab:hover {
  text-decoration: none;
}
.gallery__tab:hover {
  border-color: var(--red);
}
.gallery__container {
  margin-top: 40rem;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  gap: 20rem;
}
.gallery__image {
  width: 100%;
  height: 266rem;
  position: relative;
  z-index: 1;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.gallery__image img {
  height: 100%;
  width: 100%;
  border-radius: 4rem;
}
.gallery__icon {
  width: 40rem;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4rem;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(7rem);
          backdrop-filter: blur(7rem);
  position: absolute;
  z-index: 2;
  bottom: 20rem;
  right: 20rem;
  border: none;
}
.gallery__icon svg {
  width: 27rem;
  height: 27rem;
}
.gallery__button {
  cursor: pointer;
}
.gallery__button, .gallery__button:hover {
  text-decoration: none;
}
.gallery .hidden-card-content {
  display: none;
}
.gallery .active-link {
  border-color: var(--red);
}

.image-1 {
  grid-row: span 2;
  height: 551rem;
  border-radius: 4rem;
  position: relative;
}

.gallery__button-main {
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .gallery__tabs {
    gap: 8rem;
  }
  .gallery__tab {
    font-size: 12rem;
    white-space: nowrap;
  }
  .gallery__image {
    height: 230rem;
  }
  .gallery__icon {
    width: 36rem;
    height: 36rem;
  }
  .gallery__icon svg {
    width: 24rem;
    height: 24rem;
  }
  .image-1 {
    height: 480rem;
  }
}
@media (max-width: 768px) {
  .gallery__button-mobile {
    display: none;
  }
  .gallery__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gallery .container {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  .gallery__tabs {
    margin-top: 32rem;
    gap: 12rem;
  }
  .gallery__tab {
    padding: 8rem 12rem;
    font-size: 14rem;
    white-space: nowrap;
  }
  .gallery__container {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    gap: 12rem;
    margin-top: 24rem;
  }
  .gallery__image {
    height: 97rem;
    border-radius: 4rem;
  }
  .gallery__icon {
    width: 24rem;
    height: 24rem;
    bottom: 10rem;
    right: 10rem;
    border: none;
  }
  .gallery__icon svg {
    width: 16rem;
    height: 176rem;
  }
  .image-1 {
    height: 205rem;
  }
  .gallery__tabs-wrapper {
    overflow-x: scroll;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: none;
    margin-right: -16rem;
    padding-right: 16rem;
    margin-left: -16rem;
    padding-left: 16rem;
    scrollbar-width: none;
  }
}
.feedback .container {
  padding-top: 80rem;
  padding-bottom: 80rem;
}
.feedback__subtitle {
  color: var(--dark-grey);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 954rem;
}
.feedback__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20rem;
  margin-top: 60rem;
}
.feedback__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.feedback__card {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 6rem;
}
.feedback__card-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30rem;
  cursor: pointer;
  height: 108rem;
}
.feedback__card-paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  width: 90%;
}
.feedback__card-texts {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30rem;
  padding-right: 30rem;
  padding-bottom: 30rem;
}
.feedback__card-text {
  color: var(--dark-grey);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.feedback__card-list {
  padding: 0;
  margin-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.feedback__card svg {
  width: 40rem;
  height: 40rem;
}
.feedback__card .minus {
  display: none;
}
.feedback__card .plus-hidden {
  display: none;
}
.feedback .feedback__card-text-show {
  display: block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .feedback__subtitle {
    font-size: 18rem;
  }
  .feedback__card {
    min-height: 80rem;
  }
  .feedback__card-container {
    padding: 20rem;
  }
  .feedback__card-paragraph {
    font-size: 18rem;
  }
  .feedback__card-text {
    font-size: 16rem;
  }
  .feedback__card svg {
    width: 36rem;
    height: 36rem;
  }
}
@media (max-width: 768px) {
  .feedback .container {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  .feedback__subtitle {
    font-size: 14rem;
    width: 328rem;
  }
  .feedback__box {
    margin-top: 32rem;
    grid-template-columns: 1fr;
  }
  .feedback__cards {
    gap: 12rem;
  }
  .feedback__card {
    min-height: 56rem;
  }
  .feedback__card-container {
    padding: 12rem 16rem;
    height: auto;
  }
  .feedback__card-paragraph {
    font-size: 16rem;
  }
  .feedback__card-texts {
    padding-left: 16rem;
    padding-right: 16rem;
    padding-bottom: 12rem;
  }
  .feedback__card-text {
    font-size: 12rem;
  }
  .feedback__card svg {
    width: 32rem;
    height: 32rem;
  }
}
.section-input {
  background-image: url("../images/background-input.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 605rem;
  position: relative;
}
.section-input__image {
  width: 802rem;
  height: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-input__image-mobile {
  display: none;
}
.section-input .container {
  padding-top: 80rem;
  display: grid;
  grid-template-columns: 914rem 574rem;
  gap: 124rem;
}
.section-input__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40rem;
}
.section-input__container-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.section-input__container-paragraph {
  color: var(--black);
  font-family: var(--font-family-title);
  font-size: 20rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  text-transform: uppercase;
}
.section-input__container-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 52rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.section-input__container-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.section-input__container-text {
  color: var(--dark-grey);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.section-input__container-number {
  color: var(--red);
  font-family: var(--font-family-text);
  font-size: 52rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-input__container-number:hover {
  color: var(--black);
}
.section-input__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
.section-input__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  width: 100%;
  position: relative;
}
.section-input__label {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-input__input {
  width: 100%;
  padding: 15rem 20rem;
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border: 1rem solid transparent;
  border-radius: 4rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-input__input::-webkit-input-placeholder {
  color: var(--medium-grey);
}
.section-input__input::-moz-placeholder {
  color: var(--medium-grey);
}
.section-input__input:-ms-input-placeholder {
  color: var(--medium-grey);
}
.section-input__input::-ms-input-placeholder {
  color: var(--medium-grey);
}
.section-input__input::placeholder {
  color: var(--medium-grey);
}
.section-input__input:hover {
  border-color: #dddde2;
}
.section-input__input:focus-visible {
  outline: none;
  border-color: #dddde2;
}
.section-input__input:active {
  outline: none;
  border-color: #dddde2;
}
.section-input__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
  margin-top: 30rem;
}
.section-input__text {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.section-input__text a {
  color: var(--red);
  cursor: pointer;
}
.section-input__text a, .section-input__text a:hover {
  text-decoration: none;
}
.section-input__button {
  background-color: var(--red);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  padding: 10rem 20rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  border: none;
  border-radius: var(--border-radius-button);
  cursor: pointer;
}
.section-input__button, .section-input__button:hover {
  text-decoration: none;
}
.section-input__button-image {
  width: 24rem;
  height: 24rem;
}
.section-input__button:hover {
  background-color: var(--hover-red);
}
.section-input__button div {
  background-color: var(--hover-red);
  width: 40rem;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4rem;
}
.section-input__button:active {
  background-color: #b4122b;
}

.section-input__button[disabled] {
  background-color: #fff;
  border: 2rem solid var(--medium-grey);
  color: var(--medium-grey);
  cursor: default;
}
.section-input__button[disabled] div {
  background-color: #f5f5f5;
}
.section-input__button[disabled] img {
  fill: var(--medium-grey);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-input .container {
    grid-template-columns: 600rem 490rem;
    gap: 0rem;
  }
  .section-input__container {
    gap: 20rem;
  }
  .section-input__container-paragraph {
    font-size: 18reem;
  }
  .section-input__container-title {
    font-size: 42rem;
  }
  .section-input__container-text {
    font-size: 20rem;
  }
  .section-input__container-number {
    font-size: 42rem;
  }
}
@media (max-width: 768px) {
  .section-input {
    height: 672rem;
  }
  .section-input__image {
    display: none;
  }
  .section-input__image-mobile {
    display: block;
    position: absolute;
    right: 0;
  }
  .section-input .container {
    padding-top: 40rem;
    grid-template-columns: 1fr;
    gap: 32rem;
  }
  .section-input__container {
    gap: 12rem;
  }
  .section-input__container-titles {
    gap: 12rem;
  }
  .section-input__container-paragraph {
    font-size: 14rem;
  }
  .section-input__container-title {
    font-size: 24rem;
  }
  .section-input__container-contacts {
    gap: 16rem;
  }
  .section-input__container-text {
    font-size: 14rem;
  }
  .section-input__container-number {
    font-size: 24rem;
  }
  .section-input__inputs {
    gap: 16rem;
  }
  .section-input__field {
    gap: 8rem;
  }
  .section-input__label {
    font-size: 12rem;
  }
  .section-input__input {
    padding: 15rem 16rem;
    font-size: 14rem;
  }
  .section-input__checkbox {
    margin-top: 4rem;
  }
  .section-input__text {
    font-size: 12rem;
  }
  .section-input__button {
    font-size: 14rem;
    gap: 8rem;
  }
  .section-input__button-image {
    width: 20rem;
    height: 20rem;
  }
  .section-input__button div {
    width: 32rem;
    height: 32rem;
  }
}
.input-error {
  border-color: #ce1531;
}

.footer {
  margin-top: auto;
}
.footer .container {
  padding-top: 60rem;
  padding-bottom: 60rem;
}
.footer__container {
  display: grid;
  grid-template-columns: 258rem 392rem 187rem 304rem 272rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30rem;
  border-bottom: 1rem solid #ebebeb;
}
.footer__container-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.footer__container-text {
  color: var(--dark-grey);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
.footer__container-paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.footer__container-number {
  color: var(--red);
  font-family: var(--font-family-text);
  font-size: 32rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.footer__container-number, .footer__container-number:hover {
  text-decoration: none;
}
.footer__container-number:hover {
  color: var(--black);
}
.footer__links {
  margin-top: 30rem;
  display: grid;
  grid-template-columns: 157rem auto;
  gap: 140rem;
}
.footer__links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__links-mobile {
  display: none;
}
.footer__links-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.footer__links-lists {
  display: grid;
  grid-template-columns: 209rem 380rem 354rem 399rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  margin-top: 20rem;
}
.footer__links-link {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.footer__links-link, .footer__links-link:hover {
  text-decoration: none;
}
.footer__links-link:hover {
  color: var(--hover-red);
}
.footer__links-minus {
  display: none;
}
.footer__links-minus--show {
  display: block;
}
.footer__links-plus--hidden {
  display: none;
}
.footer__widget {
  position: relative;
  height: 620rem;
  margin-top: 30rem;
  border-radius: 8rem;
}
.footer__widget iframe {
  border-radius: 8rem;
  border: none;
  height: 100%;
}
.footer__texts {
  margin-top: 40rem;
  display: grid;
  grid-template-columns: auto auto 1011rem;
}
.footer__link {
  color: var(--dark-grey);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.footer__link:hover {
  color: var(--red);
}
.footer__paragraph {
  color: var(--dark-grey);
  font-family: var(--font-family-inter);
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.footer .footer__links-list-mobile {
  display: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .footer__container {
    grid-template-columns: 160rem 130rem 120rem 186rem 271rem;
  }
  .footer__container-text {
    font-size: 18rem;
  }
  .footer__container-paragraph {
    font-size: 18rem;
  }
  .footer__container-number {
    font-size: 24rem;
  }
  .footer__links {
    gap: 80rem;
  }
  .footer__links-lists {
    grid-template-columns: auto auto auto auto;
  }
  .footer__links-title {
    font-size: 16rem;
  }
  .footer__links-link {
    font-size: 14rem;
  }
  .footer__widget {
    height: 500rem;
  }
  .footer__texts {
    grid-template-columns: auto auto auto;
    gap: 24rem;
  }
  .footer__link {
    font-size: 14rem;
  }
  .footer__paragraph {
    font-size: 12rem;
  }
}
@media (max-width: 768px) {
  .footer .container {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  .footer__container {
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 16rem;
    padding-bottom: 24rem;
  }
  .footer__container-block {
    gap: 8rem;
  }
  .footer__container-text {
    font-size: 14rem;
  }
  .footer__container-paragraph {
    font-size: 14rem;
  }
  .footer__container-number {
    font-size: 16rem;
  }
  .footer__links {
    grid-template-columns: 1fr;
    gap: 16rem;
  }
  .footer__links-title {
    font-size: 14rem;
  }
  .footer__links-container {
    display: none;
  }
  .footer__links-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 328rem;
    background-color: #F5F5F5;
    padding: 12rem 18rem;
    border-radius: 6rem;
  }
  .footer__links-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__links-list-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16rem;
    margin-top: 16rem;
  }
  .footer__links-button {
    background-color: var(--red);
    border-radius: 3.2rem;
    width: 27rem;
    height: 27rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__links-button--active {
    background-color: var(--medium-grey);
  }
  .footer__links-title-mobile {
    display: none;
  }
  .footer__links-list {
    display: none;
  }
  .footer__links-link {
    font-size: 14rem;
  }
  .footer__links-plus {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
  .footer__links-plus--active {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer__widget {
    height: 400rem;
  }
  .footer__texts {
    margin-top: 24rem;
    grid-template-columns: 1fr;
    gap: 12rem;
  }
  .footer__link {
    font-size: 12rem;
  }
  .footer__paragraph {
    font-size: 12rem;
  }
}
.main-section-gallery .container {
  padding-bottom: 90rem;
}
.main-section-gallery__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
.main-section-gallery__links span {
  color: var(--medium-grey);
  font-family: "Montserrat";
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.main-section-gallery__link {
  color: var(--medium-grey);
  font-family: "Montserrat";
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.main-section-gallery__link, .main-section-gallery__link:hover {
  text-decoration: none;
}
.main-section-gallery__link:hover {
  color: var(--black);
}
.main-section-gallery__paragraph {
  color: var(--black);
  font-family: "Montserrat";
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.main-section-gallery__title {
  color: var(--black);
  font-family: "Montserrat";
  font-size: 52rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-top: 40rem;
}
.main-section-gallery__container {
  margin-top: 60rem;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: auto auto auto;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
  row-gap: 40rem;
}
.main-section-gallery .card-1 {
  grid-column: span 2;
  width: 870rem;
}
.main-section-gallery .image-1 {
  width: 100%;
}
.main-section-gallery__card {
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main-section-gallery__card-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 425rem;
  height: 400rem;
  position: relative;
  border-radius: 4rem 4rem 0 0;
}
.main-section-gallery__card-text {
  background-color: #f5f5f5;
  padding: 10rem 10rem 10rem 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  border-radius: 0 0 4rem 4rem;
}
.main-section-gallery__card-paragraph {
  color: var(--black);
  text-align: left;
  font-family: "Montserrat";
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main-section-gallery__card-button {
  background-color: #fff;
  width: 40rem;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4rem;
}
.main-section-gallery__card-button svg {
  width: 24rem;
  height: 24rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.main-section-gallery__card:hover .main-section-gallery__card-paragraph {
  color: var(--red);
}

.main-section-gallery__card:hover .main-section-gallery__card-button path {
  fill: var(--red);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .main-section-gallery__title {
    font-size: 42rem;
  }
  .main-section-gallery__container {
    grid-template-columns: auto;
  }
  .main-section-gallery .card-1 {
    width: 100%;
  }
  .main-section-gallery__card-image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-section-gallery .container {
    padding-top: 0;
    padding-bottom: 46rem;
  }
  .main-section-gallery__links {
    display: none;
  }
  .main-section-gallery__title {
    margin-top: 0;
    font-size: 24rem;
  }
  .main-section-gallery__container {
    margin-top: 32rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 16rem;
  }
  .main-section-gallery__card {
    width: 328rem;
  }
  .main-section-gallery__card-image {
    width: 100%;
    height: 162rem;
    border-radius: 5rem 5rem 0 0;
  }
  .main-section-gallery__card-text {
    width: 328rem;
    padding: 10rem 12rem;
    border-radius: 0 0 5rem 5rem;
  }
  .main-section-gallery__card-paragraph {
    font-size: 14rem;
  }
  .main-section-gallery__card-button {
    width: 32rem;
    height: 32rem;
  }
  .main-section-gallery__card-button svg {
    width: 20rem;
    height: 20rem;
  }
  .main-section-gallery .card-1 {
    grid-column: span 1;
  }
  .main-section-gallery .image-1 {
    width: 328rem;
  }
}
.section-gallery .container {
  padding-bottom: 80rem;
}
.section-gallery__container {
  margin-top: 40rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
}
.section-gallery__image {
  width: 573rem;
  height: 380rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.section-gallery__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-gallery__image-hidden {
  display: none;
}
.section-gallery__image--show {
  display: block;
}
.section-gallery__button {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60rem;
  background-color: var(--red);
  border: none;
  padding: 10rem 10rem 10rem 20rem;
  border-radius: 5rem;
  height: 60rem;
  width: 288rem;
  cursor: pointer;
  gap: 15rem;
}
.section-gallery__button--hidden {
  display: none;
}
.section-gallery__button p {
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.section-gallery__button div {
  background-color: var(--hover-red);
  width: 40rem;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-gallery__button svg {
  width: 24rem;
  height: 24rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 768px) {
  .section-gallery .container {
    padding-top: 0;
    padding-bottom: 40rem;
  }
  .section-gallery__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 12rem;
  }
  .section-gallery__image {
    width: 158rem;
    height: 129rem;
  }
  .section-gallery__button {
    width: 100%;
    height: 52rem;
    padding: 10rem 20rem;
    margin-top: 24rem;
    gap: 8rem;
  }
  .section-gallery__button p {
    font-size: 14rem;
  }
  .section-gallery__button div {
    width: 32rem;
    height: 32rem;
  }
  .section-gallery__button svg {
    width: 20rem;
    height: 20rem;
  }
}
.section-delivery__container {
  padding-top: 60rem;
  padding-bottom: 80rem;
  display: grid;
  grid-template-columns: repeat(2, 870rem);
  gap: 20rem;
}
.section-delivery__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-delivery__title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-delivery__paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 20rem;
}
.section-delivery__list {
  margin-top: 40rem;
  padding-bottom: 20rem;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.section-delivery__item {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  position: relative;
  list-style: none;
  padding-left: 25rem;
}
.section-delivery__item::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 11rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10rem;
  height: 10rem;
  background-color: #CE1531;
  border-radius: 2rem;
}
.section-delivery__text {
  margin-top: 40rem;
}
.section-delivery__table {
  width: 100%;
}
.section-delivery table {
  width: 870rem;
  border-collapse: collapse;
  background-color: #ffffff;
  margin-top: 40rem;
  border-radius: 5rem;
  overflow: hidden;
  outline: 1rem solid var(--medium-grey);
}
.section-delivery th {
  background-color: #DDDDE2;
  padding: 20rem 10rem;
  text-align: center;
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  border-right: 1rem solid var(--medium-grey);
  white-space: nowrap;
}
.section-delivery th:first-child {
  width: 120rem;
}
.section-delivery td {
  padding: 20rem 10rem;
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  max-width: 290rem;
  text-align: center;
  border-right: 1rem solid var(--medium-grey);
}
.section-delivery td:last-child {
  border-right: none;
}
.section-delivery table tbody tr {
  border-bottom: 1px solid var(--medium-grey);
}
.section-delivery table tbody tr:last-child {
  border-bottom: none;
}
.section-delivery td:nth-child(2) {
  text-align: start;
}

tr:last-child td:first-child {
  border-radius: 5rem;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-delivery__container {
    grid-template-columns: auto;
  }
  .section-delivery__title {
    font-size: 22rem;
  }
  .section-delivery__paragraph {
    font-size: 18rem;
  }
}
@media (max-width: 768px) {
  .section-delivery__container {
    padding-top: 32rem;
    padding-bottom: 40rem;
    grid-template-columns: 328rem;
    gap: 16rem;
  }
  .section-delivery__title {
    font-size: 16rem;
  }
  .section-delivery__paragraph {
    font-size: 14rem;
    margin-top: 12rem;
  }
  .section-delivery__list {
    margin-top: 16rem;
    padding-bottom: 12rem;
    gap: 8rem;
  }
  .section-delivery__item {
    font-size: 14rem;
    padding-left: 15rem;
  }
  .section-delivery__item::before {
    width: 8rem;
    height: 8rem;
    top: 8rem;
  }
  .section-delivery__text {
    margin-top: 12rem;
  }
  .section-delivery table {
    margin-top: 16rem;
    width: 331rem;
  }
  .section-delivery th, .section-delivery td {
    padding: 12rem 3rem;
    font-size: 12rem;
    white-space: inherit;
    text-align: start;
  }
  .section-delivery td {
    text-align: center;
  }
  .section-delivery th:first-child {
    width: 34rem;
  }
}
.section-refund {
  position: relative;
  margin-bottom: 80rem;
}
.section-refund__container {
  position: relative;
  width: 100%;
  aspect-ratio: 1760/460;
  margin-top: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-refund__banner {
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-refund__banner-image {
  width: 100%;
  height: 100%;
  border-radius: 8rem;
}
.section-refund__title {
  margin-top: 60rem;
}
.section-refund__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  z-index: 0;
  position: relative;
  max-width: 722rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 148rem;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.section-refund__paragraph {
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.section-refund__texts {
  display: grid;
  grid-template-columns: repeat(2, 870rem);
  gap: 20rem;
  margin-top: 40rem;
}
.section-refund__texts-paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 723rem;
}
.section-refund .item-text {
  width: 721rem;
}
.section-refund__card {
  background-color: #dddde2;
  padding: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  height: auto;
  margin-top: 40rem;
  border-radius: 6rem;
}
.section-refund__card-text {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-refund__image {
  height: 365rem;
  width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: 80rem;
  border-radius: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-refund__epigraphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40rem;
  margin-top: 80rem;
}
.section-refund__epigraphs-text {
  display: grid;
  grid-template-columns: repeat(2, 870rem);
  gap: 20rem;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-refund__text {
    margin-right: 70rem;
  }
  .section-refund__paragraph {
    font-size: 18rem;
  }
  .section-refund__texts {
    grid-template-columns: auto;
  }
  .section-refund__texts-paragraph {
    width: 100%;
    font-size: 18rem;
  }
  .section-refund .item-text {
    width: 100%;
  }
  .section-refund__card-text {
    font-size: 18rem;
  }
  .section-refund__epigraphs-text {
    grid-template-columns: auto;
  }
}
@media (max-width: 768px) {
  .section-refund {
    margin-bottom: 40rem;
  }
  .section-refund__container {
    aspect-ratio: 330/614;
    margin-top: 32rem;
  }
  .section-refund__main-title {
    width: 300rem;
  }
  .section-refund__text {
    margin: 40rem 16rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 16rem;
  }
  .section-refund__paragraph {
    font-size: 14rem;
  }
  .section-refund__texts {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 20rem;
  }
  .section-refund__texts-paragraph {
    width: 322rem;
    font-size: 14rem;
  }
  .section-refund__title {
    margin-top: 32rem;
  }
  .section-refund .item-text {
    width: 322rem;
  }
  .section-refund__card {
    padding: 16rem;
    gap: 12rem;
    margin-top: 32rem;
  }
  .section-refund__card-text {
    font-size: 14rem;
  }
  .section-refund__image {
    height: 238rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 32rem;
  }
  .section-refund__epigraphs {
    gap: 24rem;
    margin-top: 24rem;
  }
  .section-refund__epigraphs-text {
    grid-template-columns: 1fr;
    gap: 16rem;
  }
}
.section-payment {
  padding-bottom: 80rem;
}
.section-payment__cards {
  margin-top: 60rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
  row-gap: 60rem;
}
.section-payment__item {
  margin-top: 20rem;
  width: 508rem;
}
.section-payment__link {
  color: var(--red);
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  white-space: nowrap;
}
.section-payment__link:hover {
  color: var(--hover-red);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-payment__text {
    margin-right: 10rem;
  }
  .section-payment__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section-payment {
    padding-bottom: 40rem;
  }
  .section-payment__container {
    aspect-ratio: 330/344;
  }
  .section-payment__cards {
    margin-top: 24rem;
    grid-template-columns: 1fr;
    row-gap: 16rem;
  }
  .section-payment__item {
    width: 306rem;
    margin-top: 12rem;
  }
}
.section-contacts__container {
  display: grid;
  grid-template-columns: 603rem 870rem;
  gap: 170rem;
  margin-top: 40rem;
  margin-bottom: 80rem;
}
.section-contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40rem;
}
.section-contacts__title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 64rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.section-contacts__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.section-contacts__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20rem;
}
.section-contacts__card-image {
  width: 40rem;
  height: 40rem;
  background-color: var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4rem;
}
.section-contacts__card-image svg {
  height: 30rem;
  width: 30rem;
}
.section-contacts__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.section-contacts__card-title {
  color: var(--dark-grey);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-contacts__card-paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-contacts__card-email {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.section-contacts__card-email, .section-contacts__card-email:hover {
  text-decoration: none;
}
.section-contacts__card-email:hover {
  color: var(--red);
}
.section-contacts__card-link {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-contacts__card-link, .section-contacts__card-link:hover {
  text-decoration: none;
}
.section-contacts__card-link:hover {
  color: var(--hover-red);
}
.section-contacts__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40rem;
}
.section-contacts__inputs-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 32rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.section-contacts__inputs-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  width: 870rem;
}
.section-contacts__inputs-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20rem;
}
.section-contacts__inputs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.section-contacts__inputs-label {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-contacts__inputs-input {
  width: 425rem;
  background-color: transparent;
  padding: 15rem 20rem;
  border: 1rem solid #dddde2;
  border-radius: 4rem;
  font-family: var(--font-family-text);
  color: var(--black);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-contacts__inputs-input::-webkit-input-placeholder {
  color: var(--medium-grey);
}
.section-contacts__inputs-input::-moz-placeholder {
  color: var(--medium-grey);
}
.section-contacts__inputs-input:-ms-input-placeholder {
  color: var(--medium-grey);
}
.section-contacts__inputs-input::-ms-input-placeholder {
  color: var(--medium-grey);
}
.section-contacts__inputs-input::placeholder {
  color: var(--medium-grey);
}
.section-contacts__inputs-input:hover {
  border-color: #dddde2;
}
.section-contacts__inputs-input:focus-visible {
  outline: none;
  border-color: #dddde2;
}
.section-contacts__inputs-input:active {
  outline: none;
  border-color: #dddde2;
}
.section-contacts__inputs-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.section-contacts__inputs-textarea {
  background-color: #f5f5f5;
  border: 0;
  border-radius: 4rem;
  border: 1rem solid #dddde2;
  background: transparent;
  min-height: 96rem;
  max-height: 500rem;
  padding: 20rem;
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  max-width: 100%;
  min-width: 100%;
}
.section-contacts__inputs-textarea:hover {
  border-color: #dddde2;
}
.section-contacts__inputs-textarea:focus-visible {
  outline: none;
  border-color: #dddde2;
}
.section-contacts__inputs-textarea:active {
  outline: none;
  border-color: #dddde2;
}
.section-contacts__checkbox {
  margin: 0;
}
.section-contacts__text a {
  color: var(--black);
}
.section-contacts__inputs-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20rem;
}
.section-contacts__inputs-links-button {
  width: 257rem;
  height: 60rem;
  gap: 20rem;
  padding: 10rem 10rem 10rem 20rem;
  border: none;
}
.section-contacts__inputs-links-button[disabled] {
  background-color: #e7e7e7;
  border: none;
}
.section-contacts__inputs-links-button[disabled] div {
  background-color: var(--medium-grey);
}

@media (max-width: 768px) {
  .section-contacts__container {
    margin-top: 28rem;
    margin-bottom: 40rem;
    grid-template-columns: 328rem;
    gap: 32rem;
  }
  .section-contacts__info {
    gap: 32rem;
  }
  .section-contacts__title {
    font-size: 32rem;
  }
  .section-contacts__cards {
    gap: 16rem;
  }
  .section-contacts__card {
    gap: 16rem;
  }
  .section-contacts__card-image {
    width: 32rem;
    height: 32rem;
  }
  .section-contacts__card-image svg {
    width: 24rem;
    height: 24rem;
  }
  .section-contacts__card-title {
    font-size: 14rem;
  }
  .section-contacts__card-paragraph {
    font-size: 14rem;
  }
  .section-contacts__card-link {
    font-size: 14rem;
  }
  .section-contacts__inputs {
    gap: 24rem;
  }
  .section-contacts__inputs-title {
    font-size: 24rem;
  }
  .section-contacts__inputs-field {
    width: 328rem;
    gap: 16rem;
  }
  .section-contacts__inputs-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16rem;
  }
  .section-contacts__inputs-container {
    gap: 8rem;
  }
  .section-contacts__inputs-label {
    font-size: 12rem;
  }
  .section-contacts__inputs-input {
    width: 328rem;
    font-size: 14rem;
    padding: 15rem 16rem;
  }
  .section-contacts__inputs-textarea {
    font-size: 14rem;
  }
  .section-contacts__inputs-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-contacts__inputs-links-button {
    width: 100%;
    height: 52rem;
    gap: 8rem;
  }
}
.input-error {
  border-color: #ce1531;
}

.section-catalog__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 554rem;
  position: relative;
  margin-top: 60rem;
}
.section-catalog__banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.section-catalog__banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-catalog__banner-content {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80rem;
  padding-left: 80rem;
  padding-right: 80rem;
  padding-bottom: 40rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.section-catalog__banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.section-catalog__banner-title {
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 52rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.section-catalog__banner-paragraph {
  color: var(--medium-grey);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 1009rem;
}
.section-catalog__banner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40rem;
  gap: 20rem;
}
.section-catalog__banner-card {
  padding: 20rem;
  width: 100%;
  min-height: 180rem;
  height: auto;
  border-radius: 4rem;
  border: 1rem solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(21.5rem);
          backdrop-filter: blur(21.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog__banner-card:hover {
  background-color: #fff;
}
.section-catalog__banner-card:hover p {
  color: var(--black);
}
.section-catalog__banner-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
.section-catalog__banner-icon {
  background-color: var(--red);
  width: 40rem;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.section-catalog__banner-icon svg {
  width: 24rem;
  height: 24rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-catalog__banner-subtitle {
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-catalog__banner-text {
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog__banner-link {
  width: 40rem;
  height: 40rem;
  z-index: 1;
  margin: 0 auto;
  margin-top: auto;
}
.section-catalog__banner-link svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-catalog__box {
  position: relative;
}
.section-catalog__box-select {
  width: 320rem;
  margin-top: 40rem;
  margin-bottom: auto;
  position: absolute;
  right: 0;
  width: 320rem;
  height: 60rem;
}
.section-catalog__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80rem;
  margin-bottom: 80rem;
}
.section-catalog__container-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 52rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.section-catalog__container-option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--medium-grey);
}
.section-catalog__content {
  margin-top: 120rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40rem;
}
.section-catalog__content-block {
  width: 405rem;
}
.section-catalog__content span {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: -60rem;
}
.section-catalog__content-manufacturers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
  margin-bottom: 40rem;
}
.section-catalog__content-search {
  width: 405rem;
  height: 60rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  padding: 15rem 20rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog__content-search path {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog__content-search-input {
  width: 100%;
  font-size: 20rem;
  border: 1rem solid var(--medium-grey);
  border-radius: 4rem;
}
.section-catalog__content-search-input:focus-visible {
  border-color: var(--black);
}
.section-catalog__content-search:hover path {
  fill: var(--hover-red);
}
.section-catalog__content-search:has(.header__navbar-search-input:focus-visible) {
  border-color: var(--black);
}
.section-catalog__content-cards {
  display: grid;
  grid-template-columns: repeat(3, 425rem);
  gap: 20rem;
}
.section-catalog__content-card {
  border-radius: 6rem;
  border: 1rem solid #dddde2;
  background: #fff;
}
.section-catalog__manufacturer {
  width: 425rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
  padding: 20rem 20rem 30rem 20rem;
  border-radius: 12rem;
  border: 1rem solid #dddde2;
  background: #fff;
  text-decoration: none;
}
.section-catalog__manufacturer-img {
  width: 100%;
  height: 101rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-catalog__manufacturer-paragraph {
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog__manufacturer:hover p {
  color: var(--hover-red);
}
.section-catalog__controller {
  margin-top: 20rem;
}
.section-catalog__controller-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.section-catalog__controller-title-first {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-catalog__controller-img {
  width: 24rem;
  height: 24rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog__controller-img--active {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.section-catalog__controller-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  margin-top: 20rem;
}
.section-catalog__controller-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
.section-catalog__controller-label {
  color: #bbb9ca;
  text-align: center;
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-catalog__controller-input {
  width: 160rem;
  padding: 15rem 20rem;
  border: 1rem solid #dddde2;
  border-radius: 6rem;
  color: var(--black);
  text-align: start;
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-catalog__controller-input:hover {
  border-color: #dddde2;
}
.section-catalog__controller-input:focus-visible {
  outline: none;
  border-color: #dddde2;
}
.section-catalog__controller-input:active {
  outline: none;
  border-color: #dddde2;
}
.section-catalog__controller-slider {
  margin-top: 15rem;
  width: 405rem;
}
.section-catalog__controller-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  margin-top: 20rem;
  width: 100%;
}
.section-catalog__controller-checkboxs {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.section-catalog__controller-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20rem;
}
.section-catalog__controller-text {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
}
.section-catalog__controller-menu {
  margin-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.section-catalog__controller-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
  margin-top: 40rem;
}
.section-catalog__controller-button {
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 10rem 20rem;
  height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: none;
  background-color: var(--red);
  border-radius: 5rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.section-catalog__controller-button:hover {
  background-color: var(--hover-red);
}
.section-catalog__controller-button[disabled] {
  background-color: var(--medium-grey);
  cursor: default;
}
.section-catalog__controller-button-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  background: transparent;
  border: none;
  cursor: pointer;
}
.section-catalog__controller-button-delete p {
  color: var(--medium-grey);
  font-family: var(--font-family-text);
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog__controller-button-delete svg {
  width: 24rem;
  height: 24rem;
}
.section-catalog__controller-button-delete svg path {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog__controller-button-delete:hover p {
  color: var(--black);
}
.section-catalog__controller-button-delete:hover path {
  fill: var(--black);
}
.section-catalog-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-catalog__pagination {
  margin-top: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
}
.section-catalog__pagination-number {
  width: 48rem;
  height: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6rem;
  border: 1rem solid #dddde2;
  background: #fff;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  text-decoration: none;
}
.section-catalog__pagination-number p {
  color: var(--black);
  text-align: center;
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog__pagination-number:hover p {
  color: var(--red);
}
.section-catalog__pagination-number:active p {
  color: var(--hover-red);
}
.section-catalog__pagination-number[disabled] {
  pointer-events: none;
  cursor: default;
}
.section-catalog__pagination-number[disabled] p {
  color: var(--medium-grey);
}
.section-catalog__pagination-button {
  width: 72rem;
  height: 48rem;
  border-radius: 6rem;
  border: 1rem solid #dddde2;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog__pagination-button svg {
  width: 24rem;
  height: 24rem;
}
.section-catalog__pagination-button path {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog__pagination-button:hover path {
  fill: var(--red);
}
.section-catalog__pagination-button:active path {
  fill: var(--hover-red);
}
.section-catalog__pagination-button[disabled] {
  cursor: default;
  background: #f5f5f5;
  pointer-events: none;
}
.section-catalog__pagination-button[disabled] svg path {
  fill: var(--medium-grey);
}
.section-catalog__pagination-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-catalog__quantity {
  width: 288rem;
  margin-top: 20rem;
}

.section-catalog__banner::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(274deg, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.4) 75.65%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (max-width: 768px) {
  .section-catalog__banner::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(284deg, rgba(0, 0, 0, 0) 47.18%, rgba(0, 0, 0, 0.4) 93.65%);
    position: absolute;
  }
  .section-catalog__quantity {
    margin-top: 20rem;
    margin-top: 8rem;
  }
}
.section-catalog__controller-slider {
  width: 395rem;
}

.section-catalog__controller-slider .noUi-touch-area {
  background-color: var(--red);
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
  cursor: pointer;
}

.section-catalog__controller-slider.noUi-target {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-catalog__controller-slider .noUi-handle {
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-catalog__controller-slider .noUi-horizontal {
  height: 3rem;
}

.section-catalog__controller-slider .noUi-handle-upper {
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
}

.section-catalog__controller-slider .noUi-handle::after,
.noUi-handle::before {
  display: none;
  position: relative;
}

.section-catalog__controller-slider .noUi-connects {
  background-color: var(--medium-grey);
  height: 3rem;
}

.section-catalog__controller-slider .noUi-connect {
  background-color: var(--red);
  height: 3rem;
}

.section-catalog__controller-slider .noUi-target {
  border: none;
}

.section-catalog__controller-slider.noUi-horizontal .noUi-handle {
  width: 20rem;
  height: 20rem;
  right: -16rem;
  top: -9rem;
}

.section-catalog__controller-slider .noUi-handle::before {
  background: transparent;
}

@media (max-width: 768px) {
  .section-catalog__controller-slide {
    width: 322rem;
  }
  .section-catalog__controller-slider.noUi-target {
    width: 320rem;
  }
  .section-catalog__controller-slider .noUi-touch-area {
    background-color: var(--red);
    border-radius: 100%;
    width: 15rem;
    height: 15rem;
  }
  .section-catalog__controller-slider.noUi-horizontal .noUi-handle {
    width: 20rem;
    height: 20rem;
    right: -16rem;
    top: -7rem;
  }
}
.custom-select-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.custom-select {
  position: relative;
  display: inline-block;
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  width: 100%;
}

.custom-select-trigger {
  width: 100%;
  height: 60rem;
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
          transform: translateY(0rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-select-trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 200rem;
  padding: 20rem;
  color: var(--medium-grey);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  background-color: var(--white);
  border-radius: 6rem;
  border: 1rem solid #dddde2;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.custom-select-items {
  min-width: 200rem;
}

.custom-select-trigger:after {
  content: "";
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24rem;
  height: 24rem;
  top: 50%;
  right: 13rem;
  background: url("../images/dropdown.svg");
  background-size: contain;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-select.open .custom-select-trigger:after {
  margin-top: 3rem;
  -webkit-transform: translateY(-60%) scaleY(-1);
  -ms-transform: translateY(-60%) scaleY(-1);
  transform: translateY(-60%) scaleY(-1);
}

.custom-options {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 100%;
  left: 0%;
  right: 0;
  width: 100%;
  margin: 0 0 10rem 0;
  border-radius: 0 0 6rem 6rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-20rem);
      -ms-transform: translateY(-20rem);
          transform: translateY(-20rem);
  max-height: 240rem;
  overflow-y: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 6rem;
  border: 1rem solid #dddde2;
  z-index: 12;
}

.custom-option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13rem 20rem;
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.custom-option:hover {
  color: var(--hover-red);
}

.custom-select.open {
  z-index: 13;
}
.custom-select.open .custom-options {
  border-radius: 0 0 6rem 6rem;
}
.custom-select.open .custom-select-trigger {
  border-radius: 6rem 6rem 0 0;
  border-bottom: 1rem solid transparent;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-catalog__banner-content {
    width: 100%;
  }
  .section-catalog__banner-title {
    font-size: 42rem;
  }
  .section-catalog__banner-paragraph {
    font-size: 18rem;
  }
  .section-catalog__banner-wrapper {
    width: 100%;
  }
  .section-catalog__banner-cards {
    gap: 10rem;
  }
  .section-catalog__banner-card {
    width: 260rem;
    height: 155rem;
  }
  .section-catalog__banner-subtitle {
    font-size: 18rem;
  }
  .section-catalog__banner-text {
    font-size: 14rem;
  }
  .section-catalog__container-title {
    font-size: 42rem;
  }
  .section-catalog__content {
    gap: 50rem;
  }
  .section-catalog__content span {
    margin-top: -60rem;
    font-size: 16rem;
  }
  .section-catalog__content-search {
    width: 350rem;
  }
  .section-catalog__content-cards {
    grid-template-columns: repeat(2, 352rem);
  }
  .section-catalog__manufacturer {
    width: 307rem;
    height: 200rem;
  }
  .section-catalog__controller-inputs {
    width: 330rem;
  }
  .section-catalog__controller-box {
    gap: 8rem;
  }
  .section-catalog__controller-label {
    font-size: 16rem;
  }
  .section-catalog__controller-input {
    width: 140rem;
    font-size: 16rem;
  }
  .section-catalog__controller-slider {
    width: 330rem;
  }
  .section-catalog__controller-selection {
    margin-top: 16rem;
    gap: 16rem;
  }
}
@media (max-width: 768px) {
  .section-catalog__banner {
    margin-top: 32rem;
    height: 450rem;
  }
  .section-catalog__banner-content {
    padding: 40rem 16rem 16rem;
    height: 100%;
  }
  .section-catalog__banner-title {
    font-size: 24rem;
    width: 328rem;
  }
  .section-catalog__banner-paragraph {
    font-size: 14rem;
    width: 328rem;
  }
  .section-catalog__banner-cards {
    margin-top: 24rem;
    margin-right: 16rem;
    gap: 12rem;
  }
  .section-catalog__banner-card {
    padding: 16rem;
    width: 280rem;
    min-height: 130rem;
  }
  .section-catalog__banner-names {
    gap: 8rem;
  }
  .section-catalog__banner-icon {
    width: 32rem;
    height: 32rem;
  }
  .section-catalog__banner-icon svg {
    width: 20rem;
    height: 20rem;
  }
  .section-catalog__banner-subtitle {
    font-size: 16rem;
  }
  .section-catalog__banner-text {
    font-size: 14rem;
    width: 248rem;
  }
  .section-catalog__banner-wrapper {
    overflow-x: scroll;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -16rem;
    padding-left: 16rem;
    scrollbar-width: none;
  }
  .section-catalog__banner-link {
    width: 32rem;
    height: 32rem;
  }
  .section-catalog__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40rem;
  }
  .section-catalog__container-title {
    font-size: 24rem;
  }
  .section-catalog__container-title-first {
    font-size: 24rem;
  }
  .section-catalog__container-sorting {
    display: none;
  }
  .section-catalog__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24rem;
  }
  .section-catalog__content-block {
    width: 328rem;
  }
  .section-catalog__content span {
    margin-top: 0;
    font-size: 16rem;
  }
  .section-catalog__content-search {
    width: 100%;
    height: 40rem;
    padding: 15rem 12rem;
  }
  .section-catalog__content-search button {
    width: 20rem;
    height: 20rem;
  }
  .section-catalog__content-search input {
    font-size: 12rem;
  }
  .section-catalog__content-cards {
    grid-template-columns: repeat(2, 158rem);
    gap: 12rem;
  }
  .section-catalog__content-manufacturers {
    gap: 12rem;
    margin-top: 16rem;
    padding-left: 16rem;
    padding-right: 16rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 24rem;
  }
  .section-catalog__content-wrapper {
    width: calc(100% + 32rem);
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: -16rem;
    margin-left: -16rem;
    scrollbar-width: none;
  }
  .section-catalog__manufacturer {
    width: 137rem;
    padding: 12rem;
    gap: 8rem;
    border-radius: 6rem;
    height: 107rem;
  }
  .section-catalog__manufacturer-img {
    height: 39rem;
    border-radius: 4rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-catalog__manufacturer-paragraph {
    font-size: 14rem;
  }
  .section-catalog__controller-title {
    font-size: 14rem;
  }
  .section-catalog__controller-inputs {
    margin-top: 12rem;
  }
  .section-catalog__controller-label {
    font-size: 14rem;
  }
  .section-catalog__controller-input {
    font-size: 14rem;
    width: 130rem;
    height: 40rem;
  }
  .section-catalog__controller-checkbox {
    gap: 8rem;
  }
  .section-catalog__controller-text {
    font-size: 14rem;
    line-height: 170%;
  }
  .section-catalog__controller-buttons {
    margin-top: 24rem;
    gap: 16rem;
  }
  .section-catalog__controller-button {
    height: 44rem;
    font-size: 12rem;
  }
  .section-catalog__controller-button-delete {
    gap: 8rem;
  }
  .section-catalog__controller-button-delete p {
    font-size: 12rem;
  }
  .section-catalog__button {
    height: 44rem;
    width: 142rem;
    padding: 6rem 18.5rem 6rem 17.5rem;
    color: #fff;
    font-family: var(--font-family-text);
    font-size: 12rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .section-catalog__button div {
    width: 32rem;
    height: 32rem;
  }
  .section-catalog__pagination {
    margin-top: 24rem;
    gap: 8rem;
  }
  .section-catalog__pagination-number {
    width: 32rem;
    height: 32rem;
  }
  .section-catalog__pagination-number p {
    font-size: 14rem;
  }
  .section-catalog__pagination-button {
    width: 60rem;
    height: 32rem;
  }
  .section-catalog__box-select {
    display: none;
  }
  .custom-select {
    width: 120rem;
    font-size: 12rem;
  }
  .custom-select-trigger {
    min-width: 40rem;
    height: 35rem;
    width: 140rem;
    font-size: 12rem;
  }
  .custom-options {
    width: 100%;
    width: 140rem;
  }
  .custom-option {
    font-size: 12rem;
  }
}
.section-product .swiper-button-disabled {
  background-color: var(--medium-grey);
  cursor: default;
}
.section-product .section-product__content-button:active {
  background-color: #b4122b;
}
.section-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40rem;
  margin-top: 60rem;
}
.section-product__content-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  width: 722rem;
}
.section-product__content-image {
  height: 515rem;
  width: 100%;
  border-radius: 8rem;
}
.section-product__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 722rem;
}
.section-product__content-wrapper-image {
  width: 100rem;
  height: 100rem;
  cursor: pointer;
}
.section-product__content-wrapper-image-disabled {
  opacity: 0.6;
  cursor: default;
}
.section-product__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40rem;
}
.section-product__content-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 32rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.section-product__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40rem;
}
.section-product__content-parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.section-product__content-paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-product__content-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  width: 483rem;
}
.section-product__content-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.section-product__content-line-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  width: 100%;
  position: relative;
}
.section-product__content-grey {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  white-space: nowrap;
  padding-right: 10rem;
}
.section-product__content-black {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
  max-width: 266rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 10rem;
}
.section-product__content-black-first {
  white-space: normal;
}
.section-product__content-link {
  color: var(--red);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-product__content-link:hover {
  color: var(--black);
}
.section-product__content-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8rem;
  border: 1rem solid #dddde2;
  background: #fff;
  padding: 40rem;
  width: 483rem;
}
.section-product__content-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  position: relative;
  margin-bottom: 30rem;
}
.section-product__content-label {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-product__content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.section-product__content-ceil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.section-product__content-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
.section-product__content-price span {
  color: var(--medium-grey);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-left: -18rem;
}
.section-product__content-ceil-number-prev {
  color: var(--medium-grey);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-decoration: line-through;
}
.section-product__content-ceil-number-prev span {
  font-size: 16rem;
  text-decoration: none;
}
.section-product__content-ceil-number-black {
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  background-color: #000;
  padding: 5rem 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4rem;
}
.section-product__content-ceil-number {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 40rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-product__content-ceil-number span {
  color: var(--medium-grey);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-left: 10rem;
}
.section-product__content-ceil-number-grey {
  color: var(--medium-grey);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-left: 20rem;
}
.section-product__content-button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 20rem;
  gap: 20rem;
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  border-radius: 5rem;
  cursor: pointer;
  width: 100%;
}
.section-product__content-button div {
  width: 40rem;
  height: 40rem;
  background-color: var(--hover-red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4rem;
}
.section-product__content-button svg {
  width: 24rem;
  height: 24rem;
}
.section-product__content-button-red {
  background-color: var(--red);
}
.section-product__content-button-red:hover {
  background-color: var(--hover-red);
}
.section-product__content-button-white {
  background-color: #fff;
  border: 2rem solid var(--red);
  color: var(--black);
}
.section-product__content-button-white:hover {
  background-color: var(--hover-red);
  color: #fff;
}
.section-product__content-info {
  margin-top: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  width: 483rem;
}
.section-product__content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1rem solid #dddde2;
}
.section-product__content-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 20rem 20rem;
}
.section-product__content-card-title p {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-product__content-card-title p svg {
  width: 24rem;
  height: 24rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-product__content-card-image {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-product__content-card-container {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
  padding: 0 20rem;
  padding-bottom: 20rem;
}
.section-product__content-card-container p {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-product__content-card-link {
  color: var(--red);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.section-product__content-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
  margin-top: 20rem;
}
.section-product__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
}
.section-product__content-block svg {
  width: 24rem;
  height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-product__content-block-text {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 100%;
}
.section-product__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 722rem;
  padding-bottom: 80rem;
  margin-top: 50rem;
}
.section-product__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1rem solid #dddde2;
}
.section-product__description-paragraphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  display: none;
  padding-bottom: 20rem;
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-product__title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-product__parameters {
  margin-top: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1rem solid #dddde2;
}
.section-product__parameters svg {
  z-index: 12;
}
.section-product__parameters-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding-bottom: 30rem;
}
.section-product__parameters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
  padding-right: 20rem;
  display: none;
  padding-bottom: 20rem;
}
.section-product__parameters-parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-product__parameters-span {
  width: 100%;
  height: 1rem;
  background-color: #dddde2;
  margin-top: 17rem;
}
.section-product__parameters-text {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  white-space: nowrap;
}
.section-product__parameters-text-black {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  white-space: nowrap;
  margin-left: 10rem;
}
.section-product__application {
  margin-top: 30rem;
  border-bottom: 1rem solid #dddde2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-product__application-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  display: none;
  padding-bottom: 20rem;
}
.section-product__application-item {
  font-size: 16rem;
}
.section-product__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80rem;
  padding-bottom: 80rem;
}
.section-product__other-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-product__other-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 52rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 57.2px */
}
.section-product__other-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30rem;
}
.section-product__other-buttons-mobile {
  display: none;
}
.section-product__other-button {
  background-color: var(--red);
  width: 60rem;
  height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5rem;
  border: none;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-product__other-button svg {
  width: 40rem;
  height: 40rem;
}
.section-product__other-button:hover {
  background-color: var(--hover-red);
}
.section-product__other-button:active {
  background-color: #b4122b;
}
.section-product__other-button[disabled] {
  background-color: var(--medium-grey);
  cursor: default;
}
.section-product__other-button[disabled]:hover {
  background-color: var(--medium-grey) !important;
  cursor: default !important;
}
.section-product__other-container {
  display: grid;
  grid-template-columns: repeat(4, 425rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60rem;
}

.minus {
  display: block;
}

.minus-hidden {
  display: none;
}

.plus {
  display: block;
}

.plus-hidden {
  display: none;
}

.section-product__content-swiper {
  width: 100%;
  position: relative;
}

.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-product__content-swiper-button {
  position: absolute;
  z-index: 12;
  border: none;
  border-radius: 5rem;
  width: 60rem;
  height: 60rem;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-product__content-swiper-button svg {
  width: 40rem;
  height: 40rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-product__content-swiper-button svg path {
  fill: #ce1531;
}

.section-product__content-wrapper-image.swiper-slide-thumb-active {
  border-radius: 6rem;
  border: 1rem solid #dddde2;
  opacity: 0.4;
}

.section-product__content-swiper-button[disabled] {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10rem);
          backdrop-filter: blur(10rem);
  cursor: default;
}
.section-product__content-swiper-button[disabled] svg path {
  fill: #fff;
}
.section-product__content-swiper-button[disabled]:hover {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10rem);
          backdrop-filter: blur(10rem);
  cursor: default;
}

.section-product__content-swiper-button:hover {
  background-color: var(--hover-red);
}
.section-product__content-swiper-button:hover svg path {
  fill: #fff;
}

.section-product__content-swiper-button:active {
  background-color: #b4122b;
}

.section-product__content-swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10rem;
}

.section-product__content-swiper-button-next {
  top: 50%;
  right: 10rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-product .gallery-thumbs {
    display: none;
  }
  .section-product__content {
    gap: 20rem;
  }
  .section-product__content-swiper {
    width: 600rem;
  }
  .section-product__content-images {
    width: 600rem;
  }
  .section-product__content-container {
    gap: 20rem;
  }
  .section-product__content-title {
    font-size: 28rem;
  }
  .section-product__content-paragraph {
    font-size: 16rem;
  }
  .section-product__content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60rem;
  }
  .section-product__content-grey {
    font-size: 14rem;
  }
  .section-product__content-black {
    font-size: 14rem;
  }
  .section-product__content-link {
    font-size: 14rem;
  }
  .section-product__content-ceil-number {
    font-size: 32rem;
  }
  .section-product__container {
    width: 600rem;
  }
  .section-product__other-container {
    grid-template-columns: repeat(4, 265rem);
  }
  .section-product__other-title {
    font-size: 42rem;
  }
}
@media (max-width: 768px) {
  .section-product__content-swiper {
    width: 328rem;
  }
  .section-product__other-button[disabled] {
    background-color: var(--medium-grey);
    cursor: default;
  }
  .section-product__content-swiper-button {
    width: 40rem;
    height: 40rem;
  }
  .section-product__content-swiper-button svg {
    width: 30rem;
    height: 30rem;
  }
  .section-product__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32rem;
    margin-top: 0;
  }
  .section-product__content-wrapper {
    width: 328rem;
  }
  .section-product__content-images {
    width: 328rem;
  }
  .section-product__content-image {
    height: 280rem;
    width: 100%;
  }
  .section-product__content-title {
    font-size: 24rem;
  }
  .section-product__content-container {
    gap: 24rem;
  }
  .section-product__content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16rem;
  }
  .section-product__content-paragraph {
    font-size: 14rem;
  }
  .section-product__content-texts {
    width: 328rem;
  }
  .section-product__content-grey {
    font-size: 12rem;
  }
  .section-product__content-black {
    font-size: 12rem;
    max-width: 133rem;
  }
  .section-product__content-link {
    font-size: 12rem;
  }
  .section-product__content-controller {
    padding: 16rem;
    width: 100%;
  }
  .section-product__content-selection {
    gap: 8rem;
    margin-bottom: 16rem;
  }
  .section-product__content-label {
    font-size: 12rem;
  }
  .section-product__content-buttons {
    gap: 8rem;
  }
  .section-product__content-ceil-number-prev {
    font-size: 14rem;
  }
  .section-product__content-ceil-number-prev span {
    font-size: 12rem;
  }
  .section-product__content-price {
    gap: 12rem;
  }
  .section-product__content-price span {
    font-size: 12rem;
    margin-left: -7rem;
  }
  .section-product__content-ceil-number-black {
    font-size: 14rem;
    padding: 4rem 8rem;
  }
  .section-product__content-ceil-number {
    font-size: 24rem;
  }
  .section-product__content-ceil-number span {
    font-size: 12rem;
  }
  .section-product__content-ceil-number-grey {
    font-size: 14rem;
  }
  .section-product__content-button {
    padding: 6rem 14rem;
    width: 296rem;
    font-size: 12rem;
  }
  .section-product__content-button div {
    width: 32rem;
    height: 32rem;
  }
  .section-product__content-button div svg {
    width: 20rem;
    height: 20rem;
  }
  .section-product__content-info {
    margin-top: 16rem;
    width: 100%;
  }
  .section-product__content-card-title {
    padding: 12rem 20rem;
  }
  .section-product__content-card-title p {
    font-size: 12rem;
  }
  .section-product__content-card-title svg {
    width: 20rem;
    height: 20rem;
  }
  .section-product__content-card-link {
    font-size: 12rem;
  }
  .section-product__content-card-container {
    gap: 5rem;
  }
  .section-product__content-card-container p {
    font-size: 12rem;
  }
  .section-product__content-card-paragraph {
    font-size: 12rem;
  }
  .section-product__content-blocks {
    gap: 12rem;
    margin-top: 12rem;
  }
  .section-product__content-block {
    gap: 8rem;
  }
  .section-product__content-block svg {
    width: 20rem;
    height: 20rem;
  }
  .section-product__content-block-text {
    font-size: 12rem;
    width: 100%;
  }
  .section-product__content-line {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-product__container {
    margin-top: 32rem;
    padding-bottom: 40rem;
    width: 328rem;
  }
  .section-product__description-paragraphs {
    gap: 8rem;
    padding-bottom: 16rem;
    font-size: 12rem;
    width: 272rem;
  }
  .section-product__title {
    font-size: 14rem;
  }
  .section-product__parameters {
    margin-top: 16rem;
  }
  .section-product__parameters-title {
    padding-bottom: 16rem;
  }
  .section-product__parameters-container {
    gap: 8rem;
    padding: 0;
    padding-bottom: 16rem;
  }
  .section-product__parameters-text {
    font-size: 12rem;
  }
  .section-product__parameters-text-black {
    font-size: 12rem;
  }
  .section-product__application {
    margin-top: 16rem;
  }
  .section-product__application-container {
    gap: 8rem;
  }
  .section-product__application-item {
    font-size: 12rem;
  }
  .section-product__other {
    margin-top: 40rem;
    padding-bottom: 40rem;
  }
  .section-product__other-title {
    font-size: 24rem;
  }
  .section-product__other-buttons {
    display: none;
  }
  .section-product__other-buttons-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 24rem auto 0;
    gap: 16rem;
  }
  .section-product__other-button {
    width: 40rem;
    height: 40rem;
  }
  .section-product__other-button svg {
    width: 24rem;
    height: 24rem;
  }
  .section-product__other-container {
    margin-top: 32rem;
    grid-template-columns: repeat(2, 1fr);
    width: 328rem;
  }
  .gallery-thumbs {
    display: none;
  }
}
.line-grey {
  height: 1rem;
  background-color: #dddde2;
  width: 100%;
}

.section-product__content-card-image--active {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.dropdown {
  width: 100%;
  border: 1rem solid #dddde2;
  border-radius: 6rem;
}
.dropdown__label-first {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  padding: 20rem;
  cursor: pointer;
  height: 52rem;
}
.dropdown__label-first svg {
  margin-left: auto;
}
.dropdown__label-first img {
  width: 100%;
  height: 100%;
}
.dropdown__menu {
  max-height: 0;
  overflow: hidden;
  background-color: white;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  z-index: 1;
  padding: 0 20rem;
  -webkit-transition: ease 0.7s;
  transition: ease 0.7s;
}
.dropdown__menu-container-image {
  width: 32rem;
  height: 32rem;
}
.dropdown__menu.open {
  max-height: 600rem;
}
.dropdown__item {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.dropdown__label {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.dropdown__label img {
  width: 100%;
  height: 100%;
}
.dropdown__label:hover {
  color: var(--hover-red);
}

.dropdown__image--active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 768px) {
  .dropdown {
    width: 296rem;
  }
  .dropdown__label-first {
    font-size: 14rem;
    padding: 8rem 15rem;
    height: 48rem;
  }
  .dropdown__label-first img {
    width: 32rem;
    height: 32rem;
  }
  .dropdown__menu {
    padding: 0 15rem;
  }
  .dropdown__label {
    font-size: 14rem;
  }
  .dropdown__label img {
    width: 32rem;
    height: 32rem;
  }
  .dropdown__item:first-child {
    padding-top: 12rem;
  }
  .section-product__content-swiper-button-prev {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-product__content-swiper-button-next {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.section-basket__container {
  margin-top: 40rem;
  margin-bottom: 91rem;
  display: grid;
  grid-template-columns: auto 425rem;
  gap: 66rem;
}
.section-basket__empty {
  margin-top: 60rem;
  margin-bottom: 80rem;
}
.section-basket__empty-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
}
.section-basket__empty-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 52rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.section-basket__empty-paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  width: 700rem;
}
.section-basket__cards {
  padding-top: 20rem;
  padding-bottom: 80rem;
}
.section-basket__content {
  width: 1269rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-basket__checkbox {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-basket__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1269rem;
}
.section-basket__block-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
.section-basket__block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 182rem;
}
.section-basket__block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  border: none;
  padding: 0;
  background: transparent;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.section-basket__block-button svg {
  width: 24rem;
  height: 24rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-basket__block-button p {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-basket__block-button:hover p {
  color: var(--black);
}
.section-basket__block-button:hover svg {
  fill: var(--black);
}
.section-basket__block-paragraph {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-basket__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.section-basket__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40rem;
  padding: 40rem 0;
  border-bottom: 1rem solid #dddde2;
  width: 100%;
}
.section-basket__card-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40rem;
}
.section-basket__card-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40rem;
}
.section-basket__card-image {
  width: 128rem;
  height: 96rem;
}
.section-basket__card-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1037rem;
}
.section-basket__card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  width: 500rem;
}
.section-basket__card-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-basket__card-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  border: none;
  padding: 0;
  background: transparent;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.section-basket__card-button svg {
  width: 24rem;
  height: 24rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-basket__card-button p {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-basket__card-button:hover p {
  color: var(--black);
}
.section-basket__card-button:hover svg {
  fill: var(--black);
}
.section-basket__card-button-mobile {
  display: none;
}
.section-basket__card-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 79rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 96rem;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.section-basket__card-quantity {
  border: 1rem solid var(--medium-grey);
  border-radius: 5rem;
  width: 257rem;
  height: 60rem;
}
.section-basket__card-ceils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
.section-basket__card-ceil {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  width: 110rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
}
.section-basket__card-ceil-prev {
  font-size: 20rem;
  color: var(--medium-grey);
  text-decoration: line-through;
}
.section-basket__card-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10rem;
  width: 257rem;
}
.section-basket__card-number {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-basket__card-control {
  border: none;
  background-color: var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 4rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.section-basket__card-control:hover {
  opacity: 0.7;
}
.section-basket__card-control svg {
  width: 24rem;
  height: 24rem;
}
.section-basket__card-control[disabled] {
  background-color: #f5f5f5;
  cursor: default;
}
.section-basket__card-control[disabled] svg path {
  stroke: var(--medium-grey);
}
.section-basket__parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
.section-basket__parameters-text {
  color: #63636A;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-basket__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-basket__order-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40rem;
  border-radius: 10rem;
  border: 1rem solid #dddde2;
}
.section-basket__order-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.section-basket__order-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.section-basket__order-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-basket__order-numbers-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
.section-basket__order-span {
  height: 1rem;
  width: 100%;
  background-color: #dddde2;
}
.section-basket__order-text {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-basket__order-number {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-basket__order-number-prev {
  color: var(--medium-grey);
  text-decoration: line-through;
}
.section-basket__order-paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.section-basket__order-button {
  margin-top: 40rem;
}
.section-basket__order-button:active {
  background-color: #b4122b;
}
.section-basket__order-info {
  margin-top: 20rem;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-basket__container {
    grid-template-columns: auto;
  }
  .section-basket__content {
    width: 100%;
  }
  .section-basket__block {
    width: 1030rem;
  }
  .section-basket__block-links {
    gap: 20rem;
  }
  .section-basket__block-button p {
    font-size: 14rem;
  }
  .section-basket__block-button svg {
    width: 20rem;
    height: 20rem;
  }
  .section-basket__block-container {
    gap: 100rem;
  }
  .section-basket__block-paragraph {
    font-size: 14rem;
  }
  .section-basket__cards {
    gap: 10rem;
  }
  .section-basket__card {
    padding: 30rem 0;
    gap: 20rem;
    max-width: 100%;
  }
  .section-basket__card-titles {
    gap: 30rem;
  }
  .section-basket__card-blocks {
    width: 900rem;
  }
  .section-basket__card-block {
    width: 320rem;
    gap: 15rem;
  }
  .section-basket__card-title {
    font-size: 18rem;
  }
  .section-basket__card-button {
    gap: 8rem;
  }
  .section-basket__card-button p {
    font-size: 14rem;
  }
  .section-basket__card-controller {
    width: 520rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 30rem;
  }
  .section-basket__card-ceil {
    font-size: 22rem;
  }
  .section-basket__card-quantity {
    width: 200rem;
  }
  .section-basket__card-number {
    font-size: 18rem;
  }
  .section-basket__order {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .section-basket__order-button {
    width: 340rem;
  }
}
@media (max-width: 768px) {
  .section-basket__container {
    margin-top: 32rem;
    margin-bottom: 40rem;
    grid-template-columns: 1fr;
    gap: 24rem;
  }
  .section-basket__content {
    width: 100%;
  }
  .section-basket__empty {
    margin-top: 32rem;
    margin-bottom: 40rem;
  }
  .section-basket__empty-text {
    gap: 16rem;
  }
  .section-basket__empty-title {
    font-size: 24rem;
  }
  .section-basket__empty-paragraph {
    font-size: 14rem;
    width: 328rem;
  }
  .section-basket__block-links {
    width: 328rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-basket__block-container {
    display: none;
  }
  .section-basket__block-button svg {
    width: 15rem;
    height: 15rem;
  }
  .section-basket__block-button p {
    font-size: 12rem;
  }
  .section-basket__cards {
    gap: 0rem;
    padding-top: 24rem;
    padding-bottom: 0;
  }
  .section-basket__card {
    padding: 16rem 0;
    gap: 8rem;
    width: 328rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-basket__card-titles {
    gap: 12rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-basket__card-controller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8rem;
    width: 218rem;
    height: 100%;
    position: relative;
    margin-top: 12rem;
  }
  .section-basket__card-image {
    width: 70rem;
    height: 70rem;
  }
  .section-basket__card-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-basket__card-block {
    width: 218rem;
    gap: 8rem;
  }
  .section-basket__card-button {
    display: none;
  }
  .section-basket__card-button-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    border: none;
  }
  .section-basket__card-button-mobile svg {
    width: 24rem;
    height: 24rem;
  }
  .section-basket__card-title {
    font-size: 12rem;
  }
  .section-basket__card-quantity {
    padding: 8rem;
    width: 143rem;
    height: 44rem;
  }
  .section-basket__card-control {
    width: 32rem;
    height: 32rem;
  }
  .section-basket__card-control svg {
    width: 20rem;
    height: 20rem;
  }
  .section-basket__card-number {
    font-size: 12rem;
  }
  .section-basket__card-ceils {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8rem;
  }
  .section-basket__card-ceil {
    font-size: 16rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-basket__parameters {
    gap: 4rem;
  }
  .section-basket__parameters-text {
    font-size: 12rem;
  }
  .section-basket__order {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-basket__order-numbers-total {
    gap: 8rem;
  }
  .section-basket__order-card {
    padding: 16rem;
  }
  .section-basket__order-container {
    gap: 16rem;
  }
  .section-basket__order-title {
    font-size: 16rem;
  }
  .section-basket__order-text {
    font-size: 12rem;
  }
  .section-basket__order-number {
    font-size: 14rem;
  }
  .section-basket__order-paragraph {
    font-size: 16rem;
  }
  .section-basket__order-button {
    margin-top: 12rem;
  }
  .section-basket__order-info {
    width: 328rem;
    margin-top: 16rem;
  }
  .total-ceil {
    display: none;
  }
  .total-ceil-prev {
    display: none;
  }
  .text-mobile {
    display: none;
  }
}
.section-search .container {
  padding-bottom: 80rem;
}
.section-search__box {
  position: relative;
}
.section-search__paragraph {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 20rem;
}
.section-search__paragraph span {
  color: var(--black);
}
.section-search__container {
  margin-top: 80rem;
  margin-bottom: 75rem;
}
.section-search__select {
  right: 80rem;
}
.section-search__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20rem;
  padding-top: 30rem;
}

@media (max-width: 768px) {
  .section-search .container {
    padding-bottom: 40rem;
  }
  .section-search__container {
    margin-top: 32rem;
    margin-bottom: 40rem;
  }
  .section-search__paragraph {
    margin-top: 16rem;
    font-size: 12rem;
  }
  .section-search__cards {
    padding: 0;
  }
}
.section-search__not-found .container {
  padding-bottom: 60rem;
}
.section-search__not-found-paragraph {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 20rem;
}
.section-search__not-found-cards {
  padding-top: 0;
}

@media (max-width: 768px) {
  .section-search__not-found .container {
    padding-bottom: 32rem;
  }
  .section-search__not-found-paragraph {
    font-size: 14rem;
    margin-top: 16rem;
  }
}
.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  z-index: 364;
}
.popup__content {
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4rem 4rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4rem 4rem rgba(0, 0, 0, 0.25);
  position: relative;
  color: #000;
  border-radius: 12rem 0;
  z-index: 2;
  padding: 82rem 40rem 82rem 60rem;
  width: 1166rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 220;
}
.popup__content-image {
  position: absolute;
  width: 781rem;
  height: 31rem;
}
.popup__content-image-mobile {
  display: none;
}
.popup__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
.popup__content-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 52rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
}
.popup__content-paragraph {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
.popup__content-paragraph-two {
  max-width: 413rem;
}
.popup__content-box {
  display: grid;
  grid-template-columns: 574rem 365rem;
  gap: 87rem;
}
.popup__content-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.popup__content-box-title {
  color: var(--red);
  font-family: var(--font-family-title);
  font-size: 40rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  text-transform: uppercase;
}
.popup__content-box-title span {
  color: var(--black);
}
.popup__content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
}
.popup__content-info-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.popup__content-info-paragraph {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 335rem;
}
.popup__content-fast {
  padding: 40rem 60rem 60rem 60rem;
}
.popup__content-ceil {
  visibility: hidden;
}
.popup__content-order {
  width: 719rem;
  height: 629rem;
  padding: 60rem;
  border-radius: 12rem 0 12rem 12rem;
}
.popup__content-order-image {
  display: block;
  width: 319rem;
  height: 26rem;
  position: absolute;
  top: -22rem;
  right: 0;
}
.popup__content-order-image-mobile {
  display: none;
}
.popup__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.popup__images-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
.popup__images-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.popup__images-paragraph {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.popup__images-number {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  padding-left: 20rem;
}
.popup__images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20rem;
}
.popup__images-img {
  aspect-ratio: 104/84;
  position: relative;
  width: 104rem;
}
.popup__images-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4rem;
}
.popup__images-img div {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border-radius: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.popup__order {
  margin-top: 24rem;
}
.popup__order-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.popup__order-block {
  gap: 10rem;
}
.popup__order-card {
  padding: 20rem 0 0 0;
  border-bottom: none;
}
.popup__order-controller {
  gap: 40rem;
}
.popup__inputs {
  margin-top: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
}
.popup__inputs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
  width: 100%;
}
.popup__inputs-label {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.popup__inputs-input {
  padding: 15rem 20rem;
  height: 60rem;
  width: 100%;
  border: 1rem solid #dddde2;
  border-radius: 4rem;
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.popup__inputs-input::-webkit-input-placeholder {
  color: var(--medium-grey);
}
.popup__inputs-input::-moz-placeholder {
  color: var(--medium-grey);
}
.popup__inputs-input:-ms-input-placeholder {
  color: var(--medium-grey);
}
.popup__inputs-input::-ms-input-placeholder {
  color: var(--medium-grey);
}
.popup__inputs-input::placeholder {
  color: var(--medium-grey);
}
.popup__inputs-input:hover {
  border-color: #dddde2;
}
.popup__inputs-input:focus-visible {
  outline: none;
  border-color: #dddde2;
}
.popup__inputs-input:active {
  outline: none;
  border-color: #dddde2;
}
.popup__inputs-two {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 574rem;
}
.popup__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20rem;
  margin-top: 20rem;
}
.popup__links-button {
  background-color: var(--red);
  width: 300rem;
  height: 60rem;
  padding: 10rem 10rem 10rem 20rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
  border-radius: 5rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.popup__links-button p {
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.popup__links-button div {
  background-color: var(--hover-red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 4rem;
}
.popup__links-button div svg {
  width: 24rem;
  height: 24rem;
}
.popup__links-button-two {
  width: 100%;
}
.popup__links-button:hover {
  background-color: var(--hover-red);
}
.popup__links-button[disabled] {
  background-color: #e7e7e7;
}
.popup__links-button[disabled] p {
  color: var(--medium-grey);
}
.popup__links-button[disabled] div {
  background-color: var(--medium-grey);
}
.popup__links-checkbox {
  margin: 0;
  width: 577rem;
}
.popup__links-two {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 574rem;
}
.popup__button-close {
  width: 40rem;
  height: 40rem;
  position: absolute;
  top: 20rem;
  right: 20rem;
  cursor: pointer;
}
.popup__button-close path {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.popup__button-close:hover path {
  stroke: var(--black);
}

.top {
  top: -28rem;
  right: 0;
}

.bottom {
  bottom: -28rem;
  left: 0;
}

@media (max-width: 768px) {
  .popup__content {
    width: 328rem;
    padding: 40rem 16rem 40rem;
    border-radius: 8rem 0rem;
  }
  .popup__content-image {
    display: none;
  }
  .popup__content-image-mobile {
    display: block;
    position: absolute;
    height: 22rem;
    width: 209rem;
  }
  .popup__content-text {
    gap: 8rem;
  }
  .popup__content-title {
    font-size: 24rem;
  }
  .popup__content-paragraph {
    font-size: 12rem;
    text-align: center;
  }
  .popup__content-box {
    grid-template-columns: 1fr;
    gap: 24rem;
  }
  .popup__content-box-title {
    font-size: 20rem;
  }
  .popup__content-info {
    gap: 12rem;
    width: 328rem;
  }
  .popup__content-info-title {
    font-size: 14rem;
    gap: 4rem;
  }
  .popup__content-info-paragraph {
    font-size: 12rem;
    width: 274rem;
  }
  .popup__content-fast {
    padding: 40rem 16rem 17rem;
  }
  .popup__content-order {
    width: 328rem;
    height: 617rem;
    border-radius: 8rem 0 8rem 8rem;
    padding: 40rem 16rem;
  }
  .popup__content-order-image {
    display: none;
  }
  .popup__content-order-image-mobile {
    display: block;
    width: 209rem;
    height: 22rem;
    position: absolute;
    top: -20rem;
    right: 0;
  }
  .popup__images {
    gap: 16rem;
  }
  .popup__images-title {
    font-size: 16rem;
    margin-top: 16rem;
  }
  .popup__images-paragraph {
    font-size: 12rem;
  }
  .popup__images-number {
    font-size: 14rem;
    padding-left: 16rem;
  }
  .popup__images-container {
    gap: 8rem;
  }
  .popup__images-img {
    aspect-ratio: 53/60;
    width: 53rem;
  }
  .popup__images-img div {
    font-size: 12rem;
  }
  .popup__order-controller {
    gap: 8rem;
  }
  .popup__order-delete {
    display: none;
  }
  .popup__order-image {
    width: 50rem;
    height: 50rem;
  }
  .popup__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24rem;
    gap: 16rem;
  }
  .popup__inputs-container {
    gap: 8rem;
  }
  .popup__inputs-label {
    font-size: 12rem;
  }
  .popup__inputs-input {
    height: 48rem;
    width: 296rem;
    font-size: 14rem;
  }
  .popup__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16rem;
    margin-top: 24rem;
  }
  .popup__links-text {
    width: 264rem;
  }
  .popup__links-button {
    height: 52rem;
    width: 296rem;
    gap: 8rem;
  }
  .popup__links-button p {
    font-size: 14rem;
  }
  .popup__links-button div {
    width: 32rem;
    height: 32rem;
  }
  .popup__links-button div svg {
    width: 20rem;
    height: 20rem;
  }
  .popup__button-close {
    width: 24rem;
    height: 24rem;
    top: 12rem;
    right: 12rem;
  }
  .top {
    top: -13rem;
  }
  .bottom {
    bottom: -13rem;
  }
}
.opened {
  visibility: visible;
  opacity: 1;
}

.checkbox {
  cursor: pointer;
}

.checkbox-popup {
  display: none;
}

.input-error {
  border-color: #ce1531;
}

.section-catalog-decor {
  margin-bottom: 80rem;
}
.section-catalog-decor__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.section-catalog-decor__connect {
  border-radius: 5rem;
  border: 1rem solid #dddde2;
  padding: 20rem 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40rem;
  margin-top: 40rem;
}
.section-catalog-decor__connect-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.section-catalog-decor__connect-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
.section-catalog-decor__connect-price {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-catalog-decor__connect-text {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-catalog-decor__connect-span {
  color: var(--medium-grey);
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-catalog-decor__connect-paragraph {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
.section-catalog-decor__connect-paragraph svg {
  width: 24rem;
  height: 24rem;
}
.section-catalog-decor__connect-button {
  background-color: var(--red);
  padding: 10rem 20rem;
  width: 288rem;
  height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15rem;
  border: none;
  border-radius: 5rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.section-catalog-decor__connect-button p {
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  white-space: nowrap;
}
.section-catalog-decor__connect-button div {
  background-color: var(--hover-red);
  width: 40rem;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8rem;
  border-radius: 4rem;
}
.section-catalog-decor__connect-button svg {
  width: 24rem;
  height: 24rem;
}
.section-catalog-decor__connect-button:hover {
  background-color: var(--hover-red);
}
.section-catalog-decor__connect-button:active {
  background-color: #B4122B;
}
.section-catalog-decor__container {
  margin-top: 80rem;
  margin-bottom: 80rem;
}
.section-catalog-decor__title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 52rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.section-catalog-decor__cards {
  margin-top: 60rem;
  display: grid;
  grid-template-columns: repeat(4, 425rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
.section-catalog-decor__card {
  padding: 20rem 20rem 30rem 20rem;
  border-radius: 12rem;
  border: 1rem solid #dddde2;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
.section-catalog-decor__card-image {
  height: 300rem;
  width: 100%;
  border-radius: 8rem;
}
.section-catalog-decor__card-title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog-decor__gallery-title {
  color: var(--black);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-catalog-decor__connect {
    padding: 15rem 30rem;
  }
  .section-catalog-decor__connect-price {
    font-size: 28rem;
  }
  .section-catalog-decor__connect-text {
    font-size: 28rem;
  }
  .section-catalog-decor__connect-span {
    font-size: 14rem;
  }
  .section-catalog-decor__connect-paragraph {
    font-size: 14rem;
  }
  .section-catalog-decor__title {
    font-size: 42rem;
  }
  .section-catalog-decor__cards {
    grid-template-columns: repeat(2, 425rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-catalog-decor__card-title {
    font-size: 22rem;
  }
}
@media (max-width: 768px) {
  .section-catalog-decor {
    margin-bottom: 40rem;
  }
  .section-catalog-decor__titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24rem;
  }
  .section-catalog-decor__connect {
    width: 328rem;
    border-radius: 6rem;
    padding: 12rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16rem;
    margin-top: 0;
  }
  .section-catalog-decor__connect-price {
    font-size: 16rem;
  }
  .section-catalog-decor__connect-text {
    font-size: 16rem;
  }
  .section-catalog-decor__connect-span {
    font-size: 14rem;
  }
  .section-catalog-decor__connect-paragraph {
    font-size: 14rem;
    gap: 8rem;
  }
  .section-catalog-decor__connect-paragraph svg {
    width: 20rem;
    height: 20rem;
  }
  .section-catalog-decor__connect-button {
    width: 100%;
    height: 52rem;
    gap: 8rem;
  }
  .section-catalog-decor__connect-button p {
    font-size: 14rem;
  }
  .section-catalog-decor__connect-button div {
    width: 32rem;
    height: 32rem;
  }
  .section-catalog-decor__connect-button svg {
    width: 20rem;
    height: 20rem;
  }
  .section-catalog-decor__container {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }
  .section-catalog-decor__title {
    font-size: 24rem;
  }
  .section-catalog-decor__cards {
    margin-top: 32rem;
    grid-template-columns: repeat(2, 158rem);
    gap: 12rem;
  }
  .section-catalog-decor__card {
    padding: 8rem 8rem 12rem 8rem;
    border-radius: 6rem;
    gap: 8rem;
    height: 100%;
  }
  .section-catalog-decor__card-image {
    height: 120rem;
    border-radius: 4rem;
  }
  .section-catalog-decor__card-title {
    font-size: 14rem;
    text-align: center;
  }
}
.section-catalog-brick {
  margin-top: 80rem;
  margin-bottom: 80rem;
}
.section-catalog-brick__container {
  display: grid;
  grid-template-columns: 890rem 722rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-catalog-brick__feedbacks {
  margin-top: 80rem;
}
.section-catalog-brick__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60rem;
  margin-top: 80rem;
}
.section-catalog-brick__title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 52rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.section-catalog-brick__pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60rem;
}
.section-catalog-brick__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20rem;
}
.section-catalog-brick__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60rem;
}
.section-catalog-brick__number {
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  white-space: nowrap;
}
.section-catalog-brick__paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-catalog-brick__button {
  margin-top: 40rem;
  width: 257rem;
}
.section-catalog-brick__image {
  width: 100%;
  height: 392rem;
  border-radius: 8rem;
  pointer-events: none;
}
.section-catalog-brick__cards {
  padding-top: 80rem;
  padding-bottom: 40rem;
  display: grid;
  grid-template-columns: repeat(4, 425rem);
  gap: 20rem;
}
.section-catalog-brick__card {
  width: 100%;
  padding: 20rem 20rem 30rem 20rem;
  border: 1rem solid #dddde2;
  border-radius: 6rem;
}
.section-catalog-brick__card-paragraph {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-top: 20rem;
}
.section-catalog-brick__card-image {
  height: 300rem;
  width: 385rem;
  overflow: hidden;
}
.section-catalog-brick__card-img {
  border-radius: 4rem;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-catalog-brick__pagination {
  margin-top: 0;
  margin-bottom: 80rem;
}
.section-catalog-brick__gallery {
  padding-top: 80rem;
  padding-bottom: 80rem;
}
.section-catalog-brick__feedback {
  margin: 0;
  padding-top: 60rem;
}

.black-p {
  font-weight: 600;
}

.red {
  color: var(--red);
}

.section-catalog-brick__card-image .twentytwenty-handle {
  width: 60rem;
  height: 60rem;
  border: none;
  border-radius: 5rem;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10rem);
          backdrop-filter: blur(10rem);
  z-index: 123;
}
.section-catalog-brick__card-image.twentytwenty-container .twentytwenty-handle::before {
  bottom: 50%;
  margin-bottom: 33rem;
}
.section-catalog-brick__card-image.twentytwenty-container .twentytwenty-handle::after {
  top: 50%;
  margin-top: 33rem;
}
.section-catalog-brick__card-image .twentytwenty-left-arrow {
  border: none;
  background: url("../images/twentytwenty-arrow.svg");
  width: 24rem;
  height: 24rem;
  top: 40%;
  margin-left: -27rem;
  background-size: 100%;
}
.section-catalog-brick__card-image .twentytwenty-right-arrow {
  border: none;
  background: url("../images/twentytwenty-arrow.svg");
  width: 24rem;
  height: 24rem;
  top: 40%;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  margin-right: -27rem;
  z-index: 123;
  background-size: 100%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-catalog-brick__container {
    grid-template-columns: auto;
    gap: 20rem;
  }
  .section-catalog-brick__title {
    font-size: 42rem;
  }
  .section-catalog-brick__paragraph {
    font-size: 18rem;
  }
  .section-catalog-brick__cards {
    grid-template-columns: repeat(2, 440rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .section-catalog-brick {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }
  .section-catalog-brick__container {
    margin-top: 40rem;
    margin-bottom: 40rem;
    grid-template-columns: 328rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-catalog-brick__feedbacks {
    margin-top: 40rem;
  }
  .section-catalog-brick__image {
    height: 224rem;
    margin-top: 32rem;
    border-radius: 6rem;
  }
  .section-catalog-brick__box {
    gap: 32rem;
  }
  .section-catalog-brick__title {
    font-size: 24rem;
  }
  .section-catalog-brick__pricing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16rem;
  }
  .section-catalog-brick__numbers {
    gap: 16rem;
  }
  .section-catalog-brick__line {
    gap: 24rem;
  }
  .section-catalog-brick__number {
    font-size: 14rem;
  }
  .section-catalog-brick__paragraph {
    font-size: 14rem;
  }
  .section-catalog-brick__button {
    margin-top: 24rem;
    width: 100%;
    height: 52rem;
  }
  .section-catalog-brick__cards {
    grid-template-columns: repeat(2, 158rem);
    gap: 12rem;
    padding-top: 40rem;
    padding-bottom: 32rem;
  }
  .section-catalog-brick__card {
    padding: 8rem 8rem 12rem 8rem;
  }
  .section-catalog-brick__card-image {
    height: 150rem;
    width: 100%;
  }
  .section-catalog-brick__card-paragraph {
    font-size: 16rem;
  }
  .section-catalog-brick__pagination {
    margin-top: 0;
    margin-bottom: 40rem;
  }
  .section-catalog-brick__gallery {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  .section-catalog-brick__feedback {
    margin: 0;
    padding-top: 40rem;
  }
  .section-catalog-brick__card-image .twentytwenty-handle {
    width: 40rem;
    height: 40rem;
    border-radius: 3rem;
  }
  .section-catalog-brick__card-image .twentytwenty-left-arrow {
    width: 16rem;
    height: 16rem;
    margin-left: -17rem;
  }
  .section-catalog-brick__card-image .twentytwenty-right-arrow {
    width: 16rem;
    height: 16rem;
    margin-right: -17rem;
  }
  .section-catalog-brick__card-image.twentytwenty-container .twentytwenty-handle:after {
    margin-top: 22rem;
  }
  .section-catalog-brick__card-image.twentytwenty-container .twentytwenty-handle:before {
    margin-bottom: 22rem;
  }
}
.section-catalog-brick__card--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-catalog-fresco__container {
  display: grid;
  grid-template-columns: 868rem 830rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60rem;
  padding-top: 80rem;
  padding-bottom: 80rem;
}
.section-catalog-fresco__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.section-catalog-fresco__title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section-catalog-fresco__paragraphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.section-catalog-fresco__paragraph {
  color: #1b1c23;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.section-catalog-fresco__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40rem;
}
.section-catalog-fresco__sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20rem;
}
.section-catalog-fresco__swiper-wrapper {
  width: 722rem;
  height: 480rem;
}
.section-catalog-fresco__swiper-image {
  border-radius: 4rem;
}
.section-catalog-fresco__swiper-button {
  position: absolute;
  z-index: 12;
  background: transparent;
  border: none;
  border-radius: 5rem;
  width: 60rem;
  height: 60rem;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.section-catalog-fresco__swiper-button svg {
  width: 40rem;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-catalog-fresco__swiper-button-prev {
  top: 45%;
  left: 10rem;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.section-catalog-fresco__swiper-button-next {
  top: 45%;
  right: 10rem;
}
.section-catalog-fresco__swiper-button[disabled] {
  background: rgba(109, 109, 109, 0.15);
  -webkit-backdrop-filter: blur(10rem);
          backdrop-filter: blur(10rem);
}
.section-catalog-fresco__swiper-button[disabled] svg path {
  fill: #fff;
}
.section-catalog-fresco__swiper-button:hover {
  background-color: var(--hover-red);
}
.section-catalog-fresco__swiper-button:hover svg path {
  fill: #fff;
}
.section-catalog-fresco__swiper-button:active {
  background-color: #B4122B;
}
.section-catalog-fresco__content-wrapper {
  width: 126rem;
  height: 480rem;
}
.section-catalog-fresco__content-image {
  width: 126rem;
  height: 80rem;
  border-radius: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-catalog-fresco__content-image img {
  width: 100%;
  height: 100%;
}
.section-catalog-fresco__content-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10rem;
  display: block;
  width: 100%;
  height: 100%;
}
.section-catalog-fresco__content-overlay p {
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 35%;
  left: 13%;
}

.section-catalog-fresco__content-image.swiper-slide-thumb-active {
  border-radius: 6rem;
  opacity: 0.4;
}

.section-catalog-fresco__content-image.swiper-slide-thumb-active .section-catalog-fresco__content-overlay {
  display: none;
}

.section-catalog-fresco__swiper-image {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-catalog-fresco__container {
    grid-template-columns: auto;
  }
  .section-catalog-fresco__sliders {
    width: 900rem;
    margin: 0 auto;
  }
  .section-catalog-fresco__swiper-wrapper {
    width: 800rem;
  }
  .section-catalog-fresco__title {
    font-size: 22rem;
  }
  .section-catalog-fresco__paragraph {
    font-size: 14rem;
  }
}
@media (max-width: 768px) {
  .section-catalog-fresco__container {
    padding-top: 40rem;
    padding-bottom: 40rem;
    grid-template-columns: 328rem;
    gap: 32rem;
  }
  .section-catalog-fresco__box {
    gap: 16rem;
  }
  .section-catalog-fresco__text {
    gap: 16rem;
  }
  .section-catalog-fresco__title {
    font-size: 16rem;
  }
  .section-catalog-fresco__paragraphs {
    gap: 8rem;
  }
  .section-catalog-fresco__paragraph {
    font-size: 12rem;
  }
  .section-catalog-fresco__swiper-wrapper {
    width: 328rem;
    height: 280rem;
  }
  .section-catalog-fresco-swiper-image {
    border-radius: 6rem;
  }
  .section-catalog-fresco__swiper-button {
    width: 40rem;
    height: 40rem;
    border-radius: 4rem;
  }
  .section-catalog-fresco__swiper-button svg {
    width: 24rem;
    height: 24rem;
  }
  .section-catalog-fresco__swiper-button-prev {
    left: 12rem;
  }
  .section-catalog-fresco__swiper-button-next {
    right: 12rem;
  }
  .section-catalog-fresco__content-swiper {
    display: none;
  }
}
.not-found__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40rem;
  padding-top: 40rem;
  padding-bottom: 80rem;
}
.not-found__title {
  color: var(--red);
  text-align: center;
  font-family: var(--font-family-title);
  font-size: 200rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.not-found__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
}
.not-found__subtitle {
  color: --black;
  font-family: var(--font-family-text);
  font-size: 32rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.not-found__paragraph {
  color: #63636a;
  text-align: center;
  font-family: var(--font-family-text);
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 589rem;
}
.not-found__button {
  background-color: var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15rem;
  border-radius: 5rem;
  width: 288rem;
  height: 60rem;
  padding: 10rem 10rem 10rem 20rem;
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}
.not-found__button div {
  background-color: var(--hover-red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4rem;
  width: 40rem;
  height: 40rem;
}
.not-found__button svg {
  width: 24rem;
  height: 24rem;
}

@media (max-width: 768px) {
  .not-found__container {
    padding-top: 0rem;
    padding-bottom: 40rem;
    gap: 10rem;
    width: 328rem;
  }
  .not-found__title {
    font-size: 112rem;
  }
  .not-found__subtitle {
    font-size: 24rem;
    width: 100%;
    text-align: center;
  }
  .not-found__paragraph {
    font-size: 14rem;
    width: 100%;
    text-align: center;
  }
  .not-found__button {
    width: 328rem;
    height: 52rem;
    padding: 10rem 10rem 10rem 20rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8rem;
    font-size: 14rem;
  }
  .not-found__button div {
    border-radius: 4rem;
    width: 32rem;
    height: 32rem;
  }
  .not-found__button svg {
    width: 20rem;
    height: 20rem;
  }
}
.popup-ok__content {
  width: 870rem;
  height: 405rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12rem 0px 12rem 12rem;
}
.popup-ok__content-image {
  width: 548rem;
  height: 31rem;
  top: -23rem;
}
.popup-ok__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40rem;
  margin: 0 auto;
  width: 739rem;
}
.popup-ok__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
  margin: 0 auto;
}
.popup-ok__title {
  color: var(--black);
  font-family: var(--font-family-text);
  font-size: 52rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
}
.popup-ok__paragraph {
  color: #63636a;
  font-family: var(--font-family-text);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.popup-ok__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
  padding: 10rem 10rem 10rem 20rem;
  width: 290rem;
  height: 60rem;
  border: none;
  border-radius: 5rem;
  background-color: var(--red);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  color: #fff;
  font-family: var(--font-family-text);
  font-size: 18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.popup-ok__button div {
  width: 40rem;
  height: 40rem;
  border-radius: 4rem;
  background-color: var(--hover-red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-ok__button svg {
  width: 24rem;
  height: 24rem;
}
.popup-ok__button:hover {
  background-color: var(--hover-red);
}

@media (max-width: 768px) {
  .popup-ok__content {
    width: 328rem;
    height: 248rem;
    border-radius: 8rem 0 8rem 8rem;
    padding: 40rem 16rem;
  }
  .popup-ok__box {
    width: 100%;
  }
  .popup-ok__title {
    color: var(--black);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24rem;
  }
  .popup-ok__paragraph {
    font-size: 12rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popup-ok__button {
    width: 100%;
    height: 52rem;
  }
  .popup-ok__button div {
    width: 32rem;
    height: 32rem;
  }
  .popup-ok__button div svg {
    width: 20rem;
    height: 20rem;
  }
}