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

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

img {
  max-width: 100%;
}

[disabled], .disabled {
  pointer-events: none;
  opacity: 0.5;
}

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

body {
  color: #202020;
  line-height: 1;
  font-family: "Geologica";
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

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

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

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

.header {
  height: 100vh;
  max-width: 400px;
  -webkit-box-shadow: 11px 0 60px 0 rgba(32,32,32,.15);
          box-shadow: 11px 0 60px 0 rgba(32,32,32,.15);
  background: #fff;
  padding-top: 30px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 994;
  width: 400px;
}

.header__container {
  padding: 0 30px !important;
  height: 100%;
}

.header__logo {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}

.header__menu {
  height: calc(100vh - 160px);
  padding-bottom: 50px;
}

.header__phone-mobile {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  z-index: 99;
}

.header-logo__img img {
  width: 100%;
}

.header-logo__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #6076b4;
  max-width: 220px;
  margin-top: -13px;
}

.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #6076b4 #fff;
}

.menu__top {
  margin-bottom: 67px;
}

.menu__list {
  margin-bottom: 34px;
}

.menu__item:not(:last-child) {
  margin-bottom: 5px;
}

.submenu__body .menu__item:first-of-type {
  margin-bottom: 79px;
}

.menu__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 20px;
  border-radius: 20px;
  position: relative;
}

.menu__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

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

.menu__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #dedede 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.menu__item.active > .menu__link::before {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(124, 146, 207, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(124, 146, 207, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.menu__item.active .menu__link span svg path {
  stroke: #6076b4;
}

.submenu .menu__link {
  padding: 0;
}

.submenu .menu__link::before {
  display: none;
}

.submenu__body .menu__link {
  color: #fff;
  padding: 4px 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.submenu__body .menu__link::before {
  display: block;
}

.submenu__body .menu__link span svg path {
  stroke: #c7c7c7 !important;
}

.menu__btns {
  border-radius: 20px;
  padding: 8px 6px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 158, 165)), to(rgba(124, 146, 207, 0.88)));
  background: linear-gradient(90deg, rgb(80, 158, 165) 0%, rgba(124, 146, 207, 0.88) 100%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.menu__btns::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: #fff;
  z-index: 1;
  border-radius: 19px;
}

.menu__link-icon {
  z-index: 2;
  padding: 2px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.menu__link-icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

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

.menu__link-icon span:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 174%;
}

.menu__link-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #dedede 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.menu__bottom .menu__link-icon:not(:last-child) {
  margin-bottom: 10px;
}

.menu__contacts {
  margin-top: 22px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}

.menu__contacts a {
  font-weight: 500;
  font-size: 16px;
  line-height: 174%;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.menu__search {
  margin-top: 67px;
}

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 20px;
  border-radius: 20px;
  position: relative;
}

.submenu span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

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

.submenu::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #dedede 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.submenu__body {
  height: 100vh;
  max-width: 379px;
  width: 100%;
  background: #6076b4;
  padding: 57px 20px 0;
  position: fixed;
  /* left: 380px; */
  left: 400px;
  top: 0;
  z-index: 99;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

.search {
  padding: 13px 25px;
  border: 1px solid rgba(0,0,0,0);
  background: #f6f7f9;
  border-radius: 20px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.search input {
  width: 100%;
  background: none;
  outline: none;
  padding: 0 24px 0 29px;
}

.search input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 120%;
  color: #8d8d8d;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.search input::-moz-placeholder {
  font-size: 16px;
  line-height: 120%;
  color: #8d8d8d;
  -moz-transition: all .5s;
  transition: all .5s;
}

.search input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 120%;
  color: #8d8d8d;
  -ms-transition: all .5s;
  transition: all .5s;
}

.search input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 120%;
  color: #8d8d8d;
  -ms-transition: all .5s;
  transition: all .5s;
}

.search input::placeholder {
  font-size: 16px;
  line-height: 120%;
  color: #8d8d8d;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.search span,
.search button {
  position: absolute;
  top: 50%;
  left: 25px;
  translate: 0 -50%;
}

.search button {
  left: auto;
  right: 25px;
  height: 24px;
}

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

.search:focus-within {
  background: #fff;
  border-color: #dedede;
}

.search:focus-within input::-webkit-input-placeholder {
  color: #202020;
}

.search:focus-within input::-moz-placeholder {
  color: #202020;
}

.search:focus-within input:-ms-input-placeholder {
  color: #202020;
}

.search:focus-within input::-ms-input-placeholder {
  color: #202020;
}

.search:focus-within input::placeholder {
  color: #202020;
}

.search:focus-within button svg path {
  stroke: #202020;
}

.icon-menu {
  display: none;
}

.footer {
  background: #2d2d2d;
  padding: 100px 0 30px;
}

.footer__title {
  color: #fff;
}

.footer__up {
  position: absolute;
  top: 31px;
  right: 31px;
  rotate: 180deg;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  cursor: pointer;
}

.footer__up span:first-child {
  margin-left: 2px;
}

.footer__up span:last-child {
  rotate: -180deg;
}

.form-footer {
  padding-bottom: 100px;
  border-bottom: 1px solid #fff;
}

.form-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.form-footer__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 32px);
          flex: 1 1 calc(50% - 32px);
}

.form-footer__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #fff;
}

.bottom-footer {
  padding: 100px 0;
  border-bottom: 1px solid #fff;
  position: relative;
}

.bottom-footer__logo {
  margin-bottom: 50px;
}

.bottom-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 53px;
}

.bottom-footer__item:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(38.7% - 53px);
          flex: 1 1 calc(38.7% - 53px);
}

.bottom-footer__item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(29.8% - 53px);
          flex: 1 1 calc(29.8% - 53px);
}

.bottom-footer__item:nth-child(2) .bottom-footer__text_link:first-of-type {
  margin-top: 34px;
}

.bottom-footer__item:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(21.3% - 53px);
          flex: 1 1 calc(21.3% - 53px);
}

.bottom-footer__item:nth-child(3) .bottom-footer__text {
  display: block;
}

.bottom-footer__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 20px;
}

.bottom-footer__text span {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #8d8d8d;
}

.bottom-footer__text_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.bottom-footer__text_link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 0;
}

.social {
  margin-top: 57px;
}

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

.social .bottom-footer__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #8d8d8d;
  margin-bottom: 20px;
}

.info-footer {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.info-footer__text,
.info-footer__links {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}

.info-footer__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 77px;
  max-width: 642px;
}

.info-footer__links a {
  text-decoration: underline;
}

.footer a,
.bottom-footer__text_link span {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-body {
  width: calc(100% - 400px);
  position: relative;
}

.btn-block {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 43px;
}

.btn-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.btn-block.breadcrumbs {
  position: static;
  margin-top: 50px;
  margin-bottom: 30px;
}

.btn-block.breadcrumbs .btn-block__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.btn-block.breadcrumbs .button {
  border-color: #202020;
  color: #202020;
  white-space: nowrap;
}

.btn-block.breadcrumbs .button svg path {
  stroke: #6076b4;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  overflow-y: hidden;
  overflow-x: auto;
}

.breadcrumbs__item {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  -webkit-transition: all .5s;
  transition: all .5s;
  white-space: nowrap;
}

.breadcrumbs__item.active {
  color: #6076b4;
}

.breadcrumbs__item:not(:last-child)::before {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M10 7L15 12L10 17%27 stroke=%27%23509EA5%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -34px;
  top: 50%;
  translate: 0 -50%;
}

.button {
  border-radius: 15px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  gap: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
a.button {
  display: inline-flex;
}

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

.button_border {
  border: 2px solid #fff;
  color: #fff;
}

.button_border-color {
  color: #6076b4;
  background: -webkit-gradient(linear, left top, right top, from(rgb(96, 118, 180)), to(rgb(80, 158, 165)));
  background: linear-gradient(90deg, rgb(96, 118, 180) 0%, rgb(80, 158, 165) 100%);
  position: relative;
  border: none;
}

.button_border-color::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #fff;
  z-index: 1;
  border-radius: 13px;
}

.button_border-color span {
  z-index: 2;
}

.title {
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 50px;
}

.title-page {
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  margin-bottom: 80px;
}

.swiper {
  overflow: hidden;
}

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

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

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

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

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

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

.main {
  height: 100svh;
  position: relative;
  margin-bottom: 100px;
}

.main__slider {
  height: 100%;
}

.main__slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.main__slider:not(.swiper-initialized) .main__slide {
  min-width: 1505px;
}

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

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

.main__img::before {
  content: "";
  /* background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(32, 32, 32, 0.45)), to(rgb(96, 118, 180)));
  background: linear-gradient(270deg, rgba(32, 32, 32, 0.45) 20%, rgb(96, 118, 180) 100%); */
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(32, 32, 32, 0.05)), to(rgb(96, 118, 180)));
  background: linear-gradient(270deg, rgba(32, 32, 32, 0.05) 20%, rgb(96, 118, 180) 140%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main__text {
  position: relative;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 2;
  margin-left: 100px;
  max-width: 80%;
}

.main__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 30px;
}

.main__nav {
  position: absolute;
  bottom: 49px;
  width: 100%;
}

.main__nav .main__container {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

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

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

.main__button-prev,
.main__button-next {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
}

.main__button-next {
  rotate: 180deg;
}

.main__pagination span {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 8px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.main__pagination span svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

circle.bg {
  fill: none;
  stroke: rgba(0,0,0,0);
  stroke-width: 2;
}

circle.progress {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  opacity: 0;
  -webkit-transition: stroke-dashoffset linear,opacity 0s;
  transition: stroke-dashoffset linear,opacity 0s;
}

.about {
  margin-bottom: 120px;
}

.about__title {
  color: #6076b4;
}

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

.about__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
}

.about__item h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  margin-bottom: 30px;
}

.about__item p {
  line-height: 140%;
}

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

.products {
  padding: 100px 0;
  margin-bottom: 100px;
  position: relative;
  background: #eaecf2;
}

.products::before,
.products::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

.products::before {
  background-image: url(/local/templates/profkr/assets/img/decor01.svg);
  left: -200px;
}

.products::after {
  background-image: url(/local/templates/profkr/assets/img/decor.svg);
  right: -300px;
}

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

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

.item-products {
  height: 100%;
  display: block;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(80, 158, 165, 0)), to(rgba(96, 118, 180, 0)));
  background: linear-gradient(90deg, rgba(80, 158, 165, 0) 0%, rgba(96, 118, 180, 0) 100%);
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}

.item-products::before {
  content: "";
  background: #fff;
  position: absolute;
  inset: 2px;
  border-radius: 19px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.item-products__body {
  height: 100%;
  padding: 30px 30px 40px;
  border-radius: 20px;
  z-index: 2;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.item-products__name {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 24px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.item-products__img img {
  display: block;
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.advantages {
  margin-bottom: 120px;
}

.advantages__title {
  color: #509ea5;
}

.advantages__slider.swiper {
  overflow: visible;
}

.advantages__slide {
  max-width: 418px;
}

.advantages__item {
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 158, 165)), to(rgb(96, 118, 180)));
  background: linear-gradient(90deg, rgb(80, 158, 165) 0%, rgb(96, 118, 180) 100%);
  position: relative;
  border-radius: 20px;
  padding: 40px 30px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.advantages__item::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #fff;
  z-index: 1;
  border-radius: 19px;
}

.advantages__name {
  position: relative;
  z-index: 2;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.advantages__info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 15px;
}

.advantages__num {
  font-weight: 250;
  font-size: 28px;
  line-height: 120%;
  color: #6076b4;
}

.advantages__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

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

.advantages__pagination .swiper-pagination-bullet {
  width: 3px;
  height: 31px;
  background: #d9d9d9;
  cursor: pointer;
}

.advantages__pagination .swiper-pagination-bullet-active {
  background: #6076b4;
}

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

.advantages__button-prev,
.advantages__button-next {
  border: 2px solid #6076b4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.advantages__button-prev svg path,
.advantages__button-next svg path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.advantages__button-next svg {
  rotate: 180deg;
}

.consultation {
  background: #6076b4;
  padding: 100px 0 120px;
}

.consultation__title {
  color: #fff;
}

.consultation__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
}

.consultation__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 29px);
          flex: 1 1 calc(50% - 29px);
  position: relative;
}

.consultation__name {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #fff;
}

.consultation__img {
  position: absolute;
  bottom: -120px;
}

.consultation__img img {
  width: 100%;
  max-width: 380px;
}

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

.form__btn {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.form__btn .button {
  background: hsla(0,0%,100%,.77);
  border-color: rgba(0,0,0,0);
  max-width: 265px;
  width: 100%;
  white-space: nowrap;
}

.form__btn .button span {
  color: #202020;
}

.form__policy {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #fff;
}

.form__policy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}

.form__policy a {
  text-decoration: underline;
}

.form__policy input {
  display: none;
}

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

.form__policy span:first-child::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

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

.form__input {
  width: 100%;
  position: relative;
}

.form__input:has(input:required)::before {
  content: "*";
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  position: absolute;
  top: 6px;
  right: 9px;
}

.form textarea {
  resize: none;
  border: 1px solid hsla(0,0%,100%,.3);
  /* margin-top: 10px; */
}

.input {
  border: 1px solid hsla(0,0%,100%,.3);
  border-radius: 10px;
  background: hsla(0,0%,100%,.05);
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  outline: none;
  padding: 21px 20px 20px;
  width: 100%;
  position: relative;
}

.input.error {
    border: 1px solid #c61818;
}

.error-msg.failed {
    color: #c61818;
}

.error-msg.success {
    color: green;
}

.error-msg {
  text-align: center;
  margin-top: 10px;
  width: 100%;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
}
form[name="SIMPLE_FORM_2"] .error-msg {
  text-shadow: none;
}

.input::-webkit-input-placeholder {
  color: #fff;
}

.input::-moz-placeholder {
  color: #fff;
}

.input:-ms-input-placeholder {
  color: #fff;
}

.input::-ms-input-placeholder {
  color: #fff;
}

.input::placeholder {
  color: #fff;
}

.input[required]::before {
  content: "*";
}

.input-city, .input-company, .input-half {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 10px);
          flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 5px);
  /* margin-top: 10px; */
}

.modal-open body {
  overflow: hidden;
}

.wrapper {
  position: relative;
}

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

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

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

.modal__body {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(96, 118, 180, 0.8)), to(#6076b4));
  background: linear-gradient(0deg, rgba(96, 118, 180, 0.8) 0%, #6076b4 100%);
}

.modal__close {
  position: absolute;
  right: 100px;
  top: 100px;
  cursor: pointer;
}

.modal .title,
.modal .text-block__title {
  color: #fff;
}

.modal .input-city, .modal .input-company, .modal .input-half {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  margin-top: 0;
}

.modal .form textarea {
  min-height: 98px;
  margin-top: 0;
}

.file-upload {
  border-bottom: 1px solid hsla(0,0%,100%,.3);
  border-radius: 10px;
  background: hsla(0,0%,100%,.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9px;
}

.file-upload__label {
  color: #fff;
  font-size: 16px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.file-upload__label span {
  font-size: 12px;
  color: hsla(0,0%,100%,.8);
}

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

.file-upload__button.button {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(80, 158, 165)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(80, 158, 165) 100%);
  color: #fff;
  white-space: nowrap;
  width: 100%;
  padding: 15px 20px;
  margin-right: 9px;
  max-width: 178px;
}

.file-upload__button.button::before {
  background: #5b6fa9;
}

.modal .form__btn .button {
  max-width: 254px;
}

.modal .text-block__text a {
  font-size: 12px;
  color: #fff;
}

.products.products-page {
  background: #fff;
  padding: 0;
  margin-bottom: 120px;
}

.products.products-page::before,
.products.products-page::after {
  display: none;
}

.products.products-page .item-products {
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 158, 165)), to(rgb(96, 118, 180)));
  background: linear-gradient(90deg, rgb(80, 158, 165) 0%, rgb(96, 118, 180) 100%);
}

.products.products-page .button {
  margin-top: 40px;
}

.advantages.products-page {
  padding: 100px 0;
  margin-bottom: 100px;
  position: relative;
  background: #eaecf2;
}

.advantages.products-page::before,
.advantages.products-page::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

.advantages.products-page::before {
  background-image: url(/local/templates/profkr/assets/img/decor01.svg);
  left: -200px;
}

.advantages.products-page::after {
  background-image: url(/local/templates/profkr/assets/img/decor.svg);
  right: -300px;
}

.advantages.products-page .advantages__slider {
  position: relative;
  z-index: 2;
}

.advantages.products-page .advantages__pagination .swiper-pagination-bullet {
  background: #fff;
}

.advantages.products-page .advantages__pagination .swiper-pagination-bullet-active {
  background: #6076b4;
}

.advantages.products-page .advantages__button-prev.swiper-button-disabled,
.advantages.products-page .advantages__button-next.swiper-button-disabled {
  border-color: #fff;
}

.advantages.products-page .advantages__button-prev.swiper-button-disabled svg path,
.advantages.products-page .advantages__button-next.swiper-button-disabled svg path {
  stroke: #fff;
}

.img-block {
  margin-bottom: 120px;
}

.img-block__title {
  color: #509ea5;
}

.img-block__slider.swiper {
  overflow: visible;
}

.img-block__slide {
  max-width: 753px;
}

.img-block__image img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-block__btn, .products-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-block__btn {
  gap: 30px;
  margin-top: 50px;
}

.products-list__btn {
  margin-top: 0;
  gap: 20px;
}

.products-list__btn:has(.products-list__button-prev[disabled]):has(.products-list__button-next[disabled]) {
  display: none;
}

.img-block__button-prev, .img-block__button-next, .products-list__button-prev, .products-list__button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #6076b4;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.img-block__button-prev.swiper-button-disabled, .img-block__button-next.swiper-button-disabled, .products-list__button-prev.swiper-button-disabled, .products-list__button-next.swiper-button-disabled {
  border-color: #d9d9d9;
}

.img-block__button-prev.swiper-button-disabled svg path, .img-block__button-next.swiper-button-disabled svg path, .products-list__button-prev.swiper-button-disabled svg path, .products-list__button-next.swiper-button-disabled svg path {
  stroke: #d9d9d9;
}

.img-block__button-next svg, .products-list__button-next svg {
  rotate: 180deg;
}

.text-block.category-page {
  margin-bottom: 0;
}

.custom-select {
  position: relative;
}

.custom-select__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}

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

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

.custom-select__trigger span:last-child {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.custom-select.open .custom-select__trigger span:last-child {
  rotate: 180deg;
}

.custom-select.open .custom-select__trigger span:last-child svg path {
  stroke: #6076b4;
}

.custom-select__options {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  padding: 30px 20px;
  gap: 5px;
  min-width: 340px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  top: 50px;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 158, 165)), to(rgb(96, 118, 180)));
  background: linear-gradient(90deg, rgb(80, 158, 165) 0%, rgb(96, 118, 180) 100%);
  -webkit-box-shadow: 0 4px 30px 0 rgba(32,32,32,.15);
          box-shadow: 0 4px 30px 0 rgba(32,32,32,.15);
}

.custom-select__options::before {
  content: "";
  background: #fff;
  position: absolute;
  inset: 1px;
  border-radius: 9px;
}

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

.custom-select__option {
  font-weight: 500;
  font-size: 16px;
  padding: 7px 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  z-index: 2;
}

.custom-select__option span {
  z-index: 2;
}

.custom-select__option::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(124, 146, 207, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(124, 146, 207, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: -1;
}

.custom-select__option.active::before {
  opacity: 1;
}

.filter {
  position: relative;
}

.filter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}

.filter__btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.filter.open .filter__btn span:last-child {
  rotate: 180deg;
}

.filter.open .filter__btn span:last-child svg path {
  stroke: #6076b4;
}

.filter__items {
  position: absolute;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  top: 50px;
  border-radius: 10px;
  padding: 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 158, 165)), to(rgb(96, 118, 180)));
  background: linear-gradient(90deg, rgb(80, 158, 165) 0%, rgb(96, 118, 180) 100%);
  -webkit-box-shadow: 0 4px 30px 0 rgba(32,32,32,.15);
          box-shadow: 0 4px 30px 0 rgba(32,32,32,.15);
  width: 539px;
  z-index: 3;
}

.filter__items::before {
  content: "";
  background: #fff;
  position: absolute;
  inset: 1px;
  border-radius: 9px;
}

.filter.open .filter__items {
  opacity: 1;
  top: 30px;
  visibility: visible;
}

.filter__group+.filter__group {
  margin-top: 20px;
}

.filter__group {
  position: relative;
  z-index: 2;
}

.filter__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 15px;
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 15px 0;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-checkbox__box {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.custom-checkbox__box::after {
  content: "";
  width: 14px;
  height: 14px;
  background: #6076b4;
  border-radius: 3px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.custom-checkbox input:checked+.custom-checkbox__box::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.custom-checkbox__label {
  font-size: 18px;
  line-height: 120%;
}

.products-list {
  margin-bottom: 120px;
}

.products-list__filter {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

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

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

.products-list__btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products-list__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.products-list__nav ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.products-list__nav ul li.active a {
  border-color: #6076b4;
  color: #6076b4;
}

.products-list__nav .button {
  border: 2px solid #202020;
  color: #202020;
}

.list-products {
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c7c7c7;
  border-radius: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* RAL 3026 (Люминисцентный ярко-красный) */
.list-products.color-border-id-153 {
  border: 1px solid #FF0000;
}
/* RAL 3000 (Огненно-красный) */
.list-products.color-border-id-154 {
  border: 1px solid #A92420;
}
/* RAL 5005 (Сигнальный синий) */
.list-products.color-border-id-155 {
  border: 1px solid #2E58A6;
}
/* RAL 7042	(Транспортный серый A) */
.list-products.color-border-id-156 {
  border: 1px solid #8D8D8D;
  /* border: 1px solid #909090; */
}
/* RAL 1026 (Люминисцентно-желтый) */
.list-products.color-border-id-157 {
  border: 1px solid #E5E500;
}
/* RAL 2009	(Транспортно-оранжевый) */
.list-products.color-border-id-158 {
  border: 1px solid #E85D20;
  /* border: 1px solid #F05A28; */
}

/* Медь */
.list-products.material-body-20 {
  /* border: 1px solid #FF0000; */
}
/* Нержавеющая сталь */
.list-products.material-body-101 {
  /* border: 1px solid #FF0000; */
}
/* Сталь оцинкованная */
.list-products.material-body-102 {
  /* border: 1px solid #FF0000; */
}
/* Композиционные материалы */
.list-products.material-body-120 {
  /* border: 1px solid #FF0000; */
}

.list-products__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.list-products__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}

.advantages.conditions-page .advantages__title {
  color: #6076b4;
  margin-bottom: 30px;
}

.advantages.conditions-page .title-page {
  margin-bottom: 50px;
}

.advantages.conditions-page .advantages__item {
  min-height: 477px;
}

.advantages__text {
  max-width: 642px;
  margin-bottom: 50px;
}

.advantages__text p {
  line-height: 140%;
}

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

.text-block {
  padding: 100px 0;
  background: #eaecf2;
  margin-bottom: 100px;
}

.text-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.text-block__item:not(:last-child) {
  padding-bottom: 60px;
  border-bottom: 2px solid #fff;
}

.text-block__item:not(:first-child) {
  padding-top: 50px;
}

.text-block__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
}

.text-block__title.sent {
  -ms-flex: 100%;
  flex: 100%;
  text-align: center;
}

.text-block__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
}

.text-block__text p {
  line-height: 140%;
}

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

.text-block__text a {
  text-decoration: underline;
  color: #6076b4;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.text-block__text ul,
.text-block__text ol {
  margin-bottom: 25px;
}

.text-block__text ul li,
.text-block__text ol li {
  line-height: 140%;
}

.text-block__text ul li:not(:last-child),
.text-block__text ol li:not(:last-child) {
  margin-bottom: 25px;
}

.text-block__text ol {
  margin-left: 25px;
}

.text-block__text ul li::before {
  content: "—";
  color: #6076b4;
  padding-right: 10px;
}

.about.about-page .title-page {
  margin-bottom: 50px;
}

.about__text-big p {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
}

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

.certificates {
  padding: 100px 0;
  margin-bottom: 100px;
  background: #eaecf2;
}

.certificates.information-page {
  background: rgba(0,0,0,0);
  padding: 0;
}

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

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

.certificates__item_big {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 15px);
}

.certificates__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
}

.item-certificates {
  border-radius: 20px;
  background: #fff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 285px;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .5s;
  transition: all .5s;
  height: 100%;
}

.information-page .item-certificates {
  border: 1px solid #c7c7c7;
}

.item-certificates__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.item-certificates {
  position: relative;
  overflow: hidden;
}

.item-certificates__img {
    width: 25%;
    margin: 0 auto;
    /* opacity: 0; */
    /* transition: opacity 0.4s ease-in-out; */
    pointer-events: none;
    z-index: 1;
    background: white;
}

.item-certificates__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.item-certificates:hover .item-certificates__img {
    /* opacity: 1; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
}

/* .item-certificates__top,
.item-certificates__bottom {
    position: relative;
    z-index: 2;
} */

.item-certificates__name {
  line-height: 140%;
  word-break: break-word;
}

.item-certificates__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-certificates__size,
.item-certificates__file {
  color: #c7c7c7;
}

.news {
  margin-bottom: 120px;
}

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

.news__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 15px);
}

.news__pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

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

.news__pagination ul li a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0);
}

.news__pagination ul li a svg path, .products-list__nav ul li a svg path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.news__pagination ul li:first-child a,
.news__pagination ul li:last-child a,
.news__pagination ul li.active a,
.products-list__nav ul li:first-child a,
.products-list__nav ul li:last-child a,
.products-list__nav ul li.active a {
  border-color: #6076b4;
  color: #6076b4;
}

.news__pagination ul li:first-child a,
.news__pagination ul li:last-child a,
.products-list__nav ul li:first-child a,
.products-list__nav ul li:last-child a {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.news__pagination .active a, .products-list__nav .active a, .news__pagination .disabled a, .products-list__nav .disabled a {
  pointer-events: none;
}
.news__pagination .disabled a, .products-list__nav .disabled a {
  opacity: 0.5;
}
.news__pagination ul li:last-child a svg, .products-list__nav ul li:last-child a svg {
  rotate: 180deg;
}

.news__pagination .button {
  color: #202020;
  border-color: #202020;
  width: 100%;
  max-width: 360px;
}

.item-news {
  border: 1px solid #c7c7c7;
  border-radius: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.item-news__top {
  position: relative;
  margin-bottom: 30px;
}

.item-news__img img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 274px;
}

.item-news__date {
  border-radius: 15px;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #6076b4;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.item-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.item-news__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}

.item-news__text {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.item-news__text p {
  font-size: 16px;
  line-height: 120%;
}

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

.item-news .button {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.news-page {
  margin-bottom: 120px;
}

.news-page h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  margin-bottom: 50px;
}

.news-page__date {
  margin-bottom: 30px;
  border-radius: 15px;
  padding: 10px;
  background: #6076b4;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -ms-grid-column-align: start;
      justify-self: start;
}

.news-page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 200px;
}

.news-page__img,
.news-page__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 32px);
          flex: 1 1 calc(50% - 32px);
}
.news-page__text h2 {
  font-size: 32px;
}
.news-page__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.news-page__text p {
  line-height: 140%;
}

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

.news-page__text ul,
.news-page__text ol {
  margin-bottom: 20px;
  margin-left: 20px;
}

.news-page__text ul li,
.news-page__text ol li {
  line-height: 140%;
}

.news-page__text ul li {
  list-style: disc;
}

.news-page__text a {
  text-decoration: underline;
  color: #6076b4;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.news-page__nav {
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  color: #8d8d8d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}

.news-page__nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 33px);
          flex: 1 1 calc(50% - 33px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.news-page__nav a:first-child span:first-child,
.news-page__nav a:last-child span:last-child {
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.news-page__nav a:last-child span:last-child {
  rotate: 180deg;
}

.contacts {
  margin-bottom: 120px;
}

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

.contacts .button {
  margin-bottom: 50px;
}

.contacts__note {
  border-radius: 20px;
  padding: 20px 15px;
  line-height: 120%;
  color: #509ea5;
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 158, 165)), to(rgb(96, 118, 180)));
  background: linear-gradient(90deg, rgb(80, 158, 165) 0%, rgb(96, 118, 180) 100%);
  position: relative;
  margin-bottom: 20px;
}

.contacts__note span {
  z-index: 2;
  position: relative;
}

.contacts__note::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: #fff;
  z-index: 1;
  border-radius: 19px;
}

.contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
  border-bottom: 2px solid #dedede;
}

.contacts__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 15px);
}

.contacts__map {
  margin-bottom: 50px;
  height: 347px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.contacts__map_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: skeleton-loading 1s linear infinite alternate;
  z-index: 2;
}

.loaded .contacts__map_loader {
  display: none;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.contacts__map iframe {
  width: 100%;
  border: none !important;
  height: 100%;
}

.contacts__name {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 20px;
}

.contacts__text span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

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

.contacts__text_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__text_link a span {
  margin-bottom: 0;
  font-weight: 400;
}

.contacts__text_link a b {
  font-weight: 700;
}

.contacts__text_link a:not(:last-child) {
  margin-bottom: 10px;
}

.contacts__text_link a {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.contacts__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}

.news-page.card {
  margin-bottom: 100px;
}

.news-page.card .news-page__img {
  min-width: 0;
  position: relative;
  width: 100%;
}

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

.news-page.card .button {
  margin-top: 30px;
}

.news-page.card .news-page__items {
  margin-bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.card__slider {
  border: 1px solid #c7c7c7;
  border-radius: 20px;
}

.cart-link__count {
  font-size: 12px !important;
  font-weight: 700 !important;
  border: 1px solid black;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.card__slide {
  /* min-height: 641px; */
  min-height: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card__button-prev,
.card__button-next {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.card__button-prev {
  left: 20px;
}

.card__button-next {
  right: 20px;
}

.card__button-next svg {
  rotate: 180deg;
}

.card__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.card__pagination span {
  width: 85px;
  height: 2px;
  border-radius: 20px;
  background: #d9d9d9;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.card__pagination span.swiper-pagination-bullet-active {
  background: #6076b4;
}

.modification {
  background: #eaecf2;
  padding: 80px 0;
  margin-bottom: 100px;
}

.modification__table {
  border-radius: 20px;
  background: #fff;
  padding: 30px;
  margin-bottom: 50px;
}

.modification__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 15px;
}

.modification__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.modification__list li {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.modification__list li.active {
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(124, 146, 207, 0.5)));
  background: linear-gradient(270deg, #fff 0%, rgba(124, 146, 207, 0.5) 100%);
  border: none;
}

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

.modification__block {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modification__btn {
  margin-top: 30px;
}

.modification__btn::before {
  background: #eaecf2;
}

.modification__table-block {
  position: relative;
}

.modification__btn-mobile {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 50px;
}

.table-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #f6f8fc;
  border-radius: 20px;
  overflow: hidden;
}

.table-wrapper::before {
  content: "";
  width: 100%;
  height: 98px;
  background: #6076b4;
  position: absolute;
  top: 0;
  left: 0;
}

.table-scroll {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
.product-table__scrolled__left {
    display: none;
}
.product-table th,
.product-table td {
  padding: 8px;
  border-left: 1px solid #e2e6f0;
  background: #fff;
  max-width: 140px;
}
/* .product-table td:not(:first-child) { */
.product-table td {
  font-size: 14px;
  text-align: center;
}

.product-table th:first-of-type,
.product-table td:first-of-type {
  border: none;
}

.product-table thead th {
  background: #6076b4;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  height: 98px;
  max-width: 140px;
  text-align: left;
}
.product-table thead th:nth-child(2), .product-table td:nth-child(2) {
  max-width: 195px;
  text-align: left;
}

.product-table-name {
      /* -webkit-line-clamp: 4; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* font-size: 11px; */
    letter-spacing: -0.25px;
}

.table-fixed {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}


@media (min-width: 1661px) {
  .table-fixed .button {
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 18px;
  }
}

.table-fixed::before {
  /* content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(96, 118, 180, 0)), to(#6076b4));
  background: linear-gradient(90deg, rgba(96, 118, 180, 0) 0%, #6076b4 100%);
  width: 50px;
  height: 98px;
  position: absolute;
  top: 0;
  left: -85px; */
}

.table-fixed table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}

.table-fixed th,
.table-fixed td {
  text-align: center;
  padding: 6px;
}

.table-fixed th {
  height: 98px;
  background: #6076b4;
}

.table-scroll__button-prev,
.table-scroll__button-next {
  width: 35px;
  height: calc(100% - 98px);
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.table-scroll__button-next svg {
  rotate: 180deg;
}

.details .text-block__items {
  padding-bottom: 50px;
  border-bottom: 2px solid #dedede;
}

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

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

.details__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}

.details__value {
  background: #f6f7f9;
  border-radius: 20px;
  padding: 10px;
  color: #6076b4;
}

.details.text-block {
  background: none;
  padding: 0;
  margin-bottom: 50px;
}

.certificates.card-page {
  margin-bottom: 50px;
  padding: 0;
  background: none;
}

.certificates.card-page .item-certificates {
  border: 1px solid #c7c7c7;
}

.certificates.card-page .certificates__items {
  padding-bottom: 50px;
  border-bottom: 2px solid #dedede;
}

.products-list__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  margin-bottom: 50px;
}

.products-list.card-page .products-list__slide {
  max-width: 418px;
}

.products-list.card-page .products-list__item {
  max-width: 100%;
  height: 100%;
}

.products-list.card-page .products-list__nav ul li:first-child a,
.products-list.card-page .products-list__nav ul li:last-child a {
  border-color: #d9d9d9;
}

.products-list.card-page .products-list__nav ul li:last-child svg {
  rotate: 180deg;
}

.cart {
  margin-bottom: 120px;
}

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

.cart .button {
  margin-bottom: 30px;
}

.cart__table {
  border: 1px solid #c7c7c7;
  border-radius: 20px;
  padding: 30px;
}

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

.cart__items:first-child:before {
  content: "";
  /* width: calc(100% - 30px); */
  width: 100%;
  left: 0;
  top: 43px;
  height: 2px;
  background: #dedede;
  position: absolute;
}

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

.cart__item:nth-child(1) {
  width: 13%;
}

.cart__item:nth-child(2) {
  width: 18.33%;
}

.cart__item:nth-child(3) {
  /* width: 9.25%; */
  width: 11.25%;
}

.cart__item:nth-child(3) .cart__value {
  gap: 8px;
  flex-direction: column;
  justify-content: center;
}

.cart__item:nth-child(3) .custom-select__trigger {
  border: 1px solid #c7c7c7;
  border-radius: 20px;
  /* padding: 5px 10px; */
  padding: 2px 8px;
  font-size: 16px;
  color: #8d8d8d;
  gap: 5px;
}

.cart__item:nth-child(3) .custom-select__trigger span:first-child {
  display: none;
}

.cart__item:nth-child(3) .custom-select .custom-select__options {
  padding: 10px 10px;
  min-width: 140px;
}

.cart__item:nth-child(3) .custom-select.open .custom-select__options {
  top: 45px;
}

.cart__item:nth-child(4) {
  /* width: 5.42%; */
  /* width: 15.42%; */
  width: 7%;
}

.cart__item:nth-child(4) .cart__value, .cart__item:nth-child(5) .cart__value {
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
}
.cart__item:nth-child(7) .cart__value {
  justify-content: center;
}

/* .cart__item:nth-child(4) .cart__value div, .cart__item:nth-child(5) .cart__value div {
  display: none;
  white-space: nowrap;
} */

.cart__item:nth-child(4) .cart__value div[data-column-property-code="PROPERTY_MATERIAL_BODY_VALUE"], .cart__item:nth-child(4) .cart__value div[data-column-property-code="PROPERTY_MATERIAL_CORE_VALUE"],
.cart__item:nth-child(5) .cart__value div:not([data-column-property-code="PROPERTY_MATERIAL_BODY_VALUE"]):not([data-column-property-code="PROPERTY_MATERIAL_CORE_VALUE"]) {
  width: 100%;
  display: flex;
  flex-direction: column; 
}

/* .cart__item:nth-child(5) .cart__value div:not([data-column-property-code="PROPERTY_MATERIAL_BODY_VALUE"]):not([data-column-property-code="PROPERTY_MATERIAL_CORE_VALUE"]) {
    display: block;
} */

.cart__item:nth-child(4) .cart__value div span, .cart__item:nth-child(5) .cart__value div span {
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.5;
}

.cart__item:nth-child(5) {
  /* width: 7.82%; */
  width: 13.82%;
}

.cart__item:nth-child(5) .cart__value {
  /* font-size: 0.55em; */
}

.cart__item:nth-child(6) {
  width: 12.36%;
}

/* .cart__item:nth-child(6) .cart__value {
  font-size: 16px;
  line-height: 120%;
  color: #8d8d8d;
} */

.cart__item:nth-child(7) {
  width: 9.25%;
}

.cart__item:nth-child(7) .cart__value {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.cart__item:nth-child(7) .cart__value .button {
  font-size: 16px;
}

.cart__name {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
}

.cart__value {
  font-size: 16px;
  padding-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__item:nth-child(4) .cart__value
/*, .cart__item:nth-child(5) .cart__value*/ {
  font-size: 14px;
}

.cart__value img {
  border: 1px solid #c7c7c7;
  border-radius: 20px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart__value .button {
  margin: 0;
  padding: 0;
}

.cart__bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart__note {
  border: 1px solid #c7c7c7;
  border-radius: 20px;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 120%;
}

.cart__note span {
  color: #6076b4;
  font-weight: 600;
}

.cart__note ul {
  margin-left: 20px;
}

.cart__note ul li {
  list-style: disc;
}

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

.cart__btn a {
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  color: #6076b4;
}

.cart__btn .button {
  color: #fff;
  margin: 0;
}

.cart__btn .button::before {
  display: none;
}

.button.in-basket {
  background: #c00000;
}
.button.in-basket span {
  color: #c00000;
}

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

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  overflow: hidden;
  background: #fff;
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

[class*=__container] {
  max-width: 82.125rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 6.3125rem;
}

.smart-filter-popup-result {
  margin-top: 0 !important;
  margin-left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  padding: 10px !important;
}

@media print {
  #panel, .header, .breadcrumbs, .consultation, .footer, #order, #call {
    display: none;
  }
}

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

  .breadcrumbs__list {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }

  .products-list__nav .button {
    display: none;
  }

  .news__pagination .button {
    display: none;
  }

  .news-page__nav a:first-child span:last-child,
  .news-page__nav a:last-child span:first-child {
    display: none;
  }

  .modification__btn-mobile {
    display: none;
  }
}

@media (max-width: 1660.98px) {
  .header {
    max-width: 320px;
  }

  .header__container {
    padding: 0 15px !important;
  }

  .header__logo {
    padding: 0 35px;
  }

  .header__menu {
    padding-bottom: 20px;
  }

  .header-logo__text {
    font-size: 12px;
    max-width: 200px;
  }

  .menu__top {
    margin-bottom: 40px;
  }

  .menu__list {
    margin-bottom: 24px;
  }

  .menu__link {
    font-size: 14px;
    padding: 2px 35px;
  }

  .submenu__body .menu__link {
    padding: 2px 35px;
  }

  .menu__link-icon span:last-child {
    font-size: 14px;
  }

  .menu__contacts a {
    font-size: 14px;
  }

  .submenu {
    padding: 2px 35px;
  }

  .submenu__body {
    max-width: 320px;
    left: 300px;
  }

  .search input {
    font-size: 14px;
  }

  .search input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .search input::-moz-placeholder {
    font-size: 14px;
  }

  .search input:-ms-input-placeholder {
    font-size: 14px;
  }

  .search input::-ms-input-placeholder {
    font-size: 14px;
  }

  .search input::placeholder {
    font-size: 14px;
  }

  .footer {
    padding: 60px 0 30px;
  }

  .form-footer {
    padding-bottom: 60px;
  }

  .form-footer__title {
    font-size: 35px;
  }

  .bottom-footer__logo {
    max-width: 320px;
  }

  .bottom-footer__logo img {
    width: 100%;
  }

  .bottom-footer__text {
    font-size: 14px;
  }

  .bottom-footer__text span {
    font-size: 14px;
  }

  .bottom-footer__text_link span {
    font-size: 14px;
  }

  .social .bottom-footer__text {
    font-size: 14px;
  }

  .info-footer__text,
  .info-footer__links {
    font-size: 14px;
  }

  .page-body {
    width: calc(100% - 320px);
  }

  .breadcrumbs__item {
    font-size: 16px;
  }

  .button {
    font-size: 16px;
    padding: 10px 20px;
    gap: 5px;
  }

  .title {
    font-size: 25px;
  }

  .title-page {
    font-size: 60px;
  }

  .main {
    margin-bottom: 50px;
  }

  .main__text {
    margin-left: 50px;
  }

  .main__title {
    font-size: 60px;
  }

  .main__btns {
    gap: 20px;
  }

  .main__button-prev,
  .main__button-next {
    width: 40px;
    height: 40px;
  }

  .main__pagination span {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .about {
    margin-bottom: 80px;
  }

  .about__item h2 {
    font-size: 35px;
  }

  .about__item p {
    font-size: 16px;
  }

  .products {
    padding: 50px 0;
    margin-bottom: 50px;
  }

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

  .item-products__img img {
    max-width: 200px;
  }

  .advantages {
    margin-bottom: 80px;
  }

  .advantages__name {
    font-size: 22px;
  }

  .advantages__img {
    max-width: 140px;
  }

  .advantages__img img {
    width: 100%;
  }

  .advantages__img {
    max-width: 100px;
  }

  .advantages__pagination .swiper-pagination-bullet {
    height: 25px;
    width: 2px;
  }

  .advantages__pagination {
    gap: 20px;
  }

  .advantages__button-prev,
  .advantages__button-next {
    width: 40px;
    height: 40px;
  }

  .consultation {
    padding: 60px 0 80px;
  }

  .consultation__name {
    font-size: 35px;
  }

  .consultation__img img {
    max-width: 280px;
  }

  .consultation__img {
    bottom: -80px;
  }

  .modal {
    width: calc(100% - 320px);
  }

  .modal__body {
    padding: 100px 50px;
  }

  .modal__close {
    right: 50px;
  }

  .products.products-page {
    margin-bottom: 80px;
  }

  .advantages.products-page {
    margin-bottom: 80px;
    padding: 60px 0;
  }

  .img-block {
    margin-bottom: 80px;
  }

  .img-block__slide {
    max-width: 553px;
  }

  .filter__items {
    width: 450px;
  }

  .filter__title {
    font-size: 16px;
  }

  .custom-checkbox__label {
    font-size: 14px;
  }

  .products-list {
    margin-bottom: 80px;
  }

  .list-products__name {
    font-size: 16px;
  }

  .advantages.conditions-page .advantages__item {
    min-height: 320px;
  }

  .advantages__text p {
    font-size: 16px;
  }

  .text-block {
    margin-bottom: 80px;
    padding: 60px 0;
  }

  .text-block__title {
    font-size: 35px;
  }

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

  .about__text-big p {
    font-size: 22px;
  }

  .certificates {
    padding: 50px 0;
    margin-bottom: 50px;
  }

  .certificates__title {
    font-size: 35px;
  }

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

  .item-news__img img {
    height: 200px;
  }

  .item-news__name {
    font-size: 18px;
  }

  .item-news__text p {
    font-size: 14px;
  }

  .news-page {
    margin-bottom: 80px;
  }

  .news-page h1 {
    font-size: 40px;
  }

  .news-page__items {
    margin-bottom: 100px;
  }

  .news-page__text p,
  .news-page__text a,
  .news-page__text li {
    font-size: 16px;
  }

  .news-page__nav {
    font-size: 25px;
  }

  .contacts {
    margin-bottom: 80px;
  }

  .contacts__note {
    font-size: 16px;
  }

  .contacts__name {
    font-size: 22px;
  }

  .contacts__text {
    font-size: 16px;
  }

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

  .card__slide {
    min-height: 540px;
  }

  .modification {
    padding: 50px 0;
    margin-bottom: 50px;
  }

  .table-fixed {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 142px;
            flex: 0 0 142px;
  }

  .products-list__title {
    font-size: 35px;
  }

  .products-list.card-page .products-list__slide {
    max-width: 346px;
  }

  .cart {
    margin-bottom: 80px;
  }

  [class*=__container] {
    padding: 0 50px;
  }
}

@media (max-width: 1660.98px)and (any-hover: hover) {
  .submenu:hover .submenu__body {
    left: 320px;
  }
}

@media (max-width: 1360.98px) {
  .header {
    max-width: 280px;
    padding-top: 15px;
  }

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

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

  .header-logo__img {
    max-width: 180px;
  }

  .header-logo__text {
    font-size: 10px;
    max-width: 150px;
  }

  .menu__top {
    margin-bottom: 15px;
  }

  .menu__list {
    margin-bottom: 15px;
  }

  .submenu__body .menu__item:first-of-type {
    margin-bottom: 40px;
  }

  .menu__link {
    font-size: 12px;
    padding: 2px 15px;
  }

  .submenu__body .menu__link {
    padding: 2px 15px;
  }

  .menu__link-icon {
    padding: 2px 15px;
  }

  .menu__link-icon span:last-child {
    font-size: 12px;
  }

  .menu__link-icon span:first-child svg {
    width: 18px;
  }

  .menu__bottom .menu__link-icon:not(:last-child) {
    margin-bottom: 5px;
  }

  .menu__contacts a span:first-child svg {
    width: 18px;
  }

  .menu__contacts a {
    font-size: 12px;
  }

  .menu__contacts {
    margin-top: 15px;
  }

  .menu__search {
    margin-top: 30px;
  }

  .submenu {
    padding: 2px 15px;
  }

  .submenu__body {
    max-width: 280px;
    left: 260px;
  }

  .search input {
    font-size: 12px;
  }

  .search input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .search input::-moz-placeholder {
    font-size: 12px;
  }

  .search input:-ms-input-placeholder {
    font-size: 12px;
  }

  .search input::-ms-input-placeholder {
    font-size: 12px;
  }

  .search input::placeholder {
    font-size: 12px;
  }

  .search span,
  .search button {
    left: 15px;
  }

  .search button {
    right: 15px;
    height: 18px;
  }

  .search {
    padding: 10px 15px;
  }

  .search span {
    height: 18px;
  }

  .search span svg {
    width: 18px;
    height: 18px;
  }

  .form-footer__title {
    font-size: 28px;
  }

  .bottom-footer__logo {
    max-width: 250px;
  }

  .bottom-footer__text {
    font-size: 12px;
  }

  .bottom-footer__text span {
    font-size: 12px;
  }

  .bottom-footer__text_link span {
    font-size: 12px;
  }

  .social .bottom-footer__text {
    font-size: 12px;
  }

  .info-footer__text,
  .info-footer__links {
    font-size: 12px;
  }

  .info-footer__links {
    max-width: 490px;
  }

  .page-body {
    width: calc(100% - 280px);
  }

  .breadcrumbs__list {
    gap: 34px;
  }

  .breadcrumbs__item:not(:last-child)::before {
    right: -30px;
  }

  .breadcrumbs__item {
    font-size: 14px;
  }

  .button {
    font-size: 14px;
    padding: 8px 15px;
  }

  .title {
    font-size: 20px;
  }

  .title-page {
    font-size: 45px;
    margin-bottom: 50px;
  }

  .main__text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .main__title {
    font-size: 38px;
  }

  .about__item h2 {
    font-size: 28px;
  }

  .about__item p {
    font-size: 14px;
  }

  .item-products__body {
    padding: 25px;
  }

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

  .item-products__img img {
    max-width: 140px;
  }

  .advantages__slide {
    max-width: 320px;
  }

  .advantages__name {
    font-size: 16px;
  }

  .advantages__num {
    font-size: 22px;
  }

  .consultation__name {
    font-size: 28px;
  }

  .consultation__img img {
    max-width: 230px;
  }

  .form__input:has(input:required)::before {
    font-size: 14px;
  }

  .input {
    padding: 10px;
    font-size: 14px;
  }

  .input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .input::-moz-placeholder {
    font-size: 12px;
  }

  .input:-ms-input-placeholder {
    font-size: 12px;
  }

  .input::-ms-input-placeholder {
    font-size: 12px;
  }

  .input::placeholder {
    font-size: 12px;
  }

  .modal {
    width: calc(100% - 280px);
  }

  .modal__body {
    padding: 100px 20px;
  }

  .modal__close {
    right: 20px;
  }

  .file-upload__label {
    font-size: 14px;
  }

  .modal .form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .img-block__slide {
    max-width: 359px;
  }

  .filter__title {
    font-size: 14px;
  }

  .custom-checkbox__label {
    font-size: 12px;
  }

  .list-products__name {
    font-size: 14px;
  }

  .advantages__text p {
    font-size: 14px;
  }

  .text-block__title {
    font-size: 28px;
  }

  .text-block__text p,
  .text-block__text a,
  .text-block__text li {
    font-size: 14px;
  }

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

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

  .certificates__item_big {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(66.666% - 30px);
            flex: 1 1 calc(66.666% - 30px);
    max-width: calc(66.666% - 15px);
  }

  .certificates__title {
    font-size: 28px;
  }

  .item-certificates__name {
    font-size: 14px;
  }

  .news-page h1 {
    font-size: 35px;
  }

  .news-page__text p,
  .news-page__text a,
  .news-page__text li {
    font-size: 14px;
  }

  .news-page__nav {
    font-size: 20px;
  }

  .contacts__note {
    font-size: 14px;
  }

  .contacts__name {
    font-size: 16px;
  }

  .contacts__text {
    font-size: 14px;
  }

  .card__slide {
    min-height: 440px;
  }

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

  .details__name {
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .details__value {
    font-size: 16px;
  }

  .products-list__title {
    font-size: 28px;
  }

  .products-list.card-page .products-list__slide {
    max-width: 320px;
  }

  .cart__item:nth-child(3) .custom-select__trigger {
    font-size: 13px;
  }

  .cart__item:nth-child(6) .cart__value {
    font-size: 13px;
  }

  .cart__item:nth-child(7) .cart__value .button {
    font-size: 13px;
  }

  .cart__name {
    font-size: 13px;
  }

  .cart__value, .cart__value .basket-item-amount-filed {
    font-size: 13px;
  }

  /*.cart__item:nth-child(4) .cart__value, .cart__item:nth-child(5) .cart__value {
    font-size: 11px;
  }*/

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

  .cart__btn {
    gap: 30px;
  }

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

@media (max-width: 1360.98px)and (any-hover: hover) {
  .submenu:hover .submenu__body {
    left: 280px;
  }
}

@media (min-width: 1111px) {
  .cart__items:not(.head) .cart__item .cart__name {
    display: none;
  }
}

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

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

  .cart__items::before {
    display: none;
  }

  .cart__item:nth-child(1) .cart__name {
    display: none;
  }

  .cart__item:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .cart__item:nth-child(2) .cart__name {
    display: none;
  }

  .cart__item:nth-child(2) .cart__value {
    font-size: 18px;
  }

  .cart__item:nth-child(3) .custom-select__trigger {
    font-size: 16px;
  }

  .cart__items.head {
    display: none;
  }

  .cart__item:nth-child(6) .cart__value {
    font-size: 16px;
  }

  .cart__item:nth-child(6) {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .cart__item:nth-child(7) .cart__value .button {
    font-size: 16px;
  }

  .cart__item:nth-child(7) .cart__value {
    -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;
    max-width: 100%;
  }

  .cart__item:nth-child(7) .cart__name {
    display: none;
  }

  .cart__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #dedede;
  }

  .cart__item:nth-child(1),
  .cart__item:nth-child(2),
  .cart__item:nth-child(3),
  .cart__item:nth-child(4),
  .cart__item:nth-child(5),
  .cart__item:nth-child(6),
  .cart__item:nth-child(7) {
    width: 100%;
  }

  .cart__item:nth-child(1) {
    border: none;
  }

  .cart__name {
    font-size: 16px;
    padding-bottom: 0;
  }

  .cart__value {
    font-size: 16px;
    padding-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

  .cart__btn .button {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 991.98px) {
  .header {
    max-width: 100%;
    position: absolute;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header::before {
    content: "";
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(32,32,32,.5);
            box-shadow: 0 4px 20px 0 rgba(32,32,32,.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 5;
  }

  .menu-open .header::before {
    opacity: .2;
  }

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

  .header__logo {
    z-index: 99;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    margin-bottom: 0;
  }

  .header__menu {
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 0;
  }

  .header-logo__text {
    display: none;
  }

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

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

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

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

  .menu__top {
    margin-bottom: 40px;
  }

  .menu__list {
    margin-bottom: 40px;
  }

  .submenu__body .menu__list {
    margin-bottom: 0;
  }

  .submenu__body .menu__item:first-of-type {
    display: none;
  }

  .menu__link {
    font-size: 16px;
    padding: 4px 20px;
  }

  .submenu__body .menu__link {
    padding: 4px 0;
    color: #509ea5;
  }

  .menu__link-icon span:last-child {
    font-size: 16px;
  }

  .menu__link-icon span:first-child svg {
    width: 24px;
  }

  .menu__contacts a span:first-child svg {
    width: 24px;
  }

  .menu__contacts a {
    font-size: 16px;
  }

  .menu__contacts {
    margin-top: 22px;
  }

  .menu__search {
    margin-top: 40px;
  }

  .submenu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4px 20px;
  }

  .submenu__body {
    position: static;
    width: 100%;
    height: 100%;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 4;
    padding: 0;
    margin-top: 5px;
    background: #fff;
  }

  .search input {
    font-size: 16px;
  }

  .search input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .search input::-moz-placeholder {
    font-size: 16px;
  }

  .search input:-ms-input-placeholder {
    font-size: 16px;
  }

  .search input::-ms-input-placeholder {
    font-size: 16px;
  }

  .search input::placeholder {
    font-size: 16px;
  }

  .search span,
  .search button {
    left: 25px;
  }

  .search button {
    height: 24px;
    left: auto;
    right: 25px;
    width: 24px;
  }

  .search {
    padding: 13px 25px;
  }

  .search span {
    height: 24px;
  }

  .search span svg {
    width: 24px;
    height: 24px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 16px;
    height: 12px;
    cursor: pointer;
    z-index: 5;
  }

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

  .icon-menu::before {
    top: .5px;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 1px);
  }

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

  .menu-open .icon-menu::before,
  .menu-open .icon-menu::after {
    background: #509ea5;
  }

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

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

  .footer {
    padding: 50px 0;
  }

  .footer__up {
    position: static;
    margin: 50px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-footer {
    padding-bottom: 50px;
  }

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

  .form-footer__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .form-footer__title {
    font-size: 32px;
  }

  .bottom-footer {
    padding: 50px 0;
  }

  .bottom-footer__logo {
    max-width: 320px;
  }

  .bottom-footer__items {
    gap: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .bottom-footer__item:nth-child(1),
  .bottom-footer__item:nth-child(2),
  .bottom-footer__item:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .bottom-footer__text {
    font-size: 16px;
  }

  .bottom-footer__text span {
    font-size: 16px;
  }

  .bottom-footer__text_link span {
    font-size: 16px;
  }

  .social .bottom-footer__text {
    font-size: 16px;
  }

  .info-footer {
    padding-top: 50px;
    -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;
  }

  .info-footer__text,
  .info-footer__links {
    font-size: 16px;
  }

  .info-footer__links {
    gap: 15px;
    -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;
    max-width: 100%;
  }

  .page-body {
    width: 100%;
  }

  .btn-block .button {
    display: none;
  }

  .btn-block.breadcrumbs {
    margin-top: 75px;
  }

  .breadcrumbs__list {
    scrollbar-width: thin;
    scrollbar-color: #509ea5 #d9d9d9;
  }

  .button {
    font-size: 16px;
    padding: 14px 15px;
  }

  .title-page {
    font-size: 38px;
  }

  .main__nav .main__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main__button-prev,
  .main__button-next {
    width: 50px;
    height: 50px;
  }

  .about {
    margin-bottom: 50px;
  }

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

  .about__item h2 {
    font-size: 32px;
  }

  .about__item p {
    font-size: 16px;
  }

  .about__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .products__items {
    gap: 10px;
  }

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

  .item-products__body {
    padding: 30px 30px 40px;
  }

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

  .item-products__img img {
    max-width: 290px;
  }

  .advantages {
    margin-bottom: 33px;
  }

  .advantages__name {
    font-size: 20px;
  }

  .advantages__num {
    font-size: 28px;
  }

  .advantages__img {
    max-width: 190px;
  }

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

  .advantages__pagination {
    display: none;
  }

  .advantages__button-prev,
  .advantages__button-next {
    width: 50px;
    height: 50px;
  }

  .consultation {
    padding: 50px 0;
  }

  .consultation__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }

  .consultation__name {
    font-size: 32px;
  }

  .consultation__img {
    display: none;
  }

  .form textarea {
    margin-top: 0;
  }

  .input-city, .input-company, .input-half {
    margin-top: 0;
  }

  .modal {
    width: 100%;
  }

  .modal__body {
    padding: 50px 20px;
  }

  .modal__close {
    top: 38px;
  }

  .file-upload {
    position: relative;
    margin-bottom: 30px;
  }

  .file-upload__label span {
    position: absolute;
    bottom: -25px;
  }

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

  .products.products-page .button {
    width: 100%;
    max-width: 360px;
    margin: 50px auto 0;
  }

  .advantages.products-page {
    margin-bottom: 50px;
    padding: 50px 0;
  }

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

  .img-block__btn {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .custom-select__options {
    right: 0;
    padding: 20px;
    min-width: 320px;
  }

  .custom-select.open .custom-select__options {
    top: 65px;
  }

  .filter__items {
    width: 320px;
    padding: 20px;
  }

  .filter.open .filter__items {
    top: 65px;
  }

  .filter__title {
    font-size: 16px;
  }

  .custom-checkbox__label {
    font-size: 14px;
  }

  .filter__btn span:nth-child(2),
  .filter__btn span:last-child,
  .custom-select__trigger span:nth-child(2),
  .custom-select__trigger span:last-child {
    display: none;
  }

  .filter__btn span,
  .custom-select__trigger span {
    z-index: 2;
  }

  .filter__btn,
  .custom-select__trigger {
    padding: 15px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 30px 0 rgba(32,32,32,.15);
            box-shadow: 0 4px 30px 0 rgba(32,32,32,.15);
    background: -webkit-gradient(linear, left top, right top, from(rgb(80, 158, 165)), to(rgb(96, 118, 180)));
    background: linear-gradient(90deg, rgb(80, 158, 165) 0%, rgb(96, 118, 180) 100%);
    position: relative;
  }

  .filter__btn::before,
  .custom-select__trigger::before {
    content: "";
    background: #fff;
    position: absolute;
    inset: 2px;
    border-radius: 9px;
  }

  .products-list {
    margin-bottom: 50px;
  }

  .products-list__filter {
    margin-bottom: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .products-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
            flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 15px);
  }

  .products-list__btns {
    margin-top: 50px;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .products-list__btns .button {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .products-list__nav ul {
    display: none;
  }

  .products-list__nav {
    width: 100%;
  }

  .list-products__name {
    font-size: 20px;
  }

  .advantages__text p {
    font-size: 16px;
  }

  .text-block {
    margin-bottom: 50px;
    padding: 50px 0;
  }

  .text-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .text-block__item:not(:last-child) {
    padding-bottom: 50px;
  }

  .text-block__title {
    font-size: 32px;
  }

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

  .about__text-big p {
    font-size: 20px;
  }

  .certificates__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
            flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 15px);
  }

  .certificates__item_big {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
            flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 15px);
  }

  .certificates__title {
    font-size: 32px;
  }

  .item-certificates__name {
    font-size: 18px;
  }

  .news__pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .item-news {
    padding: 20px;
  }

  .item-news__img img {
    height: 274px;
  }

  .item-news__name {
    font-size: 20px;
  }

  .item-news__text p {
    font-size: 16px;
  }

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

  .news-page h1 {
    font-size: 38px;
  }

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

  .news-page__img,
  .news-page__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .news-page__text p,
  .news-page__text a,
  .news-page__text li {
    font-size: 16px;
  }

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

  .news-page__nav a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .news-page__nav a:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .news-page__nav a:first-child span:nth-child(2),
  .news-page__nav a:last-child span:nth-child(2) {
    display: none;
  }

  .contacts {
    margin-bottom: 50px;
  }

  .contacts .title-page {
    margin-bottom: 50px;
  }

  .contacts .button {
    display: none;
  }

  .contacts__note {
    font-size: 16px;
  }

  .contacts__map {
    margin-bottom: 30px;
  }

  .contacts__name {
    font-size: 20px;
  }

  .contacts__text {
    font-size: 16px;
  }

  .news-page.card .button {
    margin: 50px auto 0;
    width: 100%;
    max-width: 360px;
  }

  .card__btns {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .card__button-prev,
  .card__button-next {
    position: static;
    translate: 0 0;
    border-color: #6076b4;
  }

  .card__button-prev svg path,
  .card__button-next svg path {
    stroke: #6076b4;
  }

  .card__pagination {
    display: none;
  }

  .modification__table {
    position: absolute;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    top: 80px;
    z-index: 5;
    -webkit-box-shadow: 0 4px 30px 0 rgba(32,32,32,.15);
            box-shadow: 0 4px 30px 0 rgba(32,32,32,.15);
  }

  .modification__table-block.open .modification__table {
    opacity: 1;
    top: 65px;
    visibility: visible;
  }

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

  .modification__btn {
    width: 100%;
    max-width: 360px;
    margin: 40px auto 0;
  }

  .table-fixed {
    display: none;
  }

  .table-scroll__button-prev,
  .table-scroll__button-next {
    display: none;
  }

  .table-scroll__scrollbar {
    margin-top: 20px;
    height: 4px;
    width: 100%;
    background: #fff;
  }

  .table-scroll__scrollbar .swiper-scrollbar-drag {
    background: #6076b4;
    height: 4px;
  }

  .products-list__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .products-list.card-page .products-list__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cart {
    margin-bottom: 50px;
  }

  .cart__item:nth-child(3) .custom-select__trigger span:nth-child(2),
  .cart__item:nth-child(3) .custom-select__trigger span:last-child {
    display: block;
  }

  .cart__item:nth-child(3) .custom-select__trigger {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .cart__item:nth-child(3) .custom-select__trigger::before {
    display: none;
  }

  .cart__value img {
    min-height: 220px;
  }

  .cart__bottom {
    gap: 20px;
  }

  .cart__note {
    padding: 20px;
  }
}

@media (max-width: 768.98px) {
  .main__slider:not(.swiper-initialized) .main__slide {
    min-width: initial;
  }
  .news-page__text h2 {
    font-size: 24px;
  }
  .main__pagination {
    display: none;
  }

  .products-list__items {
    gap: 10px;
  }

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

  .certificates__items {
    gap: 20px;
  }

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

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

  .certificates__title {
    margin-bottom: 10px;
  }

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

  .contacts__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }

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

  .card__slide {
    min-height: 360px;
  }
}

@media (max-width: 576.98px) {
  .products__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

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

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

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

  .input-city, .input-company, .input-half {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 450.98px) {
  .main .button {
    width: 100%;
  }

  .main__text {
    max-width: 100%;
  }

  .about__item .button {
    width: 100%;
  }
}

@media (max-width: 380.98px) {
  .form-footer__title {
    font-size: 25px;
  }

  .main__title {
    font-size: 28px;
  }

  .about__item h2 {
    font-size: 25px;
  }

  .consultation__name {
    font-size: 25px;
  }

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

  .file-upload__button.button {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .text-block__title {
    font-size: 25px;
  }

  .certificates__title {
    font-size: 25px;
  }

  .news-page h1 {
    font-size: 30px;
  }

  .products-list__title {
    font-size: 25px;
  }
}

@media (any-hover: hover) {
  .menu__link:hover::before {
    opacity: 1;
  }

  .menu__link:hover span svg path {
    stroke: #6076b4;
  }

  .submenu__body .menu__link:hover {
    color: #202020;
  }

  .submenu__body .menu__link:hover span svg path {
    stroke: #fff !important;
  }

  .menu__link-icon:hover::before {
    opacity: 1;
  }

  .menu__link-icon:hover span svg path {
    stroke: #6076b4;
  }

  .submenu:hover::before {
    opacity: 1;
  }

  .submenu:hover span svg path {
    stroke: #6076b4;
  }

  .submenu:hover .submenu__body {
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    /* left: 400px; */
  }

  .search:hover {
    background: #fff;
    border-color: #dedede;
  }

  .search:hover input::-webkit-input-placeholder {
    color: #202020;
  }

  .search:hover input::-moz-placeholder {
    color: #202020;
  }

  .search:hover input:-ms-input-placeholder {
    color: #202020;
  }

  .search:hover input::-ms-input-placeholder {
    color: #202020;
  }

  .search:hover input::placeholder {
    color: #202020;
  }

  .search:hover button svg path {
    stroke: #202020;
  }

  .footer a:hover,
  .bottom-footer__text_link span:hover {
    color: #6076b4;
  }

  .breadcrumbs__item:hover {
    color: #6076b4;
  }

  .button:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(32,32,32,.15);
            box-shadow: 0 10px 30px 0 rgba(32,32,32,.15);
  }

  .footer .button:hover,
  .main .button:hover {
    -webkit-box-shadow: 0 10px 30px 0 hsla(0,0%,100%,.15);
            box-shadow: 0 10px 30px 0 hsla(0,0%,100%,.15);
  }

  .item-products:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(32,32,32,.15);
            box-shadow: 0 10px 30px 0 rgba(32,32,32,.15);
    background: -webkit-gradient(linear, left top, right top, from(rgb(80, 158, 165)), to(rgb(96, 118, 180)));
    background: linear-gradient(90deg, rgb(80, 158, 165) 0%, rgb(96, 118, 180) 100%);
  }

  .item-products:hover .item-products__name {
    color: #6076b4;
  }

  .item-products:hover .item-products__img img {
    scale: .8;
  }

  .custom-select__option:hover::before, .custom-select__option.active::before {
    opacity: 1;
  }

  .products-list__nav ul li a:hover {
    color: #6076b4;
  }

  .list-products:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(32,32,32,.15);
            box-shadow: 0 10px 30px 0 rgba(32,32,32,.15);
  }

  .text-block__text a:hover {
    opacity: .6;
  }

  .item-certificates:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(32,32,32,.15);
            box-shadow: 0 10px 30px 0 rgba(32,32,32,.15);
  }

  .news__pagination ul li a:hover {
    color: #6076b4;
  }

  .news__pagination ul li:first-child a:hover,
  .news__pagination ul li:last-child a:hover {
    border-color: #6076b4;
  }

  .news__pagination ul li:first-child a:hover svg path,
  .news__pagination ul li:last-child a:hover svg path {
    stroke: #6076b4;
  }

  .item-news:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(32,32,32,.15);
            box-shadow: 0 10px 30px 0 rgba(32,32,32,.15);
  }

  .news-page__text a:hover {
    opacity: .6;
  }

  .news-page__nav a:hover {
    color: #6076b4;
  }

  .contacts__text_link a:hover {
    color: #6076b4;
  }

  .modification__list li:hover {
    color: #6076b4;
  }
}
.sitemap {
  line-height: 1.5;
}
.pagination .disabled a, .pagination .active a {
  pointer-events: none;
}
.about .about__item a {
    color: #6076b4;
}
.about .about__item a:hover {
    color: inherit;
}

.search-item {
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: 1px solid;
}
.search-item h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    margin: 1em 0 0;
}
.search-preview {
    margin: 0.5em 0;
    font-size: 14px;
}
.tablebodytext {
  display: none;
}
.news-page__text {
  line-height: 1.4;
}
.news-page__text p,
.news-page__text ul,
.news-page__text table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-page__text ul li {
  margin-bottom: 10px;
}
.news-page__text td {
  padding: 10px;
  border: 1px solid ;
}