

/* Start:/local/templates/industriya-gstz/css/style.css?176416110895065*/
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #322f31;
  line-height: 1;
  font-family: "PT Sans";
  font-size: 20px;
  font-weight: 300;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6,.title,.title-h1 {
	font-family: "GoodPro";
}

input,
button,
textarea {
  font-family: "PT Sans";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

svg {
	width: 20px;
}

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

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

@font-face {
  font-family: GoodPro;
  font-display: swap;
  src: url("/local/templates/industriya-gstz/css/../fonts/GoodPro-Light.woff2") format("woff2"),url("/local/templates/industriya-gstz/css/../fonts/GoodPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: GoodPro;
  font-display: swap;
  src: url("/local/templates/industriya-gstz/css/../fonts/GoodPro-Medium.woff2") format("woff2"),url("/local/templates/industriya-gstz/css/../fonts/GoodPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: GoodPro;
  font-display: swap;
  src: url("/local/templates/industriya-gstz/css/../fonts/GoodPro-Black.woff2") format("woff2"),url("/local/templates/industriya-gstz/css/../fonts/GoodPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Muller;
  font-display: swap;
  src: url("/local/templates/industriya-gstz/css/../fonts/MullerLight.woff2") format("woff2"),url("/local/templates/industriya-gstz/css/../fonts/MullerLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Muller;
  font-display: swap;
  src: url("/local/templates/industriya-gstz/css/../fonts/MullerRegular.woff2") format("woff2"),url("/local/templates/industriya-gstz/css/../fonts/MullerRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Muller;
  font-display: swap;
  src: url("/local/templates/industriya-gstz/css/../fonts/MullerMedium.woff2") format("woff2"),url("/local/templates/industriya-gstz/css/../fonts/MullerMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Muller;
  font-display: swap;
  src: url("/local/templates/industriya-gstz/css/../fonts/MullerBold.woff2") format("woff2"),url("/local/templates/industriya-gstz/css/../fonts/MullerBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}



.button {
  border: 1px solid #f57d22;
  border-radius: 10px;
  padding: 14px 39px;
  background: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 156%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-transition: all .5s;
  transition: all .5s;
        height: 45px;
}

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

.button span:last-child {
  margin-top: 2px;
}

.button_bg {
  background: #f57d22;
  color: #fff;
}

.header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.header__top {
  padding: 9px 0;
}

.header__top .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo img {
  width: 210px;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header__button .button {
  max-width: 270px;
}

.header__phone {
  font-weight: 700;
  font-size: 20px;
  line-height: 116%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

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

.header__phone span svg path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header__search {
  border: 1px solid #f57d22;
  border-radius: 8px;
  padding: 12px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header__bottom {
  -webkit-box-shadow: 0 -6px 20px 0 rgba(0,0,0,.1);
          box-shadow: 0 -6px 20px 0 rgba(0,0,0,.1);
  z-index: 5;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.wrapper:not(.main-page) .header__bottom {
  border-bottom: 1px solid #f57d22;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__item {
  padding: 16px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.menu__link {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.icon-menu {
  display: none;
}

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.submenu::before {
  display: none;
}

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

.submenu__arrow svg {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.submenu__arrow svg path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.submenu__nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  min-width: 100%;
  z-index: 3;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.submenu__body {
  background: #fff;
  padding: 20px 40px;
  -webkit-box-shadow: 0 0 30px 0 rgba(50,47,49,.15);
          box-shadow: 0 0 30px 0 rgba(50,47,49,.15);
}

.submenu__item:not(:last-child) .submenu__link {
  margin-bottom: 10px;
}

.submenu__link {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  white-space: nowrap;
  padding-left: 16px;
  position: relative;
}

.submenu__link::before {
  content: "—";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #f57d22;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.header__link-mobile {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}

a.header__link-mobile_line {
  text-decoration: underline;
}

.search {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0,0,0,.15);
  box-shadow: 0 4px 18px 0 rgba(0,0,0,.15);
  top: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 55px 0;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  z-index: 99;
}

.search.active {
  top: -15px;
}

.search.active {
  opacity: 1;
  visibility: visible;
}

.header__search-form-input-clear {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.header__search-bttn {
  margin-left: 16px;
  padding: 0 20px;
}

.header__search-bttn button,
.header__search-close button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__search-form-input {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 750px;
  margin-right: 32px;
}

.header__search-form-input-clear,
.header__search-form-input-icon {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__search-form-input-icon {
  left: 16px;
}

.header__search-form-input-clear {
  right: 16px;
}

.header__search-form-input input {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 15px 48px;
  border: 1px solid #c8c9cb;
  border-radius: 10px;
  outline: none;
  font-size: 15px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__search-form-input input:focus,
.header__search-form-input input:hover {
  border-color: #f57d22;
}

.header__search-form-input input::-webkit-input-placeholder {
  opacity: 1;
}

.header__search-form-input input::-moz-placeholder {
  opacity: 1;
}

.header__search-form-input input:-ms-input-placeholder {
  opacity: 1;
}

.header__search-form-input input::-ms-input-placeholder {
  opacity: 1;
}

.header__search-form-input input::placeholder {
  opacity: 1;
}

.footer__top {
  background: #fff;
  padding: 68px 0 50px;
}

.footer__top .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-between;
  gap: 50px;
  /* max-width: 1200px; */
  max-width: 1174px;
}

.footer__item {
  -webkit-box-flex: 1;
      /*-ms-flex: 1 1 calc(33.333% - 50px);
          flex: 1 1 calc(33.333% - 50px);
  max-width: calc(33.333% - 25px);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.footer__item:last-child {
  gap: 20px;
}

.footer__logo {
  display: block;
  margin-bottom: 65px;
}

.footer__link {
  font-weight: 500;
  font-size: 32px;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer__link_line {
  text-decoration: underline;
}

.footer__list li:not(:last-child) {
  margin-bottom: 30px;
}

.footer__list a {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer__submenu-body {
  margin-top: 10px;
}

.footer__submenu-body li:not(:last-child) {
  margin-bottom: 10px;
}

.footer__submenu-body a {
  font-weight: 300;
  padding-left: 16px;
  position: relative;
  display: block;
}

.footer__submenu-body a::before {
  content: "—";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #f57d22;
  position: absolute;
  left: 0;
  top: 0;
}

.footer__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
}

.footer__text a {
  text-decoration: underline;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer__text.phone {
  font-size: 16px;
  margin: 15px 0;
  display: block;
  font-weight: 700;
}

.footer__info {
  margin-bottom: 51px;
}

.footer__info .footer__text:not(:last-child) {
  margin-bottom: 15px;
}

.footer__bottom {
  padding: 23px 0 19px;
}

.footer__bottom .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-footer form .rassilka-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  margin-bottom: 15px;
}

.form-footer input {
  border: 1px solid #c8c9cb;
  border-radius: 8px;
  padding: 20px;
  outline: none;
  height: 45px;
  width: 100%;
  font-size: 14px;
}

.form-footer input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 156%;
  color: #322f31;
}

.form-footer input::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 156%;
  color: #322f31;
}

.form-footer input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 156%;
  color: #322f31;
}

.form-footer input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 156%;
  color: #322f31;
}

.form-footer input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 156%;
  color: #322f31;
}

.form-footer .button {
  width: 45px;
  height: 45px;
  padding: 12px;
}

.form-footer__title,
.brands-footer__title,
.footer__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.brands-footer__title {
  margin-bottom: 14px;
}

.brands-footer__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.brands-footer__imgs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brands-footer__imgs a:last-child img {
  max-width: 90px;
}

.brands-footer__imgs img {
  width: 100%;
  max-width: 90px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.title, .about-block.info-page .about-block__text h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.main {
  margin-bottom: 50px;
}

.main__img {
  position: relative;
  height: calc(100vh - 110px);
}

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

.main__img::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 47, 49, 0)), to(rgba(50, 47, 49, 0.88)));
  background: linear-gradient(0deg, rgba(50, 47, 49, 0) 0%, rgba(50, 47, 49, 0.88) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main__info h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  max-width: 845px;
  margin: 80px auto 0;
}

.products {
  margin-bottom: 50px;
}

.products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.products__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 30px);
          flex: 1 1 calc(25% - 30px);
  max-width: calc(25% - 23px);
}

.products__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-products {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 31px;
  padding: 30px;
  -webkit-box-shadow: 0 0 30px 0 rgba(50,47,49,.15);
          box-shadow: 0 0 30px 0 rgba(50,47,49,.15);
  border-radius: 10px;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.item-products__img {
  max-width: 219px;
}

.item-products__img img {
  width: 100%;
}

.item-products__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}

.projects__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects__top .title {
  margin-bottom: 0;
}

.projects__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.projects__info .button {
  padding: 14px 22px;
}

.projects__info .button span:last-child {
  margin-top: 0px;
}

.projects__info .button span:first-child {
  margin-top: 2px;
}

.projects__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.projects__block {
  margin: 0 -30px;
}

.projects__slider, .projects-main__slider {
  padding: 50px 30px;
}

.projects__items-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

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

.projects__items-main .projects__item:nth-child(4), .projects__items-main .projects__item:nth-child(5) {
  grid-column: span 1;
}

.projects__slide {
  /* max-width: 553px; */
  visibility: hidden;
  max-width: 271px;
}

.projects-main__slide {
  max-width: 562px;
  width: 100%;
  visibility: hidden;
}

.swiper-slide-visible {
  visibility: visible;
}

.projects__filter {
  margin-bottom: 40px;
}

.projects__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 56px;
}

.projects__item {
  height: 100%;
}

.projects__items .projects__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 30px);
          flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 17px);
  height: auto;
}

.news-page .projects__items .projects__item {
  -ms-flex: 1 1 calc(25% - 30px);
      flex: 1 1 calc(25% - 30px);
  max-width: calc(25% - 17px);
}

.projects__button-prev,
.projects__button-next,
.history-about__button-prev,
.history-about__button-next,
.projects-main__button-prev,
.projects-main__button-next {
  border: 1px solid #f57d22;
  border-radius: 8px;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.projects__button-prev svg path,
.projects__button-next svg path,
.history-about__button-prev svg path,
.history-about__button-next svg path,
.projects-main__button-prev svg path,
.projects-main__button-next svg path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.projects__button-prev.swiper-button-disabled,
.projects__button-next.swiper-button-disabled,
.history-about__button-prev.swiper-button-disabled,
.history-about__button-next.swiper-button-disabled,
.projects-main__button-prev.swiper-button-disabled,
.projects-main__button-next.swiper-button-disabled {
  border-color: #322f31;
}

.projects__button-prev.swiper-button-disabled svg path,
.projects__button-next.swiper-button-disabled svg path,
.history-about__button-prev.swiper-button-disabled svg path,
.history-about__button-next.swiper-button-disabled svg path,
.projects-main__button-prev.swiper-button-disabled svg path,
.projects-main__button-next.swiper-button-disabled svg path  {
  stroke: #322f31;
}

.item-projects {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0 0 30px 0 rgba(50,47,49,.15);
          box-shadow: 0 0 30px 0 rgba(50,47,49,.15);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.item-projects__img {
  /* height: 311px; */
  height: 271px;
}
.projects.project-page .projects__items .item-projects__img {
  height: 226px;
}

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

.news .item-projects__img img {
  object-position: top;
}

.item-projects__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* padding: 50px; */
  padding: 20px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-projects__name {
  font-weight: 700;
  /* font-size: 24px; */
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 19px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.item-projects__city {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
}

.item-projects__city span {
  color: #999;
}


.advantages {
  margin-bottom: 50px;
}

.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}


.advantages__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 30px);
          flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px 0 rgba(50,47,49,.15);
          box-shadow: 0 0 30px 0 rgba(50,47,49,.15);
  background: #fff;
  padding: 30px 32px;
  padding-bottom: 20px;
    justify-content: end;
}

.advantages__img-block {
  position: relative;
}

.advantages__img-block img {
  width: 100%;
  height: 100%;
}

.advantages__img-block {
  margin: 0 auto 29px;
}

.advantages__img {
  max-width: 180px;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.advantages__item:nth-child(1) .advantages__img {
  max-width: 140px;
}

.advantages__preview {
  position: absolute;
  top: -32px;
  left: -15px;
  width: 130px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.advantages__item:nth-child(1) .advantages__preview {
  top: -24px;
  left: -15px;
  width: 130px;
}

.advantages__item:nth-child(2) .advantages__preview {
  left: -19px;
  width: 135px;
  top: -23px;
}
.advantages__item:nth-child(3) .advantages__preview {
  top: -19px;
  left: -14px;
  width: 127px;
}
.advantages__item:nth-child(4) .advantages__preview {
  top: -20px;
  width: 131px;
  left: -16px;
}
.advantages__item:nth-child(5) .advantages__preview {
  top: -26px;
}
.advantages__item:nth-child(6) .advantages__preview {
  top: -20px;
}

.advantages__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.advantages__text {
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}

.about-block {
  margin-bottom: 50px;
}

.about-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 61px;
}

.about-block__item h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 45px;
}

.about-block__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 144%;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.about-block__item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-block__item a span:last-child {
	border: 1px solid #f57d22;
    border-radius: 8px;
    padding: 12px;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
	background: #f57d22;
}

.about-block__text {
  max-width: 66%;
}

.about-block__text p, .news-page__text p,
.news-page__text li {
  line-height: 140%;
  font-weight: 300;
}

.policy p,
.policy li {
  line-height: 140%;
}

.about-block__text p:not(:last-child) {
  margin-bottom: 15px;
}

.about-block-text__more {
  margin-top: 40px;
  padding-top: 21px;
  border-top: 1px solid #f57d22;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 768px) {
	.main-page .about-block-text__more {
		padding-top: 10px;
	}
}

.about-block-text__more span:last-child {
  display: none;
}

._showmore-active .about-block-text__more span:last-child {
  display: block;
}

.about-block-text__more span:first-child {
  display: block;
}

._showmore-active .about-block-text__more span:first-child {
  display: none;
}

.modal-open body {
  overflow: hidden;
}

.wrapper {
  position: relative;
}

.modal-open .wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.6);
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 1000;
  inset: 0;
  overflow-y: auto;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  visibility: hidden;
  pointer-events: none;
  margin-top: 30px;
}

.modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.modal__body {
  border-radius: 8px;
  background-size: cover;
  max-width: 498px;
  width: 100%;
  min-height: 315px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background: #fff;
}

.modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}

.modal__button {
  background: #fff;
  border-radius: 8px;
  color: #141936;
  font-size: 15px;
  font-weight: 800;
  height: 52px;
  line-height: 160%;
  margin-top: 25px;
  padding: 13px 26px 15px;
}

.modal__checkbox {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 13px;
  gap: 4px;
  padding: 8px 0;
  text-align: left;
  white-space: break-spaces;
}

.modal__checkbox input {
  width: 20px;
  position: relative;
  top: 2px;
  height: auto;
}

.modal__checkbox label {
  color: #c8d4ee;
  line-height: 160%;
}

.modal__checkbox label a {
  color: #447db3;
}

.modal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.form-block__info h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}

.modal .input {
  border: 1px solid #c8c9cb;
  border-radius: 10px;
  padding: 20px;
  outline: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
}

.modal textarea.input {
  height: 100px;
  resize: none;
}

.modal .button {
  margin: 20px auto 0;
  max-width: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.file-upload {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}

.file-upload__label {
  border: 1px solid #f57d22;
  border-radius: 10px;
  background: #fff;
  color: #322f31;
  font-size: 16px;
  padding: 21px 30px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 8px);
          flex: 1 1 calc(50% - 8px);
  max-width: calc(50% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
}

.file-upload__label span {
  height: 16px;
  width: 126px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.file-upload__label span::-webkit-scrollbar {
  display: none;
}

.file-upload__button.button {
  border-radius: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 8px);
          flex: 1 1 calc(50% - 8px);
  max-width: calc(50% - 4px);
  cursor: pointer;
  margin: 0;
  height: 46px;
}

.form-block__policy {
  font-size: 12px;
  line-height: 120%;
  margin-top: 9px;
}

.form-block__policy input {
  display: none;
}

.form-block__policy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  position: relative;
  cursor: pointer;
}

.form-block__policy span:first-child {
  width: 24px;
  height: 24px;
  position: relative;
  min-width: 24px;
  min-height: 24px;
  position: relative;
  border-radius: 5px;
  background: #fff;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.form-block__policy span:first-child::before {
  content: "";
  background-image: url(/local/templates/industriya-gstz/css/../img/arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid #f57d22;
  border-radius: 5px;
}

.form-block__policy a {
  text-decoration: underline;
  color: #e95b0c;
}

.form-block__policy input:checked+label span:first-child {
  background: #322f31;
}

.form-block__policy input:checked+label span:first-child::before {
  opacity: 1;
}

.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #f57d22 #f8f8f8;
}

.breadcrumbs__item {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #999;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}

.breadcrumbs__item.active {
  text-decoration: underline;
  color: #f57d22;
}

.breadcrumbs__item.active::before {
  display: none;
}

.breadcrumbs__item::before {
  content: "—";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  right: -20px;
  top: 50%;
  translate: 0 -50%;
  color: #322f31;
}

.breadcrumbs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

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

.projects.news-page {
  margin-bottom: 50px;
}

.filter {
  position: relative;
}

.filter .button {
  padding: 16px 19px;
}

.filter__list {
  margin-top: 10px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #f57d22;
  background: #fff;
  position: absolute;
  top: 60px;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.filter.active .filter__list {
  opacity: 1;
  visibility: visible;
}

.filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  cursor: pointer;
}

.filter__item input {
  display: none;
}

.filter__item span {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: block;
  background: #fff;
  border: 1px solid #f57d22;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.filter__item span::before {
  content: "";
  background-image: url(/local/templates/industriya-gstz/css/../img/check.svg);
  width: 16px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.filter__item:not(:last-child) {
  margin-bottom: 20px;
}

.filter__item input:checked+span {
  background: #f57d22;
}

.filter__item input:checked+span::before {
  opacity: 1;
}

.filter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.item-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e7e7e8;
  border-radius: 20px;
  padding: 5px 15px;
  background: #fff;
}

.item-filter__name {
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
}

.item-filter__delete {
  height: 20px;
}

.item-filter__delete svg path {
  -webkit-transition: all .6s;
  transition: all .6s;
}

.projects.news-page .projects__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.projects.news-page .projects__nav ul li a {
  width: 58px;
  height: 58px;
  border: 1px solid #999;
  border-radius: 8px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.projects.news-page .projects__nav ul li:first-child a,
.projects.news-page .projects__nav ul li:last-child a {
  border-color: #322f31;
}

.projects.news-page .projects__nav ul li.active a {
  border-color: #f57d22;
  color: #f57d22;
}

.projects.news-page .projects__nav .button {
  width: 100%;
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-page {
  margin-bottom: 50px;
}

.item-page__block {
  max-width: 1720px;
  background: #fff;
  border-radius: 10px;
  padding: 48px 50px 51px;
}

.item-page__body {
  max-width: 1424px;
  margin: 0 auto;
}

.item-page__body#blog {
	max-width: 800px;
}

.buy__map {
  margin-bottom: 50px;
}

.buy__map #map {
  height: 568px;
  border-radius: 10px;
  overflow: hidden;
}

.title-h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
  margin-bottom: 50px;
}

.select-block form {
  width: 100%;
  position: relative;
}

.select-block form input {
  width: 100%;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  padding: 17px 70px 17px 44px;
  outline: none;
  height: 58px;
}

.select-block form input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #a0a0a0;
}

.select-block form input::-moz-placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #a0a0a0;
}

.select-block form input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #a0a0a0;
}

.select-block form input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #a0a0a0;
}

.select-block form input::placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #a0a0a0;
}

.select-block form::before {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.0001 21.6C12.0001 21.6 19.5131 14.9217 19.5131 9.91304C19.5131 5.7637 16.1494 2.39999 12.0001 2.39999C7.85076 2.39999 4.48706 5.7637 4.48706 9.91304C4.48706 14.9217 12.0001 21.6 12.0001 21.6Z\" stroke=\"%23F57D22\" stroke-width=\"2\"/><path d=\"M14.4004 9.60015C14.4004 10.9256 13.3259 12.0001 12.0004 12.0001C10.6749 12.0001 9.60041 10.9256 9.60041 9.60015C9.60041 8.27466 10.6749 7.20015 12.0004 7.20015C13.3259 7.20015 14.4004 8.27466 14.4004 9.60015Z\" stroke=\"%23F57D22\" stroke-width=\"2\"/></svg>");
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 17px;
  left: 10px;
}

.select-block form .button {
  background: #f57d22;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 17px;
  height: 58px;
}

.custom-select {
  width: 100%;
  max-width: 29%;
}

.custom-select__trigger {
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  font-size: 16px;
  padding: 18px 44px 18px 20px;
  text-align: left;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-select__trigger::before {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.9776 12.6239L12 16.5M12 16.5L8.02255 12.6239M12 16.5L12 7.9835M6.375 3L17.6251 3C19.4891 3 21.0001 4.51104 21.0001 6.375L21.0001 17.625C21.0001 19.489 19.4891 21 17.6251 21L6.375 21C4.51104 21 3 19.489 3 17.625L3 6.375C3 4.51104 4.51104 3 6.375 3Z\" stroke=\"%23322F31\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
  width: 24px;
  height: 24px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.custom-select.open .custom-select__trigger {
  border-color: #f57d22;
}

.custom-select.open .custom-select__trigger::before {
  background: url("data:image/svg+xml;utf8,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.9776 12.6239L12 16.5M12 16.5L8.02255 12.6239M12 16.5L12 7.9835M6.375 3L17.6251 3C19.4891 3 21.0001 4.51104 21.0001 6.375L21.0001 17.625C21.0001 19.489 19.4891 21 17.6251 21L6.375 21C4.51104 21 3 19.489 3 17.625L3 6.375C3 4.51104 4.51104 3 6.375 3Z\" stroke=\"%23F57D22\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
}

.custom-select__options {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.25);
          box-shadow: 0 10px 20px 0 rgba(0,0,0,.25);
  background: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  max-height: 544px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #f57d22 #f8f8f8;
}

.custom-select.open .custom-select__options {
  visibility: visible;
  opacity: 1;
}

.custom-select__option {
  display: block;
  font-weight: 300;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(20% - 15px);
          flex: 1 1 calc(20% - 15px);
  max-width: calc(20% - 15px);
  line-height: 160%;
}

.custom-select__option.company-item {
  letter-spacing: -0.2px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-select__option.city-item:nth-child(1),
.custom-select__option.city-item:nth-child(2) {
  font-weight: 500;
}

.custom-select__option.active {
  font-weight: 500;
  color: #f57d22;
}

.buy__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.buy__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 30px);
          flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 17px);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

.map-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  min-width: 300px;
}

.item-buy__name,
.company-info__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

.item-buy__text,
.company-info__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
}

.item-buy__link,
.company-info__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 174%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all .5s;
}

.item-buy__link span,
.company-info__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-buy__link:not(:last-child),
.company-info__link:not(:last-child) {
  margin-bottom: 15px;
}

.item-buy__link_line,
.company-info__link_line {
  text-decoration: underline;
}

.company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 76px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 40px 44px;
  margin-bottom: 40px;
}

.company-info__logo {
  max-width: 317px;
}

.company-info__logo img {
  width: 100%;
  max-width: 150px;
}

.company-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}

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

.company-info__phone {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 47%;
}

.company-info__phone .company-info__link,
.company-info__phone .item-buy__link_line {
  margin-bottom: 0;
}

.company-info__text {
  margin-bottom: 0;
}

.news-page .title-h1 {
  margin-bottom: 30px;
}

.news-page__date {
  border-radius: 20px;
  padding: 5px 15px;
  background: #f8f8f8;
  font-size: 18px;
  font-weight: 300;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 30px;
}

.news-page__img {
  margin-bottom: 50px;
}

.news-page__img img {
  width: 100%;
  border-radius: 10px;
}

.news-page__text p {
  /* font-size: 20px;
  line-height: 140%;
  font-weight: 300; */
}

.news-page__text p:not(:last-child) {
  /* margin-bottom: 20px; */
}

.about .title-h1 {
  max-width: 1136px;
  margin: 0 auto 50px;
}

.about .about-block__text {
  max-width: 100%;
  margin-bottom: 50px;
}

.about .about-block__text p,
.about .about-block__text li,
.news-page__text p,
.news-page__text li,
.policy p,
.policy li,
.policy th,
.policy td,
.news-page__text, 
.project-page__item p, 
.project-page__item li {
  font-size: 16px;
}

.news-page__text, .project-page__item {
  line-height: 120%;
}

.about .about-block__text p:not(:last-child), .news-page__text p:not(:last-child), .policy p:not(:last-child), .project-page__item p:not(:last-child) {
  margin-bottom: 30px;
}

.about .about-block__text ul,
.about .about-block__text ol,
.news-page__text ul,
.news-page__text ol,
.policy ul,
.policy ol {
  margin-bottom: 30px;
}

.about .about-block__text ul li:not(:last-child),
.about .about-block__text ol li:not(:last-child),
.news-page__text ul li:not(:last-child),
.news-page__text ol li:not(:last-child),
.policy ul li:not(:last-child),
.policy ol li:not(:last-child) {
  margin-bottom: 15px;
}

.news-page__text ul, .news-page__text ol {
  margin-top: 30px;
  margin-left: 15px;
}
.news-page__text ul li {
  list-style: disc;
}

.project-page__item .title {
  margin-bottom: 20px;
  text-transform: none;
  font-size: 20px;
}

.project-page__item .title span {
  color: #f57d22;
}

/* .about .about-block-text__more {
  font-weight: 700;
  font-size: 16px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #322f31;
  margin: 61px auto 0;
}

.about .about-block__btn {
  position: relative;
} */

/* .about .about-block__btn::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f57d22;
  position: absolute;
  top: -21px;
  left: 0;
} */

.about__advantages {
  margin-bottom: 80px;
}

.video-about {
  margin-bottom: 50px;
  position: relative;
}

.video-about video,
.video-about img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-about__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.video-about.play .video-about__btn {
  opacity: 0;
}

.video-about__icon {
  margin-bottom: 40px;
  cursor: pointer;
}

.video-about__icon img {
  display: block;
  margin: 0 auto;
  max-width: 122px;
}

.video-about__name {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 5px 20px;
  backdrop-filter: blur(15px);
  background: hsla(0,0%,100%,.8);
}

.history-about {
  border-top: 1px solid #f57d22;
  padding: 50px 30px 0;
  max-width: 1488px;
  margin: 0 auto;
}

.history-about__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 94px;
  margin-bottom: 47px;
  justify-content: space-between;
}

.history-about__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 114px;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.history-about__num {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #c8c9cb;
  padding-bottom: 25px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.history-about__num::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #c8c9cb;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.history-about__num.active {
  color: #322f31;
}

.history-about__num.active::before {
  background: #f57d22;
}

.history-about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.history-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.history-about__img {
  width: 100%;
  max-width: calc(50% - 30px);
}

.history-about__img img {
  border-radius: 10px;
  width: 100%;
}

.history-about__info {
  width: 100%;
  max-width: calc(50% - 30px);
}

.history-about__date {
  font-weight: 900;
  font-size: 96px;
  line-height: 120%;
  color: #322f31;
  margin-bottom: 50px;
}

.history-about__text {
  line-height: 140%;
  color: #212121;
  font-size: 16px;
}

.history-about__text p {
  font-size: 16px;
}

.history-about__text p:not(:last-child) {
  margin-bottom: 15px;
}

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

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: #f8f8f8;
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 110px;
}

.wrapper>* {
  min-width: 0;
}

[class*=__container] {
  /* max-width: 107.5rem; */
  max-width: 1174px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 6.25rem;
}


/* .contacts .title-h1 {
  font-size: 28px;
} */
.contacts .buy__item.item-buy {
  max-width: 100%;
  border: none;
  padding: 0;
}
.contacts .item-buy__name {
  font-size: 20px;
}
.contacts__btns {
  display: flex;
  gap: 18px;
  margin-top: 30px;
}
.contacts__btns .button {
  padding: 10px 30px;
}
.contacts__btns .button span:first-child {
  width: 24px;
  height: 24px;
}
.contacts__items {
  display: flex;
  gap: 60px;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}
.contacts__item {
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  flex: 1 1 calc(50% - 60px);
}
.contacts__item iframe {
  border-radius: 10px;
}
.contacts__item:first-child {
  padding: 20px 0;
}
.info {
  margin-bottom: 50px;
}

.info__block {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
}

.info__items {
  display: flex;
  align-items: start;
  gap: 30px;
  max-width: 1424px;
  margin: 0 auto;
  padding: 0 0 38px;
  border-bottom: 1px solid #f57d22;
  margin-bottom: 50px;
}

.info__img {
  flex: 0 0 22%;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #e7e7e8;
  border-radius: 10px;
}
.info__img img {
  border-radius: 10px;
  width: 100%;
  object-fit: contain;
  max-width: 196px;
}

.info__text .button {
  margin-bottom: 30px;
}
.info__text p {
  font-weight: 350;
  font-size: 16px;
  line-height: 120%;
}
.info__text p:not(:last-child) {
  margin-bottom: 20px;
}

.info__text .title {
  margin-bottom: 30px;
}
.info-btn.button {
  max-width: 203px;
  font-size: 12px;
  padding: 12px 30px;
  height: 44px;
}
.info .advantages__item {
  box-shadow: none;
  justify-content: start;
}
.info .advantages__img-block {
  margin: 0 auto 35px;
}
.info .advantages__item:nth-child(1) .advantages__img, .info .advantages__img {
  max-width: 180px;
  width: 180px;
}
.info .advantages__item:nth-child(1) .advantages__preview {
  top: -32px;
  left: -26px;
  width: 152px;
}
.info .advantages__item:nth-child(2) .advantages__preview {
  left: -26px;
  width: 152px;
  top: -32px;
}
.info .advantages__item:nth-child(3) .advantages__preview {
  left: -22px;
}
.info .advantages__item:nth-child(4) .advantages__preview {
  top: -30px;
  width: 148px;
}
.info .advantages__item:nth-child(5) .advantages__preview {
  top: -25px;
  left: -17px;
}
.info .advantages__item:nth-child(6) .advantages__preview {
  left: -26px;
  top: -26px;
}
.info .advantages__name {
  font-size: 20px;
  margin-bottom: 25px;
}
.advantages__text {
  font-size: 16px !important;
  font-weight: 350;
}
.products.info-page .item-products {
  gap: 10px;
  justify-content: start;
  /* pointer-events: none; */
  padding: 10px 30px;
}
.products.info-page .item-products__name {
  font-size: 16px;
}
.products.info-page .item-products__img {
  width: 200px;
  /* margin-bottom: 30px; */
  padding: 15px;
}
.item-products__text {
  font-weight: 350;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
}
.about-block.info-page .about-block__items {
  border-radius: 10px;
  background: #fff;
  padding: 50px 50px 46px;
}
.about-block.info-page .about-block__text {
  max-width: 1424px;
  margin: 0 auto;
}
.about-block.info-page .about-block__text h2 {
  margin-bottom: 30px;
  text-align: center;
}
.about-block.info-page .about-block__text p, .about-block__text ul li {
  font-size: 16px;
}
.about-block__text ul li {
	list-style: disc !important;
	margin-bottom: 20px;
}
.about-block.info-page .about-block-text__more span {
  /* font-size: 12px;
  color: #322f31;
  border: 1px solid #f57d22;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
  max-width: fit-content;
  margin: 0 auto; */
}

.faq {
  margin-bottom: 50px;
}
.faq .title {
  margin-bottom: 50px;
}

.spollers__item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.spollers__item:not(:last-child) {
  margin-bottom: 10px;
}

.spollers__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  padding: 25px 30px;
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.spollers__title span:last-child {
  border: 1px solid transparent;
  border-radius: 8px;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spollers__title span:last-child svg, .spollers__title span:last-child svg path {
  transition: all .5s;
}
.spollers__title._spoller-active span:last-child {
  border-color: #F57D22;
}
.spollers__title._spoller-active span:last-child svg {
  rotate: 180deg;
}
.spollers__title._spoller-active span:last-child svg path {
  stroke: #F57D22;
}

.spollers__body {
  padding: 0 30px;
}
.spollers__text {
  padding: 30px 0;
  border-top: 1px solid #f57d22;
}
.spollers__text p {
  font-weight: 350;
  font-size: 16px;
  line-height: 120%;
}
.spollers__text p:not(:last-child) {
  margin-bottom: 15px;
}

.interested {
  /* margin-bottom: 97px; */
  margin-bottom: 50px;
}

.interested__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.interested__name {
  /* font-weight: 500;
  font-size: 28px;
  line-height: 120%; */
  margin-bottom: 0;
}

.category-cards__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 20px;
}

.category-cards__item {
  flex: 1 1 calc(25% - 26px);
  max-width: calc(25% - 19px);
  height: 340px;
  position: relative;
  overflow: hidden;
}

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

.category-card__title {
  position: absolute;
  bottom: 19px;
  left: 50%;
  translate: -50% 0;
  color: #322f31;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}

.category-card__img {
  height: 100%;
}

.category-card__btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.project-page__items {
  display: flex;
  gap: 33px;
  margin-bottom: 50px;
}

.project-page__item {
  flex: 1 1 calc(50% - 33px);
}

.project-page__img {
  height: 100%;
  max-height: 844px;
}

.project-page__img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.project-page__info-hidden {
  display: none;
}

.project-page__name.title {
  margin-bottom: 30px;
}

.project-page__date {
  border-radius: 20px;
  padding: 5px 15px;
  background: #f57d22;
  font-weight: 350;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  max-width: fit-content;
}

.project-page__nav {
  margin-top: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 83px;
}

.project-page__pagination {
  display: flex;
  justify-content: center;
  overflow: hidden;
  /* gap: 37px; */
}

.project-page__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  position: relative;
  background: #322f31;
  transition: all .5s;
  margin-right: 65px;
  display: inline-block;
}
.project-page__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f57d22;
}

.project-page__info {
  max-width: 514px;
  border-radius: 20px;
  padding: 39px 50px 54px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.project-page__slider {
  position: relative;
}

.projects.project-page .projects__items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.projects.project-page {
  margin-bottom: 50px;
}

.projects.project-page .projects__btn {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}

.news-page.project-page strong, .news-page.project-page b {
  font-weight: 700;
}

.news-page.project-page .news-page__img {
  margin-bottom: 20px;
}

.project-page__information {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
}

.project-page__information .project-page__date {
  margin-bottom: 0;
}

.news-page.project-page .news-page__text ul li {
  list-style: none;
  position: relative;
}

.news-page.project-page .news-page__text ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: -15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='9' viewBox='0 0 8 9'><path fill='%23F57D22' d='M7.5 4.33008L0 8.66021V0L7.5 4.33008Z'/></svg>");
}

.news-page__text a {
  color: #f57d22;
}


@media (min-width: 768.98px) {
  .projects.news-page .projects__nav .button {
    display: none;
  }
}

@media (min-width: 991.98px) {
  .main__info .header__button {
    display: none;
  }

  .header__link-mobile {
    display: none;
  }
}

@media (max-width: 1600.98px) {
  .button {
    font-size: 12px;
    padding: 14px 25px;
    height: 45px;
  }

  .header__logo {
    max-width: 250px;
  }

  .header__logo img {
    width: 210px;
  }

  .header__phone {
    font-size: 18px;
  }

  .header__search {
    width: 45px;
    height: 45px;
    padding: 12px;
  }
  .about-block__item a span:last-child {
    padding: 12px;
    width: 45px;
    height: 45px;
  }

  .footer__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer__logo img {
    max-width: 299px;
    width: 100%;
  }

  .footer__link {
    font-size: 24px;
  }

  .form-footer .button {
    width: 45px;
    padding: 12px;
  }

  .form-footer__title,
  .brands-footer__title,
  .footer__title {
    font-size: 20px;
  }

  .title, .about-block.info-page .about-block__text h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .main__img {
    height: calc(100vh - 100px);
  }

  .main__info h1 {
    font-size: 32px;
  }

  .item-products__name {
    font-size: 15px;
  }

  .projects__slide {
    /* max-width: 380px; */
  }

  .projects__button-prev,
  .projects__button-next,
  .history-about__button-prev,
  .history-about__button-next,
  .projects-main__button-next,
  .projects-main__button-prev {
    width: 48px;
    height: 48px;
  }

  .item-projects__img {
    /* height: 226px; */
  }

  .item-projects__info {
    padding: 20px 30px 30px;
  }

  .item-projects__name {
    /* font-size: 15px; */
  }

  .advantages__item {
    padding: 25px 30px;
	padding-bottom: 20px;
  }

  .advantages__img {
    max-width: 150px;
  }

  .advantages__item:nth-child(1) .advantages__img {
    max-width: 120px;
  }

  /* .advantages__preview {
    width: 213px;
    left: -32px;
  } */
/* 
  .advantages__item:nth-child(1) .advantages__preview {
    width: 197px;
    top: -36px;
    left: -38px;
  }

  .advantages__item:nth-child(2) .advantages__preview {
    top: -39px;
    left: -32px;
  }

  .advantages__item:nth-child(5) .advantages__preview {
    top: -42px;
    left: -32px;
  } */

  .advantages__name, .info .advantages__name {
    font-size: 15px;
  }

  .advantages__text {
    font-size: 18px;
  }

  .about-block__item h2 {
    font-size: 20px;
  }

  .about-block__text p {
    font-size: 18px;
  }

  .projects.news-page .projects__nav ul li a {
    width: 48px;
    height: 48px;
  }

  .buy__map #map {
    height: 450px;
  }

  .title-h1 {
    font-size: 32px;
  }

  .item-buy__name,
  .company-info__name {
    font-size: 18px;
  }

  .item-buy__text,
  .company-info__text {
    font-size: 13px;
  }

  .item-buy__link,
  .company-info__link {
    font-size: 13px;
  }

  .news-page__text p {
    /* font-size: 18px; */
  }

  .about .about-block__text p,
  .about .about-block__text li {
    font-size: 16px;
  }

  /* .about .about-block-text__more {
    font-size: 16px;
  } */

  .history-about {
    padding: 80px 0 0;
  }

  .history-about__nav {
    gap: 54px;
  }

  .history-about__pagination {
    gap: 68px;
  }

  .history-about__num {
    font-size: 20px;
  }

  .history-about__date {
    font-size: 60px;
    margin-bottom: 40px;
  }

  .history-about__text {
    font-size: 16px;
  }

  .wrapper>main {
    padding-top: 104px;
  }

  [class*=__container] {
    padding: 0 50px !important;
    /* max-width: 1200px; */
  }

  .info .advantages__item:nth-child(1) .advantages__img, .info .advantages__img {
    max-width: 150px;
    width: 150px;
  }
  /* .info .advantages__item:nth-child(1) .advantages__preview {
    width: 220px;
  }
  .info .advantages__item:nth-child(5) .advantages__preview {
    width: 225px;
  }
  .info .advantages__item:nth-child(6) .advantages__preview {
    left: -39px;
    top: -37px;
  } */
  .products.info-page .item-products__img {
    width: 150px;
    margin-bottom: 20px;
  }
  .products.info-page .item-products__name {
    font-size: 16px;
  }
  /* .item-products__text {
    font-size: 14px;
  } */
  .spollers__title {
    font-size: 18px;
    padding: 15px 20px;
  }
  .spollers__text {
    padding: 20px 0;
  }
}

@media (max-width: 1360.98px) {
  .header__logo {
    max-width: 230px;
  }

  .header__right {
    gap: 30px;
  }

  .header__phone {
    font-size: 16px;
  }

  .scroll .header__phone {
    font-size: 12px;
  }

  .scroll .header__phone span:first-child {
    display: none;
  }

  .menu__list {
    gap: 10px;
  }

  .menu__item {
    padding: 10px;
  }

  .main__img {
    height: calc(100vh - 122px);
  }

  .products__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 30px);
            flex: 1 1 calc(33.333% - 30px);
    max-width: calc(33.333% - 23px);
  }

  .item-products__name {
    font-size: 15px;
  }

  .projects__slider.swiper {
    overflow: visible;
  }

  .advantages__name {
    font-size: 15px;
  }

  .advantages__text {
    font-size: 15px;
  }

  .wrapper>main {
    padding-top: 100px;
  }

  [class*=__container] {
    padding: 0 20px !important;
  }
}

@media (max-width: 1200.98px) {
  .select-block {
    gap: 10px;
    margin-bottom: 30px;
  }

  .custom-select__option {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 15px);
            flex: 1 1 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
  }

  .buy__items {
    gap: 20px;
  }

  .buy__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 10px);
  }

  .company-info {
    padding: 40px 27px;
    gap: 54px;
  }

  .company-info__logo {
    max-width: 191px;
  }

  .company-info__phone {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .button {
    height: 58px;
  }

  .header__top {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 50;
  }

  .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }

  .header__logo {
    max-width: 200px;
    z-index: 5;
  }

  .header__button {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: absolute;
    top: -78px;
    left: 50%;
    translate: -50% 0;
  }

  .header .header__button {
    display: none;
  }

  .header__phone {
    z-index: 5;
    position: relative;
    font-size: 24px;
  }

  .header__search {
    width: 58px;
    height: 58px;
    z-index: 5;
  }

  .header__bottom {
    display: none;
  }

  .menu {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .menu__body {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    -webkit-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    background: #fff;
    padding-top: 116px;
    padding-bottom: 30px;
    z-index: 4;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    left: -100%;
    -webkit-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    background: #fff;
    min-height: 75px;
    z-index: 5;
  }

  .menu-open .menu__body {
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-open .menu__body::before {
    left: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 70px;
    gap: 20px;
  }

  .menu__item {
    padding: 0;
    height: 24px;
  }

  .menu__item.submenu.active {
    height: auto;
  }

  .menu__link {
    font-size: 20px;
  }

  .icon-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
    width: 40px;
    height: 40px;
    border: 1px solid #322f31;
    border-radius: 8px;
    position: relative;
    z-index: 5;
  }

  .menu-open .icon-menu {
    border-color: #f57d22;
  }

  .menu__btn {
    display: block;
    position: relative;
    width: 18px;
    height: 14px;
    cursor: pointer;
    z-index: 5;
  }

  .menu__btn span,
  .menu__btn::before,
  .menu__btn::after {
    content: "";
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #322f31;
  }

  .menu__btn::before {
    top: 0;
  }

  .menu__btn::after {
    bottom: 0;
  }

  .menu__btn span {
    top: calc(50% - 1px);
    width: 80%;
  }

  .menu-open .menu__btn span {
    width: 0;
  }

  .menu-open .menu__btn span,
  .menu-open .menu__btn::before,
  .menu-open .menu__btn::after {
    background: #f57d22;
  }

  .menu-open .menu__btn::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .menu__btn::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .submenu__body {
    max-height: 100%;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .submenu__link {
    white-space: normal;
    font-size: 18px;
  }

  .submenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
  }

  .submenu.active .submenu__arrow svg {
    rotate: 180deg;
  }

  .submenu__nav {
    position: static;
    min-width: 100%;
    height: 0;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-top: 0;
    margin-top: -15px;
    -webkit-transition: width,margin-top .7s;
    transition: width,margin-top .7s;
  }

  .submenu.active .submenu__nav {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

  .header__search-form-bttn {
    display: none;
  }

  .search {
    padding: 30px 0 20px;
  }

  .header__search-form-input {
    margin-right: 20px;
  }

  .footer__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 50px);
            flex: 1 1 calc(50% - 50px);
    max-width: calc(50% - 25px);
  }

  .footer__info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }

  .form-footer {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 41px;
  }

  .form-footer form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-footer .button {
    width: 50px;
    height: 50px;
  }

  .form-footer__title,
  .brands-footer__title,
  .footer__title {
    font-size: 24px;
  }

  .brands-footer {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 41px;
    text-align: center;
  }

  .brands-footer__imgs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .brands-footer__imgs img {
    max-width: 155px;
  }

  .main__img {
    /* border-radius: 20px; */
    overflow: hidden;
    height: auto;
  }

  .main__info h1 {
    margin: 50px auto 0;
  }

  .main__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

  .products__items {
    gap: 20px;
    margin-bottom: 50px;
  }

  .products__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 20px);
            flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 14px);
  }

  .products__btn .button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 299px;
    width: 100%;
  }

  .item-products {
    gap: 24px;
    padding: 22px;
  }

  .item-products__img {
    max-width: 160px;
  }

  .projects__slide {
    /* max-width: 458px; */
  }

  .projects__items .projects__item, .news-page .projects__items .projects__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
            flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 15px);
  }

  .projects__button-prev,
  .projects__button-next,
  .history-about__button-prev,
  .history-about__button-next,
  .projects-main__button-next,
  .projects-main__button-prev {
    width: 45px;
    height: 45px;
  }

  .advantages {
    margin-bottom: 62px;
  }

  .advantages__items {
    gap: 20px;
  }

  .advantages__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 10px);
  }

  .advantages__img-block {
    margin: 0 auto 23px;
  }

  .advantages__name {
    margin-bottom: 16px;
  }

  .about-block {
    margin-top: 32px;
  }

  .about-block__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 69px;
  }

  .about-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .about-block__item h2 {
    max-width: 59%;
    font-size: 24px;
  }

  .about-block__text {
    max-width: 100%;
  }

  .form-block__info h2 {
    font-size: 20px;
  }

  .breadcrumbs {
    margin-top: 20px;
  }

  .projects.news-page .projects__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .item-page__block {
    padding: 40px 50px 50px;
  }

  .buy__map #map {
    height: 374px;
  }

  .title-h1 {
    margin-bottom: 30px;
  }

  .custom-select {
    max-width: 187px;
  }

  .custom-select__options {
    padding: 30px;
  }

  .map-block {
    min-width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-buy__name,
  .company-info__name {
    font-size: 20px;
  }

  .item-buy__text,
  .company-info__text {
    font-size: 15px;
  }

  .item-buy__link,
  .company-info__link {
    font-size: 16px;
  }

  .company-info__body {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .company-info__phone {
    max-width: 100%;
  }

  .news-page__img {
    margin-bottom: 40px;
  }

  .news-page__text p {
    /* font-size: 20px; */
  }

  .about .about-block__text p,
  .about .about-block__text li {
    font-size: 16px;
  }

  /* .about .about-block-text__more {
    font-size: 16px;
  } */

  .about__advantages {
    margin: 0 -50px 88px;
  }

  .video-about {
    margin-bottom: 37px;
  }

  .history-about {
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .history-about__nav {
    margin-bottom: 0;
  }

  .history-about__slider {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 52px;
  }

  .history-about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .history-about__img {
    max-width: 100%;
  }

  .history-about__info {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 79px;
  }

  .history-about__date {
    font-size: 30px;
    margin-bottom: 0;
	white-space: nowrap;
	margin-top: 20px;
  }

  .history-about__text {
    font-size: 16px;
  }

  .wrapper>main {
    padding-top: 88px;
  }

  .contacts__items {
    gap: 20px;
    padding: 20px;
  }
  .contacts__item {
    flex: 1 1 calc(50% - 20px);
  }
  .contacts__btns .button {
    height: 44px;
  }
  .contacts__item iframe {
    height: 407px;
  }
  .info__img {
    flex: 0 0 33%;
  }
  .info__block {
    background: none;
    padding: 0;
  }
  .info__items {
    padding: 69px 50px 45px;
    border: none;
    background: #fff;
    border-radius: 10px;
  }
  .info .advantages__item {
    box-shadow: 0 0 24px 0 rgba(50, 47, 49, 0.15);
  }
  .faq, .interested {
    margin-bottom: 50px;
  }
  .category-cards__item {
    flex: 1 1 calc(33.333% - 26px);
    max-width: calc(33.333% - 19px);
  }
  .projects__items-main .projects__item:nth-child(1), 
  .projects__items-main .projects__item:nth-child(2), 
  .projects__items-main .projects__item:nth-child(3) {
    grid-column: span 1;
  }
  .projects__items-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 900.98px) {
  .select-block form input {
    padding: 8px 70px 8px 44px;
    height: 40px;
  }

  .select-block form::before {
    top: 8px;
  }

  .select-block form .button {
    padding: 8px 10px;
    height: 40px;
  }

  .select-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .custom-select {
    max-width: 100%;
  }

  .custom-select__trigger {
    padding: 9px 44px 9px 20px;
  }
  .contacts__btns {
    flex-direction: column;
  }
  .contacts__btns .button {
    justify-content: center;
  }
  .project-page__items {
    flex-direction: column;
  }
  .project-page__item {
    flex: 1 1 100%;
  }
  .project-page__info {
    position: static;
    max-width: 100%;
    box-shadow: none;
    padding: 30px 0 0;
  }
  .project-page__name.title {
    margin-bottom: 15px;
  }
  .project-page__item .title {
    margin-bottom: 15px;
  }
  .projects.project-page .projects__btn {
    margin-bottom: 50px;
  }
  .project-page__information {
    margin-bottom: 30px;
  }
  .project-page__nav {
    gap: 20px;
  }
  .project-page__pagination .swiper-pagination-bullet {
    margin-right: 30px;
  }
}

@media (max-width: 768.98px) {
  .button {
    height: 40px;
  }

  .header__button {
    position: static;
    translate: 0 0;
  }

  .header__phone {
    display: none;
  }

  .header__search {
    height: 40px;
    width: 40px;
    padding: 8px;
  }
  .header__logo img {
    width: 100%;
   }

  .footer__top .footer__container {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__top {
    padding: 50px 0 31px;
  }

  .footer__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .footer__item:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .footer__item:last-child {
    gap: 0;
  }

  .footer__logo {
    margin-bottom: 39px;
  }

  .footer__link {
    font-size: 28px;
  }

  .footer__submenu-body li {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
    margin: 0 auto 10px;
  }

  .footer__bottom .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .brands-footer__imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .social {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .title, .about-block.info-page .about-block__text h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .info .title {
    text-align: center;
    order: -1;
    margin-bottom: 0;
  }

  .main {
    margin-bottom: 40px;
  }

  .main__info h1 {
    font-size: 28px;
    margin: 0 auto;
  }

  .main__info {
    padding: 0 20px;
    margin-top: 20px;
  }

  .products__items {
    gap: 10px;
    margin-bottom: 40px;
  }

  .products__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 5px);
  }

  .products__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .products__btn .button {
    max-width: 360px;
  }

  .projects__info {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .projects__nav {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .projects__slide {
    /* max-width: 359px; */
  }

  .projects__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }

  .projects__items {
    gap: 10px;
    margin-bottom: 40px;
  }

  .projects__items .projects__item, .news-page .projects__items .projects__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .projects.project-page .projects__items .item-projects__img {
    height: 200px;
  }

  .item-projects__info {
    padding: 20px;
  }

  .item-projects__name {
    font-size: 16px;
  }

  .advantages__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding: 25px 20px 20px;
  }

  .about-block__items {
    gap: 40px;
  }

  .about-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .about-block__item h2 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .breadcrumbs {
    margin-bottom: 20px;
  }

  .filter {
    width: 100%;
  }

  .filter .button {
    width: 100%;
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }

  .filter__items {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .projects.news-page .projects__nav ul {
    display: none;
  }

  .item-page__block {
    padding: 30px 20px;
  }

  .title-h1 {
    font-size: 24px;
  }

  .custom-select__option {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 15px);
            flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    word-break: break-word;
  }

  .buy__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .item-buy__name,
  .company-info__name {
    font-size: 18px;
  }

  .company-info {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .news-page__img {
    margin-bottom: 30px;
  }

  .news-page__text p {
    /* font-size: 18px; */
  }

  .about__advantages {
    margin: 0 -20px 60px;
  }

  .video-about__icon img {
    max-width: 83px;
  }

  .video-about__icon {
    margin-bottom: 0;
  }

  .video-about__name {
    display: none;
  }

  .history-about__nav {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .history-about__pagination {
    gap: 52px;
    width: 100%;
  }

  .history-about__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .history-about__date {
    text-align: center;
	margin-top: 0;
  }

  .wrapper>main {
    padding-top: 75px;
  }

  [class*=__container] {
    padding: 0 10px !important;
  }

  /* .contacts .title-h1 {
    font-size: 24px;
  } */
  .contacts__items {
    flex-direction: column;
    gap: 20px;
    padding: 0;
    border: none;
  }
  .contacts__item {
    flex: 1 1 100%;
  }
  .contacts__item:first-child {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
  }
  .info__items, .about-block.info-page .about-block__items {
    padding: 30px 20px;
  }
  .interested__items {
    padding: 0 20px;
  }
  .interested__block {
    flex-direction: column;
    gap: 15px;
  }
  .interested__name {
    text-align: center;
  }
  .spollers__title {
    font-size: 16px;
  }
  .spollers__title span:last-child {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  /* .about-block.info-page .about-block__text h2 {
    font-size: 20px;
  } */
  .info .advantages__name {
    margin-bottom: 20px;
  }
  /* .interested__name { 
    font-size: 25px;
  } */
  .info__items {
    flex-direction: column;
  }
  .info__img {
    flex: 1 1 100%;
  }
  .products.info-page .item-products__name {
    font-size: 20px;
  }
  .item-products__text {
    font-size: 16px;
  }
  .products.info-page .item-products__img {
    margin-bottom: 0;
  }
  .info .category-cards .title {
    margin-bottom: 30px;
  }
  .category-cards__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .projects__items-main .projects__item:not(:first-child) {
    display: none;
  }
  .projects__items-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576.98px) {
  .header__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .header__button .button {
    max-width: 360px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .products__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .file-upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .file-upload__label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 46px;
  }

  .file-upload__button.button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    max-height: 46px;
  }

  .info-btn.button {
    max-width: 320px;
  }
  .info__text .button {
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 520.98px) {
  .modal__body {
    max-width: 90%;
  }
}

@media (any-hover: hover) {
  .button:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(245,125,34,.8);
            box-shadow: 0 0 10px 0 rgba(245,125,34,.8);
  }

  .header__phone:hover {
    color: #f57d22;
  }

  .header__phone:hover svg path {
    stroke: #f57d22;
  }

  .header__search:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(245,125,34,.8);
            box-shadow: 0 0 10px 0 rgba(245,125,34,.8);
  }

  .menu__item:has(.menu__link:hover) {
    background-color: #f57d22;
  }

  .menu__item:has(.menu__link:hover) svg path {
    stroke: #fff;
  }

  .menu__link:hover {
    color: #fff;
  }

  .submenu__link:hover {
    color: #f57d22;
  }

  .submenu:hover .submenu__arrow svg {
    rotate: 180deg;
  }

  .submenu:hover .submenu__nav {
    opacity: 1;
    visibility: visible;
  }

  .footer__link:hover {
    color: #f57d22;
  }

  .footer__list a:hover {
    color: #f57d22;
  }

  .footer__text a:hover {
    color: #f57d22;
  }

  .item-products:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(50,47,49,.5);
            box-shadow: 0 0 30px 0 rgba(50,47,49,.5);
  }

  .item-projects:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(50,47,49,.5);
            box-shadow: 0 0 30px 0 rgba(50,47,49,.5);
  }

  .advantages__item:hover .advantages__img {
    opacity: 0;
  }

  .advantages__item:hover .advantages__preview {
    opacity: 1;
  }

  .about-block__item a:hover {
    color: #f57d22;
  }

  .about-block-text__more:hover {
    color: #f57d22;
  }

  .breadcrumbs__link:hover {
    color: #f57d22;
  }

  .item-filter__delete:hover svg path {
    fill: #f57d22;
  }

  .projects.news-page .projects__nav ul li a:hover {
    border-color: #f57d22;
    color: #f57d22;
  }

  .item-buy__link:hover {
    color: #f57d22;
  }
}

.d-none {
  display: none !important;
}

.error-msg {
    text-align: center;
    font-weight: 600;
    width: 100%;
}
.error-msg.failed {
    color: #c61818;
}
.error-msg.success {
    color: green;
}
input.error {
    border-color: #c61818 !important;
}
[disabled] {
    pointer-events: none;
    opacity: 0.5;
}

.cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    max-width: 1000px;
    background-color: #f5f5f5;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* По умолчанию скрыт, показывается с помощью JS */
}

.cookie-banner.active {
    display: block;
}

.cookie-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.cookie-text {
    flex: 1;
    min-width: 300px;
    color: #333;
    line-height: 1.5;
    font-size: 14px;
}

.cookie-link {
    color: #007bff;
    text-decoration: none;
}

.cookie-link:hover {
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
 	text-transform: uppercase;
    transition: background-color 0.3s;
}

.cookie-accept {
    background-color: #f57d22; /* Цвет кнопки "Принять" */
    color: white;
}

.cookie-accept:hover {
    background-color: #f57d22;
}


@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-text {
        min-width: auto;
    }
    
    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .cookie-btn {
        flex: 1;
        min-width: 120px;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 15px;
    }
    
    .cookie-buttons {
        flex-direction: column;
    }
    
    .cookie-btn {
        width: 100%;
    }
}

.policy-table {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #ddd;
    margin: 20px 0;
}

.policy-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.policy-table td {
    border: 1px solid #ddd;
    padding: 12px;
    vertical-align: top;
}

.policy-table td p {
    margin: 0 0 8px 0;
}

.policy-table td p:last-child {
    margin-bottom: 0;
}

.policy-table strong {
    color: #333;
}

.about-block__text p {
    font-size: 16px;
}
.about-block__item h2 {
    font-size: 16px;
}
.item-buy__name, .company-info__name {
    font-size: 16px;
}

.title-img-ex {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}

.title-img-ex img {
	width: 50px;
}

.title-img-ex h1 {
	margin: 0;
}

.products-title-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 20px;
    -webkit-align-items: center;
	margin-bottom: 40px;
}

.products-title-btn .title {
	margin-bottom: 0px;
}

.products-title-btn .products__btn .button {
	max-width: max-content;
}
.projects__filter {
    margin-top: -75px;
}

@media (max-width: 880px) {
	.products-title-btn {
    	flex-direction: column;
    	gap: 20px;
	}
	.products-title-btn .products__btn .button {
    	max-width: 420px;
    	width: 100%;
	}
}

@media (max-width: 768px) {
	.projects__filter {
    	margin-top: 0px;
	}
}

/* .contacts .title-h1 {
	text-transform: uppercase;
} */

.brands-footer__title,.footer__title,.form-footer__title {
	font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}

p.history-img-text {
    padding-top: 10px;
    font-size: 12px;
}

.category-additional-description {
    font-weight: 350;
    font-size: 16px;
    line-height: 120%;
}

.category-additional-description ul {
	margin-bottom: 20px;
}

.category-additional-description ul li {
	margin-left: 20px;
	list-style: disc !important;
}

.about-block__text ul {
	margin-bottom: 20px;
}

.about-block__text ul li {
	margin-left: 20px;
	list-style: disc !important;
}
.advantages__img {
  width: 100px !important;
  height: 90px !important;
}
/* .advantages__preview {
    width: 130px !important;
	max-height: 90px !important; 
} */

/* .advantages__item .advantages__preview {
    top: -22px !important;
    left: -15px !important;
} */

.advantages-info-block {
	margin-top: 20px;
    flex: 1 1;
}

@media (max-width: 768px) {
	.products .title, .faq .title {
		text-align: center;
	}
}

.error-page {
    margin-bottom: 100px;
    margin-top: 150px;
	text-align: center;
}

.error-page h1 {
	font-size: 200px;
    color: #f57d22;
    margin-bottom: 40px;
}

.error-page span {
	display: block;
    font-size: 50px;
    line-height: 48px;
}

.error-page__text {
    font-size: 25px;
    line-height: 1.4;
}

.error-page__text a {
    color: #f57d22;
    font-weight: 500;
    position: relative;
}

@media (max-width: 576.98px) {
    .error-page {
        margin-top: 50px;
		margin-bottom: 50px;
    }
    .error-page .main-title {
        font-size: 150px;
        margin-bottom: 20px;
    }
}

/* End */
/* /local/templates/industriya-gstz/css/style.css?176416110895065 */
