@charset "UTF-8";
@font-face {
  font-family: "Conthrax";
  src: url("../fonts/conthrax/conthrax-sb.ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Thin.ttf");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ThinItalic.ttf");
  font-style: italic;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraLight.ttf");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraLightItalic.ttf");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Light.ttf");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-LightItalic.ttf");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Italic.ttf");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Medium.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-MediumItalic.ttf");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBoldItalic.ttf");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-BoldItalic.ttf");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraBold.ttf");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Black.ttf");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-BlackItalic.ttf");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  color: #000000;
  background: #ffffff;
  letter-spacing: 1px;
}

h1 {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

h2 {
  color: #247CCD;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

h3 {
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
}

h4 {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

ul {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  list-style-type: none;
}

p {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.sr-only {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

table {
  border-spacing: 0px;
}

/*Бургер*/
.head__burger {
  display: none;
  cursor: pointer;
  border: 0px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 3;
}

.bar1, .bar2, .bar3 {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #E90707;
  margin: 4px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
      -ms-transform: rotate(-45deg) translate(-5px, 5px);
          transform: rotate(-45deg) translate(-5px, 5px);
  background-color: #E90707;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
      -ms-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
  background-color: #E90707;
}

.head__adaptive-menu {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #202020;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 0px;
  top: -999px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
}

.head__adaptive-menu.open {
  top: 0px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.adaptive-menu__list {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px 20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.adaptive-menu__item {
  margin-bottom: 10px;
}

.adaptive-menu__item a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.adaptive-menu__item a:hover {
  text-decoration: underline;
}

.head__adaptive-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
}

.head__adaptive-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.head__adaptive-info-item span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.head__adaptive-tel,
.head__adaptive-email {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  text-decoration: none;
}

.head__adaptive-tel:hover,
.head__adaptive-email:hover {
  text-decoration: underline;
}

.head__adaptive-addr {
  max-width: 200px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

/*Хэдер*/
.head {
  width: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  background: -o-linear-gradient(#202020 0px, #202020 37px, rgba(32, 32, 32, 0.5) 37px, rgba(32, 32, 32, 0.5) 100%);
  background: linear-gradient(#202020 0px, #202020 37px, rgba(32, 32, 32, 0.5) 37px, rgba(32, 32, 32, 0.5) 100%);
}

.head__top-body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.head__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head__top-item {
  margin-right: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.head__top-link,
.head__top-phone {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}

.head__top-link::after,
.head__top-phone::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  color: inherit;
  background-color: currentColor;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.head__top-link:hover::after,
.head__top-phone:hover::after {
  width: 100%;
}

.head__top-item.current .head__top-link {
  color: #E90707;
}

.head__body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 20px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.head__logo-img {
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.head__logo-img:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.head__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head__menu-item {
  margin-right: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.head__menu-item:last-child {
  margin-right: 0px;
}

.head__menu-link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.head__menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  color: inherit;
  background-color: currentColor;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.head__menu-link:hover::after {
  width: 100%;
}

/*Тело сайта*/
main {
  width: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #202020;
  margin-top: -100px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__body {
  width: 100%;
  /*max-width: 1600px;*/
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__body .swiper-slide {
  position: relative;
}

.banner__slide-body {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: calc(50% - 600px);
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 200px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__slide-title {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__slide-text {
  margin-top: 40px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  max-width: 545px;
}

.banner__slide-text::before {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background: #FFFFFF;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__slide-butons {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__slide-buton {
  width: 245px;
  height: 60px;
  background: #E90707;
  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;
  margin-right: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  border: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__slide-buton:hover {
  background: transparent;
  border: 1px solid #E90707;
}

.banner__slide-link {
  width: 245px;
  height: 60px;
  border: 1px solid #ffffff;
  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;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__slide-link:hover {
  background: #E90707;
  border: 1px solid #E90707;
}

.banner__body .swiper-button-prev {
  width: 80px;
  height: 70px;
  background: #E90707;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: auto;
  right: calc(50% - 520px);
  top: calc(100% - 48px);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__body .swiper-button-prev::after {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__body .swiper-button-next {
  width: 80px;
  height: 70px;
  background: #E90707;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: calc(50% - 600px);
  top: calc(100% - 48px);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner__body .swiper-button-next::after {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #ffffff;
}

.swiper-button-next.swiper-button-disabled::after,
.swiper-button-prev.swiper-button-disabled::after {
  color: #000000;
}

.banner__body .swiper-button-prev:hover,
.banner__body .swiper-button-next:hover {
  background: #202020;
  color: #ffffff;
}

/*Категории*/
.categories {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.categories__body {
  width: 100%;
  max-width: 1200px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.categories__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.categories__title::before {
  content: "";
  display: block;
  background: #E90707;
  width: 80px;
  height: 1px;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.categories__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.categories__subtitle {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  width: 100%;
  max-width: 840px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.categories__all {
  width: 200px;
  height: 60px;
  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;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #E90707;
  border: 1px solid #E90707;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.categories__all:hover {
  background: #E90707;
  color: #ffffff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

.categories__tabs {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.categories__tabs > input[type=radio] {
  display: none;
}

.categories__tabs > label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #909090;
  color: #909090;
  border-radius: 65px;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 1px;
  margin-bottom: 10px;
  margin-right: 30px;
}

.categories__tabs > label:hover {
  border: 1px solid #E90707;
  background-color: #E90707;
  color: #ffffff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

.categories__tabs > input[type=radio]:checked + label {
  border: 1px solid #E90707;
  background-color: transparent;
  color: #E90707;
}

.categories__tabs > .categories__content {
  /* скрыть контент по умолчанию */
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3,
#tab-btn-4:checked ~ #content-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.categories__item {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #D2D2D2;
  text-decoration: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202020;
}

.categories__item:first-child {
  border: 0px solid #D2D2D2;
  width: calc(48% + 4px);
  margin-right: 2%;
}

.categories__item:nth-child(3),
.categories__item:last-child {
  margin-right: 0px;
}

.categories__image {
  width: 100%;
  height: auto;
}

.categories__name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #202020;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.categories__item:hover .categories__name {
  background: #E90707;
  color: #ffffff;
}

.categories__item:nth-child(n+1):hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

.categories__item:first-child:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}

/*портфолио*/
.portfolio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #202020;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio__body {
  width: 100%;
  max-width: 1200px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  bottom: -40px;
}

.portfolio__title::before {
  content: "";
  display: block;
  background: #FFFFFF;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.portfolio__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.portfolio__item {
  width: 25%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}

.portfolio__item:first-child {
  width: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio__subtitle {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #FFFFFF;
  position: relative;
  bottom: -40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio__item-info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #202020;
  opacity: 0.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio__item:hover .portfolio__item-info {
  opacity: 0;
}

.portfolio__item-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}

.portfolio__item-text:last-child {
  font-weight: 500;
  font-size: 14px;
}

/*О заводе*/
.about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about__body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about__info {
  width: 32%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about__title::before {
  content: "";
  display: block;
  background: #E90707;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.about__subtitle {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about__subtitle span {
  color: #E90707;
}

.about__text {
  font-size: 16px;
  line-height: 150%;
  color: #202020;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about__text.sec {
  margin-bottom: 50px;
}

.about__link {
  border: 1px solid #E90707;
  padding: 20px 30px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #E90707;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about__link:hover {
  color: #ffffff;
  background: #E90707;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

.about__info.about-slider {
  width: 36%;
  max-width: 450px;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about-slider img {
  width: 100%;
  height: auto;
}

.about-slider .swiper-pagination-progressbar {
  background: #D2D2D2;
}

.about-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #202020;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
}

.about__info.counts {
  padding: 0px 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about__info-item {
  width: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about__info-item:last-child {
  margin-bottom: 0px;
}

.about__count {
  font-size: 40px;
  line-height: 100%;
  color: #E90707;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about__count-text {
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #202020;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*Новости*/
.news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #E3E3E3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news__body {
  width: 100%;
  max-width: 1200px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.news__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news__title::before {
  content: "";
  display: block;
  background: #E90707;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.news__subtitle {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news-slider {
  width: 100%;
}

.news-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.news-slider .swiper-slide {
  height: auto;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news-slider .news__date {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #909090;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news-slider .slide-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 105px;
}

.slide-text {
  font-size: 16px;
  line-height: 120%;
  color: #909090;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 180px;
}

.slide-more {
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #E90707;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.slide-more::before {
  display: block;
  content: "";
  width: 0px;
  height: 1px;
  background: #E90707;
  position: absolute;
  bottom: -5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slide-more::after {
  content: url(../img/pages/main/news/arrow-red.png);
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slide-more:hover::after {
  margin-left: 5px;
}

.slide-more:hover::before {
  display: block;
  content: "";
  width: 160px;
  height: 1px;
  background: #E90707;
  position: absolute;
  bottom: -5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news__body .swiper-button-next,
.news__body .swiper-button-prev {
  top: 60px;
  padding: 5px 15px;
  background: transparent;
  color: #000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news__body .swiper-button-next:hover,
.news__body .swiper-button-prev:hover {
  background: #E90707;
  color: #ffffff;
}

.news__body .swiper-button-next:after,
.news__body .swiper-button-prev:after {
  font-size: 26px;
}

.news__body .swiper-button-prev {
  left: auto;
  right: 60px;
}

.news__body .swiper-button-next {
  right: 0px;
}

.news__body .swiper-button-next.swiper-button-disabled,
.news__body .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

/*FAQ*/
.faq {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faq__body {
  width: 100%;
  max-width: 1200px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.faq__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faq__title::before {
  content: "";
  display: block;
  background: #E90707;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.faq__subtitle {
  width: 100%;
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faq__quest {
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  color: #202020;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  padding: 30px 0px;
}

.faq__plus {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}

.faq__plus::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E90707;
}

.faq__plus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 11px;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #E90707;
}

.faq__quest.open .faq__plus::after {
  display: none;
}

.faq__answer {
  font-family: "Montserrat";
  width: 100%;
  height: 0px;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq__quest.open + .faq__answer {
  height: 100px;
  position: relative;
  overflow: hidden;
}

.faq__answer-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #909090;
}

/*СВязаться с нами*/
.feedback {
  width: 100%;
  height: 40vw;
  max-height: 768px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/pages/main/feedback/bg.jpg) no-repeat;
  background-position: top right;
  background-size: 100% auto;
  background-color: #202020;
}

.feedback__body {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.feedback__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: static;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.feedback__title.close {
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.feedback__title::before {
  content: "";
  display: block;
  background: #ffffff;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.feedback__subtitle {
  width: 100%;
  max-width: 805px;
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: static;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.feedback__subtitle.close {
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.feedback__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: static;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.feedback__text.close {
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.feedback__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: static;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.feedback__form.close {
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.feedback__form input[type=text] {
  width: 460px;
  height: 50px;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 70px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
}

.feedback__form input[type=text].err {
  color: #E90707;
  border-bottom: 1px solid #E90707;
}

.feedback__form input[type=submit] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  padding: 20px 20px;
  background: transparent;
  cursor: pointer;
}

.feedback__form input[type=submit]:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #E90707;
  border: 1px solid #E90707;
}

.errorMessage {
  opacity: 0;
  font-family: "Montserrat";
  font-size: 14px;
  color: #E90707;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 15px;
  left: 530px;
}

.feedback__form input.err + .errorMessage {
  opacity: 1;
}

.feedback__message {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  max-width: 920px;
  text-align: center;
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.feedback__message.error {
  color: #E90707;
}

.feedback__message.open {
  position: static;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.form-personal {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.5;
  margin-top: 30px;
}

/*карта*/
.map {
  width: 100%;
  background: #e8e8e8;
  position: relative;
}

.map img {
  width: 100%;
}

.map__info-block {
  width: 410px;
  height: 550px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 30px;
  left: calc(50% - 600px);
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 50px 30px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          z-index: 2;
}

.map__title {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
}

.map__addr {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202020;
  border-bottom: 1px solid #E3E3E3;
  padding: 30px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.map__tel,
.map__email,
.map__time {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202020;
  border-bottom: 1px solid #E3E3E3;
  padding: 30px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.map__tel a,
.map__email a,
.map__time b {
  font-weight: 700;
  text-decoration: none;
  color: #202020;
}

.map__btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #E90707;
  border: 1px solid #E90707;
  padding: 20px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  margin-top: 30px;
  cursor: pointer;
}

.map__btn:hover {
  background: #E90707;
  color: #ffffff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

/*Футер*/
.footer {
  background: #202020;
  width: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 0px;
}

.footer__body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}

.footer__logo img {
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__menu-block {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__menu-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer__menu {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__menu-item {
  margin-bottom: 15px;
}

.footer__menu-link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #909090;
  text-decoration: none;
  position: relative;
}

.footer__menu-link:hover {
  color: #ffffff;
}

.footer__menu-link::before {
  display: block;
  content: "";
  width: 0px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__menu-link:hover::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__tel {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px;
}

.footer__tel::before {
  display: block;
  content: "";
  width: 0px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__tel:hover::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.license__body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #909090;
  padding-top: 20px;
}

.license__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #909090;
}

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

.license__name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 20px;
}

.license__img {
  width: 120px;
  height: auto;
}

/*ЖБИ*/
.other-page .head {
  background: -o-linear-gradient(#202020 0px, #202020 37px, rgb(255, 255, 255) 37px, rgb(255, 255, 255) 100%);
  background: linear-gradient(#202020 0px, #202020 37px, rgb(255, 255, 255) 37px, rgb(255, 255, 255) 100%);
}

.other-page .head__menu-link {
  color: #202020;
}

.other-page .current .head__menu-link {
  color: #E90707;
}

.zhbi-banner {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#202020), color-stop(58%, #202020), color-stop(58%, #ffffff), to(#ffffff));
  background: -o-linear-gradient(left, #202020 0%, #202020 58%, #ffffff 58%, #ffffff 100%);
  background: linear-gradient(to right, #202020 0%, #202020 58%, #ffffff 58%, #ffffff 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 200px 0px 100px 0px;
  margin-top: -100px;
  z-index: 0;
  position: relative;
}

.breadcrumbs {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.breadcrumbs.white {
  margin-top: 50px;
  margin-bottom: 50px;
}

.breadcrumbs__item::after {
  content: " / ";
  color: #909090;
  margin-right: 5px;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #909090;
  text-decoration: none;
  position: relative;
}

.breadcrumbs li:last-child {
  color: #ffffff;
}

.breadcrumbs.white li:last-child {
  color: #202020;
}

.breadcrumbs__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: red;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

.zhbi-banner__body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.zhbi-banner__info {
  width: 40%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.zhbi-banner__title {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.zhbi-banner__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.zhbi-banner__btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  background: #E90707;
  padding: 20px 30px;
  border: 1px solid #E90707;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.zhbi-banner__btn:hover {
  background: transparent;
}

.zhbi-banner__slider {
  width: 50%;
}

.zhbi-banner__slider .swiper-pagination-progressbar {
  background: #D2D2D2;
}

.zhbi-banner__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #E90707;
}

.advantages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.advantages__body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.advantages__info {
  width: 32%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.advantages__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.advantages__title::before {
  content: "";
  display: block;
  background: #E90707;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.advantages__subtitle {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.advantages__subtitle span {
  color: #E90707;
}

.advantages__text {
  font-size: 16px;
  line-height: 150%;
  color: #202020;
  margin-bottom: 10px;
}

.advantages__text.sec {
  margin-bottom: 50px;
}

.advantages__link {
  border: 1px solid #E90707;
  padding: 20px 30px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #E90707;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.advantages__link:hover {
  color: #ffffff;
  background: #E90707;
}

.advantages__info.about-slider {
  width: 36%;
  max-width: 450px;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.advantages-slider img {
  width: 100%;
  height: auto;
}

.advantages-slider .swiper-pagination-progressbar {
  background: #D2D2D2;
}

.advantages-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #202020;
}

.advantages__info.counts {
  padding: 0px 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.advantages__info-item {
  width: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.advantages__info-item:last-child {
  margin-bottom: 0px;
}

.advantages__count {
  font-size: 40px;
  line-height: 100%;
  color: #E90707;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.advantages__count-text {
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #202020;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*Продукция*/
.products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #202020;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products__body {
  width: 100%;
  max-width: 1200px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products__title::before {
  content: "";
  display: block;
  background: #FFFFFF;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.products__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products__subtitle {
  width: 100%;
  max-width: 510px;
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 50px;
}

.products__item {
  width: 24%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  margin-bottom: 3%;
  margin-right: 1%;
}

.products__item-block {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  margin-bottom: 15px;
}

.products__image {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products__item-info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #202020;
  opacity: 0.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products__item:hover .products__item-info {
  opacity: 0;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.products__item-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #909090;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products__item:hover .products__item-text {
  color: #ffffff;
}

.products__item:hover .products__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.products__item-text:last-child {
  font-weight: 500;
  font-size: 14px;
}

#product {
  width: 100%;
  max-width: 1000px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 0 0px rgba(153, 153, 153, 0.3);
          box-shadow: 0 0 0 0px rgba(153, 153, 153, 0.3);
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.box-modal_close {
  background: #ffffff;
  border: 0px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  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;
  right: 25px;
  top: 25px;
  z-index: 1;
}

.modal__body {
  box-sizing: border-box;
  width: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal__head-img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.modal__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #202020;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#product-beton .modal__title {
  text-transform: uppercase;
}
.modal__table-block {
  width: 100%;
}
.modal__table {
  width: 100%;
  border-spacing: 0px;
  margin-bottom: 70px;
  display: none;
}
.modal__table-block .modal__table {
  display: table;
}

.modal__table thead {
  background: #E90707;
}

.modal__table tr th {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 0px 15px 30px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal__table tbody tr:nth-child(2n) {
  background: #E3E3E3;
}

.modal__table tbody tr td {
  padding: 15px 0px 15px 30px;
}

.modal__product-feedback {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal__product-form-block {
  width: 56%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.modal__product-form-title {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: static;
}

.modal__product-form-title.close {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
}

.modal__product-form {
  width: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: static;
}

.modal__product-form.close {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
}

.modal__product-form input[type=text] {
  width: 460px;
  height: 50px;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid gray;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #202020;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
  border-radius: 0px;
}

.modal__product-form input[type=text].modal-name {
  margin-bottom: 50px;
}

.modal__product-form input[type=text].err {
  color: #E90707;
  border-bottom: 1px solid #E90707;
}

.modal__product-form input[type=submit] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  background: #E90707;
  border: 1px solid #E90707;
  padding: 20px 20px;
  cursor: pointer;
  margin-bottom: 10px;
}

.modal__product-form .errorMessage {
  margin-bottom: 0px;
  position: relative;
  top: -30px;
  left: 0px;
}

.form input.err + .errorMessage {
  opacity: 1;
}

.modal__product-form-block .feedback__message {
  color: #E90707;
}

.feedback__message.error {
  color: #E90707;
}

.feedback__message.open {
  position: static;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.personal {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #202020;
  opacity: 0.5;
}

.modal__product-list {
  width: 40%;
  background: #E90707;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0px 50px 50px;
}

.modal__product-item {
  width: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal__product-item:last-child {
  margin-bottom: 0px;
}

.modal__product-count {
  font-size: 40px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal__product-count-text {
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.individual {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.individual__body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.individual__info {
  width: 55%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.individual__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.individual__title::before {
  content: "";
  display: block;
  background: #E90707;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.individual__subtitle {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 30px;
}

.individual__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202020;
  margin-bottom: 50px;
}

.individual__text.sec {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.individual__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.individual__item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  color: #202020;
  width: 300px;
  height: 90px;
  border: 1px solid #202020;
  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;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 50px;
}

.individual__item-count {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 75%;
  color: #E90707;
  display: block;
  position: absolute;
  top: -15px;
  left: -1px;
  background: #ffffff;
}

.individual__item:last-child {
  border: 1px solid #E90707;
  color: #E90707;
  font-weight: 700;
  cursor: pointer;
}

.individual__image {
  width: 45%;
}

.individual__image.inside {
  display: none;
}

.individual__img {
  position: absolute;
  top: 100px;
  right: 0px;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*О заводе*/
.history {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.history__body {
  width: 100%;
  max-width: 1200px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.history__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 70px;
}

.history__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.history__title::before {
  content: "";
  display: block;
  background: #E90707;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.history__subtitle {
  width: 56%;
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.history__text {
  width: 43%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202020;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.history__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.history__item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  color: #202020;
  width: 300px;
  height: 90px;
  border: 1px solid #202020;
  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;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 50px;
}

.history__item:nth-child(2) {
  margin: 0px 30px;
}

.history__item-count {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 75%;
  color: #E90707;
  display: block;
  position: absolute;
  top: -15px;
  left: -1px;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*Карта ПФО*/
.pfo-map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.pfo-map__body {
  width: 100%;
  max-width: 1200px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pfo-map__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pfo-map__title::before {
  content: "";
  display: block;
  background: #E90707;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.pfo-map__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 70px;
}

.pfo-map__regions {
  width: 55%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pfo-map__subtitle {
  width: 100%;
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 50px;
}

.pfo-map__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pfo-map__item {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202020;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.pfo-map__item::before {
  display: block;
  content: url(../img/pages/about/map/ring.png);
  margin-right: 10px;
}

.pfo-map__item:hover {
  color: #E90707;
}

.pfo-map__block {
  width: 45%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pfo-map__block svg {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.pfo-map__block svg path {
  display: block;
  cursor: pointer;
  fill: #D2D2D2;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pfo-map__block svg path.visible,
.pfo-map__block svg path:hover {
  fill: #E90707;
}

.pfo-map__block svg circle {
  display: block;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pfo-map__block svg path.visible + circle,
.pfo-map__block svg path.visible + circle + circle,
.pfo-map__block svg path:hover + circle,
.pfo-map__block svg path:hover + circle + circle {
  opacity: 1;
}

#mappopup {
  position: absolute;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(51, 5, 5, 0.2);
          box-shadow: 0px 4px 4px rgba(51, 5, 5, 0.2);
  border-radius: 55px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  color: #202020;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

/*Галерея*/
.gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery__body {
  width: 100%;
  max-width: 1200px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.gallery__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery__title::before {
  content: "";
  display: block;
  background: #E90707;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.gallery__subtitle {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-slider {
  width: 100%;
}

.gallery-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gallery-slider .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-slider .swiper-slide img {
  width: 100%;
  height: auto;
}

.gallery__body .swiper-button-next,
.gallery__body .swiper-button-prev {
  top: 60px;
  padding: 5px 15px;
  background: transparent;
  color: #000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery__body .swiper-button-next:hover,
.gallery__body .swiper-button-prev:hover {
  background: #E90707;
  color: #ffffff;
}

.gallery__body .swiper-button-next:after,
.gallery__body .swiper-button-prev:after {
  font-size: 26px;
}

.gallery__body .swiper-button-prev {
  left: auto;
  right: 60px;
}

.gallery__body .swiper-button-next {
  right: 0px;
}

.gallery__body .swiper-button-next.swiper-button-disabled,
.gallery__body .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

/*Выберите менеджера*/
.managers {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E7E7E7;
}

.managers__body {
  width: 100%;
  max-width: 1200px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.managers__subtitle {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  max-width: 805px;
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: static;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.managers__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.managers__item {
  background: #ffffff;
  width: 31%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.manager__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #202020;
  opacity: 0.5;
  margin-bottom: 10px;
}

.manager__name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 20px;
}

.manager__addr,
.manager__tel,
.manager__email {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #202020;
  margin-bottom: 15px;
}

.manager__email {
  margin-bottom: 50px;
}

.manager__addr b {
  font-weight: 700;
}

.manager__tel a,
.manager__email a {
  text-decoration: none;
  font-weight: 700;
  color: #202020;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.manager__tel a:hover,
.manager__email a:hover {
  text-decoration: underline;
}

.manager__btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #E90707;
  padding: 20px 30px;
  border: 1px solid #E90707;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.manager__btn:hover {
  background: #E90707;
  color: #ffffff;
}

/*Бетон - раствор*/
.beton-banner {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#202020), color-stop(58%, #202020), color-stop(58%, #ffffff), to(#ffffff));
  background: -o-linear-gradient(left, #202020 0%, #202020 58%, #ffffff 58%, #ffffff 100%);
  background: linear-gradient(to right, #202020 0%, #202020 58%, #ffffff 58%, #ffffff 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 200px 0px 100px 0px;
  margin-top: -100px;
  z-index: 0;
  position: relative;
}

.beton-banner__body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.beton-banner__info {
  width: 40%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.beton-banner__title {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.beton-banner__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.beton-banner__btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  background: #E90707;
  padding: 20px 30px;
  border: 1px solid #E90707;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.beton-banner__btn:hover {
  background: transparent;
}

.beton-banner__slider {
  width: 50%;
}

.beton-banner__slider .swiper-pagination-progressbar {
  background: #D2D2D2;
}

.beton-banner__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #E90707;
}

.waterproof {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.waterproof__body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.waterproof__info {
  width: 32%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.waterproof__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.waterproof__title::before {
  content: "";
  display: block;
  background: #E90707;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.waterproof__subtitle {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.waterproof__subtitle span {
  color: #E90707;
}

.waterproof__text {
  font-size: 16px;
  line-height: 150%;
  color: #202020;
  margin-bottom: 30px;
}

.waterproof__text.sec {
  margin-bottom: 50px;
}

.waterproof__link {
  border: 1px solid #E90707;
  padding: 20px 30px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #E90707;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.waterproof__link:hover {
  color: #ffffff;
  background: #E90707;
}

.waterproof__info.about-slider {
  width: 36%;
  max-width: 450px;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.waterproof-slider img {
  width: 100%;
  height: auto;
}

.waterproof-slider .swiper-pagination-progressbar {
  background: #D2D2D2;
}

.waterproof-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #202020;
}

.waterproof__info.counts {
  padding: 0px 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.waterproof__info-item {
  width: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.waterproof__info-item:last-child {
  margin-bottom: 0px;
}

.waterproof__count {
  font-size: 40px;
  line-height: 100%;
  color: #E90707;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.waterproof__count-text {
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #202020;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.products__subtitle.beton {
  max-width: 710px;
}

.usage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.usage__body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.usage__info {
  width: 54%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.usage__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.usage__title::before {
  content: "";
  display: block;
  background: #E90707;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.usage__subtitle {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 30px;
}

.usage__text-block {
  width: 43%;
}

.usage__text {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202020;
  margin-bottom: 10px;
}

/*Керамзитобетонные блоки*/
.kerambeton-banner {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#202020), color-stop(58%, #202020), color-stop(58%, #ffffff), to(#ffffff));
  background: -o-linear-gradient(left, #202020 0%, #202020 58%, #ffffff 58%, #ffffff 100%);
  background: linear-gradient(to right, #202020 0%, #202020 58%, #ffffff 58%, #ffffff 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 200px 0px 100px 0px;
  margin-top: -100px;
  z-index: 0;
  position: relative;
}

.kerambeton-banner__body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.kerambeton-banner__info {
  width: 40%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.kerambeton-banner__title {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.kerambeton-banner__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.kerambeton-banner__btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  background: #E90707;
  padding: 20px 30px;
  border: 1px solid #E90707;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.kerambeton-banner__btn:hover {
  background: transparent;
}

.kerambeton-banner__slider {
  width: 50%;
}

.kerambeton-banner__slider .swiper-pagination-progressbar {
  background: #D2D2D2;
}

.kerambeton-banner__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #E90707;
}

/*Инертные материалы*/
.inert-banner {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#202020), color-stop(58%, #202020), color-stop(58%, #ffffff), to(#ffffff));
  background: -o-linear-gradient(left, #202020 0%, #202020 58%, #ffffff 58%, #ffffff 100%);
  background: linear-gradient(to right, #202020 0%, #202020 58%, #ffffff 58%, #ffffff 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 200px 0px 100px 0px;
  margin-top: -100px;
  z-index: 0;
  position: relative;
}

.inert-banner__body {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.inert-banner__info {
  width: 40%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.inert-banner__title {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.inert-banner__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.inert-banner__btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  background: #E90707;
  padding: 20px 30px;
  border: 1px solid #E90707;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.inert-banner__btn:hover {
  background: transparent;
}

.inert-banner__slider {
  width: 50%;
}

.inert-banner__slider .swiper-pagination-progressbar {
  background: #D2D2D2;
}

.inert-banner__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #E90707;
}

.products__list.inert {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*контакты*/
.contacts-page__title {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts-page__body {
  width: 100%;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts-page__addr,
.contacts-page__tel,
.contacts-page__email,
.contacts-page__time {
  width: 18%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #909090;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts-page__addr b,
.contacts-page__time b {
  color: #202020;
}

.contacts-page__tel a,
.contacts-page__email a {
  color: #202020;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts-page__tel a:hover,
.contacts-page__email a:hover {
  text-decoration: underline;
}

.contacts-page__map {
  width: 100%;
  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;
}

/*Строительным организациям*/
.for-organization {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.for-organization__body {
  width: 100%;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.for-organization__block {
  width: 48%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.for-organization__block.img {
  width: 50%;
  position: relative;
}

.for-organization__block .breadcrumbs.white {
  margin-top: 0px;
  margin-bottom: 10px;
}

.for-organization__title {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 20px;
}

.for-organization__text {
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202020;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.for-organization__btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  background: #E90707;
  border: 1px solid #E90707;
  padding: 20px 30px;
  cursor: pointer;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.for-organization__btn:hover {
  color: #E90707;
  background: #ffffff;
}

.for-organization__img {
  width: 100%;
  height: auto;
}

.advantages-work {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.advantages-work__body {
  width: 100%;
  max-width: 1200px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.advantages-work__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.advantages-work__title::before {
  content: "";
  display: block;
  background: #E90707;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.advantages-work__subtitle {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 30px;
}

.advantages-work__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.advantages-work__item {
  width: 24%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.advantages-work__count {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #E90707;
  margin-bottom: 10px;
}

.advantages-work__name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 10px;
}

.advantages-work__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #909090;
}

/*Доставка и оплата*/
.delivery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.delivery__body {
  width: 100%;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.delivery__block {
  width: 48%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.delivery__block.img {
  width: 50%;
  position: relative;
}

.delivery__block .breadcrumbs.white {
  margin-top: 0px;
  margin-bottom: 10px;
}

.delivery__title {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 20px;
}

.delivery__text {
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202020;
}

.delivery__text a {
  text-decoration: none;
  font-weight: 700;
  color: #202020;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.delivery__text a:hover {
  text-decoration: none;
  font-weight: 700;
  text-decoration: underline;
}

.delivery__btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  background: #E90707;
  padding: 20px 30px;
  border: 1px solid #E90707;
  cursor: pointer;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.delivery__btn:hover {
  color: #E90707;
  background: #ffffff;
}

.delivery__img {
  width: 100%;
  height: auto;
}

.price {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #202020;
}

.price__body {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.price__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: static;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.price__title::before {
  content: "";
  display: block;
  background: #ffffff;
  width: 80px;
  height: 1px;
  margin-right: 20px;
}

.price__subtitle {
  width: 100%;
  max-width: 805px;
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: static;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.price__table {
  width: 100%;
  margin-bottom: 50px;
}

.price__table tr {
  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;
}

.price__table tr td {
  width: 350px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 15px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.price__table tr td:first-child {
  width: 500px;
}

.price__table thead tr {
  background-color: #E90707;
}

.price__table thead tr td {
  text-transform: uppercase;
}

.price__table tbody tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.1);
}

.price__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #909090;
}

.payment {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.payment.mob {
  display: none;
}

.payment__body {
  width: 100%;
  height: 660px;
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.payment__info {
  width: 45%;
}

.payment__title {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 30px;
}

.payment__subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #E90707;
  margin-bottom: 20px;
}

.payment__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202020;
  margin-bottom: 50px;
}

.payment__details {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50vw - 10px);
  background: red;
  position: absolute;
  left: 50%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 0px;
}

.payment__subtitle.white {
  color: #ffffff;
  padding: 0px 50px;
  margin-bottom: 20px;
}

.payment__details-text {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0px 5px 50px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.payment__details-text.white {
  background: rgba(255, 255, 255, 0.4);
}

.payment__details-text span {
  display: block;
  width: 100%;
  max-width: 550px;
  padding: 5px 0px;
}

/*Страница новости*/
.news-page {
  width: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-page__body {
  width: 100%;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news-page__block {
  width: 100%;
}

.column {
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.news-page__title {
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #202020;
}

.news-page__img {
  width: 100%;
  height: auto;
  float: right;
  margin-bottom: 30px;
}

.news-page__text {
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202020;
}

.news-page__body.nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prev-news {
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #909090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.prev-news::before {
  content: url(../img/pages/news/prev.png);
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.prev-news:hover {
  font-weight: 700;
}
.prev-news:hover::before {
  margin-left: 5px;
  margin-right: 5px;
}

.next-news {
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: right;
  text-transform: uppercase;
  color: #E90707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.next-news::after {
  content: url(../img/pages/news/next.png);
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.next-news:hover {
  font-weight: 700;
}
.next-news:hover::after {
  margin-left: 5px;
  margin-right: 5px;
}

/*Обратная связь модальное окно*/
#feedbackModal {
  width: 1000px;
  padding: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 0px rgba(153, 153, 153, 0.3);
          box-shadow: 0 0 0 0px rgba(153, 153, 153, 0.3);
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/blocks/popup/modal-bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  background-color: #202020;
}

#feedbackModal .modal__body {
  width: 60%;
  height: 350px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 50px;
}

.modal__product-list {
  width: 40%;
  background: #E90707;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0px 50px 50px;
}

#feedbackModal .modal__title {
  padding-left: 0px;
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: static;
}

#feedbackModal .modal__title.close {
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

#bannerModalForm {
  width: 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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

#bannerModalForm.close {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
}

#bannerModalForm input[type=text] {
  width: 100%;
  height: 50px;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 0px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 50px;
  border-radius: 0px;
}

#bannerModalForm input[type=text].err {
  color: #E90707;
  border-bottom: 1px solid #E90707;
}

#bannerModalForm input[type=submit] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  padding: 20px 20px;
  background: transparent;
  cursor: pointer;
}

#bannerModalForm input[type=submit]:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #E90707;
  border: 1px solid #E90707;
}

#bannerModalForm .errorMessage {
  opacity: 0;
  font-family: "Montserrat";
  font-size: 14px;
  color: #E90707;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 160px;
  left: 10px;
  bottom: auto;
}

#bannerModalForm input.err + .errorMessage {
  opacity: 1;
}

.feedback__message {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  max-width: 920px;
  text-align: center;
  font-family: "Conthrax";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.feedback__message.error {
  color: #E90707;
}

.feedback__message.open {
  position: static;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#bannerModalForm .personal {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.5;
  margin-top: 10px;
}

#feedbackModal .feedback__message {
  text-align: left;
}

@media (max-width: 1299px) {
  .head__top-body,
.head__body,
.banner__slide-body,
.news__body,
.faq__body,
.categories__body,
.portfolio__body,
.about__body,
.feedback__body,
.footer__body,
.license__body,
.for-organization__body,
.advantages-work__body,
.delivery__body,
.price__body,
.payment__body,
.breadcrumbs.white,
.contacts-page__title,
.contacts-page__body,
.managers__body,
.zhbi-banner__body,
.advantages__body,
.products__body,
.individual__body,
.kerambeton-banner__body,
.usage__body,
.beton-banner__body,
.waterproof__body,
.inert-banner__body,
.history__body,
.pfo-map__body,
.gallery__body,
.news-page__body {
    max-width: 1150px;
  }
  .head__menu-item {
    margin-right: 20px;
  }
  .banner__body .swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .banner__slide-body {
    left: calc(50% - 575px);
  }
  .banner__slide-title {
    font-size: 36px;
  }
  .banner__slide-text::before {
    margin-bottom: 15px;
  }
  .banner__slide-butons {
    margin-top: 30px;
  }
  .categories__tabs > label {
    margin-right: 20px;
  }
  .portfolio__image {
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .portfolio__item {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .portfolio__item:first-child {
    width: 49%;
  }
  .about__subtitle {
    margin-bottom: 20px;
  }
  .about__info-item {
    margin-bottom: 40px;
  }
  .price__table tr td {
    width: 335px;
  }
  .price__table tr td:first-child {
    width: 480px;
  }
  .payment__details {
    width: 50vw;
  }
  .advantages__info-item {
    margin-bottom: 40px;
  }
  .individual__info {
    width: 50%;
  }
  .individual__image {
    width: 50%;
  }
  .individual__img {
    width: 600px;
  }
  .individual__item {
    width: 270px;
    margin-bottom: 30px;
  }
  .history__subtitle {
    font-size: 28px;
  }
  .feedback__form input[type=text] {
    width: 450px;
    margin-right: 50px;
  }
  .errorMessage {
    left: 510px;
  }
}
@media (max-width: 1199px) {
  .head__top-body,
.head__body,
.banner__slide-body,
.news__body,
.faq__body,
.categories__body,
.portfolio__body,
.about__body,
.feedback__body,
.footer__body,
.license__body,
.for-organization__body,
.advantages-work__body,
.delivery__body,
.price__body,
.payment__body,
.breadcrumbs.white,
.contacts-page__title,
.contacts-page__body,
.managers__body,
.zhbi-banner__body,
.advantages__body,
.products__body,
.individual__body,
.kerambeton-banner__body,
.usage__body,
.beton-banner__body,
.waterproof__body,
.inert-banner__body,
.history__body,
.pfo-map__body,
.gallery__body,
.news-page__body {
    max-width: 1000px;
  }
  .head__logo-img {
    width: 200px;
    height: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .head__menu-item {
    margin-right: 15px;
  }
  .head__menu-link {
    font-size: 15px;
  }
  .banner__slide-body {
    padding-top: 150px;
    left: calc(50% - 500px);
  }
  .banner__slide-title {
    font-size: 32px;
  }
  .banner__body .swiper-button-prev {
    width: 60px;
    height: 50px;
    right: calc(50% - 440px);
    top: calc(100% - 28px);
  }
  .banner__body .swiper-button-prev::after {
    font-size: 26px;
  }
  .banner__body .swiper-button-next {
    width: 60px;
    height: 50px;
    right: calc(50% - 500px);
    top: calc(100% - 28px);
  }
  .banner__body .swiper-button-next::after {
    font-size: 26px;
  }
  .banner__slide-buton {
    width: 225px;
  }
  .banner__slide-link {
    width: 225px;
  }
  .categories__subtitle {
    display: block;
    max-width: 605px;
  }
  .categories__row {
    margin-bottom: 20px;
  }
  .about__title {
    margin-bottom: 10px;
  }
  .about__subtitle {
    margin-bottom: 10px;
  }
  .about__text {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .about__text.sec {
    margin-bottom: 30px;
  }
  .about__info-item {
    margin-bottom: 20px;
  }
  .about__count {
    margin-bottom: 5px;
  }
  .about__count-text {
    font-size: 14px;
  }
  .feedback {
    height: 45vw;
  }
  .for-organization__title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .for-organization__text {
    font-size: 15px;
  }
  .for-organization__btn {
    margin-top: 5px;
  }
  .advantages-work {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .price__table tr td {
    width: 300px;
  }
  .price__table tr td:first-child {
    width: 385px;
  }
  .zhbi-banner {
    padding: 150px 0px 50px 0px;
  }
  .zhbi-banner__title {
    margin-bottom: 15px;
  }
  .zhbi-banner__text {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .advantages__subtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .advantages__text {
    font-size: 15px;
    line-height: 130%;
  }
  .advantages__text.sec {
    margin-bottom: 30px;
  }
  .advantages__info-item {
    margin-bottom: 20px;
  }
  .individual__info {
    width: 65%;
  }
  .individual__image {
    width: 35%;
  }
  .individual__item {
    width: 300px;
    margin-bottom: 30px;
  }
  .kerambeton-banner {
    padding: 150px 0px 50px 0px;
  }
  .kerambeton-banner__title {
    font-size: 28px;
  }
  .beton-banner {
    padding: 150px 0px 50px 0px;
  }
  .beton-banner__title {
    margin-bottom: 20px;
  }
  .beton-banner__text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .waterproof__subtitle {
    font-size: 28px;
  }
  .waterproof__info {
    width: 35%;
  }
  .waterproof__info:last-child {
    width: 30%;
  }
  .waterproof__info.counts {
    padding: 0px 10px;
  }
  .inert-banner {
    padding: 150px 0px 50px 0px;
  }
  .inert-banner__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .inert-banner__text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .pfo-map__block svg {
    width: 100%;
  }
  .pfo-map__regions {
    width: 52%;
  }
  .pfo-map__block {
    width: 48%;
  }
  .gallery__subtitle {
    width: 100%;
    max-width: 660px;
  }
  .footer__logo img {
    width: 200px;
  }
  .errorMessage {
    left: 445px;
  }
  .feedback__form input[type=text] {
    width: 390px;
    margin-right: 30px;
  }
  .arcticmodal-container_i2 {
    padding: 0px;
  }
  .map__info-block {
    left: 10px;
  }
}
@media (max-width: 1024px) {
  .head__top-body,
.head__body,
.banner__slide-body,
.news__body,
.faq__body,
.categories__body,
.portfolio__body,
.about__body,
.feedback__body,
.footer__body,
.license__body,
.for-organization__body,
.advantages-work__body,
.delivery__body,
.price__body,
.payment__body,
.breadcrumbs.white,
.contacts-page__title,
.contacts-page__body,
.managers__body,
.zhbi-banner__body,
.advantages__body,
.products__body,
.individual__body,
.kerambeton-banner__body,
.usage__body,
.beton-banner__body,
.waterproof__body,
.inert-banner__body,
.history__body,
.pfo-map__body,
.gallery__body,
.news-page__body {
    max-width: 980px;
  }
  .banner__slide-body {
    left: calc(50% - 490px);
  }
  .banner__slide-title {
    font-size: 30px;
  }
  .banner__slide-text {
    margin-top: 20px;
  }
  .errorMessage {
    left: 435px;
  }
  #feedbackModal {
    width: 970px;
  }
  #product {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .head__top-body,
.head__body,
.banner__slide-body,
.news__body,
.faq__body,
.categories__body,
.portfolio__body,
.about__body,
.feedback__body,
.footer__body,
.license__body,
.for-organization__body,
.advantages-work__body,
.delivery__body,
.price__body,
.payment__body,
.breadcrumbs.white,
.contacts-page__title,
.contacts-page__body,
.managers__body,
.zhbi-banner__body,
.advantages__body,
.products__body,
.individual__body,
.kerambeton-banner__body,
.usage__body,
.beton-banner__body,
.waterproof__body,
.inert-banner__body,
.history__body,
.pfo-map__body,
.gallery__body,
.news-page__body {
    max-width: 760px;
  }
  .head__top-item {
    margin-right: 20px;
  }
  .head__logo-img {
    width: 100px;
  }
  .head__menu-item {
    margin-right: 10px;
  }
  .head__menu-link {
    font-size: 13px;
  }
  .banner__slide-body {
    left: calc(50% - 380px);
    padding-top: 110px;
  }
  .banner__slide-title {
    font-size: 24px;
  }
  .banner__slide-text {
    margin-top: 10px;
    font-size: 12px;
  }
  .banner__slide-text::before {
    margin-bottom: 5px;
  }
  .banner__slide-buton {
    font-size: 14px;
    width: 200px;
  }
  .banner__slide-link {
    font-size: 14px;
    width: 200px;
  }
  .categories {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .categories__subtitle {
    font-size: 28px;
  }
  .categories__item:first-child {
    margin-right: 0%;
  }
  .categories__item {
    width: 23%;
  }
  .categories__name {
    padding: 20px 10px;
  }
  .portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .portfolio__subtitle {
    font-size: 22px;
  }
  .portfolio__item-text {
    font-size: 14px;
  }
  .portfolio__item-text:last-child {
    font-size: 12px;
  }
  .about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about__info {
    width: 40%;
  }
  .about__info.about-slider {
    width: 35%;
  }
  .about__info.counts {
    width: 25%;
    padding: 0px 10px;
  }
  .about__subtitle {
    font-size: 28px;
  }
  .about__text {
    font-size: 12px;
  }
  .about__text.sec {
    margin-bottom: 15px;
  }
  .about__count {
    font-size: 36px;
  }
  .about__info-item {
    margin-bottom: 10px;
  }
  .news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .news__title {
    margin-bottom: 10px;
  }
  .news__subtitle {
    margin-bottom: 15px;
  }
  .news__body .swiper-button-next,
.news__body .swiper-button-prev {
    top: 47px;
    padding: 5px 5px;
  }
  .news__body .swiper-button-prev {
    right: 45px;
  }
  .news-slider .news__date {
    margin-bottom: 10px;
  }
  .news-slider .slide-title {
    font-size: 16px;
    height: 130px;
    margin-bottom: 10px;
  }
  .slide-text {
    font-size: 14px;
    height: 255px;
    margin-bottom: 10px;
  }
  .faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .faq__subtitle {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .faq__quest {
    font-size: 22px;
  }
  .faq__quest-text {
    display: block;
    width: calc(100% - 30px);
  }
  .feedback {
    height: 70vw;
    background-size: auto 100%;
    background-position: center;
  }
  .feedback__subtitle {
    font-size: 28px;
    max-width: 768px;
    margin-bottom: 30px;
  }
  .errorMessage {
    left: 320px;
    font-size: 12px;
  }
  .feedback__form input[type=text] {
    margin-right: 20px;
    width: 290px;
  }
  .footer {
    padding: 50px 0px;
  }
  .footer__menu-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer__menu-link {
    font-size: 14px;
  }
  .footer__tel {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer__logo img {
    margin-right: 10px;
  }
  .license__text {
    font-size: 14px;
  }
  .license__name {
    font-size: 14px;
  }
  .license__img {
    width: 100px;
  }
  .breadcrumbs__link {
    font-size: 14px;
  }
  .breadcrumbs.white li:last-child {
    font-size: 14px;
  }
  .for-organization__text {
    font-size: 14px;
  }
  .advantages-work {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .advantages-work__subtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .advantages-work__count {
    font-size: 36px;
  }
  .advantages-work__name {
    font-size: 14px;
  }
  .advantages-work__text {
    font-size: 14px;
  }
  .price {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .price__subtitle {
    font-size: 28px;
    max-width: 750px;
  }
  .price__table tr td {
    width: 200px;
  }
  .price__table tr td:first-child {
    width: 360px;
  }
  .payment__body {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .payment__details {
    padding: 30px 0px;
  }
  .payment__details-text {
    font-size: 14px;
  }
  .payment__subtitle.white {
    padding: 0px 30px;
  }
  .payment__details-text {
    padding: 5px 0px 5px 30px;
  }
  .breadcrumbs.white {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contacts-page__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts-page__addr,
.contacts-page__tel,
.contacts-page__email,
.contacts-page__time {
    width: 48%;
    margin-bottom: 20px;
  }
  .managers__item {
    width: 32%;
  }
  .manager__title {
    font-size: 14px;
  }
  .manager__name {
    font-size: 18px;
    height: 51px;
  }
  .manager__addr,
.manager__tel,
.manager__email {
    font-size: 14px;
  }
  .zhbi-banner__slider {
    width: 44%;
  }
  .zhbi-banner__info {
    width: 55%;
  }
  .zhbi-banner__title {
    font-size: 28px;
  }
  .zhbi-banner__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .advantages {
    padding: 50px 0px;
  }
  .advantages__title {
    margin-bottom: 10px;
  }
  .advantages__subtitle {
    line-height: 110%;
  }
  .advantages__info {
    width: 35%;
  }
  .advantages__info:first-child {
    width: 40%;
  }
  .advantages__info:last-child {
    width: 25%;
  }
  .advantages__info.counts {
    padding: 0px 10px;
  }
  .advantages__info-item {
    margin-bottom: 15px;
  }
  .advantages__count {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .advantages__count-text {
    font-size: 14px;
  }
  .products {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .products__subtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .individual {
    padding: 50px 0px;
  }
  .individual__subtitle {
    font-size: 28px;
  }
  .individual__img {
    top: 50px;
    width: 400px;
  }
  .individual__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .individual__list {
    width: 740px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .kerambeton-banner__info {
    width: 55%;
  }
  .kerambeton-banner__slider {
    width: 44%;
  }
  .kerambeton-banner__title {
    font-size: 26px;
  }
  .kerambeton-banner__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .usage {
    padding: 50px 0px;
  }
  .usage__subtitle {
    font-size: 28px;
  }
  .usage__info {
    width: 42%;
  }
  .usage__text-block {
    width: 55%;
  }
  .beton-banner__info {
    width: 55%;
  }
  .beton-banner__slider {
    width: 44%;
  }
  .beton-banner__title {
    font-size: 28px;
  }
  .beton-banner__text {
    font-size: 14px;
  }
  .waterproof {
    padding: 50px 0px;
  }
  .waterproof__info {
    width: 30%;
  }
  .waterproof__info:first-child {
    width: 43%;
  }
  .waterproof__info:last-child {
    width: 27%;
  }
  .waterproof__subtitle {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .waterproof__text {
    font-size: 14px;
    line-height: 120%;
  }
  .waterproof__count {
    font-size: 32px;
  }
  .waterproof__count-text {
    font-size: 12px;
  }
  .waterproof__info-item {
    margin-bottom: 15px;
  }
  .usage__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .usage__info {
    width: 100%;
  }
  .usage__text-block {
    width: 100%;
  }
  .inert-banner__info {
    width: 55%;
  }
  .inert-banner__slider {
    width: 44%;
  }
  .inert-banner__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .advantages__subtitle {
    font-size: 27px;
  }
  .history {
    padding: 50px 0px;
  }
  .history__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .history__subtitle {
    width: 100%;
  }
  .history__text {
    width: 100%;
  }
  .history__item-count {
    font-size: 36px;
  }
  .history__item {
    width: 240px;
    margin-bottom: 0px;
  }
  .history__item:nth-child(2) {
    margin: 0px 15px;
  }
  .pfo-map__subtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .pfo-map__item::before {
    margin-right: 5px;
  }
  .pfo-map__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .gallery {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gallery__subtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .managers {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner__body .swiper-button-next {
    right: calc(50% - 385px);
  }
  .banner__body .swiper-button-prev {
    right: calc(50% - 325px);
  }
  .form-personal {
    font-size: 13px;
  }
  .column {
    -webkit-column-width: 100%;
       -moz-column-width: 100%;
            column-width: 100%;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
  #feedbackModal {
    width: 750px;
  }
  #product {
    width: 750px;
  }
  .box-modal_close {
    right: 15px;
    top: 15px;
  }
  #feedbackModal .modal__body {
    padding: 0px 10px;
  }
  .modal__product-list {
    padding: 50px 0px 50px 20px;
  }
  .map__info-block {
    width: 345px;
    padding: 10px 10px;
    height: 500px;
  }
  .map__addr {
    font-size: 15px;
  }
  .map__tel, 
  .map__email, 
  .map__time {
    font-size: 15px;
  }
  #product-beton .modal__table tr th,
  #product-beton .modal__table tbody tr td {
    font-size: 14px;
    padding: 15px 10px 15px 20px;

  }
  #product-beton #rastvor.modal__table tbody tr td {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .head {
    height: 60px;
    background: #202020;
  }
  .head__top-body {
    display: none;
  }
  .head__nav {
    display: none;
  }
  .head__body,
.banner__slide-body,
.news__body,
.faq__body,
.categories__body,
.portfolio__body,
.about__body,
.feedback__body,
.footer__body,
.license__body,
.for-organization__body,
.advantages-work__body,
.delivery__body,
.price__body,
.payment__body,
.breadcrumbs.white,
.contacts-page__title,
.contacts-page__body,
.managers__body,
.zhbi-banner__body,
.advantages__body,
.products__body,
.individual__body,
.kerambeton-banner__body,
.usage__body,
.beton-banner__body,
.waterproof__body,
.inert-banner__body,
.history__body,
.pfo-map__body,
.gallery__body,
.news-page__body {
    max-width: 570px;
  }
  .head {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .head__burger {
    display: block;
  }
  .head__body {
    padding: 10px 0px;
  }
  .head__logo-img {
    width: 200px;
  }
  .banner {
    margin-top: 70px;
  }
  .banner__slide-title {
    font-size: 20px;
  }
  .banner__slide-body {
    left: calc(50% - 280px);
    padding-top: 30px;
  }
  .banner__slide-butons {
    margin-top: 15px;
  }
  .banner__body .swiper-button-next {
    right: calc(50% - 290px);
    width: 50px;
    height: 45px;
    top: calc(100% - 23px);
  }
  .banner__body .swiper-button-prev {
    right: calc(50% - 240px);
    width: 50px;
    height: 45px;
    top: calc(100% - 23px);
  }
  .categories__title,
.news__title,
.faq__title {
    font-size: 12px;
  }
  .categories__title::before,
.news__title::before,
.faq__title::before {
    margin-right: 10px;
  }
  .categories__subtitle {
    font-size: 20px;
    max-width: 415px;
  }
  .categories__all {
    width: 140px;
    height: 50px;
    font-size: 14px;
  }
  .categories__tabs {
    margin-top: 10px;
  }
  .categories__item {
    width: 32%;
  }
  .categories__item:first-child {
    width: 100%;
  }
  .portfolio__item {
    width: 48%;
  }
  .portfolio__item:first-child {
    width: 100%;
    margin-right: 0px;
  }
  .portfolio__title {
    bottom: 0;
  }
  .portfolio__subtitle {
    bottom: 0px;
    max-width: 470px;
    margin-bottom: 30px;
  }
  .about__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__info {
    width: 100%;
    margin-bottom: 20px;
  }
  .about__info.about-slider {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .about__info.counts {
    width: 100%;
  }
  .about__info-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__info-item {
    width: 50%;
  }
  .news__subtitle {
    font-size: 20px;
  }
  .news__body .swiper-button-next,
.news__body .swiper-button-prev {
    top: 35px;
  }
  .faq__subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .faq__quest {
    font-size: 18px;
  }
  .faq__answer-text {
    font-size: 14px;
  }
  .feedback {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .feedback__subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .feedback__text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .feedback__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feedback__form input[type=text] {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .feedback__form input[type=text]:nth-child(2) {
    margin-bottom: 15px;
  }
  .errorMessage {
    position: relative;
    left: 10px;
    bottom: 5px;
  }
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer__menu {
    margin-bottom: 10px;
  }
  .footer__menu-title {
    font-size: 16px;
  }
  .footer__menu-link {
    font-size: 16px;
  }
  .other-page .head {
    background: #ffffff;
    border-bottom: 1px solid #202020;
  }
  .zhbi-banner {
    background: #202020;
  }
  .zhbi-banner__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .zhbi-banner__info {
    width: 100%;
    margin-bottom: 20px;
  }
  .zhbi-banner__slider {
    width: 100%;
  }
  .advantages__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .advantages__info {
    width: 100%;
    margin-bottom: 20px;
  }
  .advantages__info:first-child {
    width: 100%;
  }
  .advantages__info:last-child {
    width: 100%;
  }
  .advantages__info-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advantages__info-item {
    width: 48%;
    margin-bottom: 15px;
  }
  .products__item {
    width: 48%;
  }
  .individual__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .individual__info {
    width: 100%;
  }
  .individual__image {
    width: 100%;
  }
  .individual__img {
    position: static;
    width: 100%;
  }
  .individual__image {
    display: none;
  }
  .individual__image.inside {
    display: block;
    margin-bottom: 30px;
  }
  .individual__list {
    width: 100%;
  }
  .individual__item {
    width: 270px;
    font-size: 14px;
  }
  .kerambeton-banner {
    background: #202020;
  }
  .kerambeton-banner__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kerambeton-banner__info {
    width: 100%;
    margin-bottom: 20px;
  }
  .kerambeton-banner__slider {
    width: 100%;
  }
  .beton-banner {
    background: #202020;
  }
  .beton-banner__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .beton-banner__info {
    width: 100%;
    margin-bottom: 20px;
  }
  .beton-banner__slider {
    width: 100%;
  }
  .waterproof__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .waterproof__info {
    width: 100%;
    margin-bottom: 20px;
  }
  .waterproof__info:first-child {
    width: 100%;
  }
  .waterproof__info:last-child {
    width: 100%;
  }
  .waterproof__info-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .waterproof__info-item {
    width: 48%;
  }
  .inert-banner {
    background: #202020;
  }
  .inert-banner__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inert-banner__info {
    width: 100%;
    margin-bottom: 20px;
  }
  .inert-banner__slider {
    width: 100%;
  }
  .zhbi-banner__title {
    font-size: 26px;
  }
  .history__subtitle {
    font-size: 24px;
  }
  .history__item {
    margin-bottom: 25px;
  }
  .pfo-map__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pfo-map__regions {
    width: 100%;
  }
  .pfo-map__subtitle {
    font-size: 24px;
  }
  .pfo-map__item {
    width: 49%;
  }
  .pfo-map__block {
    width: 100%;
  }
  .pfo-map__block svg {
    position: static;
  }
  .gallery__subtitle {
    font-size: 22px;
    max-width: 490px;
  }
  .gallery__body .swiper-button-prev {
    right: 35px;
  }
  .gallery__body .swiper-button-next,
.gallery__body .swiper-button-prev {
    padding: 5px 5px;
  }
  .managers__subtitle {
    font-size: 24px;
  }
  .managers__item {
    width: 48%;
    margin-bottom: 20px;
  }
  .for-organization__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .for-organization__block {
    width: 100%;
    margin-bottom: 20px;
  }
  .for-organization__block.img {
    width: 100%;
  }
  .advantages-work {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .advantages-work__title {
    font-size: 12px;
  }
  .advantages-work__title::before {
    margin-right: 10px;
  }
  .advantages-work__subtitle {
    font-size: 24px;
  }
  .advantages-work__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advantages-work__item {
    width: 48%;
    margin-bottom: 20px;
  }
  .delivery__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .delivery__block {
    width: 100%;
    margin-bottom: 20px;
  }
  .delivery__block.img {
    width: 100%;
  }
  .price__title {
    font-size: 12px;
  }
  .price__title::before {
    margin-right: 10px;
  }
  .price__subtitle {
    font-size: 24px;
  }
  .price__table tr td {
    width: 150px;
    font-size: 15px;
  }
  .price__table tr td:first-child {
    width: 270px;
  }
  .payment__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .payment__info {
    width: 100%;
  }
  .payment .payment__details {
    display: none;
  }
  .payment .payment__body {
    padding-bottom: 0px;
  }
  .payment.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .payment.mob .payment__body {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .payment.mob .payment__details {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
  .payment__details-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 30px 5px 30px;
  }
  .prev-news {
    font-size: 12px;
  }
  .prev-news::before {
    margin-right: 10px;
  }
  .next-news {
    font-size: 12px;
  }
  .next-news::before {
    margin-left: 10px;
  }
  #feedbackModal {
    width: 560px;
  }
  #feedbackModal .modal__title {
    font-size: 34px;
  }
  #feedbackModal .modal__body {
    width: 70%;
  }
  .modal__product-list {
    width: 30%;
    padding: 50px 0px 50px 10px;
  }
  .modal__product-count {
    font-size: 36px;
  }
  .modal__product-count-text {
    font-size: 11px;
  }
  #product {
    width: 560px;
  }
  .modal__product-feedback {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal__product-form-block {
    width: 70%;
  }
  .modal__product-form-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal__product-form-title {
    text-align: center;
  }
  .modal__product-form {
    width: 98%;
  }
  .modal__product-form input[type=text] {
    width: 100%;
  }
  .map__info-block {
    display: none;
  }
  #map {
    height: 400px !important;
  }
  #product-beton .modal__table tr th, 
  #product-beton .modal__table tbody tr td {
    font-size: 12px;
    padding: 10px 10px 10px 10px;
  }
  #product-beton .modal__title,
  #product-zhbi .modal__title {
    align-self: center;
    padding-left: 0px;
  }
}
@media (max-width: 577px) {

  .head__body,
.banner__slide-body,
.news__body,
.faq__body,
.categories__body,
.portfolio__body,
.about__body,
.feedback__body,
.footer__body,
.license__body,
.for-organization__body,
.advantages-work__body,
.delivery__body,
.price__body,
.payment__body,
.breadcrumbs.white,
.contacts-page__title,
.contacts-page__body,
.managers__body,
.zhbi-banner__body,
.advantages__body,
.products__body,
.individual__body,
.kerambeton-banner__body,
.usage__body,
.beton-banner__body,
.waterproof__body,
.inert-banner__body,
.history__body,
.pfo-map__body,
.gallery__body,
.news-page__body {
    max-width: 448px;
  }
  .banner__slide-body {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    left: calc(50% - 224px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5px;
  }
  .head__logo-img {
    width: 180px;
  }
  .banner__body .swiper-slide img {
    display: none;
  }
  .banner__slide-text {
    max-width: 400px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .banner__slide-butons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner__slide-buton {
    width: 245px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner__slide-link {
    width: 245px;
    font-size: 16px;
  }
  .banner__body .swiper-button-next {
    right: 0px;
  }
  .banner__body .swiper-button-prev {
    right: 50px;
  }
  .categories__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .categories__subtitle {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .categories__all {
    display: none;
  }
  .categories__tabs > label {
    margin-right: 10px;
    padding: 5px 10px;
  }
  .categories__item:first-child {
    margin-bottom: 10px;
  }
  .categories__item {
    font-size: 15px;
  }
  .categories__item {
    width: 48%;
  }
  .categories__name {
    font-size: 14px;
  }
  .news-slider .news__date {
    font-size: 12px;
  }
  .categories__name {
    padding: 15px 10px;
    height: 65px;
  }
  .news-slider .slide-title {
    font-size: 14px;
    height: 120px;
  }
  .slide-text {
    font-size: 12px;
    height: 220px;
  }
  .slide-more {
    font-size: 14px;
  }
  .slide-more::after {
    margin-left: 10px;
  }
  .faq__quest.open + .faq__answer {
    height: 130px;
  }
  .license__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .advantages__subtitle {
    font-size: 26px;
  }
  .products__subtitle {
    font-size: 26px;
  }
  .usage__subtitle {
    font-size: 26px;
  }
  .history__item:nth-child(2) {
    margin: 10px 0px 35px 0px;
  }
  .gallery__subtitle {
    max-width: 400px;
  }
  .managers__item {
    width: 98%;
  }
  .manager__name {
    height: 30px;
  }
  .manager__email {
    margin-bottom: 20px;
  }
  .price__table tr td {
    width: 100px;
    font-size: 11px;
  }
  .price__table tr td:first-child {
    width: 248px;
  }
  .news-page__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .box-modal_close {
    width: 30px;
    height: 30px;
  }
  #feedbackModal {
    width: 440px;
    background-size: auto 100%;
    background-position: center;
  }
  #feedbackModal .modal__body {
    width: 100%;
    padding: 20px 10px;
    height: 500px;
  }
  .modal__product-list {
    display: none;
  }
  #feedbackModal .modal__title {
    font-size: 26px;
  }
  #feedbackModal .feedback__message {
    text-align: center;
  }
  #product {
    width: 440px;
  }
  .modal__product-form-block {
    width: 100%;
  }
  #product-beton .modal__table tr th, 
  #product-beton .modal__table tbody tr td {
    font-size: 10px;
    padding: 10px 10px 10px 10px;
  }
}
@media (max-width: 449px) {
  .head__body,
.banner__slide-body,
.news__body,
.faq__body,
.categories__body,
.portfolio__body,
.about__body,
.feedback__body,
.footer__body,
.license__body,
.for-organization__body,
.advantages-work__body,
.delivery__body,
.price__body,
.payment__body,
.breadcrumbs.white,
.contacts-page__title,
.contacts-page__body,
.managers__body,
.zhbi-banner__body,
.advantages__body,
.products__body,
.individual__body,
.kerambeton-banner__body,
.usage__body,
.beton-banner__body,
.waterproof__body,
.inert-banner__body,
.history__body,
.pfo-map__body,
.gallery__body,
.news-page__body {
    width: 94%;
    max-width: 400px;
  }
  .head__body {
    padding-left: 5px;
  }
  .banner__slide-body {
    left: calc(50% - 200px);
  }
  .categories__tabs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .categories__tabs > label {
    width: 100%;
    margin-right: 0px;
    font-size: 18px;
  }
  .portfolio__subtitle {
    font-size: 20px;
  }
  .portfolio__title {
    font-size: 12px;
  }
  .portfolio__title::before {
    margin-right: 10px;
  }
  .categories__tabs > .categories__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .categories__item:nth-child(3),
.categories__item:nth-child(5),
.categories__item:last-child {
    margin-right: 0%;
  }
  .portfolio__item-info {
    padding: 7px 5px;
  }
  .portfolio__item-text {
    font-size: 12px;
  }
  .portfolio__item-text:last-child {
    font-size: 11px;
  }
  .about__title {
    font-size: 12px;
  }
  .about__title::before {
    margin-right: 10px;
  }
  .about__subtitle {
    font-size: 20px;
  }
  .news-slider .slide-title {
    height: 70px;
  }
  .slide-text {
    font-size: 14px;
    height: 150px;
  }
  .faq__quest {
    font-size: 16px;
  }
  .feedback__title {
    font-size: 12px;
  }
  .feedback__title::before {
    margin-right: 10px;
  }
  .feedback__form input[type=text] {
    width: 98%;
    align-self: center;
  }
  .feedback__form input[type=submit] {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .form-personal {
    font-size: 12px;
    text-align: center;
  }
  .breadcrumbs li {
    font-size: 14px;
  }
  .zhbi-banner__title {
    font-size: 20px;
  }
  .zhbi-banner__btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .advantages__title {
    font-size: 12px;
  }
  .advantages__title::before {
    margin-right: 10px;
  }
  .advantages__link {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .products__title {
    font-size: 12px;
  }
  .products__title::before {
    margin-right: 10px;
  }
  .products__subtitle {
    font-size: 20px;
  }
  .individual__title {
    font-size: 12px;
  }
  .individual__title::before {
    margin-right: 10px;
  }
  .individual__subtitle {
    font-size: 20px;
  }
  .kerambeton-banner__title {
    font-size: 20px;
  }
  .kerambeton-banner__btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .advantages__subtitle {
    font-size: 20px;
  }
  .usage__title {
    font-size: 12px;
  }
  .usage__title::before {
    margin-right: 10px;
  }
  .usage__subtitle {
    font-size: 20px;
  }
  .beton-banner__title {
    font-size: 20px;
  }
  .beton-banner__btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .waterproof__title {
    font-size: 12px;
  }
  .waterproof__title::before {
    margin-right: 10px;
  }
  .waterproof__subtitle {
    font-size: 20px;
  }
  .waterproof__link {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .inert-banner__title {
    font-size: 20px;
  }
  .inert-banner__btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .history__title {
    font-size: 12px;
  }
  .history__title::before {
    margin-right: 10px;
  }
  .history__subtitle {
    font-size: 20px;
  }
  .history__text {
    margin-bottom: 10px;
  }
  .history__item {
    width: 300px;
  }
  .pfo-map__title {
    font-size: 12px;
  }
  .pfo-map__title::before {
    margin-right: 10px;
  }
  .pfo-map__subtitle {
    font-size: 20px;
  }
  .pfo-map__item {
    width: 99%;
    margin-bottom: 5px;
  }
  .gallery__title {
    font-size: 12px;
  }
  .gallery__title::before {
    margin-right: 10px;
  }
  .gallery__subtitle {
    font-size: 20px;
    max-width: 350px;
  }
  .gallery__body .swiper-button-next,
.gallery__body .swiper-button-prev {
    padding: 0px 0px;
  }
  .gallery__body .swiper-button-prev {
    right: 30px;
  }
  .managers__subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .managers__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .for-organization__title {
    font-size: 20px;
  }
  .for-organization__btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .advantages-work__subtitle {
    font-size: 20px;
  }
  .delivery__title {
    font-size: 20px;
  }
  .delivery__btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .price__subtitle {
    font-size: 20px;
  }
  .price__table tr td:first-child {
    width: 200px;
  }
  .contacts-page__title {
    font-size: 20px;
  }
  .contacts-page__addr,
.contacts-page__tel,
.contacts-page__email,
.contacts-page__time {
    width: 98%;
  }
  .breadcrumbs.white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #feedbackModal {
    width: 390px;
  }
  #product {
    width: 390px;
  }
  .modal__table tr th {
    padding: 5px 0px 5px 10px;
    font-size: 14px;
  }
  .modal__table tbody tr td {
    padding: 5px 0px 5px 10px;
    font-size: 12px;
  }
  #product-beton .modal__table tr th, 
  #product-beton .modal__table tbody tr td {
    font-size: 10px;
    padding: 5px 5px 5px 5px;
  }
  #product-beton .modal__table {
    margin-bottom: 30px;
  }
  .waterproof__count-text {
    font-size: 11px;
  }
  .faq__quest.open + .faq__answer {
    height: 150px;
  }
}
@media (max-width: 399px) {
  .head__body,
.banner__slide-body,
.news__body,
.faq__body,
.categories__body,
.portfolio__body,
.about__body,
.feedback__body,
.footer__body,
.license__body,
.for-organization__body,
.advantages-work__body,
.delivery__body,
.price__body,
.payment__body,
.breadcrumbs.white,
.contacts-page__title,
.contacts-page__body,
.managers__body,
.zhbi-banner__body,
.advantages__body,
.products__body,
.individual__body,
.kerambeton-banner__body,
.usage__body,
.beton-banner__body,
.waterproof__body,
.inert-banner__body,
.history__body,
.pfo-map__body,
.gallery__body,
.news-page__body {
    width: 98%;
  }
  .banner__slide-body {
    padding-top: 50px;
    padding-bottom: 50px;
    position: static;
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner__slide-text::before {
    display: none;
  }
  .banner__slide-butons {
    width: 100%;
  }
  .banner__slide-buton {
    width: 98%;
    margin-right: 0px;
  }
  .banner__slide-link {
    width: 98%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .categories__item {
    width: 100%;
    margin-right: 0px;
  }
  .categories__tabs > .categories__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portfolio__item {
    width: 100%;
    margin-right: 0%;
  }
  .portfolio__item-text {
    font-size: 16px;
  }
  .portfolio__item-text:last-child {
    font-size: 14px;
  }
  .portfolio__item-info {
    padding: 20px 15px;
  }
  .about__link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .about__info-item {
    width: 100%;
  }
  .news__body .swiper-button-next, .news__body .swiper-button-prev {
    display: none;
  }
  .news-slider .slide-title {
    font-size: 15px;
  }
  .slide-text {
    height: 170px;
  }
  .faq__quest.open + .faq__answer {
    height: 200px;
  }
  .categories__title::before,
.news__title::before,
.faq__title::before,
.portfolio__title::before,
.about__title::before,
.feedback__title::before,
.advantages__title::before,
.products__title::before,
.individual__title::before,
.usage__title::before,
.waterproof__title::before,
.history__title::before,
.pfo-map__title::before,
.gallery__title::before,
.advantages-work__title::before,
.price__title::before {
    display: none;
  }
  .categories__title,
.news__title,
.faq__title,
.portfolio__title,
.about__title,
.feedback__title,
.advantages__title,
.products__title,
.individual__title,
.usage__title,
.waterproof__title,
.history__title,
.pfo-map__title,
.gallery__title,
.advantages-work__title,
.price__title {
    font-size: 14px;
  }
  .feedback__form input[type=submit] {
    width: 98%;
  }
  .zhbi-banner__btn {
    width: 100%;
  }
  .advantages__link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    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;
  }
  .advantages__info-item {
    width: 100%;
  }
  .products__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .kerambeton-banner__btn {
    width: 100%;
  }
  .beton-banner__btn {
    width: 100%;
  }
  .waterproof__link {
    width: 100%;
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .waterproof__info-item {
    width: 100%;
  }
  .inert-banner__btn {
    width: 100%;
  }
  .pfo-map {
    padding-bottom: 0px;
  }
  .gallery__body .swiper-button-next,
.gallery__body .swiper-button-prev {
    display: none;
  }
  .for-organization__btn {
    width: 100%;
  }
  .advantages-work__item {
    width: 100%;
  }
  .delivery__btn {
    width: 100%;
  }
  .price__table tr td {
    width: 29%;
    text-align: center;
  }
  .price__table tr td:first-child {
    width: 40%;
    text-align: left;
  }
  .feedback__message {
    font-size: 22px;
  }
  .manager__btn {
    width: 100%;
  }
  .prev-news,
.next-news {
    font-size: 10px;
  }
  #feedbackModal {
    width: 290px;
  }
  #feedbackModal .modal__title {
    font-size: 18px;
  }
  #bannerModalForm input[type=submit] {
    width: 100%;
  }
  #product {
    width: 98%;
    left: 1%;
  }
  .products__list {
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  }
  .products__item {
    margin-right: 0%;
  }
  #product-beton .modal__table tr th, #product-beton .modal__table tbody tr td {
    font-size: 8px;
  }
}
@media (max-width: 349px) {
  #product-beton .modal__table tr th, 
  #product-beton .modal__table tbody tr td {
    font-size: 6px;
  }
}