@font-face {
  font-family: "Furore-Regular";
  src: url("../fonts/Furore-Regular/Furore.eot");
  src: url("../fonts/Furore-Regular/Furore.eot?#iefix") format("embedded-opentype"), url("../fonts/Furore-Regular/Furore.woff2") format("woff2"), url("../fonts/Furore-Regular/Furore.woff") format("woff"), url("../fonts/Furore-Regular/Furore.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;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold/Montserrat-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: "Montserrat-Regular";
  font-size: 16px;
  line-height: 1;
  color: #374151;
}

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;
  position: relative;
  z-index: 2;
}

.footer {
  position: relative;
  z-index: 1;
}

.container {
  width: min(1180px, 100% - 30px);
  margin-inline: auto;
}

.container-big {
  width: min(1800px, 100% - 30px);
  margin-inline: auto;
}

section {
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Furore-Regular";
  color: #0c0c0c;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 40px;
  line-height: 120%;
}

h4 {
  font-size: 35px;
}

h5 {
  font-size: 30px;
  line-height: 120%;
}

h6 {
  font-size: 25px;
  line-height: 120%;
}

p {
  font-size: 16px;
  line-height: 150%;
}
p a {
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
p strong {
  display: inline;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: 150%;
  color: #0c0c0c;
}

strong {
  font-size: 20px;
  color: #0c0c0c;
}

img {
  -webkit-transition: 0.2s;
  -o-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: -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: 56px;
  min-height: 56px;
  padding: 0 54px;
  border-radius: 10px;
  background-color: #faca15;
  font-family: "Furore-Regular";
  font-size: 18px;
  color: #0c0c0c;
  text-align: center;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn:active {
  top: 2px;
}

.title {
  margin: 0 0 40px 0;
}
.title > * {
  color: #0c0c0c;
}
.title p {
  font-size: 18px;
  margin: 18px 0 0 0;
}

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

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

.slider-container {
  position: relative;
  min-width: 0;
}

.slider-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.swiper {
  min-width: 0;
  width: 100%;
}

.slider-btn {
  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: 100vw;
  border: 2px solid #faca15;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.slider-btn svg {
  width: 28%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.slider-btn svg path {
  fill: #faca15;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.slider-btn--prev svg {
  margin: 0 4px 0 0;
}

.slider-btn--next svg {
  margin: 0 0 0 4px;
}

.slider-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.input-wrapper small {
  font-family: "Furore-Regular";
  font-size: 12px;
  color: #0c0c0c;
  margin: 0 0 8px 0;
}

.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: 56px;
  border-radius: 10px;
  padding: 0 12px;
  border: 1px solid transparent;
  background-color: #fff;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #0c0c0c;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

*::-webkit-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #0c0c0c;
  opacity: 1;
}

*::-moz-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #0c0c0c;
  opacity: 1;
}

*:-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #0c0c0c;
  opacity: 1;
}

*::-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #0c0c0c;
  opacity: 1;
}

*::placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #0c0c0c;
  opacity: 1;
}

*::-webkit-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #0c0c0c;
  opacity: 1;
}

*::-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #0c0c0c;
  opacity: 1;
}

*::-moz-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #0c0c0c;
  opacity: 1;
}

.checkbox__text {
  margin: 16px 0 0 0;
  font-size: 10px;
  line-height: 150%;
  color: #fff;
}

.checkbox__text a {
  display: inline;
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  -webkit-transition: 0.2s;
  -o-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;
  -o-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: #faca15;
}

.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: 24;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.25);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

.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 1.3fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 840px;
  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;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.popup__close {
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.popup__close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popup__close::before,
.popup__close::after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background-color: #faca15;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

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

.popup__content .popup__form {
  padding: 50px 30px 30px 30px;
}

.popup__form strong {
  font-family: "Furore-Regular";
  font-size: 34px;
  line-height: 120%;
  color: #0c0c0c;
  margin: 0 0 16px 0;
}

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

.popup__form-inputs {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 24px;
}

.popup__content .checkbox__text,
.popup__content .checkbox__text a {
  color: #374151;
}

/* header */
.wrapper:has(.banner) .header,
.wrapper:has(.welcome) .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: transparent;
}

.header {
  width: 100%;
  padding: 15px 0;
  background-color: #1f1f1f;
}

.header__content {
  display: grid;
  grid-template-columns: auto 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;
  row-gap: 6px;
}

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

.logo__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: 70px;
  height: auto;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.logo__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
}
.logo__text svg {
  -o-object-fit: cover;
     object-fit: cover;
}

.logo__text svg:nth-child(1) {
  width: 265px;
}

.logo__text svg:nth-child(2) {
  width: 281px;
}
.logo__text svg:nth-child(2) path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.menu {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin: 0 auto;
}

.menu > li > a {
  padding: 4px 0;
  font-family: "Montserrat-SemiBold";
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu > li:has(.menu__container) {
  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: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 3;
}

.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: 9px;
  height: auto;
}
.menu-arrow svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-arrow path {
  stroke: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu__container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 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;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu__two {
  width: 460px;
  padding: 0 14px 0 18px;
  border-radius: 10px;
  background-color: #f3f4f6;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

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

.menu__two > li:last-child {
  border-bottom: none;
}

.menu__two > li > a {
  padding: 14px 0;
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  color: #0c0c0c;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

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

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

.menu__two > li:has(.menu__container-two) {
  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: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
  z-index: 2;
}

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

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

.menu__three {
  width: 420px;
  padding: 0 18px;
  border-radius: 10px;
  background-color: #f3f4f6;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.menu__three > li {
  border-bottom: 1px solid #d3d3d3;
}

.menu__three > li:last-child {
  border-bottom: none;
}

.menu__three > li > a {
  padding: 14px 0;
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  color: #0c0c0c;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu__three > li:first-child > a {
  padding: 20px 0 14px 0;
}

.menu__three > li:first-child > a {
  padding: 14px 0 20px 0;
  border-bottom: none;
}

.header__phone {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__phone a {
  font-family: "Furore-Regular";
  font-size: 30px;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__phone small {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
}

.header__popup {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 6px 0;
  border-bottom: 1px dashed #e30613;
  margin: 0 0 0 auto;
  font-size: 18px;
  line-height: 150%;
  color: #e30613;
  text-align: right;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

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

.footer {
  padding: 50px 0 40px 0;
  background-color: #0c0c0c;
}

.footer__content {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  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;
}

.logo--footer .logo__icon {
  width: 60px;
}

.logo--footer .logo__text svg:nth-child(1) {
  width: 226px;
}

.logo--footer .logo__text svg:nth-child(2) {
  width: 240px;
}

.footer__item {
  grid-row: span 2;
}

.footer__item > strong {
  margin: 0 0 20px 0;
  font-family: "Furore-Regular";
  font-size: 18px;
  color: #fff;
}

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

.footer__menu li a,
.footer__menu li strong {
  display: inline-block;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer__item--contacts li:last-child a {
  font-family: "Furore-Regular";
  color: #faca15;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.copyright {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  margin: 32px 0 0 0;
}

.copyright__politics,
.copyright__offer {
  font-family: "Montserrat-Medium";
  font-size: 14px;
  color: #fff;
  margin: 0 0 12px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.copyright__rights {
  margin: 24px 0 0 0;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}

.welcome {
  padding: 160px 0 130px 0;
  background-image: url("../img/main-welcome-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.welcome::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.welcome::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 3.3%;
  -webkit-clip-path: polygon(0 100%, 16% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 16% 0, 100% 100%, 0 100%);
  background-color: #f3f4f6;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

.welcome .container {
  position: relative;
  z-index: 3;
}

.welcome__info h1,
.welcome__info h2 {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  line-height: 90%;
  color: #fff;
}

.welcome__info > strong {
  font-family: "Montserrat-Medium";
  font-size: 25px;
  line-height: 110%;
  color: #fff;
  margin: 32px 0 0 0;
}

.welcome__btn.btn {
  height: 64px;
  margin: 40px 0 0 0;
}

.welcome__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;
  margin: 185px 0 0 0;
}

.welcome__item {
  padding: 24px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.welcome__item strong {
  font-family: "Furore-Regular";
  font-size: 18px;
  color: #fff;
  margin: 0 0 16px 0;
}

.welcome__item p {
  font-size: 14px;
  line-height: 125%;
  color: #fff;
}

.questions {
  background-color: #faca15;
  margin-top: calc(3.3% + 50px);
}
.questions::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 3.3%;
  -webkit-clip-path: polygon(0 100%, 84% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 84% 0, 100% 100%, 0 100%);
  background-color: #faca15;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  z-index: 1;
}

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

.questions__content h5 {
  color: #0c0c0c;
}

.questions__content p {
  font-size: 18px;
  color: #374151;
}

.questions__btn.btn {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
  background-color: #0c0c0c;
  color: #fff;
}

.works__title > * {
  text-align: center;
}

.works__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: 10px;
}

.works__item {
  padding-top: 70%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.works__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.works__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;
}

.works__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;
  width: 100%;
  height: 100%;
  padding: 50px 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.works__item-info > * {
  color: #fff;
}

.works__item-info h5 {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.works__item-info p {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  margin: 16px 0 0 0;
  opacity: 0.8;
}

.works__item button {
  margin: auto 0 0 0;
}

.features__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;
}

.features__item {
  display: grid;
  grid-template-columns: 1fr 4.8fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 10px;
  background-color: #0c0c0c;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
}

.features__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;
  background-color: #faca15;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
}
.features__item span svg {
  width: 60%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.features__item hgroup {
  padding: 24px 24px 24px 16px;
}

.features__item hgroup h6 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 16px 0;
}

.features__item hgroup p {
  font-size: 14px;
  color: #fff;
}

.anim.active span svg,
.anim.active picture img {
  -webkit-animation: rotateY 5s linear infinite;
          animation: rotateY 5s linear infinite;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  46% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  54% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  46% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  54% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.consultation__content {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 20px;
  background-image: url("../img/main-consultation-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.consultation__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.7);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.consultation__form {
  padding: 72px 0 72px 40px;
  position: relative;
  z-index: 3;
}

.consultation__title.title {
  margin: 0 0 24px 0;
}

.consultation__title > * {
  color: #fff;
}

.consultation__title p {
  width: 82%;
}

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

.consultation__inputs > p {
  grid-column: span 2;
  font-family: "Furore-Regular";
  font-size: 14px;
  color: #fff;
  margin: 0 0 6px 0;
}

.consultation__inputs .input {
  border-radius: 10px 0 0 10px;
}

.consultation__inputs .form__btn.btn {
  padding: 0 32px;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
}

.consultation__inputs .checkbox__text {
  grid-column: span 2;
}

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

.story__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: 20px;
}
.story__title {
  position: sticky;
    top: 20px;
}

.story__btn {
  margin: 40px 0 0 0;
}

.signboard h1,
.signboard h2 {
  font-size: 60px;
}

.signboard p {
  margin: 12px 0 0 0;
  font-family: "Furore-Regular";
  font-size: 20px;
  color: #0c0c0c;
  letter-spacing: 0.1em;
}

.pleased__title p {
  width: 65%;
}

.pleased__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: 12px;
}

.case {
  width: 100%;
  height: auto;
  padding-top: 78%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.case::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.case 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;
}

.case h6 {
  width: 100%;
  padding: 0 24px 40px 20px;
  font-family: "Furore-Regular";
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.case h6 small {
  font-family: "Montserrat-Regular";
      font-size: 80%;
      margin-top: 5px;
}
.technic__btn,
.archive__btn,
.pleased__btn {
  margin: 40px auto 0 auto;
}

.main:has(.welcome) .faq__title > * {
  text-align: center;
}

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

.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 24px;
  border-radius: 10px;
  background-color: #0c0c0c;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.accordion__label strong {
  margin: 3px 0 0 0;
  font-family: "Furore-Regular";
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.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: 32px;
  height: 32px;
  border-radius: 5px;
  background-color: #faca15;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.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;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.accordion__label span svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.accordion__label.active {
  background-color: #e6e6e6;
}
.accordion__label.active strong {
  color: #0c0c0c;
}
.accordion__label.active span {
  background-color: #9ca3af;
}
.accordion__label.active span svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion__label.active span svg path {
  stroke: #fff;
}

.accordion__info {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

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

.accordion__info-text {
  padding: 24px 24px 32px 24px;
}

.archive__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: 12px;
}

.swiper .blog {
  height: auto;
}

.blog picture {
  width: 100%;
  height: auto;
  padding-top: 90%;
  border-radius: 10px;
  margin: 0 0 22px 0;
  position: relative;
  overflow: hidden;
}
.blog 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;
}
.blog picture::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.blog strong {
  font-family: "Furore-Regular";
  font-size: 18px;
  margin: 0 0 12px 0;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.blog small {
  margin: 0 0 16px 0;
  font-size: 12px;
  color: #9ca3af;
}

.blog p {
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.slider-navigation--archive {
  display: none;
}

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

.breadcrumb-wrapper {
  width: 100%;
  padding: 50px 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 20px 0;
}

.breadcrumb__item {
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  line-height: 110%;
  color: #0c0c0c;
}

.breadcrumb__item a {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: 110%;
  margin: 0 9px 0 0;
  padding: 0 12px 0 0;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.breadcrumb__item a::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #0c0c0c;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.about {
  padding: 0;
  overflow: hidden;
}

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

.about__info {
  padding: 50px 0 130px 0;
  position: relative;
  z-index: 2;
}

.about__info > p {
  width: 88%;
  margin: 42px 0 0 0;
}

.about__img {
  -webkit-transform: translate(-16%, 0);
      -ms-transform: translate(-16%, 0);
          transform: translate(-16%, 0);
  position: relative;
  z-index: 1;
}
.about__img img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.advantages {
  padding: 24px;
  background-color: #faca15;
  margin: 2.6% 0;
}
.advantages::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 3.3%;
  -webkit-clip-path: polygon(0 100%, 84% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 84% 0, 100% 100%, 0 100%);
  background-color: #faca15;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  z-index: 1;
}
.advantages::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 3.3%;
  -webkit-clip-path: polygon(0 0, 100% 0, 16% 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 16% 100%, 0 0);
  background-color: #faca15;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1;
}

.advantages--reverse::before,
.advantages--reverse::after {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.advantages__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: 20px;
}

.advantages__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: 16px;
}

.advantages__item span {
  grid-column: 1;
  grid-row: span 2;
  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: auto;
  position: relative;
}
.advantages__item span svg {
  width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__item span img {
  width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.advantages__item strong {
  grid-column: 2;
  font-family: "Furore-Regular";
  font-size: 20px;
}

.advantages__item p {
  grid-column: 2;
  width: 90%;
  font-size: 14px;
  color: #0c0c0c;
}

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

.help__info {
  padding: 100px 0 120px 0;
}

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

.help__info ul li {
  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: 16px;
}

.help__info ul li span {
  grid-column: 1;
  grid-row: span 2;
  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: auto;
}
.help__info ul li span img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.help__info ul li strong {
  grid-column: 2;
  font-family: "Furore-Regular";
  font-size: 18px;
  line-height: 120%;
  color: #0c0c0c;
}

.help__info ul li p {
  grid-column: 2;
  font-size: 14px;
}

.help__img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
  border-radius: 10px 90px 10px 90px;
  overflow: hidden;
}

.help__slider {
  grid-column: span 2;
}

.help__img > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.help__slider .swiper-slide {
  position: relative;
}
.help__slider .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;
}

.bg {
  background-color: #fff;
}

.numbers__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: 20px;
}

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

.numbers__item hgroup h6 {
  font-family: "Furore-Regular";
  font-size: 35px;
  color: #0c0c0c;
}

.numbers__item hgroup p {
  font-family: "Furore-Regular";
  font-size: 35px;
  line-height: 100%;
  color: #0c0c0c;
}

.customers__title > * {
  text-align: center;
}

.customers__slider {
  width: calc(100% + 12px);
  padding: 4px 6px 8px 6px;
  -webkit-transform: translate(-6px, 0);
      -ms-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
}

.customers__slider .swiper-wrapper {
  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: 10px;
}

.customers__item {
  /*display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 10px;
  */
}

.customers__item-img {
  padding-top: 64%;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.customers__item-img img {
  width: 74%;
  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;
}

.slider-navigation--customers {
  display: none;
}

.label__info h1,
.label__info h2 {
  margin: 40px 0;
}
.label__info h1:first-child,
.label__info h2:first-child {
  margin: 0 0 40px 0;
}
.label__info h1:last-child,
.label__info h2:last-child {
  margin: 40px 0 0 0;
}
.label__info h1:only-child,
.label__info h2:only-child {
  margin: 0;
}

.label__info p {
  width: 60%;
  margin: 12px 0;
}
.label__info p:first-child {
  margin: 0 0 12px 0;
}
.label__info p:last-child {
  margin: 12px 0 0 0;
}
.label__info p:only-child {
  margin: 0;
}

.service {
  overflow: hidden;
}

.services__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 10px;
  border-radius: 10px 80px 10px 80px;
  margin: 0 0 70px 0;
  overflow: hidden;
}
.services__items:only-child {
  margin: 0;
}

.services__item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  padding: 76px 24px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.services__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.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 hgroup {
  position: relative;
  z-index: 3;
}

.services__item hgroup h5 {
  color: #fff;
}

.services__item hgroup p {
  font-size: 20px;
  color: #fff;
  opacity: 0.6;
  margin: 16px 0;
}
.services__item hgroup p:last-child {
  margin: 16px 0 0 0;
}
.services__item hgroup p:only-child {
  margin: 0;
}

.services__item button {
  position: relative;
  z-index: 3;
}

.services__content p {
  margin: 12px 0;
}
.services__content p:first-child {
  margin: 0 0 12px 0;
}
.services__content p:last-child {
  margin: 12px 0 0 0;
}
.services__content p:only-child {
  margin: 0;
}

.banner {
  padding: 160px 0 270px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner--service1 {
  background-image: url("../img/service-banner-1.jpg");
}

.banner .container {
  position: relative;
  z-index: 3;
}

.banner .breadcrumb__item,
.banner .breadcrumb__item a {
  color: #fff;
}

.banner .breadcrumb__item a:before {
  background-color: #fff;
}

.banner__info {
  width: 66%;
}
.banner__info > * {
  color: #fff;
}

.banner__info h1,
.banner__info h2 {
  margin: 0 0 24px 0;
}
.banner__info h1:only-child,
.banner__info h2:only-child {
  margin: 0;
}

.banner__info p {
  width: 90%;
  font-size: 18px;
}
.banner__info p strong {
  color: #fff;
}

.banner__btn {
  margin: 48px 0 0 0;
}

.banner + .advantages {
  margin: -2px 0 2.6% 0;
}

.service__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;
}

.service__item picture {
  padding-top: 74%;
  border-radius: 10px;
  margin: 0 0 24px 0;
  position: relative;
  overflow: hidden;
}
.service__item 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;
}

.service__item h6 {
  font-size: 20px;
  margin: 0 0 16px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.service__item h6:last-child {
  margin: 0;
}

.pricelist__filter-buttons {
  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;
  row-gap: 12px;
  margin: 0 0 40px 0;
}

.pricelist__filter-buttons button:first-child {
  border-radius: 10px 0 0 10px;
  border-left: 1px solid transparent;
}

.pricelist__filter-buttons button:last-child {
  border-radius: 0 10px 10px 0;
}

.pricelist__filter-buttons 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;
  height: 50px;
  padding: 0 20px;
  background-color: #f3f4f6;
  border-left: 1px solid #0c0c0c;
  font-family: "Furore-Regular";
  font-size: 14px;
  color: #0c0c0c;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pricelist__filter-buttons button.active {
  background-color: #faca15;
  border-left: 1px solid transparent;
}

.pricelist__filter-buttons button.active + button {
  border-left: 1px solid transparent;
}

.pricelist__item {
  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;
  width: 100%;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #d0d0d0;
  margin: 0 0 16px 0;
}
.pricelist__item:last-child {
  margin: 0;
}

.pricelist__item-title strong {
  font-family: "Montserrat-SemiBold";
  font-size: 20px;
  color: #0c0c0c;
  margin: 0 0 12px 0;
}
.pricelist__item-title strong:only-child {
  margin: 0;
}
.pricelist__item-title strong sup {
    vertical-align: super;
    font-size: smaller;
}
.pricelist__item-title p {
  font-size: 14px;
  color: #374151;
}

.pricelist__item-cost strong {
  font-family: "Furore-Regular";
  font-size: 20px;
  color: #0c0c0c;
  text-align: right;
  margin: 0 0 12px 0;
}
.pricelist__item-cost strong:only-child {
  margin: 0;
}
.pricelist__item-cost strong sup {
    vertical-align: super;
    font-size: smaller;
}
.pricelist__item-cost p {
  font-family: "Furore-Regular";
  font-size: 16px;
  color: #374151;
  text-align: right;
}

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

.why__info {
  padding: 60px 0;
}

.why__info h2,
.why__info h3,
.why__info h4 {
  margin: 0 0 40px 0;
}
.why__info h2:last-child,
.why__info h3:last-child,
.why__info h4:last-child {
  margin: 0;
}

.why__info > p {
  margin: 12px 0;
}
.why__info > p:first-child {
  margin: 0 0 12px 0;
}
.why__info > p:last-child {
  margin: 12px 0 0 0;
}
.why__info > p:only-child {
  margin: 0;
}

.why__slider .swiper-slide {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.why__slider .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;
}

.another__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: 20px;
}

.another__item {
  width: 100%;
  height: auto;
  padding-top: 106%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.another__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;
}
.another__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.another__item-items {
  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: 100%;
  padding: 60px 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.another__item-items h4,
.another__item-items h5,
.another__item-items h6 {
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.slider-navigation--another {
  display: none;
}

.banner--service2 {
  background-image: url("../img/service-banner-2.jpg");
}

.banner--service3 {
  background-image: url("../img/service-banner-3.jpg");
}

.banner--service4 {
  background-image: url("../img/service-banner-4.jpg");
}

.service--3 .service__items {
  grid-template-columns: 1fr 1fr 1fr;
}

.service__technic {
  border-radius: 20px;
  padding: 0 0 32px 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.service__technic picture {
  width: 100%;
  height: auto;
  padding-top: 52%;
  margin: 0 0 24px 0;
  position: relative;
}
.service__technic picture 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;
}

.service__technic h6 {
  padding: 0 16px;
  margin: 0 0 16px 0;
}
.service__technic h6:last-child {
  margin: 0;
}

.service__technic p {
  padding: 0 16px;
  color: #374151;
}
.service__metal-info {
  display: grid;
  grid-template-columns: auto 1fr;
  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;
}

.service__metal-title h1,
.service__metal-title h2,
.service__metal-title h3 {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0;
}

.service__metal-img {
  width: 100%;
  height: auto;
  padding-top: 28%;
  margin: 40px 0 0 0;
  position: relative;
}
.service__metal-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;
}

.price__category {
  width: 100%;
  padding: 20px 0;
}

.price__category h4 {
  margin: 0 0 40px 0;
}

.price-filter .pricelist__filter-buttons {
  margin: 0 0 20px 0;
}

.articles__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;
}

.pages-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 32px 0 0;
  margin: 40px 0 0 0;
}

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

.pages-navigation li span {
  background-color: #e30613;
  font-size: 25px;
  color: #fff;
}

.pages-navigation li:first-child a,
.pages-navigation li:first-child span {
  border-radius: 10px 0 0 10px;
}

.pages-navigation li:last-child a,
.pages-navigation li:last-child span {
  border-radius: 0 10px 10px 0;
}

.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-left: none;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  color: #0c0c0c;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pages-navigation li a {
  border: 1px solid #eee;
  background-color: #fff;
}

.pages-navigation li span {
  border: 1px solid #faca15;
  background-color: #faca15;
}

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

.info > h1,
.info > h2,
.info > h3,
.info > h4,
.info > h5,
.info > h6 {
  margin: 30px 0 20px 0;
}

.info .breadcrumb + h1,
.info .breadcrumb + h2,
.info .breadcrumb + h3,
.info .breadcrumb + h4,
.info .breadcrumb + h5,
.info .breadcrumb + h6 {
  margin-top: 0;
}

.info > strong {
  font-family: "Furore-Regular";
  font-size: 22px;
  line-height: 120%;
  color: #0c0c0c;
  margin: 20px 0 12px 0;
}
.info > strong:last-child {
  margin: 20px 0 0 0;
}
.info > strong:only-child {
  margin: 0;
}

.info > p,
.technics__item hgroup p {
  margin: 12px 0;
}
.info > p:first-child,
.technics__item hgroup p:first-child {
  margin: 0 0 12px 0;
}
.info > p:last-child,
.technics__item hgroup p:last-child {
  margin: 12px 0 0 0;
}
.info > p:only-child,
.technics__item hgroup p:only-child {
  margin: 0;
}

.info > img {
  width: 100%;
  height: 584px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  margin: 20px 0;
}
.info > img:last-child {
  margin: 20px 0 0 0;
}

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

.info > ul:not(.breadcrumb),
.info > ol:not(.breadcrumb) {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 12px;
  margin: 12px 0;
}
.info > ul:not(.breadcrumb):first-child,
.info > ol:not(.breadcrumb):first-child {
  margin: 0 0 12px 0;
}
.info > ul:not(.breadcrumb):last-child,
.info > ol:not(.breadcrumb):last-child {
  margin: 12px 0 0 0;
}
.info > ul:not(.breadcrumb):only-child,
.info > ol:not(.breadcrumb):only-child {
  margin: 0;
}

.info > ul:not(.breadcrumb) li,
.info > ol:not(.breadcrumb) li {
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 150%;
  color: #374151;
  position: relative;
}
.info > ul:not(.breadcrumb) li::before,
.info > ol:not(.breadcrumb) li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #faca15;
  position: absolute;
  top: 11px;
  left: 2px;
  z-index: 1;
}

.info > small {
  display: block;
  font-family: "Furore-Regular";
  font-size: 14px;
  line-height: 140%;
  color: #0c0c0c;
  margin: 8px 0;
}
.info > small:last-child {
  margin: 8px 0 0 0;
}

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

.info > .btn {
  margin: 40px 0;
}
.info > .btn:last-child {
  margin: 40px 0 0 0;
}

.article__item {
  /*
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 50px;*/
  margin: 40px 0;
}
.article__item:first-child {
  margin: 0 0 40px 0;
}
.article__item:last-child {
  margin: 40px 0 0 0;
}
.article__item:only-child {
  margin: 0;
}

.article__item-img {
  margin: 40px 0;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.article__item-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;
  */
}

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

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

.technics__item picture {
  width: 100%;
  position: relative;
}
.technics__item picture img {
  border-radius: 10px;
  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;
}

.technics__item hgroup {
  padding: 0 0 60px 0;
}

.technics__item hgroup h3,
.technics__item hgroup h4,
.technics__item hgroup h5,
.technics__item hgroup h6 {
  margin: 0 0 16px 0;
}
.technics__item hgroup h3:last-child,
.technics__item hgroup h4:last-child,
.technics__item hgroup h5:last-child,
.technics__item hgroup h6:last-child {
  margin: 0;
}

.projects__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: 20px;
}

.projects__items .case:nth-child(1),
.projects__items .case:nth-child(2) {
  grid-column: span 3;
}

.projects__items .case {
  grid-column: span 2;
}

.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: 20px;
  margin: 0 0 40px 0;
}

.project__info h1,
.project__info h2,
.project__info h3 {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.project__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: 20px;
}

.project__img {
  width: 100%;
  height: auto;
  padding-top: 69%;
  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;
}

.project__img:first-child {
  grid-column: span 2;
  padding-top: 51%;
}

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

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

.contacts__item small {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  margin: 0 0 12px 0;
}

.contacts__item a,
.contacts__item strong {
  font-family: "Furore-Regular";
  font-size: 22px;
  color: #0c0c0c;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contacts__map {
  width: 100%;
  height: auto;
  padding-top: 44%;
  border-radius: 10px;
  margin: 48px 0 0 0;
  position: relative;
  overflow: hidden;
}

.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;
}

/* hover */
@media (min-width: 992px) {
  .contacts__item a:hover {
    color: #faca15;
  }
  .contacts__item a:focus {
    color: #faca15;
  }
  .loupe: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);
  }
  .loupe:hover span {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .pages-navigation li a:hover {
    color: #faca15;
  }
  .pages-navigation li a:focus {
    color: #faca15;
  }
  .another__item:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .another__item:focus::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .another__item:hover .another__item-items h6 {
    color: #faca15;
  }
  .another__item:focus .another__item-items h6 {
    color: #faca15;
  }
  .pricelist__filter-buttons button:hover {
    color: #faca15;
  }
  .pricelist__filter-buttons button:focus {
    color: #faca15;
  }
  .pricelist__filter-buttons button.active:hover {
    color: #0c0c0c;
  }
  .pricelist__filter-buttons button.active:focus {
    color: #0c0c0c;
  }
  .services__item:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .services__item:focus::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .breadcrumb__item a:hover {
    color: #faca15;
  }
  .breadcrumb__item a:focus {
    color: #faca15;
  }
  .slider-btn {
    cursor: pointer;
  }
  .slider-btn:hover {
    background-color: #faca15;
  }
  .slider-btn:hover svg path {
    fill: #fff;
  }
  .blog:hover picture::before {
    background-color: rgba(0, 0, 0, 0);
  }
  .blog:focus picture::before {
    background-color: rgba(0, 0, 0, 0);
  }
  .blog:hover strong {
    color: #faca15;
  }
  .blog:focus strong {
    color: #faca15;
  }
  .blog:hover picture img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .blog:focus picture img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .accordion__label {
    cursor: pointer;
  }
  .accordion__label:hover strong {
    color: #faca15;
  }
  .accordion__label:focus strong {
    color: #faca15;
  }
  .case:hover h6 {
    color: #faca15;
  }
  .case:focus h6 {
    color: #faca15;
  }
  .case: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);
  }
  .case: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);
  }
  .case:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .case:focus::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .works__item:hover .works__item-info h5 {
    color: #faca15;
  }
  .works__item:focus .works__item-info h5 {
    color: #faca15;
  }
  .works__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);
  }
  .works__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);
  }
  .works__item:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .works__item:focus::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .checkbox__text a:hover {
    color: #faca15;
  }
  .checkbox__text a:focus {
    color: #faca15;
  }
  .consultation__inputs .input:hover {
    border-right: 1px solid transparent;
  }
  .consultation__inputs .input:focus {
    border-right: 1px solid transparent;
  }
  .input:hover {
    border: 1px solid #faca15;
  }
  .input:focus {
    border: 1px solid #faca15;
  }
  .questions__btn.btn:hover {
    background-color: #fff;
    color: #0c0c0c;
  }
  .questions__btn.btn:focus {
    background-color: #fff;
    color: #0c0c0c;
  }
  .footer__item--contacts li:last-child a:hover {
    color: #fff;
  }
  .footer__item--contacts li:last-child a:focus {
    color: #fff;
  }
  .footer__menu li a:hover,
.copyright a:hover {
    color: #faca15;
  }
  .footer__menu li a:focus,
.copyright a:focus {
    color: #faca15;
  }
  .btn:hover {
    background-color: #0c0c0c;
    color: #faca15;
  }
  .btn:focus {
    background-color: #0c0c0c;
    color: #faca15;
  }
  .header__phone a:hover {
    color: #faca15;
  }
  .header__phone a:focus {
    color: #faca15;
  }
  .menu__three > li > a:hover {
    color: #faca15;
  }
  .menu__three > li > a:focus {
    color: #faca15;
  }
  .menu__two > li:has(.menu-arrow-two):hover .menu-arrow-two svg {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .menu__two > li:has(.menu-arrow-two):focus .menu-arrow-two svg {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .menu__two > li:has(.menu-arrow-two):hover .menu-arrow-two svg path {
    fill: #faca15;
  }
  .menu__two > li:has(.menu-arrow-two):focus .menu-arrow-two svg path {
    fill: #faca15;
  }
  .menu__two > li:has(.menu-arrow-two):hover .menu__container-two {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu__two > li:has(.menu-arrow-two):focus .menu__container-two {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu__two > li {
    cursor: pointer;
  }
  .menu__two > li:hover > a {
    color: #faca15;
  }
  .menu__two > li:focus > a {
    color: #faca15;
  }
  .menu > li:hover > a {
    color: #faca15;
  }
  .menu > li:focus > a {
    color: #faca15;
  }
  .menu > li: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: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:hover .menu-arrow svg {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .menu > li:focus .menu-arrow svg {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .menu > li:hover .menu-arrow svg path {
    fill: #faca15;
  }
  .menu > li:focus .menu-arrow svg path {
    fill: #faca15;
  }
  .logo--header:hover .logo__icon,
.logo--footer:hover .logo__icon {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .logo--header:focus .logo__icon,
.logo--footer:focus .logo__icon {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .logo--header:hover .logo__text svg:nth-child(2) path,
.logo--footer:hover .logo__text svg:nth-child(2) path {
    fill: #faca15;
  }
  .logo--header:focus .logo__text svg:nth-child(2) path,
.logo--footer:focus .logo__text svg:nth-child(2) path {
    fill: #faca15;
  }
  p a:hover {
    color: #faca15;
  }
  p a:focus {
    color: #faca15;
  }
  a,
button {
    cursor: pointer;
  }
}
/** breakpoint  **/
@media (max-width: 1600px) {
  .about__content {
    grid-template-columns: 1.2fr 1fr;
  }
  .about__img {
    -webkit-transform: translate(-24%, 0);
        -ms-transform: translate(-24%, 0);
            transform: translate(-24%, 0);
  }
  .about__img img {
    min-height: inherit;
  }
}
@media (max-width: 1519px) {
  .header__phone a {
    font-size: 24px;
  }
  .logo__icon {
    width: 62px;
  }
  .logo__text svg:nth-child(1) {
    width: 242px;
  }
  .logo__text svg:nth-child(2) {
    width: 254px;
  }
  .menu {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .menu__two,
.menu__three {
    width: 380px;
  }
  .logo--footer .logo__text svg:nth-child(1) {
    width: 206px;
  }
  .logo--footer .logo__text svg:nth-child(2) {
    width: 218px;
  }
  .footer__content {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
@media (max-width: 1399px) {
  .header__content {
    grid-template-columns: 1fr auto;
    row-gap: 16px;
  }
  .nav {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
  .menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .banner,
.welcome {
    padding: 220px 0 80px 0;
  }
  .welcome__items {
    margin: 100px 0 0 0;
  }
  .about__img img {
    width: auto;
    height: 100%;
  }
  .info > img {
    height: 520px;
  }
  .questions {
    margin-top: calc(3.3% + 20px);
  }
  .breadcrumb__item a,
.breadcrumb__item {
    font-size: 14px;
  }
  .projects__items .case:nth-child(1),
.projects__items .case:nth-child(2) {
    padding-top: 64%;
  }
  .technics__item {
    grid-gap: 40px;
  }
  h1,
.welcome__info h1,
.welcome__info h2 {
    font-size: 75px;
    line-height: 100%;
  }
  h2 {
    font-size: 55px;
  }
  .signboard h1,
.signboard h2 {
    font-size: 55px;
  }
}
@media (max-width: 1239px) {
  .pleased__title p {
    width: 100%;
  }
  .footer__content {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .logo--footer .logo__icon {
    width: 52px;
  }
  .logo--footer .logo__text svg:nth-child(1) {
    width: 196px;
  }
  .logo--footer .logo__text svg:nth-child(2) {
    width: 208px;
  }
  .info > img {
    height: 500px;
  }
  .another__item-items {
    padding: 30px 24px;
  }
  .technics__item hgroup,
.why__info {
    padding: 0 0 40px 0;
  }
  .blog picture {
    margin: 0 0 12px 0;
  }
  .pricelist__filter-buttons button {
    height: 42px;
    padding: 0 16px;
  }
  .contacts__item a,
.contacts__item strong {
    font-size: 20px;
  }
  .contacts__item small {
    margin: 0 0 6px 0;
  }
  .features__item {
    grid-template-columns: 1fr 4fr;
  }
  h1,
.welcome__info h1,
.welcome__info h2 {
    font-size: 70px;
  }
  .signboard h1,
.signboard h2 {
    font-size: 50px;
  }
  .signboard p {
    font-size: 18px;
  }
  .works__item-info {
    padding: 30px 20px;
  }
  .works__item-info p {
    font-size: 17px;
    margin: 14px 0 0 0;
  }
}
@media (max-width: 1119px) {
  .welcome__info h1,
.welcome__info h2 {
    width: 70%;
  }
  .welcome__info > strong {
    font-size: 23px;
    margin: 24px 0 0 0;
  }
  .welcome__items {
    margin: 80px 0 0 0;
  }
  .features__item {
    grid-template-columns: 1fr 3fr;
  }
  .consultation__form {
    padding: 40px 0 40px 24px;
  }
  .consultation__img img {
    width: auto;
    height: 100%;
    right: auto;
    left: 0;
  }
  .consultation__title p {
    width: 100%;
  }
  .signboard h1,
.signboard h2 {
    font-size: 46px;
  }
  .story__content {
    grid-template-columns: auto 1fr;
    grid-gap: 30px;
  }
  .case h6 {
    padding: 0 20px 20px 20px;
  }
  .title {
    margin: 0 0 30px 0;
  }
  .blog small {
    margin: 0 0 8px 0;
  }
  .about__content {
    grid-template-columns: 1.4fr 1fr;
  }
  .about__info {
    padding: 50px 0;
  }
  .advantages {
    padding: 20px 0;
  }
  .help__info {
    padding: 40px 0;
  }
  .help__img {
    border-radius: 10px 70px 10px 70px;
  }
  .numbers__item hgroup h6 {
    font-size: 30px;
  }
  .numbers__item hgroup {
    margin: 0 0 10px 0;
  }
  .customers__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
  }
  .slider-navigation--customers {
    display: grid;
    margin: 30px auto 0 auto;
  }
  .service__item picture {
    padding-top: 70%;
    margin: 0 0 12px 0;
  }
  .service__item h6 {
    margin: 0 0 10px 0;
  }
  .pricelist__item {
    padding: 0 0 10px 0;
  }
  .pricelist__item-title strong,
.pricelist__item-cost strong {
    margin: 0 0 8px 0;
  }
  .article__item,
.why__content {
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 30px;
  }
  .another__item-items {
    padding: 24px 20px;
  }
  .banner__info p {
    width: 100%;
  }
  .advantages__item {
    grid-gap: 12px;
  }
  .price__category h4 {
    margin: 0 0 30px 0;
  }
  .project__img {
    padding-top: 60%;
  }
  .project__img:first-child {
    padding-top: 40%;
  }
  .label__info h1,
.label__info h2 {
    margin: 30px 0;
  }
  .label__info h1:first-child,
.label__info h2:first-child {
    margin: 0 0 30px 0;
  }
  .label__info h1:last-child,
.label__info h2:last-child {
    margin: 30px 0 0 0;
  }
  .label__info h1:only-child,
.label__info h2:only-child {
    margin: 0;
  }
  .label__info p {
    width: 100%;
  }
  .technics__items {
    row-gap: 20px;
  }
  .technics__item {
    grid-gap: 30px;
  }
  .contacts__items {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 20px;
  }
  .contacts__map {
    padding-top: 56%;
  }
  .projects__items,
.project__items,
.articles__items,
.another__slider .swiper-wrapper,
.service__items,
.features__items,
.welcome__items {
    grid-gap: 16px;
  }
  .title p {
    font-size: 17px;
    margin: 12px 0 0 0;
  }
  .questions {
    padding: 30px 0;
  }
  h1,
.welcome__info h1,
.welcome__info h2 {
    font-size: 60px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 34px;
  }
  h5 {
    font-size: 29px;
  }
  .info > strong {
    font-size: 20px;
  }
  .info > img {
    height: 440px;
  }
  .works__item {
      padding-top: 84%;
  }
}
@media (max-width: 991px) {
  .header__content {
    grid-template-columns: auto 1fr auto;
    row-gap: 0;
  }
  .header__phone {
    margin: 0 0 0 auto;
  }
  .icon-menu.icon-menu--open,
.icon-menu.icon-menu--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo--nav {
    display: grid;
  }
  .logo--nav .logo__icon {
    margin: 0 0 30px 0;
  }
  .nav {
    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: 0;
    width: 70%;
    height: 100vh;
    padding: 20px 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;
    -o-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 {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
  }
  .menu > li:has(.menu__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: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: 100%;
  }
  .menu-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50px;
    height: 100%;
    margin: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .menu-arrow svg {
    width: 28%;
    height: auto;
  }
  .menu-arrow svg path {
    fill: #0c0c0c;
  }
  .menu > li > a {
    display: block;
    padding: 4px 0 8px 0;
    font-size: 22px;
    color: #0c0c0c;
  }
  .menu > li.active .menu-arrow svg {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .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;
    -o-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 {
    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;
    background-color: transparent;
    padding: 6px 0 6px 10px;
    margin: 0;
    border-bottom: none;
  }
  .menu__two > li:has(.menu__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: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .menu__two > li > a {
    font-size: 19px;
    color: #0c0c0c;
    padding: 0;
  }
  .menu__two > li:last-child > a,
.menu__two > li:first-child > a {
    padding: 0;
  }
  .menu__two > li:first-child {
    padding: 12px 0 6px 10px;
  }
  .menu__two > li:last-child {
    padding: 6px 0 16px 10px;
  }
  .menu-arrow-two {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 44px;
    height: 100%;
    margin: 0;
    padding: 0 3px 0 0;
  }
  .menu-arrow-two svg {
    width: 17%;
    height: auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .menu-arrow-two svg path {
    stroke: #0c0c0c;
  }
  .menu__two > li.active .menu-arrow-two svg {
    -webkit-transform: scale(1, -1) rotate(90deg);
        -ms-transform: scale(1, -1) rotate(90deg);
            transform: scale(1, -1) rotate(90deg);
  }
  .menu__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;
    -o-transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  }
  .menu__container-two.active {
    grid-template-rows: 1fr;
  }
  .menu__three {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 4px;
    width: 100%;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu__three > li {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .menu__three > li:first-child,
.menu__three > li:last-child {
    padding: 0;
  }
  .menu__three > li:first-child a {
    padding: 16px 0 4px 16px;
    border-radius: 0;
  }
  .menu__three > li:last-child a {
    padding: 4px 0 12px 16px;
    border-radius: 0;
  }
  .menu__three > li > a {
    font-size: 17px;
    padding: 4px 0 4px 16px;
    color: #0c0c0c;
    border-bottom: none;
  }
  .hidden {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 20px;
    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;
  }
  .banner,
.welcome {
    padding: 184px 0 80px 0;
  }
  .welcome__info h1,
.welcome__info h2 {
    width: 80%;
  }
  .welcome__items {
    margin: 60px 0 0 0;
  }
  .welcome__item {
    padding: 16px;
  }
  .welcome__item strong {
    font-size: 17px;
    margin: 0 0 10px 0;
  }
  .welcome__item p {
    font-size: 13px;
    line-height: 130%;
  }
  section {
    padding: 40px 0;
  }
  .features__items {
    grid-template-columns: 1fr;
  }
  .features__item span svg {
    width: 30%;
  }
  .features__item {
    grid-template-columns: 1fr 4fr;
  }
  .features__item hgroup {
    padding: 16px;
  }
  .consultation__img {
    display: none;
  }
  .consultation__content {
    display: block;
  }
  .consultation__form {
    padding: 20px 20px;
  }
  .consultation__content::before {
    background-color: rgba(12, 12, 12, 0.4);
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
  .signboard h1,
.signboard h2 {
    font-size: 40px;
  }
  .signboard p {
    font-size: 16px;
  }
  .pleased__items {
    grid-template-columns: 1fr 1fr;
  }
  .accordion__label strong {
    font-size: 18px;
  }
  .accordion__label span {
    width: 28px;
    height: 28px;
  }
  .accordion__label {
    padding: 16px 20px;
  }
  .archive__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
  }
  .popup__content {
    width: 98%;
  }
  .popup__form strong {
    font-size: 32px;
    margin: 0 0 10px 0;
  }
  .footer__content {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .logo--footer {
    grid-column: span 3;
  }
  .copyright {
    grid-column: 1/span 3;
    grid-row: 3/span 1;
    margin: 0;
  }
  .footer__item {
    grid-row: span 1;
  }
  .footer__menu li a,
.footer__menu li strong {
    font-size: 13px;
  }
  .copyright__rights {
    margin: 20px 0 0 0;
  }
  .copyright__politics,
.copyright__offer {
    font-size: 13px;
    margin: 0 0 10px 0;
  }
  .about__content {
    grid-template-columns: 1fr;
  }
  .about__img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 50%;
  }
  .about__info {
    padding: 40px 0 0 0;
  }
  .about__img img {
    min-width: inherit;
    left: auto;
    right: 0;
  }
  .about__info > p {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .advantages__items {
    grid-template-columns: 1fr;
  }
  .help__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .help__info ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 30px 0 0 0;
  }
  .help__info ul li {
    grid-template-rows: auto 1fr;
  }
  .help__info {
    padding: 0;
  }
  .help__img {
    height: 600px;
  }
  .questions__content p {
    font-size: 16px;
  }
  .questions__content {
    grid-gap: 12px;
  }
  .banner__info {
    width: 100%;
  }
  .banner__info p {
    font-size: 16px;
  }
  .btn {
    padding: 0 50px;
    font-size: 16px;
  }
  .service__items {
    grid-template-columns: 1fr 1fr;
  }
  .pricelist__item-cost strong,
.pricelist__item-title strong {
    font-size: 18px;
  }
  .pricelist__item-cost p {
    font-size: 15px;
  }
  .why__info h2,
.why__info h3,
.why__info h4 {
    margin: 0 0 20px 0;
  }
  .technics__item hgroup,
.why__info {
    
  }
  .another__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
  }
  .another__item {
    padding-top: 46%;
  }
  .service__technic {
    border-radius: 10px;
    padding: 0 0 20px 0;
  }
  .service__technic h6 {
    margin: 0 0 8px 0;
  }
  .slider-navigation--another,
.slider-navigation--archive {
    display: grid;
    margin: 30px auto 0 auto;
  }
  .articles__items {
    grid-template-columns: 1fr 1fr;
  }
  .price__category h4 {
    margin: 0 0 20px 0;
  }
  .price__category {
    padding: 15px 0;
  }
  .services__item hgroup p {
    font-size: 17px;
  }
  .services__items {
    border-radius: 10px 70px 10px 70px;
    margin: 0 0 40px 0;
  }
  .questions {
    margin-top: 3.3%;
    padding: 30px 0 20px 0;
  }
  .technics__item {
    grid-template-columns: 1fr 1.4fr;
    grid-gap: 20px;
  }
  .contacts__items {
    grid-template-columns: 1fr;
  }
  .contacts__map {
    padding-top: 64%;
    margin: 30px 0 0 0;
  }
  .works__item {
    padding-top: 100%;
  }
  .works__item-info h5 {
    font-size: 22px;
  }
  h1,
.welcome__info h1,
.welcome__info h2 {
    font-size: 55px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 37px;
  }
  h4 {
    font-size: 33px;
  }
  h5 {
    font-size: 28px;
  }
  .info > ul:not(.breadcrumb) li,
.info > ul li,
p {
    font-size: 15px;
  }
  .info > img {
    height: 380px;
  }
  .info > ul:not(.breadcrumb) {
    row-gap: 8px;
  }
  .service--3 .service__items {
  grid-template-columns: 1fr;
}

}
@media (max-width: 820px) {
    .works__item {
        padding-top: 120%;
    }
}
@media (max-width: 767px) {
  .nav {
    width: 75%;
    padding: 20px;
  }
  .header__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .logo__icon {
    width: 54px;
  }
  .logo__text svg:nth-child(1) {
    width: 194px;
  }
  .logo__text svg:nth-child(2) {
    width: 206px;
  }
  .header__phone small {
    font-size: 14px;
  }
  .header__phone a {
    font-size: 22px;
  }
  .welcome__info > strong {
    font-size: 20px;
    margin: 20px 0 0 0;
  }
  .popup__content {
    grid-template-columns: 1fr 1.4fr;
  }
  .popup__form strong {
    font-size: 28px;
    margin: 0 0 8px 0;
  }
  .popup__content .popup__form {
    padding: 30px 20px 20px 20px;
  }
  .welcome__items {
    grid-template-columns: 1fr;
  }
  .welcome__items {
    grid-gap: 12px;
  }
  .banner,
.welcome {
    padding: 150px 0 70px 0;
  }
  .title p {
    font-size: 16px;
    margin: 8px 0 0 0;
  }
  .features__item {
    grid-template-columns: 1fr 6fr;
  }
  .features__item span svg {
    width: 42%;
  }
  .works__item-info h5 {
    font-size: 20px;
  }
  .works__item-info p {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
  h1,
.welcome__info h1,
.welcome__info h2 {
    font-size: 52px;
  }
  h2 {
    font-size: 44px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 27px;
  }
  h6 {
    font-size: 24px;
  }
  .info > strong {
    font-size: 19px;
  }
  .info > ul:not(.breadcrumb) li {
    padding: 0 0 0 16px;
  }
  .info > ul:not(.breadcrumb) li::before {
    top: 10px;
  }
  .info > img {
    height: 340px;
  }
  .info > small {
    font-size: 13px;
  }
  .footer__item > strong {
    margin: 0 0 16px 0;
    font-size: 17px;
  }
  .footer__menu {
    row-gap: 12px;
  }
  .footer {
    padding: 30px 0 20px 0;
  }
  .copyright__rights {
    font-size: 11px;
  }
  .story__content {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .advantages__item strong {
    grid-column: 2;
    font-family: "Furore-Regular";
    font-size: 19px;
  }
  .accordion__label strong {
    font-size: 17px;
  }
  .about__info {
    padding: 30px 0 0 0;
  }
  .help__info ul li strong {
    font-size: 17px;
  }
  .numbers__item hgroup h6,
.numbers__item hgroup p {
    font-size: 24px;
  }
  .customers__item-img {
    border-radius: 10px;
  }
  .service__item h6 {
    margin: 0 0 6px 0;
  }
  .banner__btn,
.story__btn {
    margin: 30px 0 0 0;
  }
  .advantages__item {
    row-gap: 6px;
  }
  .article__item,
.why__content {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .why__slider .swiper-slide {
    width: 100%;
    height: auto;
    padding-top: 60%;
    border-radius: 10px;
  }
  .why__info {
    padding: 0;
  }
  .service__metal-info {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .service__metal-title h1,
.service__metal-title h2,
.service__metal-title h3 {
    width: 100%;
  }
  .title {
    margin: 0 0 20px 0;
  }
  .article__item-img {
    padding-top: 60%;
  }
  .pages-navigation li a,
.pages-navigation li span {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
  .project__info {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 0 0 20px 0;
  }
  .project__info h1,
.project__info h2,
.project__info h3 {
    width: 100%;
  }
  .project__img:first-child {
    padding-top: 50%;
  }
  .projects__items,
.project__items {
    grid-gap: 12px;
  }
  .case h6 {
    padding: 0 16px 16px 16px;
    font-size: 20px;
  }
  .label__info h1:first-child,
.label__info h2:first-child {
    margin: 0 0 20px 0;
  }
  .services__item {
    grid-gap: 20px;
    padding: 60px 20px;
  }
  .technics__item {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .technics__item picture {
  }
  .technics__item hgroup {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
  .technics__items {
    row-gap: 40px;
  }
  .welcome__info h1,
.welcome__info h2 {
    width: 100%;
  }
  .label__info h1:only-child,
.label__info h2:only-child {
    margin: 0;
  }
}
@media (max-width: 659px) {
  .nav {
    width: 80%;
  }
  .icon-menu {
    width: 34px;
    height: 23px;
  }
  .header__phone small {
    font-size: 13px;
  }
  .header__phone a {
    font-size: 20px;
  }
  .logo__icon {
    width: 48px;
  }
  .logo__text svg:nth-child(1) {
    width: 174px;
  }
  .logo__text svg:nth-child(2) {
    width: 184px;
  }
  .contacts__item a,
.contacts__item strong {
    font-size: 18px;
    line-height: 120%;
  }
  .welcome__info > strong {
    font-size: 18px;
    margin: 16px 0 0 0;
  }
  .questions__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .questions__btn.btn {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
    width: 100%;
  }
  .footer__content {
    grid-template-columns: 1fr 1fr;
  }
  .logo--footer {
    grid-column: span 2;
  }
  .footer__item.footer__item--contacts {
    grid-column: 1/span 2;
  }
  .copyright {
    grid-column: 1/span 2;
    grid-row: 4/span 1;
  }
  .about__img {
    padding-top: 60%;
  }
  .about__img img {
    -webkit-transform: translate(15px, 0);
        -ms-transform: translate(15px, 0);
            transform: translate(15px, 0);
  }
  .numbers__items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .service__item h6 {
    font-size: 18px;
  }
  .pricelist__item-cost strong,
.pricelist__item-title strong {
    font-size: 16px;
  }
  .another__item-items h6 {
    font-size: 20px;
  }
  .another__item {
    padding-top: 54%;
  }
  .banner__info h1,
.banner__info h2 {
    font-size: 42px;
    margin: 0 0 16px 0;
  }
  .service__technic h6 {
    font-size: 18px;
  }
  .service__item h6 {
    font-size: 16px;
  }
  .projects__items .case:nth-child(1),
.projects__items .case:nth-child(2) {
    padding-top: 70%;
  }
  .services__item {
    grid-template-columns: 1fr;
  }
  .contacts__map {
    padding-top: 80%;
  }
  .works__item {
    padding-top: 140%;
  }
  h1,
.welcome__info h1,
.welcome__info h2 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .nav {
    width: 90%;
  }
  .header__content {
    grid-template-columns: 1fr auto;
    row-gap: 10px;
  }
  .icon-menu.icon-menu--open {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .header__phone {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
    margin: 0;
  }
  .header__phone {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu > li > a {
    font-size: 20px;
  }
  .menu__two > li > a {
    font-size: 18px;
  }
  .banner,
.welcome {
    padding: 210px 0 60px 0;
  }
  .btn,
.welcome__btn.btn,
input {
    height: 56px;
  }
  .btn {
    padding: 0 38px;
    font-size: 15px;
  }
  .popup__content {
    grid-template-columns: 1fr;
  }
  .popup__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 40%;
  }
  .popup__form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .features__item {
    grid-template-columns: 1fr 5fr;
  }
  .consultation__inputs {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  .consultation__inputs .checkbox__text,
.consultation__inputs > p {
    grid-column: span 1;
  }
  .consultation__inputs .form__btn.btn,
.consultation__inputs .input {
    border-radius: 10px;
    width: 100%;
  }
  .consultation__inputs .checkbox__text,
.consultation__inputs > p {
    margin: 0;
  }
  .signboard h1,
.signboard h2 {
    font-size: 36px;
  }
  .signboard p {
    font-size: 15px;
  }
  section {
    padding: 34px 0;
  }
  section {
    padding: 34px 0;
  }
  .help__info ul {
    grid-template-columns: 1fr;
  }
  .help__img {
    height: 510px;
  }
  .banner__info h1,
.banner__info h2 {
    font-size: 34px;
  }
  .breadcrumb__item a,
.breadcrumb__item {
    font-size: 13px;
  }
  .why__slider .swiper-slide {
    padding-top: 70%;
  }
  .another__item {
    padding-top: 64%;
  }
  .pricelist__filter-buttons button {
    font-size: 12px;
    height: 38px;
    padding: 0 14px;
  }
  .service__metal-img {
    padding-top: 32%;
    margin: 20px 0 0 0;
  }
  .article__item-img {
    padding-top: 70%;
  }
  .blog picture {
    padding-top: 84%;
  }
  .pages-navigation {
    padding: 0;
  }
  .breadcrumb-wrapper {
    padding: 30px 0 0 0;
  }
  .breadcrumb__item a::before {
    top: 7px;
  }
  .accordion__label {
    padding: 12px 14px;
  }
  .accordion__info-text {
    padding: 12px 14px 14px 14px;
  }
  .projects__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects__items .case:nth-child(1) {
    grid-column: span 2;
    padding-top: 64%;
  }
  .projects__items .case,
.projects__items .case:nth-child(2) {
    grid-column: span 1;
    padding-top: 80%;
  }
  .services__items {
    border-radius: 10px 50px 10px 50px;
    margin: 0 0 20px 0;
  }
  .help__img {
    border-radius: 10px 50px 10px 50px;
  }
  .technics__item picture {
   
  }
  .technics__item hgroup h6 {
    margin: 0 0 12px 0;
  }
  .works__items {
    grid-template-columns: 1fr;
  }
  .works__item {
    padding-top: 80%;
  }
  h1,
.welcome__info h1,
.welcome__info h2 {
    font-size: 45px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 29px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 23px;
  }
}
@media (max-width: 479px) {
  .nav {
    width: 100%;
  }
  .btn {
    width: 100%;
  }
  .title p {
    font-size: 15px;
  }
  .features__item hgroup h6 {
    font-size: 17px;
    margin: 0 0 10px 0;
  }
  .features__item hgroup {
    padding: 12px;
  }
  .signboard h1,
.signboard h2 {
    font-size: 32px;
  }
  .banner__btn,
.story__btn {
    margin: 16px 0 0 0;
  }
  section {
    padding: 30px 0;
  }
  .case h6 {
    padding: 0 12px 12px 12px;
    font-size: 16px;
  }
  .banner,
.welcome {
    padding: 190px 0 60px 0;
  }
  .accordion__label span {
    width: 22px;
    height: 22px;
  }
  .accordion__label strong {
    font-size: 14px;
  }
  .blog picture {
    padding-top: 66%;
  }
  .blog strong {
    font-size: 17px;
  }
  .technic__btn,
.archive__btn,
.pleased__btn {
    margin: 20px auto 0 auto;
  }
  .case::before {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .about__img {
    padding-top: 66%;
  }
  .advantages__item strong {
    font-size: 17px;
  }
  .help__info ul li {
    row-gap: 6px;
  }
  .help__img {
    height: 380px;
  }
  .numbers__item hgroup h6,
.numbers__item hgroup p {
    font-size: 20px;
  }
  .numbers__items {
    grid-gap: 16px;
  }
  .service__items {
    grid-template-columns: 1fr;
  }
  .service__item h6 {
    font-size: 17px;
  }
  .service__item picture {
    margin: 0 0 8px 0;
  }
  .service__items {
    grid-gap: 30px;
  }
  .pricelist__item {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .pricelist__item-cost p,
.pricelist__item-cost strong {
    text-align: left;
  }
  .pricelist__item-title strong {
    font-size: 17px;
  }
  .banner__info h1,
.banner__info h2 {
    font-size: 25px;
  }
  .banner__info p {
    font-size: 15px;
  }
  .service--3 .service__items {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
  .pricelist__filter-buttons button {
    font-size: 11px;
    height: 36px;
    padding: 0 12px;
  }
  .articles__items {
    grid-template-columns: 1fr;
  }
  .blog picture {
    margin: 0 0 8px 0;
  }
  .articles__items {
    row-gap: 30px;
  }
  .contacts__item a,
.contacts__item strong {
    font-size: 17px;
  }
  .contacts__map {
    padding-top: 100%;
  }
  .slider-navigation--customers {
    margin: 20px auto 0 auto;
  }
  .works__item {
    padding-top: 90%;
  }
  .works__item-info {
    padding: 20px 14px;
  }
  .info > ul:not(.breadcrumb) li,
.info > ul li,
p {
    font-size: 14px;
  }
  h1,
.welcome__info h1,
.welcome__info h2 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 23px;
  }
  h5 {
    font-size: 21px;
  }
  h6 {
    font-size: 19px;
  }
  .info > h1,
.info > h2,
.info > h3,
.info > h4,
.info > h5,
.info > h6 {
    margin: 20px 0 10px 0;
  }
  .info > strong {
    font-size: 18px;
    margin: 10px 0 8px 0;
  }
  .info > strong:last-child {
    margin: 10px 0 0 0;
  }
  .info > p,
.technics__item hgroup p {
    margin: 8px 0;
  }
  .info > p:first-child,
.technics__item hgroup p:first-child {
    margin: 0 0 8px 0;
  }
  .info > p:last-child,
.technics__item hgroup p:last-child {
    margin: 8px 0 0 0;
  }
  .info > img {
    margin: 10px 0;
  }
  .info > img:last-child {
    margin: 10px 0 0 0;
  }
  .info > img:has(+ small) {
    margin: 10px 0 6px 0;
  }
  .info > ul:not(.breadcrumb) {
    row-gap: 4px;
    margin: 8px 0;
  }
  .info > ul:not(.breadcrumb):first-child {
    margin: 0 0 8px 0;
  }
  .info > ul:not(.breadcrumb):last-child {
    margin: 8px 0 0 0;
  }
  .info > small {
    margin: 6px 0;
  }
  .info > small:last-child {
    margin: 6px 0 0 0;
  }
  .info > .btn {
    margin: 20px 0;
  }
  .info > .btn:last-child {
    margin: 20px 0 0 0;
  }
  .info > img {
    height: 248px;
  }
}
@media (max-width: 460px) {
    .works__item {
        padding-top: 120%;
    }
}
@media (max-width: 359px) {
  .logo__icon {
    width: 40px;
  }
  .logo__text svg:nth-child(1) {
    width: 160px;
  }
  .logo__text svg:nth-child(2) {
    width: 172px;
  }
  .welcome__info > strong {
    font-size: 17px;
  }
  .banner,
.welcome {
    padding: 164px 0 50px 0;
  }
  .popup__form strong {
    font-size: 24px;
  }
  .signboard h1,
.signboard h2 {
    font-size: 28px;
  }
  .signboard p {
    font-size: 13px;
    margin: 8px 0 0 0;
  }
  .pleased__items {
    grid-template-columns: 1fr;
  }
  .accordion__label strong {
    font-size: 13px;
  }
  .blog strong {
    font-size: 16px;
  }
  .slider-btn {
    width: 50px;
    height: 50px;
  }
  .slider-navigation {
    grid-gap: 20px;
  }
  .logo--footer .logo__icon {
    width: 46px;
  }
  .logo--footer .logo__text svg:nth-child(1) {
    width: 170px;
  }
  .logo--footer .logo__text svg:nth-child(2) {
    width: 182px;
  }
  .footer__item.footer__item--contacts,
.logo--footer {
    grid-column: span 1;
  }
  .footer__content {
    grid-template-columns: 1fr;
  }
  .copyright {
    grid-column: 1/span 1;
    grid-row: 5/span 1;
  }
  .footer__item > strong {
    font-size: 16px;
  }
  .help__info ul li strong {
    font-size: 16px;
  }
  .numbers__items {
    grid-template-columns: 1fr;
  }
  .numbers__items {
    grid-gap: 12px;
  }
  .banner__info p {
    font-size: 14px;
  }
  .banner__info h1,
.banner__info h2 {
    font-size: 22px;
  }
  .another__item {
    padding-top: 100%;
  }
  .pages-navigation li a,
.pages-navigation li span {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }
  .project__img:first-child {
    padding-top: 60%;
  }
  .pages-navigation {
    margin: 30px 0 0 0;
  }
  .works__item {
    padding-top: 150%;
  }
  h1,
.welcome__info h1,
.welcome__info h2 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 19px;
  }
  h6 {
    font-size: 18px;
  }
  .info > strong {
    font-size: 16px;
  }
}
.stars_wrap {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin: 20px 0;
}
.stars_wrap .star_item {
  align-items: center;
  display: flex;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 10px;
    grid-gap: 10px;
    font-size: 14px;
}