@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

img {
  vertical-align: top;
}

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

/*---------------------------------------------------------*/

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

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.float-socials {
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.float-socials__list {
  list-style: none;
}

.float-socials__list-item {
  margin-bottom: 7px;
  line-height: 0.5;
}

.float-socials__list-item:last-child {
  margin-bottom: 0;
}

.float-socials__list-link {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.float-socials__list-link img {
  display: block;
  width: 57px;
  height: auto;
  position: relative;
}

.float-socials__list-link::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #ffffff;
  position: absolute;
  left: 5px;
  top: 5px;
}

.scroll-section {
  position: relative;
}

.scroll-button {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 5;
  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;
  width: 43px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.scroll-button img {
  display: block;
  width: 22px;
  height: auto;
}

.center {
  text-align: center;
}

.button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 15px 31px;
  background-color: #DC422B;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.socials {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -27px;
}

.socials__item {
  line-height: 1;
  padding: 0 27px;
  margin-bottom: 10px;
}

.socials__link {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.socials__link img {
  display: block;
  width: 57px;
  height: auto;
}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.21;
}

h1,
.main-title {
  font-weight: 500;
  font-size: 34px;
}

h2,
.big-title {
  font-size: 32px;
}

h3,
.medium-title {
  font-size: 26px;
}

h4,
.small-title {
  font-size: 22px;
}

h5,
.litle-title {
  font-size: 20px;
}

h6,
.micro-title {
  font-size: 18px;
}

.header {
  padding: 10px 0 13px;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

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

.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 228px;
  margin-right: 25px;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__navigation-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 4.6%;
  padding-right: 4.6%;
}

.header__navigation {
  width: 100%;
}

.header__menu {
  list-style: none;
  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;
}

.header__menu-item {
  position: relative;
  padding: 0 5px;
  line-height: 1;
}

.header__menu-link {
  display: inline-block;
  padding: 10px 0;
  color: #000000;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__menu-link.active {
  color: #DC422B;
}

.header__menu-arrow {
  display: none;
}

.header__actions {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 25px;
  padding-top: 2px;
}

.header__phone {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 0 1px;
  background-position: 0 bottom;
  margin-bottom: 3px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.header__request {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 100% 0.3px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #6F7176;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.header__burger {
  display: none;
}

.submenu {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%) rotateX(-90deg);
  transform: translateX(-50%) rotateX(-90deg);
  z-index: 7;
  width: 367px;
  background-color: #F5F5F5;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#menu-list > li > .submenu::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #F5F5F5;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.submenu__list {
  list-style: none;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 15px 20px 28px;
}

.submenu__list-item {
  margin-bottom: 0px;
  line-height: 1;
}

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

.submenu__list-link {
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  background-size: 100% 0.3px;
  background-position: 0 bottom;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.submenu__list-link.active {
  color: #DC422B;
  background: -webkit-gradient(linear, left top, left bottom, from(#DC422B), to(#DC422B)) no-repeat;
  background: linear-gradient(#DC422B, #DC422B) no-repeat;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
}

.modal__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 428px;
  max-width: 95vw;
  max-height: 95vh;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 35px 45px 40px;
  overflow-y: auto;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(111, 113, 118, 0.5);
  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-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.modal__close img {
  display: block;
  width: 16px;
  height: auto;
}

.modal__title {
  max-width: 240px;
  margin: 0 auto 20px;
  font-size: 22px;
  text-align: center;
}

.contact-form__item {
  position: relative;
  margin-bottom: 8px;
}

.contact-form__item-label {
  position: absolute;
  top: 22px;
  left: 19px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #828282;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2
}

.contact-form__item-label.active {
  top: 10px;
  font-size: 11px;
  line-height: 1.2;
}

.contact-form__item-input,
.contact-form__item-message {
  display: block;
  width: 100%;
  border: 1px solid #BDBDBD;
  border-radius: 20px;
  padding: 28px 16px 11px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000000;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.contact-form__item-input:focus,
.contact-form__item-message:focus {
  outline: none;
  border-color: #000000;
}

.contact-form__item-input {
  font-size: 15px;
  line-height: 1.4;
}

.contact-form__item-error {
  padding-left: 5px;
  padding-top: 3px;
  font-size: 12px;
  color: #E51E40;
}

.contact-form__item-message {
  height: 172px;
  resize: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}

.contact-form__submit {
  width: 100%;
  margin-top: 4px;
  padding: 15px 15px;
  border-radius: 20px;
  background-color: #313030;
  font-size: 600px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.top {
  position: relative;
}

.top.inner-page .top__bg::after {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.top.inner-page .top__inner {
  min-height: 283px;
  padding-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.top__bg::before,
.top__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* .top__bg::before {
  background: url("../images/icons/decor-image1.png") left top/11px auto repeat;
  opacity: 0.25;
  z-index: 1;
} */

.top__bg::after {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.top__inner {
  position: relative;
  z-index: 3;
  min-height: 507px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 79px;
  padding-bottom: 40px;
  color: #ffffff;
  text-align: center;
}

.top__content {
  max-width: 700px;
}

.top__title {
  font-weight: 700;
  font-size: 37px;
  line-height: 1.5;
}

.top__text {
  margin-top: 68px;
  font-weight: 500;
  font-size: 20px;
}

.products-categories {
  padding: 43px 0 61px;
}

.products-categories__title {
  margin-bottom: 44px;
}

.products-categories__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px 0 -5px;
}

.products-categories__column {
  width: 33.333%;
  padding: 0 4px 0 5px;
  margin-bottom: 41px;
}

.products-categories__item {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.products-categories__item-image {
  position: relative;
  width: 100%;
  padding-bottom: 59%;
  margin-bottom: 24px;
}

.products-categories__item-image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.products-categories__item-title {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 100% 0.3px;
  background-position: 0 bottom;
  padding-bottom: 2px;
}

.services {
  padding: 57px 0 113px;
  background-color: #6F7176;
}

.services__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.services__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/icons/decor-image2.png") left top/9px auto repeat;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
}

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

.services__title {
  margin-bottom: 41px;
  color: #ffffff;
}

.services__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.services__column {
  width: 33.333%;
  padding: 0 4px;
  margin-bottom: 7px;
}

.services__item {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 405px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 87px 48px 30px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.services__item-icon {
  display: block;
  width: auto;
  height: 100px;
  margin: 0 auto 57px;
}

.about {
  padding: 44px 0 100px;
}

.about__title {
  margin-bottom: 40px;
}

.about__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;
  padding-right: 11px;
}

.about__info {
  width: 713px;
  margin-right: 30px;
}

.about__logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 27px;
}

.about__logo img {
  display: block;
  width: 217px;
  height: auto;
}

.about__link {
  margin-top: 27px;
}

.about__images {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 418px;
  margin: 0 -7px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about__images-item {
  width: 50%;
  padding: 0 7px;
  margin-bottom: 10px;
}

.about__images-item img {
  display: block;
  width: 100%;
  height: auto;
}

.press-center {
  position: relative;
  padding: 40px 0 88px;
  background-color: #D9D9D9;
}

.press-center__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.press-center__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/icons/decor-image2.png") left top/9px auto repeat;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
}

.press-center__inner {
  position: relative;
  z-index: 1;
}

.press-center__title {
  margin-bottom: 56px;
}

.press-center__block {
  position: relative;
  z-index: 1;
}

.press-center__link {
  margin: 0 auto;
}

.news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.news-block__column {
  width: 33.333%;
  padding: 0 11px;
  margin-bottom: 35px;
}

.news-block__column.hidden-item {
  display: none;
}

.news-block__item {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
  line-height: 1.49;
  color: #000000;
  letter-spacing: -0.01em;
}

.news-block__image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 75.5%;
  margin-bottom: 20px;
}

.news-block__image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.news-block__image-tag {
  position: absolute;
  top: 10%;
  left: 8%;
  display: inline-block;
  border-radius: 5px;
  background-color: #000000;
  padding: 3px 12px;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
}

.news-block__image-tag.red-tag {
  background-color: #DC422B;
}

.news-block__title {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 0 2px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  margin-bottom: 2px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.news-block__title::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url("../images/icons/icon-arrow-right-black.svg") center center/22px auto no-repeat;
  margin-left: 6px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.news-block__date {
  display: block;
  font-weight: 300;
}

.footer {
  position: relative;
  padding: 37px 0 22px;
  background-color: #6F7176;
  color: #ffffff;
}

.footer__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/icons/decor-image2.png") left top/9px auto repeat;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
}

.footer__top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
}

.footer__info {
  max-width: 298px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__logo {
  display: block;
  width: 228px;
  margin-bottom: 22px;
}

.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__item {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
}

.footer__item:last-of-type {
  margin-bottom: 0;
}

.footer__item-title {
  margin-right: 13px;
}

.footer__item-link {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 0 1px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  word-break: break-word;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.footer__item-address {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}

.footer__navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 2%;
  padding-right: 5%;
  padding-top: 15px;
}

.footer__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

.footer__menu-item {
  padding: 0 5px;
}

.footer__menu-link {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 0 1px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  font-size: 17px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.footer__menu-link.active {
  font-family: "Inter", sans-serif;
}

.footer__contact {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 202px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__contact-phone {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 0 1px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.footer__contact-request {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 100% 0.4px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.22;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer__contact-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__contact-download {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 100% 0.4px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-right: 0px;
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modal_description {
	text-align: center;
}
.modal_photo_qr {
	    text-align: center;
    margin: 30px 0;
}
.download_catalog {
	    width: 100%;
    margin-top: 4px;
    padding: 15px 15px;
    border-radius: 20px;
    background-color: #313030;
    font-size: 600px;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
    margin: 0 auto;
    display: block;
}
.download_catalog:hover {
	background: #171717;
}
.modal_photo_qr {
	    text-align: center;
    margin: 30px 0;
}

.footer__contact-qr {
  display: inline-block;
  width: 56px;
}

.footer__contact-qr img {
  display: block;
  width: 100%;
  height: auto;
}

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

.footer__copyright {
  font-size: 13px;
  text-align: center;
}

.breadcrumbs.last-full .breadcrumbs__list-item:last-child {
  width: 100%;
  margin-top: 10px;
}

.breadcrumbs__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -21px;
}

.breadcrumbs__list-item {
  position: relative;
  padding-right: 16px;
}

.breadcrumbs__list-item::after {
  content: "/";
  font-size: 18px;
  color: #000000;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.2;
}

.breadcrumbs__list-item:last-child::after {
  display: none;
}

.breadcrumbs__list-item:last-child .breadcrumbs__list-link {
  pointer-events: none;
  background: none;
  color: #000000;
}

.breadcrumbs__list-link {
  display: inline-block;
  background-repeat: repeat-x;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #DC422B;
}

.products {
  padding: 63px 0;
}

.products__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.products__block * + .products__category {
  margin-top: 81px;
}

.products__column {
  max-width: 595px;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 50px;
}

.products__category {
  margin-bottom: 35px;
}

.products__category a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 100% 0.5px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  font-weight: 600;
  font-size: 24px;
  color: #BE2B0C;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.products__category-block {
  margin-bottom: 63px;
}

.products__product a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 100% 0.3px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #BE2B0C;
  word-break: break-word;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.products__category-partition {
  margin-bottom: -2px;
  font-weight: 500;
  font-size: 20px;
}

.category {
  padding: 16px 0 70px;
  font-family: "Inter", sans-serif;
}

.category__breadcrumbs {
  margin-bottom: 20px;
}

.category__title {
  margin-bottom: 26px;
  font-size: 36px;
}

.category__sorting-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 17px;
}

.category__sorting-text {
  display: inline-block;
  margin-right: 17px;
}

.category__sorting-button {
  position: relative;
  margin-right: 30px;
  padding-right: 15px;
  border-bottom: 1px dotted currentColor;
  color: #DC422B;
}

.category__sorting-button::after {
  content: "↓";
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
  color: #DC422B;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -28px 0 -39px;
}

.category__column {
  width: 33.333%;
  padding: 0 39px;
  margin-bottom: 20px;
}

.category__item {
  display: block;
  width: 100%;
  padding: 10px 11px 18px;
}

.category__item-image {
  width: 100%;
  padding-bottom: 96%;
  position: relative;
}

.category__item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 4px;
}

.category__item-title {
  padding: 18px 9px 0;
}

.category__item-title span {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 0 1px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  color: #DC422B;
  word-break: break-word;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.product {
  padding: 50px 0 126px;
  font-family: "Inter", sans-serif;
}

.product__breadcrumbs {
  margin-bottom: 20px;
}

.product__title {
  margin-bottom: 53px;
  font-size: 36px;
}

.product__info {
  max-width: 1098px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 57px;
}

.product__image {
  width: 585px;
  margin-right: 30px;
}

.product__image-link {
  display: block;
  width: 100%;
  position: relative;
}

.product__image-link > picture img {
  display: block;
  width: 100%;
  height: auto;
}

.product__image-zoom {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 1;
  display: block;
  width: 18px;
  height: auto;
}

.product__info-content {
  width: 380px;
  -ms-flex-item-align: center;
  align-self: center;
  padding-top: 10px;
}

.product__info-title {
  margin-bottom: 38px;
  font-size: 17px;
  line-height: 25px;
}

.product__info-request {
  margin-bottom: 38px;
  border-radius: 20px;
  padding: 15px 28px;
}

.product__info-tag {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 100% 0.3px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  margin-right: 12px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(55, 20, 20, 0.6);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.product__triggers {
  max-width: 1167px;
  margin-bottom: 31px;
}

.product__tabs {
  width: 100%;
  max-width: 1070px;
}

.product__tabs .tabs__tab * + h2 {
  margin-top: 32px;
}

.product__tabs .tabs__tab h1,
.product__tabs .tabs__tab h2,
.product__tabs .tabs__tab h3,
.product__tabs .tabs__tab h4 {
  font-weight: 700;
}

.product__tabs .tabs__tab h2 {
  margin-bottom: 26px;
  font-size: 33px;
}

.product__tabs .tabs__tab h5,
.product__tabs .tabs__tab h6 {
  margin-top: 4px;
  font-weight: 600;
  font-size: 16px;
}

.product__tabs .tabs__tab b {
  font-weight: 600;
}

.product__tabs .tabs__tab ul {
  list-style: none;
}

.product__tabs .tabs__tab ul li {
  position: relative;
  padding-left: 25px;
}

.product__tabs .tabs__tab ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  left: 10px;
  top: 11px;
}

.product__tabs .tabs__tab ol {
  list-style-position: inside;
  padding-left: 5px;
}

.product__tabs .tabs__tab > img,
.product__tabs .tabs__tab > picture img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 27px;
}

.product__tabs .tabs__tab .media {
  padding-top: 12px;
}

.product__tabs .tabs__tab .media > a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 100% 0.3px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.product__tabs .tabs__tab .media__youtube-wrapper {
  position: relative;
  width: 100%;
  max-width: 820px;
  height: 460px;
  margin-top: 22px;
}

.product__tabs .tabs__tab .media__youtube-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.triggers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #EBDCDC;
  margin-right: -33px;
}

.triggers__link {
  display: inline-block;
  margin-right: 33px;
  margin-top: 10px;
  padding-bottom: 11px;
  position: relative;
  font-size: 17px;
  line-height: 21px;
  color: #E51E40;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.triggers__link::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #E51E40;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.posts_not_found {
	    margin: 50px 0;
}

.triggers__link.active::after {
  opacity: 1;
}

.tabs__tab {
  display: none;
}

.service-info {
  padding: 8px 0 106px;
}

.service-info__breadcrumbs {
  margin-bottom: 10px;
}

.service-info__title {
  margin-bottom: 38px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.005em;
}

.service-info__content {
  width: 100%;
  max-width: 860px;
  font-family: "Inter", sans-serif;
}

.service-info__content * + h2 {
  margin-top: 21px;
}

.service-info__content h2 {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 33px;
}

.service-info__content p {
  font-size: 17px;
}

.service-info__content p + p {
  margin-top: 15px;
}

.service-info__content ul {
  list-style: none;
  margin-top: 22px;
  margin-bottom: 21px;
  font-size: 17px;
}

.service-info__content .media > a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 100% 0.3px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.service-info__content .media__youtube-wrapper {
  position: relative;
  width: 100%;
  max-width: 820px;
  height: 460px;
  margin-top: 19px;
}

.service-info__content .media__youtube-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.partners_block {
	    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.partners_block > .partner {
	margin-bottom: 30px;
}
.partners_block > .partner a {
	text-decoration: none;
}
.partners_block > .partner a img {
    max-width: 100%;
}
@media screen and (max-width: 1147px) {
	.partners_block {
    margin-top: 80px;
    justify-content: space-between;
    align-items: center;
}
.partners_block > .partner {
    width: 30%;
}
}
@media screen and (max-width: 767px) {
	.partners_block {
    margin-top: 60px;
    flex-wrap: wrap;
    justify-content: center;
}
.partners_block > .partner {
        width: 100%;
        text-align: center;
}
}
.press-page {
  padding: 78px 0 155px;
}

.press-page__more-button {
  margin: 24px auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 18px 36px;
  background-color: #ffffff;
  border: 1px solid #000000;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.press-page .news-block__column {
  margin-bottom: 13px;
}

.press-page .news-block__image {
  border-radius: 0;
}

.contacts {
  padding: 43px 0 96px;
}

.contacts__inner {
  max-width: 1124px;
  margin: 0 auto;
}

.contacts__breadcrumbs {
  margin-bottom: 27px;
}

.contacts__title {
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 37px;
  line-height: 1.21;
}

.contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__content {
  width: 50%;
  max-width: 564px;
  font-family: "Inter", sans-serif;
}

.contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -34px;
  margin-bottom: 40px;
}

.contacts__info-column {
  width: 50%;
  padding-right: 20px;
}

.contacts__info-item {
  margin-bottom: 34px;
}

.contacts__info-item:last-of-type {
  margin-bottom: 0;
}

.contacts__info-item p {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.23;
}

.contacts__info-item span {
  display: block;
  font-size: 17px;
  line-height: 1.47;
}

.contacts__info-item span i {
  font-style: normal;
  display: block;
}

.contacts__info-item a {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat;
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-size: 0 1px;
  background-position: 0 bottom;
  padding-bottom: 2px;
  font-size: 17px;
  line-height: 1.47;
  color: #000000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.contacts__map-wrap {
  height: 404px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  border: 2px solid #BDBDBD;
}

.contacts__map-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contacts__map-wrap > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.contacts__form-wrap {
  max-width: 444px;
  width: 50%;
  margin-top: -2px;
  margin-left: 30px;
}

.contacts .contact-form__submit {
  padding: 22px 20px;
}

.page-404 {
  padding: 63px 0;
}

.page-404__inner {
  max-width: 720px;
  min-height: 582px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}

.page-404__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 38px;
}

.page-404__text {
  font-size: 18px;
  margin-bottom: 20px;
}

.page-404__back-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
  border-bottom: 1px solid currentColor;
  font-size: 18px;
  color: #BE2B0C;
  -webkit-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
}
#menu-list > li > .header__submenu > ul > li:hover > a {
	color: #DC422B;
} 

@media (min-width: 992px) {
  .float-socials__list-link:hover,
  .float-socials__list-link:focus {
    opacity: 0.75;
  }

  .scroll-button:hover,
  .scroll-button:focus {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  }

  .socials__link:hover,
  .socials__link:focus {
    opacity: 0.7;
  }

  .header__menu-item.subitem:hover .submenu,
  .header__menu-item.subitem:focus .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) rotateX(0);
    transform: translateX(-50%) rotateX(0);
  }
	#header-menu > ul > li.custom_menu > div.header__submenu > ul > li > div {
        position: absolute;
        top: 0;
        left: 99%;
        transform: none;
		opacity: 0;
		visibility: hidden;
	} 
	#header-menu > ul > li.custom_menu > div.header__submenu > ul > li:hover > div {
		opacity: 1;
		visibility: visible;
	}
	#header-menu > ul > li.custom_menu > div.header__submenu > ul > li > div > ul > li {
		    margin-bottom: 0px;
    line-height: 1;
	}
	#header-menu > ul > li.custom_menu > div.header__submenu > ul > li > div > ul > li:last-child {
		margin-bottom: 0;
	}
	#header-menu > ul > li.custom_menu > div.header__submenu > ul > li > div > ul > li > a { 
	padding-bottom: 2px;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background-size: 100% 0.3px;
    background-position: 0 bottom;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
	}
	#header-menu > ul > li.custom_menu > div.header__submenu > ul > li > div > ul > li > a:hover {
        color: #DC422B;
    }

  .header__phone:hover,
  .header__phone:focus {
    background-size: 100% 0.3px;
  }

  .header__request:hover,
  .header__request:focus {
    background-size: 0 0.4px;
  }

  .contact-form__submit:hover,
  .contact-form__submit:focus {
    background-color: #171717;
  }

  .products-categories__item:hover,
  .products-categories__item:focus {
    color: #DC422B;
  }

  .services__item:hover,
  .services__item:focus {
    background-color: #ffffff;
    color: #000000;
  }

  .news-block__item:hover img,
  .news-block__item:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .news-block__item:hover .news-block__title,
  .news-block__item:focus .news-block__title {
    background-size: 100% 2px;
  }

  .footer__item-link:hover,
  .footer__item-link:focus {
    background-size: 100% 0.3px;
  }

  .footer__menu-link:hover,
  .footer__menu-link:focus {
    background-size: 100% 0.3px;
  }

  .footer__contact-phone:hover,
  .footer__contact-phone:focus {
    background-size: 100% 0.3px;
  }

  .footer__contact-request:hover,
  .footer__contact-request:focus {
     color: #dc422b
  }

  .footer__contact-download:hover,
  .footer__contact-download:focus {
    color: #dc422b
  }

  .products__category a:hover,
  .products__category a:focus {
    background-size: 0 2px;
  }

  .products__product a:hover,
  .products__product a:focus {
    color: #000000;
  }

  .category__item:hover .category__item-title span,
  .category__item:focus .category__item-title span {
    background-size: 100% 0.3px;
  }

  .product__info-tag:hover,
  .product__info-tag:focus {
    background-size: 0 1px;
  }

  .product__tabs .tabs__tab .media > a:hover,
  .product__tabs .tabs__tab .media > a:focus {
    background-size: 0 1px;
  }

  .triggers__link:hover,
  .triggers__link:focus {
    opacity: 0.7;
  }

  .triggers__link.active:hover,
  .triggers__link.active:focus {
    opacity: 1;
  }

  .service-info__content .media > a:hover,
  .service-info__content .media > a:focus {
    background-size: 0 1px;
  }

  .contacts__info-item a:hover,
  .contacts__info-item a:focus {
    background-size: 100% 0.3px;
  }

  .page-404__back-link:hover,
  .page-404__back-link:focus {
    border-bottom-color: transparent;
  }
}

@media (min-width: 993px) {
  .button:hover,
  .button:focus {
    background-color: #DC422B;
  }

  .header__navigation-wrap {
    display: block !important;
  }

  .header__menu-link:hover,
  .header__menu-link:focus {
    color: #DC422B;
  }

  .header__submenu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) rotateX(-90deg);
    transform: translateX(-50%) rotateX(-90deg);
  }

  .submenu__list-link:hover,
  .submenu__list-link:focus {
    color: #DC422B;
  }

  .modal__close:hover,
  .modal__close:focus {
    background-color: #6F7176;
  }

  .press-page__more-button:hover,
  .press-page__more-button:focus {
    background-color: #000000;
    color: #ffffff;
  }
}

@media (max-width: 1200px) {
  .category__block {
    margin: 0 -10px;
  }

  .category__column {
    padding: 0 10px;
  }

  .category__item {
    padding: 0 0 18px;
  }
}

@media (max-width: 1100px) {
  .header__navigation-wrap {
    padding: 0;
  }

  .services__item {
    min-height: 300px;
    padding: 40px 25px 25px;
  }

  .services__item-icon {
    height: 80px;
    margin-bottom: 40px;
  }

  .about__block {
    padding-right: 0;
  }

  .footer__info {
    max-width: 250px;
  }

  .footer__navigation {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .float-socials {
    right: 20px;
  }

  .float-socials__list-link img {
    width: 50px;
  }

  .button {
    font-size: 18px;
  }

  .socials {
    margin: 0 -10px;
  }

  .socials__item {
    padding: 0 10px;
  }

  h1,
  .main-title {
    font-size: 30px;
  }

  h2,
  .big-title {
    font-size: 28px;
  }

  h3,
  .medium-title {
    font-size: 22px;
  }

  h4,
  .small-title {
    font-size: 20px;
  }

  h5,
  .litle-title {
    font-size: 18px;
  }

  h6,
  .micro-title {
    font-size: 18px;
  }

  .header {
    padding: 15px 0;
  }

  .header__navigation-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .header__navigation-wrap.open .header__navigation {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__navigation {
    height: 100%;
    max-width: 400px;
    margin-left: auto;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    position: relative;
    padding: 90px 0 30px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .header__menu {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow-y: auto;
  }

  .header__menu-item {
    margin-bottom: 20px;
    padding: 0;
  }

  .header__menu-item.subitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header__menu-item.subitem .header__menu-link {
    
  }

  .header__menu-link {
    padding: 0;
    margin-left: 0;
    font-size: 20px;
  }

  .header__menu-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 6px 20px 0 10px;
    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;
    width: 20px;
    height: 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
	      z-index: 999;
    position: absolute;
    left: 9px;
    top: 66px;
	    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	  display: none;
  }
	#menu-list > li > div > ul > li > .header__menu-arrow { 
	
	} 
	.header__menu-arrow.active {
		display: block;
	}
	.header__menu-link.active {
		position: relative;
    z-index: 9;
    padding-left: 0px;
    font-weight: bold;
	position: absolute;
        top: 106px;
		left: 29px;
	}
  .header__menu-arrow img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 16px;
  }

  .header__actions {
    margin-left: auto;
  }
	.submenu {
		background:#fff;
	}
	.submenu__list {
		background:#fff!important;
	}

  .header__burger {
    display: block;
    width: 36px;
    height: 24px;
    position: relative;
    margin-left: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 15;
  }

  .header__burger span {
    display: block;
    width: 36px;
    height: 2px;
    background-color: #000000;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header__burger span:first-child {
    top: 0px;
  }

  .header__burger span:last-child {
    top: auto;
    bottom: 0px;
  }

  .header__burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .header__burger.active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .header__burger.active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .submenu {
	  height: 100vh;
	  max-height: 100vh;
	  top: 0;
	  padding: 115px 0 20px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  overflow-y: hidden;
	  left: 0;
  }
	.submenu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
	}
	.header__menu-item {
    position: static;
	 padding: 0 20px;
}

  .submenu::before {
    display: none;
  }

  .submenu__list {
    max-height: 1000vh;
    padding: 20px 20px 20px 30px;
    margin-top: 15px;
    overflow-y: hidden;
    background-color: #F5F5F5;
  }

  .submenu__list-item {
    margin-bottom: 20px;
  }

  .submenu__list-link {
    font-size: 18px;
    text-decoration: none;
  }

  .top.inner-page .top__inner {
    min-height: 200px;
    padding: 30px 0;
  }

  .top__inner {
    min-height: 470px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 40px;
  }

  .top__title {
    font-size: 32px;
  }

  .top__text {
    margin-top: 30px;
    font-size: 18px;
  }

  .products-categories {
    padding-bottom: 40px;
  }

  .products-categories__title {
    margin-bottom: 30px;
  }

  .products-categories__block {
    margin: 0 -10px;
  }

  .products-categories__column {
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .products-categories__item {
    font-size: 16px;
  }

  .products-categories__item-image {
    margin-bottom: 15px;
  }

  .about {
    padding-bottom: 60px;
  }

  .about__images {
    width: 350px;
  }

  .news-block__column {
    margin-bottom: 25px;
  }

  .news-block__image {
    margin-bottom: 10px;
  }

  .news-block__title {
    font-size: 18px;
  }

  .footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .footer__info {
    max-width: 300px;
  }

  .footer__navigation {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px;
    padding-top: 0;
  }

  .products__block * + .products__category {
    margin-top: 40px;
  }

  .products__column {
    margin-bottom: 40px;
  }

  .products__category {
    margin-bottom: 20px;
  }

  .products__category a {
    font-size: 20px;
  }

  .products__category-block {
    margin-bottom: 30px;
  }

  .products__category-partition {
    font-size: 18px;
  }

  .category__title {
    font-size: 30px;
  }

  .category__sorting-block {
    margin-bottom: 15px;
  }

  .category__sorting-button {
    margin-right: 20px;
  }

  .category__column {
    width: 33.333%;
  }

  .product {
    padding-bottom: 100px;
  }

  .product__title {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .product__info {
    margin-bottom: 30px;
  }

  .product__info-title {
    margin-bottom: 20px;
  }

  .product__info-request {
    margin-bottom: 20px;
  }

  .product__tabs .tabs__tab h2 {
    font-size: 28px;
  }

  .product__tabs .tabs__tab .media__youtube-wrapper {
    max-width: 100%;
    height: auto;
    padding-bottom: 57%;
  }

  .service-info__title {
    font-size: 30px;
  }

  .service-info__content {
    max-width: 100%;
  }

  .service-info__content h2 {
    font-size: 28px;
  }

  .service-info__content p {
    font-size: 16px;
  }

  .service-info__content ul {
    font-size: 16px;
  }

  .service-info__content .media__youtube-wrapper {
    max-width: 100%;
    height: auto;
    padding-bottom: 57%;
  }

  .press-page__more-button {
    font-size: 18px;
  }

  .contacts {
    padding-bottom: 70px;
  }

  .contacts__title {
    font-size: 30px;
  }

  .contacts__content {
    width: 55%;
  }

  .contacts__info {
    margin-right: -20px;
  }

  .contacts__form-wrap {
    width: 45%;
  }

  .page-404 {
    padding: 50px 0;
  }

  .page-404__inner {
    min-height: 350px;
  }

  .page-404__title {
    margin-bottom: 20px;
  }

  .page-404__back-link {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .modal__content {
    padding: 30px 20px;
  }

  .modal__title {
    max-width: 100%;
    padding: 0 30px;
  }

  .products-categories__column {
    width: 50%;
  }

  .services {
    padding-bottom: 60px;
  }

  .services__title {
    margin-bottom: 30px;
  }

  .services__column {
    width: 50%;
  }

  .about__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .about__images {
    width: calc(100% + 14px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about__images-item {
    max-width: 190px;
  }

  .press-center {
    padding-bottom: 60px;
  }

  .press-center__title {
    margin-bottom: 30px;
  }

  .news-block__column {
    width: 50%;
  }

  .products {
    padding: 50px 0 30px;
  }

  .products__column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .category__sorting-text {
    width: 100%;
    margin-bottom: 10px;
  }

  .category__sorting-button {
    margin-bottom: 10px;
  }

  .category__column {
    width: 50%;
  }

  .category__item-image {
    padding-bottom: 60%;
  }

  .product__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .product__info-content {
    width: 100%;
  }

  .contacts__block {
    display: block;
  }

  .contacts__content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .contacts__info {
    margin-bottom: 20px;
  }

  .contacts__info-item {
    margin-bottom: 20px;
  }

  .contacts__info-item p {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .contacts__form-wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .float-socials {
    display: none;
  }

  .button {
    font-size: 16px;
  }

  h1,
  .main-title {
    font-size: 28px;
  }

  h2,
  .big-title {
    font-size: 24px;
  }

  h3,
  .medium-title {
    font-size: 20px;
  }

  h4,
  .small-title {
    font-size: 18px;
  }

  h5,
  .litle-title {
    font-size: 16px;
  }

  .header__logo {
    width: 180px;
  }

  .header__navigation {
    max-width: 100%;
    padding-top: 70px;
  }

  .header__actions {
    display: none;
  }

  .header__phone {
    margin: 15px 20px 10px 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .header__request {
    margin-left: 20px;
    font-size: 17px;
    line-height: 20px;
  }

  .header__burger {
    margin-left: 15px;
    width: 30px;
    height: 20px;
  }

  .header__burger span {
    width: 30px;
  }

  .top__title {
    font-size: 28px;
  }

  .top__text {
    margin-top: 20px;
    font-size: 16px;
  }

  .services__column {
    width: 100%;
  }

  .services__item {
    min-height: 220px;
    padding: 25px 15px;
  }

  .services__item-icon {
    height: 65px;
    margin-bottom: 20px;
  }

  .news-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news-block__column {
    width: 100%;
    max-width: 400px;
  }

  .news-block__title {
    font-size: 16px;
  }

  .news-block__date {
    font-size: 14px;
  }

  .footer__info {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer__logo {
    margin-bottom: 30px;
  }

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

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

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

  .footer__contact {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .category {
    padding: 30px 0;
  }

  .category__title {
    font-size: 28px;
  }

  .product {
    padding-bottom: 70px;
  }

  .product__title {
    font-size: 28px;
  }

  .product__tabs .tabs__tab h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .service-info__title {
    font-size: 28px;
  }

  .service-info__content h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .service-info__content ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .press-page__more-button {
    font-size: 16px;
  }

  .contacts {
    padding-bottom: 50px;
  }

  .contacts__title {
    font-size: 26px;
  }

  .contacts__info-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .page-404__text {
    font-size: 16px;
  }

  .page-404__back-link {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .category__column {
    width: 100%;
  }

  .category__item-title {
    padding: 15px 0 0;
  }
}

@media (max-width: 400px) {
  .header__menu-item {
    margin-bottom: 10px;
  }

  .header__menu-link {
    font-size: 18px;
  }

  .submenu__list-item {
    margin-bottom: 10px;
  }

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

  .products-categories__column {
    width: 100%;
  }
}

#bgvid {
	width: 100%;
    object-fit: cover;
    height: 507px;
}
@media screen and (max-width: 990px) {
	#bgvid {
    width: 100%;
    object-fit: cover;
    height: 472px;
}
}