@charset "UTF-8";
@font-face {
  font-family: "Suisse Intl";
  font-weight: 300;
  src: url("../assets/fonts/SuisseIntl/SuisseIntl-Light.otf");
}

@font-face {
  font-family: "Suisse Intl";
  font-style: italic;
  font-weight: 300;
  src: url("../assets/fonts/SuisseIntl/SuisseIntl-LightItalic.otf");
}

@font-face {
  font-family: "Suisse Intl";
  font-weight: 400;
  src: url("../assets/fonts/SuisseIntl/SuisseIntl-Regular.otf");
}

@font-face {
  font-family: "Suisse Intl";
  font-style: italic;
  font-weight: 400;
  src: url("../assets/fonts/SuisseIntl/SuisseIntl-RegularItalic.otf");
}

@font-face {
  font-family: "Suisse Intl";
  font-weight: 500;
  src: url("../assets/fonts/SuisseIntl/SuisseIntl-Medium.otf");
}

@font-face {
  font-family: "Suisse Intl";
  font-style: italic;
  font-weight: 500;
  src: url("../assets/fonts/SuisseIntl/SuisseIntl-MediumItalic.otf");
}

@font-face {
  font-family: "Suisse Intl";
  font-weight: 600;
  src: url("../assets/fonts/SuisseIntl/SuisseIntl-SemiBold.otf");
}

@font-face {
  font-family: "Suisse Intl";
  font-style: italic;
  font-weight: 600;
  src: url("../assets/fonts/SuisseIntl/SuisseIntl-SemiBoldItalic.otf");
}

@font-face {
  font-family: "Suisse Intl";
  font-weight: 700;
  src: url("../assets/fonts/SuisseIntl/SuisseIntl-Bold.otf");
}

@font-face {
  font-family: "Suisse Intl";
  font-style: italic;
  font-weight: 700;
  src: url("../assets/fonts/SuisseIntl/SuisseIntl-BoldItalic.otf");
}

@font-face {
  font-family: "Suisse Intl";
  font-weight: 900;
  src: url("../assets/fonts/SuisseIntl/SuisseIntl-Book.otf");
}

@font-face {
  font-family: "Suisse Intl";
  font-style: italic;
  font-weight: 900;
  src: url("../assets/fonts/SuisseIntl/SuisseIntl-BlackItalic.otf");
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

button {
  padding: 0;
  border: none;
  background: none;
}

* {
  box-sizing: border-box;
}

*::-moz-selection {
  color: #fff;
  background-color: #ff7707;
}

*::selection {
  color: #fff;
  background-color: #ff7707;
}

*::-moz-selection {
  color: #fff;
  background-color: #ff7707;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

html.no-scroll {
  overflow: hidden;
}

html,
body {
  position: relative;
  overflow-x: clip;
}

/* Разрешаем скролл даже когда Popup Maker активен */
html.pum-open {
  overflow-y: auto !important;
  overflow-x: clip !important;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Suisse Intl", sans-serif;
  background-color: #fff;
}

body.no-scroll {
  overflow: hidden;
}

section {
  background-color: #fff;
}

.wrapper {
  width: 100%;
  height: 100%;
  max-width: 1344px;
  padding: 0px 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.heading {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 92px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 92px */
  letter-spacing: -3.68px;
}

.heading__highlight {
  color: #ff7707;
}

.text, .dev-section__text-content p, .about-section__text-content p {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
}

.subheading {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
  letter-spacing: -2.56px;
}

.subheading_brand, .subheading span {
  color: #ff7707;
}

.subheading_white {
  color: #fff;
}

.btn {
  padding: 12px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  transition: 0.43s;
}

.btn_icon {
  display: flex;
  align-items: center;
  gap: 23px;
}

.btn__icon svg {
  width: 24px;
  height: 24px;
}

.btn__icon svg path {
  transition: 0.43s;
}

.btn__caption {
  font-family: "Suisse Intl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.36px;
}

.btn:hover {
  color: #111;
  background-color: #fff;
  outline: 1px solid #111;
}

.btn:hover path {
  fill: #111;
}

.btn:active {
  transform: scale(0.95);
}

.header {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 24px;
  margin-bottom: 140px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: #fff;
  transition: 0.43s;
}

.header.hidden {
  transform: translateY(-100%);
}

.header__wrapper {
  justify-content: space-between;
}

.header__mobile-btn {
  display: none;
}

.header__logo-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  align-items: flex-end;
}

.header__logo-year {
  position: absolute;
  right: -33px;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__nav-link {
  position: relative;
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}

a.header__nav-link:hover {
  color: #ff7707;
}

.header__nav-link a:hover {
  color: #ff7707;
}

.header__social-link {
  margin-right: 12px;
}

.header__menu {
  display: flex;
  align-items: center;
}

.header__tel-link {
  margin-right: 28px;
}

.header__btn {
  padding-right: 51px;
}


.header__burger-btn {
  display: none;
}

.header__burger-btn:focus {
  outline: none;
}

.ham {
  width: 64px;
  height: 64px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #111;
  stroke-width: 6;
  stroke-linecap: round;
}

.main {
  margin-top: 230px;
}

.logo {
  width: 135px;
  /*height: 17.258px;*/
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.tel-link {
  position: relative;
  color: #ff7707;
  font-family: "Suisse Intl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.36px;
}

.tel-link:hover {
  color: #111;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 67px);
  background-color: #fff;
  z-index: 20;
  padding: 32px;
  top: 67px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  overflow-y: auto;
  gap: 32px;
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  transition: 0.43s;
  display: none;
  background-image: url("../assets/img/burger-bg.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}

.mobile-menu.active {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 24px;
}

.mobile-menu__nav-link {
  font-size: 18px;
}

.mobile-menu__nav-link_active {
  color: #ff7707;
}

.mobile-menu__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
}

.promo-section__wrapper {
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 64px;
}

.promo-section__slogan {
  max-width: 325px;
  font-size: 22px;
}

.video-section {
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: -1;
}

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

.video-section__video-wrapper::after {
  content: "";
  width: 556px;
  height: 554.25px;
  position: absolute;
  background-image: url("../assets/img/player-lines.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  left: 0;
  bottom: 0;
}

.video-section__video-wrapper::before {
  content: "";
  width: 351.11px;
  height: 350px;
  position: absolute;
  background-image: url("../assets/img/player-lines-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  right: 0;
  top: 0;
}

.video-section__video {
  width: 100%;
  height: 810px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 48px 48px 0px 0px;
  background: #ff7707;
}

.advantages-section {
  position: sticky;
  left: 0;
  top: 0;
  border-radius: 48px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #fff;
  z-index: 2;
  padding: 48px 0;
}

.advantages-section__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 512px);
  gap: 8px;
}

.advantages-section__list-item-video {
  z-index: -1;
}

.advantages-section__list-item-video, .advantages-section__list-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.advantages-section__list-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 32px;
  border-radius: 32px;
  border: 1px solid #ebebeb;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: 0.43s;
}

.advantages-section__list-item:first-child, .advantages-section__list-item:nth-child(3) {
  background-image: url("../assets/img/advantages-lines-1.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.advantages-section__list-item:nth-child(2) {
  background-image: url("../assets/img/advantages-lines-2.svg");
  background-repeat: no-repeat;
  background-position: right top;
}

.advantages-section__list-item_count {
  align-items: flex-start;
  justify-content: start;
}

.advantages-section__list-item_video:hover video {
  opacity: 1;
}

.advantages-section__list-item_video:hover .advantages-section__list-item-subheading,
.advantages-section__list-item_video:hover .advantages-section__list-item-count {
  color: #fff;
}

.advantages-section__list-item_video.view video {
  opacity: 1;
}

.advantages-section__list-item_video.view .advantages-section__list-item-subheading,
.advantages-section__list-item_video.view .advantages-section__list-item-count {
  color: #fff;
}

.advantages-section__list-item_image-black:hover {
  background-color: #111;
}

.advantages-section__list-item_image-black:hover .advantages-section__list-item-bg {
  opacity: 1;
}

.advantages-section__list-item_image-black.view {
  background-color: #111;
}

.advantages-section__list-item_image-black.view .advantages-section__list-item-bg {
  opacity: 1;
}

.advantages-section__list-item_image:hover .advantages-section__list-item-subheading,
.advantages-section__list-item_image:hover .advantages-section__list-item-count {
  color: #fff;
}

.advantages-section__list-item_image.view .advantages-section__list-item-subheading,
.advantages-section__list-item_image.view .advantages-section__list-item-count {
  color: #fff;
}

.advantages-section__list-item-heading {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.58px;
}

.advantages-section__list-item-heading span {
  color: #ff7707;
}

.advantages-section__list-item-img {
  width: 100%;
  max-width: 320px;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.advantages-section__list-item-subheading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 24px;
  color: rgba(17, 17, 17, 0.4);
  font-family: "Suisse Intl", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  transition: 0.43s;
  z-index: 4;
}

.advantages-section__list-item-count {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 104px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.56px;
  transition: 0.43s;
  z-index: 4;
}

.advantages-section__list-item-video {
  transition: 0.43s;
  opacity: 0;
}

.advantages-section__list-item-bg {
  opacity: 0;
  transition: 0.43s;
}

.advantages-section__list-item-bg_80 {
  width: 97%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.instruments-section {
  position: sticky;
  left: 0;
  top: 96px;
  z-index: 14;
  padding-top: 72px;
  padding-bottom: 49px;
  background-image: url("../assets/img/instrument-bg-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 48px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: 0.43s;
}

.instruments-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.instruments-section__row {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.instruments-section__text-contet {
  max-width: 604px;
}

.instruments-section__text-contet p {
  color: #fff;
}

.instruments-section__swiper {
  width: 100%;
  overflow: visible;
}

.instruments-section__swiper .swiper-wrapper {
  transition: linear;
}

.instruments-section__swiper-navigation {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-bottom: 24px;
}

.instruments-section__swiper-navigation-btn {
  cursor: pointer;
  transition: 0.43s;
}

.instruments-section__swiper-navigation-btn:hover {
  transform: scale(1.05);
}

.instruments-section__swiper-navigation-btn:active {
  transform: scale(0.95);
}

.instruments-section__swiper-slide {
  width: 100%;
  max-width: 452px;
  height: 374px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  padding: 40px 32px;
  background-color: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  cursor: pointer;
  transition: 0.43s;
  z-index: 1;
}

.instruments-section__swiper-slide:hover {
  transform: scale(1.05);
  z-index: 10;
}

.instruments-section__swiper-slide:hover .instruments-section__swiper-slide-heading {
  color: #ff7707;
}

.instruments-section__swiper-slide:active {
  transform: scale(0.95);
}

.instruments-section__swiper-slide.active .instruments-section__swiper-slide-heading {
  color: #ff7707;
}

.instruments-section__swiper-slide.active:hover {
  transform: scale(1);
}

.instruments-section__swiper-slide-heading {
  margin-bottom: 24px;
  font-size: 32px;
  letter-spacing: -2%;
  font-family: "Suisse Intl", sans-serif;
  color: #111;
  transition: 0.3s;
}

.instruments-section__swiper-slide-text {
  margin-bottom: auto;
  font-size: 22px;
  line-height: 31.2px;
  letter-spacing: -2%;
}

.about-section {
  padding-top: 88px;
}

.about-section__wrapper {
  margin-bottom: 128px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.about-section__row {
  width: 100%;
  margin-bottom: 96px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.about-section__text-content {
  max-width: 604px;
}

.about-section__text-content p span {
  color: #ff7707;
}

.about-section__layout {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 8px;
}

.about-section__card {
  position: relative;
  width: 100%;
  height: 400px;
  border: 1px solid rgb(235, 235, 235);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-image: url("../assets/img/card-bg.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 24px;
}

.about-section__card:hover {
  box-shadow: 0px 4px 40px rgba(17, 17, 17, 0.1);
}

.about-section__card:hover .about-section__card-bg {
  opacity: 1;
}

.about-section__card:hover .about-section__card-heading {
  color: #ff7707;
}

.about-section__card-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.about-section__card-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
  opacity: 0;
  transition: 0.43s;
}

.about-section__card-heading {
  margin-left: 24px;
  margin-bottom: 32px;
  margin-right: 58px;
  font-size: 18px;
  letter-spacing: -2%;
  -webkit-line-clamp: 2; /* Число отображаемых строк */
  display: -webkit-box; /* Включаем флексбоксы */
  -webkit-box-orient: vertical; /* Вертикальная ориентация */
  overflow: hidden;
  transition: 0.43s;
}

.owner-section {
  padding-top: 128px;
  padding-bottom: 190px;
  z-index: 13;
}

.owner-section.view .owner-section__review {
  background-position: right bottom, left top;
}

.owner-section.view .owner-section__name,
.owner-section.view .owner-section__who {
  opacity: 1;
}

.owner-section__wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.owner-section__review {
  width: 100%;
  max-width: 1135px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../assets/img/right-blockquote.svg"), url("../assets/img/blockquote-left.svg");
  background-repeat: no-repeat;
  background-position: right 97px bottom, left 97px top;
  transition: 1.3s;
}

.owner-section__review-img {
  width: 104px;
  height: 104px;
  margin-bottom: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.owner-section__review-text {
  font-size: 34px;
  margin-bottom: 56px;
}

.owner-section__review-text span {
  color: #ff7707;
}

.owner-section__name {
  margin-bottom: 18px;
  color: #ff7707;
  text-align: center;
  font-family: "Suisse Intl", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 30.4px */
  letter-spacing: -1.28px;
  opacity: 0;
  transition: 1.3s;
}

.owner-section__who {
  max-width: 289px;
  color: #111;
  text-align: center;
  font-family: "Suisse Intl", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  opacity: 0;
  transition: 1.3s;
}

.dev-section {
  padding-top: 72px;
  padding-bottom: 40px;
  background-color: #ff7707;
  border-radius: 48px;
}

.dev-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.dev-section__content {
  width: 100%;
  margin-bottom: 104px;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 28px;
}

.dev-section__text-content {
  max-width: 604px;
}

.dev-section__text-content p {
  color: #fff;
}

.dev-section__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 453px);
  gap: 8px;
}

.dev-section__list-item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  padding: 40px 32px;
  border: 1px solid #ebebeb;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-image: url("../assets/img/dev-card-ines.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: 0.43s;
}

.dev-section__list-item:hover, .dev-section__list-item.view {
  background-color: #111;
  border: 1px solid #111;
  background-image: none;
}

.dev-section__list-item:hover .dev-section__list-item-heading, .dev-section__list-item:hover .dev-section__list-item-hidden-text, .dev-section__list-item.view .dev-section__list-item-heading, .dev-section__list-item.view .dev-section__list-item-hidden-text {
  opacity: 0;
  visibility: hidden;
}

.dev-section__list-item:hover .dev-section__list-item-hidden-text, .dev-section__list-item.view .dev-section__list-item-hidden-text {
  opacity: 1;
  visibility: visible;
}

.dev-section__list-item_no-anim, .dev-section__list-item_no-anim:hover {
  background-color: #fff;
  border: none;
}

.dev-section__list-item_no-anim .dev-section__list-item-heading, .dev-section__list-item_no-anim .dev-section__list-item-hidden-text, .dev-section__list-item_no-anim:hover .dev-section__list-item-heading {
  opacity: 1;
  visibility: visible;
}

.dev-section__list-item-heading, .dev-section__list-item-hidden-text {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 31.9px */
  letter-spacing: -0.58px;
  transition: 0.43s;
}

.dev-section__list-item-hidden-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  color: #fff;
}

.dev-section__list-item-img {
  width: 95%;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.projects-section {
  margin-top: 80px;
  margin-bottom: 161px;
}

.projects-section__wrapper {
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.projects-section__info {
  max-width: 528px;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: start;
  gap: 40px;
}

.projects-section__tabs {
  position: relative;
  width: 100%;
}

.projects-section__tab {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 40px;
  visibility: hidden;
  opacity: 0;
  transition: 0.43s;
}

.projects-section__tab.active {
  opacity: 1;
  visibility: visible;
}

.projects-section__tab-text {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.56px;
}

.projects-section__tab-subtext {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Suisse Intl", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.56px;
}

.projects-section__swiper {
  width: 100%;
  max-width: 666px;
  border-radius: 16px;
  padding-bottom: 29px;
  overflow: hidden;
  margin: 0;
}

.projects-section__swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 119, 7, 0.4);
  opacity: 1;
}

.projects-section__swiper .swiper-pagination-bullet-active {
  background-color: #ff7707;
}

.projects-section__swiper-slide {
  position: relative;
}

.projects-section__swiper-slide::after {
  content: "";
  width: 350px;
  height: 350px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../assets/img/slide-lines.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 11;
}

.projects-section__swiper-navigation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0px 24px;
}

.projects-section__swiper-nav-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.43s;
}

.projects-section__swiper-nav-btn:hover {
  transform: scale(1.1);
}

.projects-section__swiper-nav-btn:active {
  transform: scale(0.95);
}

.projects-section__swiper-pagination {
  width: 100%;
}

.projects-section__swiper-slide {
  width: 100%;
}

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

.swiper-button-disabled {
  opacity: 0.4;
}

.contacts-section__wrapper {
  justify-content: space-between;
  gap: 16px;
}

.contacts-section__info {
  width: 100%;
  max-width: 535px;
}

.contacts-section__info-header {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}

.contacts-section__info-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.contacts-section__info-item_large {
  gap: 21px;
}

.contacts-section__info-item-heading {
  color: #ff7707;
  font-family: "Suisse Intl", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.contacts-section__info-address {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
	    font-size: 18px;
}

.contacts-section__info-body {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  padding: 70px 0;
  border-bottom: 1px solid #ebebeb;
}

.contacts-section__info-item-link {
  font-size: 18px;
  transition: 0.43s;
}

.contacts-section__info-item-link:hover {
  color: #ff7707;
}

.contacts-section__info-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.contacts-section__info-text-content p {
  font-size: 18px;
  margin-bottom: 4px;
}

.contacts-section__info-text-content p:last-child {
  margin-bottom: 0;
}

.contacts-section__socials {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contacts-section__info-footer {
  width: 100%;
  padding-top: 24px;
}

.contacts-section__profile {
  width: 100%;
  max-width: 474px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.contacts-section__profile-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transform: rotate(16deg);
}

.contacts-section__profile-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 8px;
}

.contacts-section__profile-heading {
  color: #ff7707;
  font-family: "Suisse Intl", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
}

.contacts-section__profile-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 2px;
}

.contacts-section__profile-text, .contacts-section__profile-link {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -0.4px;
}

.contacts-section__map {
  width: 100%;
  max-width: 666px;
  border-radius: 24px;
  overflow: hidden;
}

.footer {
  width: 100%;
  margin-top: 108px;
  padding: 21px 0;
  background: #f8f8f8;
}

.footer__wrapper {
  gap: 16px;
  justify-content: space-between;
}

.footer__text {
  color: #999;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__policy-link {
  transition: 0.43s;
}

.footer__policy-link:hover {
  color: #ff7707;
}

.articles-section {
  margin-bottom: 88px;
}

.articles-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.articles-section__date-filter {
  width: 100%;
  height: 92px;
  margin-bottom: 72px;
  display: flex;
  align-items: end;
  gap: 32px;
  overflow-x: auto;
  overflow-y: hidden;
}

.articles-section__swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
}

.articles-section__date-filter-link {
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(17, 17, 17, 0.4);
  font-family: "Suisse Intl", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.84px;
  transition: 0.43s;
}

.articles-section__date-filter-link:hover {
  color: #ff7707;
}

.articles-section__date-filter-link.active {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 92px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 92px */
  letter-spacing: -3.68px;
}

.articles-section__list {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.articles-section__list-item {
  width: 100%;
}

.articles-section__list-item-heading {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 30.4px */
  letter-spacing: -0.64px;
}

.articles-section__list-item-link-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 24px;
}

.articles-section__list-item-img-wrapper {
  width: 100%;
  height: 636px;
  overflow: hidden;
  border-radius: 24px;
}

.articles-section__list-item-img-wrapper:hover img {
  transform: scale(1.1);
}

.articles-section__list-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: 0.43s;
}

.article-section__wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.article-section__heading {
  margin-bottom: 25px;
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 45.6px */
  letter-spacing: -0.96px;
}

.article-section__date {
  margin-bottom: 56px;
  color: rgba(17, 17, 17, 0.4);
  font-family: "Suisse Intl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}

.article-section__img {
  width: 100%;
  height: 684px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 24px;
}

.article-section__text-content {
  max-width: 868px;
  margin: 0 auto;
}

.article-section__text-content h2 {
  margin-top: 72px;
  margin-bottom: 40px;
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 38px */
  letter-spacing: -0.8px;
}

.article-section__text-content h3 {
  margin-top: 36px;
  margin-bottom: 24px;
  color: #999;
  font-family: "Suisse Intl", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 38px */
  letter-spacing: -0.8px;
}

.article-section__text-content p {
  margin-bottom: 16px;
}

.article-section__text-content p span,
.article-section__text-content p a {
  color: #ff7707;
}

.article-section__text-content p a {
  transition: 0.43s;
}

.article-section__text-content p a:hover {
  text-decoration: underline;
}

.article-section__text-content p,
.article-section__text-content li {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -0.4px;
}

.article-section__text-content ol {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 12px;
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 15px;
}

.article-section__text-content ul {
  list-style-type: disc;
  margin-left: 15px;
  list-style-position: outside;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 12px;
  margin-bottom: 32px;
}

.article-section__text-content img {
  width: 100%;
  margin-top: 72px;
  margin-bottom: 96px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.breadcrumbs {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.breadcrumbs__link {
  position: relative;
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}

.breadcrumbs__link.active {
  color: rgba(17, 17, 17, 0.4);
}

.breadcrumbs__link:not(:last-child) {
  padding-right: 20px;
}

.breadcrumbs__link:not(:last-child)::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../assets/icons/breadcrumb-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pagination {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pagination__link {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  border-radius: 50%;
  transition: 0.43s;
}

.pagination__link:hover {
  background-color: rgba(255, 119, 7, 0.5);
}

.pagination__link.active {
  color: #fff;
  background-color: #ff7707;
}

.catalog-section {
  margin-bottom: 72px;
}

.catalog-section__wrapper {
  align-items: flex-start;
  justify-content: start;
  gap: 40px;
}

.catalog-section__filters {
  width: 100%;
  max-width: 250px;
  position: sticky;
  left: 0;
  top: 96px;
  padding-top: 32px;
}

.catalog-section__filters-heading {
  margin-bottom: 24px;
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.catalog-section__filters-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 24px;
}

.catalog-section__filter {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.catalog-section__filter.active .catalog-section__filter-content {
  margin-top: 16px;
  opacity: 1;
  visibility: visible;
}

.catalog-section__filter-header {
  width: 100%;
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.36px;
  cursor: pointer;
}

.catalog-section__filter-content {
  display: flex;
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 24px;
  justify-content: start;
  gap: 12px;
  transition: 0.43s;
}

.catalog-section__filter-label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  cursor: pointer;
}

.catalog-section__filter-label:hover {
  color: #ff7707;
}

.catalog-section__filter-label input:checked + div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../assets/icons/check-icon.svg");
}

.catalog-section__filter-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #ff7707;
  flex-shrink: 0;
}

.catalog-section__filter-reset-btn {
  margin-top: 48px;
  width: 100%;
  padding: 13px;
  text-align: center;
  border-radius: 8px;
  background: #ebebeb;
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  cursor: pointer;
  transition: 0.43s;
  outline: 1px solid transparent;
}

.catalog-section__filter-reset-btn:hover {
  background-color: #fff;
  outline: 1px solid #ebebeb;
}

.catalog-section__filter-reset-btn:active {
  transform: scale(0.95);
}

.catalog-section__body {
  width: 100%;
}

.catalog-section__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.catalog-section__list-item {
  width: 100%;
}

.catalog-section__list-item-wrapper {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 32px;
  border-radius: 24px;
  border: 1px solid #ebebeb;
  background: #fff;
  transition: 0.43s;
}

.catalog-section__list-item-wrapper:hover {
  border-color: #ff7707;
}

.catalog-section__list-item-img-wrapper {
  margin: auto;
  width: 100%;
  height: 210px;
}

.catalog-section__list-item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.catalog-section__list-item-heading {
  color: #111;
  display: -webkit-box;
  font-family: "Suisse Intl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-section__pagination {
  margin-top: 40px;
  margin-left: 296px;
}

.item-section {
  margin-bottom: 96px;
}

.item-section__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 40px;
}

.item-section__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.item-section__content {
  max-width: 733px;
}

.item-section__content-img {
  width: 100%;
  height: 577px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 64px;
}

.item-section__text-content h2 {
  margin-top: 64px;
  margin-bottom: 24px;
  color: rgba(17, 17, 17, 0.4);
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.item-section__text-content h3 {
  margin: 24px 0;
  color: rgba(17, 17, 17, 0.4);
  font-family: "Suisse Intl", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.item-section__text-content p {
  margin-bottom: 16px;
}

.item-section__text-content p span,
.item-section__text-content p a {
  color: #ff7707;
}

.item-section__text-content p a {
  transition: 0.43s;
}

.item-section__text-content p a:hover {
  text-decoration: underline;
}

.item-section__text-content p,
.item-section__text-content li {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -0.4px;
}

.item-section__text-content ul {
  list-style-type: disc;
  margin-left: 15px;
  list-style-position: outside;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 12px;
  margin-bottom: 32px;
}

.item-section__text-content ol {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 12px;
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 15px;
}

.item-section__text-content img {
  margin-top: 72px;
  margin-bottom: 96px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.item-section__info {
  position: sticky;
  right: 0;
  top: 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.item-section__info-img {
  display: none;
}

.item-section__info-heading {
  margin-bottom: 24px;
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.64px;
}

.item-section__price {
  margin-bottom: 40px;
  color: #ff7707;
  font-family: "Suisse Intl", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}

.item-section__info-list {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 24px;
}

.item-section__info-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 12px;
}

.item-section__info-item-heading {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}

.item-section__info-item-list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.item-section__info-item-list-link {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  color: #111;
  font-family: Suisse Intl;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  transition: 0.43s;
  cursor: pointer;
}

.item-section__info-item-list-link:hover {
  border-color: #ff7707;
}

.item-section__info-item-list-link.active {
  border-color: #ff7707;
}

.item-section__info-color-link {
  padding-left: 67px;
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  background-image: url("../assets/img/color.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.catalog-white .item-section__price::before {
  content: "от "
}

.header__nav-link ul a {
  padding: 5px 0;
  display: block;
}

.header__nav-link ul {
  position: absolute;
  left: -10px;
  top: 100%;
  padding: 10px;
  border-radius: 10px;
  z-index: 23;
  background: white;
  display: none;
  box-shadow: 0px 4px 40px rgba(17, 17, 17, 0.1);
}

.header__nav-link {
  position: relative;
}

div.header__nav-link:hover ul {
  display: block
}


.main-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 435px;
}

.main__navs {
  display: flex;
  align-items: center;
}

.main__btn-catalog {
  border-radius: 8px;
  background: #111;
  padding: 12px 54px 14px 12px;
  color: #FFF;
  font-family: "Suisse Intl";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: 0.43s;
  border: 1px #111 solid;

svg {
  margin-right: 32px;
  transition: 0.43s;

path {
  transition: 0.43s;
}

}
&
:hover {
  color: #111;
  background-color: transparent;

svg {

path {
  fill: #111;
}

}
}
}

.main__btn-sms {
  border-radius: 8px;
  border: 1px #111 solid;
  color: #111;
  font-family: "Suisse Intl";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  padding: 14px 31px 15px 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.43s;

&
:hover {
  color: #FFF;
  background-color: #111;
}

}

.main__navs {
  margin-top: 23px;
}

.development__top {
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.development__arrows {
  align-items: center;
  display: flex;
}

.dev__arrow {
  width: 48px;
  height: 50px;
  border: 1px solid #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.43s;
}

.dev__arrow-prew {
  margin-right: 8px;
}

.development .wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.dev__arrow-next {

svg {
  position: relative;
  left: 3px;
}

}

.development__top {
  margin-bottom: 49px;
}


.development__block {
  width: 340px;
  padding-right: 40px;
}

.development__block {
  position: relative;
  z-index: 10;
}


.development-kr {
  width: 40px;
  height: 40px;
  background-color: #C5C5C5;
  border-radius: 50%;
}

.development__data {
  color: #C4C4C4;
  font-family: "Suisse Intl";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.48px;
  padding-top: 67px;
  display: flex;
}

.development__text {
  color: #C4C4C4;
  font-family: "Suisse Intl";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 20px;
}

.development__block.swiper-slide-active .development-kr {
  background-color: #FF7707;
}

.development__block.swiper-slide-active .development__data {
  color: #111;
}

.development__block.swiper-slide-active .development__text {
  color: #111;
}

.development {
  position: relative;
  margin-bottom: 150px;
}

.development-line {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  width: 100%;
  background: #C5C5C5;
  height: 1px;
}

.development__block.swiper-slide-active ::after {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #FF7707
}

.development-kr {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}

.application {
  border-radius: 48px 48px 0px 0px;
  background: #F4F4F4;
}

.application .wrapper {
  padding-bottom: 243px;
  padding-top: 51px;
  flex-direction: column;
  align-items: flex-start;
}

.application__block {
  position: relative;
  border-radius: 30px;
  background: #FFF;
  border: 1px solid #DFDFDF;
  padding: 30px;
  height: 287px;

}

.app-shadow {
  opacity: 0;
}

.app-img {
  display: none;
}

.application__block-arrow {
  display: none;
}

.application__block p {
  color: #111;
  font-family: "Suisse Intl";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.application__icon {
  position: absolute;
  bottom: 0;
  right: 0;
}


.application__blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 8px 9px;
}


#item-1 {
  grid-area: 1 / 1 / 2 / 3;
}

#item-2 {
  grid-area: 1 / 3 / 2 / 4;
}

#item-3 {
  grid-area: 2 / 1 / 3 / 2;
}

#item-4 {
  grid-area: 2 / 2 / 3 / 4;
}

#item-5 {
  grid-area: 3 / 1 / 4 / 2;
}

#item-6 {
  grid-area: 3 / 2 / 4 / 3;
}

#item-7 {
  grid-area: 3 / 3 / 4 / 4;
}

#item-8 {
  grid-area: 4 / 1 / 5 / 2;
}

#item-9 {
  grid-area: 4 / 2 / 5 / 3;
}

#item-10 {
  grid-area: 4 / 3 / 5 / 4;
}


.application__blocks {
  margin-top: 40px;
  width: 100%;
}

.application__block {
  overflow: hidden;
}


#item-3 {

.application__icon {
  bottom: 0;
  right: 0;
}

}

#item-3 {

.application__icon {
  bottom: -24px;
  right: 82px;
}

}

#item-4 {

.application__icon {
  bottom: -12px;
  right: 89px;
}

}

#item-5 {

.application__icon {
  bottom: 14px;
  right: 46px;
}

}

#item-6 {

.application__icon {
  bottom: -12px;
  right: 29px;
}

}

#item-7 {

.application__icon {
  bottom: 27px;
  right: 88px;
}

}

#item-8 {

.application__icon {
  bottom: 26px;
  right: 56px;
}

}

#item-9 {

.application__icon {
  bottom: -8px;
  right: 80px;
}

}

#item-10 {

.application__icon {
  bottom: 30px;
  right: 77px;
}

}

.application__block {
  cursor: pointer;
}

.app-shadow {
  transition: 0.43s;
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;

}

.app-img {
  transition: 0.43s;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  display: block;
}

.application__block-arrow {
  width: 53px;
  height: 53px;
  transition: 0.43s;
  background-color: #FFF;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 6;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.application__block p {
  position: relative;
  z-index: 6;
}

.application__block:hover {

p {
  color: #FFF;

}

.app-shadow {
  opacity: 0.6;
  z-index: 5;
}

.app-img {
  opacity: 1;
  z-index: 4;
}

.application__icon {
  display: none
}

.application__block-arrow {
  display: flex;
}

}

.coatings .wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.coatings__blocks {
  margin-top: 30px;
}

.coatings__block {
  border-radius: 32px;
  position: relative;
  height: 243px;
  overflow: hidden;
  width: 432px;

}

.coatings__block:nth-child(3n) {
  height: auto;
}

.coatings__block-shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.86) 100%);
}

.coatings__img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
}

.coatings__name {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #FFF;
  font-family: "Suisse Intl";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  z-index: 5;
}

.coatings__blocks {
  display: grid;
  gap: 10px 8px;
}


.coatings__blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.coatings__block1 {
  grid-area: 1 / 1 / 2 / 2;
}

.coatings__block2 {
  grid-area: 2 / 1 / 3 / 2;
}

.coatings__block3 {
  grid-area: 1 / 2 / 3 / 3;
}

.coatings__block4 {
  grid-area: 1 / 3 / 2 / 4;
}

.coatings__block5 {
  grid-area: 2 / 3 / 3 / 4;
}

.coatings {
  margin-bottom: 30px;
}

.coatings__block {
  cursor: pointer;
}

.technic_l {
  width: 652px;
}


.technic__content {
  width: 603px;
  position: relative;

p {
  color: #111;
  font-family: "Suisse Intl";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 23px;

&
:last-child {
  margin-bottom: 0;
}

}
strong {
  font-weight: 700;

}

}

.technic {
  padding-top: 246px;

.wrapper {
  align-items: flex-start;
  justify-content: space-between;
}

}

.technic_l {
  position: relative;
}

.technic__img {
  position: absolute;
  right: 0;
  height: 548px;
  border-radius: 0px 50px 50px 0px;
  width: 956px;
  object-fit: cover;
  top: 118px;
}

.technic {
  margin-bottom: 150px;
}

.challenges {

.wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

}

.challenges__content {
  width: 651px;
}

.challenges__info {
  width: 603px;
}

.challenges__text-prew {
  color: #111;
  margin-top: 30px;
  font-family: "Suisse Intl";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.challenges__blocks {
  margin-top: 38px;
}

.challenges__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.43s;
  cursor: pointer;
  border-radius: 32px;
  border: 1px solid #DFDFDF;
  background: rgba(255, 255, 255, 0.10);
  padding: 34px 42px;
  margin-bottom: 8px;
  padding-right: 24px;

&
:last-child {
  margin-bottom: 0;
}

h3 {
  color: #111;
  font-family: "Suisse Intl";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

}

.challenges-arrow {
  display: none;
  transition: 0.43s;
}

.challenges__block:hover {
  background: #111;

h3 {
  color: #FFF;
}

.challenges-arrow {
  display: block;
}

}

.technic {
  margin-bottom: 231px;
}

.challenges__description {
  border-radius: 0px 50px 50px 0px;
  background: #FF7707;
  padding: 30px 69px 33px 0px;
  margin-top: 30px;
  position: relative;

&
::after {
  position: absolute;
  content: "";
  background: #FF7707;
  height: 100%;
  right: 100%;
  width: 10000px;
  top: 0;
}

}

.challenges__description p {
  color: #FFF;
  width: 583px;
  font-family: "Suisse Intl";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.2px;
  letter-spacing: -0.48px;
  margin-bottom: 30px;

strong {
  font-weight: 700;
}

&
:last-child {
  margin-bottom: 0;
}

}

.challenges__info-img {
  width: 603px;
  height: 300px;
  border-radius: 30px;
  object-fit: cover;
}

.challenges__info-text {
  margin-top: 17px;

p {
  color: #111;
  font-family: "Suisse Intl";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;

&
:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

}
}

.system-coatings {

.wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

}

.challenges {
  margin-bottom: 150px;
}

.system-coatings__blocks {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.system-coatings__block {
  width: 582px;
  border: 2px solid #DFDFDF;
  border-radius: 30px;
  background: #FFF;
  position: relative;
  margin-bottom: 40px;

&
:last-child {
  margin-bottom: 0;
}

}
.system-coatings__blocks {
  align-items: flex-start;
}


.system-coatings__name {
  width: 100%;
  border-radius: 30px;
  border: 2px solid #111;
  background: #FFF;
  color: #000;
  padding: 20px 30px;
  font-family: "Suisse Intl";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  z-index: 10;
  top: -1px;
  max-width: 100000px;
  width: 580px;
  left: -1px;
}

.system-coatings__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 19px;
  padding-top: 39px;
  padding-bottom: 60px;
  width: 506px;
}

.system-coatings__info-block {

p {
  margin-bottom: 10px;
  color: #000;
  font-family: "Suisse Intl";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

span {
  color: #999;

  font-family: "Suisse Intl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

}


.system-coatings__info-block {
  margin-bottom: 20px;

&
:last-child {
  margin-bottom: 0;
}

}

.system-coatings__info {
  position: relative;
  top: -5px;
}

.system-coatings__more {
  position: relative;
  bottom: -2px;
  right: -2px;
  border-radius: 30px;
  background: #111;
  width: 298px;
  height: 60px;
  color: #FFF;
  font-family: "Suisse Intl";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.43s;
  border: 1px solid #111;

&
:hover {
  color: #111;
  background-color: transparent;
}

}

.system-coatings__name {

p {
  margin-bottom: 8px;

&
:last-child {
  margin-bottom: 0;
}

}
}

.system-coatings__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.system__more-wr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.system-coatings__content {
  padding-top: 26px;
  padding-bottom: 12px;
}

.system-coatings__content {
  padding-bottom: 39px;
}

.system-coatings-wr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 98%;
}

.system-coatings {
  margin-bottom: 159px;
}

.examples {

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

}

.examples__wr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.examples__content {
  width: 648px;
}

.examples__img {
  width: 603px;
  height: 401px;
  border-radius: 30px;
  object-fit: cover;
}

.examples__name {
  color: #111;
  font-family: "Suisse Intl";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60.8px;
  letter-spacing: -2.56px;
}

.examples__text {
  color: #111;
  font-family: "Suisse Intl";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;

strong {
  font-weight: 600;
}

}

.development__top {
  margin-bottom: 43px;
}

.examples__name {
  margin-bottom: 8px;
}

.certification {

.development__top {
  margin-bottom: 30px;
}

.wrapper {
  flex-direction: column;
  align-items: flex-start;
}

}


.examples {
  margin-bottom: 150px;
}

.certification__slider {
  max-width: 100%;
}

.certification__slide {
  width: 323px;
  height: 402px;
  border-radius: 30px;
  max-width: 100%;

  object-fit: cover;
}

.certification {
  margin-bottom: 150px;
}

.consultation {

.wrapper {
  display: flex;
  align-items: flex-start;
}

}

.consultation__content {
  width: 652px;
  margin-right: 56px;

p {
  color: #111;
  font-family: "Suisse Intl";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 22px;

&
:last-child {
  margin-bottom: 0;
}

}
strong {
  font-weight: 700;
}

}


.consultation__wr {
  width: 451px;
  display: flex;
  align-items: center;
  padding-top: 53px;
}

.consultation__people {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  margin-right: 17px;
}

.consultation__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.consultation__job {
  color: #FF7707;
  font-family: "Inter";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.2px;
  letter-spacing: -0.48px;
  margin-bottom: 8px;
}

.consultation__name {
  margin-bottom: 2px;
  color: #111;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.consultation__tel {
  color: #111;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.4px;
  transition: 0.43s;
}

.system-coatings__img {
  width: 239px;
  height: 101px;
}

.challenges .wrapper {
  position: relative;
}

.technic__img2 {
  display: none;
}

.challenges__info {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.development__top {
  margin-bottom: 49px;
}

.development__data {
  padding-top: 0;
}

.development__data {
  padding-top: 61px;
}

.coatings__block:hover {

.coatings__block-shadow {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.86) 100%);
}

}

.coatings__block-shadow {
  transition: 0.43s;
}

.development__block.swiper-slide-active ::after {
  display: none;
}

.development-line {
  display: none;
}

.development-kr-wr {
  position: relative;
}


.dev-line {
  position: absolute;
  background: #C5C5C5;
  height: 1px;
  width: 100%;
  top: 20px;
  left: 40px;
}
.catalog__img-info{
  height: auto!important;
}
.development__block.swiper-slide-active .dev-line {
  background: #FF7707;
}

.application .wrapper {
  margin-bottom: 150px;
}

.swiper-dev {
  width: 100%;
}

.development__block {
  padding: 0;
}

.swiper__examples {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.examples__container {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}


.fancybox__content {
  width: 588px;
  padding-bottom: 20px;

label {
  font-size: 18px;
  overflow: hidden;
  font-family: "Suisse Intl";
  color: #111;
}

p {
  margin-bottom: 18px;
  margin-top: 10px;
}

input {
  margin-top: 10px;
  width: 100%;
  height: 49px;
  border: 1px solid #ECECEC;
  background: #F7F7F7;
  border-radius: 5px;
  padding: 20px 15px;
  font-size: 16px;
  overflow: hidden;
  font-family: "Suisse Intl";
  color: #111;
}

textarea {
  margin-top: 10px;
  width: 100%;
  height: 170px;
  border: 1px solid #ECECEC;
  background: #F7F7F7;
  border-radius: 5px;
  resize: none;
  padding: 20px 15px;
  font-size: 16px;
  overflow: hidden;
  font-family: "Suisse Intl";
  color: #111;

}

.wpcf7-list-item {
  margin: 0;

label {
  display: flex;
  align-items: center;
  font-size: 16px;

input {
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin-right: 15px;
}

}
}
.wpcf7-not-valid-tip {
  margin-top: 10px;
}

h3 {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 33px;
}

}

.fancybox__content > .f-button.is-close-btn {
  top: 4px;
  right: 2px;
}

.fancybox__content .wpcf7-submit {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  background: #111;
  color: #fff;
  transition: 0.43s;
  border: 1px solid #111;
  height: 59px;

&
:hover {
  color: #111;
  background-color: transparent;
}

}

.wpcf7-spinner {
  display: none !important;
}

.header {
  z-index: 999;
}

.fancybox__content > .f-button.is-close-btn {

svg {

path {
  stroke: #111;
}

}
}

.fancybox__content > .f-button.is-close-btn {
  top: 14px;
  right: 10px;
}

.descr {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
}

.col {

h4 {
  margin-bottom: 15px;
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
}

h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

}

.mb-4 {

.li {
  color: #111;
  font-family: "Suisse Intl", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 15px;
}

}

.technic {

.wrapper {
  min-height: 665px;
}

}

.technic {
  margin-bottom: 150px;
}

.technic__img {
  top: calc(100% + 0px);
}


.consultation__job {
  font-family: "Suisse Intl", sans-serif;
}

.consultation__name {
  font-family: "Suisse Intl", sans-serif;
}

.consultation__tel {
  font-family: "Suisse Intl", sans-serif;
}

.consultation__people {
  object-fit: cover;
}

.challenges__block.active {
  background: #111;

h3 {
  color: #fff;
}

.challenges-arrow {
  display: block
}

}


.main__btn-sms:hover{
  color: #FFF;
  background-color: #FF7707;
}


.contacts-section__profile-avatar{
  transform: rotate(0);
}

.contacts-section__info-item_large{
  margin-bottom: 50px;
}

.contacts-section__info-item_large:last-child{
  margin-bottom: 0;
}

.contacts-section__info-header{
  border-bottom: none;
  padding-bottom: 0;
}

.contacts-section__info-body{
  padding-top: 75px;
}

.contacts-section__info-footer{
  padding-top: 30px;
}

.exit{
  width: 1200px;
}

.exit h3{
  font-weight: 600;
  font-size: 47px;
}

.exit p{
  font-family: "Suisse Intl", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.wr-form{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 159px;
}

.wr-form p {
  width: 43%;
  margin-bottom: 0;
  margin-top: 0;
}

.wr-form p br{
  display: none;
}

.exit p{
  margin-top: 0;
}

.wr-form input{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #BFBFBF;
  border-radius: 0;
  padding: 0;
  height: 60px;
  font-size: 17px;
  font-weight: 400;
  color: #807f7f;
}

.exit  textarea{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #BFBFBF;
  border-radius: 0;
  padding: 0;
  height: 44px;
  font-size: 17px;
  color: #807f7f;
  font-weight: 400;
}

.wr-form input::placeholder{
color: #807f7f;
font-weight: 400;
}

.exit .wpcf7-submit{
width: 200px;
height: 60px;
border-radius: 5px;
font-size: 19px;
}

.header__btn{
  cursor: pointer;
}

.contacts-section__wrapper{
  align-items: stretch;
}

.contacts-section__map{
  height: auto;
}

.application .wrapper{
  padding-bottom: 84px;
  margin-bottom: 88px;
}

.coatings{
  margin-bottom: 131px;
}

.promo-section__wrapper{
  margin-bottom: 125px;
}


.swiper-dev{
  width: 300px !important;
}
.development__block:last-child .dev-line{
display: none;
}


.main-t{
  min-height: 1085px;
  position: relative;
  margin-top: 0;
}

.main-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-b{
  margin-bottom: 0;
  position: absolute;
}

.header-b{
  background-color: transparent;
}

.header-b  .wrapper{
  background-color: rgba(93, 93, 93, 0.39);
  /*backdrop-filter: blur(9.5px);*/
	/*  -webkit-backdrop-filter: blur(9.5px);*/ background: #696969;

  padding: 13px 11px;
  border-radius: 10px;
  padding-left: 58px;
}

.header_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 12px;
    border-radius: 8px;
    background: #111;
    color: #fff;font-weight: 300;
    transition: 0.43s;
    margin-left: 6px;
    border: 1px solid #111;
}

.header_btn svg{
  margin-right: 16px;
}

.header-b .tel-link{
  color: #FFF;

font-family: "Suisse Intl";
font-size: 17.438px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: -0.36px;
}

.header-b .header__social-link {
  margin-right: 0;
}

.header-b .header__nav-link{
  color: #FFF;
cursor: pointer;
font-family: "Suisse Intl";
font-size: 17.859px;
font-style: normal;
font-weight: 300;
line-height: normal;
letter-spacing: -0.36px;
}

.header-b .header__nav{
  gap: 11px;
}

.header-b .header__nav-link ul a{
  color: #0E0E0E;

font-family: "Suisse Intl";
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.36px;
}

.header_btn:hover{
  background-color: #FFF;
  color: #111;
}

.header_btn svg{
  transition: 0.43s;
}

.header_btn:hover svg path{
  fill: #111;
}

.tel-link:hover{
  color: #ff7707;
}

.header-b{
  padding-top: 5px;
  padding-bottom: 24px;
}

.header-b .header__btn{
padding: 11px;
padding-bottom: 13px;
}

.header-b .btn_icon{
  gap: 13px;
}

.header__tel-link {
  margin-right: 13px;
}

.logo{
  width: 105px;
}

.btn__icon svg {

  position: relative;
  top: 1px;
}

.header_btn svg{
  position: relative;
  top: -2px;
}

.header__social-link svg{
  position: relative;
  top: 2px;
}

/* .application{
  margin-top: -63px;
    position: relative;
    z-index: 10;
    border-radius: 48px 48px 0px 0px;
} */

.main-t .wrapper{
  position: relative;
  z-index: 10;
  padding-top: 322px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main__info{
  width: 665px;
  border-radius: 30px;
  background: rgba(93, 93, 93, 0.39);
  padding: 85px 45px 82px 45px;
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);

}

.main__img{
  width: 463px;
}

.main__head{
  margin-bottom: 22px;
  color: #FFF;
font-family: "Suisse Intl";
font-size: 90.023px;
font-style: normal;
font-weight: 400;
line-height: 92px;
letter-spacing: -3.68px;
}

.main__head span{
  color: #FF7707;
}

.main__prew-text {
  color: #FFF;
font-family: "Suisse Intl";
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 28.6px;
}


.main-prof{
  position: relative;
  z-index: 10;
  width: 536px;
  height: 346px;
  left: 88px;
  top: 9px;
}

.main-line{
  position: absolute;
  bottom: -16px;
  right: -639px;
}

div.header__nav-link:hover ul{
  width: auto;
}

.header__nav-link ul a{
  padding: 2px 0;
}



.header-b .header__nav-link ul a{
  white-space: nowrap;
}

.header-b{
  position: fixed;
}

/* .home .main{
  margin-top: 0!important;
} */
 .main__info{
  position: relative;
  z-index: 10;
 }

 .burger{
  width: 290px;
background-color: #F4F4F4;
overflow-y: auto;
padding: 0px 0px 25px 0px;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
height: 100%;
 }

 .burger__nav{
  background-color: #fff
 }

 .burger__nav-block{
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
 }

 .burger__info{
  background-color: #fff
 }
 
 .burger-top{
  display: flex;
  align-items: center;
  padding: 20px 22px;
  width: 100%;
  justify-content: space-between;
  color: #111;
  font-family: "Suisse Intl";
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
 }

 .burger__btn{
  width: 100%;
  padding: 20px 22px;
  border-bottom: 1px solid #DFDFDF;
  color: #FF7707;
  font-family: "Suisse Intl";
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
 }

 .burger__tel{
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 20px 22px;
  
 }
 
 .burger__tel svg{
  margin-right: 8px;
  color: #111;
  font-family: "Suisse Intl";
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
 }

 .burger-bottom{
  background-color: #fff;
  padding: 26px 29px 26px 45px;
 }

 .burger-bottom-link{
  color: #111;
  font-family: "Suisse Intl";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.36px;
margin-bottom: 11px;
 }

 .burger-bottom-link:last-child{
  margin-bottom: 0;
 }

 .burger__nav-block.active .burger-top svg{
  transform: rotate(90deg);
 }

 .burger-bottom{
  position: relative;
 }



 .burger-bottom::after{
  content: "";
  position: absolute;
  width: 100%;
  max-width: 10000px;
  height: 1px;
  background-color: #DFDFDF;
  top: 0;
  left: 0;
 }


.home .main{
  margin-top: 0!important;

}

.burger-close{
  padding: 10px;
}
.burger__nav-gost{
  background: #BDBDBD;
  height: 62px;
  width: 100%;
  display: flex;align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.burger-bottom-link{display: none}
.burger-bottom a{
  display: block!important;
}
.burger__btn{
  cursor: pointer;
}
.burger{
  transform: translateX(-100%);
  transition:  all 0.6s ease;
}
.burger.active{
  transform: translateX(-0%);

}

.grecaptcha-badge{
  display: none!important;
}
.application{
  z-index: 3;
  margin-top: -50px;
  position: relative;
}


.header__nav-link ul{
  transform: translateY(26px);
}

.header__nav-link::after{
  right: 0;
  width: 100%;
  top: 10%;
  height: 50px;
  background-color: transparent;
  content: "";
  position: absolute;
}

.header-b .header__nav-link ul a:hover{
  color: #FF7707;
}

.header__nav-link ul{
  border-radius: 0px 0px 15px 15px;
  /*backdrop-filter: blur(9.5px);*/
	/*  -webkit-backdrop-filter: blur(9.5px);*/ background: #696969;

/*background: rgba(221, 221, 221, 0.39);*/
overflow: hidden;

}

.header__nav-link ul li {
  border-bottom: 1px solid rgba(244, 244, 244, 0.18);
  padding: 13px 17px;
}
.header__nav-link ul li:last-child{
  border: none;
}


.header__nav-link ul li a{
  padding: 11px 18px;
}

.header__nav-link ul li{
  padding: 0;
}

.header__nav-link ul{
  padding: 0;
}

.header-b .header__nav-link ul a{
  color: #fff;
}

.header__nav-link ul{
  border: 1px solid rgba(244, 244, 244, 0.18);
}

.projects-section__heading{
  margin-bottom: 50px;
}
.instruments-section{background-size: cover}
.instruments-section__swiper{
  width: 450px;
  margin-left: 0;
}

.content-catalog{
  
  margin-bottom: 60px;
}

.content-catalog .wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.catalog__info{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.catalog__img-info{
  width: 517px;
height: 329px;
}


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

.content-catalog__wr{
  width: 618px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.content-catalog__name{
  color: #FF7707;
  font-family: "Suisse Intl";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.content-price{

color: #000;
font-family: "Suisse Intl";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px;
}

.content-catalog__tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.content-catalog__tab{
  transition: 0.43s;
  cursor: pointer;
border: 1px solid #ACACAC;
padding: 8px 16px;
border-radius: 8px;
color: #747474;
font-family: "Suisse Intl";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
align-items: center;
justify-content: center;
}

.content-catalog__tab.active{
  border: 1px solid #FF7707;
  color: #111;
}

.content-catalog{
  margin-top: 25px;
}

.content-catalog__wr{
  margin-left: 36px;
}

.sing-catalog__content{
  margin-top: 20px;
}

.sing-catalog__content h3,.sing-catalog__content h2,.sing-catalog__content h1{ 
  color: #FF7707;
  text-transform: none;
font-family: "Suisse Intl";
font-size: 17px!important;
font-style: normal;
font-weight: 700;
line-height: 32px;
margin-top: 30px;
margin-bottom: 5px;
}

.sing-catalog__content h3:first-child,.sing-catalog__content h2:first-child{
  margin-top: 0;
}


.sing-catalog__content p{
  color: #111;
margin-top: 5px;
  font-family: "Suisse Intl";
  font-size: 15px!important;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  letter-spacing: normal;
  position: relative;
  left: -3px;
}

.sing-catalog__content ul li{
  color: #111;
font-family: "Suisse Intl";
font-size: 15px!important;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
line-height: 135%;
}

.sing-catalog__content ul{
  margin-left: 0;
  padding-left: 20px;
  width: 984px;
  gap: 0;
}

.sing-catalog__content ul li::marker{
  font-size: 17px!important;
}

.sing-catalog__content ol{
  margin-left: 0;
  padding-left: 18px;
  width: 1255px;
  gap: 0;
}

.sing-catalog__content ol li{
  color: #111;
  font-family: "Suisse Intl";
  font-size: 15px!important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 141%;
}

.content-catalog__wr{
  gap: 27px;
}
.sing-catalog__content{
  width: 100%;
}

.sing-catalog__content strong{
  font-weight: 700;
}
.sing-catalog__content a{
  color: #ff7707;
  text-decoration: underline;
}
.header_btn:last-child {
	background:#FF7707;
	border-color:#FF7707;
}
.header_btn:hover {
	background:#FFf;
}
.catalog__social{
	display:flex;
	justify-content:flex-start;	gap:1%;

	width:100%;
	
}
.catalog__social img{
width:100%;
	height:100%;
	object-fit:contain;
}
.catalog__social a{
		width:32%;
border:1px solid #DFDFDF;
	padding:10px 15px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all 0.6s ease;
}
.catalog__social a:hover{
border:1px solid #FF7707;

}

@media (max-width: 1440px) {
  .about-section__layout {
    grid-template-columns: repeat(3, 1fr);
  }

  .technic {
    padding-top: 229px;
  }

  .technic__content {

  p {
    font-size: 21px;
  }
}

.technic__img {
  height: 479px;
  border-radius: 0px 40px 40px 0px;
}

.challenges__info-text {
  font-size: 21px;
}

.challenges__text-prew {
  font-size: 21px;
}

.challenges__block {
  padding: 27px 30px;
  padding-right: 27px;
}

.challenges__block {

h3 {
  font-size: 27px;
}

}
.challenges__description {
  border-radius: 0px 40px 40px 0px;
}

.system-coatings {
  margin-bottom: 139px;
}

.development__top {
  margin-bottom: 60px;
}

.development__data {
  font-size: 35px;
}

.application__block p {
  font-size: 28px;
}

.application .wrapper {
  padding-bottom: 163px;
}

.coatings__blocks {
  width: 100%;
}

.coatings__block {
  width: 381px;
}

.coatings__name {
  font-size: 27px;
  bottom: 25px;
  left: 25px;
}

.article-section__heading {
  font-size: 46px;
}
.main-prof{
  left: 0;
}

.main-line{
  right: -584px;
}
.content-catalog__name{
  font-size: 38px;
}
.content-price{
  font-size: 37px;
}
.content-catalog__tab{
  padding: 13px 28px;
  font-size: 28px;
}
.sing-catalog__content h3,.sing-catalog__content h2{
  font-size: 28px;
  margin-top: 12px;
}
.sing-catalog__content p{
  font-size: 21px;
}
.sing-catalog__content ul li::marker {
  font-size: 27px;
  font-size: 23px;
}
.content-catalog__name {
  font-size: 32px;
}
.content-price {
  font-size: 24px;
}
.content-catalog__tab {
  padding: 8px 16px;
  font-size: 18px;
}
.sing-catalog__content h3, .sing-catalog__content h2{
  font-size: 26px;
}
.sing-catalog__content p{
  font-size: 20px;
}
.sing-catalog__content ul li{
  font-size: 20px;
}
.sing-catalog__content ol li{
  font-size: 20px;
}
}



@media (max-width: 1280px) {
  .header {
    margin-bottom: 96px;
  }

  .header__nav-link {
    font-size: 16px;
  }

  .header__social-link {
    margin-right: 4px;
  }

  .header__tel-link {
    margin-right: 24px;
  }

  .header__btn {
    padding-right: 25px;
    gap: 14px;
  }

  .btn svg {
    width: 18px;
    height: 18px;
  }

  .btn__caption {
    font-size: 16px;
  }

  .tel-link {
    font-size: 16px;
  }

  .heading {
    font-size: 72px;
  }

  .subheading {
    font-size: 48px;
  }

  .promo-section__video {
    height: 640px;
  }

  p,
  .text,
  .about-section__text-content p,
  .dev-section__text-content p {
    font-size: 18px;
  }

  .technic__content {
    width: 578px;

  p {
    font-size: 20px;
  }

}

.technic__img {
  width: 827px;
  right: 30px;
}

.technic {
  margin-bottom: 220px;
}

.challenges__content {
  width: 585px;
}

.challenges__info {
  width: 590px;
}

.challenges__info-text p {
  font-size: 21px;
}

.challenges__info-img {
  width: 100%;
}

.challenges__description p {
  width: 100%;
  font-size: 22px;
  margin-bottom: 19px;
}

.challenges__description {
  padding: 30px 33px 33px 0px;
}

.system-coatings-wr {
  width: 100%;
}

.examples__content {
  width: 605px;
}

.examples__img {
  width: 584px;
  height: 381px;
}

.examples__text {
  font-size: 21px;
}

.examples__img {
  height: 367px;
}

.examples__name {
  font-size: 38px;
}

.examples {
  margin-bottom: 139px;
}

.certification__slide {
  width: 319px;
  height: 394px;
  border-radius: 23px;
}

.certification {
  margin-bottom: 138px;
}

.consultation__content p {
  font-size: 21px;
}

.consultation__wr {
  padding-top: 34px;
}

.consultation__people {
  width: 144px;
  height: 144px;
}

.technic__content {
  width: 47%;
}

.technic_l {
  width: 49%;
}

.technic__img {
  width: 827px;
  right: 0;
}

.challenges__content {
  width: 48%;
}

.challenges__info {
  width: 47%;
}

.challenges__block {
  padding: 24px 27px;
  padding-right: 27px;
}

.challenges__block {

h3 {
  font-size: 26px;
}

}
.system-coatings__block {
  width: 100%;
}

.system-coatings__blocks {
  align-items: flex-start;
  width: 48%;
}

.system-coatings__name {
  width: 101%;
}

.examples__content {
  width: 47%;
}

.examples__img {
  height: 362px;
  width: 48%;
}

.development__data {
  font-size: 31px;
  padding-top: 56px;
}

.development-kr {
  width: 38px;
  height: 38px;
}

.development__text {
  font-size: 20px;
  margin-top: 17px;
}

.development {
  position: relative;
  margin-bottom: 129px;
}

.technic {

.wrapper {
  min-height: 597px;
}

}
.technic {
  margin-bottom: 150px;
}
.exit {
  width: 1061px;
}
.wr-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 139px;
}
.exit h3 {
  font-weight: 600;
  font-size: 42px;
}
.main-line {
  right: -372px;
  width: 1000px;
  bottom: 4px;
}
.main-prof {
  left: 0;
  width: 513px;
  height: 340px;
}
.main__head{
  font-size: 82px;
  line-height: 83px;
}

.main-t{
  min-height: 998px;
}
.main-t .wrapper{
  padding-top: 266px;
}
.header_btn{
  padding: 9px;
}
.header_btn svg {
  position: relative;
  top: -2px;
  width: 20px;
  margin-right: 13px;
}
}

@media (max-width: 1196px) {
  .promo-section__video-wrapper::before, .promo-section__video-wrapper::after {
    width: 220px;
    height: 220px;
  }

  .advantages-section__list-item {
    padding: 32px 24px;
  }

  .advantages-section__list-item-heading {
    font-size: 24px;
  }

  .advantages-section__list-item-subheading {
    font-size: 18px;
  }

  .advantages-section__list-item-count {
    font-size: 72px;
  }

  .advantages-section__list-item-img {
    max-width: 196px;
  }

  .about-section__wrapper {
    margin-bottom: 64px;
  }

  .about-section__overlay {
    min-height: 640px;
  }

  .about-section__overlay-popup {
    max-width: 256px;
    padding: 16px;
  }

  .about-section__overlay-popup-img {
    height: 120px;
  }

  .about-section__overlay-popup-btn {
    padding: 10px 24px;
  }

  .about-section__overlay-message {
    padding-bottom: 79px;
  }

  .about-section__overlay-message-text {
    padding: 12px 17px;
    font-size: 18px;
  }

  .about-section__overlay-message_second {
    right: 24%;
    bottom: 36%;
  }

  .about-section__overlay-message_first .about-section__overlay-popup {
    top: 42%;
  }

  .owner-section {
    padding: 120px 0;
  }

  .owner-section__review-text {
    max-width: 720px;
  }

  .owner-section__name {
    font-size: 28px;
  }

  .owner-section__who {
    font-size: 16px;
  }

  .dev-section__list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 280px);
  }

  .dev-section__list-item {
    padding: 24px;
  }

  .dev-section__list-item-img {
    height: 180px;
  }

  .dev-section__list-item-heading, .dev-section__list-item-hidden-text {
    font-size: 24px;
  }

  .dev-section__list-item-hidden-text {
    font-size: 24px;
  }

  .projects-section__swiper {
    max-width: 540px;
    height: 640px;
  }

  .projects-section__swiper-slide {
    border-radius: 24px;
    overflow: hidden;
  }

  .contacts-section__info-address {
    font-size: 28px;
  }

  .contacts-section__profile-heading {
    font-size: 20px;
  }

  .contacts-section__profile-text .contacts-section__profile-link {
    font-size: 16px;
  }

  .breadcrumbs {
    margin-bottom: 24px;
  }

  .breadcrumbs__link {
    font-size: 16px;
  }

  .article-section__heading {
    font-size: 32px;
  }

  .article-section__date {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .article-section__img {
    height: 480px;
  }

  .article-section__text-content h2 {
    margin-top: 48px;
    font-size: 32px;
    margin-bottom: 24px;
  }

  .article-section__text-content p,
  .article-section__text-content li {
    font-size: 16px;
  }

  .article-section__text-content img {
    margin-bottom: 32px;
  }

  .catalog-section__list-item-wrapper {
    height: 320px;
  }

  .item-section__content-img {
    max-width: 400px;
    height: auto;
    margin-bottom: 64px;
  }

  .item-section__text-content h2 {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .item-section__text-content p,
  .item-section__text-content li {
    font-size: 16px;
  }

  .item-section__text-content img {
    margin-bottom: 16px;
  }

  .technic__img {
    width: 956px;
    right: 0px;
  }

  .technic__content {
    width: 47%;
  }

  .technic_l {
    width: 49%;
  }

  .technic {
    margin-bottom: 189px;
  }

  .challenges__content {
    width: 45%;
  }

  .challenges__info {
    width: 51%;
  }

  .challenges__block {
    padding: 23px 26px;
    padding-right: 24px;
  }

  .challenges__block {

  h3 {
    font-size: 25px;
  }
}

.challenges__description p {
  width: 100%;
  font-size: 21px;
  margin-bottom: 18px;
}

.challenges {
  margin-bottom: 134px;
}

.system-coatings__block {
  width: 100%;
  margin-bottom: 32px;
}

.system-coatings__blocks {
  width: 48%;
}

.system-coatings__name {
  width: 100.5%;
}

.system-coatings {
  margin-bottom: 130px;
}

.examples__content {
  width: 46%;
}

.examples__img {
  height: 348px;
  border-radius: 24px;
}

.examples {
  margin-bottom: 128px;
}

.examples__img {
  width: 50%;
  height: 344px;
}

.certification {
  margin-bottom: 125px;
}

.consultation__content {
  width: 51%;
  margin-right: 56px;
}

.system-coatings__content {
  padding-right: 19px;
}

.application__block p {
  font-size: 26px;
}

.application .wrapper {
  padding-bottom: 137px;
}

.application .wrapper {
  margin-bottom: 125px;
}

.coatings__block {
  width: 350px;
}
.exit {
  width: 85%;
}
.exit h3 {
  font-weight: 600;
  font-size: 39px;
  margin-bottom: 23px;
}
.wr-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.exit p{
  font-size: 17px;
}
.exit .wpcf7-submit {
  width: 192px;
  height: 57px;
  border-radius: 5px;
  font-size: 18px;
}
.main__info {
  width: 587px;
  padding: 73px 45px 73px 45px;
}
.main__head{
  font-size: 71px;
  line-height: 71px;
}
.main__img{
  width: auto;
}
.main-prof {
  left: 0;
  width: 422px;
  height: 298px;
  top: 7px;
}
.main-line {
  right: -352px;
  width: 928px;
  bottom: 4px;
}
.main-t{
  min-height: 869px;
}
.main-t .wrapper{
  padding-top: 233px;
}
.header-b .wrapper{
  padding-left: 20px;
}
.catalog__img-info {
  width: 46%;
  height: 310px;
}
.content-catalog__wr {
  margin-left: 28px;
  width: 56%;
}
.sing-catalog__content{
  width: 100%;
}

.sing-catalog__content p{
  font-size: 20px;
}
.item-section__text-content h2 {
  margin-top: 42px;
  margin-bottom: 18px;
  font-size: 26px;
}
.sing-catalog__content ul li{
  font-size: 20px;
}
.sing-catalog__content ul li::marker {
  font-size: 20px;
}
.sing-catalog__content ul{
  padding-left: 23px;
}
.sing-catalog__content ol{
  width: 100%;
}
.sing-catalog__content ol li{
  font-size: 20px;
}
.content-catalog__tab {
  padding: 10px 25px;
  font-size: 24px;
  border-radius: 11px;
}
.content-catalog__name {
  font-size: 37px;
}
.content-price {
  font-size: 34px;
}
.content-catalog__wr{
  gap: 24px;
}
.content-catalog__name {
  font-size: 30px;
}
.catalog__info{
  width: 100%;
}
.content-price {
  font-size: 24px;
}
.content-catalog__tab {
  padding: 8px 16px;
  font-size: 18px;
  border-radius: 7px;
}
}

@media (max-width: 1096px) {
  .main {
    margin-top: 100px;
  }

  .mobile-menu {
    display: flex;
  }

  .header__wrapper {
    padding-right: 0;
  }

  .advantages-section {
    top: 31px;
  }

  .instruments-section {
    transform: translateY(-20px);
  }

  .instruments-section__swiper-slide-text {
    font-size: 20px;
  }

  .about-section__layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .header {
    padding: 0;
    margin: 0;
  }

  .header__nav {
    display: none;
  }

  .header__logo-link {
    margin-right: 50px;
  }

  .header__btn {
    position: fixed;
    right: 32px;
    bottom: 32px;
  }

  .header__mobile-btn {
    display: flex;
  }

  .header__burger-btn {
    display: block;
    margin-left: auto;
  }

  .video-section {
    top: 67px;
  }

  .catalog-section__wrapper {
    gap: 24px;
  }

  .catalog-section__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-section__list-item-img-wrapper {
    height: 132px;
  }

  .advantages-section__list {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 256px;
    grid-template-rows: none;
  }

  .system-coatings__content {
    padding-right: 19px;
  }

  .system-coatings__img {
    width: 227px;
    height: 97px;
  }

  .system-coatings__info-block p {
    font-size: 19px;
  }

  .system-coatings__more {
    width: 244px;
    height: 54px;
  }

  .technic {
    padding-top: 158px;
  }

  .coatings__block {
    width: 350px;
    border-radius: 20px;
  }

  .main__btn-sms {
    padding: 13px 20px 13px 20px;
    font-size: 17px;
  }

  .main__btn-catalog {
    font-size: 17px;
  }

  .coatings__name {
    font-size: 25px;
    bottom: 20px;
    left: 20px;
  }

  .coatings__img {
    border-radius: 20px;
  }

  .coatings__block-shadow {
    border-radius: 20px;
  }

  .coatings__block {
    width: 325px;
    border-radius: 20px;
  }
  .header__btn{
    position: static;
  }
  .ham{
    height: 53px;
  }
  .header-b .wrapper{
    width: 100%;
    margin: 0 auto;
  }
  .header__burger-btn{
    margin-left: 0;
  }
  .catalog__img-info {
    width: 45%;
    height: 301px;
}
.content-catalog__name {
  font-size: 35px;
}
.sing-catalog__content p {
  font-size: 19px;
}
.sing-catalog__content ul li {
  font-size: 19px;
}
.sing-catalog__content ol li {
  font-size: 19px;
}
.item-section__text-content h2,.item-section__text-content h3{
  margin-bottom: 7.5px;
  font-size: 24px;
}
.sing-catalog__content ul{
  width: 100%;
}
.content-catalog__name {
  font-size: 30px;
}
}


@media (max-width: 1024px) {
  .header {
    margin-bottom: 48px;
  }

  .heading {
    font-size: 48px;
  }

  .promo-section__video {
    height: 480px;
  }
	.contacts-section__info-address{
		        font-size: 16px!important;
	}
  .advantages-section__list {
    grid-template-rows: repeat(2, 307px);
  }

  .advantages-section__list-item-heading {
    font-size: 18px;
  }

  .advantages-section__list-item-img {
    max-width: 160px;
  }

  .contacts-section__info-address {
    font-size: 20px;
  }

  .contacts-section__info-body {
    gap: 40px;
  }

  .contacts-section__socials {
    gap: 16px;
  }

  .system-coatings__content {
    width: 100%;
  }

  .system-coatings__img {
    width: 209px;
    height: 97px;
  }

  .system-coatings__name {
    width: 100.5%;
    border-radius: 23px;
    padding: 12px 23px;
    font-size: 17px;
  }

  .system-coatings__name {

  p {
    margin-bottom: 6px;
  }
}

.system-coatings {
  margin-bottom: 120px;
}

.examples__content {
  width: 47%;
}

.examples__img {
  width: 47%;
  height: 315px;
}

.examples__text {
  font-size: 20px;
}

.subheading {
  font-size: 44px;
}

.certification {
  margin-bottom: 114px;
}

.consultation__content p {
  font-size: 20px;
}

.consultation__content {
  width: 51%;
  margin-right: 33px;
}

.consultation__wr {
  padding-top: 34px;
  width: 42%;
}

.consultation__people {
  width: 130px;
  height: 130px;
}

.examples__name {
  font-size: 38px;
}

.challenges__info-text p {
  font-size: 20px;
}

.challenges__description p {
  font-size: 20px;
}

.challenges__text-prew {

br {
  display: none;
}

}
.challenges__block {

h3 {
  font-size: 23px;
}

}
.challenges__block {
  padding: 20px 22px;
  padding-right: 24px;
  border-radius: 22px;
}

.main__btn-catalog {
  padding: 11px 54px 11px 12px;
}

.development__text {
  font-size: 19px;
  margin-top: 17px;
}

.coatings__block {
  width: 100%;
  border-radius: 20px;
}

.coatings__name {
  font-size: 24px;
}

.technic {
  margin-bottom: 149px;
}

.main__head{
  font-size: 65px;
}
.main__info {
  position: relative;
  z-index: 10;
  width: 516px;
  padding: 65px 38px 65px 38px;
}
.main-prof {
  left: 20px;
  width: 369px;
  height: 262px;
  top: 11px;
}
.main-line {
  right: -352px;
  width: 866px;
  bottom: 4px;
}
.main-t{
  min-height: 820px;
}
}


@media (max-width: 920px) {
  .subheading {
    font-size: 36px;
  }

  p,
  .text,
  .about-section__text-content p,
  .dev-section__text-content p {
    font-size: 16px;
  }

  .advantages-section__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 307px);
  }

  .about-section__wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }

  .about-section__overlay-message_second {
    right: unset;
  }

  .about-section__overlay-message_second .about-section__overlay-popup {
    top: 40%;
  }

  .about-section__overlay-message-text {
    font-size: 16px;
  }

  .owner-section__review {
    background-size: 32px;
  }

  .dev-section__content {
    margin-bottom: 48px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }

  .dev-section__list {
    grid-template-rows: repeat(3, 240px);
  }

  .dev-section__list-item-img {
    height: 120px;
  }

  .projects-section {
    margin: 72px 0;
  }

  .projects-section__swiper {
    max-width: 420px;
    height: 501px;
  }

  .contacts-section__wrapper {
    gap: 64px;
  }

  .contacts-section__info {
    max-width: unset;
  }

  .contacts-section__info-text-content p {
    font-size: 16px;
  }

  .contacts-section__info-body {
    padding: 32px 0;
  }

  .contacts-section__map {
    max-width: unset;
    height: 360px;
  }

  .contacts-section__wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }

  .contacts-section__profile {
    gap: 18px;
  }

  .contacts-section__profile-avatar {
    width: 72px;
    height: 72px;
  }

  .contacts-section__profile-heading {
    font-size: 18px;
  }

  .contacts-section__profile-text, .contacts-section__profile-link {
    font-size: 16px;
  }

  .articles-section__date-filter-link {
    font-size: 48px;
  }

  .articles-section__date-filter-link.active {
    font-size: 72px;
  }

  .articles-section__list-item-img-wrapper {
    height: 360px;
  }

  .articles-section__list-item-heading {
    font-size: 28px;
  }

  .articles-section__pagination {
    margin-top: 48px;
  }

  .application__block p {
    font-size: 25px;
    line-height: normal;
  }

  .application__block {
    padding: 26px;
  }

  #item-3 {

  .application__icon {
    bottom: -24px;
    right: 15px;
    width: 210px;
  }
}

#item-5 {

.application__icon {
  bottom: 14px;
  right: 13px;
  width: 200px;
}

}
#item-7 {

.application__icon {
  bottom: 27px;
  right: -42px;
}

}
#item-8 {

.application__icon {
  bottom: 26px;
  right: 18px;
  width: 291px;
}

}
#item-9 {

.application__icon {
  width: 200px;
  bottom: -8px;
  right: 29px;
}

}
#item-10 {

.application__icon {
  bottom: 30px;
  right: 6px;
}

}
.coatings__name {
  font-size: 21px;
}

.coatings__block {
  height: 224px;
}

.col {

h4 {
  font-size: 22px;
}

}
.descr {
  font-size: 17px;
}

.wr-form p{
  width: 46%;
}
.exit h3 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 23px;
}

}


@media (max-width: 860px) {
  .about-section__row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }

  .technic {

  .wrapper {
    flex-direction: column;
  }
}

.technic {
  padding-top: 100px;
}

.technic__content {
  width: 100%;
  top: 0;
  margin-bottom: 44px;
}


.technic_l {
  width: 100%;
}

.subheading {
  font-size: 40px;
}

.technic {

.subheading {
  margin-bottom: 22px;
}

}
.technic__img {
  display: none;
}

.technic__img2 {
  display: block;
  position: relative;
  top: 0;
}

.technic__content p {
  margin-bottom: 18px;
}

.technic__img {
  height: 430px;
  border-radius: 30px 0px 0px 30px;
}

.technic {
  margin-bottom: 137px;
}

.challenges__info {
  position: static;
}

.challenges__content {
  width: 100%;
}

.challenges__info {
  width: 100%;
}

.challenges__info {
  margin-top: 25px;
  margin-bottom: 25px;
}

.challenges__block {
  align-items: center;
  justify-content: center;
}

.technic {
  margin-bottom: 119px;
}

.system-coatings__content {
  flex-direction: column;
  align-items: flex-start;
}

.system-coatings__img {
  margin-bottom: 19px;
}

.system-coatings__content {
  padding-bottom: 20px;
}

.system-coatings__more {
  width: 223px;
  height: 52px;
}

.examples__wr {
  flex-direction: column-reverse;
}

.examples__content {
  width: 100%;
}

.examples__img {
  width: 100%;
  height: 315px;
}

.examples__wr {
  width: 362px;
}

.examples__img {
  width: 100%;
  height: 246px;
  border-radius: 18px;
  margin-bottom: 15px;
}

.examples__name {
  line-height: normal;
  font-size: 34px;
  margin-bottom: 15px;
}

.examples__text {
  font-size: 19px;
}

.certification__slide {
  width: 294px;
  height: 357px;
  border-radius: 23px;
}

.consultation {

.wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

}
.consultation__content {
  width: 100%;
  margin-right: 0;
}

.consultation__wr {
  padding-top: 0;
  width: 100%;
  margin-top: 35px;
}

.consultation__people {
  width: 121px;
  height: 121px;
}

.certification {
  margin-bottom: 98px;
}

.examples {
  margin-bottom: 109px;
}

.development__text {
  font-size: 18px;
  margin-top: 17px;
}

.development__data {
  font-size: 30px;
  padding-top: 56px;
}

.application__block p {
  font-size: 21px;
  line-height: normal;
}

.application__block {
  padding: 21px;
}

.application__block-arrow {
  width: 48px;
  height: 48px;
}

.application .wrapper {
  padding-bottom: 111px;
}

#item-3 {

.application__icon {
  bottom: -24px;
  right: 15px;
  width: 190px;
}

}
.swiper__examples {
  flex-direction: column;
}

.examples__content {
  order: 2;
}

.technic {

.wrapper {
  min-height: auto;
}

}
.wr-form {

  flex-direction: column;
}
.wr-form p{
  width: 100%;
}
.exit h3 {
  font-weight: 600;
  font-size: 33px;
  margin-bottom: 18px;
}
.exit h3 {
  font-weight: 600;
  font-size: 33px;
  margin-bottom: 18px;
}
.wr-form input{
  font-size: 16px;
  height: 52px;
}
.exit textarea{
  font-size: 16px;
  height: 38px;
}
.main__info{
  padding: 50px 29px 50px 29px;
}
.main__head{
  font-size: 50px;
  line-height: normal;
}
.main-prof {
  width: 319px;
  height: 230px;
}
.main__info{
  padding: 50px 29px 50px 29px;
  width: 411px;
}
.main__prew-text{
  font-size: 21px;
}
.main-t{
  min-height: 762px;
}
.header__menu{
  display: none;
}
.header-b .wrapper{
  border-radius: 0;
  padding: 6px 4px;
}
.header__wrapper {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.header__logo-link {
  margin-right: 16px;
}
.header-b .wrapper {
  padding-left: 0px;
}
.catalog__img-info {
  width: 45%;
  height: 252px;
}
.content-catalog__name {
  font-size: 32px;
}
.content-price {
  font-size: 31px;
}
.content-catalog__tab {
  padding: 7px 21px;
  font-size: 22px;
  border-radius: 11px;
}
.content-catalog__wr {
  gap: 18px;
}
.sing-catalog__content p {
  font-size: 17px;
}
.sing-catalog__content ul li {
  font-size: 17px;
}
.sing-catalog__content ol li {
  font-size: 17px;
}
.item-section__text-content h2 {
  margin-top: 32px;
}
.catalog__img-info {
  width: 49%;
  height: 240px;
}
.content-catalog__wr {
  margin-left: 12px;
  width: 54%;
}
.content-catalog__name {
  font-size: 27px;
}
.content-price {
  font-size: 23px;
}
.content-catalog__tab {
  padding: 7px 16px;
  font-size: 17px;
  border-radius: 9px;
}
}

.md-show{
  display: none;
}
@media (max-width: 767px) {
  .promo-section__wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }
	.catalog__social a{
		height:45px;
		padding:5px;
	}
  .projects-section__heading{
    margin-bottom: 20px;
  }
  .item-section__content{
    width: 100% !important;
  }
  .instruments-section__swiper{
    width: 300px!important;
  }
  .application__blocks{
    display: block!important;
  }
  .application__block{
    width: 100%!important;
  }
  .application__blocks-swiper{
    overflow: visible!important;
  }
  .application__blocks-swiper{
    width: 280px!important;
    max-width: 100%;
    margin: 0 auto!important;
    margin-top: 20px!important;
  }
.application{
  background: white;
  padding-top: 70px;
}

.md-hide{
  display: none;
}
.md-show{
  display: block;
}
  .promo-section__video {
    height: 320px;
  }

  .advantages-section__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }

  .advantages-section__list-item {
    height: 270px;
  }

  .about-section__card-heading {
    font-size: 14px;
  }

  .articles-section__date-filter-link {
    font-size: 32px;
  }

  .articles-section__date-filter-link.active {
    font-size: 48px;
  }

  .articles-section__list-item-img-wrapper {
    height: 320px;
  }

  .articles-section__list-item-heading {
    font-size: 20px;
  }

  .catalog-section__filters-heading {
    font-size: 16px;
  }

  .catalog-section__list-item-wrapper {
    padding: 12px 14px;
  }

  .catalog-section__filter-header {
    font-size: 16px;
  }

  .catalog-section__filter-label {
    font-size: 14px;
  }

  .catalog-section__filter-reset-btn {
    font-size: 14px;
  }

  .item-section__content-img {
    max-width: 240px;
  }

  .item-section__row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }

  .item-section__info-heading {
    font-size: 24px;
  }

  .item-section__content-img {
    max-width: 420px;
  }

  .instruments-section__row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }

  .instruments-section__swiper-slide {
    max-width: 452px;
    height: 332px;
  }

  .instruments-section__swiper-slide-heading {
    font-size: 28px;
  }

  .instruments-section__swiper-slide-text {
    font-size: 20px;
    line-height: 26px;
  }

  .instruments-section__swiper-slide-img {
    width: 64px;
    height: 64px;
  }

  .system-coatings__name {

  p {
    font-size: 14px;
  }
}

.system-coatings__info-block p {
  font-size: 18px;
}

.examples__wr {
  width: 335px;
}

.application__blocks {
  flex-direction: column;
  display: flex;
}

.application__block {
  width: 100%;
  height: 244px;
}

.application__block p {
  font-size: 25px;
  line-height: normal;
}

.application .wrapper {
  padding-top: 43px;
}

.application {
  border-radius: 32px 32px 0px 0px;
}

#item-4 {

.application__icon {
  bottom: -12px;
  right: 11px;
  width: 195px;
}

}
.application .wrapper {
  padding-bottom: 104px;
  margin-bottom: 111px;
}

.coatings__blocks {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.coatings__name {
  font-size: 26px;
}

.coatings__block:nth-child(3n) {
  height: 224px;
}

.challenges {
  margin-bottom: 91px;
}
.catalog__img-info {
  width: 50%;
  height: 220px;
}
.content-catalog__name {
  font-size: 28px;
}
.content-price {
  font-size: 26px;
}
.content-catalog__tab {
  padding: 6px 21px;
  font-size: 20px;
  border-radius: 11px;
  line-height: 29px;
}
.item-section__text-content h2{
  font-size: 23px;
}
.content-catalog__name {
  font-size: 23px;
}
.content-price {
  font-size: 21px;
}
.content-catalog__tab {
  padding: 6px 16px;
  font-size: 16px;
  border-radius: 8px;
  line-height: normal;
}
.item-section__text-content h2 {
  font-size: 22px;
}
}


@media (max-width: 675px) {
  .catalog-section__list {
    grid-template-columns: 1fr;
  }

  .catalog-section__pagination {
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: 48px;
  }

  .item-section__info-heading {
    font-size: 28px;
  }

  .item-section__content-img {
    height: 240px;
  }

  .instruments-section__swiper-slide {
    max-width: 300px;
    height: 332px;
    padding: 24px 16px;
  }

  .fancybox__content {
    width: 542px;
  }
  .main-prof{
    width: 282px;
    height: 209px;
  }
  .main__info{
    width: 334px;
  }
  .main__head{
    font-size: 46px;
    margin-bottom: 16px;
  }
  .main__prew-text{
    font-size: 19px;
  }
  .main-line {
    right: -352px;
    width: 731px;
    bottom: 16px;
}
.main-t{
  min-height: 695px;
}
.main-t .wrapper{
  padding-top: 192px;
}
.main__info {
  width: 100%;
}
.main-t .wrapper{
  flex-direction: column;
}
.main-prof{
  position: absolute;
}
.main__img{
  position: relative;
}
.main-t .wrapper {
  padding-top: 145px;
}
.main__info{
  padding: 76px 29px 98px 29px;
}
.main-prof {
  position: absolute;
  z-index: 15;
  width: 282px;
  height: 189px;
  top: auto;
  bottom: -112px;
  right: auto;
  left: 72px;
}
.main-line {
  right: -524px;
  width: 550px;
  bottom: -103px;
  z-index: 12;
}
.main-t {
  min-height: 733px;
}
.main__head{
  position: relative;
  z-index: 15;
}
.main__prew-text{
  position: relative;
  z-index: 15;
}
.catalog__img-info {
  width: 47%;
  height: 181px;
}
.content-catalog__name {
  font-size: 26px;
}
.content-price {
  font-size: 23px;
}
.content-catalog__tab {
  border-radius: 11px;
  line-height: 26px;
}
.sing-catalog__content {
  margin-top: 29px;
}
.item-section__text-content h2 {
  margin-bottom: 11px;
  font-size: 22px;
  margin-top: 27px;
}
.sing-catalog__content p {
  font-size: 16px;
}
.sing-catalog__content ul li {
  font-size: 16px;
}
.sing-catalog__content ul li::marker {
  font-size: 17px;
}
.sing-catalog__content ul {
  padding-left: 20px;
}
.sing-catalog__content ol li {
  font-size: 16px;
}
.sing-catalog__content ol{
  padding-left: 19px;
}
.content-catalog {
  margin-bottom: 36px;
}
.content-catalog__name {
  font-size: 23px;
}
.content-price {
  font-size: 21px;
}
.content-catalog__tab {
  border-radius: 8px;
  line-height: normal;
}
.content-catalog__wr {
  gap: 13px;
}
}

@media (max-width: 625px) {
  .promo-section__video-wrapper::before, .promo-section__video-wrapper::after {
    width: 120px;
    height: 120px;
  }

  .advantages-section {
    padding-top: 18px;
  }

  .dev-section__list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: start;
  }

  .dev-section__list-item {
    height: 240px;
  }

  .projects-section__wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }

  .projects-section__tabs {
    min-height: 160px;
  }

  .projects-section__swiper {
    max-width: unset;
  }

  .owner-section__review {
    padding: 0px 48px;
  }

  .article-section__img {
    height: 240px;
  }

  .article-section__text-content img {
    margin: 16px 0;
  }

  .article-section__text-content h2 {
    font-size: 24px;
    margin-top: 16px;
  }

  .about-section__layout {
    grid-template-columns: 1fr;
  }

  .development__block {
    width: 310px;
    padding-right: 31px;
  }

  .is-compact .fancybox__content > .f-button.is-close-btn {
    background-color: transparent !important;
  }

  .article-section__heading {
    font-size: 28px;
  }
  .catalog__info{
    flex-direction: column;
  }.catalog__img-info {
    width: 100%;
    height: 285px;

}
.content-catalog__wr {
  margin-left: 12px;
  width: 100%;
  margin-top: 22px;
  margin-left: 0;
}
.content-catalog__name {
  font-size: 31px;
}
.content-price {
  font-size: 27px;
}
.content-catalog__tab {
  border-radius: 11px;
  line-height: 33px;
  font-size: 22px;
}
.item-section__text-content h2{
  font-size: 24px;
  margin-bottom: 15px;
}

.sing-catalog__content p {
  font-size: 17px;
}
.sing-catalog__content ul li {
  font-size: 17px;
}
.sing-catalog__content ol li {
  font-size: 17px;
}
.content-catalog__name {
  font-size: 28px;
}
.content-price {
  font-size: 24px;
}
.content-catalog__tab {
  border-radius: 9px;
  line-height: 27px;
  font-size: 19px;
}
.content-catalog__wr {
  gap: 20px;
}
.item-section__text-content h2 {
  font-size: 21px;
  margin-bottom: 13px;
}
}

@media (max-width: 575px) {
  .catalog-section__filters {
    max-width: 190px;
  }

  .item-section__wrapper {
    gap: 16px;
    display: flex;
    flex-direction: column-reverse;
  }

  .item-section__content-img {
    display: none;
  }

  .item-section__info {
    position: static;
  }

  .item-section__info-img {
    display: initial;
    width: 100%;
  }

  .item-section__info-item-list {
    align-items: flex-start;
  }

  .technic {
    padding-top: 110px;
  }

  .technic__content {

  p {
    font-size: 19px;
  }
}

.technic__img {
  height: 381px;
  border-radius: 30px 0px 0px 30px;
}

.system-coatings__more {
  width: 90%;
  height: 52px;
  position: static;
}

.system-coatings__block {
  align-items: center;
}

.system__more-wr {
  width: 100%;
  justify-content: center;
}

.system-coatings__img {
  width: 100%;
  height: 93px;
}

.system-coatings__info-block p {
  font-size: 17px;
}

.system-coatings__info-block {

span {
  font-size: 15px;
}

}
.system-coatings__content {
  padding: 20px 15px 15px 15px;
}

.system-coatings__more {
  margin-bottom: 10px;
}

.system-coatings__img {
  width: 100%;
  height: 78px;
}

.system-coatings__block {
  width: 100%;
  margin-bottom: 23px;
}

.development__arrows {
  display: none;
}

.examples {

.subheading {
  width: 74%;
  line-height: 120%;
}

}
.examples__img {
  width: 100%;
  height: 211px;
  border-radius: 18px;
  margin-bottom: 24px;
}

.examples__name {
  line-height: normal;
  font-size: 31px;
  margin-bottom: 10px;
}

.examples__text {
  font-size: 17px;
}

.examples {
  margin-bottom: 89px;
}

.certification__slide {
  width: 264px;
  height: 343px;
  border-radius: 17px;
}

.consultation__content p {
  font-size: 19px;
}

.consultation__people {
  width: 113px;
  height: 113px;
}

.fancybox__content {
  width: 485px;
  padding: 25px 20px 11px 20px;
}

.challenges {
  margin-bottom: 63px;
}

}


@media (max-width: 525px) {
  .article-section__heading {
    font-size: 28px;
  }

  .fancybox__content {
    width: 80%;
  }

  .fancybox__content {

  input {
    height: 43px;
  }
}

.fancybox__content {

label {
  font-size: 16px;
}

}
.fancybox__content {

textarea {
  height: 141px;
}

}
.fancybox__content {

&
.wpcf7-list-item {

&
label {

input {
  margin-right: 10px;
}

}
}
}
.fancybox__content {

&
.wpcf7-list-item {

label {
  font-size: 15px;
}

}
}
.fancybox__content .wpcf7-submit {
  height: 52px;
}

.fancybox__content {

h3 {
  font-size: 28px;
}

}

.main-prof{
  left: 42px;
  width: 236px;
        height: 159px;
}
.content-catalog__name {
  font-size: 30px;
}
.content-price {
  font-size: 25px;
}
.content-catalog__tab {
  border-radius: 11px;
  line-height: 30px;
  font-size: 20px;
}
.content-catalog__name {
  font-size: 26px;
}
.content-price {
  font-size: 24px;
}
.content-catalog__tab {
  border-radius: 10px;
  line-height: 27px;
  font-size: 18px;
}
}


@media (max-width: 485px) {
  .catalog-section__wrapper {
    flex-direction: column;
  }

  .catalog-section__filters {
    max-width: unset;
    position: static;
  }

  .catalog-section__filters-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .logo {
    width: 96px;
    height: auto;
  }

  .header__menu {
    margin-left: auto;
  }

  .header__logo-year {
    right: -24px;
  }

  .header__logo-year svg {
    width: 18px;
    height: 18px;
  }

  .header__tel-link {
    margin-right: 0;
    font-size: 14px;
  }

  .header__social-link {
    margin: 0;
  }

  .header__social-link svg {
    width: 24px;
    height: 24px;
  }

  .header .ham {
    width: 48px;
    height: 48px;
  }

  .mobile-menu {
    height: calc(100% - 51px);
    top: 51px;
  }
  .main__head {
    font-size: 44px;
}
.main-line{
  right: -493px;
  bottom: -130px;
}
.main-prof{
  left: 28px;
  width: 213px;
  height: 147px;
}
}

@media (max-width: 425px) {
  .contacts-section__info-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
  }

  .projects-section__swiper {
    height: 320px;
  }

  .heading {
    font-size: 32px;
    letter-spacing: -0.68px;
  }

  .breadcrumbs__link {
    font-size: 12px;
  }

  .article-section__date {
    font-size: 14px;
  }

  .catalog-section__wrapper {
    flex-direction: column;
  }

  .catalog-section__filters {
    max-width: unset;
  }

  .catalog-section__filters-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .technic__content {

  p {
    font-size: 16px;
  }
}

.technic__img {
  width: 375px;
  height: 290px;
  border-radius: 20px 0px 0px 20px;
}

.technic__content {
  margin-bottom: 30px;
}

.technic {
  padding-top: 80px;
}

.challenges__text-prew {
  font-size: 16px;
  margin-top: 20px;
}

.challenges__blocks {
  margin-top: 20px;
}

.challenges__block {
  align-items: center;
  justify-content: center;
  padding: 15px 53px;
  height: 50px;
  border-radius: 10px;

}

.challenges__block {

h3 {
  font-size: 16px;
}

}
.challenges__info {
  margin-top: 17px;
  margin-bottom: 30px;
}

.challenges__info-text p {
  font-size: 16px;
}

.challenges__info-text p {
  margin-bottom: 20px;
}

.challenges__info-img {
  width: 100%;
  height: 159px;
  border-radius: 10px;
}

.challenges__description p {
  font-size: 16px;
  line-height: 160%;
}

.challenges__description {
  padding: 20px 45px 18px 0px;
  border-radius: 0px 20px 20px 0px;
}

.system-coatings {

.subheading {
  font-size: 36px;
}

}
.system-coatings__blocks {
  margin-top: 27px;
}

.system-coatings__name {
  border-radius: 20px;
  padding: 16px 10px;
}

.system-coatings__name {
  font-size: large;
}

.examples__wr {
  width: 290px;
}

.examples__img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.examples__name {
  font-size: 26px;
}

.examples__text {
  font-size: 14px;
}

.development__top {
  margin-bottom: 19px;
}

.examples {

.subheading {
  width: 74%;
  line-height: 120%;
  font-size: 36px;
}

}
.certification .subheading {
  font-size: 36px;
}

.certification__slide {
  width: 232px;
  height: 301px;
  border-radius: 10px;
}

.certification {
  margin-bottom: 70px;
}

.consultation__content p {
  font-size: 16px;
}

.consultation__people {
  width: 89px;
  height: 89px;
}

.consultation__job {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 120%;
}

.consultation__name {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 5px;
}

.consultation__tel {
  font-size: 14px;
  line-height: 120%;
}

.challenges .subheading {
  font-size: 36px;
}

.technic {
  margin-bottom: 80px;
}

.system-coatings__block {
  border-radius: 20px;
}

.main__navs {
  padding-top: 23px;
  width: 100%;
  flex-direction: column;
}

.main-info {
  width: 100%;
}

.main__btn-catalog {

svg {
  margin-right: 23px;
  transition: 0.43s;
}

}
.main__btn-catalog {
  padding: 11px 33px 11px 12px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.main__btn-sms {
  padding: 13px 15px 13px 15px;
  font-size: 15px;
  height: 50px;
  width: 100%;
}

.main__btn-catalog {
  height: 50px;
  position: relative;

svg {
  margin-right: 0;
  transition: 0.43s;
  position: absolute;
  top: 10px;
  left: 14px;
}

}
.development {

.subheading {
  font-size: 36px;
}

}
.development__top {
  margin-bottom: 35px;
}

.development-kr {
  width: 27px;
  height: 27px;
}

.dev-line {
  top: 15px;
  left: 27px;
}

.development__data {
  font-size: 28px;
  padding-top: 43px;
}

.development__text {
  font-size: 15px;
  margin-top: 15px;
}

.development__block {
  width: 205px;
  padding-right: 15px;
}

.development {
  position: relative;
  margin-bottom: 80px;
}

.application {
  border-radius: 32px 32px 0px 0px;
  background: transparent;
}

.application .wrapper {
  margin-bottom: 84px;
  padding-top: 0;
  padding-bottom: 0;
}

.application .subheading {
  font-size: 36px;
  width: 90%;
}

.application__block {
  height: 200px;
  width: 280px;
  padding: 20px;
}

.application__block p {
  font-size: 20px;
}

.coatings .subheading {
  font-size: 36px;
}

.coatings__block {
  height: 160px;
  border-radius: 32px;
}

.coatings__block-shadow {
  border-radius: 32px;
}

.coatings__img {
  border-radius: 32px;
}

.coatings__name {
  font-size: 20px;
  font-weight: 400;
}

.coatings__blocks {
  gap: 20px;
}

.coatings__block:nth-child(3n) {
  height: 160px;
}

.fancybox__content {

h3 {
  font-size: 23px;
}

}
.application__icon{
  width: 59%;
}
.appitem-7{
  .application__icon{
    width: 80%;
  }
}
.appitem-8{
  .application__icon{
    width: 80%;
  }
}
.appitem-10{
  .application__icon{
    width: 80%;
  }
}

.exit p {
  font-size: 14px;
}
.wr-form input{
  height: 38px;
  font-size: 14px;
}
.wr-form{
  gap: 12px;
}
.exit textarea{
  height: 119px;
  font-size: 14px;
}
.exit .wpcf7-submit{
  height: 52px;
  width: 100%;
  font-size: 16px;
}
.main-t {
  min-height: 800px;
}
.main-t .wrapper {
  padding-top: 174px;
}
.main__info {
  padding: 91px 21px 109px 21px;
}
.main__head {
  font-size: 44px;
  margin-bottom: 17px;
  line-height: 48px;
}
.main__prew-text {
  font-size: 13px;
  line-height: 19.6px;
  width: 263px;
}
.main__info{
  border-radius: 20px;
}
.logo{
  width: 79px;
}
.header .ham{
  height: 43px;
}
.header-b{
  height: 62px;
}
.main-line {
  right: -437px;
  width: 521px;
  bottom: -109px;
  z-index: 12;
}
.main-prof {
  position: absolute;
  z-index: 15;
  width: 202px;
  height: 129px;
  top: auto;
  bottom: -64px;
  right: auto;
  left: -29px;
}

.catalog__img-info {
  width: 100%;
  height: auto;
}
.content-catalog__name {
  font-size: 26px;
}
.content-catalog__tab{
  font-size: 19px;
}
.item-section__text-content h2 {
  font-size: 22px;
  margin-bottom: 13px;
  line-height: normal;
}
.sing-catalog__content {
  margin-top: 42px;
}
.sing-catalog__content p {
  font-size: 16px;
}
.sing-catalog__content ul li {
  font-size: 16px;
}
.sing-catalog__content ul li::marker {
  font-size: 16px;
}

.sing-catalog__content ol li {
  font-size: 16px;
}
.content-catalog {
  margin-bottom: 30px;
}
.catalog__img-info {
  width: 100%;
  height: 228px;
}
.content-price {
  font-size: 23px;
}
.content-catalog__tab {
  font-size: 17px;
  line-height: 23px;
}
.item-section__text-content h2{
  font-size: 21px;
}
}


@media (max-width: 350px) {
  .content-catalog__name {
    font-size: 21px;
}
.catalog__img-info {
  width: 100%;
  height: 184px;
}
.content-price {
  font-size: 21px;
}
  .content-catalog__name {
    font-size: 23px;
}
.content-price {
  font-size: 23px;
}
  .main__head{
    font-size: 40px;
  }
  .content-catalog__tab {
    font-size: 18px;
    line-height: 27px;
}
.content-catalog__tab {
  font-size: 16px;
  line-height: 22px;
  border-radius: 8px;
}
.content-catalog__wr {
  gap: 13px;
}
.item-section__text-content h2{
  font-size: 20px;
}
.sing-catalog__content p {
  font-size: 15px;
}
  .header__logo-link {
    margin-right: 32px;
  }
  .sing-catalog__content ul li {
    font-size: 15px;
}
.sing-catalog__content ol li {
  font-size: 15px;
}
  .header__social-link {
    display: none;
  }

  .technic__content {

  p {
    font-size: 14px;
  }
}

.challenges__block {
  padding: 15px 21px;
}

.challenges__block {

h3 {
  font-size: 15px;
}

}
.challenges__description p {
  font-size: 14px;
  line-height: 160%;
}

.challenges__info-text p {
  font-size: 14px;
}

.system-coatings__name {

p {
  font-size: 12px;
}

}
.system-coatings__img {
  width: 100%;
  height: 51px;
}

.system-coatings__info-block p {
  font-size: 12px;
}

.system-coatings__info-block {

span {
  font-size: 12px;
}

}
.system-coatings__more {
  margin-bottom: 10px;
  height: 40px;
  font-size: 12px;
}

.system-coatings__name {
  width: 103%;
}

.system-coatings {

.subheading {
  font-size: 34px;
}

}
.application__icon {
  width: 162px;
}

#item-4 {

.application__icon {
  bottom: -12px;
  right: 11px;
  width: 156px;
}

}
#item-5 {

.application__icon {
  bottom: 14px;
  right: 13px;
  width: 163px;
}

}
.application__icon {
  bottom: -12px;
  right: 29px;
  width: 148px;
}

#item-7 {

.application__icon {
  bottom: 27px;
  right: -42px;
  width: 217px;
}

}
#item-8 {

.application__icon {
  bottom: 22px;
  right: 37px;
  width: 262px;
}

}
#item-9 {

.application__icon {
  width: 181px;
  bottom: -8px;
  right: 29px;
}

}
#item-10 {

.application__icon {
  bottom: 30px;
  right: 6px;
  width: 203px;
}

}
} /*# sourceMappingURL=index.css.map */
.mb_40{
	margin-bottom: 30px;
}