@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter-Light/Inter-Light.eot");
  src: url("../fonts/Inter-Light/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  min-width: 320px;
  background-color: #F3F4F6;
  font-family: "Inter-Light";
  font-size: 16px;
  line-height: 100%;
  color: #4b5563;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.wrapper {
  min-height: 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: relative;
  z-index: 1;
}

.header {
  position: relative;
  z-index: 3;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  position: relative;
  z-index: 2;
}
input[name="n-message"] {
    display: block;
    width: 5px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}
.container {
  width: min(1280px, 100% - 120px);
  margin-inline: auto;
}

section {
  width: 100%;
  padding: 64px 0;
  position: relative;
  z-index: 1;
}
section.feedback {
  padding: 0;
}
h1 {
  font-family: "Inter-SemiBold";
  font-size: 50px;
  line-height: 100%;
  color: #111928;
}

h2 {
  font-family: "Inter-SemiBold";
  font-size: 45px;
  line-height: 100%;
  color: #111928;
}

h3, .card__title h1 {
  font-family: "Inter-SemiBold";
  font-size: 35px;
  line-height: 115%;
  color: #111928;
}

h4 {
  font-family: "Inter-SemiBold";
  font-size: 25px;
  line-height: 115%;
  color: #111928;
}

h5 {
  font-family: "Inter-Medium";
  font-size: 20px;
  line-height: 125%;
  color: #111928;
}

h6 {
  font-family: "Inter-Medium";
  font-size: 18px;
  line-height: 125%;
  color: #111928;
}

p {
  font-size: 16px;
  line-height: 150%;
}
p a {
  display: inline-block;
  color: #FF5A1F;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
p strong {
  display: inline;
  font-family: "Inter-Bold";
  color: #111928;
}

img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img.active {
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05) !important;
  transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05) !important;
}

.btn {
  display: grid;
  place-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 160px;
  height: 55px;
  padding: 0 20px;
  border-radius: 5px;
  background: #111928;
  font-family: "Inter-SemiBold";
  font-size: 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #FF5A1F;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.btn.active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.btn svg:first-child {
  margin: 0 10px 0 0;
}
.btn svg:last-child {
  margin: 0 0 0 10px;
}
.btn svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn.btn--orange {
  background-color: #FF5A1F;
}
.btn.btn--orange::after {
  background-color: #111928;
}

.title {
  margin: 0 0 32px 0;
}

.show h1,
.show h2,
.show h3,
.show h4,
.show h5,
.show h6,
.show .up {
  position: relative;
  z-index: 1;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}

.show.active h1,
.show.active h2,
.show.active h3,
.show.active h4,
.show.active h5,
.show h6,
.show.active .up {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.slider-navigation {
  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;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.slider-container {
  position: relative;
  z-index: 1;
}

.slider-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 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;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #FF5A1F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider-btn svg {
  width: auto;
  height: 38%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.slider-btn svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slider-btn.swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
}

.input-wrapper small {
  font-family: "Inter-Medium";
  font-size: 14px;
  color: #111928;
  margin: 0 0 12px 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 55px;
  padding: 0px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #f8f8f8;
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #111928;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.input.input--textarea {
  height: 165px;
  padding: 20px;
}

*::-webkit-input-placeholder {
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #6b7280;
  opacity: 1;
}

*::-moz-placeholder {
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #6b7280;
  opacity: 1;
}

*:-ms-input-placeholder {
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #6b7280;
  opacity: 1;
}

*::-ms-input-placeholder {
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #6b7280;
  opacity: 1;
}

*::placeholder {
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #6b7280;
  opacity: 1;
}

*::-webkit-input-placeholder {
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #6b7280;
  opacity: 1;
}

*::-ms-input-placeholder {
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #6b7280;
  opacity: 1;
}

*::-moz-placeholder {
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #6b7280;
  opacity: 1;
}

.checkbox {
  position: relative;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox__text {
  padding: 0 0 0 36px;
  font-family: "Inter-Regular";
  font-size: 12px;
  line-height: 150%;
  color: #4b5563;
  position: relative;
  z-index: 1;
}

.checkbox__text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 2px solid #FF5A1F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.checkbox__text::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-image: url("../img/check-mark.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox__text.active::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.checkbox__text a {
  display: inline;
  font-family: "Inter-SemiBold";
  color: #111928;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.icon-menu {
  display: none;
  -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;
  width: 38px;
  height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.icon-menu span {
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #374151;
}

.icon-menu.icon-menu--close span {
  background-color: #FF5A1F;
}

.icon-menu span:nth-child(1) {
  top: 0%;
}

.icon-menu span:nth-child(3) {
  top: auto;
  bottom: 0%;
}

.icon-menu.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.icon-menu.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.icon-menu.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1.5px);
}

.icon-menu.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1.5px);
}

.icon-menu.icon-menu--open,
.icon-menu.icon-menu--close {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(25px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 10;
}

.popup.open .popup__content {
  opacity: 1;
}

.popup__body {
  min-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;
  padding: 20px 10px;
}

.popup__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: 1000px;
  border-radius: 10px;
  background-color: #f3f4f6;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup__close {
  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: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 11;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.popup__close svg {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.popup__close svg path {
  stroke: #FF5A1F;
}

.popup__img {
  background-image: url("../img/popup.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.popup__content .form {
  padding: 64px 32px;
}

.form>strong {
  font-family: "Inter-Medium";
  font-size: 30px;
  line-height: 110%;
  margin: 0 0 16px 0;
  color: #111928;
}

.form h2 {
  margin: 0 0 16px 0;
}

.form>p {
  margin: 0 0 40px 0;
}

.popup__content .form__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 24px;
}

.form__submit {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
  margin: 24px 0 0 0;
}

.popup__content .input-wrapper:has(.input--textarea) {
  grid-column: span 2;
}

/* header */
.header__content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 34px 0 0 0;
  position: relative;
  z-index: 1;
}

.logo {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
}

.logo svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.logo img {
  width: 100%;
  height: auto;
  max-width: 184px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.logo picture {
  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: 70px;
  height: auto;
}
.logo picture svg {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4;
  transition: 0.4;
}

.logo strong {
  font-family: "Inter-SemiBold";
  font-size: 25px;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.logo--header {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
}

.header__contacts {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 32px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
}

.header__tel-wrapper {
  position: relative;
  z-index: 1;
}

.header__tel-main {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  row-gap: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tel-main {
  font-family: "Inter-SemiBold";
  font-size: 20px;
  color: #374151;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tel-icon {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 2px 8px;
  margin: -1px 0 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tel-icon span {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #374151;
}

.tel-icon.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header__tel-main .popup-link {
  grid-column: 1/span 2;
  margin: 0 0 0 auto;
  font-family: "Inter-SemiBold";
  font-size: 15px;
  color: #FF5A1F;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__tel-additional {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
  padding: 16px 12px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__tel-additional.active {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: -1;
}

.tel-additional {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
}

.tel-additional small {
  font-family: "Inter-SemiBold";
  font-size: 12px;
  line-height: 100%;
  color: #6b7280;
}

.tel-additional a {
  font-family: "Inter-SemiBold";
  font-size: 18px;
  color: #374151;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.socials {
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 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;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.social svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.social svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 38px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 224px;
}

.menu>li:has(.menu-arrow) {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  position: relative;
  z-index: 1;
}

.menu>li:has(.menu-arrow)>a {
  pointer-events: none;
}

.menu>li>a {
  padding: 8px 0;
  font-family: "Inter-Medium";
  font-size: 14px;
  color: #4b5563;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-arrow {
  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: 6px;
  height: auto;
  margin: 2px 0 0 0;
}
.menu-arrow svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 0 0 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__two {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 400px;
  padding: 0 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.menu__two>li {
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__two>li:last-child {
  border-bottom: 1px solid transparent;
}

.menu__two>li>a {
  padding: 10px 0;
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 120%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__two>li:first-child>a {
  padding-top: 20px;
}

.menu__two>li:last-child>a {
  padding-bottom: 20px;
}

.kinds {
  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;
  height: 80px;
  background-color: #111928;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.kinds__arrow {
  display: none;
}

.kinds>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
}

.kinds>li:first-child>a {
  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-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  background-color: #FF5A1F;
  position: relative;
}

.kinds__icon {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 24px;
  height: 24px;
  grid-gap: 4px;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.kinds__icon span {
  display: block;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.kinds>li>a {
  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;
  height: 100%;
  padding: 0 8px;
  font-family: "Inter-Medium";
  font-size: 15px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.kinds__container {
  width: 100%;
  padding: 1px 0 0 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.kinds__two {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 20px;
  width: 100%;
  padding: 24px 40px 40px 40px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.kinds__arrow-two {
  display: none;
}

.kinds__two>li {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.kinds__two>li>a {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Inter-Medium";
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-size: 20px;
  color: #111928;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.kinds__two>li>a picture {
  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: 42px;
  height: 42px;
}
.kinds__two>li>a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kinds__two>li>a picture svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kinds__container-two {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.kinds__three {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 16px;
  margin: 16px 0 0 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #d9d9d9;
}

.kinds__three li a {
  font-family: "Inter-Regular";
  font-size: 16px;
  color: #6b7280;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.searching__wrapper {
  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: relative;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.searching__wrapper-icon {
  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: 80px;
  height: 80px;
  background-color: #FF5A1F;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.searching__wrapper-icon svg {
  width: 32%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.searching__wrapper-icon svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.searching__icon-open {
  z-index: 1;
}

.searching__icon-close {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

.searching__wrapper.active .searching__icon-open {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

.searching__wrapper.active .searching__icon-close {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 1;
}

.searching {
  display: grid;
  grid-template-columns: auto 400px;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 0;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 2;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.searching input {
  width: auto;
  padding: 0 16px;
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #111928;
}

.searching button {
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 80px;
  height: 80px;
  background-color: #FF5A1F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.searching button svg {
  width: 32%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.searching button svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hidden,
.logo--nav {
  display: none;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.swiper-pagination-bullet {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1 !important;
  -webkit-transition: 1s;
  transition: 1s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF5A1F !important;
}

.swiper-pagination.swiper-pagination--welcome {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slider-container--welcome .slider-navigation {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 3;
}

.welcome__slider {
  position: relative;
  z-index: 2;
}

.welcome {
  padding: 40px 0 0 0;
}

.welcome__item {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.welcome__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.welcome__item--1 {
  background-image: url("../img/main-welcome-3.jpg");
}

.welcome__item--2 {
  background-image: url("../img/main-welcome-4.jpg");
}

.welcome__info {
  padding: 130px 0 140px 40px;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: relative;
  z-index: 3;
}

.swiper-slide-active .welcome__info {
  -webkit-transition: ease-in-out 0.3s 0.6s;
  transition: ease-in-out 0.3s 0.6s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.welcome__info span {
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 8px 16px;
  border-radius: 100vw;
  background-color: #FF5A1F;
  margin: 0 0 16px 0;
  font-family: "Inter-Medium";
  font-size: 25px;
  color: #fff;
}

.welcome__info h1,
.welcome__info h2 {
  font-family: "Inter-Bold";
  font-size: 60px;
  color: #fff;
}

.welcome__info p {
  width: 90%;
  margin: 32px 0 0 0;
  color: #fff;
}
.welcome__info p strong {
  color: #fff;
}

.welcome__info .btn {
  margin: 48px 0 0 0;
}

.welcome__img {
  position: relative;
  z-index: 2;
}
.welcome__img img {
  width: auto;
  height: 107%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.categories__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
}

.categories__item {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.categories__items .categories__item:last-child,
.categories__items .categories__item:nth-last-child(2) {
  grid-column: span 3;
}

.categories__item::before {
  content: "";
  width: 70%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FF5A1F;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(126%, -40%);
  -ms-transform: translate(126%, -40%);
  transform: translate(126%, -40%);
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.categories__item-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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 24px;
  padding: 32px 0 32px 24px;
  position: relative;
  z-index: 3;
}

.categories__item-info h4 {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.categories__item-info a {
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 34px;
  padding: 0 16px;
  border-radius: 100vw;
  background-color: #FF5A1F;
  font-family: "Inter-Medium";
  font-size: 13px;
  color: #fff;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.categories__item-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.categories__item-img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.popular__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
}

.product {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  row-gap: 16px;
  padding: 8px 0 0 0;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.product__img {
  width: 100%;
  height: auto;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
}
.product__img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 16px 32px 16px;
}

.product__info-title {
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Inter-Medium";
  font-size: 18px;
  line-height: 125%;
  color: #111928;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product__info>small {
  font-size: 14px;
  color: #4b5563;
  margin: 10px 0 20px 0;
}

.product__info-cost {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  margin: auto 0 20px 0;
}

.product__info-cost strong {
  font-family: "Inter-SemiBold";
  font-size: 20px;
  color: #111928;
}

.product__info-cost small {
  font-family: "Inter-SemiBold";
  font-size: 14px;
  text-decoration: line-through;
  color: #868A92;
}

.product__info .btn {
  width: 100%;
  padding: 0 12px;
}

.stroy {
  padding-top: 112px;
  background-color: #111928;
  background-image: url("../img/main-stroy-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.stroy__row {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}

.stroy__row h1 {
  font-size: 80px;
  color: #fff;
  margin: 0 0 16px 0;
}

.stroy__row .btn {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  background-color: transparent;
  border: 1px solid #FF5A1F;
  margin: auto 0 0 0;
  padding: 0 30px;
}

.stroy__row-info {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
}

.stroy__row-info p,
.stroy__row-info p strong {
  color: #fff;
}

.stroy__numbers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 16px;
  margin: 80px 0 0 0;
}

.stroy__number hgroup {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.stroy__number hgroup h3 {
  font-family: "Inter-Medium";
  font-size: 35px;
  color: #fff;
}

.stroy__number hgroup p {
  font-family: "Inter-Medium";
  font-size: 35px;
  line-height: 100%;
  color: #FF5A1F;
  margin: -5px 0 0 0;
}

.stroy__number>p {
  font-size: 14px;
  color: #fff;
  margin: 16px 0 0 0;
}

.trust__content .title>* {
  text-align: center;
}

.trust__slider {
  overflow: visible;
}

.trust__slider .swiper-wrapper {
  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: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trust__slider .swiper-slide {
  width: 200px;
  height: auto;
  aspect-ratio: 1/0.6;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s linear;
}
.trust__slider .swiper-slide:hover {
  transform: scale(1.1);
}
.trust__slider .swiper-slide img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.products__content,
.another__content,
.works__content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.products__content .title,
.another__content .title,
.works__content .title {
  margin: 0 0 40px 0;
}

.products__content .slider-navigation,
.another__content .slider-navigation,
.works__content .slider-navigation {
  margin: -7px 0 0 0;
}
.slider-container--another,
.slider-container--reviews {
  grid-column: span 2;
}
.reviews__slider,
.another__slider,
.works__slider {
  padding: 4px 8px 10px 8px;
}

.swiper .review {
  width: 100%;
  height: auto;
}
.another__slider,
.reviews__slider {
  width: calc(100% + 16px);
  -webkit-transform: translate(-8px, 0);
  -ms-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
}
.review {
  padding: 32px 16px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.review__title {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 6px;
}

.review__title picture {
  grid-row: span 2;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.review__title picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.review__title strong {
  font-family: "Inter-SemiBold";
  font-size: 20px;
  line-height: 150%;
  color: #111928;
  margin-top: auto;
}

.review__title small {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: auto;
}

.review>p {
  grid-column: span 2;
  font-size: 14px;
  margin: 16px 0 0 0;
}

.blog__slider {
  width: calc(100% + 16px);
  padding: 8px 8px 10px 8px;
  -webkit-transform: translate(-8px, 0);
  -ms-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
}

.blog__slider .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
}

.new {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.new__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.62;
  position: relative;
  overflow: hidden;
}
.new__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.new__info {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 24px 8px 32px 8px;
}

.new__info small,
.new__info span {
  font-family: "Inter-Regular";
  font-size: 12px;
  line-height: 125%;
  color: #6b7280;
}

.new__info>h5 {
  grid-column: span 2;
  margin: 8px 0 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.new__info>p {
  grid-column: span 2;
  margin: 16px 0 0 0;
}

.feedback__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 30px;
}

.contact small {
  font-family: "Inter-Medium";
  font-size: 16px;
  color: #6b7280;
  margin: 0 0 8px 0;
}

.contact a,
.contact strong {
  font-family: "Inter-SemiBold";
  font-size: 22px;
  line-height: 150%;
  color: #111928;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.feedback__items .contact a,
.feedback__items .contact strong {
  font-size: 25px;
}

.contacts__map {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.39;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 32px 0 0 0;
}

.map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.footer {
  padding: 16px 0;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.footer__logo-wrapper {
  width: 308px;
}

.footer__logo-wrapper>p {
  margin: 16px 0 0 0;
  font-size: 12px;
  color: #6b7280;
}

.footer__item>strong,
.footer__contacts>strong {
  font-family: "Inter-SemiBold";
  font-size: 14px;
  line-height: 100%;
  color: #6b7280;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}

.footer__menu,
.footer__contacts-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 12px;
}

.footer__menu li a {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 115%;
  color: #6b7280;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__contacts-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 10px;
}

.footer__contacts-item span {
  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: 16px;
  height: 16px;
}
.footer__contacts-item span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__contacts-item a,
.footer__contacts-item strong {
  font-family: "Inter-Medium";
  font-size: 16px;
  color: #111928;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__socials {
  margin: 24px 0 0 0;
}

.footer__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 12px;
  margin: 24px 0 0 0;
}

.footer__bottom a {
  font-family: "Inter-SemiBold";
  font-size: 14px;
  line-height: 125%;
  color: #111928;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__bottom small,
.footer__bottom p {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 125%;
  color: #6b7280;
}

.footer__bottom p {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
  width: 50%;
  text-align: right;
  margin: 0 0 0 auto;
}

.contacts__items {
  display: grid;
  grid-template-columns: auto auto auto auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-gap: 32px;
}

.contacts__items .btn {
  margin: 0 0 0 auto;
}

.breadcrumb-wrapper+section {
  padding-top: 0;
}

.breadcrumb-wrapper {
  width: 100%;
  padding: 40px 0 0 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 40px 0;
  row-gap: 6px;
}

.breadcrumb__item {
  font-family: "Inter-SemiBold";
  font-size: 16px;
  line-height: 120%;
  color: #FF5A1F;
}

.breadcrumb__item a {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 9px;
  font-family: "Inter-Light";
  font-size: 16px;
  line-height: 120%;
  color: #6b7280;
  margin: 0 10px 0 0;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.breadcrumb__item a span.item_icon {
  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: 5px;
  height: auto;
}
.breadcrumb__item a span.item_icon svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.questions__content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding: 60px 40px;
  background-color: #111928;
  border-radius: 5px;
  overflow: hidden;
  background-image: url("../img/main-questions-1.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}

.questions__content strong {
  font-family: "Inter-Medium";
  font-size: 20px;
  color: #fefefe;
  opacity: 0.5;
  margin: 0 0 16px 0;
}

.questions__content h3 {
  color: #fefefe;
}

.questions__content p {
  color: #fefefe;
  opacity: 0.5;
  margin: 16px 0 0 0;
}

.questions__content .btn {
  grid-column: 2/span 1;
  grid-row: 1/span 3;
  border: 1px solid transparent;
}
.questions__content .btn::after {
  background-color: #fff;
}

.info>*:nth-child(1) {
  margin-top: 0;
}

.info>h1,
.info>h2,
.info>h3,
.info>h4,
.info>h5,
.info>h6 {
  margin: 40px 0 24px 0;
}
.info>h1:first-child,
.info>h2:first-child,
.info>h3:first-child,
.info>h4:first-child,
.info>h5:first-child,
.info>h6:first-child {
  margin-top: 0;
}
.info>h1:last-child,
.info>h2:last-child,
.info>h3:last-child,
.info>h4:last-child,
.info>h5:last-child,
.info>h6:last-child {
  margin-bottom: 0;
}
.info>h1:only-child,
.info>h2:only-child,
.info>h3:only-child,
.info>h4:only-child,
.info>h5:only-child,
.info>h6:only-child {
  margin: 0;
}

.info strong {
  font-family: "Inter-SemiBold";
  font-size: 16px;
  line-height: 150%;
  color: #111928;
  margin: 40px 0 14px 0;
}
.info strong:first-child {
  margin-top: 0;
}
.info strong:last-child {
  margin-bottom: 0;
}
.info strong:only-child {
  margin: 0;
}

.info small {
  font-family: "Inter-Medium";
  font-size: 14px;
  line-height: 125%;
  color: #111928;
  margin: 8px 0;
}
.info small:first-child {
  margin-top: 0;
}
.info small:last-child {
  margin-bottom: 0;
}
.info small:only-child {
  margin: 0;
}

.info img+small {
  text-align: center;
}

.info p {
  margin: 14px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.info p:first-child {
  margin-top: 0;
}
.info p:last-child {
  margin-bottom: 0;
}
.info p:only-child {
  margin: 0;
}

.info img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
  margin: 24px 0;
}
.info img:first-child {
  margin-top: 0;
}
.info img:last-child {
  margin-bottom: 0;
}
.info img:only-child {
  margin: 0;
}

.info img:has(+ small) {
  margin: 24px 0 10px 0;
}

.info ul:not([class]), .info ol:not([class]), .info ul,.info ol {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 12px;
  margin: 14px 0;
}
.info ol:not([class]), .info ol {
  margin-left: 17px;
}
.info ul:not([class]):first-child, .info ol:not([class]):first-child {
  margin-top: 0;
}
.info ul:not([class]):last-child, .info ol:not([class]):last-child {
  margin-bottom: 0;
}
.info ul:not([class]):only-child, .info ol:not([class]):only-child {
  margin: 0;
}

.info ul:not([class]) li, .info ol:not([class]) li, .info ul li, .info ol li {
  padding: 0 0 0 22px;
  font-size: 16px;
  line-height: 150%;
  position: relative;
}
.info ol:not([class]) li, .info ol li {
  padding-left: 14px;
  list-style-type: auto;
}

.info ul:not([class]) li::before, .info ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FF5A1F;
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 1;
}
.info ul li ul li::before {
  background-color: #fff;
  border: 1px solid #FF5A1F;;
}
.info>.btn {
  margin: 40px 0;
}
.info>.btn:first-child {
  margin-top: 0;
}
.info>.btn:last-child {
  margin-bottom: 0;
}
.info>.btn:only-child {
  margin: 0;
}

.banner__content {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 30px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.banner__info {
  padding: 60px 0 60px 40px;
  position: relative;
  z-index: 2;
}

.banner__info p {
  margin: 32px 0 0 0;
}

.banner__img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner__img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.category__content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.parameters-wrapper {
  padding: 32px 0 0 0;
  position: relative;
  z-index: 1;
}

.parameters {
  width: 284px;
  position: sticky;
  top: 20px;
  left: 0;
}

.parameters__title {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 32px;
  margin: 0 0 24px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #d9d9d9;
}

.parameters__title h4 {
  font-family: "Inter-Bold";
}

.parameters__searching {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.parameters__searching input {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #111928;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.parameters__searching button {
  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: 32px;
  height: 100%;
}
.parameters__searching button svg {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.parameters__searching button svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.parameters__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 26px;
}

.parameters__item {
  padding: 0 0 12px 0;
  border-bottom: 1px solid #d9d9d9;
}

.parameters__item-title {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.parameters__item-title strong {
  font-family: "Inter-Medium";
  font-size: 16px;
  line-height: 115%;
  color: #111928;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.parameters__item-title span {
  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: 12px;
  height: auto;
  pointer-events: none;
}
.parameters__item-title span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.parameters__item-title.active span svg {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.parameters__item-list {
  grid-column: 1/span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px 0 0 0;
}

.parameters__item-list li {
  font-family: "Inter-Regular";
  font-size: 12px;
  line-height: 125%;
}

.parameters__item-content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 500ms;
  transition: grid-template-rows 500ms;
  transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.parameters__item-content.active {
  grid-template-rows: 1fr;
  margin: 18px 0 0 0;
}

.parameters__list-wrapper {
  overflow: hidden;
}

.parameters__list {
  max-height: 200px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.parameters__list li {
  width: calc(50% - 10px);
  margin: 0 0 10px 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.parameters__list li.novisible {
  margin: 0;
}

.parameters__list li label {
  position: relative;
  z-index: 1;
}

.parameters__list li label input {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.parameters__list li label p, .parameters__list li label span.title_label {
  padding: 3px 0 3px 28px;
  font-family: "Inter-Regular";
  font-size: 12px;
  line-height: 125%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  display: block;
}
.parameters__list li label p::before, .parameters__list li label span.title_label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1.5px solid #6b7280;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.parameters__list li label p::after, .parameters__list li label span.title_label::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/category-check-mark.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.parameters__list li label p.active::after, .parameters__list li label span.title_label.active::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.parameters__list-wrapper button {
  font-family: "Inter-SemiBold";
  font-size: 12px;
  color: #FF5A1F;
  margin: 12px 0 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.parameters__list-wrapper button.novisible {
  display: none;
}

.brand {
  position: relative;
  z-index: 2;
}

.brand__title {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
  width: 100%;
  height: 44px;
  padding: 0 8px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background-color: #fff;
}

.brand__title strong {
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #6b7280;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.brand__title span {
  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: 10px;
  height: auto;
  margin: 2px 0 0 0;
}
.brand__title span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.brand__title.active span svg {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.brand__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 500ms;
  transition: grid-template-rows 500ms;
  transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.brand__content.active {
  grid-template-rows: 1fr;
  margin: 4px 0 0 0;
}

.brand__list-wrapper {
  overflow: hidden;
  -webkit-transition: 1.8s;
  transition: 1.8s;
}

.brand .parameters__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 10px;
  width: 100%;
  max-height: 200px;
  border-radius: 5px;
  padding: 12px 8px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #82868F transparent;
}

.brand .parameters__list::-webkit-scrollbar {
  width: 8px;
}

.brand .parameters__list::-webkit-scrollbar-track {
  background: transparent;
}

.brand .parameters__list::-webkit-scrollbar-thumb {
  background-color: #82868F;
  background-clip: content-box;
}

.brand .parameters__list li {
  width: 100%;
  margin: 0;
  overflow: visible;
}

.reset.btn {
  width: 100%;
  padding: 0 12px;
  border: 1px solid #FF5A1F;
  background-color: transparent;
  color: #6b7280;
  margin: 16px 0 0 0;
}

.category__items-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.category__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.category__menu li a {
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  background-color: #fff;
  font-family: "Inter-SemiBold";
  font-size: 12px;
  color: #111928;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.category__menu li a.active {
  background-color: #FF5A1F;
  color: #fff;
}

.select {
  position: relative;
}

.category .select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 12px 0 0 auto;
}

.category .select__head {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}

.select__input {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.category .select__head-field {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  pointer-events: none;
  font-family: "Inter-Medium";
  font-size: 14px;
  line-height: 100%;
  color: #111928;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.category .select__arrow {
  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: 9px;
  height: auto;
  margin: 2px 0 0 0;
  pointer-events: none;
}
.category .select__arrow svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.category .select__arrow svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.category .select__head.active .select__arrow svg {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.category .select__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  min-width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 5px;
  padding: 20px 16px;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.select__list.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.category .select__list li {
  font-family: "Inter-Medium";
  font-size: 14px;
  line-height: 100%;
  color: #111928;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.select__list .placeholder {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.category__items {
  grid-column: 1/span 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
  margin: 30px 0 0 0;
}

.category__items-wrapper .pages-navigation {
  grid-column: 1/span 2;
}

.pages-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto 0 auto;
}

.pages-navigation li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pages-navigation li a,
.pages-navigation li span {
  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: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: transparent;
  font-family: "Inter-SemiBold";
  font-size: 15px;
  line-height: 100%;
  color: #111928;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pages-navigation li span {
  background-color: #FF5A1F;
  color: #fff;
}

.pages-navigation li a svg {
  width: auto;
  height: 35%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pages-navigation li a svg svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pages-navigation li:first-child a {
  margin: 0 16px 0 0;
}

.pages-navigation li:last-child a {
  margin: 0 0 0 16px;
}

.pages-navigation li a.disabled {
  pointer-events: none;
}
.pages-navigation li a.disabled svg path {
  fill: #909090;
}

.card__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 40px;
}

.card__img {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}

.slider-main {
  margin: 0 0 10px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.slider-main .swiper-slide {
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  position: relative;
}
.slider-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.slider-thumbs {
  width: calc(100% + 16px);
  padding: 2px 8px 10px 8px;
  -webkit-transform: translate(-8px, 0);
  -ms-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
}

.slider-thumbs .swiper-slide {
  height: auto;
  aspect-ratio: 1/0.62;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.slider-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #FF5A1F;
}

.card__title-items {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
  margin: 24px 0 0 0;
}

.card__info {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}

.card__title-article,
.card__title-availability {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 8px;
}

.card__title-article strong,
.card__title-availability strong {
  font-family: "Inter-Medium";
  font-size: 16px;
  line-height: 100%;
  color: #AFB3BB;
}

.card__title-article small,
.card__title-availability small {
  font-family: "Inter-Medium";
  font-size: 16px;
  line-height: 100%;
  color: #6B7280;
}

.card__title-availability small.few {
  color: #dd0415;
}

.card__title-availability small.enough {
  color: #dd6d04;
}

.card__title-availability small.many {
  color: #129700;
}

.card__accordion {
  grid-column: 1/span 2;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 8px;
}

.card__accordion .accordion__label {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 16px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.card__accordion .accordion__label strong {
  font-family: "Inter-SemiBold";
  font-size: 17px;
  line-height: 115%;
  color: #111928;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card__accordion .accordion__label span {
  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: 26px;
  height: auto;
  margin: 4px 0 0 0;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.card__accordion .accordion__label span svg {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.card__accordion .accordion__label.active strong {
  color: #FF5A1F;
}
.card__accordion .accordion__label.active span svg {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.accordion__info {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accordion__info.active {
  grid-template-rows: 1fr;
}

.accordion__info-text {
  overflow: hidden;
}

.card__accordion .accordion__info-text {
  padding: 0 16px;
}

.card__accordion .accordion__info.active {
  margin: 16px 0 24px 0;
}

.card__info-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 16px;
  margin: 40px 0 0 0;
}

.card__info-list li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 30px;
}

.card__info-list li small {
  font-family: "Inter-Regular";
  font-size: 16px;
  line-height: 115%;
  color: #6b7280;
}

.card__info-list li strong {
  font-family: "Inter-Medium";
  font-size: 16px;
  line-height: 115%;
  color: #111928;
  text-align: right;
}

.card__info-cost {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.card__info-cost strong {
  font-family: "Inter-SemiBold";
  font-size: 35px;
  line-height: 100%;
  color: #111928;
}

.card__info-cost small {
  font-family: "Inter-SemiBold";
  font-size: 20px;
  line-height: 115%;
  text-decoration: line-through;
  color: #82868F;
}

.card__info .btn {
  width: auto;
}

.another {
  overflow: hidden;
}

.another__slider .product {
  width: 100%;
  height: auto;
}

.services__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
}

.services__item {
  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;
  width: 100%;
  height: 420px;
  padding: 48px 24px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.services__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
}

.services__item h3 {
  color: #fff;
  position: relative;
  z-index: 3;
}

.services__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.services__item a {
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 0px 44px;
  border-radius: 100vw;
  background-color: rgb(255, 90, 31);
  font-family: "Inter-Medium";
  font-size: 13px;
  color: #fff;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: relative;
  z-index: 3;
}

.label {
  padding: 0;
}

.label__content {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.label__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.label--1 .label__content {
  background-image: url("../img/main-welcome-4.jpg");
}

.label__info {
  width: 52%;
  padding: 148px 0 148px 40px;
  position: relative;
  z-index: 2;
}

.label__info h1,
.label__info h2,
.label__info h3,
.label__info h4 {
  color: #fff;
}

.label__info>p {
  font-size: 18px;
  margin: 32px 0 0 0;
  color: #fff;
}

.label__info>p strong {
  color: #fff;
}

.label__info .btn {
  margin: 48px 0 0 0;
}

.why__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
}

.why__item {
  padding: 40px 16px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.why__item>p {
  font-size: 14px;
  margin: 16px 0 0 0;
}

.advantages__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 60px;
}

.advantages__info {
  padding: 48px 0 0 0;
}

.advantages__info ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 24px;
  margin: 40px 0 0 0;
}

.advantages__info ul li>strong {
  font-family: "Inter-SemiBold";
  font-size: 25px;
  line-height: 125%;
  color: #111928;
}

.advantages__info ul li p {
  font-size: 14px;
  margin: 16px 0 0 0;
}

.advantages__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.08;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.advantages__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.slider-container--works {
  grid-column: span 2;
}

.works__slider {
  width: calc(100% + 16px);
  padding: 4px 8px 10px 8px;
  -webkit-transform: translate(-8px, 0);
  -ms-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
}

.work {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}

.swiper .work {
  height: auto;
}

.work__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.6;
  position: relative;
  overflow: hidden;
}
.work__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.work__info {
  padding: 24px 16px;
}

.work__info h5 {
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.work__info>p {
  font-size: 14px;
  color: #6b7280;
  margin: 16px 0 0 0;
}

.stages {
  background-color: #fff;
}

.stages__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 40px;
}

.stages__item span {
  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: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #6B7280;
  font-family: "Inter-SemiBold";
  font-size: 25px;
  color: #fff;
  margin: 0 0 16px 0;
}

.stages__item h5 {
  font-family: "Inter-SemiBold";
}

.stages__item p {
  font-size: 14px;
  margin: 16px 0 0 0;
}

.application__content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 30px;
  border-radius: 10px;
  background-image: url("../img/service-application-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.application__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.application__title {
  width: 56%;
  padding: 64px 40px;
  position: relative;
  z-index: 3;
}

.application__title strong {
  font-family: "Inter-Bold";
  font-size: 20px;
  color: #fff;
  margin: 0 0 16px 0;
}

.application__title h3 {
  font-family: "Inter-Bold";
  color: #fff;
}

.application__title p {
  margin: 16px 0 0 0;
  color: #fff;
}

.application__form {
  padding: 64px 48px;
  background-color: #111928;
  position: relative;
  z-index: 3;
}

.application__form h4 {
  color: #fff;
}

.application__form .form__inputs {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 24px;
  margin: 32px 0 0 0;
}

.application__form .input-wrapper small {
  color: #fff;
}

.application__form .form__submit {
  grid-template-columns: 1fr;
}

.application__form .checkbox__text,
.application__form .checkbox__text a {
  color: #fff;
}

.application__form .btn {
  border: 1px solid #FF5A1F;
}

.application__form .btn::after {
  display: none;
}

.about__row {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-template-rows: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-gap: 60px;
}

.about__row-title h1 {
  font-size: 120px;
}

.about .stroy__number hgroup h3,
.about .stroy__number>p {
  color: #111928;
}

.tale__info {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.tale__info p {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  margin: 0 0 14px 0;
  color: #6b7280;
}
.tale__info p:last-child {
  margin: 0;
}

.projects__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
}

.project__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 60px;
}

.project__images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
  margin: 32px 0 0 0;
}

.project__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.8;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.project__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.loupe {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FF5A1F;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.loupe svg {
  width: 40%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.partners__items {
  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: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners__item {
  width: 200px;
  height: auto;
  aspect-ratio: 1/0.6;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}
.partners__item img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.wrapper:has(.partners) .breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners__content .title>* {
  text-align: center;
}

.delivery__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 48px;
}

.delivery__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 20px;
}

.delivery__item {
  padding: 40px 24px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.delivery__item span {
  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: 60px;
  height: 60px;
}
.delivery__item span svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.delivery__item strong {
  font-family: "Inter-Medium";
  font-size: 25px;
  line-height: 115%;
  color: #111928;
  margin: 24px 0 0 0;
}

.delivery__item p {
  font-size: 14px;
  margin: 16px 0 0 0;
}

.certificates__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
}

.certificates__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 16px;
  padding: 24px 16px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

.certificates__item picture {
  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: 58px;
  height: auto;
}
.certificates__item picture svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.certificates__item picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.certificates__item strong {
  font-family: "Inter-Regular";
  font-size: 18px;
  line-height: 125%;
  color: #111928;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.certificates__item span {
  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: 24px;
  height: auto;
}
.certificates__item span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.certificates__item span svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.certificates__item span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
}

.article__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 32px;
}

.article__row-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.64;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.article__row-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.article__info {
  margin: 64px 0 0 0;
}

.other__slider .new {
  width: 416px;
}

.other {
  overflow: hidden;
}

.slider-container--other {
  width: 100%;
  -webkit-transform: translate(-8px, 0);
  -ms-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
}

.other__slider {
  padding: 4px 8px 10px 8px;
}

.other__slider .new {
  width: 416px;
  margin: 0 auto;
}

/* hover */
@media (min-width: 992px) {
  .certificates__item:hover span svg path {
    stroke: #FF5A1F;
  }
  .certificates__item:focus span svg path {
    stroke: #FF5A1F;
  }
  .certificates__item:hover strong {
    color: #FF5A1F;
  }
  .certificates__item:focus strong {
    color: #FF5A1F;
  }
  a:has(.loupe):hover .loupe {
    opacity: 1;
    visibility: visible;
  }
  a:has(.loupe):focus .loupe {
    opacity: 1;
    visibility: visible;
  }
  .project__img:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .project__img:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .slider-thumbs .swiper-slide {
    cursor: pointer;
  }
  .slider-main .swiper-slide:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .slider-main .swiper-slide:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .application__form .btn:hover {
    background-color: transparent;
  }
  .application__form .btn:focus {
    background-color: transparent;
  }
  .work:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  }
  .work:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  }
  .work:hover .work__img img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .work:focus .work__img img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .work:hover .work__info h5 {
    color: #FF5A1F;
  }
  .work:focus .work__info h5 {
    color: #FF5A1F;
  }
  .services__item a:hover {
    background-color: #eb3f00;
    -webkit-box-shadow: 0 2px 12px 0px rgba(111, 54, 15, 0.6);
    box-shadow: 0 2px 12px 0px rgba(111, 54, 15, 0.6);
  }
  .services__item a:focus {
    background-color: #eb3f00;
    -webkit-box-shadow: 0 2px 12px 0px rgba(111, 54, 15, 0.6);
    box-shadow: 0 2px 12px 0px rgba(111, 54, 15, 0.6);
  }
  .services__item:hover a {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .services__item:focus a {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .services__item:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .services__item:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .services__item:hover::before {
    opacity: 1;
  }
  .services__item:focus::before {
    opacity: 1;
  }
  .card__accordion .accordion__label {
    cursor: pointer;
  }
  .card__accordion .accordion__label:hover strong {
    color: #FF5A1F;
  }
  .card__accordion .accordion__label:focus strong {
    color: #FF5A1F;
  }
  .pages-navigation li a:hover {
    color: #FF5A1F;
  }
  .pages-navigation li a:focus {
    color: #FF5A1F;
  }
  .pages-navigation li a:hover svg path {
    fill: #FF5A1F;
  }
  .pages-navigation li a:focus svg path {
    fill: #FF5A1F;
  }
  .category__menu li a.active:hover {
    color: #fff;
  }
  .category__menu li a.active:focus {
    color: #fff;
  }
  .category__menu li a:hover {
    color: #FF5A1F;
  }
  .category__menu li a:focus {
    color: #FF5A1F;
  }
  .category .select__head {
    cursor: pointer;
  }
  .category .select__head:hover .select__head-field {
    color: #FF5A1F;
  }
  .category .select__head:focus .select__head-field {
    color: #FF5A1F;
  }
  .category .select__head:hover .select__arrow svg path {
    fill: #FF5A1F;
  }
  .category .select__head:focus .select__arrow svg path {
    fill: #FF5A1F;
  }
  .category .select__list li {
    cursor: pointer;
  }
  .category .select__list li:hover {
    color: #FF5A1F;
  }
  .category .select__list li:focus {
    color: #FF5A1F;
  }
  .reset.btn:hover {
    color: #fff;
  }
  .reset.btn:focus {
    color: #fff;
  }
  .brand__title {
    cursor: pointer;
  }
  .brand__title:hover strong {
    color: #FF5A1F;
  }
  .brand__title:focus strong {
    color: #FF5A1F;
  }
  .parameters__list-wrapper button {
    cursor: pointer;
  }
  .parameters__list-wrapper button:hover {
    color: #111928;
  }
  .parameters__searching:has(input:hover) {
    border: 1px solid #FF5A1F;
  }
  .parameters__searching:has(input:focus) {
    border: 1px solid #FF5A1F;
  }
  .parameters__searching button {
    cursor: pointer;
  }
  .parameters__searching button:hover svg path {
    stroke: #FF5A1F;
  }
  .parameters__searching button:focus svg path {
    stroke: #FF5A1F;
  }
  .parameters__list li label {
    cursor: pointer;
  }
  .parameters__list li label:hover p {
    color: #FF5A1F;
  }
  .parameters__list li label:focus p {
    color: #FF5A1F;
  }
  .parameters__item-title {
    cursor: pointer;
  }
  .parameters__item-title:hover strong {
    color: #FF5A1F;
  }
  .parameters__item-title:focus strong {
    color: #FF5A1F;
  }
  .questions__content .btn:hover {
    color: #FF5A1F;
    border: 1px solid #FF5A1F;
  }
  .questions__content .btn:focus {
    color: #FF5A1F;
    border: 1px solid #FF5A1F;
  }
  .breadcrumb__item a:hover {
    color: #FF5A1F;
  }
  .breadcrumb__item a:focus {
    color: #FF5A1F;
  }
  .breadcrumb__item a:hover span svg {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .breadcrumb__item a:focus span svg {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .checkbox__text::before,
  .checkbox__text::after {
    cursor: pointer;
  }
  .checkbox__text a:hover {
    color: #FF5A1F;
  }
  .checkbox__text a:focus {
    color: #FF5A1F;
  }
  .input:hover {
    border: 1px solid #FF5A1F;
  }
  .input:focus {
    border: 1px solid #FF5A1F;
  }
  .footer__contacts-item a:hover,
  .footer__bottom a:hover {
    color: #FF5A1F;
  }
  .footer__contacts-item a:focus,
  .footer__bottom a:focus {
    color: #FF5A1F;
  }
  .footer__menu li a:hover {
    color: #111928;
  }
  .footer__menu li a:focus {
    color: #111928;
  }
  .contact a:hover {
    color: #FF5A1F;
  }
  .contact a:focus {
    color: #FF5A1F;
  }
  .new:hover .new__img img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .new:focus .new__img img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .new:hover .new__info h5 {
    color: #FF5A1F;
  }
  .new:focus .new__info h5 {
    color: #FF5A1F;
  }
  .new:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  }
  .new:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  }
  .product__info-title:hover {
    color: #FF5A1F;
  }
  .product__info-title:focus {
    color: #FF5A1F;
  }
  .product__img:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .product__img:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .popup__close {
    cursor: pointer;
  }
  .popup__close:hover svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .popup__close:focus svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .categories__item-info a:hover {
    background-color: #eb3f00;
    -webkit-box-shadow: 0 2px 12px 0px rgba(111, 54, 15, 0.6);
    box-shadow: 0 2px 12px 0px rgba(111, 54, 15, 0.6);
  }
  .categories__item-info a:focus {
    background-color: #eb3f00;
    -webkit-box-shadow: 0 2px 12px 0px rgba(111, 54, 15, 0.6);
    box-shadow: 0 2px 12px 0px rgba(111, 54, 15, 0.6);
  }
  .categories__item:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(26%, -40%);
    -ms-transform: translate(26%, -40%);
    transform: translate(26%, -40%);
  }
  .categories__item:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(26%, -40%);
    -ms-transform: translate(26%, -40%);
    transform: translate(26%, -40%);
  }
  .categories__item:hover .categories__item-info a {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .categories__item:focus .categories__item-info a {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .slider-btn.swiper-button-disabled:hover {
    background-color: #FF5A1F;
  }
  .slider-btn {
    cursor: pointer;
  }
  .slider-btn:hover {
    background-color: #111928;
  }
  .btn:hover::after {
    left: 0;
    width: 100%;
  }
  .btn:focus::after {
    left: 0;
    width: 100%;
  }
  .searching__wrapper-icon,
  .searching button {
    cursor: pointer;
  }
  .searching__wrapper-icon:hover,
  .searching button:hover {
    background-color: #eb3f00;
  }
  .searching__wrapper-icon:focus,
  .searching button:focus {
    background-color: #eb3f00;
  }
  .kinds>li:has(.kinds__container):hover .kinds__container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .kinds>li:has(.kinds__container):focus .kinds__container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .kinds>li:has(.kinds__container):hover>a {
    color: #fff;
    background-color: #eb3f00;
  }
  .kinds>li:has(.kinds__container):focus>a {
    color: #fff;
    background-color: #eb3f00;
  }
  .kinds>li:has(.kinds__container):hover .kinds__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .kinds>li:has(.kinds__container):focus .kinds__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .kinds__two>li>a:hover,
  .kinds__three li a:hover {
    color: #FF5A1F;
  }
  .kinds__two>li>a:focus,
  .kinds__three li a:focus {
    color: #FF5A1F;
  }
  .kinds>li:hover>a {
    color: #FF5A1F;
  }
  .kinds>li:focus>a {
    color: #FF5A1F;
  }
  .menu__two li a:hover {
    color: #FF5A1F;
  }
  .menu__two li a:focus {
    color: #FF5A1F;
  }
  .menu>li:has(.menu__container):hover .menu__container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .menu>li:has(.menu__container):focus .menu__container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .menu>li:has(.menu__container):hover .menu-arrow svg {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .menu>li:has(.menu__container):focus .menu-arrow svg {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .menu>li {
    cursor: pointer;
  }
  .menu>li:hover>a {
    color: #FF5A1F;
  }
  .menu>li:focus>a {
    color: #FF5A1F;
  }
  .tel-icon {
    cursor: pointer;
  }
  .tel-icon:hover span {
    background-color: #FF5A1F;
  }
  .tel-icon:focus span {
    background-color: #FF5A1F;
  }
  .header__tel-main .popup-link:hover {
    color: #111928;
  }
  .header__tel-main .popup-link:focus {
    color: #111928;
  }
  .tel-main:hover,
  .tel-additional a:hover {
    color: #FF5A1F;
  }
  .tel-main:focus,
  .tel-additional a:focus {
    color: #FF5A1F;
  }
  .social:hover {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  .social:focus {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  .social:hover svg path {
    fill: #FF5A1F;
  }
  .social:focus svg path {
    fill: #FF5A1F;
  }
  .logo:hover svg {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  .logo:focus svg {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  .logo:hover img {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  .logo:focus img {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  .logo:hover strong {
    color: #FF5A1F;
  }
  .logo:focus strong {
    color: #FF5A1F;
  }
  p a:hover {
    color: #111928;
  }
  p a:focus {
    color: #111928;
  }
  a,
  button,
  .checkbox {
    cursor: pointer;
  }
}
/** breakpoint  **/
@media (max-width: 1380px) {
  .welcome {
    padding: 24px 0 0 0;
  }
  .welcome__info {
    padding: 110px 0 120px 40px;
  }
  .welcome__info h1,
  .welcome__info h2 {
    font-size: 50px;
  }
  .welcome__img img {
    width: 100%;
    height: auto;
  }
  .welcome__info p,
  .label__info>p {
    width: 100%;
    margin: 24px 0 0 0;
  }
  .welcome__info .btn,
  .label__info .btn {
    margin: 32px 0 0 0;
  }
  .categories__item {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .categories__item-img img {
    width: 100%;
    height: auto;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .categories__item-info {
    padding: 24px 0 24px 20px;
  }
  .categories__item-info h4 {
    font-size: 22px;
  }
  .stroy__row h1 {
    font-size: 76px;
  }
  .stroy__row {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .feedback__items .contact a,
  .feedback__items .contact strong {
    font-size: 22px;
  }
  .banner__img img {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
  }
  .parameters {
    width: 270px;
  }
  .card__content {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .label__info {
    padding: 110px 0 120px 40px;
  }
  .application__title {
    width: 90%;
  }
  .application__form {
    padding: 50px 32px;
  }
  .about__row {
    grid-gap: 32px;
  }
  .about__row-title h1 {
    font-size: 100px;
  }
  .information {
    padding: 50px 0;
  }
  .services__item {
    height: 350px;
  }
  .contacts__items {
    grid-template-columns: auto auto auto auto 1fr;
    grid-gap: 20px;
  }
  .contacts__map {
    aspect-ratio: 1/0.4;
  }
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 1239px) {
  .container {
    width: min(1280px, 100% - 70px);
  }
  .kinds {
    height: 60px;
  }
  .searching__wrapper-icon,
  .searching button {
    width: 60px;
    height: 60px;
  }
  .searching {
    grid-template-columns: auto 350px;
  }
  .kinds__two {
    padding: 20px 24px 24px 24px;
    border-radius: 0 0 16px 16px;
  }
  .kinds__three li a {
    font-size: 15px;
  }
  .kinds__three {
    row-gap: 12px;
    padding: 0 0 16px 0;
  }
  .categories__item-info {
    row-gap: 26px;
  }
  .stroy__row {
    grid-template-columns: 1fr 2fr;
  }
  .stroy__row h1 {
    font-size: 72px;
  }
  .feedback__items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .info>img {
    height: 380px;
  }
  .parameters__list li {
    width: 100%;
  }
  .parameters {
    width: 230px;
  }
  .parameters-wrapper {
    padding: 0;
  }
  .parameters__title {
    row-gap: 24px;
  }
  .category__content {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .product__info {
    padding: 0 16px 20px 16px;
  }
  .card__content {
    grid-template-columns: 1fr 1.2fr;
  }
  .products__content .slider-navigation,
  .another__content .slider-navigation,
  .works__content .slider-navigation {
    margin: -6px 0 0 0;
  }
  .label__info {
    width: 60%;
    padding: 80px 0 100px 32px;
  }
  .label__info>p {
    font-size: 17px;
  }
  .banner__info {
    padding: 40px 0 50px 32px;
  }
  .why__item {
    padding: 24px 16px;
  }
  .why__item>p {
    margin: 12px 0 0 0;
  }
  .advantages__content {
    grid-gap: 30px;
  }
  .advantages__info ul li>strong {
    font-size: 22px;
  }
  .advantages__info ul li p {
    margin: 12px 0 0 0;
  }
  .advantages__info {
    padding: 0;
  }
  .advantages__info ul {
    row-gap: 20px;
    margin: 32px 0 0 0;
  }
  .application__title,
  .application__form {
    padding: 42px 32px;
  }
  .about__row-title h1 {
    font-size: 90px;
  }
  .questions__content {
    padding: 60px 32px;
    -webkit-column-gap: 280px;
    -moz-column-gap: 280px;
    column-gap: 280px;
  }
  .certificates__item {
    grid-gap: 12px;
    padding: 20px 16px;
  }
  .delivery__item {
    padding: 32px 20px;
    border-radius: 16px;
  }
  .delivery__item strong {
    margin: 18px 0 0 0;
  }
  .delivery__item p {
    margin: 12px 0 0 0;
  }
  .work__info {
    padding: 20px 16px;
  }
  .services__item {
    height: 310px;
    padding: 32px 24px;
  }
  .contacts__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .contacts__items .btn {
    margin: 0;
    padding: 0 40px;
  }
  .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: inherit;
  }
  h1 {
    font-size: 43px;
  }
  h2 {
    font-size: 39px;
  }
  h3, .card__title h1 {
    font-size: 34px;
  }
}
@media (max-width: 1119px) {
  .header__content {
    padding: 25px 0 0 0;
  }
  .logo {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
  .logo--header {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
  }
  .menu {
    margin: 0 0 0 210px;
  }
  .header__contacts {
    top: 19px;
  }
  .nav {
    row-gap: 26px;
  }
  .kinds>li>a {
    padding: 0 6px;
    font-size: 13px;
  }
  .kinds__icon {
    width: 20px;
    height: 20px;
  }
  .kinds {
    height: 54px;
  }
  .searching__wrapper-icon,
  .searching button {
    width: 54px;
    height: 54px;
  }
  .searching {
    grid-template-columns: auto 320px;
  }
  .welcome__info {
    padding: 70px 0 80px 24px;
  }
  .welcome__info span {
    padding: 8px 20px;
    font-size: 18px;
  }
  .welcome__info h1,
  .welcome__info h2 {
    font-size: 44px;
  }
  .categories__item-info {
    row-gap: 10px;
  }
  .popular__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .stroy {
    padding-top: 50px;
  }
  section {
    padding: 50px 0;
  }
  .stroy__row h1 {
    font-size: 66px;
  }
  .review {
    padding: 24px 16px;
  }
  .new__info {
    padding: 12px 8px 20px 8px;
  }
  .new__info>p {
    margin: 8px 0 0 0;
    font-size: 14px;
  }
  .feedback__items {
    grid-gap: 24px;
  }
  .feedback__items .contact a,
  .feedback__items .contact strong {
    font-size: 20px;
  }
  .contacts__map {
    aspect-ratio: 1/0.5;
  }
  .footer__logo-wrapper {
    width: 278px;
  }
  .footer__menu,
  .footer__contacts-items {
    row-gap: 10px;
  }
  .footer__menu li a {
    font-size: 13px;
  }
  .footer__contacts-item a,
  .footer__contacts-item strong {
    font-size: 15px;
  }
  .footer__bottom small,
  .footer__bottom p {
    font-size: 13px;
  }
  .info>img {
    height: 340px;
  }
  .info>.btn {
    margin: 30px 0;
    padding: 0 40px;
  }
  .questions__content {
    padding: 40px 24px;
  }
  .banner__info {
    padding: 40px 0 50px 24px;
  }
  .banner__info p {
    margin: 24px 0 0 0;
  }
  .category__items {
    grid-template-columns: 1fr 1fr;
  }
  .category__menu li a {
    height: 34px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 11px;
  }
  .category__items-wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .category__items {
    margin: 20px 0 0 0;
  }
  .card__info-cost strong {
    font-size: 30px;
  }
  .card__info-cost small {
    font-size: 19px;
  }
  .breadcrumb__item a,
  .breadcrumb__item {
    font-size: 14px;
  }
  .breadcrumb__item a span.item_icon {
    width: 4px;
    margin: 2px 0 0 0;
  }
  .breadcrumb-wrapper {
    padding: 30px 0 0 0;
  }
  .label__info {
    padding: 60px 0 70px 24px;
  }
  .stages__item p {
    margin: 8px 0 0 0;
  }
  .application__title,
  .application__form {
    padding: 28px 24px;
  }
  .application__form .form__inputs {
    margin: 24px 0 0 0;
  }
  .stroy__number hgroup h3 {
    font-size: 32px;
  }
  .certificates__item strong {
    font-size: 17px;
  }
  .delivery__item strong {
    font-size: 22px;
  }
  .work__info {
    padding: 12px 16px 16px 16px;
  }
  .work__info>p {
    margin: 8px 0 0 0;
  }
  .contact a,
  .contact strong {
    font-size: 20px;
  }
  .contact small {
    font-size: 15px;
  }
  .contacts__items {
    grid-template-columns: 1fr 1fr;
  }
  .information+.questions {
    padding-top: 0;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3, .card__title h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .header__content {
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding: 10px 0;
  }
  .logo--header {
    position: relative;
    top: auto;
    left: auto;
  }
  .header__contacts {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    grid-gap: 24px;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 auto;
    z-index: 2;
  }
  .header__tel-main {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__socials {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header__tel-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .searching__wrapper {
    grid-column: 1/span 3;
    grid-row: 2/span 1;
    height: 42px;
    margin: 8px 0 0 0;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
  }
  .searching {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
  .searching__wrapper-icon {
    display: none;
  }
  .searching button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 42px;
    height: 42px;
  }
  .searching input {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tel-icon span {
    background-color: #FF5A1F;
  }
  .icon-menu.icon-menu--open,
  .icon-menu.icon-menu--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .icon-menu.icon-menu--close {
    margin: 21px 0 0 0;
  }
  .logo--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px 0;
  }
  .nav {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto 1fr auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 0;
    width: 70%;
    height: 100vh;
    padding: 30px 20px 20px 30px;
    background-color: #fff;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: -105%;
    z-index: 10;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .nav.active {
    right: 0;
    -webkit-box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
    box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
  }
  .menu {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 16px;
    width: 100%;
    height: auto;
    margin: 0 0 16px 0;
  }
  .menu>li,
  .header__content ul.menu ul.menu__two li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .menu>li:has(.menu-arrow) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu>li.active .menu-arrow svg {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .header__content ul.menu li:first-child {
    border-bottom: none;
  }
  .header__content ul.menu>li:first-child>a {
    display: none;
  }
  .header__content ul.menu li:first-child .menu-arrow {
    display: none;
  }
  .header__content ul.menu li:first-child .menu__container {
    grid-template-rows: 1fr;
  }
  .menu>li>a,
  .header__content ul.menu ul.menu__two li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 4px 0 8px 0;
    font-size: 20px;
    color: #111928;
    line-height: 100%;
  }
  .menu-arrow {
    width: 9px;
    height: 100%;
    padding: 0 0 2px 0;
  }
  .menu-arrow svg path,
  .kinds__arrow svg path,
  .kinds__arrow-two svg path {
    fill: #FF5A1F;
  }
  .menu__container {
    grid-column: span 2;
    width: 100%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  }
  .menu__container.active {
    grid-template-rows: 1fr;
  }
  .menu__two {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 16px;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    overflow: hidden;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .menu__two>li {
    border-bottom: none;
  }
  .menu__two>li a {
    font-family: "Inter-Medium";
    font-size: 16px;
    color: #111928;
    padding: 6px 0 6px 16px;
  }
  .menu__two>li:first-child a {
    padding: 12px 0 6px 16px;
  }
  .menu__two>li:last-child a {
    padding: 6px 0 12px 16px;
  }
  .kinds {
    grid-column: 1 / span 2;
    grid-row: 2 / span 1;
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 16px;
    width: 100%;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .kinds>li:not(:first-child) {
    display: none;
  }
  .kinds>li:first-child>a,
  .kinds>li>a {
    display: block;
    background-color: transparent;
    padding: 4px 0 8px 0;
    font-family: "Inter-Medium";
    font-size: 20px;
    color: #111928;
  }
  .kinds__icon {
    display: none;
  }
  .kinds>li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .kinds__arrow,
  .kinds__arrow-two {
    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: 9px;
    height: 100%;
    padding: 0 0 2px 0;
  }
  .kinds__arrow svg,
  .kinds__arrow-two svg {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .kinds>li.active .kinds__arrow svg,
  .kinds__two>li.active .kinds__arrow-two svg {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .kinds>li:has(.kinds__container) {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .kinds__container,
  .kinds__container-two {
    grid-column: span 2;
    width: 100%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  }
  .kinds__container.active,
  .kinds__container-two.active {
    grid-template-rows: 1fr;
  }
  .kinds__two,
  .kinds__three {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 0;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    overflow: hidden;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .kinds__two>li {
    border-bottom: none;
  }
  .kinds__two>li>a {
    font-family: "Inter-Medium";
    font-size: 16px;
    color: #111928;
    padding: 6px 0 6px 16px;
  }
  .kinds__two>li:first-child>a {
    padding: 12px 0 6px 16px;
  }
  .kinds__two>li:last-child>a {
    padding: 6px 0 12px 16px;
  }
  .kinds__two>li>a picture {
    width: 28px;
    height: 28px;
  }
  .kinds__two>li:has(.kinds__container-two) {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .kinds__three {
    margin: 0;
  }
  .kinds__three li a {
    font-family: "Inter-Medium";
    font-size: 15px;
    color: #111928;
    padding: 6px 0 6px 32px;
  }
  .kinds__three li:first-child a {
    padding: 12px 0 6px 32px;
  }
  .kinds__three li:last-child a {
    padding: 6px 0 12px 32px;
  }
  .hidden {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 16px;
    margin: 60px 0 0 0;
  }
  .show h1,
  .show h2,
  .show h3,
  .show h4,
  .show h5,
  .show h6,
  .show .up {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .welcome {
    padding: 8px 0 0 0;
  }
  .welcome__info {
    padding: 60px 0 70px 20px;
  }
  .welcome__info h1,
  .welcome__info h2 {
    font-size: 37px;
  }
  .welcome__item {
    grid-template-columns: 1.7fr 1fr;
  }
  .welcome__info span {
    padding: 6px 20px;
    font-size: 16px;
  }
  .slider-container--welcome .slider-navigation {
    bottom: 20px;
    right: 20px;
  }
  .swiper-pagination.swiper-pagination--welcome {
    bottom: 20px;
  }
  .popup__content {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    width: 98%;
  }
  .popup__content .form {
    padding: 30px 20px;
  }
  .popup__content .form__inputs {
    grid-gap: 18px;
  }
  .categories__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .categories__item {
    grid-column: span 1;
  }
  .categories__items .categories__item:last-child,
  .categories__items .categories__item:nth-last-child(2) {
    grid-column: span 1;
  }
  .categories__item-info {
    padding: 20px 0 20px 16px;
    row-gap: 42px;
  }
  .categories__item-info h4 {
    font-size: 20px;
  }
  .popular__items {
    grid-template-columns: 1fr 1fr;
  }
  .stroy__row {
    grid-template-columns: 1fr 1.6fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .stroy__row h1 {
    font-size: 58px;
  }
  .stroy__number hgroup h3 {
    font-size: 30px;
  }
  .stroy__number>p {
    margin: 10px 0 0 0;
  }
  .title {
    margin: 0 0 24px 0;
  }
  .products__content .title,
  .another__content .title,
  .works__content .title {
    margin: 0 0 22px 0;
  }
  .contact small {
    font-size: 14px;
  }
  .feedback__items .contact a,
  .feedback__items .contact strong {
    font-size: 19px;
  }
  .contacts__map {
    aspect-ratio: 1/0.6;
  }
  .footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 30px;
  }
  .footer__contacts {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .footer__logo-wrapper {
    width: 100%;
  }
  .footer__bottom p {
    width: 100%;
  }
  .footer__logo-wrapper>p {
    margin: 8px 0 0 0;
  }
  .contacts__item small {
    font-family: "Inter-Medium";
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 6px 0;
  }
  .contacts__item a,
  .contacts__item strong {
    font-family: "Inter-SemiBold";
    font-size: 18px;
    line-height: 125%;
    color: #111928;
  }
  .questions__content {
    padding: 28px 20px;
  }
  .questions__content {
    background-image: url("../img/main-questions-1-small.png");
    -webkit-column-gap: 123px;
    -moz-column-gap: 123px;
    column-gap: 123px;
  }
  .questions__content strong {
    font-size: 18px;
    margin: 0 0 12px 0;
  }
  .questions__content p {
    margin: 10px 0 0 0;
  }
  .banner__info {
    padding: 30px 0 40px 20px;
  }
  .category__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
  .parameters {
    width: 100%;
  }
  .parameters__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .card__content {
    grid-template-columns: 1fr;
  }
  .card__img {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  .slider-main .swiper-slide {
    aspect-ratio: 1/0.6;
  }
  .label__info {
    padding: 40px 0 50px 20px;
    width: 68%;
  }
  .label__info>p {
    font-size: 16px;
  }
  .advantages__content {
    grid-template-columns: 1fr;
  }
  .advantages__img {
    aspect-ratio: 1/0.6;
  }
  .stages__item span {
    width: 50px;
    height: 50px;
    margin: 0 0 10px 0;
  }
  .application__content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
  .application__title {
    width: 100%;
  }
  .application__title,
  .application__form {
    padding: 28px 20px;
  }
  .application__title strong {
    font-size: 18px;
    margin: 0 0 12px 0;
  }
  .about__row {
    grid-template-columns: 1fr 1fr;
  }
  .about__row-title h1 {
    font-size: 70px;
  }
  .stroy__number hgroup h3 {
    font-size: 28px;
  }
  .certificates__items {
    grid-template-columns: 1fr;
  }
  .delivery__item strong {
    font-size: 20px;
  }
  .delivery__items {
    grid-template-columns: 1fr;
  }
  .news__items,
  .projects__items {
    grid-template-columns: 1fr 1fr;
  }
  .article__row {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .article__row-img {
    aspect-ratio: 1/0.6;
  }
  .other__slider .new {
    width: 360px;
  }
  .services__item {
    height: 250px;
    padding: 28px 20px;
  }
  .services__item a,
  .categories__item-info a {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .services__item::before {
    opacity: 1;
  }
  .services__item h3 {
    font-size: 28px;
  }
  .new,
  .work {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  }
  .info>img {
    height: 290px;
  }
  h1 {
    font-size: 39px;
  }
  h2 {
    font-size: 35px;
  }
  h3, .card__title h1 {
    font-size: 31px;
  }
  p,
  .info ul:not([class]) li {
    font-size: 15px;
  }
  .info ul:not([class]) li::before {
    width: 5px;
    height: 5px;
    top: 9px;
    left: 8px;
  }
  .info ul:not([class]) {
    row-gap: 6px;
  }
  .info>h1,
  .info>h2,
  .info>h3,
  .info>h4,
  .info>h5,
  .info>h6 {
    margin: 24px 0 10px 0;
  }
  .info strong {
    margin: 10px 0;
  }
  .info small {
    margin: 10px 0;
  }
  .info p {
    margin: 10px 0;
  }
  .info img {
    margin: 12px 0;
  }
  .info img:has(+ small) {
    margin: 12px 0 8px 0;
  }
  .info ul:not([class]) {
    row-gap: 10px;
    margin: 10px 0;
  }
  .info>.btn {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .nav {
    width: 80%;
  }
  .header__socials {
    display: none;
  }
  .header__contacts {
    display: block;
  }
  .popup__content .form {
    padding: 20px 20px;
  }
  .form>strong {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .popup__content {
    grid-template-columns: 2.4fr 1fr;
  }
  .input {
    padding: 0px 12px;
  }
  .input.input--textarea {
    height: 140px;
    padding: 16px;
  }
  .welcome__item {
    grid-template-columns: 1fr;
    padding: 0 0 40px 0;
  }
  .welcome__img {
    display: none;
    height: auto;
    aspect-ratio: 1/0.6;
  }
  .welcome__info {
    padding: 50px 20px 30px 20px;
  }
  .welcome__img img {
    width: auto;
    height: 100%;
  }
  .product {
    border-radius: 10px;
  }
  .product__img {
    padding-top: 74%;
  }
  .stroy__row {
    grid-template-columns: 1fr;
  }
  .stroy__row-info {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  .stroy__row .btn {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
    margin: 32px 0 0 0;
  }
  .stroy__numbers {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    margin: 50px 0 0 0;
  }
  .trust__slider .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .trust__slider {
    overflow: hidden;
    padding: 4px 8px 10px 8px;
  }
  .slider-container--trust {
    -webkit-transform: translate(-8px, 0);
    -ms-transform: translate(-8px, 0);
    transform: translate(-8px, 0);
  }
  .blog__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
  }
  .blog__slider,
  .works__slider {
    padding: 4px 8px 10px 8px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slider-container--blog,
  .slider-container--works {
    -webkit-transform: translate(-8px, 0);
    -ms-transform: translate(-8px, 0);
    transform: translate(-8px, 0);
  }
  .blog__slider .new {
    width: 290px;
    height: auto;
    margin: 0;
  }
  .title,
  .products__content .title,
  .another__content .title,
  .works__content .title {
    margin: 0 0 22px 0;
  }
  .another__content .slider-navigation {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
    margin: 20px auto 0 auto;
  }
  .works__content .slider-navigation {
    display: none;
  }
  .another__content,
  .works__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .slider-container--another,
  .slider-container--works {
    grid-column: span 1;
  }
  .contacts__map {
    aspect-ratio: 1/0.7;
  }
  .questions__content strong {
    font-size: 17px;
  }
  .category__items-wrapper {
    grid-template-columns: 1fr;
  }
  .category__items,
  .category__items-wrapper .pages-navigation {
    grid-column: 1/span 1;
  }
  .category .select {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .category .select__list {
    left: 0;
    right: auto;
  }
  .why__items {
    grid-template-columns: 1fr;
  }
  .label__info {
    padding: 40px 20px 50px 20px;
    width: 100%;
  }
  .stages__items {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .about__row {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .tale__info {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .tale__info p {
    margin: 0 0 10px 0;
  }
  section {
    padding: 40px 0;
  }
  .categories__item-info {
    row-gap: 24px;
  }
  .new__info {
    padding: 12px 16px 20px 16px;
  }
  .partners__items .partners__item {
    width: 184px;
  }
  .project__info {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .services__item h3 {
    font-size: 24px;
  }
  .welcome__item {
    border-radius: 10px;
  }
}
@media (max-width: 659px) {
  .nav {
    width: 90%;
    padding: 16px 20px 20px 20px;
  }
  .container {
    width: min(1280px, 100% - 40px);
  }
  .tel-main {
    font-size: 18px;
  }
  .welcome__info {
    padding: 50px 20px 16px 20px;
  }
  .popup__content {
    display: block;
  }
  .popup__img {
    display: none;
  }
  .categories__items {
    grid-template-columns: 1fr;
  }
  .categories__item-info {
    row-gap: 60px;
  }
  .categories__item-info h4 {
    font-size: 22px;
    width: auto;
  }
  .categories__item {
    grid-column: span 1;
    grid-template-columns: 1.2fr 1fr;
  }
  .stroy {
    padding-top: 40px;
  }
  .breadcrumb-wrapper {
    padding: 16px 0 0 0;
  }
  .breadcrumb {
    padding: 0 0 30px 0;
  }
  .application__content {
    grid-template-columns: 1fr;
  }
  .application__title {
    padding: 40px 20px;
  }
  .about__row-title h1 {
    font-size: 56px;
  }
  .partners__items .partners__item {
    width: 164px;
  }
  .services__item h3 {
    font-size: 21px;
  }
  .services__item {
    height: 220px;
  }
  .stages__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 12px;
  }
  .stages__item span {
    margin: 0;
  }
  .stages__item p {
    grid-column: 1/span 2;
    margin: 0;
  }
  .about__row-title h1 {
    font-size: 50px;
  }
  .about__row {
    grid-gap: 16px;
  }
  .stroy__numbers {
    margin: 24px 0 0 0;
  }
  .delivery__item {
    padding: 24px 20px;
    border-radius: 10px;
  }
  .project__images {
    grid-template-columns: 1fr 1fr;
  }
  .services__item {
    height: 180px;
    padding: 24px 16px;
  }
}
@media (max-width: 575px) {
  .nav {
    width: 90%;
    padding: 20px;
  }
  .header__content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .logo picture {
    width: 60px;
  }
  .logo strong {
    font-size: 23px;
  }
  .header__tel-main .popup-link {
    font-size: 14px;
  }
  .header__tel-main {
    row-gap: 8px;
  }
  .tel-main {
    font-size: 16px;
  }
  .icon-menu {
    width: 34px;
    height: 23px;
  }
  .welcome__info h1,
  .welcome__info h2 {
    font-size: 35px;
  }
  .welcome__img {
    aspect-ratio: inherit;
    height: auto;
  }
  .welcome__img img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .stroy__row h1 {
    font-size: 50px;
  }
  .feedback__items .contact a,
  .feedback__items .contact strong {
    font-size: 17px;
  }
  .contacts__map {
    aspect-ratio: 1/0.9;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
  }
  .footer__bottom p {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    font-size: 14px;
    text-align: center;
  }
  .footer__bottom a,
  .footer__bottom small {
    font-size: 12px;
    text-align: center;
  }
  .breadcrumb__item a,
  .breadcrumb__item {
    font-size: 12px;
  }
  .questions__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  .questions__content::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .questions__content>* {
    position: relative;
    z-index: 2;
  }
  .questions__content .btn {
    grid-column: 1/span 1;
    grid-row: 4/span 1;
    margin: 24px 0 0 0;
  }
  .banner__info p {
    margin: 16px 0 0 0;
  }
  .banner__content {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 32px 0 20px 20px;
  }
  .banner__img {
    height: auto;
    aspect-ratio: 1/0.6;
  }
  .banner__info {
    padding: 0 20px 0 0;
  }
  .category__menu li a {
    height: 36px;
    padding: 0 16px;
    font-size: 13px;
  }
  .card__content {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 20px;
  }
  .card__info-list li small,
  .card__info-list li strong {
    font-size: 14px;
  }
  .advantages__img {
    aspect-ratio: 1/0.8;
  }
  .info ul:not([class]) {
    row-gap: 6px;
  }
  h1 {
    font-size: 37px;
  }
  h2 {
    font-size: 33px;
  }
  h3, .card__title h1 {
    font-size: 29px;
  }
}
@media (max-width: 479px) {
  .nav {
    width: 100%;
  }
  .container {
    width: min(1280px, 100% - 24px);
  }
  .header__content {
    grid-template-columns: 1fr auto;
  }
  .header__contacts {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
    width: 100%;
    margin: 10px 0;
  }
  .header__tel-additional.active {
    top: calc(100% + 6px);
  }
  .header__tel-main {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 14px;
    width: 100%;
  }
  .header__tel-main .popup-link {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    margin: 0 auto 0 0;
    text-align: left;
  }
  .searching__wrapper {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
  .btn {
    width: 100%;
    padding: 0 12px;
  }
  .menu>li>a,
  .kinds>li:first-child>a,
  .kinds>li>a {
    font-size: 18px;
  }
  .menu__two>li a,
  .kinds__two>li>a {
    font-size: 14px;
  }
  .kinds__two>li>a {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .kinds__two>li>a picture {
    width: 26px;
    height: 26px;
  }
  .kinds__two>li:first-child>a {
    padding: 12px 0 6px 8px;
  }
  .kinds__two>li:last-child>a {
    padding: 6px 0 12px 8px;
  }
  .kinds__two>li>a {
    padding: 6px 0 6px 8px;
  }
  .kinds__three li:first-child a {
    padding: 6px 0 6px 46px;
  }
  .kinds__three li:last-child a {
    padding: 6px 0 12px 46px;
  }
  .kinds__three li a {
    padding: 6px 0 6px 46px;
  }
  .kinds__three li a {
    font-size: 13px;
  }
  .welcome__info h1,
  .welcome__info h2 {
    font-size: 32px;
  }
  .welcome__info p,
  .label__info>p {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .swiper-pagination.swiper-pagination--welcome {
    display: none;
  }
  .welcome__item {
    padding: 0 0 64px 0;
  }
  .slider-btn {
    width: 42px;
    height: 42px;
  }
  .slider-container--welcome .slider-navigation {
    bottom: 20px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  .categories__item-info {
    row-gap: 54px;
  }
  .popular__items {
    grid-template-columns: 1fr;
  }
  .stroy__row h1 {
    font-size: 44px;
  }
  .title,
  .products__content .title,
  .another__content .title,
  .works__content .title {
    margin: 0 0 16px 0;
  }
  .feedback__items .contact a,
  .feedback__items .contact strong {
    font-size: 16px;
  }
  .feedback__items {
    grid-gap: 20px;
  }
  .footer__logo-wrapper {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
  }
  .footer__contacts {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
  .popup__content .form__inputs {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .popup__content .input-wrapper:has(.input--textarea) {
    grid-column: span 1;
  }
  .form__submit {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
  .form>strong {
    font-size: 20px;
  }
  .form h2 {
    margin: 0 0 16px 0;
    font-size: 30px;
  }
  .product__img {
    padding-top: 64%;
  }
  .review__title strong {
    font-size: 18px;
  }
  .review>p {
    font-size: 13px;
    margin: 12px 0 0 0;
  }
  .new__info>p {
    margin: 8px 0 0 0;
    font-size: 13px;
  }
  .contacts__map {
    aspect-ratio: 1/1.2;
  }
  .footer__contacts-item span {
    width: 20px;
    height: 20px;
  }
  .footer__contacts-item a,
  .footer__contacts-item strong {
    font-size: 16px;
    margin: 2px 0 0 0;
  }
  .footer__menu,
  .footer__contacts-items {
    row-gap: 12px;
  }
  .banner__img {
    aspect-ratio: inherit;
  }
  .banner__img img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .category__items {
    grid-template-columns: 1fr;
  }
  .pages-navigation li a,
  .pages-navigation li span {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  .card__info-cost strong {
    font-size: 28px;
  }
  .label__info>p {
    font-size: 15px;
  }
  .why__item h4 {
    font-size: 22px;
  }
  .why__item>p,
  .advantages__info ul li p {
    margin: 8px 0 0 0;
  }
  .stages__item {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 10px;
  }
  .stages__item span {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .about__row-title h1 {
    font-size: 44px;
  }
  .certificates__item strong {
    font-size: 15px;
  }
  .certificates__item picture {
    width: 52px;
  }
  .certificates__item {
    grid-gap: 10px;
    padding: 20px 16px 20px 6px;
  }
  .news__items,
  .projects__items {
    grid-template-columns: 1fr;
  }
  .article__row-img {
    aspect-ratio: 1/0.9;
  }
  .services__items {
    grid-template-columns: 1fr;
  }
  .contacts__items {
    grid-template-columns: 1fr;
  }
  .contact a,
  .contact strong {
    font-size: 18px;
  }
  .card__title-article strong,
  .card__title-availability strong,
  .card__title-article small,
  .card__title-availability small {
    font-size: 14px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 32px;
  }
  h3, .card__title h1 {
    font-size: 28px;
  }
  p,
  .info ul:not([class]) li {
    font-size: 14px;
  }
}
@media (max-width: 379px) {
  section {
    padding: 35px 0;
  }
  .categories__item-info {
    row-gap: 46px;
  }
  .stroy__row h1 {
    font-size: 38px;
  }
  .feedback__items {
    grid-template-columns: 1fr;
  }
  .stroy__number hgroup h3 {
    font-size: 26px;
  }
  .stroy__numbers {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .partners__items .partners__item {
    width: 156px;
  }
  .slider-main .swiper-slide {
    aspect-ratio: 1/0.9;
  }
  .card__accordion {
    grid-column: 1/span 1;
  }
  .card__info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 359px) {
  .header__tel-main {
    grid-gap: 10px;
  }
  .tel-main {
    font-size: 14px;
  }
  .header__tel-main .popup-link {
    font-size: 12px;
  }
  .welcome__info {
    padding: 40px 16px 4px 16px;
  }
  .welcome__info span {
    font-size: 13px;
  }
  .welcome__info h1,
  .welcome__info h2 {
    font-size: 30px;
  }
  .categories__item-info h4 {
    font-size: 20px;
    width: auto;
  }
  .categories__item-info {
    row-gap: 32px;
  }
  .pages-navigation li:first-child a {
    margin: 0 8px 0 0;
  }
  .pages-navigation li:last-child a {
    margin: 0 0 0 8px;
  }
  .label__info {
    padding: 40px 16px 32px 16px;
  }
  .partners__items .partners__item {
    width: 138px;
  }
  h1 {
    font-size: 32px;
  }
  .policy__info>h3 {
    font-size: 25px;
  }
}
.mse2-ac-item {
  padding: 5px 0;
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 120%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width:1239px) and (max-width: 1920px) {
  .header.fixed {
    position: fixed;
    width: 100%;
    top: -104px;
  }
  .header.fixed + .main {
    padding-top: 184px;
  }
}
@media (min-width:1119px) and (max-width: 1239px) {
  .header.fixed {
    position: fixed;
    width: 100%;
    top: -104px;
  }
  .header.fixed + .main {
    padding-top: 164px;
  }
}
@media (min-width:991px) and (max-width: 1119px) {
  .header.fixed {
    position: fixed;
    width: 100%;
    top: -84px;
  }
  .header.fixed + .main {
    padding-top: 137px;
  }
}


.cookie-message {
  position: fixed;
  z-index: 100;
  bottom: 0;
  background-color: #fff;
      padding: 32px 16px;
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}
.cookie-message-inner {
  gap: 20px;
  display: grid;
  grid-template-columns: auto auto;
}
@media (max-width: 575px) {
  .cookie-message-inner {
    grid-template-columns: 1fr;
  }
}
.cookie-message-text {
  font-size: 16px;
    line-height: 150%;
}
.whatsapp svg path {
  fill:#2cb742
}
.telegram svg path {
  fill: #27a7e7;
}

.top_button {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 90px;
  right: 20px;
  opacity: 0;
  background-color: #FF5A1F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 10;
  transition: all 0.2s linear;
  pointer-events: none;
}
.top_button.fixed {
  opacity: 0.3;
  pointer-events: all;
  cursor: pointer;
}
.top_button.fixed:hover {
opacity: 0.8;
}
.modal_fixed {
  opacity: 0.3;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FF5A1F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 10;
  transition: all 0.2s linear;
}
.modal_fixed:hover {
  opacity: 0.8;
}
.modal_fixed svg {
  width: 30px;
  height: 30px;
}
.modal_fixed svg path {
  fill: #fff;
}

@media (max-width: 767px) {
  .top_button {
    bottom:210px;
    opacity: 0.8;
  }
  .modal_fixed {
    bottom: 140px;
    opacity: 0.8;
  }
}