@charset "UTF-8";







/* 











* {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
*:before, *:after {
  box-sizing: inherit;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template {
  display: none;
}

html {
  font-family: sans-serif;
  word-break: break-word;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  white-space: pre-wrap;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

q {
  quotes: "«" "»";
}

button,
input {
  line-height: normal;
}

button,
input,
select {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

button,
textarea,
select,
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=submit],
input[type=button],
input[type=reset],
input[type=number],
input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button::-ms-clear, button::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal,
select::-ms-clear,
select::-ms-reveal,
input[type=text]::-ms-clear,
input[type=text]::-ms-reveal,
input[type=email]::-ms-clear,
input[type=email]::-ms-reveal,
input[type=password]::-ms-clear,
input[type=password]::-ms-reveal,
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal,
input[type=submit]::-ms-clear,
input[type=submit]::-ms-reveal,
input[type=button]::-ms-clear,
input[type=button]::-ms-reveal,
input[type=reset]::-ms-clear,
input[type=reset]::-ms-reveal,
input[type=number]::-ms-clear,
input[type=number]::-ms-reveal,
input[type=range]::-ms-clear,
input[type=range]::-ms-reveal {
  display: none;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

ul,
ol,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

select,
button,
input {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

input,
textarea {
  cursor: default;
}

.no-js-warning {
  position: fixed;
  z-index: 99999;
  width: 100%;
  padding: 15px 20px;
  color: #f00;
  font-size: 20px;
  background: rgba(255, 0, 0, 0.5);
}

:root {
  --red: #E22C42;
  --light-gray: #F4F4F4;
  --dark: #1B1B1B;
  --dark-gray: #2d2d2d;
  --gray: #939393;
  --gray-2: #CBCBCB;
  --line-color-dark: #4f4f4f;
  --gap-xs: 2rem;
  --gap-s: 2.4rem;
  --gap: 3rem;
  --gap-m: 4rem;
  --gap-l: 5.2rem;
  --gap-xl: 6rem;
  --gap-xxl: 8rem;
  --gap-xxxl: 10rem;
  --section-padding: var(--gap-xxxl);
  --section-padding_xs: var(--gap-xxl);
  --header-height: 5.5rem;
} 


@media (max-width: 767px) {
  :root {
    --section-padding: 5.2rem;
    --section-padding_xs: var(--gap-m);
    --gap-xs: 1.6rem;
    --gap: 2rem;
    --gap-l: 3.2rem;
    --gap-xl: 5.2rem;
  }
}

html {
  box-sizing: border-box;
  font-size: 0.5208333333vw;
}
@media (max-width: 1024px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2vw;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 3.125vw;
  }
}

body {
  min-width: 320px;
  font-style: normal;
  font-family: "Inter Tight", sans-serif;
  font-size: calc(15 / 10 * 1rem);
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body._lock {
  overflow-y: hidden;
}

button,
input,
textarea {
  font-family: "Inter Tight", sans-serif;
}

textarea {
  background-color: transparent;
  border: none;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}
table img {
  max-width: none;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-full {
  display: block;
  width: 100%;
}

.text-block p:not(:last-child) {
  margin-bottom: var(--gap);
}

p {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  p.text-24 {
    font-size: 2.4rem;
    line-height: 120.8333333333%;
  }
}

.text-gray {
  color: var(--gray-2);
}

.link {
  border-bottom: 0.1rem solid #fff;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) border-bottom-color, 0.2s cubic-bezier(0.4, 0, 0.2, 1) color;
}
@media (any-hover: hover) {
  .link:hover {
    color: var(--red);
    border-bottom-color: var(--red);
  }
}

@media (min-width: 1025px) {
  .animated--text {
    opacity: 0;
    transform: translateY(var(--gap-xl));
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1) all;
  }
  .animated--text.in-view {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .animated-opacity {
    opacity: 0;
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1) opacity;
  }
  .animated-opacity.in-view {
    opacity: 1;
  }
}


.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.page {
  position: relative;
  flex: 1 0 auto;
}

.section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--gap-xs);
  padding-bottom: var(--gap-m);
}
@media (max-width: 767px) {
  .section-top {
    padding-bottom: var(--gap);
  }
}
.section-top__text {
  max-width: 58rem;
}
.section-top--orientation_col {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section__grid {
  display: grid;
  row-gap: var(--gap-xxl);
}
@media (min-width: 1025px) {
  .section--padding-top_xl {
    padding-top: 15rem;
  }
}
.section--padding-top_xxl {
  padding-top: 20rem;
}
.section--padding-bottom_xs {
  padding-bottom: var(--section-padding_xs);
}
.section--padding_xs {
  padding-top: var(--section-padding_xs);
  padding-bottom: var(--section-padding_xs);
}
.section--with_border-bottom {
  border-bottom: 0.1rem solid var(--line-color-dark);
}
.section--without_padding-top {
  padding-top: 0;
}

.grid-row {
  display: grid;
  gap: var(--gap-xxxl) var(--gap-xl);
}
@media (max-width: 1024px) {
  .grid-row {
    gap: var(--gap-xl) var(--gap);
  }
}
@media (min-width: 1025px) {
  .grid-row {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1025px) {
  .grid-row--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-row--start {
  align-items: flex-start;
}

@media (min-width: 1025px) {
  .grid-col-2 {
    grid-column: span 3;
  }
}
@media (min-width: 1025px) {
  .grid-col-2 + .grid-col-3 {
    grid-column: 4/-1;
  }
}
@media (min-width: 1025px) {
  .grid-col-2-offset {
    grid-column: 4/span 2;
  }
}
@media (min-width: 1025px) {
  .grid-col-3 {
    grid-column: span 3;
  }
}
@media (min-width: 1025px) {
  .grid-col-4 {
    grid-column: span 4;
  }
}
@media (min-width: 1025px) {
  .grid-col-full {
    grid-column: 1/-1;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.full-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

ol.counter,
.counter-list {
  counter-reset: num;
}
ol.counter li,
.counter-list li {
  position: relative;
}
ol.counter li:before,
.counter-list li:before {
  counter-increment: num;
  position: absolute;
}

ol.counter li:before {
  content: "0" counter(num);
}

.counter-list li {
  padding-left: 3.7rem;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.counter-list li:not(:first-child) {
  padding-top: var(--gap);
}
.counter-list li:not(:last-child) {
  padding-bottom: var(--gap);
  border-bottom: 0.1rem solid var(--line-color-dark);
}
.counter-list li:before {
  content: counter(num);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: var(--gap-xs) var(--gap);
  border-radius: 3.6rem;
  font-size: calc(15 / 10 * 1rem);
  line-height: 120%;
  font-weight: 400;
  background-color: #fff;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) all;
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: var(--red);
    color: #fff;
  }
  .btn:hover .btn__text {
    color: #fff;
  }
}
.btn.disabled, .btn[disabled] {
  border: none;
  cursor: not-allowed;
}
@media (any-hover: hover) {
  .btn.disabled:hover, .btn[disabled]:hover {
    color: #fff;
  }
}
.btn__arrow {
  flex-shrink: 0;
  margin-left: var(--gap-xs);
  width: 6rem;
  height: 2.4rem;
  stroke: #fff;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) stroke;
}
.btn__text {
  letter-spacing: -0.02em;
  color: var(--dark);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) color, 0.2s cubic-bezier(0.4, 0, 0.2, 1) border-bottom-color;
}
.btn--style_more, .btn--style_link {
  padding: 0;
  background-color: transparent;
  color: #fff;
}
.btn--style_more .btn__text, .btn--style_link .btn__text {
  color: #fff;
  border-bottom: 0.1rem solid #fff;
}
@media (any-hover: hover) {
  .btn--style_more:hover, .btn--style_link:hover {
    background-color: transparent;
    color: var(--red);
  }
  .btn--style_more:hover .btn__arrow, .btn--style_link:hover .btn__arrow {
    stroke: var(--red);
  }
  .btn--style_more:hover .btn__text, .btn--style_link:hover .btn__text {
    color: var(--red);
    border-bottom-color: var(--red);
  }
}
.btn--style_border {
  background-color: transparent;
  border: 0.1rem solid var(--dark);
  color: var(--dark);
}
.btn--style_border .btn__text {
  color: var(--dark);
}
@media (any-hover: hover) {
  .btn--style_border:hover {
    background-color: var(--dark);
    color: #fff;
  }
  .btn--style_border:hover .btn__text {
    color: #fff;
  }
}
.btn--style_border-white {
  border: 0.1rem solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn--style_border-white .btn__text {
  color: #fff;
}
@media (any-hover: hover) {
  .btn--style_border-white:hover {
    background-color: #fff;
    color: var(--dark);
  }
  .btn--style_border-white:hover .btn__text {
    color: var(--dark);
  }
}
.btn--style_border-2 {
  border: 0.1rem solid var(--line-color-dark);
  border-radius: 0.8rem;
  background-color: transparent;
  color: var(--light-gray);
}
.btn--style_border-2 .btn__text {
  color: var(--light-gray);
}
@media (any-hover: hover) {
  .btn--style_border-2:hover {
    background-color: transparent;
    border-color: var(--light-gray);
  }
}

.section-title {
  font-size: 4.8rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: initial;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 500px) {
  .section-title {
    font-size: 2.4rem!important;
  }
}
@media (min-width: 1025px) {
  .section-title--size_56 {
    font-size: 5.6rem;
  }
}
@media (min-width: 1025px) {
  .section-title--size_40 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .section-title--size_32 {
    font-size: 3.2rem;
  }
}
.section-title span {
  color: var(--red);
}
.section-title span.gray {
  color: var(--gray);
}

.decor-title {
  font-size: 17.8rem;
  line-height: 90%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--gray-2);
}
@media (max-width: 1024px) {
  .decor-title {
    font-size: 8.2rem;
  }
}
@media (max-width: 767px) {
  .decor-title {
    font-size: 4.2rem;
  }
}
@media (max-width: 500px) {
  .decor-title {
    font-size: 3.2rem;
  }
}
.decor span, .decor-title span {
  color: var(--red);
}
.decor {
    color: var(--gray);
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  display: grid;
  place-items: center;
  width: 8rem;
  height: 4rem;
  border: 0.1rem solid #fff;
  border-radius: 3.6rem;
  margin: 0;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) border-color;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 4.1rem;
  height: 1.8rem;
  stroke: #fff;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) stroke;
}
@media (any-hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    border-color: var(--red);
  }
  .swiper-button-prev:hover svg,
  .swiper-button-next:hover svg {
    stroke: var(--red);
  }
}

.swiper-btns {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: var(--gap-xs);
}

 .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: $dark;

    &:not(:last-child) {
        margin-right: 1.65rem;
    }
} 
.card-text-block {
  display: grid;
  border: 0.1rem solid var(--line-color-dark);
}
@media (max-width: 767px) {
  .card-text-block {
    border-left: none;
  }
  .card-text-block > *:not(:last-child) {
    border-bottom: 0.1rem solid var(--line-color-dark);
  }
}
@media (min-width: 768px) {
  .card-text-block {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-text-block > * {
    border-left: 0.1rem solid var(--line-color-dark);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card-text-block {
    border-bottom: none;
  }
  .card-text-block > * {
    border-bottom: 0.1rem solid var(--line-color-dark);
  }
  .card-text-block > *:nth-child(odd) {
    border-left: none;
  }
}
@media (min-width: 1025px) {
  .card-text-block {
    grid-template-columns: repeat(4, 1fr);
  }
  .card-text-block > * {
    min-height: 51rem;
  }
  .card-text-block > *:first-child {
    border-left: none;
  }
}

.card-text {
  display: grid;
  row-gap: var(--gap-m);
  align-content: start;
  padding: var(--gap-m);
}
@media (max-width: 1024px) {
  .card-text {
    row-gap: var(--gap);
    padding: var(--gap);
  }
}
.card-text__picture {
  display: block;
  height: 25rem;
}
.card-text__content {
  color: #DFDFDF;
}

.card-block {
  display: grid;
  border: 0.1rem solid var(--line-color-dark);
}
.card-block > * {
  padding: var(--gap) var(--gap-m);
}
@media (max-width: 1024px) {
  .card-block > * {
    padding: var(--gap);
  }
}
@media (max-width: 767px) {
  .card-block {
    border-left: none;
  }
  .card-block > *:not(:last-child) {
    border-bottom: 0.1rem solid var(--line-color-dark);
  }
}
@media (min-width: 768px) {
  .card-block {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-block > * {
    border-left: 0.1rem solid var(--line-color-dark);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card-block {
    border-bottom: none;
  }
  .card-block > * {
    border-bottom: 0.1rem solid var(--line-color-dark);
  }
  .card-block > *:nth-child(odd) {
    border-left: none;
  }
}
@media (min-width: 1025px) {
  .card-block {
    grid-template-columns: repeat(4, 1fr);
  }
  .card-block > *:first-child {
    border-left: none;
  }
}
@media (min-width: 501px) {
  .card-block--items_6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .card-block--items_6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card-block--items_6 > *:nth-child(odd) {
    border-left: 0.1rem solid var(--line-color-dark);
  }
}
@media (min-width: 1025px) {
  .card-block--items_6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--gap-m) 2.4rem;
}
@media (max-width: 767px) {
  .card {
    gap: var(--gap);
  }
}
.card__title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  letter-spacing: -0.04rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .card__title {
    font-size: 1.4rem;
  }
}
.card__num {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0.1rem solid var(--line-color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
}
@media (max-width: 767px) {
  .card__num {
    width: 4rem;
    height: 4rem;
  }
}
.card__text {
  grid-column: 2 / -1;
  font-size: 2rem;
  letter-spacing: -0.04rem;
  color: #CBCBCB;
}
@media (max-width: 500px) {
  .card__text {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  .card--style_2 .card {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
  }
}
.card--style_2,
.card--style_dot {
    gap: var(--gap-s) var(--gap-xs);
}
.card--style_2 .card__num {
  border: none;
  min-width: 2rem;
  width: auto;
  height: auto;
  font-size: 2rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.card--style_2 .card__title {
  color: var(--light-gray);
}
.card--style_dot {
    grid-template-columns: unset;
}
.card--style_dot .card__title {
    position: relative;
    padding-left: 2.8rem;
}
.card--style_dot .card__title,
.card--style_dot .card__text {
    grid-column: unset;
}
.card--style_dot .card__title::before {
    content: '';
    position: absolute;
    top: 0.75rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #939393;
}
.card--orientation_col {
  grid-template-columns: unset;
  align-content: start;
  justify-items: start;
  gap: var(--gap-xs);
}
@media (min-width: 1025px) {
  .card--orientation_col {
    min-height: 30rem;
  }
}
@media (min-width: 768px) {
  .card--orientation_col .card__text {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .card--orientation_col .card__icon {
    margin-bottom: 1rem;
  }
}

.list-text {
  display: grid;
  row-gap: 1rem;
}
.list-text__item {
  display: flex;
  align-items: center;
}
.list-text__item:not(:last-child) {
  padding-bottom: var(--gap);
  border-bottom: 0.1rem solid var(--line-color-dark);
}
.list-text__item:not(:first-child) {
  padding-top: var(--gap);
}
.list-text__icon {
  flex-shrink: 0;
  margin-right: var(--gap-m);
  width: 6.6rem;
  height: 6.6rem;
}
.list-text__icon + p {
  max-width: 40rem;
  font-size: 1.5rem;
}
.list-text--size_xs {
  row-gap: 0;
}
.list-text--size_xs .list-text__item:not(:first-child) {
  padding-top: var(--gap-xs);
}
.list-text--size_xs .list-text__item:not(:last-child) {
  padding-bottom: var(--gap-xs);
}
.list-text--size_xs .list-text__item p {
  font-size: 1.5rem;
}

.icon {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
}

.about-cranes {
  position: relative;
  padding: 35rem 0 30rem;
}
@media (max-width: 1024px) {
  .about-cranes {
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
  }
}
.about-cranes__img {
  display: none;
}
@media (min-width: 1025px) {
  .about-cranes__img {
    display: block;
    position: absolute;
    top: 12.3rem;
    right: -93.2rem;
    width: 93.2rem;
    height: 66.9rem;
    transition: 1s linear right;
  }
  .about-cranes__img.in-view {
    right: 0;
  }
}
.about-cranes__grid {
  display: grid;
}
@media (max-width: 1024px) {
  .about-cranes__grid {
    gap: var(--gap-l) 0;
  }
}
@media (min-width: 1025px) {
  .about-cranes__grid {
    grid-template-columns: 32rem 49.3rem 22.7rem 1fr;
    grid-template-rows: auto 14.3rem auto;
    grid-template-areas: "title title title title" ". . . ." ". text . more";
  }
}
@media (min-width: 1025px) {
  .about-cranes__title {
    max-width: 140rem;
    grid-area: title;
  }
}
.about-cranes__text {
  display: grid;
  row-gap: var(--gap-l);
}
@media (max-width: 767px) {
  .about-cranes__text {
    row-gap: var(--gap);
  }
    .card--style_2,
    .card--style_dot {
        gap: var(--gap-xs);
    }
    .card--style_dot .card__title::before {
        top: 0.25rem;
    }
}
@media (min-width: 1025px) {
  .about-cranes__text {
    grid-area: text;
  }
}
@media (min-width: 1025px) {
  .about-cranes__text p {
    font-size: 2.4rem;
  }
}
.about-cranes__more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9rem;
}
@media (max-width: 1024px) {
  .about-cranes__more {
    gap: var(--gap-l);
  }
}
@media (min-width: 1025px) {
  .about-cranes__more {
    align-self: flex-end;
    grid-area: more;
  }
}
.about-cranes__more-icons {
  display: flex;
}
.about-cranes__more-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.about-cranes__more-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.breadcrumbs {
  padding-top: var(--gap-xs);
  padding-bottom: var(--gap-xs);
}
.breadcrumbs__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem;
  text-align: center;
  margin-left: 50px;
}
.breadcrumbs__item {
  letter-spacing: -0.02em;
}
.breadcrumbs__item a {
  border-bottom: 0.1rem solid #fff;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) color, 0.2s cubic-bezier(0.4, 0, 0.2, 1) border-bottom-color;
}
@media (any-hover: hover) {
  .breadcrumbs__item a:hover {
    color: var(--red);
    border-bottom-color: var(--red);
  }
}
.breadcrumbs__item:not(:last-child) {
  position: relative;
  padding-right: 2rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--line-color-dark);
}
.breadcrumbs__item span {
  border-bottom: none;
  color: var(--gray-2);
}

.burger-btn {
  display: none;
  padding: 1rem;
  margin-right: -1rem;
  place-items: center;
}
.burger-btn img {
  width: 2rem;
  height: 0.6rem;
}
@media (max-width: 1024px) {
  .burger-btn {
    display: grid;
  }
}

.cities {
  padding-top: 5.8rem;
  display: grid;
  grid-template-columns: var(--gap) 1fr var(--gap);
  grid-template-rows: 14.2rem auto 20.3rem auto 51.9rem 5.7rem;
}
@media (max-width: 1024px) {
  .cities {
    padding-top: 0;
    grid-template-rows: var(--gap) auto 10rem auto 25rem;
  }
}
@media (max-width: 767px) {
  .cities {
    grid-template-rows: auto 10rem auto;
  }
}
.cities > * {
  grid-column: 2/-2;
}
.cities__heading {
  position: relative;
  z-index: 2;
  grid-row: 2/3;
}
@media (max-width: 767px) {
  .cities__heading {
    grid-row: 1/2;
  }
}
.cities__title {
  max-width: 79rem;
}
.cities__map {
  grid-row: 1/-2;
}
@media (max-width: 1024px) {
  .cities__map {
    grid-row: 1/-1;
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .cities__map {
    grid-row: 2/-1;
  }
}
.cities__map circle {
  animation-duration: 3s;
  animation-name: dot;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.cities__marquee {
  grid-column: 1/-1;
  grid-row: 4/5;
}
@media (max-width: 767px) {
  .cities__marquee {
    grid-row: 3/4;
  }
}

.cities-marquee {
  overflow: hidden;
}
@media (any-hover: hover) {
  .cities-marquee:hover .cities-marquee__content {
    animation-play-state: paused;
  }
}
.cities-marquee__wrap {
  width: 100000px;
}
.cities-marquee__content {
  display: flex;
  float: left;
  animation-duration: 15s;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.cities-marquee__list {
  display: flex;
}
.cities-marquee__item {
  position: relative;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--light-gray);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cities-marquee__item {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
@media (min-width: 768px) {
  .cities-marquee__item {
    font-size: 2.4rem;
    letter-spacing: -0.02em;
  }
}
.cities-marquee__item::after {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-weight: 300;
  color: var(--line-color-dark);
}
@media (min-width: 768px) {
  .cities-marquee__item::after {
    font-size: 3.6rem;
    line-height: 4.3rem;
  }
}

.banner-block {
  display: grid;
  grid-template-rows: minmax(70rem, auto);
}
@media (max-width: 1024px) {
  .banner-block {
    grid-template-rows: minmax(50rem, auto);
  }
}
@media (max-width: 767px) {
  .banner-block {
    grid-template-rows: minmax(25rem, auto);
  }
}
@media (min-width: 1025px) {
  .banner-block--style_2 {
    grid-template-rows: minmax(60rem, auto);
  }
}
.banner-block__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-block__picture, .banner-block__content {
  grid-column: 1/2;
  grid-row: 1/2;
}
.banner-block__content {
  padding: var(--gap);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: var(--gap);
}
.banner-block__title {
  max-width: 67rem;
  margin-bottom: auto;
}
.banner-block__text {
  margin-top: auto;
  max-width: 77.2rem;
}
.banner-block__text p {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .banner-block__text p {
    font-size: 1.4rem;
  }
}
.banner-block__text p:not(:last-child) {
  margin-bottom: var(--gap-xs);
}
.banner-block p.banner-block__text {
  max-width: 77.2rem;
  font-size: 4.2rem;
}
@media (max-width: 767px) {
  .banner-block p.banner-block__text {
    font-size: 1.6rem;
  }
}

.crane-supply {
  border-bottom: 0.1rem solid var(--line-color-dark);
}
@media (min-width: 1025px) {
  .crane-supply__title {
    max-width: 70.5rem;
  }
}
@media (min-width: 1025px) {
  .crane-supply__text {
    max-width: 75rem;
  }
}

.menu {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-xs) var(--gap-m);
}
@media (max-width: 767px) {
  .menu {
    gap: 1.6rem var(--gap-xs);
  }
}

@media (min-width: 768px) {
  .form-section__text {
    max-width: 47.7rem;
    font-size: 2.4rem;
  }
}


input[type=file] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  opacity: 0;
}

.placeholder {
  color: var(--gray);
}
.placeholder.attached {
  color: #fff;
}

.form-section__form-input , label span{
  width: 100%;

}
.free-consultations {
  padding-top: var(--gap);
  padding-bottom: var(--gap);
  background-color: var(--light-gray);
  color: var(--dark);
  border-bottom: 0.1rem solid var(--gray-2);
}
.free-consultations__grid {
  display: grid;
  gap: var(--gap) var(--gap-xl);
}
@media (min-width: 1025px) {
  .free-consultations__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto) minmax(11.9rem, auto) repeat(2, auto);
    grid-template-areas: "picture title" "picture text" "picture ." "picture btn" "picture dl";
  }
}
@media (min-width: 1025px) {
  .free-consultations__picture {
    grid-area: picture;
  }
}
.free-consultations__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.free-consultations__title {
  max-width: 38.9rem;
}
@media (min-width: 1025px) {
  .free-consultations__title {
    grid-area: title;
  }
}
.free-consultations__text {
  max-width: 56.6rem;
}
@media (min-width: 1025px) {
  .free-consultations__text {
    grid-area: text;
  }
}
.free-consultations__btn {
  justify-self: start;
}
@media (min-width: 1025px) {
  .free-consultations__btn {
    grid-area: btn;
  }
}
.free-consultations__list {
  display: grid;
  row-gap: var(--gap-xl);
  padding-top: 5rem;
  border-top: 0.1rem solid var(--gray-2);
}
@media (max-width: 767px) {
  .free-consultations__list {
    padding-top: var(--gap);
    gap: var(--gap);
  }
}
@media (min-width: 1025px) {
  .free-consultations__list {
    grid-area: dl;
  }
}
.free-consultations__list-item {
  display: grid;
}
@media (max-width: 767px) {
  .free-consultations__list-item {
    gap: var(--gap-xs);
  }
}
@media (min-width: 768px) {
  .free-consultations__list-item {
    grid-template-columns: 14.3rem 1fr 40.7rem 1fr;
    grid-template-areas: "dt . dd .";
  }
}
@media (min-width: 768px) {
  .free-consultations__list-item dt {
    grid-area: dt;
  }
}
.free-consultations__list-item dd {
  color: var(--gray);
}
@media (min-width: 768px) {
  .free-consultations__list-item dd {
    grid-area: dd;
  }
}

.gained-benefits__grid {
  row-gap: 0;
}
@media (max-width: 1024px) {
  .gained-benefits__grid {
    gap: var(--gap-l);
  }
}
@media (min-width: 1025px) {
  .gained-benefits__grid {
    grid-template-rows: auto 7.4rem auto 16rem auto;
    grid-template-areas: "title title title picture picture picture" ". . . picture picture picture" "text text text picture picture picture" ". . . picture picture picture" "benefits benefits benefits picture picture picture";
  }
}
@media (min-width: 1025px) {
  .gained-benefits__title {
    grid-area: title;
  }
}
@media (min-width: 1025px) {
  .gained-benefits__text {
    grid-area: text;
  }
}
@media (min-width: 1025px) {
  .gained-benefits__text p {
    font-size: 2.4rem;
    line-height: 120.8333333333%;
  }
}
.gained-benefits__text > *:not(:last-child) {
  margin-bottom: var(--gap-xs);
}
@media (min-width: 1025px) {
  .gained-benefits__picture {
    grid-area: picture;
    width: 0;
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1) width;
  }
}
@media (min-width: 1025px) {
  .gained-benefits__picture.in-view {
    width: 100%;
  }
}
.gained-benefits__items {
  display: grid;
  gap: var(--gap-l);
}
@media (min-width: 768px) {
  .gained-benefits__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem 16rem;
  }
}
@media (min-width: 1025px) {
  .gained-benefits__items {
    grid-template-columns: 28.2rem 28.8rem;
    grid-area: benefits;
  }
}
.gained-benefits__item {
  display: grid;
  row-gap: var(--gap-xs);
  justify-items: start;
  color: var(--light-gray);
}
@media (max-width: 767px) {
  .gained-benefits__item {
    justify-items: center;
    text-align: center;
  }
}
.gained-benefits__item-img {
  width: 6.6rem;
  height: 6.6rem;
}
.gained-benefits__item-text {
  font-size: 1.5rem;
  line-height: 120%;
}

.geography {
  position: relative;
  padding-top: var(--gap-xl);
  background-color: var(--light-gray);
  color: var(--dark);
}
.geography__grid {
  display: grid;
  row-gap: var(--gap-xl);
}
@media (max-width: 767px) {
  .geography__grid {
    row-gap: var(--gap-l);
  }
}
@media (min-width: 1025px) {
  .geography__grid {
    grid-template-columns: 79rem 70rem 1fr;
    grid-template-rows: repeat(2, auto) 2.3rem repeat(2, auto);
    grid-template-areas: "title title ." "cities . ." ". . ." "moreCities . ." "logos logos logos";
  }
}
@media (min-width: 1025px) {
  .geography__top {
    position: relative;
    grid-area: title;
  }
}
.geography__title {
  color: var(--dark);
}
.geography__images {
  display: grid;
  grid-template-columns: 25.9rem 12.4rem;
  gap: var(--gap-xs);
  align-content: start;
}
@media (max-width: 1024px) {
  .geography__images {
    margin-top: var(--gap);
  }
}
@media (max-width: 767px) {
  .geography__images {
    grid-template-columns: 1fr 8rem;
  }
}
@media (min-width: 1025px) {
  .geography__images {
    position: absolute;
    top: var(--gap-xs);
    right: -7.6rem;
  }
}
.geography__img img {
  width: 100%;
  height: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1) height;
}
.geography__img:first-child img {
  border-radius: 9rem;
}
.geography__img:nth-child(2) img {
  border-radius: 50%;
}
.geography__img.in-view img {
  height: 12.4rem;
}
@media (max-width: 767px) {
  .geography__img.in-view img {
    height: 8rem;
  }
}
.geography__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
}
@media (max-width: 767px) {
  .geography__cities {
    gap: 1rem 1.6rem;
  }
}
@media (min-width: 1025px) {
  .geography__cities {
    grid-area: cities;
  }
}
.geography__cities li {
  font-size: 2rem;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .geography__cities li {
    font-size: 1.4rem;
  }
}
.geography__cities-more {
  -moz-columns: 3;
       columns: 3;
}
@media (min-width: 1025px) {
  .geography__cities-more {
    grid-area: moreCities;
  }
}
.geography__cities-more li {
  color: var(--gray);
}
@media (max-width: 500px) {
  .geography__cities-more li {
    font-size: 1.2rem;
  }
}
.geography__logos-wrap {
  position: relative;
}
.geography__logos-wrap::before, .geography__logos-wrap::after {
  content: "";
  position: absolute;
  left: calc(var(--gap) * -1);
  right: calc(var(--gap) * -1);
  height: 0.1rem;
  background-color: var(--red);
}
.geography__logos-wrap::before {
  top: 0;
}
.geography__logos-wrap::after {
  bottom: 0;
}
@media (min-width: 1025px) {
  .geography__logos-wrap {
    grid-area: logos;
  }
}
@media (max-width: 1024px) {
  .geography__logos-wrap {
    width: calc(100vw - var(--gap) * 2);
  }
}
@media (any-hover: hover) {
  .geography__logos-wrap:hover .geography__logos-content {
    animation-play-state: paused;
  }
}
.geography__logos {
  position: relative;
}
@media (max-width: 1024px) {
  .geography__logos {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .geography__logos {
    overflow: hidden;
    padding: 0 var(--gap);
    width: 100000px;
  }
}
.geography__logos::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
}
@media (max-width: 1024px) {
  .geography__logos {
    overflow-x: auto;
  }
}
.geography__logos-content {
  display: flex;
}
@media (max-width: 1024px) {
  .geography__logos-content {
    display: none;
  }
  .geography__logos-content:first-child {
    display: flex;
    flex-shrink: 0;
  }
}
@media (min-width: 1025px) {
  .geography__logos-content {
    float: left;
    animation-duration: 10s;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}
.geography__logos-content + .geography__logos-content {
  position: relative;
  padding-left: 4.2rem;
}
.geography__logos-content + .geography__logos-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 6rem;
  background-color: #fff;
}
.geography__logo {
  position: relative;
  flex-shrink: 0;
  padding-top: var(--gap);
  padding-bottom: var(--gap);
  padding-right: 4.2rem;
  padding-left: 4.2rem;
  display: grid;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
@media (max-width: 767px) {
  .geography__logo.clone {
    display: none;
  }
}
.geography__logo:first-child {
  padding-left: 0;
}
.geography__logo:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 6rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .geography__logo {
    padding-right: var(--gap);
    padding-left: var(--gap);
  }
}
.geography__logo img {
  width: 13rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 500px) {
  .geography__logo img {
    width: 8rem;
    height: 4rem;
  }
}
@media (any-hover: hover) {
  .geography__logo:hover .geography__logo-img {
    opacity: 0;
  }
  .geography__logo:hover .geography__logo-img.hover {
    opacity: 1;
  }
}
.geography__logo-img {
  grid-column: 1/2;
  grid-row: 1/2;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
@media (max-width: 1024px) {
  .geography__logo-img {
    display: none;
  }
}
.geography__logo-img.hover {
  opacity: 0;
}
@media (max-width: 1024px) {
  .geography__logo-img.hover {
    display: block;
    opacity: 1;
  }
}
.geography__map {
  width: 87.7rem;
}
@media (min-width: 1025px) {
  .geography__map {
    height: 71.9rem;
    position: absolute;
    bottom: 13rem;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .geography__map {
    width: 100%;
  }
}
.geography__map circle {
  animation-duration: 3s;
  animation-name: dot;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes dot {
  0% {
    r: 0.4rem;
  }
  50% {
    r: 1rem;
  }
  100% {
    r: 0.4rem;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


@media (max-width: 1024px) {
  .nav-menu {
    position: fixed;
    top: -150%;
    left: 0;
    padding: var(--gap-xl) var(--gap);
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: var(--dark);
    color: #fff;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) top;
  }
}
.nav-menu.active {
  top: 0;
}
.nav-menu__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

@media (min-width: 1025px) {
  .nav-menu__drop {
    position: absolute;
    top: 100%;
    left: 0;
    padding: var(--gap-xs);
    background-color: #fff;
    color: var(--dark);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) all;
  }
}
@media (max-width: 1024px) {
  .nav-menu__drop {
    display: none;
    padding-top: var(--gap-xs);
    padding-left: var(--gap);
  }
}

.close-btn {
  display: none;
  font-size: 4rem;
  color: #fff;
}
@media (max-width: 1024px) {
  .close-btn {
    display: block;
  }
}



.nav-submenu {
  display: grid;
  row-gap: 1.6rem;
}
.nav-submenu__link {
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) color;
}
@media (any-hover: hover) {
  .nav-submenu__link:hover {
    color: var(--red);
  }
}

.modernization__heading {
  padding-right: var(--gap);
  padding-left: var(--gap);
  border-bottom: 0.1rem solid var(--line-color-dark);
}
.modernization__title {
  max-width: 90rem;
}
.modernization__sections {
  row-gap: 0;
}
@media (max-width: 1024px) {
  .modernization__sections > *:last-child .modernization-section {
    padding-bottom: 0;
    border-top: 0.1rem solid var(--line-color-dark);
    padding-right: var(--gap);
    padding-left: var(--gap);
  }
}

.modernization-section--with_offset {
  padding-right: var(--gap);
  padding-left: var(--gap);
}
.modernization-section__content {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xl);
}
.modernization-section__heading-title {
    font-size: 2.4rem;
    letter-spacing: -0.048rem;
}
@media (min-width: 768px) {
  .modernization-section__title {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1025px) {
  .modernization-section__text {
    max-width: 48.1rem;
  }
  .modernization-section__heading {
    margin-bottom: 4rem;
}
}
.modernization-section__picture {
  display: block;
  height: 100%;
}
@media (max-width: 1024px) {
  .modernization-section__picture {
    height: 40rem;
  }
  .modernization-section__content {
    row-gap: var(--gap-m);
  }
}
@media (max-width: 767px) {
  .modernization-section__picture {
    height: 25rem;
  }
}
.modernization-section__list > *:not(:last-child) {
  padding-bottom: var(--gap);
  border-bottom: 0.1rem solid var(--line-color-dark);
}
.modernization-section__list > *:not(:first-child) {
  padding-top: var(--gap);
}

.news-article {
  position: relative;
  z-index: 2;
  display: grid;
  row-gap: var(--gap);
  grid-template-rows: 18rem auto;
}
.news-article__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-article__content {
  display: grid;
  row-gap: 1rem;
  justify-items: start;
}
.news-article__time {
  color: var(--gray);
}
.news-article__title {
  font-size: calc(15 / 10 * 1rem);
  font-weight: 400;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) color;
}
@media (any-hover: hover) {
  .news-article__title:hover {
    color: var(--red);
  }
}

.swiper-slide .news-article {
  row-gap: 3.2rem;
}
@media (min-width: 1025px) {
  .swiper-slide .news-article {
    grid-template-rows: 28.7rem auto;
  }
}
.swiper-slide .news-article__content {
  row-gap: 0.8rem;
}
@media (min-width: 1025px) {
  .swiper-slide .news-article__title {
    font-size: 2.4rem;
    letter-spacing: -0.02em;
  }
}

.news-section {
  border-top: 0.1rem solid var(--line-color-dark);
}
.news-section__inner {
  display: grid;
}
@media (min-width: 1025px) {
  .news-section__inner {
    grid-template-columns: 1fr auto;
    grid-template-areas: "title news" "more news";
  }
}
@media (max-width: 1024px) {
  .news-section__inner {
    gap: var(--gap-l);
  }
}
@media (min-width: 1025px) {
  .news-section__title {
    grid-area: title;
  }
}
@media (min-width: 1025px) {
  .news-section__more {
    grid-area: more;
  }
}
@media (max-width: 1024px) {
  .news-section__more {
    justify-self: center;
  }
}
.news-section__list {
  display: grid;
  gap: var(--gap-xl);
}
@media (min-width: 768px) {
  .news-section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .news-section__list {
    padding-left: var(--gap-xl);
    border-left: 0.1rem solid var(--dark-gray);
    grid-template-columns: repeat(4, 26rem);
  }
}
@media (max-width: 1024px) {
  .news-section__list {
    gap: var(--gap);
  }
}

.benefit-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon title" "text text";
  gap: 3.2rem 2.4rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .benefit-item {
    gap: var(--gap);
  }
}
.benefit-item__icon {
  grid-area: icon;
  width: 5.6rem;
  height: 5.6rem;
}
@media (max-width: 767px) {
  .benefit-item__icon {
    width: 4rem;
    height: 4rem;
  }
}
.benefit-item__title {
  grid-area: title;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .benefit-item__title {
    font-size: 2.4rem;
  }
}
.benefit-item__text {
  grid-area: text;
}

.our-works__grid {
  display: grid;
  row-gap: var(--gap-xl);
}
@media (max-width: 767px) {
  .our-works__grid {
    row-gap: var(--gap-l);
  }
}
@media (min-width: 1025px) {
  .our-works__grid {
    grid-template-columns: 64rem 1fr auto;
    grid-template-areas: "top top top" "slider slider slider" "text . more";
  }
}
.our-works__top {
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .our-works__top {
    grid-area: top;
  }
}
@media (min-width: 1025px) {
  .our-works__slider {
    grid-area: slider;
  }
}
@media (min-width: 768px) {
  .our-works__text {
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .our-works__text {
    grid-area: text;
  }
}
@media (min-width: 1025px) {
  .our-works__btn {
    grid-area: more;
  }
}

.our-works-slider {
  width: 100%;
}
.our-works-slider .swiper-slide {
  height: 59rem;
}
@media (max-width: 1024px) {
  .our-works-slider .swiper-slide {
    height: 40rem;
  }
}
.our-works-slider .swiper-slide picture {
  display: block;
  height: 100%;
}
.our-works-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-promo {
  color: #fff;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .page-promo {
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: grid;
    place-items: center;
    background-position: center;
  }
}

.page-promo--contain {
  background-position: center;
  background-size: contain;
}
.page-promo__body {
  display: grid;
  justify-items: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-promo__body {
    padding-right: var(--gap);
    padding-left: var(--gap);
    row-gap: var(--gap);
  }
}
@media (min-width: 1025px) {
  .page-promo__body {
    height: 100%;
    grid-template-rows: 1fr auto auto 29.5rem auto 5.9rem;
    grid-template-areas: "." "crumbs" "title" "." "text" ".";
  }
}
@media (min-width: 1025px) {
  .page-promo__crumbs {
    grid-area: crumbs;
  }
}
.page-promo__title {
  font-size: 10.8rem;
  line-height: 90%;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .page-promo__title {
    font-size: 10rem;
  }
}
@media (max-width: 767px) {
  .page-promo__title {
    font-size: 7rem;
  }
}
@media (max-width: 500px) {
  .page-promo__title {
    font-size: 4rem;
  }
}
@media (min-width: 1025px) {
  .page-promo__title {
    grid-area: title;
  }
}
@media (min-width: 1025px) {
  .page-promo__text {
    font-size: 2.4rem;
    line-height: 120.8333333333%;
    grid-area: text;
    max-width: 90rem;
  }
}


.page-top__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 122rem;
  margin: 0 auto;
}
.page-top__title {
  font-size: 6.4rem;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-top__title {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .page-top__title {
    font-size: 2.4rem;
  }
}

.products__content {
  display: grid;
  row-gap: var(--gap);
  padding: var(--gap);
}
@media (min-width: 768px) {
  .products__content {
    grid-area: content;
  }
}
@media (min-width: 1025px) {
  .products__content {
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "title" "." "text";
  }
}
@media (min-width: 1025px) {
  .products__title {
    grid-area: title;
  }
}
@media (min-width: 1025px) {
  .products__text {
    grid-area: text;
    max-width: 54.2rem;
  }
}
@media (min-width: 1025px) {
  .products__product {
    border-left: 0.1rem solid var(--gray-2);
  }
}
.products__product--1 {
  border-bottom: 0.1rem solid var(--gray-2);
}
@media (min-width: 768px) {
  .products__product--1 {
    grid-area: product-1;
  }
}
@media (min-width: 768px) {
  .products__product--2 {
    grid-area: product-2;
  }
}
@media (max-width: 767px) {
  .products__product--2 {
    border-bottom: 0.1rem solid var(--gray-2);
  }
}
@media (min-width: 768px) {
  .products__product--3 {
    grid-area: product-3;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .products__product--3 {
    border-left: 0.1rem solid var(--gray-2);
  }
}

.product-item {
  position: relative;
  padding: var(--gap);
  display: flex;
  flex-direction: column;
  background-color: var(--light-gray);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) background-color;
}
.product-item::after {
  content: "";
  position: absolute;
  top: var(--gap);
  right: var(--gap);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-image: url(../images/icons/round-arrow-btn-gray.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .product-item::after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) all;
  }
}
.product-item__title {
  margin-bottom: 5.2rem;
  max-width: 22rem;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.product-item__items {
  margin-top: auto;
  padding-bottom: var(--gap);
  display: flex;
}
@media (max-width: 767px) {
  .product-item__items {
    flex-direction: column;
  }
}
.product-item__items > * {
  width: 50%;
}
@media (max-width: 767px) {
  .product-item__items > * {
    width: 100%;
  }
}
.product-item__items > * + * {
  margin-left: var(--gap);
}
@media (max-width: 767px) {
  .product-item__items > * + * {
    margin-left: 0;
    margin-top: var(--gap);
  }
}
.product-item__img {
  align-self: center;
  display: grid;
  width: 20rem;
  height: 20rem;
}
.product-item__img img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
.product-item__img img.hover {
  opacity: 0;
}
@media (max-width: 767px) {
  .product-item__img {
    width: 15rem;
    height: 15rem;
  }
}
@media (any-hover: hover) {
  .product-item:hover {
    background-color: #fff;
  }
  .product-item:hover::after {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .product-item:hover .product-item__title {
    text-decoration: underline;
  }
  .product-item:hover .product-item__img img {
    opacity: 0;
  }
  .product-item:hover .product-item__img img.hover {
    opacity: 1;
  }
}

.good-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) color;
}
.good-item__img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: var(--gap-xs);
  display: grid;
}
.good-item__img img {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
.good-item__img img.hover {
  opacity: 0;
}
.good-item__title {
  max-width: 15.6rem;
}
@media (any-hover: hover) {
  .good-item:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
  .good-item:hover .good-item__img img {
    opacity: 0;
  }
  .good-item:hover .good-item__img img.hover {
    opacity: 1;
  }
}

.promo-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 0.1rem solid var(--dark-gray);
  border-bottom: 0.1rem solid var(--dark-gray);
}
@media (max-width: 1024px) {
  .promo-features {
    gap: var(--gap);
  }
}
@media (max-width: 767px) {
  .promo-features {
    background: linear-gradient(180deg, rgba(27, 27, 27, 0) 68.1%, #1B1B1B 100%), linear-gradient(180deg, rgba(39, 43, 85, 0.7) 0%, rgba(39, 43, 85, 0) 67.18%);
  }
}
@media (max-width: 1024px) {
  .promo-features > * {
    width: calc(50% - var(--gap));
  }
}
@media (max-width: 767px) {
  .promo-features > * {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .promo-feature {
    padding-right: 10rem;
    padding-left: 10rem;
    position: relative;
    min-height: 8rem;
    display: flex;
    align-items: center;
  }
}
.promo-feature__link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem 2.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .promo-feature__link {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}
@media (any-hover: hover) {
  .promo-feature__link:hover .promo-feature__icon {
    fill: var(--red);
  }
  .promo-feature__link:hover .promo-feature__title {
    color: var(--red);
  }
}
.promo-feature__icon {
  grid-row: 1/3;
  width: 3.2rem;
  height: 3.2rem;
}
.promo-feature__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) color;
}
.promo-feature__descr {
  grid-column: 2/3;
  letter-spacing: -0.02em;
}
@media (min-width: 1025px) {
  .promo-feature:first-child {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .promo-feature:last-child {
    padding-left: 16.1rem;
  }
}
.promo-feature:last-child .promo-feature {
  align-items: center;
}
.promo-feature:last-child .promo-feature__icon {
  width: 2.6rem;
  height: 2rem;
}
.promo-feature:last-child .promo-feature__title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .promo-feature + .promo-feature::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.1rem;
    background-color: var(--dark-gray);
  }
}

.promo {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .promo {
    background-position: center;
  }
}
.promo__content {
  flex-grow: 1;
  padding: 9.5rem var(--gap) var(--gap-m);
}
.promo__title {
  max-width: 126.6rem;
  font-size: 6.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .promo__title {
    font-size: 2.4rem;
  }
}
.promo__features {
  padding: var(--gap-xs);
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 68.1%, #1B1B1B 100%);
}

.service-item {
  position: relative;
  padding: var(--gap);
  padding-bottom: 3.6rem;
  display: grid;
  grid-template-columns: 38.9rem 1fr 6rem;
  grid-template-rows: minmax(5.8rem, auto) 3.6rem 40rem 5.5rem auto;
  grid-template-areas: "title . ." ". . ." "picture picture picture" ". . ." ". . arrow";
}
@media (max-width: 1024px) {
  .service-item {
    row-gap: var(--gap);
    grid-template-rows: minmax(5.8rem, auto) 25rem auto;
    grid-template-columns: 1fr 6rem;
    grid-template-areas: "title title" "picture picture" ". arrow";
  }
}
@media (max-width: 767px) {
  .service-item {
    grid-template-rows: auto 25rem auto;
  }
}
@media (min-width: 1025px) {
  .service-item--style_2 {
    grid-template-columns: 1.5rem 1fr 4.5rem 1.5rem;
    grid-template-areas: "title title . ." ". . . ." ". picture picture ." ". . . ." ". . arrow arrow";
  }
}
.service-item__title {
  max-width: 38.9rem;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--light-gray);
  grid-area: title;
}
@media (max-width: 767px) {
  .service-item__title {
    font-size: 2rem;
  }
}
.service-item__picture {
  grid-area: picture;
}
.service-item__arrow {
  grid-area: arrow;
  width: 6.1rem;
  height: 4.2rem;
  stroke: var(--gray-2);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) stroke;
}

.services-block {
  border-top: 0.1rem solid var(--line-color-dark);
  border-bottom: 0.1rem solid var(--line-color-dark);
}
@media (min-width: 768px) {
  .services-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .services-block > * {
    border-bottom: 0.1rem solid var(--line-color-dark);
    border-right: 0.1rem solid var(--line-color-dark);
  }
  .services-block > *:nth-child(even) {
    border-right: none;
  }
  .services-block > *:nth-last-child(-n+2):nth-child(2), .services-block > *:nth-last-child(-n+3):first-child {
    border-bottom: none;
  }
}
.services-block > *:last-child {
  border-bottom: none;
}
@media (min-width: 1025px) {
  .services-block {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-block > * {
    border-right: none;
    border-left: 0.1rem solid var(--line-color-dark);
  }
  .services-block > *:nth-child(1), .services-block > *:nth-child(4) {
    border-left: none;
  }
  .services-block > *:nth-child(7) {
    grid-column: 2/3;
    border-right: 0.1rem solid var(--line-color-dark);
  }
}
@media (min-width: 1025px) {
  .services-block--items_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.services-block > * {
  position: relative;
  overflow: hidden;
}
.services-block > *::before {
  color: var(--line-color-dark);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: var(--line-color-dark);
  bottom: -4.4rem;
  left: -2.5rem;
  font-size: 17.8rem;
  line-height: 90%;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) all;
}
@media (max-width: 1024px) {
  .services-block > *::before {
    font-size: 15rem;
  }
}
.services-block > *:nth-child(4)::before {
  font-size: 0;
}
.services-block > *:nth-child(4) .service-item__num {
  position: absolute;
  bottom: -3.5rem;
  left: -2.5rem;
  width: 23.1rem;
  height: 13.5rem;
  stroke: var(--line-color-dark);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) stroke;
}
@media (max-width: 1024px) {
  .services-block > *:nth-child(4) .service-item__num {
    width: 20rem;
  }
}
@media (any-hover: hover) {
  .services-block > *:hover::before {
    -webkit-text-stroke-color: var(--red);
  }
  .services-block > *:hover .service-item__num {
    stroke: var(--red);
  }
  .services-block > *:hover .service-item__arrow {
    stroke: var(--red);
  }
}
@media (max-width: 767px) {
  .services-block > * + * {
    border-top: 0.1rem solid var(--line-color-dark);
  }
}

.services__top {
  margin-bottom: var(--gap-xl);
}
.services__grid {
  display: grid;
}
@media (min-width: 768px) {
  .services__grid {
    grid-auto-rows: minmax(50rem, auto);
  }
}
@media (min-width: 1025px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1025px) {
  .services__grid > *:nth-child(7n+1), .services__grid > *:nth-child(7n+7) {
    grid-column: span 2;
  }
}

.service-card {
  background-color: var(--dark-gray);
  height: 100%;
  position: relative;
  border: 0.05rem solid var(--line-color-dark);
  overflow: hidden;
}
.service-card::after {
  content: "";
  position: absolute;
  bottom: var(--gap);
  right: var(--gap);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-image: url(../images/icons/round-arrow-btn.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) all;
}
.service-card__content {
  display: grid;
  row-gap: var(--gap-m);
  align-content: start;
  justify-items: start;
  height: 100%;
  position: relative;
  z-index: 10;
  padding: var(--gap);
  color: var(--light-gray);
}
.service-card__title {
  max-width: 32.3rem;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.service-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
   &.hover {
            opacity: 0;

            @media(max-width: $lg) {
                display: none;
            }
        } 
}
@media (min-width: 1025px) {
  .service-card__img {
    opacity: 0.7;
    transform: translateZ(0);
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1) transform, 1s cubic-bezier(0.4, 0, 0.2, 1) opacity;
  }
}
.service-card__img--position_top {
  -o-object-position: top right;
     object-position: top right;
}
.service-card__img--position_left {
  -o-object-position: bottom left;
     object-position: bottom left;
}
@media (any-hover: hover) {
  .service-card:hover::after {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .service-card:hover .service-card__img {
    transform: scale(1.1);
    opacity: 1;
  }
}

.solving-problems__aside {
  display: grid;
  row-gap: var(--gap-m);
  justify-items: start;
}
@media (max-width: 767px) {
  .solving-problems__aside {
    row-gap: var(--gap);
  }
  .modernization-section__heading-title {
    font-size: 1.6rem;
  }
}
.solving-problems__list > * {
  padding-bottom: var(--gap);
  border-bottom: 0.1rem solid var(--line-color-dark);
}
.solving-problems__list > *:not(:first-child) {
  padding-top: var(--gap);
}

.tags {
  display: grid;
  row-gap: 0.8rem;
  justify-items: start;
}

.tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border: 0.1rem solid var(--line-color-dark);
  border-radius: 0.8rem;
  background: #ffffff;
  color: #1b1b1b;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) border-color, 0.2s cubic-bezier(0.4, 0, 0.2, 1) color, 0.2s cubic-bezier(0.4, 0, 0.2, 1) background-color;
}
@media (any-hover: hover) {
  .tag:hover {
    background-color: var(--red);
    border-color: var(--red);
    color: #fff;
  }
}

.trolley-benefits {
  display: grid;
  grid-template-columns: var(--gap) 1fr var(--gap);
}
.trolley-benefits > * {
  grid-column: 1/-1;
}
.trolley-benefits__heading {
  margin-bottom: var(--gap-xl);
  grid-column: 2/-2;
}
.trolley-benefits__title {
  max-width: 78.5rem;
}
@media (min-width: 768px) {
  .trolley-benefits__card {
    min-height: 35rem;
  }
}

.values-health__content {
  display: grid;
  row-gap: var(--gap-xxl);
}
@media (min-width: 1025px) {
  .values-health__content {
    grid-template-columns: 58rem 16rem 1fr;
  }
}
@media (min-width: 1025px) {
  .values-health__text-1 {
    grid-column: 1/-2;
  }
}
@media (min-width: 1025px) {
  .values-health__list {
    grid-column: 1/-1;
  }
}
@media (min-width: 1025px) {
  .values-health__text-2 {
    grid-column: 1/2;
  }
}

.why-modernization__heading {
  padding: 0 var(--gap) var(--gap-m);
}
.why-modernization__picture {
  display: block;
  height: 40rem;
}
@media (max-width: 1024px) {
  .why-modernization__picture {
    height: 25rem;
  }
} 


 */



/* end */

 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  font-size: var(--text-20px);
  -webkit-box-shadow: 0 0 0px 945.054px rgba(0, 0, 0, 0) inset;
  -webkit-transition: background-color 3000s ease-in-out 0s;
  -webkit-transition: background-color 353000s ease-in-out 0s;
  transition: background-color 353000s ease-in-out 0s;
}

input, textarea , label span{
  border: 1px solid #E22C42;
  padding: var(--gap);
  font-weight: 400;
  margin-bottom: 1.042vw;
  font-size: var(--text-20px) !important;
  color: #808080;
  border-radius: 3.125vw;
  background: none;
}

textarea {
  min-height: 5.208vw;
  border-radius: 1.563vw;
}

html {
  padding: 0;
  margin: 0;
}

html.hold {
  overflow: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.appearance {
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

.desk {
  display: block;
}

ul[class],
ol[class], ul {
  margin: 0;
  padding: 0;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
span,
a,
dd {
  padding: 0;
  font-weight: inherit;
  line-height: 120%;
  color: #182233;
  letter-spacing: -0.02em;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

button {
  cursor: pointer;
  background: unset;
  border: none;
}

body {
  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-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  margin: 0 auto;
  font-weight: 400;
}

ul[class],
ol[class] {
  list-style: none;
}

section {
  margin-top: 5.208vw;
  position: relative;
}

.intro {
  overflow: hidden;
  margin-top: 0;
}
    .news-detail__info p ,     .news-detail__info strong ,     .news-detail__info li {
      font-size: 2rem!important;
    }

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.mob {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a,
li {
  text-decoration: none;
  list-style: none;
}

:root {
  --text-55px: 2.865vw;
  --text-40px: 2.083vw;
  --text-25px: 1.302vw;
  --text-23px: 1.198vw;
  --text-20px: 1.042vw;
  --border: 0.052vw solid #e6e6e6;
  --red:#E22C42;
  --black:#000;
  --grey:#CCCCCC;
  --tooGrey:#f0f0f0;
  --gap:1.042vw;
}

h1 {
  font-size: var(--text-55px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.042vw;
  text-transform: uppercase;
}

h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--text-40px);
  color: #1b1b1b;
  margin-bottom: 0.781vw;
}

h2 strong {
  font-weight: 600;
}

h3 {
  color: #5C5C5C;
  font-size: var(--text-20px);
  margin-bottom: 2.344vw;
}

.container {
  padding: 0 6.813vw;
  margin: 0 auto;
  width: 100%!important;
}

header {
  z-index: 9;
  width: 100%;
  /* overflow: hidden; */
  position: fixed;
  top: 0;
  width: 100%;
}
header.scrolled {
  background: #000;
}


@media (min-width: 767px) {
  header.dark:not(.scrolled) .header_inner * {
    color: #1B1B1B !important;
  }
  header.dark:not(.scrolled) .header_inner .dropdown-title{
    color: #fff!important;
  }

  header.dark:not(.scrolled) .header_inner .num div span {
    color: #787878 !important;
  }

  header.dark:not(.scrolled) .logo svg path {
    fill: #1b1b1b;
  }

  header.dark:not(.scrolled) .logo svg path.noLogo {
    fill: var(--red);
  }
}


header .btn {
  margin-left: 0.781vw;
  min-width: 13.021vw;
  background: var(--red);
}

header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.563vw 0;
  border-bottom: 0.052vw solid #474747;
}

header .header_inner nav {
  margin: 0 3.646vw;
}

.dropdown-inner{
  padding: 0 20px;
}
header .header_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.823vw;
}
header .header_inner *{
  color: #fff!important;
}
header .header_inner ul a * {
  color: #fff;
  font-size: var(--text-20px);
}
.dropdown-list{
  flex-direction: column;
}
header .header_inner .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.26vw;
  font-size: var(--text-23px);
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.02em;
}

header .header_inner .num div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.26vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header_inner .num div span {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #ccc;
  font-size: 0.781vw;
}

.btn {
  display: inline-block;
  font-size: var(--text-20px);
  padding: 1.042vw;
  text-align: center;
  border-radius: var(--border);
  color: #fff;
  border-radius: 3.125vw;
  font-weight: 500;
  min-width: 19.531vw;
  width: auto;
  background: #000;
}

.btn.red {
  background: var(--red);
}

.btn:hover {
  background: var(--red);
}

.intro {
  width: 100%;
  padding-top: 11.458vw;
}

.intro .blockBG {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%!important;
  height: 100%!important;
  z-index: -1;
}

.intro h3 {
  color: #fff;
  font-size: var(--text-23px);
  margin-bottom: 2.083vw;
  font-weight: 400;
}

.intro .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.781vw;
  padding-bottom: 17.271vw;
}

.intro .btns .btn {
  background: var(--red);
}

.intro .btns .btn:nth-child(2) {
  background: rgba(24, 24, 24, 0.85);
  border: 1px solid var(--red);
}

.intro .intro_bottom {
  border-top: 1px solid #474747;
  padding: 2.083vw 0 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro .intro_bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.521vw;
}

.intro .intro_bottom .item * {
  color: #fff;
}

.intro .intro_bottom .item h5 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--text-25px);
}

.intro .intro_bottom .item h6 {
  font-size: var(--text-20px);
  color: #EFEFEF;
}

.intro.uslugiPage {
  text-align: center;
}

.intro.productPage {
  padding: 12.583vw 0;
}
.intro_breadcrumbs .breadcrump{
  display: none;
}
.documents__wrap *{
  color: #1b1b1b!important;
  
}
.intro.productPage .container {
  display: -webkit-box;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro.productPage h1 {
  font-size: 5.208vw;
}

.intro.uslugiPage h1 {
  font-size: 5.208vw;
  margin-bottom: 9.375vw;
}

.intro.uslugiPage h3 {
  padding-bottom: 5.208vw;
}

strong {
  color: var(--red);
  font-weight: 500;
}

.uslugi_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uslugi_inner .item {
  width: 41.667vw;
  min-height: 18.229vw;
  position: relative;
  padding: 1.042vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.uslugi_inner .item:nth-child(1), .uslugi_inner .item:nth-child(2), .uslugi_inner .item:nth-child(3) {
  width: 27.344vw;
}

.uslugi_inner .item:hover img {
  scale: 1.2;
}

.uslugi_inner .item:hover svg {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.uslugi_inner .item:hover p {
  opacity: 1;
}

.uslugi_inner .item img {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.uslugi_inner .item svg {
  margin-top: auto;
}

.uslugi_inner .item h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  font-size: var(--text-25px);
}

.uslugi_inner .item p {
  font-size: 0.885vw;
  margin-top: 1.042vw;
  opacity: 0;
  color: #fff;
}

.uslugi_inner .item:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(139deg, rgba(24, 24, 24, 0.9) 0%, rgba(24, 24, 24, 0.3) 100%);
}

.products .products_inner {
  gap: var(--gap);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productsHead h1 {
  text-align: center;
  font-weight: 600;
  font-size: 3.125vw;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #1b1b1b;
  margin-bottom: 1.302vw;
}

.productsHead h3 {
  font-weight: 400;
  font-size: var(--text-20px);
  line-height: 120%;
  text-align: center;
}

.productsHead .btn {
  text-align: center;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}

.products .products_inner .item {
  padding: 1.042vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--tooGrey);
  width: 41.667vw;
}

.products .products_inner .item img {
  width: 100%;
  margin-bottom: 0.781vw;
  height: 16.146vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.products .products_inner .item h4 {
  font-size: var(--text-25px);
  padding-bottom: 0.521vw;
  border-bottom: 0.052vw solid #d2d2d2;
  font-weight: 500;
  text-transform: uppercase;
}

.products .products_inner .item p {
  margin-top: 0.521vw;
  font-size: var(--text-20px);
  color: #1b1b1b;
  margin-bottom: 1.042vw;
}

.products .products_inner .item .btn {
  width: 100%;
  margin-top: auto;
  background: #000;
}

.products .products_inner .item .btn:hover {
  background: var(--red);
}

.products .products_inner .item:nth-child(1), .products .products_inner .item:nth-child(2), .products .products_inner .item:nth-child(3) {
  width: 27.344vw;
}

.products.productPage .item, .products.producCat .item {
  width: 27.344vw;
}

.usWork_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrump {
  margin-bottom: 1.042vw;
  margin-top: 2.375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.521vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrump a, .breadcrump {
  line-height: 1.8;
  font-weight: 400;
  font-size: var(--text-20px);
  color: #5c5c5c;
}

.breadcrump a:last-child {
  color: var(--red);
}

.products.productMoreProduct .container {
  position: relative;
}

.products.productMoreProduct .products_inner {
  margin-top: 2.083vw;
  display: block;
}

.products.productMoreProduct .products_inner .item {
  margin: 0 10px;
  width: 100%;
}

.products.producCat h1 {
  text-align: center;
  font-weight: 600;
  font-size: 4.167vw;
  margin-bottom: 3.906vw;
  text-transform: uppercase;
  text-align: center;
  color: #1b1b1b;
}

.usWork_inner .item {
  width: 27.344vw;
  min-height: 18.229vw;
  position: relative;
  padding: 1.042vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.usWork_inner .item:hover svg {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.usWork_inner .item:hover img {
  scale: 1.2;
}

.usWork_inner .item svg {
  margin-left: auto;
}

.usWork_inner .item img {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.usWork_inner .item p {
  font-size: var(--text-23px);
  margin-top: auto;
  color: #fff;
}

.usWork_inner .item:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(139deg, rgba(24, 24, 24, 0.9) 0%, rgba(24, 24, 24, 0.3) 100%);
}

.usWork .btn, .newsLine .btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2.083vw auto;
}

.aboutUs_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--gap);
  counter-reset: item;
}

.aboutUs_inner .item {
  width: 27.396vw;
  counter-increment: item;
  padding: 1.042vw;
}

.aboutUs_inner .item:nth-child(1) {
  border: 0.052vw solid #e6e6e6;
  width: 55.99vw;
}

.aboutUs_inner .item:nth-child(2), .aboutUs_inner .item:nth-child(3) {
  background: #f0f0f0;
}

.aboutUs_inner .item:nth-child(4) {
  border: 0.052vw solid #e6e6e6;
}

.aboutUs_inner .item img {
  width: 3.385vw;
  height: 3.385vw;
  margin-bottom: 0.781vw;
}

.aboutUs_inner .item h4 {
  color: var(--red);
  font-weight: 500;
  text-transform: uppercase;
  font-size: var(--text-25px);
  margin-bottom: 1.146vw;
  border-bottom: 0.052vw solid #e6e6e6;
  padding-bottom: 1.146vw;
  line-height: 1;
  position: relative;
}

.aboutUs_inner .item h4::before {
  content: "[" counter(item, decimal-leading-zero) "]";
  font-weight: 400;
  font-size: var(--text-25px);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #1b1b1b;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.aboutUs_inner .item ul li {
  margin-bottom: 1vw;
  position: relative;
  padding-left: 1.302vw;
  font-size: var(--text-20px);
  color: #5c5c5c;
}

.aboutUs_inner .item ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Ccircle cx='7.5' cy='7.5' r='4.5' fill='%23E22C42' fill-opacity='0.85'/%3E%3Ccircle cx='7.5' cy='7.5' r='7.25' stroke='%23E64B5D' stroke-width='0.5'/%3E%3C/svg%3E");
  width: 0.781vw;
  height: 0.781vw;
}

.aboutUs_inner .item:last-child {
  padding: 0;
}

.aboutUs_inner .item:last-child span {
  font-weight: 500;
  font-size: 3.125vw;
  color: var(--red);
  margin-bottom: 1.042vw;
}

.aboutUs_inner .item:last-child p {
  font-size: var(--text-20px);
  color: #5c5c5c;
}

.form_inner label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.521vw;
  font-size: var(--text-20px);
  gap: var(--gap);
}

.form {
  background: #181818;
  padding: 3.646vw 0;
}

.form .form_head {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.604vw;
  height: auto;
  margin-left: -7vw;
}

.form .form_head img {
  width: 52.083vw;
  height: 28.125vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.form .form_head h2 {
  color: #fff;
}

.form .form_head h3 {
  color: #ccc;
}

.form .form_inner {
  width: 36.458vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #CFCFCF;
}

.form .form_bottom {
  padding-top: 2.604vw;
  border-top: 0.052vw solid #474747;
}

.form .form_bottom .flex {
  gap: var(--gap);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form .form_bottom .item {
  width: 100%;
  padding: 1.042vw 1.042vw 1.563vw;
  border: 1px solid #474747;
}

.form .form_bottom .item img {
  margin-bottom: 0.781vw;
  width: 3.385vw;
  height: auto;
}

.form .form_bottom .item h4 {
  margin-bottom: 1.042vw;
  padding-bottom: 1.042vw;
  border-bottom: 0.052vw solid #474747;
  font-size: var(--text-25px);
  color: #fff;
}

.form .form_bottom .item p {
  font-size: var(--text-20px);
  color: #ccc;
}

.card {
  width: 100%;
  padding: 1.042vw 1.042vw 1.563vw;
}

.card img {
  margin-bottom: 0.781vw;
  width: 3.385vw;
  height: auto;
}

.card h4 {
  margin-bottom: 1.042vw;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 1.042vw;
  border-bottom: 0.052vw solid #D4D4D4;
  font-size: var(--text-25px);
  color: #1b1b1b;
}

.card p {
  font-size: var(--text-20px);
  color: #ccc;
}

.map .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.563vw;
}

.map .title h3 {
  margin-bottom: 0;
}

.map svg {
  margin-top: -6.25vw;
}

.map svg path {
  cursor: pointer;
}

.map svg path.none {
  fill: #D2D2D2 !important;
}

.map svg path:hover {
  fill: red;
}

.map .regions {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: var(--gap);
  color: #5C5C5C;
  border: var(--border);
}

.map .regions span {
  font-size: 3.125vw;
  color: var(--red);
  font-weight: 500;
  margin-bottom: 0.521vw;
}

.map .regions p {
  font-size: var(--text-20px);
}

.map .map_slider {
  border-top: 0.052vw solid #E6E6E6;
  border-bottom: 0.052vw solid #E6E6E6;
  margin-top: 2.604vw;
  padding: 1.042vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.167vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.map .map_slider img {
  width: 6.771vw;
  margin-right: 5vw;
  height: 3.125vw;
}

.newsLine .next-arr, .products .next-arr , .uslugi .next-arr {
  position: absolute;
  top: 50%;
  right: 1.906vw;
}

.newsLine .prev-arr, .products .prev-arr {
  display: none;
  position: absolute;
  top: 50%;
  left: 1.906vw;
}

.newsLine .next-arr:hover circle {
  fill: red;
}

.newsLine .newsLine_slider {
  gap: var(--gap);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsLine .newsLine_slider .slide {
  margin-right: var(--gap);
  width: 100%;
  padding: var(--gap);
  background: var(--tooGrey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.uslugiSlider .item{
  margin-right: var(--gap);
}
.newsLine .newsLine_slider .slide img {
  margin-bottom: 1.302vw;
  width: 25.26vw;
  height: 21.615vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.newsLine .newsLine_slider .slide h4 {
  min-height: 4.3vw;
  color: #1B1B1B;
  font-weight: 500;
  font-size: var(--text-23px);
}

.newsLine .newsLine_slider .slide .date {
  border-top: var(--border);
  padding-top: 1.042vw;
  margin-top: 1.042vw;
  font-size: var(--text-20px);
  color: #969696;
  margin-top: auto;
}

.moreQuestion {
  padding: 4.167vw 0;
  background: #1B1B1B;
}
.moreQuestion input, .moreQuestion button, .moreQuestion textarea,.moreQuestion select , .form input, .form button, .form textarea, .form select{
  width: 100%;
}
.moreQuestion.nonBG {
  background: none;
}

.moreQuestion .moreQuestion_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
}

.moreQuestion .moreQuestion_inner img {
  width: 41.667vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.moreQuestion .moreQuestion_form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.moreQuestion h4 {
  margin-bottom: 3.646vw;
  color: #fff;
  font-size: 1.406vw;
  font-weight: normal;
}

.moreQuestion h2 {
  margin-top: auto;
  color: #fff;
}

.moreQuestion h3 {
  color: #CCCCCC;
  margin-bottom: 1.042vw;
}

.moreQuestion.nonBG h4 {
  color: #1B1B1B;
}

.moreQuestion.nonBG h2 {
  color: #1B1B1B;
}

.moreQuestion.nonBG h3 {
  color: #1B1B1B;
}

.moreQuestion .form_inner {
  width: 36.458vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #CFCFCF;
}

.moreQuestion .form_inner label {
  margin-bottom: 0.521vw;
}

footer {
  -webkit-transform: translateY(-0.104vw);
  transform: translateY(-0.104vw);
  background: #1B1B1B;
}

footer .footer_top {
  padding: 2.604vw 0;
  border-top: var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_top h5 {
  display: none;
}

footer .footer_top .item:first-child {
  margin-right: 9vw;
}

footer .footer_top .item:nth-child(2) {
  margin-right: 3.083vw;
}

footer .footer_top .mails div {
  margin-bottom: 1.042vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.26vw;
}

footer .footer_top .mails div a {
  margin: 0;
}

footer .footer_top .mails span {
  font-weight: 400;
  white-space: nowrap;
  font-size: var(--text-20px);
  line-height: 120%;
  color: #ccc;
}

footer .footer_top a, footer .footer_top h6 {
  color: #fff;
  white-space: nowrap;
  font-size: var(--text-25px);
  font-weight: 400;
}

footer .footer_top p {
  color: #fff;
  font-size: var(--text-23px);
}

footer .footer_top .item:last-child {
  margin-left: 10vw;
}

footer .footer_body {
  padding: 2.604vw 0;
  border-top: var(--border);
  border-bottom: var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.604vw;
}

footer .footer_body .logo {
  margin-right: 3.125vw;
}

footer .footer_body ul:nth-child(2) {
  margin-right: 3vw !important;
}
/* Кастомный чекбокс */
.custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 15px 0;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
  display: none; /* Скрываем стандартный */
}

.custom-checkbox span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: none; /* красный квадрат */
  margin-right: 8px;
  border: 1px solid #E22C42;
  vertical-align: middle;
  transition: all 0.2s;
margin: 0!important;
  border-radius: 0;
}


/* Когда отмечено, немного затемняем квадрат */
.custom-checkbox input[type="checkbox"]:checked + span {
  background: #B71C2C;
}


footer .footer_body ul:last-child {
  margin-left: 7.2vw;
}

footer .footer_body ul h6 {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0.781vw;
  font-size: var(--text-25px);
  font-weight: 500;
  text-transform: uppercase;
}

footer .footer_body ul li {
  margin-bottom: 1.042vw;
}

footer .footer_body ul a {
  font-size: var(--text-20px);
  color: #ccc;
}

footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.083vw 0;
}

footer .footer_bottom p, footer .footer_bottom a {
  font-size: var(--text-20px);
  color: #ccc;
}

.advantages .advantages_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.604vw;
  gap: var(--gap);
}

.advantages .advantages_inner .item {
  width: 100%;
}

.advantages .advantages_inner .item span {
  font-weight: 500;
  display: block;
  font-size: 4.167vw;
  text-transform: uppercase;
  color: #e22c42;
  padding-bottom: 1.042vw;
  margin-bottom: 1.042vw;
  border-bottom: var(--border);
}

.advantages .advantages_inner .item p {
  font-size: var(--text-20px);
  color: #5c5c5c;
}

.advantages .advantages_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
}

.advantages .advantages_bottom .item {
  border: var(--border);
  padding: var(--gap);
  width: 100%;
  border-radius: var(--border);
  background: none;
}

.advantages .advantages_bottom .item img {
  margin-bottom: 0.781vw;
}

.advantages .advantages_bottom .item h4 {
  padding-bottom: 1.042vw;
  margin-bottom: 1.042vw;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: var(--border);
  border-color: #d4d4d4;
  font-size: var(--text-25px);
}

.advantages .advantages_bottom .item p {
  color: #5c5c5c;
  font-size: var(--text-20px);
}

.advantages .advantages_bottom .item:nth-child(2) {
  background: var(--tooGrey);
}

.weRule_inner .item {
  min-height: 18.229vw;
  margin-bottom: var(--gap);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--gap);
}

.weRule_inner .item img {
  width: 42.667vw;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.weRule_inner .item .info {
  width: 42.667vw;
  border: var(--border);
  padding: var(--gap);
}

.weRule_inner .item span {
  display: block;
  font-size: var(--text-25px);
  margin-bottom: 0.781vw;
  text-transform: uppercase;
}

.weRule_inner .item p {
  font-size: var(--text-20px);
  margin-bottom: 0.781vw;
}

.weRule_inner .item ul {
  margin-bottom: 0.781vw;
}

.weRule_inner .item li {
  margin-bottom: 0.521vw;
  position: relative;
  padding: 0;
  padding-left: 1.5vw;
  font-size: var(--text-20px);
  color: #5c5c5c;
}

.info h3{
  margin-bottom: 0;
}
.weRule_inner .item li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Ccircle cx='7.5' cy='7.5' r='4.5' fill='%23E22C42' fill-opacity='0.85'/%3E%3Ccircle cx='7.5' cy='7.5' r='7.25' stroke='%23E64B5D' stroke-width='0.5'/%3E%3C/svg%3E");
  width: 0.781vw;
  height: 0.781vw;
}

.weRule_inner .item h5 {
  font-weight: 500;
  margin-bottom: 0.781vw;
  font-size: var(--text-23px);
}

.weRule_inner .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.form_inner .btn {
  background: var(--red);
}

.oneMoreForm .oneMoreForm_inner {
  padding: 1.823vw 2.083vw;
  background: var(--tooGrey);
}

.oneMoreForm .form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--gap);
}

.oneMoreForm .form_inner input, .oneMoreForm .form_inner .btn {
  width: 26.042vw;
  margin-bottom: 0;
}

.oneMoreForm .form_inner label {
  width: 100%;
}

.oneMoreForm .form_inner label input {
  width: auto;
}

.usWork_inner, .usWork_inner, .newsLine_slider {
  margin-top: 2.344vw;
}

.uslugiInfo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.uslugiInfo_inner .flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--gap) 1fr;
  grid-template-columns: 1fr 1fr;
  width: 41.667vw;
  gap: var(--gap);
}

.uslugiInfo_inner .imgMain {
  -o-object-fit: cover;
  object-fit: cover;
  width: 42.667vw;
}

.uslugiInfo_inner .item {
  width: 20.313vw;
  border: var(--border);
  padding: var(--gap);
  width: 100%;
  border-radius: var(--border);
  background: none;
}

.uslugiInfo_inner .item img {
  margin-bottom: 0.781vw;
}

.uslugiInfo_inner .item h4 {
  font-weight: 500;
  padding-bottom: 1.042vw;
  margin-bottom: 1.042vw;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: var(--border);
  border-color: #d4d4d4;
  font-size: var(--text-25px);
}

.uslugiInfo_inner .item p {
  color: #5c5c5c;
}

.uslugiInfo_inner .item:nth-child(2), .uslugiInfo_inner .item:nth-child(3) {
  background: var(--tooGrey);
}

.moreQuestion.page {
  background: none;
}

.moreQuestion.page h4, .moreQuestion.page h2 {
  color: #1B1B1B;
}

.moreQuestion.page h3 {
  color: #5c5c5c;
}

.cardIntro .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--tooGrey);
}

.cardIntro .card {
  width: 100%;
  margin: 1.042vw 0;
}

.cardIntro .card:nth-child(1) {
  border-right: var(--border);
}

.cardIntro .card h4 {
  color: var(--red);
}

.cardIntro .card p {
  color: #5C5C5C;
}

.contact_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
}

.contact_inner .item {
  border: var(--border);
  width: 100%;
  padding: 1.042vw;
}

.contact_inner .item img {
  margin-bottom: 0.781vw;
  width: 3.385vw;
  height: auto;
}

.contact_inner .item span {
  display: block;
  margin-bottom: 0.521vw;
  font-size: 0.885vw;
}

.contact_inner .item .mails span {
  display: inline-block;
}

.contact_inner .item a {
  font-size: var(--text-25px);
  font-weight: 500;
  margin-bottom: 0.521vw;
}

.contact_inner .item h4 {
  font-size: var(--text-25px);
}

.contact_inner .item:nth-child(1) a {
  margin-bottom: 0.782vw;
  border-bottom: var(--border);
  display: block;
  padding-bottom: 0.781vw;
}

.contact_map iframe {
  width: 100%;
  height: 30.729vw;
  border: none;
}

.burger_inner {
  position: fixed;
  background: #181818;
  z-index: 10;
  right: -400vw;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 13.333vw 0;
}

.burger_inner .logo {
  display: block;
  margin-bottom: 10.667vw;
}

.burger_inner .close {
  position: fixed;
  top: 5.333vw;
  right: 5.333vw;
  right: -400vw;
  z-index: 11;
}

.burger_inner.open {
  right: 0;
}

.burger_inner.open .close {
  right: 5.333vw;
}

.burger_inner .nav-menu__item.has-dropdown .menu-link__text {
  position: relative;
}

.burger_inner .nav-menu__item.has-dropdown .menu-link__text:after {
  height: auto;
  margin-left: 1.333vw;
  margin-top: -1.333vw;
  width: auto;
  content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.962' fill-rule='evenodd' clip-rule='evenodd' d='M0.290064 0.00523686C0.449209 -0.0115714 0.600648 0.0120794 0.744342 0.0762178C2.15962 1.49623 3.57924 2.91111 5.0032 4.32088C6.42716 2.91111 7.84678 1.49623 9.26206 0.0762178C9.45135 -0.018414 9.64061 -0.018414 9.82991 0.0762178C10.0164 0.273403 10.0495 0.4958 9.92928 0.743439C8.38189 2.29082 6.83451 3.83821 5.28712 5.38559C5.09783 5.48023 4.90857 5.48023 4.71928 5.38559C3.17189 3.83821 1.62451 2.29082 0.0771206 0.743439C-0.0740035 0.427545 -0.00302256 0.181468 0.290064 0.00523686Z' fill='%23E22C42'/%3E%3C/svg%3E");
}

.burger_inner .nav-menu__item {
  margin-bottom: 2.667vw;
}

.burger_inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.burger_inner .nav-menu__list {
  margin-bottom: auto;
}

.burger_inner .num {
  margin-top: auto;
  padding-top: 2.133vw;
}

.burger_inner .num div {
  margin-top: 2.667vw;
}

.burger_inner .btn {
  margin-top: 5.333vw;
  background: #E22C42;
  width: 57.333vw;
}

.burger_inner .nav-menu__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 382px;
  background: #000;
  z-index: 100;
  padding: 2rem 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.burger_inner .nav-menu__item.has-dropdown:hover > .nav-menu__dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

.burger_inner * {
  color: #EFEFEF;
}

.burger_inner .dropdown-inner {
  padding-left: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.867vw;
  margin: 0 auto;
  margin-top: 2.133vw;
}

.burger_inner .dropdown-column {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.burger_inner .dropdown-title {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.burger_inner .dropdown-list {
  position: absolute;
  top: -20px;
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 300px;
  background: #000;
  padding: 1rem;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.9s ease, visibility 0.9s ease;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}

.burger_inner .dropdown-column:hover > .dropdown-list {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.burger_inner .dropdown-column:hover .dropdown-title {
  color: #E30000;
}

.burger_inner .dropdown-link:hover {
  color: #E30000;
}

.burger_inner .dropdown-title a {
  color: #ccc;
}

.burger_inner .dropdown-item {
  padding: 20px;
  height: 43px;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger_inner .dropdown-link {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.sliders {
  width: 50%;
}

.sliderFor img,
.sliderNav img {
  width: 100%;
  display: block;
}

.sliderFor {
  margin-bottom: 0.521vw;
}

.sliderFor img {
  height: 20.833vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.sliderNav .slick-slide {
  margin: 0 8px;
}

.sliderNav .slick-list {
  margin: 0 -8px;
}

.sliderNav {
  position: relative;
  margin: 0 3.604vw;
}

.sliderNav .slick-slide img {
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
}

.sliderNav .slick-slide.slick-current img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.prev-arr,
.next-arr {
  cursor: pointer;
  background: none;
  position: absolute;
  top: 40%;
  z-index: 5;
}

.prev-arr {
  left: -3.604vw;
}

.next-arr {
  right: -3.604vw;
}

.productMoreSingle .sliderFor img {
  min-height: 28.646vw;
}

.productMoreSingle .sliderNav img {
  height: 9.219vw;
}

.productMoreSingle .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1.146vw;
}

.productInfo_inner {
  margin-bottom: 2.604vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.042vw;
}

.productInfo_inner h4 {
  font-size: var(--text-25px);
  font-weight: 600;
  margin-bottom: 0.781vw;
  margin-top: auto;
  line-height: 120%;
  text-transform: uppercase;
  color: #1b1b1b;
}

.productInfo_inner p {
  font-size: var(--text-25px);
}

.productInfo_inner .info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.productInfo_inner .info .info_bottom {
  margin-top: auto;
  background: var(--tooGrey);
  padding: var(--gap);
}

.productInfo_inner .info .info_bottom p {
  font-size: var(--text-20px);
  color: #5c5c5c;
}

.productInfo_inner .info .info_bottom .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.042vw;
  margin-top: 1.302vw;
}

.productInfo_inner .info .info_bottom .btns .btn:first-child {
  background: none;
  border: 0.052vw solid var(--red);
  color: var(--red);
}

.att_item {
  padding: 0.781vw 0;
  border-bottom: 0.052vw solid #e6e6e6;
}

.att_item:first-child {
  padding-top: 0;
}

.att_item span {
  color: #5c5c5c;
  font-weight: 400;
  font-size: var(--text-20px);
  line-height: 120%;
}

.att_item .att_name , .att_prop b {
  font-weight: 500;
  color: #e22c42;
}
.att_item{
  margin-top: var(--gap);
}

.btn.white {
  background: none;
  color: #000;
  border: 0.052vw solid #000;
}

.productCatalog .productCatalog_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--gap) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}

.productCatalog .product {
  padding: var(--gap);
  background: #f0f0f0;
}

.productCatalog .product .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  margin-top: 1.563vw;
}

.productCatalog .product img {
  margin-bottom: 0.781vw;
  height: 16.146vw;
  width: 100%;
}

.productCatalog .product h3 {
  border-bottom: 0.052vw solid #d2d2d2;
  font-weight: 500;
  font-size: var(--text-25px);
  padding-bottom: 0.521vw;
  margin-bottom: 0.521vw;
}

.productCatalog .att_item {
  padding: 0;
  border: none;
  margin-bottom: 0.365vw;
}

.prodctDesk_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.prodctDesk_inner .card {
  width: 100%;
}

.prodctDesk_inner .card p {
  color: #5c5c5c;
}

.prodctDesk_inner .card span {
  font-weight: 500;
  font-size: var(--text-25px);
  margin-bottom: 1.302vw;
  display: block;
}

.prodctDesk_inner .card:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.prodctDesk_inner .card:first-child img {
  height: 36.458vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prodctDesk_inner .card:nth-child(3), .prodctDesk_inner .card:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  gap: var(--gap);
}

.prodctDesk_inner .card:nth-child(3) img, .prodctDesk_inner .card:nth-child(4) img {
  width: 20vw;
}

.productTehn_inner {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--gap) 1fr var(--gap) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}

.productTehn_inner .card:nth-child(2n) {
  background: #f0f0f0;
}

.productTehn_inner .card {
  border: 0.052vw solid #e6e6e6;
}

.productTehn_inner .card p {
  color: #1b1b1b;
}

.productOborud h2 {
  margin-bottom: 50px;
}

.productOborud .productOborud_inner {
  gap: var(--gap);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--gap) 1fr;
  grid-template-columns: 1fr 1fr;
}

.productOborud .productOborud_inner .item {
  padding: var(--gap);
  border: 0.052vw solid #e6e6e6;
}

.productOborud .productOborud_inner .item:last-child {
  padding: 0;
}

.productOborud .productOborud_inner .item:last-child img {
  height: 12.5vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.productOborud .productOborud_inner .item p {
  font-weight: 400;
  font-size: var(--text-20px);
  color: #5c5c5c;
}

.productOborud .productOborud_inner .item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.productOborud .productOborud_inner .item ul li {
  margin-bottom: 1vw;
  position: relative;
  padding-left: 2.302vw;
  font-size: var(--text-20px);
  color: #5c5c5c;
}

.productOborud .productOborud_inner .item ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Ccircle cx='7.5' cy='7.5' r='4.5' fill='%23E22C42' fill-opacity='0.85'/%3E%3Ccircle cx='7.5' cy='7.5' r='7.25' stroke='%23E64B5D' stroke-width='0.5'/%3E%3C/svg%3E");
  width: 0.781vw;
  height: 0.781vw;
}

.productOborud .productOborud_inner .item h4 {
  font-weight: 500;
  font-size: var(--text-23px);
  margin-bottom: 0.781vw;
  color: #e22c42;
}

@media (max-width: 767px) {
  .burger_inner .nav-menu__item.has-dropdown:hover > .nav-menu__dropdown {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .burger_inner .nav-menu__item.has-dropdown.active > .nav-menu__dropdown {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .burger_inner .nav-menu__dropdown {
    position: static !important;
    width: auto !important;
    background: transparent !important;
    padding: 0 !important;
  }
  .burger_inner .dropdown-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .burger_inner .dropdown-list {
    width: auto;
    max-width: 341px;
    border-top: 1px solid #e22c42;
    border-bottom: 1px solid #e22c42;
    background: #1b1b1b;
    position: static !important;
    display: none;
    opacity: 1 !important;
    visibility: visible !important;
    padding-left: 1rem;
  }
  .burger_inner .dropdown-column.active > .dropdown-list {
    display: block;
  }
  .burger_inner .dropdown-item {
    height: auto;
    padding: 7px 0;
  }
}
.burger {
  display: none !important;
}

.faq h2 {
  margin-bottom: 2.344vw;
}

.acordion-content {
  -webkit-transition: unset;
  transition: unset;
  -webkit-transition: none;
  transition: none;
  display: none;
  padding: 0 0.694vw 0 0;
  margin: 0 0 0;
}

.acordion-button {
  padding: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  position: absolute;
  right: 0.729vw;
  top: 0.729vw;
}

.acordion-button.active svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion .acordion_inner {
  padding: 1.302vw 3.646vw 1.302vw 0;
  font-style: normal;
  font-size: var(--text-M);
  font-weight: 500;
  line-height: normal;
  border-bottom: 0.139vw solid #c4c4c4;
  position: relative;
  min-height: 3.646vw;
}

.accordion:nth-child(2) .acordion_inner {
  border-top: 0.139vw solid #c4c4c4;
}

.acordion_inner h3 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: var(--text-25px);
  line-height: 120%;
  text-transform: uppercase;
  color: #1b1b1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acordion_inner p {
  margin-top: 2.431vw;
  font-size: var(--text-20pxx);
}

.acordion_inner p strong {
  font-weight: 500;
}

@media (max-width: 770px) {
  .desk {
    display: none !important;
  }
  .mob, .burger {
    display: block !important;
  }
  :root {
    --text-55px: 5.333vw;
    --text-40px: 5.333vw;
    --text-25px: 4.267vw;
    --text-23px: 4.267vw;
    --text-20px: 3.2vw;
    --border: 0.267vw solid #e6e6e6;
    --gap:4vw;
  }
  h1 {
    font-weight: 500;
    margin-bottom: 2.667vw;
  }
  h2 {
    font-weight: 600;
    margin-bottom: 2.667vw;
  }
  h3 {
    font-size: var(--text-20px);
    margin-bottom: 8vw;
  }
  .btn {
    padding: 4vw;
    border-radius: 16vw;
    font-size: 4.267vw;
  }
  .container {
    padding: 0 5.333vw;
  }
  .intro {
    padding-top: 24vw;
  }
  .intro .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
  }
  .intro h3 {
    margin-bottom: 8vw;
    font-size: 3.733vw;
  }
  .intro h3 br {
    display: none;
  }
  .intro .intro_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
    padding: 4vw 0 8vw;
  }
  .intro .intro_bottom svg {
    width: 5.333vw;
    height: auto;
  }
  .intro .intro_bottom .item {
    gap: 1.333vw;
  }
  section {
    margin-top: 14.667vw;
  }
  .uslugi_inner .item {
    width: 100% !important;
    min-height: 53.333vw;
    padding: 2.667vw;
  }
  .uslugi_inner .item svg {
    width: 8vw;
    height: 8vw;
  }
  .products .products_inner .item {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.667vw;
  }
  .products .products_inner .item img {
    height: 42.667vw;
    margin-bottom: 2.933vw;
  }
  .products .products_inner .item h4 {
    padding-bottom: 1.867vw;
  }
  .products .products_inner .item p {
    margin-top: 1.333vw;
    margin-bottom: 3.2vw;
  }
  .aboutUs_inner .item {
    padding: 2.667vw;
    width: 100% !important;
  }
  .aboutUs_inner .item ul li {
    padding-left: 3.667vw;
  }
  .aboutUs_inner .item ul li:before {
    width: 2.667vw;
    height: 2.667vw;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 15 15' fill='none'%3E%3Ccircle cx='7.5' cy='7.5' r='4.5' fill='%23E22C42' fill-opacity='0.85'/%3E%3Ccircle cx='7.5' cy='7.5' r='7.25' stroke='%23E64B5D' stroke-width='0.5'/%3E%3C/svg%3E");
  }
  .aboutUs_inner .item img {
    margin-bottom: 2.667vw;
    width: 8vw;
    height: 8vw;
  }
  .aboutUs_inner .item h4 {
    margin-bottom: 1.667vw;
    padding-bottom: 1.667vw;
  }
  .aboutUs_inner .item h4:before {
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
  .aboutUs_inner .item:last-child span {
    font-size: 8vw;
    margin-bottom: 0.533vw;
  }
  .aboutUs_inner .item:last-child p {
    margin-bottom: 2.933vw;
  }
  .form .form_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .form .form_bottom .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form {
    padding: 6.667vw 0;
  }
  .form .form_head {
    padding: 0 4vw;
    margin-left: 0;
  }
  .form .form_head img {
    margin-left: -5%;
    width: 100%;
    height: 100%;
  }
  .form .form_inner {
    width: 100%;
  }
  .form .form_inner input {
    border-radius: 16vw;
    margin-bottom: 2.667vw;
  }
  .form .form_inner label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.667vw;
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .form .form_bottom {
    padding: 8vw 0;
  }
  .form .form_bottom .item {
    padding: 2.667vw;
  }
  .form .form_bottom .item img {
    width: 9.333vw;
    height: auto;
    margin-bottom: 2.667vw;
  }
  .form .form_bottom .item h4 {
    margin-bottom: 1.867vw;
    padding-bottom: 1.867vw;
  }
  .wrapper {
    overflow: hidden;
    margin-bottom: -19px;
  }
  .map {
    width: 100vw;
  }
  .map .title {
    margin-bottom: 8vw;
  }
  .map .title .btn {
    display: none;
  }
  .map svg {
    width: 300%;
    overflow-x: scroll;
    height: auto;
  }
  .map .regions span {
    font-size: 8vw;
  }
  .map .map_slider img {
    height: auto;
  }
  .usWork_inner .item {
    width: 100%;
    height: 53.333vw;
    padding: 2.667vw;
  }
  .usWork_inner .item svg {
    width: 8vw;
    height: 8vw;
  }
  .usWork .btn, .newsLine .btn {
    margin-top: 4vw;
  }
  .newsLine .newsLine_slider .slide img {
    width: 100%;
    height: 48vw;
    margin-bottom: 2.933vw;
  }
  .moreQuestion {
    padding: 8vw 0;
  }
  .moreQuestion h3 {
    margin-bottom: 5.333vw;
  }
  .moreQuestion h4 {
    font-size: 3.2vw;
  }
  .moreQuestion .moreQuestion_inner {
    gap: 9.333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .moreQuestion .moreQuestion_inner img {
    width: 100%;
  }
  .moreQuestion .form_inner {
    width: 100%;
  }
  .moreQuestion .form_inner label {
    font-size: 3.2vw;
  }
  .form_inner {
    width: 100%;
  }
  .form_inner .btn {
    margin-top: 4vw;
  }
  .next-arr, .prev-arr {
    width: 8vw;
    height: 8vw;
  }
  .newsLine .next-arr {
    display: none;
  }
  .newsLine .newsLine_slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsLine .newsLine_slider .slide {
    margin-right: 0;
  }
  .advantages .advantages_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advantages .advantages_inner .item span {
    font-size: 8vw;
    padding-bottom: 1.333vw;
    margin-bottom: 1.333vw;
  }
  .advantages .advantages_inner .item p {
    font-size: 3.2vw;
  }
  .advantages .advantages_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advantages .advantages_bottom .item img {
    width: 9.333vw;
    height: 9.333vw;
    margin-bottom: 2.667vw;
  }
  .advantages .advantages_bottom .item h4 {
    margin-bottom: 1.333vw;
    padding-bottom: 1.333vw;
  }
  .advantages .advantages_bottom .item p {
    font-size: 3.733vw;
  }
  .weRule_inner .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .weRule_inner .item * {
    width: 100% !important;
  }
  .weRule_inner .item img {
    height: 46.667vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .weRule_inner .item span {
    margin-bottom: 1.333vw;
  }
  .weRule_inner .item h5 {
    margin-bottom: 1.333vw;
  }
  .weRule_inner .item p {
    font-size: 3.2vw;
    margin-bottom: 1.333vw;
  }
  .weRule_inner .item ul {
    margin-bottom: 1.333vw;
  }
  .weRule_inner .item li {
    padding-left: 5.333vw;
    margin-bottom: 1.333vw;
  }
  .oneMoreForm .form_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5.333vw 2.667vw;
  }
  .oneMoreForm .form_inner * {
    width: 100%;
  }
  .oneMoreForm .form_inner input, .oneMoreForm .form_inner .btn {
    width: 100%;
  }
  input, textarea {
    margin-bottom: 2.667vw;
    border-radius: 16vw;
  }
  textarea {
    border-radius: 5.333vw;
  }
  .uslugiInfo_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .uslugiInfo_inner .imgMain {
    width: 100%;
  }
  .uslugiInfo_inner .flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .uslugiInfo_inner .flex .item img {
    width: 9.333vw;
    height: auto;
    margin-bottom: 2.667vw;
  }
  .uslugiInfo_inner .flex .item h4 {
    margin-bottom: 1.866vw;
    padding-bottom: 1.866vw;
  }
  .cardIntro .inner {
    gap: var(--gap);
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cardIntro .inner .card {
    padding: var(--gap);
    background: var(--tooGrey);
  }
  .cardIntro .inner .card img {
    width: 9.333vw;
    height: auto;
    margin-bottom: 2.133vw;
    padding-bottom: 2.133vw;
  }
  .contact_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact_inner .item {
    padding: var(--gap);
  }
  .contact_inner .item img {
    width: 9.333vw;
    height: auto;
    margin-bottom: 10px;
  }
  .contact_inner .item span {
    font-size: 2.667vw;
    margin-bottom: 1.333vw;
  }
  .contact_inner .item:nth-child(1) a {
    margin-bottom: 3.2vw;
    padding-bottom: 3.2vw;
  }
  .contact_map iframe {
    height: 70.667vw;
  }
  .intro.uslugiPage {
    padding: 26.667vw 0 18.667vw;
  }
  header .logo svg {
    width: 21.333vw;
    height: 6.667vw;
  }
  
  header .header_inner {
    padding: 2.667vw 0;
  }
  header .header_inner ul, header .header_inner .num, header .header_inner .btn {
    display: none;
  }
  .footer_inner {
    padding-bottom: 9.333vw;
  }
  footer .footer_top {
    padding: 8vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.667vw;
  }
  footer .footer_top h5 {
    color: #ccc;
    font-size: 2.667vw;
    display: block;
    margin-bottom: 1.333vw !important;
  }
  footer .footer_bottom p, footer .footer_bottom a {
    font-size: 2.667vw;
  }
  .footer_bottom {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 4vw;
  }
  footer .footer_body {
    border-bottom: none;
  }
  footer .footer_body ul {
    display: none;
  }
  footer .footer_body .logo svg {
    width: 18.667vw;
    height: 5.333vw;
  }
  .intro.productPage {
    padding: 37.333vw;
  }
  .intro.productPage h1 {
    font-size: 13.333vw;
  }
  .breadcrump {
    margin-top: 22vw;
    margin-bottom: 4vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrump a {
    font-size: 2.667vw;
  }
  .productInfo_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17.333vw;
  }
  .productInfo_inner .sliders {
    width: 100%;
  }
  .productInfo_inner .sliders .sliderNav .slider {
    display: none;
  }
  .productInfo_inner .sliderFor {
    margin-bottom: 2.667vw;
  }
  .productInfo_inner .sliderFor img {
    height: 82.667vw;
  }
  .productInfo_inner .prev-arr {
    left: 38%;
  }
  .productInfo_inner .next-arr {
    right: 38%;
  }
  .productInfo_inner .info .info_bottom .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--gap);
    margin-top: var(--gap);
  }
  .productInfo_inner .info .info_bottom {
    margin-top: 8.533vw;
  }
  .att_item {
    padding: 3.2vw 0;
  }
  .att_item span {
    font-size: 3.733vw;
  }
  .prodctDesk_inner {
    gap: 4vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .prodctDesk_inner .card:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .prodctDesk_inner .card:nth-child(3) img, .prodctDesk_inner .card:nth-child(4) img {
    width: 100%;
    height: 53.333vw;
  }
  .prodctDesk_inner .card:nth-child(3) img:last-child, .prodctDesk_inner .card:nth-child(4) img:last-child {
    display: none;
  }
  .prodctDesk_inner .card:nth-child(5) {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .productTehn_inner {
    margin-top: 8vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .productOborud h2, .productMoreProduct h2 {
    margin-bottom: 8vw;
  }
  .card {
    padding: 2.667vw;
  }
  .card h4 {
    margin-bottom: 2.133vw;
    padding-bottom: 2.667vw;
  }
  .productOborud .productOborud_inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .productOborud .productOborud_inner .item ul li {
    padding-left: 5vw;
  }
  .productOborud .productOborud_inner .item h4 {
    margin-bottom: 1.333vw;
  }
  .productOborud .productOborud_inner .item:last-child img {
    height: 69.333vw;
  }
  .products .products_inner .item {
    width: 84.267vw !important;
  }
  .products.productMoreProduct .products_inner {
    margin-bottom: 5.333vw;
  }
  .products .next-arr , .uslugi .next-arr {
    right: 40%;
  }
  .products .prev-arr {
    display: block;
    left: 40%;
  }
  .products .prev-arr, .products .next-arr , .uslugi .next-arr {
    top: auto;
  }
  .productMoreProduct {
    margin-bottom: 21.333vw;
  }
  .acordion-button {
    top: 2.729vw;
  }
  .acordion-button svg {
    width: 6.667vw;
    height: 6.667vw;
  }
  .accordion .acordion_inner {
    padding: 4vw 0;
    padding-right: 6.667vw;
  }
  .acordion_inner p {
    font-size: 3.733vw;
  }
  footer .footer_top .item:last-child {
    margin-left: 0;
  }
  .faq h2 {
    margin-bottom: 10.667vw;
  }
  .productsHead h1 {
    font-weight: 500;
    font-size: 8vw;
    margin-bottom: 4vw;
    line-height: 120%;
  }
  .productsHead .btn {
    width: 100%;
  }
  .productCatalog .productCatalog_inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .productCatalog .product img {
    height: 34.667vw;
    margin-bottom: 2.933vw;
  }
  .productCatalog .product h3 {
    padding-bottom: 1.867vw;
    margin-bottom: 1.867vw;
  }
  .productCatalog .product .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.2vw;
  }
  .productInfo_inner h4 {
    margin-top: 8vw;
    margin-bottom: 5.333vw;
    font-size: 5.333vw;
  }
  .productMoreSingle .btn {
    width: 100%;
    margin-top: 5.333vw;
  }
  .productInfo_inner p {
    font-size: 3.733vw;
  }
}
.swiper-button-prev svg, .swiper-button-next svg{
  stroke: #000;
}
.swiper-button-prev, .swiper-button-next{
  border-color: #000;
}