

/* Start:/local/templates/main/assets/css/style.css?1755788672254724*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap');

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

:root {
  --ff: "Manrope", sans-serif;

  --accent-color: #005E9E;
  --light-gray: #F9F9F9;
  --black-gray: #1F1F1F;
  --gray-color: #707070;
}

input,
button {
  -webkit-appearance: none;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html {
  scroll-behavior: smooth;
}

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

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

body {
  overflow-x: hidden;
  font-display: swap;
}

button {
  cursor: pointer !important;
  background: none;
}

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

button,
a {
  cursor: pointer !important;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.bx-panel-button&gt;.bx-panel-button-inner&gt;#bx_topmenu_btn_eshop_wizard {
  display: none !important;
}

.bx-panel-button&gt;.bx-panel-button-inner&gt;#bx_topmenu_btn_eshop_wizard_menu {
  display: none !important;
}

.page-card_bottom_right&gt;p {
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--black-gray);

}

.article_bottom&gt;p {
  color: var(--gray-color);
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 170%;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slider__left-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.slick-slide img {
  display: block;
  width: 80%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.85)),
      color-stop(50%, rgba(0, 0, 0, 0.3)),
      color-stop(65%, rgba(0, 0, 0, 0.15)),
      color-stop(75.5%, rgba(0, 0, 0, 0.075)),
      color-stop(82.85%, rgba(0, 0, 0, 0.037)),
      color-stop(88%, rgba(0, 0, 0, 0.019)),
      to(#000000));
  background: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      #000000 100%);
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      #000000 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: #000000;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--ff);
  font-size: 1px;
}

* {
  font-family: var(--ff);
}

.d {
  height: 2000px;
}

.buttons__left {
  z-index: 106;
  position: fixed;
  top: 50%;
  right: 0%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.buttons__left.act {
  right: 0%;
  z-index: 100;
  display: block;
}

.buttons__left-item {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 121px;
  height: 125px;
  background: #fafbfb;
  -webkit-box-shadow: 0px 4px 8px rgba(77, 80, 85, 0.05);
  box-shadow: 0px 4px 8px rgba(77, 80, 85, 0.05);
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

.buttons__left-item:hover {
  background-color: var(--accent-color);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: white;
}

.buttons__left-item svg {
  margin-bottom: 12px;
}

.buttons__left-item svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.buttons__left-item-text {
  font-weight: 500;
  font-size: 14em;
  line-height: 130%;
  text-align: center;
  color: var(--gray-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 97px;
  width: 100%;
}

.buttons__left-item:hover .buttons__left-item-text {
  color: #fff;
}

.buttons__left-item:hover svg&gt;path {
  stroke: #fff;
}

.modal {
  background: rgba(239, 248, 252, 0.95);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: none;
  position: fixed;
  padding: 50px 0px;
  bottom: -100%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}

.modal.active {
  display: block;
  bottom: 0;
}

.modal__close {
  position: absolute;
  top: 18px;
  right: 19px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal__close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: var(--gray-color);
}

.modal__buttons {
  padding-top: 25px;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 5px;
}

.modal__btn {
  max-width: 122px;
  width: 100%;
  height: 36px;
  font-style: normal;
  font-weight: 600;
  font-size: 12em;
  line-height: 130%;
  background: var(--accent-color);
  border-radius: 6px;
}

.modal__btn:first-child {
  color: #fff;
}

.modal__btn:last-child {
  color: #fff;
}

.wrapper {
  overflow-y: hidden;
}

.wrapper.active {
  overflow-y: scroll;
}

body {
  overflow-y: scroll;
}

.wrapper {
  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: 100%;
  position: relative;
}

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

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.title {
  font-weight: 800;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-gray);
}

.title--disabled {
  display: none;
}

.title__main {
  font-size: 36em;
}

.title__big {
  font-size: 56em;
}

.title__midle {
  font-style: normal;
  font-weight: 800;
  font-size: 24em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--accent-color);
}

.text__main {
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
}

.text_black {
  color: var(--black-gray);
}

.btn {
  font-family: var(--ff);
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn--disabled {
  display: none!important;
}

.btn_main {
  font-style: normal;
  font-weight: 600;
  font-size: 16em;
  line-height: 130%;
}

.btn:hover {
  background: #00497b;
}

.btn:active {
  background: #003d66;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #efefef;
}

.read-all-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--accent-color);
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.read-all-btn svg {
  margin-left: 9.25px;
}

.header {
  background: #fff;
}

.header__top {
  padding: 17px 0px 21px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
}

.header__catalog, .header__catalog-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 16em;
}

.header__catalog {
  display: none;
}

.header__catalog-link  {
  display: flex;
}

.header__catalog-text {
  font-weight: 500;
  font-size: 16px;
}

.header__input-btn {
  display: block;
  left: 23px;
}

.header__input-btn.active {
  position: absolute;
  right: 10%;
}

.header__bascet {
  display: none;
}

.header__catalog-line {
  font-size: 1px;
  width: 19em;
  height: 14px;
  margin-right: 12px;
  position: relative;
}

.header__catalog-line span {
  display: inline-block;
  width: 19px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;

  transform: translateY(-50%);

  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__catalog-line span::before,
.header__catalog-line span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.header__catalog-line span::before {
  top: -6px;
  left: 0;
}

.header__catalog-line span::after {
  top: 6px;
  left: 0;
}

.header__catalog.active .header__catalog-line span {
  background-color: inherit;
}

.header__catalog.active .header__catalog-line span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__catalog.active .header__catalog-line span::after {
  top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__input {
  max-width: 517px;
  width: 100%;
  height: 56px;
  background: var(--light-gray);
  border-radius: 6px;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--black-gray);
  padding-left: 70px;
}

.header__input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--gray-color);
  opacity: 0.5;
}

.header__input::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--gray-color);
  opacity: 0.5;
}

.header__input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--gray-color);
  opacity: 0.5;
}

.header__input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--gray-color);
  opacity: 0.5;
}

.header__input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--gray-color);
  opacity: 0.5;
}

.header__input.active {
  max-width: 100%;
  width: 100%;
  display: block;
  margin-top: 0px;
}

.header__bascet {
  display: none;
}

.header__input-btn {
  display: block;
  position: absolute;
  left: 470px;
  top: 50%;
  transform: translateY(-50%);
}

.header__basket {
  display: none;
}

.header__back-call {
  font-size: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 37px;
  border-right: 1px solid #efefef;
}

.header__search {
  display: none;
}

.header__back-call-link,
.header__city-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
  color: var(--accent-color);
  padding-bottom: 6px;
}

.header__back-call-text {
  border-bottom: 1px solid rgba(112, 112, 112, 0.7);
}

.footer__item-link {
  transition: all 0.3s ease;
  position: relative;
}

.footer__item-link::before {
  content: "";
  position: absolute;
  bottom: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.footer__item-link:hover::before {
  width: 100%;
}

.header__back-call-text,
.header__city-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 93.5%;
  text-align: right;
  color: rgba(112, 112, 112, 0.7);
}

.header__city-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header__city-btn p,
.header__city-btn span {
  border-bottom: 1px solid rgba(112, 112, 112, 0.7);
}

.header__city {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 32px;
}

.header__city-btn svg {
  margin-left: 7.5px;
}

.header__bottom {
  transition: all .3s ease;
}

.header__bottom.fix {
  margin-top: -135x;
  z-index: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  background: none;
}

.header__bottom {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header__bottom-buttons {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 72px;
}

.header__bottom-buttons svg {
  margin-right: 9px;
}

.header__bttom-btn {
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: rgba(112, 112, 112, 0.7);
  font-size: 16em;

}

.header__bttom-btn:hover a {
  color: var(--accent-color);
}

.header__bttom-btn a {
  color: rgba(112, 112, 112, 0.7);
}

.catalog {
  position: absolute;
  opacity: 0;
  top: 100px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: -100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.catalog__btn-main {
  width: 100%;
  background-color: var(--accent-color);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: white;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 16px 20px 18px;
  margin: 20px 0px;
  display: none;
}

.catalog__btn-main svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog__btn-main.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog.active {
  opacity: 1;
  left: 0%;
  padding-bottom: 100px;
  overflow-y: scroll;
  height: 100%;
}

.catalog__inner {
  overflow-y: scroll;
  height: 99%;
}

.catalog__inner::-webkit-scrollbar {
  opacity: 0;
}

.catalog.active::-webkit-scrollbar {
  opacity: 0;
}

.catalog {
  height: max-content;
}

.catalog__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  catalog__list grid-template-columns: 100px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 22px;
  height: fit-content;
  page-break-inside: avoid;
  break-inside: avoid-column;
  margin-bottom: 30px;
}

.catalog__inner.active {
  -webkit-animation-name: inner;
  animation-name: inner;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.catalog__list {
  margin-left: 20px;
}

.catalog__list-title {
  color: var(--accent-color);
  font-weight: 600;
}

.catalog__list:first-child {
  background-color: #000;
}

.catalog__list-item,
.catalog__list-item-top {
  font-style: normal;
  font-weight: 400;
  font-size: 16em;
  line-height: 130%;
  margin-bottom: 15px;
}

.catalog__list-item:first-child,
.catalog__list-item-top:first-child {
  margin-bottom: 13px;
}

.catalog__list-item a,
.catalog__list-item-top a {
  color: var(--black-gray);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog__list-item:hover a,
.catalog__list-item-top:hover a {
  color: var(--accent-color);
}

.catalog-acordion__top {
  font-weight: 400;
  font-size: 16em;
  line-height: 130%;
  color: var(--black-gray);
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.catalog-acordion__top::before {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 3px;
  height: 100%;
  background-color: var(--accent-color);
}

.catalog-acordion__top::after {
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(1.27%, #f7fcff),
      to(#f7fcff));
  background: -o-linear-gradient(left,
      #f7fcff 1.27%,
      #f7fcff 100%);
  background: linear-gradient(90deg,
      #f7fcff 1.27%,
      #f7fcff 100%);
  height: 100%;
  width: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: -10.5px;
  z-index: 1;
}

.catalog-acordion__top svg {
  margin-left: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-acordion__list {
  padding-left: 32px;
}

.catalog-acordion__body {
  margin-bottom: 22px;
}

.catalog-acordion__item {
  font-style: normal;
  font-weight: 400;
  font-size: 16em;
  line-height: 130%;
  margin-bottom: 16px;
  opacity: 0;
}

.catalog-acordion__item:last-child {
  margin-bottom: 0px;
}

.catalog-acordion__item a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(31, 31, 31, 0.8);
}

.catalog-acordion__item a:hover {
  color: rgba(0, 94, 158, 0.8);
}

.catalog-acordion__body {
  display: none;
}

.catalog__acordion.active .catalog-acordion__body {
  display: block;
}

.catalog__acordion.active .catalog-acordion__item {
  -webkit-animation-name: acordionText;
  animation-name: acordionText;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.catalog__acordion.active .catalog-acordion__top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog__acordion.active .catalog-acordion__top {
  padding: 8px 0px;
  border-color: var(--accent-color);
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(1.27%, #f7fcff),
      to(#f7fcff));
  background: -o-linear-gradient(left,
      #f7fcff 1.27%,
      #f7fcff 100%);
  background: linear-gradient(90deg,
      #f7fcff 1.27%,
      #f7fcff 100%);
}

.catalog__acordion.active .catalog-acordion__top::before {
  display: block;
}

.catalog .slider__left {
  display: none;
}

.catalog__btn-btn {
  display: none;
}

@-webkit-keyframes inner {
  0% {
    display: grid;
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes inner {
  0% {
    display: -ms-grid;
    display: grid;
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes acordionText {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes acordionText {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.menu__link {
  font-style: normal;
  font-weight: 400;
  font-size: 16em;
  line-height: 130%;
  color: var(--black-gray);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__link:hover {
  color: var(--accent-color);
}

.footer {
  background-color: #3b3d3f;
  padding: 24px 0px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 23px;
}

.footer__left {
  margin-right: 60px;
}

.footer__list {
  margin-top: 12.5px;
}

.footer__list_one {
  margin-right: 248px;
}

.footer__list_two {
  margin-right: 264px;
}

.footer__right {
  margin-top: 10px;
}

.footer__right-item .header__back-call-link,
.header__city-text {
  margin-bottom: 8px;
}

.footer__logo {
  display: inline-block;
  padding-bottom: 22px;
}

.footer__dowload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-style: normal;
  font-weight: 400;
  font-size: 16em;
  line-height: 130%;
  color: #fff;
  padding-bottom: 25px;
  gap: 8px;
}

.footer__dowload-text {
  color: rgba(255, 255, 255, 0.7);
}

.footer__dowload-text svg {
  margin-right: 11px;
}

.footer__dowload-link {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 95%;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.footer__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  opacity: 0.5;
  max-width: 299px;
  width: 100%;
  text-align: left;
}

.footer__item {
  margin-bottom: 30px;
}

.footer__item-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16em;
  line-height: 130%;
  color: #fff;
}

.footer .header__city {
  padding-right: 0px;
  border-right: none;
}

.footer .header__city-text,
.footer .header__city-btn {
  color: #fff;
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__right-link {
  font-style: normal;
  font-weight: 700;
  font-size: 18em;
  line-height: 130%;
  color: white;
  margin-bottom: 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  transition: all 0.3s ease;
  flex-direction: row;
}

.footer__right-link:hover {
  opacity: 0.5;
}

.footer__right-link svg {
  margin-right: 15px;
}

.footer__right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer__right-item svg {
  margin-right: 15px;
  margin-top: 5px;
}

.footer__bottom {
  padding-top: 37px;
  padding-bottom: 25px;
}

.footer__bottom-list {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer__bottom-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16em;
  line-height: 100%;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}

.footer__bottom-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

.footer__bottom-link::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.footer__bottom-link:hover::before {
  width: 100%;
}

.footer__media {
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 50px;
}

.footer__media .line {
  margin-bottom: 26px;
}

.page-top {
  margin: 7px 0px 98px;

  position: relative;
  left: 13px;
}

.page-top__title {
  max-width: 928px;
  width: 100%;
}

.page-top__box {
  margin-top: 29px;
}

.page-top__title-company {
  margin-top: 18px;
}

.page-top__inner {
  position: relative;
}

.page-top__slider {
  height: 500px;
  margin-bottom: 21px;
  cursor: -webkit-grab;
  cursor: grab;
}

.page-top__slide {
  width: 100%;
  height: 500px;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: flex !important;
}

.page-top__slide-title {
  margin-bottom: 15px;
}

.page-top__slide-title_bg {
  background-color: var(--accent-color);
  color: white;
  padding: 0px 14px;
  border-radius: 8px;
}

.page-top__slide-text {
  font-style: normal;
  font-weight: 500;
  font-size: 20em;
  line-height: 130%;
  letter-spacing: 0.02em;
  width: 100%;
  margin-bottom: 18px;
}

.page-top__slide-btn {
  width: 100%;
  padding: 0 10px;
  height: 53px;
  font-size: 16em;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 450px) {
  .page-top__slide-btn {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}

.page-top__slide-btn svg {
  margin-top: 2px;
  margin-left: 9px;
}

.page-top .prevArrow,
.page-top .nextArrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.page-top .prevArrow {
  left: 19px;
  z-index: 10;
}

.page-top .nextArrow {
  right: 19px;
}

.page-top .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 173px;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}

.page-top .slick-dots li {
  font-size: 0px;
  color: none;
  width: 30px;
  height: 2px;
  border-radius: 8px;
  background-color: #929292;
  cursor: pointer;
}

.page-top .slick-dots li button {
  font-size: 0px;
}

.page-top .slick-dots li.slick-active {
  background-color: var(--accent-color);
}

.page-top .slick-dots li.slick-active button {
  display: none !important;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  position: absolute;
  top: -15px;
  left: 102%;
  color: var(--black-gray);
}

.page-top__slider-count {
  display: none !important;
  position: absolute;
  top: 435px;
  font-style: normal;
  font-weight: 600;
  font-size: 14em;
  line-height: 130%;
}

.page-top__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 335px)) [4];
  grid-template-columns: repeat(4, minmax(250px, 339px));
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 14px;
}

.page-top__list-item {
  height: 104px;
  background: -o-linear-gradient(353.09deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
  background: linear-gradient(96.91deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
  border-radius: 10px;
}

.page-top__list-item svg {
  margin-right: 26px;
}

.page-top__list-item {
  font-style: normal;
  font-weight: 400;
  font-size: 18em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-gray);
  padding: 0px 44px;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-top__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  font-size: 16em;
  gap: 7px;
  color: var(--accent-color);
  margin: 13px 0px 32px;
}

.category {
  margin-bottom: 71px;
}

.category__title {
  margin-bottom: 70px;
}

.category__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (333px) [4];
  grid-template-columns: repeat(4, 333px);
  -ms-grid-rows: (337px) [2];
  grid-template-rows: repeat(2, 337px);
  grid-auto-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  margin-bottom: 26px;
}

.category__item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  color: var(--black-gray);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.category__bg {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  color: var(--black-gray);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.category__item:first-child {
  /* -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2; */
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}

.category__item:first-child .category__item-title {
  max-width: 261px;
  width: 100%;
}

.category__item:first-child {
  position: relative;
}

.category__item:first-child picture img,
.category__item:first-child picture source {
  object-fit: contain;
  margin: 0;
}

.category__item:first-child picture {
  margin-left: 0;
  margin-right: 0px;
  margin-top: 10px;
  max-width: 369px;
  width: 100%;
  height: 250px;
}

.category__item:nth-child(2) {
  background-repeat: no-repeat;
}

.category__item:nth-child(2) picture,
.category__item:nth-child(3) picture,
.category__item:nth-child(4) picture,
.category__item:nth-child(5) picture,
.category__item picture {
  width: 260px;
  height: 205px;
  margin: 10px auto 0px auto;
}

.category__item:nth-child(2) picture source,
.category__item:nth-child(2) picture img,
.category__item:nth-child(3) picture img,
.category__item:nth-child(3) picture source,
.category__item:nth-child(4) picture img,
.category__item:nth-child(4) picture source,
.category__item:nth-child(5) picture img,
.category__item:nth-child(5) picture source,
.category__item:nth-child(6) picture img,
.category__item:nth-child(6) picture source,
.category__item picture img,
.category__item picture source {
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  object-fit: contain;
}

.category__item:nth-child(6) picture {
  margin: 0;
  padding: 0;
  width: 340px;
  height: 205px;
  margin-top: 10px;
  margin-right: 37px;
  margin-left: auto;
}

.category__item:nth-child(3) {
  background-repeat: no-repeat;
  background-position: 50% bottom;
}

.category__item:nth-child(4) {
  background-repeat: no-repeat;
}

/* .category__item:nth-child(6) {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: -4;
  grid-column-end: -1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
} */

.category__item-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 2;
}

.category__item-btn span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--accent-color);
  border-radius: 50%;
  position: relative;
}

.category__item-btn span::before,
.category__item-btn span::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--accent-color);
  border-radius: 50%;
  left: 0;
}

.category__item-btn span::before {
  top: -7px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category__item-btn span::after {
  top: 7px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category__item-btn.active span,
.category__item-btn.active span::before,
.category__item-btn.active span::after {
  z-index: 1000;
  background-color: #fff;
  width: 16px;
  border-radius: 10px;
  height: 2px;
}

.category__item-btn.active {
  z-index: 1000;
  top: 10px;
  right: 0px;
}

.category__item-btn.active span {
  background-color: inherit;
}

.category__item-btn.active span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.category__item-btn.active span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}

.category__item-content {
  width: 100%;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0px 25px 33px 18px;
}

.category__item-title {
  max-width: 80%;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 20em;
  line-height: 130%;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category__btn {
  max-width: 168px;
  width: 100%;
  height: 53px;
  margin: 0 auto;
  font-size: 16em;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  left: -2px;
}

.category__item-info {
  background: rgba(0, 94, 158, 0.91);
  border-radius: 10px;
  top: -100%;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 43px 20px 64px 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category__item-info-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category__item-close {
  position: absolute;
  top: 18px;
  right: 15px;
}

.category__item.active .category__item-info {
  top: 0%;
  opacity: 1;
}

.category__item.active .category__content-link {
  z-index: 1000;
}

.category__item.active .category__content-link svg&gt;path {
  stroke: #fff;
}

.novelty {
  padding: 99px 0px 54px;
  margin-bottom: 77px;
  background: -o-linear-gradient(353.09deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
  background: linear-gradient(96.91deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
  position: relative;
}

.novelty__list {
  position: relative;
}

.novelty .novelty__title {
  margin-bottom: 37px;
}

.novelty__inner {
  overflow-x: scroll;
}

.novelty__inner::-webkit-scrollbar {
  opacity: 0;
}

.novelty__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  height: 415px;
  padding: 40px 12px 20px 12px;
}

.novelty__item-content {
  width: 100%;
}

.novelty .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 9px 12px 20px 12px;
}

.novelty__item-top {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: var(--gray-color);
  margin: 50px 0px 19px;
  width: 100%;
  gap: 6px;
}

.novelty__item-availability {
  padding-left: 22px;
  position: relative;
}

.novelty__item-availability::before {
  top: 1px;
  left: 0;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff4747;
}

.novelty__item-availability.active::before {
  background-color: #55e084;
}

.novelty__item-text {
  display: none;
}

.novelty__item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 21em;
  line-height: 130%;
  color: var(--black-gray);
  margin-bottom: 9px;
  display: block;
}

.novelty__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
  color: var(--gray-color);
  margin-bottom: 31px;
  padding: 0px 10px;
}

.novelty__item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.novelty__item-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 14em;
  line-height: 130%;
  color: var(--black-gray);
  width: 148px;
  height: 46px;
  border: 1px solid var(--accent-color);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 37px;
}

.novelty__list .swiper-slide {
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  height: auto;
}

.novelty__item-btn svg {
  margin-right: 12px;
}

.novelty__item-btn svg&gt;path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.novelty__item-btn:hover {
  background-color: var(--accent-color);
  color: white;
}

.novelty__item-btn:active {
  background-color: #003d66;
}

.novelty__item-btn:hover svg&gt;path {
  stroke: #fff;
}

.novelty__item-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14em;
  line-height: 130%;
  color: var(--black-gray);
  display: flex;
  flex-direction: column;
}

.novelty__item-buttons {
  position: relative;
}

.novelty__item-link::after {
  content: "";
  bottom: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--accent-color);
  transition: all 0.3s ease;
}

.novelty__item-link:hover::after {
  width: 78px;
}

.novelty__before-scroll {
  width: 1305px;
  overflow-x: scroll;
}

.novelty__before-scroll::-webkit-scrollbar {
  background-color: #ebebeb;
  height: 4px;
  border-radius: 20px;
}

.novelty__before-scroll::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
  border-radius: 20px;
  max-width: 200px !important;
  width: 100%;
}

.novelty__before-div {
  height: 1px;
}

.novelty__content {
  position: relative;
}

.novelty__scroll-buttons {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.novelty__scroll-left.hidden {
  opacity: 0.7;
}

.novelty__scroll-right.hidden {
  opacity: 0.7;
}

.news {
  margin-bottom: 35px;
  background-color: #fff;
}

.news__title {
  padding-bottom: 25px;
}

.news__top {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 55px;
}

.news__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 9px;
}

.news__filter-btn {
  width: 101px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 5px;
  color: var(--accent-color);
  background-color: rgba(0, 94, 158, 0.05);
}

.news__filter-btn.mixitup-control-active {
  background-color: var(--accent-color);
  color: #fff;
}

.news__list {
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.news__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 335px;
  flex: 0 0 335px;
  position: relative;
}

.news__slide-img {
  border-radius: 10px;
  height: 252px;
  object-fit: cover;
}

.news__slide-img&gt;img,
.news__slide-img&gt;source {
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
}

.swiper2&gt;.swiper-wrapper&gt;.swiper-slide&gt;picture {
  border-radius: 10px;
  height: 252px;
  object-fit: cover;
}

.swiper2&gt;.swiper-wrapper&gt;.swiper-slide&gt;picture&gt;img,
.swiper2&gt;.swiper-wrapper&gt;.swiper-slide&gt;picture&gt;source {
  border-radius: 10px;
  height: 252px;
  object-fit: cover;
}

.news__inner {
  position: relative;
  margin-bottom: 34px;
}

.news .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news .swiper-button-prev2::after {
  content: url(/local/templates/main/assets/css/../images/novelty/arrow-left.svg) !important;
}

.news .swiper-button-next2::after {
  content: url(/local/templates/main/assets/css/../images/novelty/arrow-right.svg) !important;
}

.news .swiper-button-next2 {
  position: absolute;
  top: 96% !important;
  right: 3px !important;
}

.news .swiper-button-prev2 {
  position: absolute;
  right: 40px !important;
  left: auto;
  top: 96% !important;
}

.news__slide-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18em;
  line-height: 130%;
  color: var(--black-gray);
  margin-top: 21px;
  max-width: 275px;
  width: 100%;
  overflow: hidden;
  text-wrap: wrap;
}

.news__slide-text {
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
  color: var(--gray-color);
  max-width: 335px;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news__slide-link {
  display: inline-block;
  margin-top: 11px;
  font-style: normal;
  font-weight: 500;
  font-size: 16em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--accent-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.news__slide-link svg {
  margin-left: 12px;
}

.news__slide-date {
  color: var(--accent-color);
  position: absolute;
  top: 0;
  z-index: 10;
  left: 17px;
  width: 143px;
  height: 35px;
  background-color: #EEECEA;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: center;
  border: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.news__slide-date p {
	display:inline-block;
}
.news__slide-num {
  font-style: normal;
  font-weight: 600;
  font-size: 18em;
  line-height: 130%;
}

.news__slide-mount {
  font-style: normal;
  font-weight: 600;
  font-size: 12em;
  line-height: 130%;
}

.news__slide-year {
  font-style: normal;
  font-weight: 600;
  font-size: 10em;
  line-height: 130%;
}

.news .swiper-slide picture,
.news .swiper-slide img {
  max-width: 100% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 20px;
}

.news__card .main_photo {
  max-width: 459px;
  width: 100%;
  height: 341px;
}

.news__card picture &gt; source,
.news__card picture &gt; img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__card-content {
  margin-left: 21px;
  width: 450px;
  margin-right: 10px;
}

.news__card-date {
  font-style: normal;
  font-weight: 600;
  color: var(--accent-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 17px;
}

.news__card-num {
  font-size: 18em;
}

.news__card-mount {
  font-size: 12em;
}

.news__card-year {
  font-size: 10em;
}

.news__card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 22em;
  line-height: 130%;
  color: var(--black-gray);
  max-width: 448px;
  width: 100%;
  margin-bottom: 16px;
}

.news__card-text {
  color: var(--gray-color);
  max-width: 450px;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 31px;
}

.news__card-link {
  font-weight: 500;
  font-size: 16em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--accent-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.news__card-link svg {
  margin-left: 11px;
}

.about {
  padding: 38px 0px 113px;
  background: url(/local/templates/main/assets/css/../images/bg-decor/q5.svg) 50% 0%,
    linear-gradient(96.91deg, var(--light-gray) 0.45%, #fcfcfc 0.46%, #fafafb 100.73%);
  background: url(/local/templates/main/assets/css/../images/qs-bg-about-company.png);
  background-repeat: no-repeat;
  overflow: hidden;
}

.about__inner {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about__title {
  margin-bottom: 23px;
}

.about__text {
  max-width: 677px;
  width: 100%;
  margin-bottom: 23px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-gray);
}

.about__link {
  font-style: normal;
  font-weight: 500;
  font-size: 16em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--accent-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about__link svg {
  margin-left: 10px;
}

.about__list {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 9px;
}

.about__item {
  max-width: 173px;
}

.about__item-title {
  font-style: normal;
  font-weight: 800;
  font-size: 40em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--accent-color);
}

.about__item-title mark {
  font-size: 14px;
  background: none;
  color: var(--accent-color);
}

.about__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-gray);
}

.about__image {
  border-radius: 10px;
}

.about__image_big {
  max-width: 349px;
  width: 100%;
  height: 480px;
}

.about__image_min {
  max-width: 268px;
  width: 100%;
  height: 356px;
}

.about__right {
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 27px;
}

.company {
  margin-bottom: 90px;
  padding-top: 82px;
  padding-bottom: 123px;
  background: -o-linear-gradient(353.09deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
  background: linear-gradient(96.91deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
}

.company__title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 73px;
  cursor: pointer;
}

.company__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (335px) [4];
  grid-template-columns: repeat(4, 335px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 21px;
  grid-row-gap: 12px;
}

.company__item {
  height: 108px;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#ffffff),
      to(#ffffff)),
    #fffbfb;
  background: -o-linear-gradient(bottom, #ffffff, #ffffff), #fffbfb;
  background: linear-gradient(0deg, #ffffff, #ffffff), #fffbfb;
  opacity: 0.7;
}

.company__item&gt;.callback_analog&gt;picture&gt;img {
  width: 230px;
  height: 55px;
  object-fit: contain;
}

.company__item:hover {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#ffffff),
      to(#ffffff)),
    #fff;
  background: -o-linear-gradient(bottom,
      #ffffff 0%,
      #ffffff 100%),
    #fff;
  background: linear-gradient(0deg,
      #ffffff 0%,
      #ffffff 100%),
    #fff;
  opacity: 1;
}

.company__item a {
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.company svg {
  width: 0;
  margin-left: 32px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.company__item:hover svg {
  opacity: 1;
  width: 13.5px;
}

.company__item-btn {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--accent-color);
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: normal;
  font-weight: 600;
  font-size: 14em;
  line-height: 130%;
  letter-spacing: 0.01em;
  height: 108px;
  color: var(--accent-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.company__item-btn svg {
  opacity: 1;
  width: 13.5px;
  margin-left: 8px;
  display: block;
}

.company__item-btn:hover {
  border-color: #00497b;
}

.company__item-btn:active {
  border-color: #003d66;
}

.certificates.certificates-index-page {
  margin-bottom: 99px;
}

.certificates__title {
  margin-bottom: 76px;
  margin-bottom: 54px;
  padding-left: 15px;
}

.certificates__slider {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 52px;
  margin-bottom: 50px;
}

.certificates__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 304px;
  flex: 0 0 304px;
}

.certificates__inner {
  position: relative;
  margin-left: 15px;
}

.certificates__inner .swiper-scrollbar {
  margin-top: 63px;
}

.certificates__content {
  height: auto;
}

.certificates__slide-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-gray);

  display: block;
  max-width: 80%;
}

.certificates__slide-text mark {
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 4px;
  padding: 0px 1px;
}

.certificates__slide-img {
  max-width: 304px;
  width: 100%;
  height: 429px;
  -o-object-fit: cover;
  object-fit: cover;
}

.certificates .swiper3 {
  overflow: hidden;
}

.certificates .swiper-button-prev3::after {
  content: url(/local/templates/main/assets/css/../images/novelty/arrow-left.svg) !important;
}

.certificates .swiper-button-next3::after {
  content: url(/local/templates/main/assets/css/../images/novelty/arrow-right.svg) !important;
}

.certificates .swiper-button-next3 {
  position: absolute;
  top: 96% !important;
  right: 3px !important;
}

.certificates .swiper-button-prev3 {
  position: absolute;
  right: 40px !important;
  left: auto;
  top: 96% !important;
}

.certificates__link {
  display: none;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--accent-color);
  letter-spacing: 0.01em;
  margin-top: 19px;
}

.certificates__link svg {
  margin-left: 8.25px;
}

.questions {
  margin-bottom: 52px;
}

.questions__inner {
  background: url(/local/templates/main/assets/css/../images/bg-decor/img5.png);
  background-repeat: no-repeat;
  min-height: 412px;
  height: auto;
  border-radius: 10px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.questions__content {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  max-width: 100%;
  width: 100%;
  padding-inline: 100px;
  padding-top: 54px;
  justify-content: flex-start;
}

.questions__left {
  margin-right: 127px;
}

.questions__title {
  margin-bottom: 12px;
}

.questions__text {
  max-width: 350px;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.questions__box {
  margin-top: 36px;
}

.questions__box-text {
  font-weight: 500;
  color: var(--accent-color);
  margin-bottom: 6px;
}

.questions__box-link {
  font-style: normal;
  font-weight: 700;
  font-size: 28em;
  line-height: 130%;
  text-align: right;
  color: var(--accent-color);
}

.questions__form-item {
  width: 560px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0px 19px;
}

.questions__form-item.disable {
  -webkit-box-shadow: 0px 0px 3px 3px rgba(255, 110, 108, 0.2);
  box-shadow: 0px 0px 3px 3px rgba(255, 110, 108, 0.2);
}

.questions__form-input {
  height: 21px;
  font-size: 16px;
  padding-left: 20px;
  border-left: 1px solid var(--accent-color);
  font-family: var(--ff);
}

.questions__form-input::-webkit-input-placeholder {
  font-family: var(--ff);
  color: rgba(31, 31, 31, 0.7);
}

.questions__form-input::-moz-placeholder {
  font-family: var(--ff);
  color: rgba(31, 31, 31, 0.7);
}

.questions__form-input:-ms-input-placeholder {
  font-family: var(--ff);
  color: rgba(31, 31, 31, 0.7);
}

.questions__form-input::-ms-input-placeholder {
  font-family: var(--ff);
  color: rgba(31, 31, 31, 0.7);
}

.questions__form-input::placeholder {
  font-family: var(--ff);
  color: rgba(31, 31, 31, 0.7);
}

.questions__form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
}

.questions__form-text {
  font-style: normal;
  font-weight: 500;
  font-size: 12em;
  line-height: 130%;
  color: var(--gray-color);
  max-width: 348px;
}

.questions__form-btn {
  height: 62px;
  width: 179px;
  font-size: 16em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.questions__form-btn:hover {
  background: #00497b;
  cursor: pointer;
}

.questions__form-btn:active {
  background: #003d66;
}

.questions__modal {
  position: fixed;
  top: 430px;
  left: 50%;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  max-width: 809px;
  width: 100%;
  padding: 44px 28px 0px 28px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 10000px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 0px 0px 10000px rgba(153, 153, 153, 0.2);
}

.questions__modal.disable {
  display: none;
}

.questions__modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
  margin-right: 0;
}

.questions__modal-titel {
  font-style: normal;
  font-weight: 800;
  font-size: 36em;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--black-gray);
  margin-bottom: 12px;
}

.questions__modal-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: var(--black-gray);
  margin-bottom: 73px;
}

.questions__modal-form {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 10px;
}

.questions__modal-label {
  width: 100%;
  background: #ffffff;
  border: 1px solid #c7e2ff;
  border-radius: 6px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0px 23px;
}

.questions__modal-label svg:first-child {
  margin-right: 25.12px;
}

.questions__modal-label svg:last-child {
  margin-right: 23px;
}

.questions__modal-label.disable {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 110, 108, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(255, 110, 108, 0.2);
}

.questions__modal-input {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid var(--accent-color);
  padding-left: 18px;
}

.questions__modal-input::-webkit-input-placeholder {
  color: var(--black-gray);
  opacity: 0.7;
}

.questions__modal-input::-moz-placeholder {
  color: var(--black-gray);
  opacity: 0.7;
}

.questions__modal-input:-ms-input-placeholder {
  color: var(--black-gray);
  opacity: 0.7;
}

.questions__modal-input::-ms-input-placeholder {
  color: var(--black-gray);
  opacity: 0.7;
}

.questions__modal-input::placeholder {
  color: var(--black-gray);
  opacity: 0.7;
}

.questions__modal-bottom {
  margin-top: 33px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 43px;
  margin-bottom: 73px;
}

.questions__modal-text-bottom {
  font-style: normal;
  font-weight: 500;
  font-size: 12em;
  line-height: 130%;
  color: var(--gray-color);
  margin-bottom: 0px;
  text-align: left;
}

.questions__modal-btn {
  max-width: 179px;
  width: 100%;
  height: 62px;
  font-size: 16px;
}

.questions__modal-text-link {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16em;
  line-height: 130%;
  color: var(--accent-color);
}

.questions__modal-link {
  font-style: normal;
  font-weight: 700;
  font-size: 28em;
  line-height: 130%;
  text-align: center;
  color: var(--accent-color);
  margin-bottom: 71px;
}

.bread-crumbs {
  margin-top: 21px;
}

.bread-crumbs__link {
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
  color: rgba(31, 31, 31, 0.7);
  padding-right: 20px;
  position: relative;
}

.bread-crumbs__link::after {
  position: absolute;
  right: 6.5px;
  content: url(/local/templates/main/assets/css/../images/bread-crumbs-arrow.svg);
}

.bread-crumbs__link:last-child {
  color: var(--black-gray);
}

.bread-crumbs__link:last-child::after {
  display: none;
}

.page-contact__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 27px;
  margin-bottom: 81px;
}

.page-contact__item {
  background: -o-linear-gradient(353.09deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
  background: linear-gradient(96.91deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
  border-radius: 10px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 21px 40px 29px;
}

.page-contact__item svg {
  margin-bottom: 20px;
}

.page-contact__item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18em;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--black-gray);
  padding-bottom: 13px;
}

.page-contact__item-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14em;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--gray-color);
}

.page-contact__item-link {
  color: var(--gray-color);
}

.feedback {
  margin-bottom: 147px;
}

.feedback__title {
  margin-bottom: 48px;
}

.feedback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.feedback__form {
  max-width: 455px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: auto;
}

.feedback__form-label {
  height: 68px;
  border: 1px solid var(--gray-color);
  border-radius: 6px;
  padding-left: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 12px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
}

.feedback__form-label.disable {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 110, 108, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(255, 110, 108, 0.2);
}

.feedback__form-input {
  display: inline-block;
  border-left: 1px solid var(--accent-color);
  padding-left: 18px;
  height: 28px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--black-gray);
}

.feedback__form-input::-webkit-input-placeholder,
.feedback__form-area::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgba(31, 31, 31, 0.7);
}

.feedback__form-input::-moz-placeholder,
.feedback__form-area::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  align-items: center;
  color: rgba(31, 31, 31, 0.7);
}

.feedback__form-input:-ms-input-placeholder,
.feedback__form-area:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(31, 31, 31, 0.7);
}

.feedback__form-input::-ms-input-placeholder,
.feedback__form-area::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(31, 31, 31, 0.7);
}

.feedback__form-input::placeholder,
.feedback__form-area::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(31, 31, 31, 0.7);
}

.feedback__form-area {
  resize: none;
  padding: 20px;
  border: 1px solid var(--gray-color);
  border-radius: 6px;
  height: 175px;
  margin-bottom: 14px;
}

.feedback__left {
  max-width: 450px;
  width: 100%;
}

.feedback__right {
  max-width: 100%;
  width: 100%;
  margin-left: 20px;
}

.feedback__form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.feedback__form-text {
  font-style: normal;
  font-weight: 500;
  font-size: 10em;
  line-height: 130%;
  color: var(--gray-color);
}

.feedback__form-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 179px;
  flex: 0 0 179px;
  padding: 20px;
  font-size: 16px;
}

.feedback__map {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 929px;
  flex: 0 0 929px;
  height: 429px;
}

.feedback__form-label input {
  margin-left: 23px;
}

.feedback__form-label input:last-child {
  margin-left: 21px;
}

.articles {
  max-width: 446px;
  width: 100%;
}

.articles__title {
  font-style: normal;
  font-weight: 800;
  font-size: 22em;
  line-height: 106.5%;
  letter-spacing: 0.01em;
  color: var(--black-gray);
  margin-bottom: 41px;
}

.articles__item {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 19px 0px;
  text-align: left;
}

.articles__item:last-child {
  border-bottom: none;
}

.articles__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
  color: var(--black-gray);
  padding-bottom: 19px;
}

.articles__date {
  font-style: normal;
  font-weight: 600;
  font-size: 12em;
  color: var(--accent-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.articles__date-year {
  font-size: 10px;
  line-height: 1.2em;
}

.articles__item-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--accent-color);
}

.page-news-main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 28px;
}

.page-news-main .articles {
  margin-top: -69px;
}

.page-news-main__top .articles {
  margin-top: -40px;
}

.page-news-main__list {
  margin: 55px 0px 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr) [4];
  grid-template-rows: 500px;
  grid-row-gap: 135px;
  grid-column-gap: 20px;
}

.page-news-main__list-buttons {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 38px;
}

.page-news-main__list-btn.page-news-main__list-btn-arrow:first-child {
  margin-right: 15px;
}

.page-news-main__list-btn.page-news-main__list-btn-arrow:last-child {
  margin-left: 15px;
}

.page-news-main__list-btn-num,
.page-news-main__list-button-dots,
.page-news-main__list-btn-arrow {
  cursor: pointer;
}

.page-news-main__list-btn-num {
  font-weight: 400;
  font-size: 14em;
  line-height: 16px;
  color: var(--gray-color);
  width: 32px;
  height: 32px;
}

.page-news-main__list-btn-num.active {
  color: var(--accent-color);
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(26, 26, 67, 0.1);
  box-shadow: 0px 1px 4px rgba(26, 26, 67, 0.1);
  border-radius: 4px;
}

.page-news-main__list-button-dots {
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 16px;
}

.page-news-main__article-btn {
  background: var(--accent-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 50px;
  height: 30px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.page-news-main__article-btn svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news-details__inner {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.news-details .page-top {
  margin-bottom: 31px !important;
}

.news-details__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 55px;
  margin-bottom: 84px;
  position: relative;
}

.news-details__top picture {
  max-width: 453px;
  width: 100%;
  height: 341px;
  border-radius: 6px;
  margin-right: 20px;
  overflow:hidden;
  display: block;
}

.news-details__top picture &gt; img,
.news-details__top picture &gt; source {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
}

.news-details__top .page-news-main__article-btn {
  position: absolute;
}

.news-details__content {
  margin-bottom: 30px;
  position: relative;
}

.news-details__top-list {
  counter-reset: item;
}

.news-details__top-title {
  color: var(--black-gray);
  margin-bottom: 25px;
}

.news-details__top-item {
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 106.5%;
  color: rgba(31, 31, 31, 0.7);
  margin-bottom: 20px;
  position: relative;
  padding-left: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-details__top-item::before {
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item) ".";
}

.news-details__top-item:hover {
  color: var(--accent-color);
}

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

.news-details__info-block {
  max-width: 927px;
  width: 100%;
  margin-bottom: 45px;
  margin-top: -160px;
  padding-top: 160px;
}

.news-details__info-block-title {
  margin-bottom: 25px;
}

.news-details__info-block-text {
  margin-bottom: 25px;
}

.news-details__info-block-list_two {
  counter-reset: itemTwo;
}

.news-details__info-block-item_two {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(31, 31, 31, 0.9);
  margin-bottom: 36px;
  padding-left: 31px;
}

.news-details__info-block-item_two::before {
  position: absolute;
  counter-increment: itemTwo;
  content: counter(itemTwo);
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  background-color: var(--accent-color);
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-details.page-top.page-top__box {
  margin-bottom: 31px;
}

.info-block__list {
  margin-bottom: 38px;
}

.info-block__item {
  padding-left: 13px;
  position: relative;
  margin-bottom: 36px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(31, 31, 31, 0.9);
}

.info-block__item::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--accent-color);
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info-block__img_min picture&gt;source,
.info-block__img_min picture&gt;source {
  max-width: 400px;
  width: 100%;
  height: 272px;
}

.info-block__img_big picture&gt;source,
.info-block__img_big picture&gt;source {
  max-width: 934px;
  width: 100%;
  height: 376px;
  border-radius: 10px;
}

.page-certeficate {
  margin-bottom: 125px;
}

.page-certeficate__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr) [2];
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 48px;
}

.page-company__top {
  height: 517px;
  margin-bottom: 71px;
  background: url(/local/templates/main/assets/css/../images/company/bg1.png) 0% 0%,
    url(/local/templates/main/assets/css/../images/company/bg2.png) 0% 100%,
    url(/local/templates/main/assets/css/../images/company/bg3.png) 41.3% 65.5%,
    url(/local/templates/main/assets/css/../images/bg-decor/decor-dots.svg) 85.1% 0%;
  background-repeat: no-repeat;
}

.page-company__top-inner {
  padding-top: 193px;
}

.page-company__title {
  color: var(--accent-color);
  max-width: 100%;
  width: 100%;
  text-align: left;
  margin-bottom: 130px;
  padding-left: 15px;
}

.page-company__top-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 100px;
}

.page-company__top-item {
  font-style: normal;
  font-weight: 400;
  font-size: 18em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-company__top-item p {
  max-width: 180px;
  width: 100%;
}

.page-company__top-item svg {
  margin-right: 26px;
}

.page-company__top-text {
  margin-bottom: 56px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 134%;
  opacity: 0.9;
  padding-left: 27px;
}

.page-company__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr) [2];
  grid-template-rows: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-gap: 17px;
  grid-column-gap: 23px;
  margin-bottom: 81px;
  padding-left: 23px;
}

.page-company__item {
  background: -o-linear-gradient(353.09deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
  background: linear-gradient(96.91deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
  border-radius: 10px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 21px 0px 41px;
}

.page-company__item svg {
  margin-bottom: 8px;
}

.page-company__item-text {
  max-width: 199px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16em;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--black-gray);
}

.page-company__country {
  height: 517px;
  background: url(/local/templates/main/assets/css/../images/company/bg4.png) 0% 0%,
    url(/local/templates/main/assets/css/../images/company/bg5.png) 0% 100%,
    url(/local/templates/main/assets/css/../images/company/bg3.png) 41.3% 16.8%,
    linear-gradient(96.91deg, var(--light-gray) 0.45%, #fcfcfc 0.46%, #fafafb 100.73%);
  background-repeat: no-repeat;
  margin-bottom: 102px;
}

.page-company__country-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 130px;
  padding-top: 93px;
}

.page-company__country_left {
  max-width: 633px;
  width: 100%;
  text-align: left;
}

.page-company__country-title {
  color: var(--accent-color);
  margin-bottom: 17px;
}

.page-company__country-text {
  font-style: normal;
  font-weight: 500;
  font-size: 24em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--gray-color);
}

.page-company__info-title {
  margin-bottom: 61px;
  letter-spacing: 0em;
  padding-left: 27px;
}

.page-company__info-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr) [2];
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  margin-bottom: 123px;
}

.page-company__client {
  padding: 50px 0px 81px;
  background: -o-linear-gradient(353.09deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
  background: linear-gradient(96.91deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
}

.page-company__client-inner {
  position: relative;
}

.page-company__client-slider {
  overflow: hidden;
}

.page-company__client-slide.swiper-slide {
  height: 117px;
}

.page-company__client-slide picture {
  max-width: 90%;
  height: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.page-company__client-slide picture&gt;img,
.page-company__client-slide picture&gt;source {
  max-width: 100%;
  object-fit: contain;
}

.page-company__client-title {
  padding-bottom: 31px;
}

.page-company__client-slide {
  background: #ffffff;
  border-radius: 5px;
  width: 217px;
  height: 117px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex !important;
}

.page-company__client-slider .swiper-button-next4 {
  position: absolute;
  top: 0;
  right: 0;
}

.page-company__client-slider .swiper-button-prev4 {
  position: absolute;
  right: 35px;
  top: 0;
}

.page-company .swiper4 .swiper-wrapper {
  gap: 20px !important;
}

.page-company__certificates {
  padding: 61px 0px 158px;
}

.page-company .certificates__slide.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.partners__title {
  margin-bottom: 23px;
}

.partners__title-top {
  margin-bottom: 39px;
}

.partners__form_top,
.partners__form_bottom {
  background: -o-linear-gradient(353.09deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
  background: linear-gradient(96.91deg,
      var(--light-gray) 0.45%,
      #fcfcfc 0.46%,
      #fafafb 100.73%);
  border-radius: 10px;
  padding: 36px 35px 66px 51px;
  margin-bottom: 21px;
}

.partners__form_top:last-child,
.partners__form_bottom:last-child {
  margin-bottom: 0px;
}

.partners__form-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr) [2];
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 20px;
}

.partners__form-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16em;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #404040;
  margin-bottom: 4px;
}

.partners__form-label {
  max-width: 333px;
  width: 100%;
}

.partners__form-input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #c7e2ff;
  border-radius: 8px;
  height: 48px;
  padding-left: 16px;
  font-weight: 500;
  font-size: 16em;
  line-height: 0.66em;
  letter-spacing: -0.011em;
  color: var(--black-gray);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.partners__form-input::-webkit-input-placeholder {
  color: #9e9e9e;
}

.partners__form-input::-moz-placeholder {
  color: #9e9e9e;
}

.partners__form-input:-ms-input-placeholder {
  color: #9e9e9e;
}

.partners__form-input::-ms-input-placeholder {
  color: #9e9e9e;
}

.partners__form-input::placeholder {
  color: #9e9e9e;
}

.partners__form-input:hover,
.partners__form-input:focus {
  border: 1px solid #007bff;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 123, 255, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(0, 123, 255, 0.2);
}

.partners__form-input.disable {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 110, 108, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(255, 110, 108, 0.2);
}

.partners__form-title {
  margin-bottom: 45px;
  font-weight: 800;
  font-size: 30em;
  line-height: 130%;
  letter-spacing: 0.01em;
}

.partners__form-box-buttons h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: 0.01em;
}

.partners__form-box_bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 20px;
  margin-top: 38px;
}

.partners__form-label-area {
  width: 100%;
}

.partners__form_bottom {
  padding-top: 21px;
}

.partners__form-input-area {
  height: 96px;
  resize: none;
  padding-top: 16px;
}

.partners__form-input-area::-webkit-input-placeholder {
  color: #9e9e9e;
}

.partners__form-input-area::-moz-placeholder {
  color: #9e9e9e;
}

.partners__form-input-area:-ms-input-placeholder {
  color: #9e9e9e;
}

.partners__form-input-area::-ms-input-placeholder {
  color: #9e9e9e;
}

.partners__form-input-area::placeholder {
  color: #9e9e9e;
}

.partners__form-box-buttons {
  padding-top: 49px;
}

.partners__form-file {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--accent-color);
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.partners__form-file svg {
  margin-left: 12px;
}

.partners__form-file input[type="file"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.partners__form-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.partners__form-button {
  max-width: 240px;
  width: 100%;
  height: 75px;
  font-size: 18px;
}

.page-catalog__content {
  margin-top: 43px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 335px 1fr;
  grid-template-columns: 335px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}

.page-catalog__title {
  margin-bottom: 49px;
}

.page-catalog__sorting_right .page-catalog__sorting-btn {

  margin-right: 27px;
}

.page-catalog__sorting_right {
  margin-bottom: -6px;
}

.page-catalog__top-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  /* -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr; */
  grid-gap: 21px;
  margin-bottom: 41px;
}

.page-catalog__top-item {
  padding: 24px 14px 28px 18px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 19px #f4f2f2;
  box-shadow: 0px 0px 19px #f4f2f2;
  border-radius: 6px;
}

.page-catalog__item-box {
  margin: 26px 0px 23px;
}

.page-catalog__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 19px;
}

.page-catalog__info-element {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.38px;
}

.page-catalog__item-info span {
  font-weight: 600;
  font-size: 16em;
  line-height: 160%;
  color: var(--accent-color);
  margin-right: 21px;
}

.page-catalog__item-info span:last-child {
  margin-right: 0px;
}

/* .page-catalog__item-info svg {
  margin-right: 7.38px;
} */

.page-catalog__item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16em;
  line-height: 130%;
  color: var(--black-gray);
}

.page-catalog__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
  color: var(--black-gray);
  margin-bottom: 9px;
}

.page-catalog__item-text:last-child {
  margin-bottom: 0;
}

.page-catalog__category-btn {
  padding: 16px 23px;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 20em;
  line-height: 130%;
  letter-spacing: 0.01em;
  background-color: var(--light-gray);
  color: var(--black-gray);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 21px;
}

.page-catalog__category-btn svg&gt;path {
  stroke: var(--black-gray);
}

.page-catalog__category-btn svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-catalog__category-btn.active {
  background-color: var(--accent-color);
  color: white;
}

.page-catalog__category-btn.active svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page-catalog__category-btn.active svg path {
  stroke: #fff;
}

.page-catalog__sort {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 55px;
  margin-top: 20px;
}

.page-catalog__sorting {
  gap: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: normal;
  line-height: 130%;
  color: var(--gray-color);
}

.page-catalog__sorting-text {
  font-weight: 600;
  font-size: 16em;
}

.page-catalog__sorting-btn {
  font-weight: 400;
  font-size: 16em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-catalog__sorting-btn.active {
  color: var(--accent-color);
}

.page-catalog__orientation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 14px;
}

.page-catalog__orientation-btn.active svg&gt;path {
  stroke: var(--accent-color);
}

.page-catalog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 3fr;
  grid-template-rows: 3fr;
  grid-auto-rows: auto;
  grid-gap: 20px;
}

.page-catalog__list-link {
  font-style: normal;
  font-weight: 600;
  font-size: 18em;
  color: var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}

.page-catalog__title-info {
  font-style: normal;
  font-weight: 800;
  font-size: 34em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-gray);
  margin-bottom: 24px;
}

.page-catalog__info-block {
  margin-bottom: 89px;
}

.page-catalog__info-block .text {
  margin-bottom: 25px;
}

.page-catalog__info-block .text:last-child {
  margin-bottom: 0;
}

.page-catalog__category-btn {
  padding: 16px 23px;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 20em;
  line-height: 130%;
  letter-spacing: 0.01em;
  background-color: var(--light-gray);
  color: var(--black-gray);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 21px;
}

.page-catalog__category-btn svg&gt;path {
  stroke: var(--black-gray);
}

.page-catalog__category-btn svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-catalog__category-btn.active {
  background-color: var(--accent-color);
  color: white;
}

.page-catalog__category-btn.active svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page-catalog__category-btn.active svg path {
  stroke: #fff;
}

.page-catalog__acordion-main {
  display: none;
  background: var(--light-gray);
  border-radius: 6px;
  width: 100%;
  margin-top: 11px;
}

.page-catalog__acordion-main.active {
  display: block;
}

.page-catalog__acordion-main.active .page-catalog__acordion-one-top {
  opacity: 1;
}

.page-catalog__acordion-one-top {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--black-gray);
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 22px 17px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  cursor: pointer;
}

.page-catalog__acordion-one-top svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.page-catalog__acordion-one.active .page-catalog__acordion-one-top {
  background-color: #fff;
}

.page-catalog__acordion-one.active .page-catalog__acordion-one-top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-catalog__acordion-one.active .page-catalog__acordion-one-top::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: -4px;
  background-color: var(--accent-color);
}

.page-catalog__acordion-one-body {
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.page-catalog__acordion-one.active .page-catalog__acordion-one-body {
  display: block;
  opacity: 1;
}

.page-catalog__acordion-two-top {
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
  color: var(--black-gray);
  padding-left: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 32px 23px 0px 23px;
  cursor: pointer;
}

.page-catalog__acordion-two-top svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-catalog__acordion-two-body {
  padding-top: 35px;
  padding-left: 36px;
}

.page-catalog__acordion-two-item {
  padding-bottom: 22px;
}

.page-catalog__acordion-two-item:last-child {
  padding-bottom: 0;
}

.page-catalog__acordion-two-item a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-catalog__acordion-two-item a:hover {
  color: var(--accent-color);
}

.page-catalog__acordion-two-body {
  display: none;
}

.page-catalog__acordion-two.active .page-catalog__acordion-two-body {
  display: block;
}

.page-catalog__acordion-two.active .page-catalog__acordion-two-top {
  color: var(--accent-color);
}

.page-catalog__acordion-two.active .page-catalog__acordion-two-top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-catalog__back-list {
  max-width: 146px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 500;
  font-size: 12em;
  line-height: 130%;
  color: var(--black-gray);
  border: 1px solid rgba(0, 94, 158, 0.2);
  border-radius: 6px;
  padding: 15px 0px;
  margin-bottom: 17px;
}

.page-catalog__back-list svg {
  margin-right: 10px;
}

.page-catalog__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 62px;
}
.page-catalog__card-top-info h3{
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}
.page-catalog__card-top-info ul li{
	display:list-item;
	list-style-type:square;
}
.page-catalog__card-top picture {
  margin-right: 20px;
}

.page-catalog__card-top-info {
  max-width: 100%;
  width: 100%;
}

.page-catalog__card-top-info .text {
  margin-bottom: 5px;
}

.page-catalog__card-top-info .page-catalog__item-info {
  margin-top: 25px;
}

.page-catalog__characteristics {
  margin-bottom: 51px;
}

.page-catalog__characteristics-top {
  width: 100%;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-catalog__characteristics-right {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-catalog__characteristics-right.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-catalog__characteristics-left {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #000;
}

.page-catalog__characteristics-left svg {
  margin-left: 14px;
}

.page-catalog__characteristics-body {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-catalog__characteristics-body.active {
  display: block;
  -webkit-animation-name: btn-filter;
  animation-name: btn-filter;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.page-catalog__characteristics-acordion {
  margin-bottom: 23px;
}

.page-catalog__characteristics-acordion-top {
  font-style: normal;
  font-weight: 600;
  font-size: 18em;
  line-height: 130%;
  color: #000;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
  cursor: pointer;
}

.page-catalog__characteristics-acordion-top svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-catalog__characteristics-acordion {
  border-bottom: 1px solid var(--gray-color);
}

.page-catalog__characteristics-acordion-body {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.page-catalog__characteristics-btn-filter {
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
  text-align: center;
  color: var(--black-gray);
  margin-right: 6.5px;
  margin-bottom: 17px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: inline-block;
}

.page-catalog__characteristics-btn-filter svg {
  margin-left: 5px;
}

.page-catalog__characteristics-btn-filter span {
  padding: 6px 5.5px;
  border-radius: 4px;
  background: #e0f3ff;
}

.page-catalog__characteristics-btn-filter span.active {
  background-color: var(--accent-color);
  color: #fff;
}

.page-catalog__characteristics-btn-close {
  display: none;
}

.page-catalog__characteristics-btn-filter.active .page-catalog__characteristics-btn-close {
  display: block;
}

.page-catalog__characteristics-acordion.active .page-catalog__characteristics-acordion-top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-catalog__characteristics-acordion-top.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-catalog__characteristics-acordion.active .page-catalog__characteristics-acordion-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-catalog__characteristics-acordion.active .page-catalog__characteristics-btn-filter {
  -webkit-animation-name: btn-filter;
  animation-name: btn-filter;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.page-catalog__characteristics-btn {
  max-width: 191px;
  width: 100%;
  padding: 19px 19px;
  margin-right: 17px;
}

.page-catalog__characteristics-reset {
  position: relative;
  color: var(--gray-color);
}

.page-catalog__characteristics-reset::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: var(--gray-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-catalog__characteristics-reset:hover::after {
  width: 100%;
}

.page-catalog__characteristics-amount {
  display: inline-block;
}

.page-catalog__characteristics-buttons {
  margin-top: 40px;
  margin-bottom: 0px;
}

.page-catalog__list-info {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 31px;
}

.page-catalog__list-info p {
  font-style: normal;
  font-weight: 600;
  font-size: 13em;
  line-height: 130%;
  color: var(--black-gray);
}

.page-catalog__list-info-left,
.page-catalog__list-info-right {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 335px;
  width: 100%;
}

.page-catalog__list-info-right {
  margin-right: 50px;
}

.page-catalog__filter-text {
  font-weight: 400;
  font-size: 13em;
  line-height: 130%;
  color: var(--gray-color);
  display: none;
}

@-webkit-keyframes btn-filter {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btn-filter {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.page-catalog__list {
  margin-bottom: 69px;
}

.page-catalog__list.line {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: (108px) [8];
  grid-template-rows: repeat(8, 108px);
  position: relative;
  margin-bottom: 37px;
  height: 1006px;
  overflow: hidden;
  background-color: inherit;
}

.page-catalog__list.line .page-catalog__item {
  height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #ffffff;
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  padding: 0 19px;
  position: relative;
  margin-bottom: 13px;
}

.page-catalog__list.line .page-catalog__item:last-child {
  margin-bottom: 0px;
}

.page-catalog__list.line .page-catalog__item a&gt;picture img {
  max-width: 89px;
  height: 99px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-catalog__list.line .page-catalog__item a {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-right: 26px;
}

.page-catalog__list.line .page-catalog__item .novelty__item-title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.page-catalog__list.line .page-catalog__item .novelty__item-top {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
}

.page-catalog__list.line .page-catalog__item .novelty__item-article {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  position: absolute;
  right: 30.05%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*.page-catalog__list.line .page-catalog__item .novelty__item-text {*/
/*  display: none;*/
/*}*/

.page-catalog__list.line .page-catalog__item .novelty__item-article span {
  display: none;
}

.page-catalog__list.line .page-catalog__item .novelty__item-link {
  display: none;
}

.page-catalog__list.line .page-catalog__item .novelty__item-buttons {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-left: auto;
  margin-right: 0;
}

.page-catalog__list.line .page-catalog__item .novelty__item-availability {
  margin-left: auto;
  position: absolute;
  right: 17.84%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-catalog__list.line .page-catalog__item .novelty__item-btn {
  border: none;
  margin-right: 0;
  margin-left: auto;
}

.page-catalog__list.line .page-catalog__item .page-catalog__filter-text {
  display: block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: absolute;
  left: 32.93%;
}

.page-card__back-list {
  margin-top: 21px;
  max-width: 159px;
  width: 100%;
}

.page-card__top {
  margin-bottom: 91.26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-card__title {
  margin-bottom: 34px;
}

.page-card__top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-card__slider-min {
  width: 331px;
  height: 95px;
  -webkit-transform: rotate(90deg) translate(40%, 118%);
  -ms-transform: rotate(90deg) translate(40%, 118%);
  transform: rotate(90deg) translate(40%, 118%);
  position: relative;
}

.page-card__slider-min-item {
  width: 98px !important;
  height: 98px !important;
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex !important;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.page-card__slider-min-item img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 96px;
}

.page-card__slider-big {
  width: 339px;
  -webkit-transform: translate(-63%, 5%);
  -ms-transform: translate(-63%, 5%);
  transform: translate(-63%, 5%);
}

.page-card__slider-big-item {
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-radius: 6px;
}

.page-card__top-info {
  -webkit-transform: translate(-33%, 3%);
  -ms-transform: translate(-33%, 3%);
  transform: translate(-33%, 3%);
}

.page-card__info-bottom {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 29px 0px;
  width: 592px;
}

.page-card__top-info .text {
  font-size: 16em;
  margin-bottom: 10px;
  font-weight: 500;
  max-width: 600px;
}

.page-card__top-info .text:last-child {
  margin-bottom: 0;
}

.page-card__info-bottom-text {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 16em;
}

.page-card__info-bottom-text svg {
  margin-right: 21.25px;
}

.page-card__info-bottom-name {
  font-style: normal;
  font-weight: 400;
  font-size: 16em;
  line-height: 160%;
  color: var(--gray-color);
}

.page-card__info-bottom-amount {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: var(--black-gray);
  padding-left: 7px;
}

.page-card__info-bottom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 28.26px;
}

.page-card__count {
  font-weight: 700;
  font-size: 18em;
  line-height: 130%;
  color: var(--gray-color);
}

.page-card__button-minus {
  margin-right: 18px;
}

.page-card__button-minus.dis svg&gt;path {
  fill: #bdbdbd;
}

.page-card__info-bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 54px;
}

.page-card__count {
  margin-right: 18px;
}

.page-card__button-plus {
  margin-right: 30px;
}

.page-card__btn-bascet {
  width: 204.23px;
  height: 63.48px;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16em;
  margin-right: 9.66px;
}

.page-card__btn-bascet svg {
  margin-right: 12.51px;
}

.page-card__btn-bascet:hover {
  background: #00497b;
}

.page-card__btn-bascet.active {
  background: #003d66;
}

.page-card__btn-help {
  width: 240px;
  height: 63.48px;
  border-radius: 10px;
  border: 1px solid var(--accent-color);
  font-size: 16em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-card__btn-help:hover {
  border: 1px solid #00497b;
}

.page-card__btn-help:active {
  border: 1px solid #003d66;
}

.page-card__top_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 217px;
  flex: 0 0 217px;
  transform: translate(-70%, -11%);
}

.page-card__top-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
  line-height: 130%;
  margin-left: auto;
  margin-right: 0;
  width: 168px;
}

.page-card__top-article-name {
  font-weight: 500;
}

.page-card__top-article-id {
  font-weight: 700;
}

.page-card__top-documtent {
  background: var(--light-gray);
  border-radius: 6px;
  margin-top: 45px;
  padding: 0 17px 27px 17px;
}

.page-card__document-link {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 16em;
  line-height: 130%;
  color: var(--accent-color);
  position: relative;
  margin-bottom: 7px;
}

.page-card__document-link::before {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  height: 1px;
  transition: all 0.3s ease;
  background: var(--accent-color);
}

.page-card__document-link {
  width: max-content;
}

.page-card__document-link:hover::before {
  width: 100%;
}

.bascket-page__top {
  margin: 25px 0 61px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bascket-page__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 29px;
}

.bascket-page__link {
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-gray);
}

.bascket-page__link svg {
  margin-right: 13px;
}

.bascket-page__btn {
  width: 213px;
  height: 58px;
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #4a4747;
  border-radius: 3px;
  border: 1px solid rgba(0, 94, 158, 0.2);
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bascket-page__btn svg {
  margin-left: 18px;
}

.bascket-page__list-top {
  background: var(--light-gray);
  border-radius: 2px;
  padding: 12px 0 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bascket-page__list-name {
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 19px;
  color: #3c3d3f;
}

.bascket-page__list-name:first-child {
  margin-left: 3.21%;
}

.bascket-page__list-name:nth-child(2) {
  margin-left: 7.43%;
}

.bascket-page__list-name:nth-child(3) {
  margin-left: 9.79%;
}

.bascket-page__list-name:nth-child(4) {
  margin-left: 15.71%;
}

.bascket-page__list-name:nth-child(5) {
  margin-left: 12%;
}

.bascket-page__list-name:nth-child(6) {
  margin-left: 10.14%;
}

.bascket-page__list-name:nth-child(7) {
  margin-left: 8.07%;
}

.bascket-page__item {
  border-bottom: 1px solid #e5e5e5;
  padding: 48px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bascket-page__item.disable {
  display: none;
}

.bascket-page__item-img {
  max-height: 69px;
  width: 131px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bascket-page__item-name {
  font-style: normal;
  font-weight: 500;
  font-size: 16em;
  line-height: 130%;
  color: var(--black-gray);
  margin-left: 4.21%;
}

.bascket-page__item-buttons {
  margin-left: 15.86%;
}

.bascket-page__item-article {
  font-style: normal;
  font-weight: 500;
  font-size: 16em;
  line-height: 130%;
  color: var(--gray-color);
  margin-left: 8.86%;
}

.bascket-page__item-price,
.bascket-page__item-summa {
  font-style: normal;
  font-weight: 700;
  font-size: 20em;
  line-height: 150%;
  color: #50565a;
}

.bascket-page__item-price {
  margin-left: 8.21%;
}

.bascket-page__item-summa {
  margin-left: 7.29%;
}

.bascket-page__item-del {
  margin-left: 6.43%;
}

.bascket-page__item-buttons {
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#show_post {
  display: none;
}


.bascket-page__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bascket-page__back-btn {
  border: 1.97101px solid rgba(189, 189, 189, 0.6);
  border-radius: 2px;
  width: 161px;
  height: 68px;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bascket-page__back-btn svg {
  margin-right: 13px;
}

.bascket-page__box-bottom {
  margin: 73px 0px 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bascket-page__payment {
  font-weight: 500;
  font-size: 17.7391em;
  line-height: 51px;
  color: #7f909b;
  margin-right: 31px;
}

.bascket-page__payment-price {
  font-style: normal;
  font-weight: 700;
  font-size: 30em;
  line-height: 150%;
  color: #50565a;
  margin-right: 43px;
}

.bascket-page__payment.disable,
.bascket-page__payment-price.disable {
  display: none;
}

.bascket-page__payment-btn {
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 600;
  font-size: 16em;
  line-height: 130%;
  width: 248.35px;
  height: 68px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bascket-page__payment-btn svg {
  margin-left: 24.1px;
}

.bascket-page__payment-btn:hover {
  background-color: #00497b;
}

.bascket-page__payment-btn:active {
  background-color: #003d66;
}

.bascket-page__payment-btn.disable {
  background: #8cc4ea;
}

.bascket-page__payment-btn.disable svg&gt;path {
  fill: #fff;
}

.bascket-page__list-top_no-sum {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.bascket-page__list-top_no-sum p {
  margin-left: 0px !important;
  text-align: center;
}

.bascket-page__list-top_no-sum p:first-child {
  text-align: left;
  margin-left: 17px !important;
}

.bascket-page__list_no-sum .bascket-page__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.bascket-page__list_no-sum .bascket-page__item-del,
.bascket-page__list_no-sum .bascket-page__item-buttons,
.bascket-page__list_no-sum .bascket-page__item-article,
.bascket-page__list_no-sum .bascket-page__item-name,
.bascket-page__list_no-sum .bascket-page__item-img {
  margin: 0 0px;
}

.bascket-page__list_no-sum .bascket-page__item-name {
  text-align: center;
}

.bascket-page__list_no-sum .bascket-page__item-article {
  text-align: center;
}

.bascket-page__list_no-sum__item-img {
  margin-right: auto;
  margin-left: 0;
}

.bascket-page__list_no-sum .bascket-page__item-buttons {
  margin-left: 45px;
}

.bascket-page .bascket-page__item-buttons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vacancies__title {
  margin-top: 30px;
  margin-bottom: 21px;
}

.vacancies__text-top {
  font-style: normal;
  font-weight: 500;
  font-size: 24em;
  line-height: 130%;
  color: #5a5a5a;
}

.vacancies__box-top {
  margin: 36px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vacancies__box-text {
  font-style: normal;
  font-weight: 600;
  font-size: 18em;
  line-height: 48px;
  color: var(--gray-color);
  margin-right: 14px;
}

.vacancies__box-link {
  margin-right: 10px;
}

.vacancies__btn-top {
  width: 245px;
  height: 75px;
  font-size: 18em;
  margin-right: 18px;
}

.vacancies__box-link svg&gt;path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vacancies__box-link svg:hover path {
  fill: var(--accent-color);
}

.vacancies__list {
  margin-bottom: 38px;
}

.vacancies__item {
  background: var(--light-gray);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border-radius: 15px;
  padding: 45px 56px;
  margin-bottom: 18px;
}

.vacancies__item-top {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 28px;
}

.vacancies__item-title {
  font-style: normal;
  font-weight: 800;
  font-size: 34em;
  line-height: 130%;
  color: var(--black-gray);
}

.vacancies__item-salary {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  color: var(--accent-color);
}

.vacancies__item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 7px;
  margin-bottom: 30px;
}

.vacancies__box-top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vacancies__item-btn {
  background: #ffffff;
  border-radius: 10px;
  height: 37px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: rgba(0, 94, 158, 0.6);
  padding: 0px 10px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vacancies__item-btn.active {
  color: var(--accent-color);
}

.vacancies__item-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18em;
  line-height: 130%;
  color: #5a5a5a;
  margin-bottom: 15px;
}

.vacancies__item-text:last-child {
  margin-bottom: 0px;
}

.vacancies__ofer {
  margin-bottom: 70px;
}

.vacancies__ofer .title.title__main {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.vacancies__ofer-text {
  font-size: 16em;
  margin-bottom: 20px;
}

.vacancies__ofer-text:last-child {
  margin-bottom: 0px;
}

.formalization__title {
  margin-top: 25px;
}

.formalization__form {
  margin-top: 65px;
}

.formalization__form-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 64px;
  margin-bottom: 64px;
}

.formalization__form-title {
  font-weight: 800;
  font-size: 28em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--accent-color);
  margin-bottom: 46px;
}

.formalization__form-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  -ms-grid-row: 32;
  grid-row: 32px;
}

.formalization__form-box .partners__form-file {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.formalization__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #404040;
  width: 100%;
}

.formalization__form-input {
  border: 1px solid #c7e2ff;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  padding: 0px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--black-gray);
  letter-spacing: -0.011em;
  margin-top: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.formalization__form-input::-webkit-input-placeholder {
  color: #9e9e9e;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.formalization__form-input::-moz-placeholder {
  color: #9e9e9e;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.formalization__form-input:-ms-input-placeholder {
  color: #9e9e9e;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.formalization__form-input::-ms-input-placeholder {
  color: #9e9e9e;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.formalization__form-input::placeholder {
  color: #9e9e9e;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.formalization__form-input:hover,
.formalization__form-input:focus {
  border: 1px solid #007bff;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 123, 255, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(0, 123, 255, 0.2);
}

.formalization__form-input.disable {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 110, 108, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(255, 110, 108, 0.2);
}

.formalization__form-input:invalid {
  color: #ff6e6c;
}

.formalization__form-delivery-title {
  font-weight: 700;
  font-size: 24em;
  line-height: 24px;
  margin-bottom: 25px;
}

.formalization__form-delivery-text {
  font-weight: 500;
  font-size: 14em;
  line-height: 16px;
  color: #333333;
  max-width: 355px;
  width: 100%;
  -webkit-line-clamp: 3;
}

.formalization__form-delivery-label {
  display: block;
  margin-bottom: 34px;
  padding-bottom: 44px;
  border-bottom: 1px solid #e5e5e5;
}

.formalization__delivery-inner {
  max-width: 545px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.formalization__delivery-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #50565a;
  cursor: pointer;
}

.formalization__right-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.formalization__form-radio {
  opacity: 0;
  cursor: pointer;
}

.formalization__form-radio-fake {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  position: relative;
  cursor: pointer;
}

.formalization__form-radio-fake::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11.67px;
  height: 11.67px;
  background: #03a6c0;
  border-radius: 50%;
  display: none;
}

.formalization__form-radio:checked+.formalization__form-radio-fake::after {
  display: block;
}

.formalization__form-bottom {
  margin: 43px 0px 88px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.formalization__form-bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.formalization__form-btn-back {
  width: 161px;
  height: 68px;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1.97101px solid #bdbdbd;
  border-radius: 2px;
}

.formalization__form-btn-back svg {
  margin-right: 13.13px;
}

.formalization__form-bottom-link {
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
  letter-spacing: 0.01em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: var(--black-gray);
  margin-right: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.formalization__form-bottom-link svg {
  margin-right: 14px;
}

.formalization__form-bottom-btn {
  width: 248.35px;
  height: 68px;
  font-size: 16em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.formalization__form-bottom-btn:hover {
  background-color: #00497b;
}

.formalization__form-bottom-btn:active {
  background-color: #003d66;
}

.formalization__form-bottom-btn.disable {
  background-color: #8cc4ea;
}

.formalization__modal {
  position: fixed;
  top: 560px;
  left: 50%;
  border-radius: 6px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 809px;
  width: 100%;
  background: url(/local/templates/main/assets/css/../images/bg-decor/modal.svg) 50% 26%, #ffffff;
  background-repeat: no-repeat;
  text-align: center;
  padding: 10px;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 0px 10000px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 0px 0px 10000px rgba(153, 153, 153, 0.2);
}

.formalization__modal.disable {
  display: none;
}

.formalization__modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 0;
  padding-right: 34px;
  padding-top: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.formalization__modal-content {
  margin-top: 65px;
}

.formalization__modal-title_min {
  margin-top: 32px;
}

.formalization__modal-title_min,
.formalization__modal-id {
  font-style: normal;
  font-weight: 800;
  font-size: 30em;
  line-height: 130%;
  color: var(--accent-color);
  text-align: center;
}

.formalization__modal-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16em;
  line-height: 130%;
  text-align: center;
  color: var(--black-gray);
  max-width: 397px;
  width: 100%;
  margin: 30px auto 0 auto;
}

.formalization__modal-buttons {
  margin-top: 144px;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 7px;
}

.formalization__modal-btn {
  width: 146px;
  height: 59px;
  border: 1px solid var(--accent-color);
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  text-align: center;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}

.formalization__questions {
  margin: 54px 0px 99px;
  color: var(--gray-color);
}

.formalization__questions-title {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

.formalization__questions-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.formalization__questions-link {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: var(--accent-color);
  margin-top: 23px;
}

.formalization__modal-kp {
  padding: 47px 28px 0px 28px;
  max-width: 809px;
  width: 100%;
  background: #ffffff;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 1000;
  position: fixed;
  top: 160px;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.formalization__modal-kp.active {
  top: 2.3%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 0px 10000px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 0px 0px 10000px rgba(153, 153, 153, 0.2);
}

.formalization__modal-kp.disable {
  top: 0;
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.formalization__close-kp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  margin-left: auto;
  margin-right: 0;
}

.formalization__from-kp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 25px;
}

.formalization__title-kp {
  font-style: normal;
  font-weight: 800;
  font-size: 36em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-gray);
  margin-bottom: 50px;
  margin-top: 19px;
}

.formalization__label-kp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16em;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #404040;
}

.formalization__input-kp {
  width: 100%;
  background: #ffffff;
  border: 1px solid #c7e2ff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: var(--black-gray);
  height: 48px;
  margin-top: 4px;
  padding: 0px 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.formalization__input-kp::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #9e9e9e;
}

.formalization__input-kp::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #9e9e9e;
}

.formalization__input-kp:-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #9e9e9e;
}

.formalization__input-kp::-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #9e9e9e;
}

.formalization__input-kp::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #9e9e9e;
}

.formalization__input-kp:hover,
.formalization__input-kp:focus {
  border: 1px solid #007bff;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 123, 255, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(0, 123, 255, 0.2);
}

.formalization__input-kp.disable {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 110, 108, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(255, 110, 108, 0.2);
}

.formalization__label-area-kp {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1;
  resize: none;
  margin-top: 8.5px;
}

.formalization__label-area-kp .formalization__input-kp {
  height: 96px;
  padding: 8px 16px;
}

.formalization__text-kp {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1;
  margin-top: 22.5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
  color: var(--gray-color);
  text-align: left;
}

.formalization__text-kp.mb {
  margin-bottom: 27px;
}

.formalization__bottom-kp {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 52px;
  margin-bottom: 79px;
}

.formalization__btn-kp {
  height: 75px;
  max-width: 240px;
  width: 100%;
}

.formalization__bottom-text-kp {
  max-width: 342px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12em;
  line-height: 130%;
  color: var(--gray-color);
  text-align: left;
}

.prevArrowTwo.slick-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -43px;
  top: 42%;
  cursor: pointer;
}

.nextArrowTwo.slick-arrow {
  position: absolute;
  top: 42%;
  right: -43px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}

.page-catalog__list-buttons {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 99px;
}

.slider__left-title {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-gray);
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;

  max-width: 86%;
  width: 100%;
}

.slider__left-item-content {
  max-width: calc(100% - 68px);
  width: 100%;
  margin: 0 auto;

  padding-top: 22px;
}

.slider__left .slick-slide {
  width: 100%;
  min-height: 223px;
  height: auto !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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: url(/local/templates/main/assets/css/../images/page-catalog/bg1.svg) 0% 0%,
    url(/local/templates/main/assets/css/../images/page-catalog/bg2.svg) 100% 0%, var(--light-gray);
  background-repeat: no-repeat;
}

.slider__left-link {
  position: absolute;
  bottom: 19px;
  right: 26.75px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.01em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: var(--accent-color);
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.slider__left-link svg {
  margin-left: 4.75px;
}

.slider__left .nextArrowOne {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 14px;
}

.slider__left .prevArrowOne {
  left: 7px;
}

.slider__left .prevArrowOne,
.slider__left .nextArrowOne {
  position: absolute;
  top: 48%;
  z-index: 10;
  cursor: pointer;
}

.page-catalog__back-list.page-card__back-list:hover {
  background-color: var(--gray-color);
  border-color: var(--gray-color);
  color: white;
}

.slider__left .slick-dots {
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4px;
  left: 37px;
  top: 87%;
  gap: 4px;
  position: absolute;
}

.slider__left .slick-dots li&gt;button {
  font-size: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--accent-color);
}

.slider__left .slick-dots li.slick-active&gt;button {
  background-color: var(--accent-color);
}

.config-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 120px;
}

.config-page__accordion-main,
.config-page__accordion-main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

.config-page__accordion-main.active .config-page__accordion-top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.config-page__accordion-main.active .config-page__accordion-body {
  display: block;
}

.config-page__accordion-body {
  display: none;
}

.config-page__accordion-top {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 99px;
  background: var(--light-gray);
  border-radius: 6px;
  margin-bottom: 25px;
  cursor: pointer;
}

.config-page__accordion-top svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 43px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.config-page__acordion-top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 32px;
}

.config-page__acordion-step {
  font-style: normal;
  font-weight: 600;
  font-size: 18em;
  line-height: 130%;
  color: var(--accent-color);
  margin-right: 40px;
}

.config-page__accordion-title {
  font-style: normal;
  font-weight: 400;
  font-size: 20em;
  line-height: 130%;
  color: var(--black-gray);
}

.config-page__answer {
  margin-top: 25px;
}

.config-page__answer-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--accent-color);
  margin-bottom: 24px;
}

.config-page__answer-info {
  font-style: normal;
  font-weight: 400;
  font-size: 18em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-gray);
  margin-bottom: 25px;
}

.config-page__answer-info p {
  margin-bottom: 14px;
}

.config-page__answer-info p:last-child {
  margin-bottom: 0px;
}

.config-page picture {
  margin-bottom: 30px;
}

.config-page__answer .text {
  margin-bottom: 10px;
}

.config-page__answer .text:last-child {
  margin-bottom: 0px;
}

.config-page__answer-bottom {
  margin-top: 20px;
  border-top: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  padding: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.config-page__answer-bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 46px;
}

.config-page__answer-bottom_left svg {
  margin-right: 21.25px;
}

.config-page__answer-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 54px;
}

.config-page__answer-bottom-info:last-child {
  margin-right: 0px;
}

.config-page__answer-bottom-info span {
  font-style: normal;
  font-weight: 400;
  font-size: 16em;
  line-height: 160%;
  color: var(--gray-color);
  margin-right: 7px;
}

.config-page__answer-bottom-info p {
  font-style: normal;
  font-weight: 500;
  font-size: 16em;
  line-height: 160%;
  color: var(--black-gray);
}

.config-page__accordion-main.active .config-page__accordion-item-type,
.config-page__accordion-main.active .config-page__accordion-item {
  opacity: 1;
}

.config-page__accordion-item,
.config-page__accordion-item-type {
  padding: 10px 0px 10px 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44px 1fr;
  grid-template-columns: 44px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 16em;
  line-height: 130%;
  color: var(--black-gray);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
  opacity: 0;
}

.config-page__accordion-item::after,
.config-page__accordion-item-type::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: var(--accent-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  right: 0;
}

.config-page__accordion-item:hover,
.config-page__accordion-item.active,
.config-page__accordion-item-type:hover,
.config-page__accordion-item-type.active {
  background-color: rgba(0, 94, 158, 0.05);
}

.config-page__accordion-item:hover::after,
.config-page__accordion-item.active::after,
.config-page__accordion-item-type:hover::after,
.config-page__accordion-item-type.active::after {
  display: block;
}

.config-page__accordion-min {
  border-bottom: 1px solid var(--gray-color);
  padding: 15px 0px 20px;
}

.config-page__accordion-min-top {
  font-style: normal;
  font-weight: 600;
  font-size: 18em;
  line-height: 130%;
  color: var(--black-gray);
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}

.config-page__accordion-min-top svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.config-page__accordion-min.active .config-page__accordion-min-top svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.config-page__accordion-min.active .config-page__accordion-min-body {
  display: block;
}

.config-page__accordion-min-body {
  margin-top: 19px;
  display: none;
}

.config-page__acordion-min-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 14em;
  line-height: 130%;
  text-align: center;
  color: var(--black-gray);
  background-color: #e0f3ff;
  border-radius: 4px;
  height: 29px;
  padding: 0px 6px;
  margin-right: 5.5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.config-page__acordion-min-btn.active {
  background-color: var(--accent-color);
  color: #fff;
}

.config-page__acordion-min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.config-page__diactive-btn {
  margin-top: 20px;
  font-weight: 600;
  font-size: 14em;
  line-height: 130%;
  letter-spacing: 0.01em;
  -webkit-text-decoration-line: 0.01em;
  text-decoration-line: 0.01em;
  color: var(--gray-color);
  position: relative;
}

.config-page__diactive-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--gray-color);
  bottom: 2.5px;
  left: 0;
}

.config-page__back {
  width: 159px;
  height: 46px;
  border: 1px solid var(--accent-color);
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 12em;
  line-height: 130%;
  color: var(--black-gray);
  display: none;
}

.config-page__back svg {
  margin-right: 10px;
}

.config-page__answer-bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.swiper2 {
  overflow: hidden;
}

.swiper2 .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper3 .swiper-wrapper,
.swiper2 .swiper-wrapper,
.swiper .swiper-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper-scrollbar-drag {
  background-color: var(--accent-color) !important;
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper-pagination,
.swiper-pagination2,
.swiper-pagination3 {
  display: none;
}

.swiper-scrollbar {
  position: static !important;
  margin-top: 21px !important;
  background: #ebebeb;
  border-radius: 100px;
  width: 93% !important;
}

.news__inner .swiper-scrollbar {
  margin-top: 61px !important;
}

.news__inner .swiper-slide {
  margin-bottom: 0px;
}

.swiper-button-prev::after,
.swiper-button-prev4::after {
  cursor: pointer;
  content: url(/local/templates/main/assets/css/../images/novelty/arrow-left.svg) !important;
}

.swiper-button-next::after,
.swiper-button-next4::after {
  cursor: pointer;
  content: url(/local/templates/main/assets/css/../images/novelty/arrow-right.svg) !important;
}

.swiper-button-next {
  top: 99.5% !important;
  right: 3px !important;
  cursor: pointer;
}

.swiper-button-prev {
  right: 40px !important;
  left: auto;
  top: 99.5% !important;
  cursor: pointer;
}

.swiper-button-prev2.swiper-button-disabled,
.swiper-button-prev3.swiper-button-disabled,
.swiper-button-next2.swiper-button-disabled,
.swiper-button-next3.swiper-button-disabled,
.swiper-button-next4.swiper-button-disabled,
.swiper-button-prev4.swiper-button-disabled {
  opacity: 0.35;
  cursor: pointer;
}

.swiper-button-prev2,
.swiper-button-prev3,
.swiper-button-next2,
.swiper-button-next3,
.swiper-button-next4,
.swiper-button-prev4,
.swiper-button-next4 {
  cursor: pointer;
}

.swiper-button-prev4 {
  right: 35px;
  cursor: pointer;
}

.novelty__item.swiper-slide {
  width: 330px !important;
}

.bascket-page__item.disable {
  display: none;
}

.vacancies__item-info {
  transform: translateY(15px);
  height: 0;
  opacity: 0;

  overflow: hidden;

  transition:
    transform 300ms linear,
    height 300ms ease,
    opacity 300ms ease;
}

.vacancies__item-info--active {
  transform: translateY(0);
  opacity: 1;
  height: max-content;
}

@-webkit-keyframes vacancies {
  0% {
    display: block;
    opacity: 0;
  }

  50% {
    display: block;
    opacity: 0.5;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes vacancies {
  0% {
    display: block;
    opacity: 0;
  }

  50% {
    display: block;
    opacity: 0.5;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.config-page__answer.active {
  display: block;
}

.header__bascet {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.header__bascet:hover {
  opacity: 0.5;
}

.header__bascet::before {
  display: none;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff4747;
  border: 1px solid #fff;
  bottom: 2px;
  right: 2px;
}

.header__rigth {
  position: absolute;
}

.header__bascet.active::before {
  display: block;
}

.modal__city {
  position: fixed;
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  max-width: 1200px;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: 0px 0px 0px 10000px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 0px 0px 10000px rgba(153, 153, 153, 0.2);
  padding: 45px 25px 0px 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal__city.disable {
  left: -100%;
  display: none;
}

.modal__city.active {
  left: 50%;
  padding-bottom: 10px;
}

.modal__city-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
  margin-right: 0;
}

.modal__city-content {
  margin-left: 73px;
}

.modal__city-content_top {
  margin-bottom: 57.5px;
}

.modal__city-title {
  margin: 36px 0px 21.5px;
  font-weight: 800;
  font-size: 30em;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--accent-color);
}

.modal__city-input {
  font-style: normal;
  font-weight: 400;
  font-size: 16em;
  line-height: 130%;
  color: var(--black-gray);
  padding: 0px 23px;
  background-color: inherit;
  max-width: 100%;
  width: 100%;
}

.modal__city-input::-webkit-input-placeholder {
  color: var(--gray-color);
}

.modal__city-input::-moz-placeholder {
  color: var(--gray-color);
}

.modal__city-input:-ms-input-placeholder {
  color: var(--gray-color);
}

.modal__city-input::-ms-input-placeholder {
  color: var(--gray-color);
}

.modal__city-input::placeholder {
  color: var(--gray-color);
}

.modal__city-search {
  background: var(--light-gray);
  border-radius: 6px;
  max-width: 517px;
  width: 100%;
  height: 53px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.modal__city-search-btn {
  padding-right: 14.5px;
}

.modal__city-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  max-height: 52vh;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 10px;
}

.modal__city-inner::-webkit-scrollbar {
  background: var(--light-gray);
  width: 9px;
  border-radius: 100px;
}

.modal__city-inner::-webkit-scrollbar-thumb {
  border-radius: 100px;
  width: 11px;
  background-color: var(--accent-color);
}

.modal__city-item {
  font-style: normal;
  font-weight: 400;
  font-size: 16em;
  line-height: 250%;
  color: var(--black-gray);
  padding-bottom: 27px;
  cursor: pointer;
}

.modal__city-item.hidden {
  display: none;
}

.modal__city-item&gt;mark {
  background: none;
  color: var(--accent-color);
}

.novelty__list&gt;.swiper-button-prev {
  left: auto;
  right: 20px;
}

.category__item:first-child img {
  margin-top: 17px;
}

.category__item:nth-child(6) img {
  margin-left: 200px;
}

.category__item:nth-child(5) img {
  margin-top: 55px;
}

.company__item-link {
  display: none;
}

.slick-arrow {
  cursor: pointer;
}

.fancybox-container {
  z-index: 100500;
}

.config-page__accordion-item {
  display: flex;
  align-items: center;
}

.header__input {
  position: relative;
}

.header__input::after {
  content: "найти";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: #000;
}

.search__list {
  margin: 0 auto;
  position: absolute;
  top: 76px;
  display: none;
}

.search__list.active {
  display: block;
  z-index: 100;
}

.search__btn {
  width: 100%;
  background: var(--light-gray);
  padding: 30px 0px 36px 33px;
}

.search__btn:hover {
  background: var(--light-gray);
}

.search__btn:active {
  background: var(--light-gray);
}

.search__btn.btn.btn__main {
  border-radius: 0px;
}

.search__btn a {
  width: 207px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  background-color: var(--accent-color);
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  border-radius: 6px;
}

.search__btn a svg {
  margin-left: 7.25px;
}

.search__item-img {}

.search__item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.search__item a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 20px;
  background: var(--light-gray);
  border-left: 3px solid var(--light-gray);
  transition: all 0.3s ease;
  padding: 14px 0px 7px;
}

.search__item a:hover {
  background: #fff;
  border-color: var(--accent-color);
}

.search__item_min {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: var(--black-gray);
}

.search__item-img {
  max-width: 43px;
  width: 100%;
  height: 25px;
  object-fit: contain;
}

.header__top .fl {
  height: 57px;
  max-width: 517px;
  width: 100%;
  background: var(--light-gray);
  border-radius: 6px;
  margin: 0 auto 0 0;
}

.search-input {
  background: var(--light-gray);
  border-radius: 6px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-input #title-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#title-search {
  position: relative;
}

#title-search form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.fl-form__search {
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  right: 11.74%;
  color: var(--accent-color);
  cursor: pointer;
  display: block;
}

.search-query {
  background: var(--light-gray);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--black-gray);
  padding-left: 67px;
}

.search-query::placeholder {
  color: var(--gray-color);
}

.search-button {
  position: absolute;
  left: 4.62%;
  font-size: 0px;
  width: 23px;
  height: 23px;
  background-image: url(/local/templates/main/assets/css/../images/search_header.svg);
  background-color: inherit;
  cursor: pointer;
}

.fl-form__close {
  width: 18px;
  height: 18px;
  background-image: url(/local/templates/main/assets/css/../images/search__close.svg);
  position: absolute;
  object-fit: contain;
  background-position: center center;
  right: 4.06%;
  display: block;
}

.fl-form__search.dis,
.fl-form__close.dis {
  display: none;
}

.header__right {
  display: none;
}

.search__item-img {
  margin-left: 5px;
}

.search-input {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.category__item:nth-child(-6 + n) {
  background: #000;
}

.search_page {
  height: 57px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: var(--light-gray);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--black-gray);
  justify-content: center;
  border-radius: 6px;
  max-width: 576px;
  width: 100%;
  margin-bottom: 20px;
}

.search_page form {
  max-width: 100%;
  width: 100%;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search_page__input {
  background: var(--light-gray);
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  line-height: 130%;
  padding-left: 10px;
}

.search_page__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--accent-color);
  cursor: pointer;
}


.category__item_bg picture {
  width: 260px;
  height: 205px;
}

.category__item_bg picture&gt;img,
.category__item_bg picture&gt;source {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__right {
  display: block;
}

.header__bascet {
  display: block;
}

.prevArrowOne.slick-arrow {
  height: 17.29px;
  width: 10.64px;
  outline: none;
  background-size: contain;
  background-repeat: no-repeat;
  background: url(/local/templates/main/assets/css/../images/arrow.svg);
}

.nextArrowOne.slick-arrow {
  height: 17.29px;
  width: 10.64px;
  outline: none;
  background-size: contain;
  background-repeat: no-repeat;
  background: url(/local/templates/main/assets/css/../images/arrow.svg);
}

.formalization__modal-kp {
  -webkit-box-shadow: 0px 0px 0px 10000px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 0px 0px 10000px rgba(153, 153, 153, 0.2);
}

.formalization__bottom-kp {
  margin-top: 50px;
}

.page-catalog__item {
  background: #ffffff;
  border: 1px solid var(--light-gray);
  border-radius: 10px;
}

.page-catalog__item&gt;a&gt;picture {
  max-width: 260px !important;
  height: 205px !important;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.page-catalog__item&gt;a&gt;picture&gt;img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.page-catalog__item&gt;a&gt;picture&gt;source {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.novelty__item-top {
  padding: 0 10px;
}

.novelty__item-title {
  padding: 0 10px;
}

.novelty__item-buttons {
  padding: 0 10px 10px;
}

.novelty__item-article {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 63%;
}

.page-card__slider-min-item img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.page-card__slider-big-item img {
  max-width: 339px;
  object-fit: contain;
  width: 339px;
  height: 339px;
}

.page-catalog__sorting-btn {
  color: var(--accent-color);
}

.header__city-text {
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  text-wrap: nowrap;
}

.bx-filter-parameters-box-container {
  margin-top: 25px;
}

.config-page__accordion-item-type picture {
  width: 44px;
  height: 40px;
}

.config-page__accordion-item-type picture&gt;img,
.config-page__accordion-item-type picture&gt;source {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal__city-list {
  width: 1000px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.search__btn.btn.btn__main&gt;a&gt;h3 {
  color: #ffff;
  margin-bottom: 0px;
}

.search__btn.btn.btn__main&gt;a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search__btn.btn.btn__main&gt;a&gt;.search__item-title {
  margin-bottom: 0px;
}

.swiper&gt;.swiper-wrapper&gt;.swiper-slide&gt;a&gt;picture {
  width: 150px;
  height: 150px;
  display: block;
}

.swiper&gt;.swiper-wrapper&gt;.swiper-slide&gt;a&gt;picture source,
.swiper&gt;.swiper-wrapper&gt;.swiper-slide&gt;a&gt;picture img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-catalog__characteristics-reset {
  cursor: pointer;
}

.page-card__top-article svg {
  margin-right: 3px;
}

.page-card__slider-big-item img {
  width: 320px;
  height: 320px;
  margin-left: 5px;
}

.col-xs-12 {
  margin-top: 30px;
}

.page-catalog__characteristics-btn {
  font-size: 16px;
}

.bascket-page__payment-btn:hover {
  color: white;
}

.bascket-page__payment-btn:hover svg&gt;path {
  fill: #fff;
}

.bascket-page__payment-btn:active {
  color: white;
}

.bascket-page__payment-btn:active svg&gt;path {
  fill: #fff;
}

.page-catalog__item picture {
  width: 100px !important;
/**  height: 205px !important;**/
}

.page-catalog__item a {
  margin-top: 10px;
}

.page-catalog__item picture source,
.page-catalog__item picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-catalog__item a picture source,
.page-catalog__item a picture img {
  width: 100%;
  height: 205px;
  object-fit: contain;
}

@media (min-width:1200px) {
  .page-catalog__item a picture img {
    height:100%;
  }
  .page-catalog__list.line .page-catalog__item .novelty__item-top {
    margin-top:15px;
  }
}



.page-catalog__item&gt;a&gt;picture&gt;img {
  padding: 0px 10px;
}

.footer__dowload-text,
.footer__dowload-link {
  transition: all 0.3s ease;
}

.footer__dowload-text:hover,
.footer__dowload-link:hover {
  color: #ffffff;
}

.novelty__item-link {
  transition: all 0.3s ease;
}

.novelty__item-link:hover {
  color: var(--accent-color);
}

.btn_main.news__filter-btn {
  transition: all 0.3s ease;
}

.btn_main.news__filter-btn:hover {
  background: #00497b;
  color: #fff;
}

.btn_main.news__filter-btn:active {
  background: #003d66;
  color: #fff;
}

.formalization_kp {
  position: fixed;
}

.page-catalog__acordion-one-top {
  transition: all 0.3s ease;
}

.page-catalog__acordion-one-top:hover {
  color: var(--accent-color);
}

.page-catalog__acordion-two-top svg {
  transform: rotate(180deg);
}

.page-catalog__acordion-two-top.active svg {
  transform: rotate(0deg);
}

.page-news-main__list {
  grid-auto-rows: auto;
}

.page-company__info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  opacity: 0.9;
}

.footer__inner {
  justify-content: flex-start;
}

.footer__bottom-list {
  justify-content: flex-start;
}

.footer__bottom-item:first-child {
  margin-right: 165px;
}

.footer__bottom-item:first-child::before {
  display: none;
}

.footer__bottom-item:nth-child(2) {
  margin-right: 263px;
}

.footer__bottom-item:nth-child(3) {
  margin-right: 110px;
}

.page-news-main .news__slide {
  flex: 0;
}

.news-details__top-item:before {
  display: none;
}

.page-catalog__item-info span {
  font-size: 16px;
}

.page-catalog__acordion-two.active .page-catalog__acordion-two-top svg {
  transform: rotate(0deg);
}

.page-card__document-link.footer__dowload-text:hover {
  color: var(--accent-color);
}

.page-catalog__card-top&gt;img {
  margin-right: 20px;
}

.page-catalog__characteristics-reset {
  transition: all 0.3s ease;
}

.page-catalog__characteristics-reset:hover {
  color: var(--accent-color);
}

.page-catalog__list.line .page-catalog__item&gt;a&gt;picture {
  max-width: 88px !important;
  width: 100%;
  height: 99px !important;
  display: block;
}

.page-catalog__list.line&gt;.page-catalog__item&gt;a&gt;picture&gt;img,
.page-catalog__list.line&gt;.page-catalog__item&gt;a&gt;picture&gt;source {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-catalog__top-item {
  box-shadow: 0px 0px 19px #f4f2f2;
  border: 1px;
}

.page-catalog__card-top img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.page-card__button-plus svg {
  display: none;
}

.page-card__button-minus svg {
  display: none;
}

.page-card__button-plus {
  width: 30px;
  height: 30px;
  background-image: url(/local/templates/main/assets/css/../images/plus.svg);
}

.page-card__button-minus {
  width: 30px;
  height: 30px;
  background-image: url(/local/templates/main/assets/css/../images/minus.svg);
}

.page-card__button-minus.dis {
  opacity: 0.4;
}

.footer__bottom-item:first-child .footer__bottom-link::before {
  display: none;
}

.company__item svg {
  margin-top: 10px;
}

.catalog__inner {
  columns: 3;
  column-gap: 20px;
  height: max-content;
  margin-top: 23px;
  column-width: 100%;
}

.page-catalog__item a&gt;picture&gt;source,
.page-catalog__item a&gt;picture&gt;img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn__header-left {
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: var(--accent-color);
  border-radius: 50% 0 0 50%;
  z-index: 103;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.btn__header-left svg {
  margin-top: 3px;
  transition: all 0.3s ease;
}

.btn__header-left.act svg {
  transform: rotate(180deg);
}

.btn__header-left.active {
  border-radius: 50%;
  top: 50%;
  right: 125px;
}

.page-news-main__article-btn.act {
  top: -30px;
  right: -9px;
}

.page-news-main__article-btn.act svg {
  transform: rotate(0deg);
}

.page-news-main__article-btn.act {
  z-index: 101;
}

.page-news-main .articles.act {
  top: 40px;
}

.page-catalog__characteristics-btn-filter span.act {
  background-color: var(--accent-color);
  color: #fff;
}

.page-catalog__characteristics-btn-filter span.dis {
  opacity: 0.5;
  pointer-events: none;
}

.buttons__left.act {
  display: block;
  z-index: 106;
  top: 52%;
  transform: translateY(-50%);
}

.page-catalog__card-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-catalog__card-top img {
  margin-bottom: 25px;
}

.novelty__item-link:hover {
  color: #00497b;
}

.novelty__list&gt;.swiper&gt;.swiper-wrapper&gt;.swiper-slide&gt;a&gt;picture {
  max-width: 260px;
  width: 100%;
  height: 167px;
  display: block;
}

.novelty__list&gt;.swiper&gt;.swiper-wrapper&gt;.swiper-slide&gt;a&gt;picture .novelty__list&gt;.swiper&gt;.swiper-wrapper&gt;.swiper-slide&gt;a&gt;picture&gt;img,
.novelty__list&gt;.swiper&gt;.swiper-wrapper&gt;.swiper-slide&gt;a&gt;picture&gt;source {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog.active {
  position: fixed;
}

.header__bttom-btn .footer__dowload-text:hover {
  color: var(--accent-color) !important;
}

.header__bttom-btn a {
  transition: all 0.3s ease;
}

.header__bttom-btn a:hover {
  color: var(--accent-color) !important;
}

.formalization__btn-kp {
  font-size: 16px;
}

.news__slide&gt;a&gt;picture {
  width: 335px;
  height: 252px;
  display: block;
}

.news__slide&gt;a&gt;picture&gt;img,
.news__slide&gt;a&gt;picture&gt;source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news-main__list {
  grid-row-gap: 60px;
}

.bascket-page__back-btn {
  font-size: 17px;
}

.bascket-page__link {
  transition: all 0.3s ease;
}

.bascket-page__link:hover {
  color: #005e93;
}

.bascket-page__item-del svg {
  transition: all 0.3s ease;
}

.bascket-page__item-del:hover svg:hover&gt;path {
  transition: all 0.3s ease;
}

.bascket-page__item-del:hover svg&gt;path {
  fill: var(--accent-color);
}

.vacancies__item-btn {
  transition: 0.3s ease;
}

.vacancies__item-btn:hover {
  color: var(--accent-color);
}

.partners__form-file label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.bascket-page__back-btn:active,
.bascket-page__back-btn:focus,
.bascket-page__back-btn {
  color: rgba(0, 0, 0, 0.847);
}

.bascket-page__payment-btn.disable:hover svg&gt;path {
  fill: #fff;
}

.page-catalog__acordion-two-top {
  transition: color 0.3s ease;
}

.page-catalog__acordion-two-top:hover {
  color: var(--accent-color);
}

.page-catalog__sorting {
  line-height: 1em;
}

.text__bot {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: var(--accent-color);
  margin: 40px 0px 89px;
}

.news__card .main_photo {
  height: 204px;
  object-fit: cover;
}

.main_photo {
  margin-right: 19px;
}

.page-news-main__top {
  margin-bottom: 55px;
}

.page-news-main__list {
  /*margin-top: 55px;*/
  margin-top: 0px;
}

.news-details__content .articles.act {
  top: 7% !important;
}

#panel {
  top: 165px;
  z-index: 1000000;
}

.news__card .main_photo {
  width: 453px;
  height: 341px;
  display: block;
  margin-right: 20px;
}

.news__card picture {
  width: 453px;
  height: 341px;
  display: block;
}

.news__card picture&gt;img .news__card picture&gt;source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_photo {
  border-radius: 6px;
}

.page-catalog__characteristics-acordion-body {
  height: 100% !important;
}

.haeder {
  background: #fff;
}

.header__inner {
  background: #fff !important;
}

.header__inner.active {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
  width: 100%;
}

.header__inner.active .header__bottom {
  display: none;
}

.company__item-btn {
  position: relative;
}

.company__item-btn:hover {
  background-color: var(--gray-color);
  border-color: var(--gray-color);
  color: white;
}

.company__item-btn:active {
  background: #575656;
  border-color: #575656;
}

.company__item-btn:hover svg {
  fill: none;
}

.company__item-btn:hover svg&gt;path {
  stroke: #fff;
}

.btn__header-left {
  transition: all 0.3s ease;
}

.btn__header-left:hover {
  background-color: #00497b;
}

.btn__header-left:active {
  background-color: #003d66;
}

.page-catalog__back-list.page-card__back-list,
.page-catalog__back-list.page-card__back-list svg {
  transition: all 0.3s ease;
}

.page-catalog__back-list.page-card__back-list:hover svg&gt;path {
  stroke: #fff;
}

.page-catalog__back-list.page-card__back-list:active {
  background: #575656;
  border-color: #575656;
}

.page-card__btn-help {
  transition: all 0.3s ease;
}

.page-card__btn-help:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: white;
}

.page-card__btn-help:active {
  background-color: #003d66;
  border-color: #003d66;
}

.bascket-page__back-btn {
  transition: all 0.3s ease;
}

.bascket-page__back-btn:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: white;
}

.bascket-page__back-btn:hover svg&gt;path {
  fill: #fff;
}

.bascket-page__back-btn:active {
  background: #575656;
  border-color: #575656;
  color: white;
}

.bascket-page__btn,
.bascket-page__btn svg&gt;path {
  transition: all 0.3s ease;
}

.bascket-page__btn:hover svg&gt;path {
  fill: #fff;
}

.bascket-page__btn:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: white;
}

.bascket-page__btn:active {
  background-color: #003d66;
  border-color: #003d66;
  color: white;
}

.config-page__accordion-item-type {
  display: flex;
  align-items: center;
}

.header__back-call {
  display: flex;
  align-items: flex-start;
}

.config-page__back {
  transition: all 0.3s ease;
}

.config-page__back svg&gt;path {
  transition: all 0.3s ease;
}

.config-page__back:hover {
  background-color: var(--gray-color);
  border-color: var(--gray-color);
  color: white;
}

.config-page__back:hover svg&gt;path {
  stroke: white;
}

.config-page__back:active {
  background: #575656;
  border-color: #575656;
  color: white;
}

.config-page__back:active svg&gt;path {
  stroke: white;
}

.config-page__accordion-item picture {
  width: 70px;
  height: 70px;
  display: block;
}

.config-page__accordion-item picture&gt;img,
.config-page__accordion-item picture&gt;source {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search_page {
  margin-bottom: 50px;
}

.search_page__input {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 130%;
}

.search_page__button {
  padding-right: 18px;
}

.menu__list {
  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: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
}

.menu__link {
  display: block;
  padding: 16px 0px;
  text-align: center;
  width: 100%;
  text-align: center;
}

.menu__link a {
  text-align: center;
}

.menu__link.menu__item-selected {
  color: #00497b;
  text-align: center;
  transition: all 0.3s ease;
}

.menu__link.menu__item-selected::before {
  opacity: 1;
}

.menu__item {
  text-align: center;
}

.menu__link:hover {
  color: #00497b;
  transition: all 0.3s ease;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--light-gray);
  z-index: 2001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 1s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #337ab7;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
  z-index: 9999;
}

.loaded .preloader {
  display: none;
}

#wait_comp_68725ae2abc7c4aca8cddb8741ed71cb {
  display: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.menu {
  transition: all 0.3s ease;
}

.button__menu_open {
  display: none;
}

.button__menu_open.fix {
  display: none;
}

.menu.active {
  display: block;
  position: fixed;
  top: 145px;
  background: #fff;
  left: 0;
  z-index: 1001;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(136, 173, 199, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(136, 173, 199, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(136, 173, 199, 0.2);
}

.menu.active .menu__list {
  display: grid;
  grid-template-columns: 1fr !important;
}

.partners__content form[name="order"] {
  margin-bottom: 88px;
}

.partners__form-button.btn.btn__main {
  transition: all 0.3s ease;
}

.header__search-link {
  width: 23px;
  height: 24px;
  background: url(/local/templates/main/assets/css/../images/searchBtn.svg);
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 65px;
  margin-top: 6px;
  display: none;
  background-repeat: no-repeat;
}

.partners__form-file {
  transition: all 0.3s ease;
}

.partners__form-file:hover {
  color: #003d66;
}

.partners__form-file:hover svg&gt;path {
  transition: all 0.3s esae;
}

.partners__form-file:hover svg&gt;path {
  stroke: #003d66;
}

.partners__form-file.dis {
  color: #8cc4ea;
}

.partners__form-file.dis svg&gt;path {
  stroke: #8cc4ea;
}

.btnPageCard_close {
  position: absolute;
  top: 5px;
  font-size: 15px;
  color: var(--accent-color);
  left: 5px;
  display: none;
}

.page-card__top-documtent {
  position: relative;
}

.page-card__top_right.dis {
  display: none;
}

.catalog.active {
  z-index: 1000;
}

.bx-filter-param-label.active {
  background-color: var(--accent-color);
  color: white;
  border-radius: 6px;
}

.page-top__slide-content {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 116px;
  border-radius: 10px !important;
  object-fit: cover !important;
  background-size: cover !important;
}

.button__menu_open.dis {
  display: none;
}

.map-level-0 a {
  color: black;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.map-level-0 a:hover {
  color: var(--accent-color);
}

.row.bx-filter-parameters-box-container {
  margin-top: 0px;
}

.bascket-page__link {
  visibility: hidden;
}

.partners_text_wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.page-catalog__characteristics-btn-filter.selected {
  background-color: #005e93;
  color: white;
}

.partners__form-file label&gt;input {
  height: 48px;
  bottom: 19px;
}

.news-details__top-item {
  padding-left: 2px;
}

.header {
  transition: all 0.3s ease;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}

.header__bottom {
  border-bottom: none;
}

.haedr.fix {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 61, 102, 0.13);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 61, 102, 0.13);
  box-shadow: 0px 3px 8px 0px rgba(0, 61, 102, 0.13);
}

.main {
  margin-top: 150px;
}

.bx-filter-param-label {
  cursor: pointer;
}

.company__item-btn:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: white;
}

.page-catalog__back-list.page-card__back-list:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: white;
}

#wait_comp_68725ae2abc7c4aca8cddb8741ed71cb {
  display: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.page-catalog__item .novelty__item-buttons {
  display: flex;
}

.page-catalog__item .novelty__item-link {
  margin-top: 0px;
}

.news__card picture&gt;source,
.news__card picture&gt;img {
  border-radius: 6px;
}

.bascket-page__item-name a {
  color: var(--black-gray);
}

.search__btn.btn.btn__main a {
  transition: all 0.3s ease;
}

.search__btn.btn.btn__main a:hover {
  background: #00497b;
}

.search__btn.btn.btn__main a:active {
  background: #003d66;
}

div.title-search-result {
  top: 78px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  z-index: 2005 !important;
  position: fixed !important;
}

ul.title-search-result {
  overflow-y: auto;
  height: 450px;
}

ul.title-search-result::-webkit-scrollbar {
  background: var(--light-gray);
  width: 4px;
  height: 80%;
  border-radius: 100px;
}

ul.title-search-result::-webkit-scrollbar-thumb {
  border-radius: 100px;
  width: 2px;

  background-color: var(--accent-color);
}

.header__bottom {
  margin-top: 0px;
  transition: all 0.3s ease;
  opacity: 1;
}

.header__bottom.dis {
  animation-name: headerBottom;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  z-index: -1;
}

@keyframes headerBottom {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    display: none;
    margin-top: -155px;
  }
}

.header__top {
  background-color: #fff;
  background: #fff;
}

.menu.active {
  position: fixed;
}

.button__menu_open {
  position: fixed;
  top: 90px;
}

.page-top__slide-conten {
  object-fit: cover;
}

.page-catalog__top-item picture {
  height: 90px;
  width: 160px;
  display: block;
  flex-grow: 1;
}

.page-catalog__top-item picture&gt;img,
.page-catalog__top-item picture&gt;source {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.formalization__modal-kp,
.questions__modal,
.modal__city {
  border-radius: 6px;
}

.questions__modal-close svg {
  transition: all 0.3s ease;
}

.questions__modal-close:hover svg {
  transform: rotate(180deg);
}

.modal__city-close svg {
  transition: all 0.3s ease;
}

.modal__city-close:hover svg {
  transform: rotate(180deg);
}

.formalization__close-kp svg {
  transition: all 0.3s ease;
}

.formalization__close-kp:hover svg {
  transform: rotate(180deg);
}

.header.fix {
  height: 100px !important;
}

.formalization__modal-kp.top {
  top: 105px;
}

.modal__city.top {
  top: 105px;
}

.questions__modal.top {
  top: 375px;
}

.header__bottom.active {
  width: 95%;
  padding: 28px 20px 49px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  background: #fff;

  position: absolute;
  left: 0;
}

.header__bottom.active .header__bottom-buttons {
  display: none;
}

.header-menu_bottom {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.header-menu__btn_bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #efefef;
}

.header-menu__btn_bottom:nth-child(1) {
  padding-top: 12px;
}

.header-menu__btn_bottom span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--black-gray);
}

.header-menu__btn_bottom svg {
  margin-right: 14px;
}

.header-menu-connection {
  display: none;
}

.header-menu-connection__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.header-menu-connection__item:first-child {
  margin-right: 54px;
}

.header-menu-connection__item svg {
  margin-right: 13px;
}

.header-menu-connection__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
  color: var(--accent-color);
}

.header-menu-connection__link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: right;
  text-decoration-line: underline;
  color: var(--gray-color);
  opacity: 0.7;
  cursor: pointer;
}

.formalization__btn-kp.btn.btn__main {
  cursor: pointer;
}

.catalog-back {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--black-gray);
  padding-bottom: 30px;
  margin-top: 90px;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.catalog-back::before {
  z-index: 9999;
  width: 12px;
  height: 6px;
  left: 0;
  top: 0;
  position: absolute;
  content: url(/local/templates/main/assets/css/../images/arrowBack.svg);
}

.catalog-acordion__top {
  align-items: flex-start;
}

.page-news-main__list-btn-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fl.disable {
  display: none;
}

.category__item {
  transition: all 0.3s ease;
}

.category__item:hover {
  transform: scale(1.009);
  -webkit-box-shadow: 0px -1px 23px 5px rgba(47, 47, 47, 0.2);
  -moz-box-shadow: 0px -1px 23px 5px rgba(47, 47, 47, 0.2);
  box-shadow: 0px -1px 23px 5px rgba(47, 47, 47, 0.2);
}

.fl.zIndex {
  z-index: 0;
}

.novelty__item-title {
  transition: all 0.3s ease;
}

.novelty__item-title:hover {
  color: var(--accent-color);
}

.page-top__title {
  padding-bottom: 43px;
}

.page-news-main__article-btn svg {
  margin-top: 3px;
}

.news-details.page-top.page-top__box .page-top__title {
  padding-bottom: 0px;
}

.news-details.page-top.page-top__box .page-top__date {
  margin-top: 13px;
  margin-bottom: 35px;
}

.partners_text_wrapper {
  margin-bottom: 36px !important;
}

.page-contact {
  margin-top: 0px;
  margin-bottom: 59px;
}

.page-top__title.page-top__title-company.title.title__midle {
  padding-bottom: 0px;
  margin-top: 0px;
}

.hover-img {
  transition: 0.3s ease;
}

.hover-img:hover {
  transform: scale(1.1);
}

.news__slide-link::before {
  content: "";
  position: absolute;
  bottom: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--accent-color);
  transition: all 0.3s ease;
}

.news__slide-link:hover::before {
  width: 132px;
}

.read-all-btn {
  position: relative;
}

.read-all-btn::before {
  content: "";
  position: absolute;
  bottom: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--accent-color);
  transition: all 0.3s ease;
}

.read-all-btn:hover::before {
  width: 111px;
}

.news__card-link {
  position: relative;
}

.news__card-link::before {
  content: "";
  position: absolute;
  bottom: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--accent-color);
  transition: all 0.3s ease;
}

.news__card-link:hover::before {
  width: 132px;
}

.articles__item-link {
  position: relative;
  max-width: max-content;
}

.articles__item-link::before {
  content: "";
  position: absolute;
  bottom: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0%;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--accent-color);
  transition: all 0.3s ease;
}

.articles__item-link:hover::before {
  width: 100%;
}

.modal__city-item {
  transition: 0.3s ease;
}

.modal__city-item:hover {
  color: var(--accent-color);
}

.page-news-main__list-btn {
  transition: 0.3s ease;
}

.page-news-main__list-btn:hover {
  color: var(--accent-color);
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgb(26 26 67 / 10%);
  box-shadow: 0px 1px 4px rgb(26 26 67 / 10%);
  border-radius: 4px;
}

.bread-crumbs a {
  transition: 0.3s ease;
}

.bread-crumbs a:hover {
  color: var(--accent-color);
}

.page-card__slider-min-item:hover {
  cursor: pointer;
}

.page-card__slider-big-item:hover {
  cursor: grab;
}

.articles__item:hover .articles__text {
  color: var(--accent-color);
}

.slick-slide {
  cursor: grab;
}

.no__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.no__product img {
  width: 20%;
  margin-bottom: 20px;
}

.page-catalog__item a picture img {
  transition: 0.3s ease;
}

.page-catalog__item a picture img:hover {
  transform: scale(1.2);
}

.page-catalog__top-item picture img {
  transition: 0.3s ease;
}

.page-catalog__top-item picture img:hover {
  transform: scale(1.2);
}

.btn__header-left.close svg {
  transform: rotate(180deg);
}

.btn__header-left {
  display: block;
  top: 21%;
}

.buttons__left {
  display: none
}

.buttons__left.act {
  display: block
}

.news__slide-img {
  transition: all .3s ease;
}

.news__slide-img:hover {
  transform: scale(1.01);
}

.btn__header-left.act {
  border-radius: 50%;
  right: 130px;
  top: 50%;
}

.buttons__left.act {
  top: 52%;
  transform: translateY(-52%);
}

.btn__header-left.act svg {
  margin-left: 3px;
  margin-top: 5px;
}

.modal__city-list {
  padding-bottom: 50px;
}

.certificates__slide-text mark,
.certificates__slide-text {
  font-weight: 400;
}

.view_all_show_link {
  color: var(--accent-color);
  text-decoration: underline;
}

.hide {
  display: none
}

body.scroll {
  overflow: hidden;
}

.slider__left-link {
  right: 27px;
}

.page-catalog__content&gt;.category&gt;.container {
  padding: 0px
}

.hidden {
  overflow: hidden;
  max-height: 57px;
}

.page-catalog__back-list {
  transition: all .3s ease;
}

.page-catalog__back-list svg path {
  transition: all .3s ease;
}

.page-catalog__back-list:hover {
  background-color: var(--accent-color);
  color: white;
}

.page-catalog__back-list.qs-edits:hover {
  color: white;
}

.page-catalog__back-list:hover svg path {
  stroke: white;
}

.category .container {
  padding: 0px
}

.footer__logo,
.logo {
  transition: all .3s ease;
}

.footer__logo:hover {
  transform: scale(1.0025);
}

.logo:hover {
  transform: scale(1.0015);
}

.page-catalog__category-btn {
  border-radius: 6px
}

.slider__left .slick-slide {
  border-radius: 10px;
}

.formalization__modal {
  top: 545px
}

.formalization__modal-content::-webkit-scrollbar {
  display: none;
  background: #fff;
  border: none;
  width: 0px;
  opacity: 0;
}

.formalization__modal-content::-webkit-scrollbar-thumb {
  display: none;
  background: #fff;
  border: none;
  width: 0px;
  opacity: 0;
}

.formalization__modal-content::-webkit-scrollbar-track {
  display: none;
  background: #fff;
  border: none;
  width: 0px;
  opacity: 0;
}

.partners__form-box-button .partners__form-box-inner {
  cursor: pointer;
}

.catalog__item.qs-edits .novelty__item-top {
  padding: 0px 1px;
}

.catalog__item.qs-edits .novelty__item-title {
  padding: 0;
}

.catalog__item.qs-edits .novelty__item-buttons {
  padding: 0;
}

.slider__left-item-img {
  max-width: 116px;
  width: 100% !important;
  height: 39px;
  object-fit: contain;
  object-position: left center;
}

.page-catalog__back-list.qs-edits {
  max-width: max-content;
  padding: 12px 20px 10px 9px;

  font-size: 12px;
  font-weight: 500;
  color: var(--black-gray);
}

.page-catalog__back-list.qs-edits svg {
  margin-right: 5px;
}

.formalization__title-kp~.formalization__text-kp {
  text-align: center;
  padding-bottom: 15px;
}

.footer__dowload .footer__dowload-text {
  display: flex;
}

.news__slide-date {
  text-align: center;
}

.news__slide-num {
  padding-top: 6px;
  line-height: 123%;
}

.certificates__content .swiper-slide a:first-child {
  display: flex;
  height: 100%;
  background: linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
  border-radius: 10px;
  padding: 13px;
  margin-bottom: 16px;
}

.certificates__content .swiper-slide a:first-child img {
  border-radius: 10px;
}

.footer .header__city-text {
  width: 100%;
}

.page-catalog__btn-copy {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 10px;

  max-width: max-content;
  width: 100%;

  font-size: 16px;
}

.page-catalog__btn-copy span {
  font-weight: 500;
}

.page-catalog__btn-copy-article {
  font-weight: 700;
}

.page-catalog__top-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.page-catalog__btn-icon {
  width: 14px;
  height: 16px;
  flex-shrink: 0;
  background: url(/local/templates/main/assets/css/../images/icon-btn-copy.svg) 50% 50% no-repeat;
}

.page-catalog__btn-icon.is-copy {
  background: url(/local/templates/main/assets/css/../images/ok-icon-btn-copy.svg) 50% 50% no-repeat;
}

.swiper-slide.catalog__item.qs-edits.grid-item {
  border-bottom: 0px;
}

.catalog__item.qs-edits .novelty__item-text {
  padding: 0;
}

.container .container {
  padding: 0 !important;
}

.questions__box-text.text__main {
  font-size: 16px;
}

.questions__content {
  align-items: flex-start;
}

.header__back-call-link {
  text-wrap: nowrap;
}

.btn__header-left,
.buttons__left {
  will-change: auto;
}

.catalog-parent .novelty {
  background: none;
}

.catalog-parent .swiper-slide {
  border: 1px solid #F9F9F9;
  border-radius: 10px;
}

.catalog-parent .company {
  box-shadow: 1px 100vw 1px 100vw #FBFBFC;
  overflow-y: hidden;
}

.page-catalog__characteristics-reset::after {
  background-color: var(--accent-color);
}

.check-item.act {
  position: static !important;
}

.page-catalog__characteristics-btn-filter {
  margin-bottom: 0px;
  margin-right: 0px;
}

.page-catalog__characteristics-btn-filter span {
  display: flex;
}

.page-catalog__characteristics-btn-filter input {
  display: none;
}

.page-catalog__characteristics-acordion-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

.page-catalog__characteristics-acordion {
  margin-bottom: 27px;
}

.page-catalog__characteristics-acordion-top {
  margin-bottom: 20px;
}

.page-catalog__characteristics-acordion-body {
  margin-bottom: 39px;
}

.page-catalog__characteristics-acordion-body {
  transition: height 300ms linear, opacity 300ms ease;
  height: max-content !important;
  opacity: 1;
}

.page-catalog__characteristics-acordion-body.hide {
  height: 0 !important;
  margin: 0;
  opacity: 0;
  overflow: hidden;
}

.buttons__left-item {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page-card__btn-help {
  color: #1F1F1F;
}

.page-catalog__list.line .novelty__item-buttons {
  padding: 0px 10px 0px;
}

.header .header__city .header__city-text {
  margin-bottom: 0;
}

.visability-hidden-title {
  display: none;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  top: -100vh;
}

.swiper2 .news__slide-img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.swiper2 .news__slide-img img,
.swiper2 .news__slide-img source {
  width: 100%;
  max-width: 100%;
}

.news__slide-link-img {
  width: 100%;
  max-width: 100%;
  margin-top:35px;
}

.footer__dowload-text {
  color: rgba(112, 112, 112, 0.7);
}

/* 09.07.2024 */
.header .container {
/*  max-width: 1407px;*/ /* why  */
  width: 100%;
}

.logo {
  margin-right: 30px;
}

.header__catalog.btn {
  margin-right: 18px;
}

.header__city {
  padding-left: 30px;
}

.header__back-call .header__back-call-text {
  position: relative;
  left: 8px;
}

.header__back-call .header__back-call-link,
.header__city .header__city-text {
  position: relative;
  bottom: 2px;
}

.menu__list {
  gap: 54px;
}

.header__bottom {
  padding-right: 76px;
}

.header__bottom-buttons {
  position: relative;
  bottom: 2px;
}

.menu__link {
  position: relative;
}

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

.menu__link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  right: -16px;
  background-color: var(--light-gray);
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms ease;
}

.category__item-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header__bottom-line {
  border-bottom: 1px solid #efefef;
}

@media (min-width: 1000px) {
  .menu__link:hover::before {
    opacity: 1;
  }
}

/* =========== catalog items ================ */
/* ---------- first six items -------------- */
.category__item:nth-child(1) {
  background: url(/local/templates/main/assets/images_bg_catalog/first-and-six/ibg1.svg) 100% 0% no-repeat, linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__item:nth-child(2) {
  background: url(/local/templates/main/assets/images_bg_catalog/first-and-six/ibg2.svg) 100% 0% no-repeat, linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__item:nth-child(3) {
  background: url(/local/templates/main/assets/images_bg_catalog/first-and-six/ibg3.svg) 100% 0% no-repeat, linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__item:nth-child(4) {
  background: url(/local/templates/main/assets/images_bg_catalog/first-and-six/ibg4.svg) 100% 100% no-repeat, linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__item:nth-child(5) {
  background: url(/local/templates/main/assets/images_bg_catalog/first-and-six/ibg5.svg) 100% 0% no-repeat, linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__item:nth-child(6) {
  background: url(/local/templates/main/assets/images_bg_catalog/first-and-six/ibg6.svg) 100% 0% no-repeat, linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

/* -------------- more six -------------- */
.category__item.item-bg-one {
  background: url(/local/templates/main/assets/images_bg_catalog/more-six/ibg1.svg) 100% 0% no-repeat, linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__item.item-bg-two {
  background: url(/local/templates/main/assets/images_bg_catalog/more-six/ibg2.svg) 100% 0%/contain no-repeat, linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__item.item-bg-three {
  background: url(/local/templates/main/assets/images_bg_catalog/more-six/ibg3.svg) 0% 0%/contain no-repeat, linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__item.item-bg-four {
  background: no-repeat 100% 93% url(/local/templates/main/assets/images_bg_catalog/more-six/ibg4.svg), linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__item.item-bg-five {
  background: no-repeat 100% 0%/contain url(/local/templates/main/assets/images_bg_catalog/more-six/ibg5.svg), linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__item.item-bg-six {
  background: no-repeat 135% 0% url(/local/templates/main/assets/images_bg_catalog/more-six/ibg6.svg), linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__item.item-bg-seven {
  background: no-repeat 0% 0% url(/local/templates/main/assets/images_bg_catalog/more-six/ibg7.svg), linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__item.item-bg-eight {
  background: no-repeat 100% 0% url(/local/templates/main/assets/images_bg_catalog/more-six/ibg6.svg), linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.header__city-btn {
  text-wrap: nowrap;
}

.header__bottom-line.active {
  min-height: 100svh;
}

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

.header__city.footer__city {
  padding-left: 0;
}

.footer__right-item svg {
  margin-right: 10px;
}

.header__city.footer__city {
  padding-top: 2px;
}

.footer .header__city-text {
  margin-bottom: 1px;
}

.questions__form-input {
  border: none;
}

.questions form {
  position: relative;
  top: 7px;
}

.questions__form-input {
  padding-left: 28px;
}

.questions__form-bottom {
  position: relative;
  top: 5px;
  padding-left: 23px;
}

.questions__form-bottom .questions__form-text {
  margin-top: 12px;
}

.questions__form-input.questions__form-input_phone {
  padding-left: 39px;
}

.questions__form-input.questions__form-input_name {
  padding-left: 44px;
}

label.questions__form-item::before {
  content: '';
  height: 28px;
  width: 1px;
  background-color: #005E9E;
  position: absolute;
  left: 64px;
}

.questions__left {
  position: relative;
  left: -2px;
}

.company__title {
  padding-left: 18px;
}

.company .container {
  padding: 0 26px;
}

.company svg {
  position: static !important;
}

.news__inner {
  margin-bottom: 47.5px;
  padding-bottom: 83.5px;
}

.about__left {
  padding-top: 19px;
  padding-left: 14px;
}

.about__right {
  margin-right: 40px;
}

.about__image.about__image_min {
  margin-bottom: 14px;
  flex-shrink: 0;
}

.about__list .about__item:nth-child(2) {
  margin-right: 62px;
  margin-left: 74px;
}

.about__list .about__item:nth-child(2) .about__item-text {
  position: relative;
  top: -10px;
}

.news__inner .swiper-button-lock {
  display: flex;
  cursor: auto;
}

.novelty {
  padding: 99px 0px 62px;
  margin-bottom: 69px;
}

.news__title {
  padding-left: 14px;
  padding-bottom: 14px;
}

.news__top .read-all-btn svg {
  position: relative;
  top: 2px;
  right: 4px;
}

.news__top {
  margin-left: 13px;
}

.news__inner {
  margin-left: 13px;
}

.news__inner .swiper-wrapper {
  height: auto !important;
}

.news__inner {
  position: relative;
}

.page-top__slide-btn.btn.btn__main {
  max-width: max-content;
}

.page-top__list-item {
  gap: 27px;
}

.page-top__list-item svg {
  flex-shrink: 1;
  width: 100%;
  max-width: max-content;
  margin: 0;
  left: 0;
}

.category__title {
  padding-left: 31px;
}

.category__list {
  padding-inline: 0;
}

.novelty__title {
  padding-left: 15px;
}

.novelty__list {
  margin-left: 15px;
}

.certificates__content .swiper-scrollbar {
  margin-top: 42px !important;
}

.page-top__list-item:nth-child(2) svg {
  position: relative;
  flex-shrink: 0;
}

.page-top__list-item:nth-child(2) {
  gap: 26px;
}

.page-top__list-item:nth-child(3) {
  gap: 26px;
}

.page-top__list-item:nth-child(3) svg {
  position: relative;
  flex-shrink: 0;
  top: -2px;
}

.page-top__list-item:nth-child(4) {
  gap: 34px;
}

.page-top__list-item:nth-child(4) svg {
  position: relative;
  flex-shrink: 0;
  top: -2px;
  left: 3px;
}

.page-top__slide_left {
  margin-top: 16px;
  max-width: 622px;
}

.page-top__slide_right--centered {
  margin: 0 auto;
}

.page-top__slide_right--centered img {
  width: auto!important;
}

.slides-counts {
  max-width: max-content !important;
  width: 100%;
  height: max-content !important;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  background: none !important;
}

.slides-counts p {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: var(--black-gray);
}

.slides-counts span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: var(--black-gray);
}

.page-company__item:nth-child(1) svg {
  position: relative;
  top: 2px;
  left: 5px;
  margin-bottom: 11px;
}

.page-company__item:nth-child(1) .page-company__item-text {
  position: relative;
  left: 5px;
}

.page-company__item:nth-child(2) svg {
  position: relative;
  top: 1px;
  left: 8px;
  margin-bottom: 11px;
}

.page-company__item:nth-child(2) .page-company__item-text {
  position: relative;
  left: 2px;
}

.page-company__item:nth-child(3) svg {
  position: relative;
  left: -5px;
  margin-bottom: 11px;
}

.page-company__item:nth-child(3) .page-company__item-text {
  position: relative;
  left: -5px;
}

.page-company__item:nth-child(4) svg {
  position: relative;
  left: -13px;
  margin-bottom: 11px;
}

.page-company__item:nth-child(4) .page-company__item-text {
  position: relative;
  left: -11px;
}

.page-company__item:nth-child(5) svg {
  position: relative;
  top: -3px;
  left: -5px;
  margin-bottom: 10px;
}

.page-company__item:nth-child(5) .page-company__item-text {
  position: relative;
  left: -8px;
}

.page-company__item:nth-child(6) svg {
  position: relative;
  top: -3px;
  left: 8px;
  margin-bottom: 9px;
}

.page-company__item:nth-child(6) .page-company__item-text {
  position: relative;
  top: 0px;
  left: 3px;
}

.page-company__item:nth-child(7) svg {
  position: relative;
  top: 7px;
  left: -3px;

}

.page-company__item:nth-child(7) .page-company__item-text {
  position: relative;
  top: 10px;
  left: -5px;
}

.page-company__item:nth-child(8) svg {
  position: relative;
  top: 7px;
  left: -10px;
}

.page-company__item:nth-child(8) .page-company__item-text {
  max-width: 30%;
  position: relative;
  top: 11px;
  left: -10px;
}

.page-company__country-row {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  padding-left: 70px;
}

.page-company__country-inner {
  max-width: 1213px;
  width: 100%;
}

.page-company__country_right {
  position: relative;
  top: 24px;
  left: 4px;
}

.page-company__info .page-company__info-title {
  padding-left: 19px;
  margin-bottom: 40px;
}

.page-company__info-inner {
  padding-left: 13px;
}

.certificates-company-page .certificates__content .swiper-scrollbar {
  margin-top: 64px !important;
}

.certificates-company-page .certificates.certificates-index-page {
  margin-bottom: 157px;
}

.page-company__info-text:nth-child(3) {
  position: relative;
  top: 21px;
}

.page-company__client-title {
  padding-left: 13px;
  letter-spacing: -0.02em;
}

.page-company__client {
  margin-bottom: 60px;
}

.page-company__client-slide picture {
  position: relative;
}

.page-company__client-slide:nth-child(1) picture {
  top: -1px;
  left: 0px;
}

.page-company__client-slide:nth-child(2) picture {
  top: -1px;
  left: 0px;
}

.page-company__client-slide:nth-child(3) picture {
  top: -1px;
  left: 0px;
}

.page-company__client-slide:nth-child(4) picture {
  top: 0px;
  left: 1px;
}

.page-company__client-slide:nth-child(5) picture {
  top: -12px;
  left: 0px;
}

.page-company__client-slider {
  margin-left: 13px;
  margin-right: -6px;
}

.category__list.category__list_index-page {
  max-width: 1398px;
  margin-inline: auto;
}

.category__list.category__list_index-page {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* .category__list-row {
  display: grid;
  grid-template-columns: 690px 333px 333px;
  grid-template-rows: 336px;
  grid-column-gap: 20px;

  position: relative;
  left: 6px;
} */

.category__list-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 336px;
  grid-column-gap: 20px;
  row-gap: 15px;

  position: relative;
  left: 6px;
}

/* .category__list-row_two {
  display: grid;
  grid-template-columns: 333px 333px 690px;
  grid-column-gap: 20px;
} */

.category__list.category__list_index-page .category__item:first-child {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}

.category__list.category__list_index-page .category__list-row_two .category__item:first-child {
  background: url(/local/templates/main/assets/images_bg_catalog/first-and-six/ibg4.svg) 100% 100% no-repeat, linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__list.category__list_index-page .category__list-row .category__item:first-child .category__item-content {
  padding: 0px 25px 39px 30px;
}

.category__list.category__list_index-page .category__list-row .category__item:nth-child(2) .category__item-content {
  padding: 0px 18px 39px 13px;
}

.category__list.category__list_index-page .category__list-row .category__item:nth-child(3) .category__item-content {
  padding: 0px 17px 43px 21px;
}

.category__list.category__list_index-page .category__list-row_two .category__item:first-child picture {
  width: 260px;
  height: 205px;
  margin: 10px auto 0px auto;
}

.category__list.category__list_index-page .category__list-row_two .category__item:nth-child(2) {
  background: url(/local/templates/main/assets/images_bg_catalog/first-and-six/ibg5.svg) 100% 100% no-repeat, linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__list.category__list_index-page .category__list-row_two .category__item:nth-child(3) {
  background: url(/local/templates/main/assets/images_bg_catalog/first-and-six/ibg6.svg) 70% 0% no-repeat, linear-gradient(96.91deg, #F9F9F9 0.45%, #FCFCFC 0.46%, #FAFAFB 100.73%);
}

.category__list.category__list_index-page .category__list-row_two .category__item:first-child .category__item-content {
  padding: 0px 23px 36px 19px;
}

.category__list.category__list_index-page .category__list-row_two .category__item:nth-child(2) .category__item-content {
  padding: 0px 20px 23px 21px;
}

.category__list.category__list_index-page .category__list-row_two .category__item:nth-child(3) .category__item-content {
  padding: 0px 16px 36px 13px;
}

.category__list.category__list_index-page .category__list-row_two .category__item:nth-child(3) picture {
  margin: 0;
  padding: 0;
  width: 340px;
  height: 205px;
  margin-top: 10px;
  margin-right: 37px;
  margin-left: auto;
}

.category__list.category__list_index-page .category__btn {
  margin-top: 13px;
}

.map-level-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-bottom: 80px;
  padding-left: 3px;
}

.page-catalog__inner:has(.page-catalog__card-top-info) .page-catalog__title{
  margin-bottom: 0px;
}

.inf-title {
  display: block;
  margin-bottom: 15px;
}

.inf-text {
  margin-bottom: 10px;
}

.inf-link{
  font-size: 16px;
  /* color: var(--accent-color); */
  position: relative;
  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 56px;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 6px;
}

.inf-link::before{
  content: '';

  position: absolute;
  bottom: 0;
  left: 0;

  height: 1px;
  width: 0;
  background-color: var(--accent-color);

  transition: width 300ms linear;
}

.inf-link:hover::before {
  width: 100%;
}

.page-catalog__top-list .page-catalog__top-item{
  height: max-content;
}

.inf-box .inf-text{
  padding-left: 15px;
  position: relative;
}

.inf-box .inf-text::before{
  content: '';

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;

  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: var(--accent-color);
}

.page-top__slide.is-white-text .page-top__slide-title,
.page-top__slide.is-white-text .page-top__slide-text {
  color: #fff !important;
}



.catalog__controlls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding-left: 8px;
  padding-right: 6px;
  margin-bottom: 80px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px
}

.pagination__button {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination__button svg path {
  -webkit-transition: stroke 300ms linear;
  transition: stroke 300ms linear
}

.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px
}

.pagination__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: var(--color-text-1F1F1F);
  border-radius: 4px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: color 300ms linear, box-shadow 300ms linear;
  transition: color 300ms linear, box-shadow 300ms linear
}

.pagination__item.is-active {
  font-weight: 700;
  color: var(--color-accent-005E9E);
  box-shadow: 0px 1px 4px rgba(26, 26, 67, .1)
}

.pagination__link {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: currentColor;
  background-color: #000000;
  -webkit-transition: color 300ms linear, background-color 300ms linear, box-shadow 300ms linear;
  transition: color 300ms linear, background-color 300ms linear, box-shadow 300ms linear
}
.page-news-main__list-buttons  .pagination__link{
	background-color:#fff;
}
.catalog__view-all {
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: .05em;
  color: #005E9E;
  position: relative;
  top: -3px;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear
}

.catalog__view-all::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #005E9E
}

.catalog__view-all:active {
  color: #00497b
}

.catalog__view-all:hover {
  color: #00497b
}
.pagination__link {
  color: #707070;
}
.pagination__item.is-active .pagination__link{
  color: #005E9E;
}

.catalog-tabs {
  justify-content: flex-end !important;
  gap: 0 30px;
}

@media (max-width: 767px) {

  .catalog-tabs {
    justify-content: space-between !important;
  }
	.page-catalog__item a &gt; picture &gt; img{
		width:100%;
	}
	.catalog-tabs a svg{
		margin-right:0;
		margin-left:10px;
	}
	.page-catalog__list.line{
		max-width:100%!important;
		position:relative;
	}
	
	.page-catalog__list.line div{
		position:relative;
		width:100%;
		max-width:100%!important;
	}
.page-catalog__item a {
	flex:0 0 20%;
}	
.page-catalog__list.line .page-catalog__item{
	max-width:100%!important;
}

.catalog-tabs a{
	line-height: 14px!important;
	display:flex;
	align-items:Center;
	justify-content:center;
}
.page-catalog__list.line .page-catalog__item{
	padding:0!important;
	
}
.page-catalog__item .novelty__item-content{
	flex:0 0 40%;
	padding:0!important;
	margin-right:0;
}
.page-catalog__list.line .page-catalog__item .novelty__item-title{
	margin-right:0;	
	width:auto;
}
.page-catalog__list.line .page-catalog__item .novelty__item-availability{
	flex:0 0 20%;
	right:auto;
	order:3;
	position:relative;
	font-size:10px;
	white-space:nowrap;
}
.page-catalog__list.line .page-catalog__item .novelty__item-availability{
	bottom:0;
	top:auto;
}	
	.card-top-image{
		flex:0 0 100%!important;
	}
	.download-cat{
	
	margin:20px 0!important;
	display:inline-block;
}	

.page-catalog__item a &gt; picture &gt; img{
	height:auto!important
}

}
pre{
	font-size:16px!important;
}


.page-catalog__item-info {
display: none;
}


.page-catalog__acordion-two-item span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  transition: all 0.3s ease;
  cursor:pointer;
}
.page-catalog__acordion-two-item span:hover {
  color: var(--accent-color);
}

.kp-captcha {
  display:flex;
  align-items: center;
  margin-top:20px;
  gap:20px;
}
.kp-captcha__text {
  font-size:14px;
}
.kp-captcha input.inputtext {
    width: 200px;
    background: #ffffff;
    border: 1px solid #c7e2ff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: var(--black-gray);
    height: 48px;
    margin-top: 4px;
    padding: 0px 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kp-field38 {
  display:none;
}
.news-details__top img{
	width:100%;
}

table.title-search-result td.title-search-item a{
	font-size:15px;
}
#search-result{
	display:none;
}
#search-result.active{
	display:block;
	position:absolute;
	left:0;
	right:0;
	height:300px;
	padding:10px;
	background-color:#fff;
	border:1px solid #005e9e;
	z-index:99991;
	top:50px;
        min-height: .01%;
        overflow-y: auto;
        overflow-x: hidden;
         -webkit-overflow-scrolling: touch !important;
}

@media (max-width: 767px) {
  #search-result.active {
    height: calc(100% - 50px);
    top: 60px;
  }
}


.search-overlay{
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:fixed;
	z-index:2;
	display:none;
  opacity: 0.3;
  background: #000;
}
.search-overlay.active{
	display:block;
}
.search-input{
	position:relative;
}
#search-result a{
	display:flex;
	margin-bottom:10px;
	align-items:center;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #fff;
	border-bottom:1px solid #efefef;
}
#search-result a:hover {
	background-color:#efefef;
}
#search-result a:last-of-type{
	border-bottom:0;
}
#search-result a span:nth-of-type(1){
	flex:0 0 50px;
	padding-left:10px;
}
#search-result a span img{
	width:100%;
}
#search-result a span:nth-of-type(2){
	flex:0 0 calc(100% - 80px);
	padding-left:20px;
	display:block;
	height:100%;
}
#search-result a span{
	font-size:15px;
	color:#000;
}

#search-result.active {
    color: #000;
    font-size: 14px;
}

#search-result span {
  padding: 10px;display: block;
}

.header__top .fl {
  margin-left: 30px;
}
/* End */


/* Start:/local/templates/main/assets/css/media.css?1755788846112917*/
@media (max-width: 1700px) {
	.buttons__left {
		right: -100%;
	}

	.btn__header-left {
		display: block;
	}
}

@media (max-height: 499px) {
	-item:nth-last-child(1) {
		display: none;
	}
}

@media (min-width: 1081px) and (max-width: 1277px) {
	.page-catalog__item-info {
		flex-direction: column;
		gap: 5px;
	}

	.page-catalog__item-info svg {
		flex-shrink: 0;
	}
}

@media (max-width: 1650px) {
	

	.page-card__top-documtent {
		display: flex;
		flex-direction: column;
	}

	.page-card__document-link {
		max-width: 163px;
		min-width: 100px;
	}

	.page-card__document-link:nth-child(3)::after,
	.page-card__document-link:nth-child(4)::after {
		width: 0;
	}

	.page-card__document-link:nth-child(3):hover:after {
		width: 111px;
	}

	.page-card__document-link:nth-child(4):hover:after {
		width: 111px;
	}
}

@media (max-width: 1600px) {
	.about {
		padding: 38px 0px 128px;
		background-repeat: no-repeat;
	}
}

@media (max-width: 1550px) {
	.company__list {
		grid-template-columns: repeat(4, minmax(250px, 1fr));
	}
	.page-card__top_right {
		position: absolute;
		top: 407px;
		right: 15px;
		/*margin-top: -30px;*/
	}
	.page-card__top-documtent {margin-top:0}
}

@media (max-width: 1450px) {
	.header__top .fl,
	.search-query {
		max-width: 100%;
	}

	.novelty__item-title {
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 170px;
	}

	#title-search {
		margin-right: 10px;
	}
}

@media (max-width: 1440px) {
	.category__list-row {
		left: 0;
	}

	.category__list-row {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.category__list-row.category__list-row_two {
		grid-template-columns: 1fr 1fr 2fr;
	}

	.category__list.category__list_index-page {
		max-width: 100%;
		width: 100%;
		padding-inline: 15px;
	}

	.page-top {
		left: 0;
	}
}

@media (max-width: 1420px) {
	.category__list {
		grid-template-columns: repeat(4, minmax(250px, 1fr));
	}

	.btnPageCard_close {
		display: block;
	}

	.category__item:first-child img {
		margin-left: 150px;
		margin-right: auto;
	}

	.about__left {
		margin-right: 50px;
	}

	.about__image_big {
		max-width: 300px;
	}

	.questions__inner {
		background: none;
		background-repeat: no-repeat;
		background: url(/local/templates/main/assets/css/../images/bg-decor/1.svg) 0% 0%, url(/local/templates/main/assets/css/../images/bg-decor/2.svg) 100% 0%,
			url(/local/templates/main/assets/css/../images/bg-decor/decor-dots.svg) 107% 80%, url(/local/templates/main/assets/css/../images/bg-decor/q1.png) 100% 100%;
		background-repeat: no-repeat;
		background-color: #fbfbfb;
	}

	.page-news-main__list {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
	}

	.page-news-main__list .news__slide-title {
		max-width: 100%;
		width: 100%;
	}

	.page-news-main__list .news__slide-text {
		max-width: 100%;
		width: 100%;
	}

	.page-news-main__list picture > img {
		max-width: 100%;
		width: 100%;
		border-radius: 10px;
		object-fit: cover;
		max-height: 300px;
	}

	.news-details__content {
		margin-right: 20px;
	}

	.news-details__top {
		justify-content: flex-start;
	}

	.search__list {
		left: 50.2%;
	}

	.logo,
	.header__catalog.btn {
		margin-right: 0;
	}

	.header__city {
		padding-right: 0px;
	}

	.header__top {
		gap: 20px;
	}

	.header__bottom {
		padding-right: 0px;
	}

	#title-search {
		margin-right: 0px;
	}

	.header__city {
		padding-left: 10px;
	}
}

@media (max-width: 1400px) {
	.page-company__top-list {
		grid-column-gap: 20px;
		margin: 0 auto;
	}

	.page-company__top-item p {
		max-width: 100%;
		width: 100%;
	}

	.page-company__top {
		height: 517px;
		margin-bottom: 71px;
		background: url(/local/templates/main/assets/css/../images/company/bg1.png) 0% 0%, url(/local/templates/main/assets/css/../images/company/bg3.png) 38% 63%,
			url(/local/templates/main/assets/css/../images/bg-decor/decor-dots.svg) 90% 0%;
		background-repeat: no-repeat;
	}

	.header__input-btn {
		left: 450px;
	}

	.page-company__country-row {
		padding-left: 0px;
	}
}

@media (max-width: 1390px) {
	.header__top .fl {
		max-width: 430px;
	}

	.header__top .fl,
	.search-query {
		max-width: 100%;
	}

	.formalization__modal-content {
		height: 600px;
		overflow-y: scroll;
		-ms-overflow-style: none;
		overflow: -moz-scrollbars-none;
	}

	.formalization__questions {
		padding-bottom: 40px;
	}
}

@media (max-width: 1385px) {
	.partners__form-box {
		grid-template-columns: repeat(3, 1fr);
	}

	.page-top__slide_right {
		margin-right: 30px;
	}

	.partners__form-label {
		max-width: 100%;
		width: 100%;
	}

	.page-news-main .articles {
		max-width: 30%;
		width: 100%;
	}

	.bascket-page__item-name,
	.bascket-page__item-article {
		width: 200px;
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 1370px) {
	.page-catalog__content {
		grid-template-columns: minmax(290px, 335px) 1fr;
	}

	.page-top__slide-content {
		padding: 0 140px;
	}

	.page-card__top-info .text.text__main:nth-child(3) {
		max-width: 350px;
		width: 100%;
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 1360px) {
	.page-card__top_right {
		transform: translate(0, 0);
	}
	
	.header__input {
		max-width: 450px;
	}

	.header__input-btn {
		left: 35.68%;
	}

	.header__back-call,
	.header__city {
		padding-right: 15px;
	}

	.menu {
		margin-right: 0px;
	}

	.header__bottom-buttons {
		gap: 45px;
	}

	.prevArrow.slick-arrow,
	.nextArrow.slick-arrow {
		display: none !important;
	}

	.page-top__slide-title {
		font-size: 45em;
		margin-bottom: 10px;
	}

	.page-top__slide-text {
		font-size: 18em;
		margin-bottom: 30px;
	}

	.page-top__list-item svg {
		margin-right: 10px;
	}

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

	.page-top__list-item {
		display: grid;
		grid-template-columns: 40px 1fr;
		grid-column-gap: 10px;
	}

	.company__item-btn {
		max-width: 335px;
		width: 100%;
	}

	.page-catalog__list.line .page-catalog__item .page-catalog__filter-text {
		left: 24%;
	}

	.page-catalog__list.line .page-catalog__item .novelty__item-availability {
		right: 23%;
	}

	.page-catalog__list.line .page-catalog__item .novelty__item-article {
		right: 37%;
	}

	.page-catalog__list.line .page-catalog__item a {
		margin-right: 15px;
	}

	.about__image-big {
		max-width: 280px;
		height: 460px;
	}

	.about__image_min {
		max-width: 230px;
		height: 340px;
	}

	.about__right {
		gap: 10px;
		margin-right: 10px;
	}

	.header__input {
		max-width: 430px;
	}

	.news__card {
		margin-right: 0px;
	}

	.news__card-content {
		margin-left: 0px;
		width: 350px;
	}

	.header__city {
		padding-left: 0;
	}

	.header__top {
		gap: 15px;
	}

	.menu__list {
		gap: 20px;
	}
}

@media (max-width: 1340px) {
	.bascket-page__item-name {
		margin-left: 2%;
	}

	.page-card__top-documtent {
		margin-top: 94px;
	}

	.bascket-page__item-price {
		margin-left: 6%;
	}

	.bascket-page__list-name:first-child {
		margin-left: 2.21%;
	}

	.bascket-page__list-name:nth-child(5) {
		margin-left: 11%;
	}
}

@media (max-width: 1320px) {
	.search__list {
		left: 51%;
	}

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

	.header__top .fl {
		max-width: 400px;
	}

	.header__top .fl,
	.search-query {
		max-width: 100%;
	}
}

@media (max-width: 1300px) {
	.page-catalog__list {
		grid-template-columns: 1fr 1fr;
	}

	.page-catalog__item {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.novelty__item-buttons {
		width: 100%;
	}

	.header__top .fl {
		max-width: 400px;
		width: 100%;
	}

	.search-query {
		max-width: 250px;

		text-overflow: ellipsis;
	}

	.footer__inner {
		justify-content: flex-start;
	}

	.footer__left {
		margin-right: 53px;
	}

	.footer__bottom-item:first-child {
		margin-right: 150px;
	}

	.page-catalog__list.line .page-catalog__item .novelty__item-availability {
		right: 18.84%;
	}
}

@media (max-width: 1280px) {
	.page-catalog__list.line .page-catalog__item .novelty__item-availability {
		right: 21.84%;
	}

	.category__item:first-child picture {
		margin: 0;
		margin-left: auto;
		margin-right: 50px;
		margin-top: 30px;
	}

	.modal__city-list {
		width: 700px;
		grid-template-columns: repeat(3, 1fr);
	}

	.modal__city {
		max-width: 1000px;
	}

	.category__item:first-child img {
		margin: 0;
	}

	.about__image-big {
		max-width: 280px;
		height: 450px;
	}

	.about__image_min {
		max-width: 220px;
		height: 320px;
	}

	.page-certeficate__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.news-details__content {
		max-width: 65%;
	}

	.info-block__img_big > img {
		max-width: 100%;
		width: 100%;
	}

	.page-contact__list {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 20px;
	}

	.page-contact.page-top.page-top__box {
		margin-bottom: 30px;
	}

	.header__top .fl {
		max-width: 370px;
	}

	.questions__content {
		padding-inline: 20px;
		justify-content: space-between;
		gap: 30px;
	}

	.questions__left {
		margin-right: 0;
	}
}

@media (max-width: 1250px) {
	.page-catalog__content {
		grid-template-columns: minmax(250px, 290px) 1fr;
		gap: 10px;
	}

	.page-top__slide-content {
		padding: 0 120px;
	}

	.page-catalog__list.line .page-catalog__item .novelty__item-availability {
		right: 21.84%;
	}

	.page-top__slide_right {
		margin-right: 0;
	}

	.page-catalog__list.line .page-catalog__item .page-catalog__filter-text {
		left: 28%;
	}

	.slider__left.prevArrowOne {
		left: 0px;
	}

	.slider__left .nextArrowOne {
		right: 0px;
	}

	.certificates__slide-text mark {
		margin-top: 10px;
	}

	.header__input-btn {
		left: 37.68%;
	}

	.header__input {
		max-width: 390px;
		width: 100%;
	}

	.header__top .fl {
		max-width: 350px;
		width: 100%;
	}

	.search-query {
		max-width: 250px;

		text-overflow: ellipsis;
	}

	.footer__bottom-item {
		margin: 0;
	}

	.footer__bottom-item:first-child {
		margin-right: 150px;
	}

	.footer__bottom-item:nth-child(2) {
		margin-right: 20px;
	}

	.footer__bottom-item:nth-child(3) {
		margin-right: 89px;
	}

	.footer__left {
		margin-right: 100px;
	}

	.footer__list_one {
		margin-right: 150px;
	}

	.footer__list_two {
		margin-right: 80px;
	}

	.footer__text {
		width: 253px;
	}

	.menu__list {
		grid-template-columns: repeat(7, 1fr) !important;
	}

	.header__bottom-buttons {
		gap: 20px;
	}
}

@media (max-width: 1230px) {
	.bascket-page__item-article {
		margin-left: 1.5%;
	}

	.bascket-page__item-name {
		margin-left: 1%;
	}

	.bascket-page__list-name:nth-child(3) {
		margin-left: 4.79%;
	}

	.novelty__item-title {
		width: 200px;
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.page-catalog__list.line .page-catalog__item .page-catalog__filter-text {
		width: 100px;
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 1220px) {
	.logo__link img {
		width: 170px;
	}

	.page-catalog__list.line .page-catalog__item .novelty__item-availability {
		right: 23.84%;
	}

	.header__catalog {
		display: flex;
		order: -1;
		flex: 0 0 39px;
		height: 39px;
	}

	.header__catalog-link {
		display: none;
	}

	.logo img {
		height: 39px;
	}

	.header__catalog-line {
		margin-right: 0px;
	}

	.header__catalog-text {
		font-size: 0px;
	}

	.about__right {
		display: none;
	}

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

	.about__text {
		max-width: 100%;
	}

	.catalog__item {
		gap: 0;
	}

	.config-page__acordion-step {
		margin-right: 20px;
	}

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

	.news-details__top {
		flex-direction: column;
	}

	.news-details__top picture > img {
		max-width: 100%;
	}

	.search__list {
		left: 42.6%;
	}

	.header__top .fl,
	.search-query {
		max-width: 100%;
	}

	.articles__title {
		margin-bottom: 20px;
	}

	.news-details__top picture {
		max-width: 95%;
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.page-top__slide_right {
		margin-left: 0px;
		margin-right: 50px;
	}

	.header__bottom-buttons {
		gap: 13px;
	}

	.news__card .main_photo,
	.news__card picture {
		width: 400px;
		height: 320px;
	}

	.news__card-content {
		width: 310px;
	}

	.header__input-btn {
		left: 26.68%;
	}

	.header__top .fl,
	.search-query {
		max-width: 100%;
	}

	.header__top {
		gap: 10px;
	}
}

@media (max-width: 1175px) {
	.header__input {
		max-width: 400px;
	}
}

@media (max-width: 1150px) {
	.page-catalog__list.line .page-catalog__item .page-catalog__filter-text {
		left: 33%;
	}

	.header__bottom-buttons svg {
		margin-right: 5px;
	}

	.config-page__accordion-main {
		flex: 0 0 100%;
	}

	.search-query {
		max-width: 50%;
	}

	.page-catalog__list.line .page-catalog__item .page-catalog__filter-text {
		left: 27%;
	}

	.page-catalog__list.line .page-catalog__item .page-catalog__filter-text {
		left: 30%;
	}

	.page-catalog__list.line .page-catalog__item .novelty__item-article {
		right: 40%;
	}

	.page-catalog__list.line .page-catalog__item .novelty__item-availability {
		right: 25%;
	}

	.page-catalog__list.line .page-catalog__item {
		padding: 0 10px;
	}

	.page-card__slider-min-item img {
		width: 95px;
		height: 95px;
	}

	.bascket-page__item-name,
	.bascket-page__item-article {
		width: 160px;
	}

	.page-catalog__card-top img {
		margin-bottom: 25px;
	}
}

@media (max-width: 1110px) {
	.swiper-scrollbar {
		max-width: 90%;
	}

	.search__list {
		left: 43%;
	}

	.search-query {
		max-width: 100%;
	}

	.header__right {
		padding-right: 15px;
	}

	.page-card__top-info .text.text__main:nth-child(3) {
		max-width: 100%;
		width: 100%;
	}

	.company__item > .callback_analog > picture > img {
		width: 170px;
		height: 50px;
		object-fit: contain;
	}

	.company svg {
		margin-left: 5px;
	}
}

@media (max-width: 1085px) {
	.page-catalog__sorting {
		gap: 10px;
	}

	.page-card__top_right.dis {
		display: block;
	}

	.btnPageCard_close {
		display: none;
	}

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

	.page-card__slider-min-item {
		transform: rotate(0deg);
	}

	.category__item:first-child {
		/* grid-column-start: 1;
		grid-column-end: 4; */
		background: url(/local/templates/main/assets/css/../images/bg-decor/cat1.svg) 100% 0%,
			linear-gradient(96.91deg, #f9f9f9 0.45%, #fcfcfc 0.46%, #fafafb 100.73%);
		background-repeat: no-repeat;
	}

	.category__item:nth-child(2) {
		/* grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3; */
		background: none;
		background: url(/local/templates/main/assets/css/../images/bg-decor/cat-3.svg) 0% 100%,
			linear-gradient(96.91deg, #f9f9f9 0.45%, #fcfcfc 0.46%, #fafafb 100.73%);
		background-repeat: no-repeat;
	}

	/* .category__item:nth-child(2) {
		grid-column-start: 2;
		grid-column-end: 4;
		grid-row-start: 2;
		grid-row-end: 3;
	} */

	.category__item:nth-child(3) {
		background: url(/local/templates/main/assets/css/../images/bg-decor/cat-2.svg) 100% 100%,
			linear-gradient(96.91deg, #f9f9f9 0.45%, #fcfcfc 0.46%, #fafafb 100.73%);
		background-repeat: no-repeat;
	}

	.category__item:nth-child(4) {
		background: url(/local/templates/main/assets/css/../images/bg-decor/cat-4.svg) 100% 100%,
			linear-gradient(96.91deg, #f9f9f9 0.45%, #fcfcfc 0.46%, #fafafb 100.73%);
		background-repeat: no-repeat;
	}

	.category__item:nth-child(5) {
		background: url(/local/templates/main/assets/css/../images/bg-decor/cat-5.svg) 100% 0%,
			linear-gradient(96.91deg, #f9f9f9 0.45%, #fcfcfc 0.46%, #fafafb 100.73%);
		background-repeat: no-repeat;
		/* grid-column-start: 2;
		grid-column-end: 4; */
	}

	.category__item:nth-child(6) {
		/* grid-column-start: 1;
		grid-column-end: 4;
		grid-row-start: 7;
		grid-row-end: -1; */
		background: url(/local/templates/main/assets/css/../images/bg-decor/cat-6.png) 100% 0%,
			linear-gradient(96.91deg, #f9f9f9 0.45%, #fcfcfc 0.46%, #fafafb 100.73%);
		background-repeat: no-repeat;
	}

	.category__item:nth-child(6) picture {
		margin-left: auto;
		margin-right: 96px;
	}

	.company__list {
		grid-template-columns: 1fr 1fr;
	}

	.company__item-btn {
		max-width: 100%;
	}

	.swiper-scrollbar-drag {
		max-width: 89%;
		width: 100%;
	}

	.page-card__top {
		flex-direction: column;
	}

	.page-card__top_left {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
	}

	.page-card__top-info {
		margin-left: 0;
		margin-right: auto;
	}

	.page-card__slider-min,
	.page-card__slider-big,
	.page-card__top-info {
		transform: rotate(0deg);
	}

	.page-card__slider-min {
		order: 2;
		margin-top: 20px;
		margin-left: 35px;
		margin-bottom: 53px;
	}

	.page-card__slider-big {
		order: 1;
		margin-left: 25px;
	}

	.page-card__top-info {
		order: 3;
	}

	.bascket-page__item-price {
		margin-left: 0;
	}

	.bascket-page__item-summa {
		margin-left: 5.29%;
	}

	.bascket-page__list-name:nth-child(5) {
		margin-left: 7%;
	}

	.bascket-page__list-name:nth-child(6) {
		margin-left: 9.14%;
	}

	.modal__city {
		max-width: 768px;
		width: 100%;
	}

	.modal__city-list {
		width: 600px;
	}

	.category__list-row,
	.category__list-row.category__list-row_two {
		grid-template-columns: 1fr 1fr;
	}

	/* .category__list.category__list_index-page .category__item:first-child {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: -1;
		-ms-grid-row: 1;
		grid-row-start: 1;
		-ms-grid-row-span: 1;
		grid-row-end: 2;
	} */

	.category__list.category__list_index-page .category__item:nth-child(2) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}

	.category__list.category__list_index-page .category__item:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3;
	}

	.category__list-row {
		gap: 15px;
	}

	.category__list.category__list_index-page .category__list-row_two .category__item:first-child {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 2;
	}

	.category__list.category__list_index-page .category__list-row_two .category__item:nth-child(2) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}

	.category__list.category__list_index-page .category__list-row_two .category__item:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: -1;
		grid-row-start: 2;
		grid-row-end: 3;
	}
}

@media (max-width: 1080px) {
	.logo__link img {
		width: 140px;
	}

	.page-catalog__list.line .page-catalog__item .page-catalog__filter-text {
		left: 37%;
	}

	.header__top {
		justify-content: flex-start;
	}

	.header__input {
		margin-top: -200px;
		display: none;
		padding-left: 10px;
	}

	.header__input-btn {
		position: static;
		left: 0;
		transform: translateY(0%);
	}

	.header__input-btn,
	.header__bascet {
		display: block;
	}

	.header__right {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-direction: row;
		gap: 21px;
		margin-right: 0;
		margin-left: auto;
	}

	.header__back-call,
	.header__city {
		display: none;
	}

	.footer__city {
		display: flex !important;
	}

	.catalog__inner {
		columns: 2;
	}

	.page-catalog__top-list {
		grid-template-columns: 1fr 1fr;
	}

	.page-catalog__title {
		margin-bottom: 29px;
	}

	.page-catalog__orientation {
		display: none;
	}

	.page-company__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.page-company__country {
		height: 400px;
		background: url(/local/templates/main/assets/css/../images/bg-decor/about-mobil.png) 0% 0%,
			linear-gradient(96.91deg, #f9f9f9 0.45%, #fcfcfc 0.46%, #fafafb 100.73%);
		background-repeat: no-repeat;
		margin-bottom: 102px;
	}

	.page-company__country-inner {
		padding-top: 40px;
	}

	.category__item:nth-child(6) img {
		margin-left: 0px;
	}

	.header__input-btn.active {
		left: revert-layer;
		transform: translateY(-50%);
	}

	.header__top .fl {
		max-width: 100%;
		width: 100%;
	}

	.search-query {
		max-width: 100%;
	}

	.header__top .fl {
		width: 24px;
		position: absolute !important;
		right: 73px;
		margin-top: 3px;
		background: inherit;
		transition: all 0.3s ease;
		cursor: pointer;
	}

	.header__top .fl.active {
		width: 100%;
		position: static !important;
	}

	.header__top .fl.active .search-input {
		display: flex;
	}

	.header__top .fl.active::after {
		display: none;
	}

	.header__top .fl::after {
		content: url(/local/templates/main/assets/css/../images/search_header.svg);
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
	}

	.search-input {
		display: none;
	}

	.search__list {
		max-width: 350px !important;
		width: 100% !important;
		left: 240px !important;
	}

	.footer__bottom-item:first-child {
		margin-right: 0;
	}

	.footer__bottom-item:nth-child(2) {
		margin-right: 0;
	}

	.footer__bottom-item:nth-child(3) {
		margin-right: 0;
	}

	.footer__left {
		margin-right: 0px;
	}

	.footer__list_one {
		margin-right: 0;
	}

	.footer__list_two {
		margin-right: 0;
	}

	.footer__inner {
		gap: 70px;
	}

	.footer__bottom-list {
		justify-content: space-between;
	}
}

@media (max-width: 1050px) {
	.partners__form-box {
		grid-template-columns: repeat(2, 1fr);
	}

	.header__bottom-buttons {
		gap: 15px;
	}

	.partners__form_top,
	.partners__form_bottom {
		padding: 35px 0px 20px 10px;
	}

	.partners__title-top {
		margin-bottom: 35px;
	}

	.partners-page.page-top {
		margin-bottom: 50px;
	}

	.page-company__client-slide {
		height: 70px;
	}

	.page-company__country-title {
		font-size: 32em;
	}

	.page-company__country-text {
		font-size: 20em;
	}

	.vacancies__item {
		padding: 30px 20px;
	}

	.vacancies__item-salary {
		font-size: 22px;
	}
}

@media (max-width: 1024px) {
	.container {
		padding: 0 10px;
	}

	.header.fix {
		height: auto !important;
	}

	.footer .container {
		padding: 0 15px;
	}
}

@media (max-width: 992px) {
	.page-catalog__title {
		top: 145px;
		position: static;
	}

	.menu__link {
		text-align: left;
	}

	.act {
		position: fixed;
	}

	.page-catalog__characteristics-btn-filter.act {
		position: initial;
	}

	div.title-search-result {
		top: 130px !important;
	}

	.header__bottom {
		display: none;
	}

	.header-menu_bottom {
		display: flex;
		width: 100%;
	}

	.page-top__slide-content {
		padding: 0 15px;
	}

	.catalog.active {
		top: 70px;
	}

	.bascket-page__back-btn {
		font-size: 14px;
		height: 60px;
	}

	.page-card__button-minus {
		margin-right: 14px;
	}

	.page-catalog__title {
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.page-catalog__card-top {
		flex-direction: column;
	}

	.page-catalog__card-top img {
		width: 260px;
		height: 205px;
		object-fit: contain;
	}

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

	.footer__right {
		margin-top: 0px;
	}

	.news-details__content {
		margin-right: 20px;
	}

	.page-catalog__content-chapter .page-catalog__back-list {
		position: absolute;
		top: 135px;
	}

	.page-catalog__content-chapter .page-catalog__title {
		top: 200px;
	}

	.page-catalog__content-chapter .page-catalog__item-info {
		position: absolute;
		top: 290px;
		left: 15px;
		margin: 0;
	}

	.page-catalog__content-chapter .page-catalog__inner {
		margin-top: 80px;
	}

	.page-catalog__content-chapter aside {
		display: none;
	}

	.formalization__form-bottom-link {
		margin-right: 35px;
	}

	.page-card__button-minus {
		margin-right: 10px;
	}

	.company svg {
		margin-left: 15px;
	}

	.articles {
		display: none;
	}

	.articles.act {
		display: block;
	}

	.page-card__slider-big {
		margin-left: 0;
	}

	.page-card__slider-min {
		margin-left: 0;
	}

	.page-catalog__title {
		top: 190px;
	}

	.text__bot {
		font-size: 18px;
		margin-bottom: 70px;
	}

	.page-card__count {
		margin-right: 10px;
	}

	.category__item-info-text {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.news__card-content {
		margin-left: 0px;
	}

	.header__bottom.active .header-menu-connection {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: row;
		padding-top: 25px;
		padding-bottom: 33px;
		border-bottom: 1px solid #efefef;
		width: 100%;
		margin-bottom: 12px;
	}

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

	.menu__item {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: row;
	}

	.menu__item a {
		padding: 12px 0px;
	}

	.menu__item a:hover {
		width: 100%;
		text-align: left;
		background-color: #fff;
		background: #fff;
		color: #1f1f1f;
	}

	.menu__link.menu__item-selected {
		background: #fff;
		color: #1f1f1f;
	}

	.header.fix {
		height: 82px !important;
	}

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

	.main {
		margin-top: 90px;
	}

	.category__item-info {
		padding-top: 23px;
	}

	.category__item:nth-child(5) {
		/* grid-column-start: 2;
		grid-column-end: 4;
		grid-row-start: 3;
		grid-row-end: 4; */
	}

	.page-catalog__item {
		padding-top: 10px 0px;
	}

	.page-catalog__list > .page-catalog__item > .novelty__item-content > .novelty__item-title {
		width: 100%;
	}

	.bascket-page__payment-btn:hover {
		color: #00497b;
		background: #fff;
	}

	.bascket-page__payment-btn:active svg > path {
		fill: #00497b;
	}

	.bascket-page__payment-btn:hover svg > path {
		fill: #00497b;
	}

	.bascket-page__payment-btn:active {
		color: #00497b;
		background: #fff;
	}

	.page-top__slide_left {
		flex: 0 0 300px;
	}

	.page-top__slide-content {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		height: 100%;
		width: 100%;
		position: relative;
	}

	.page-top__slide_left {
		margin-top: 56px;
	}

	.page-top__slide {
		position: relative;
		border-radius: 10px;
	}

	.page-top__slide_right {
		position: absolute;
		bottom: 55px;
		right: 10px;
		margin-right: 0px;
	}

	.page-top .slick-dots {
		left: 0;
	}

	.page-top__slider-count {
		left: 168px;
	}

	.swiper-scrollbar {
		width: 89% !important;
	}

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

	.questions__left {
		margin-right: 0px;
		text-align: center;
	}

	.questions__text {
		text-align: center;
		margin-right: 0px;
	}

	.questions__box {
		margin-top: 30px;
	}

	.questions {
		height: 702px;
	}

	.questions__inner {
		margin-top: 70px;
		background: url(/local/templates/main/assets/css/../images/bg-decor/qu1.svg) 100% 0%, url(/local/templates/main/assets/css/../images/bg-decor/qu2.svg),
			url(/local/templates/main/assets/css/../images/bg-decor/qu3.svg) 100% 94%;

		background-repeat: no-repeat;
		background-color: #fbfbfb;
		height: auto;

		border-radius: 11px 11px 0px 0px;
	}

	.footer__dowload {
		display: none;
	}

	.footer__text {
		display: none;
	}

	.footer__bottom-list {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		text-align: center;
	}

	.footer__bottom-item {
		margin-bottom: 13px;
	}

	.page-catalog__top-list {
		max-width: 992px;
		width: 100%;
		display: flex;
		overflow-x: scroll;
		padding: 20px 0px;
	}

	.page-catalog__content {
		grid-template-columns: 1fr;
	}

	.slider__left .nextArrowOne {
		right: 9px;
	}

	.page-catalog__top-list::-webkit-scrollbar {
		opacity: 1;
		background: #ebebeb;
		border-radius: 100px;
		height: 4px;
	}

	.page-catalog__top-list::-webkit-scrollbar-thumb {
		background: #005e93;
		border-radius: 100px;
		height: 4px;
		cursor: pointer;
	}

	.page-catalog__top-item {
		flex: 0 0 335px;
	}

	.page-catalog__item-box {
		width: 268px;
	}

	.page-catalog__item-content {
		width: 240px;
	}

	.page-catalog__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 992px;
		width: 100%;
	}

	.page-catalog__item {
		width: 100%;
		padding: 0px 0px 10px 0px;
	}

	.page-catalog__item a > picture {
		max-width: 230px;
		width: 100%;
		height: 160px;
	}

	.page-catalog__item a > picture > img {
		max-width: 230px;
		height: 160px;
	}

	aside {
		max-width: 992px;
		width: 100%;
		margin: 0 auto;
	}

	.page-catalog__content {
		display: flex;
		flex-direction: column;
	}

	.bread-crumbs {
		height: 18px;

		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		overflow: hidden;
		height: 18px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.page-catalog__content {
		margin-top: 25px;
	}

	.page-catalog__content-chapter .page-catalog__list-info {
		display: none;
	}

	.formalization__modal-close {
		padding-right: 20px;
	}

	.page-certeficate__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.page-news-main .articles {
		transition: all 0.3s ease;
		position: absolute;
		right: -100%;
	}

	.articles__title {
		margin-bottom: 20px;
	}

	.news-details__inner .articles {
		transition: all 0.3s ease;
		position: absolute;
		right: -100%;
	}

	.news-details__inner,
	.news-details__content {
		width: 100%;
		max-width: 100%;
		flex-direction: column;
	}

	.page-news-main .articles.act,
	.news-details__inner .articles.act {
		max-width: 100%;
		width: 100%;
		right: -14px;
		z-index: 100;
		padding: 10px;
		background-color: #fff;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		-webkit-box-shadow: -80px 0px 9px 1000px rgba(0, 0, 0, 0.19);
		-moz-box-shadow: -80px 0px 9px 1000px rgba(0, 0, 0, 0.19);
		box-shadow: -80px 0px 9px 1000px rgba(0, 0, 0, 0.19);
	}

	.page-news-main__article-btn {
		display: block;
	}

	.page-news-main__article-btn.active {
		z-index: 110;
		top: -25px;
	}

	.page-news-main__article-btn.active svg {
		transform: rotate(0deg);
	}

	.page-news-main__top {
		position: relative;
	}

	.page-news-main.page-top {
		position: relative;
	}

	.page-news-main__article-btn {
		position: absolute;
		top: 0;
		right: -6px;
	}

	.page-news-main__list .news__slide-title {
		font-size: 16em;
		margin-top: 15px;
	}

	.page-news-main__list .news__slide-text {
		font-size: 14em;
		margin-top: 5px;
	}

	.page-news-main__list .news__slide-link {
		font-size: 14em;
		margin-top: 7px;
	}

	.page-news-main__list .news__slide-link svg {
		margin-left: 6px;
		width: 15px;
	}

	.news__card-title {
		font-size: 20em;
		margin-bottom: 10px;
	}

	.news__card-text {
		margin-bottom: 15px;
	}

	.news__card-date {
		margin-bottom: 12px;
	}

	.page-news-main__top .page-news-main__article-btn.active {
		top: -90px;
	}

	.page-company__top-inner {
		padding-top: 150px;
	}

	.page-company__top-list {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
	}

	.page-company__top {
		height: 517px;
		margin-bottom: 30px;
		background: url(/local/templates/main/assets/css/../images/company/bg1.png) 0% 0%, url(/local/templates/main/assets/css/../images/company/bg3.png) 40% 60%;
		background-repeat: no-repeat;
	}

	.page-company__title {
		margin-bottom: 70px;
	}

	.page-company__country {
		height: 300px;
	}

	.page-company__country_right picture > img {
		width: 250px;
	}

	.feadback__left {
		max-width: 400px;
	}

	.vacancies__item-title {
		font-size: 30px;
	}

	.vacancies__item-salary {
		text-align: right;
	}

	.formalization__questions {
		margin-bottom: 50px;
	}

	.formalization__modal {
		max-width: 750px;
	}

	.formalization__modal-buttons {
		margin-top: 100px;
	}

	.formalization__modal-content {
		margin-top: 30px;
	}

	.formalization__modal-kp {
		padding-top: 25px;
		max-width: 750px;
	}

	.questions__modal {
		max-width: 750px;
	}

	.modal__city-content {
		margin-left: 0px;
	}

	.search__list {
		max-width: 300px;
		width: 100%;
	}

	.category__item {
		width: 100%;
		max-width: 100%;
	}

	.page-news-main .articles.act,
	.news-details__inner .articles.act {
		right: -30px;
	}

	.news-details__top picture {
		max-width: 100%;
	}

	.page-company__item {
		padding: 10px 0px;
	}

	.search_page {
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.search_page form {
		max-width: 100%;
	}

	.search_page__input {
		max-width: 70%;
		width: 100%;
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.page-catalog__content > .category > .container > .category__list {
		grid-template-columns: 2fr;
	}

	.page-catalog__category-btn {
		margin-bottom: 25px;
	}

	.bascket-page__item-name,
	.bascket-page__item-article {
		width: 100%;
		text-align: left;
	}

	.bascket-page__list_no-sum .bascket-page__item-name {
		text-align: left;
	}

	.bascket-page__list_no-sum .bascket-page__item-article {
		text-align: left;
	}

	.bascket-page__item-img {
		margin-bottom: 25px;
	}

	.page-top__slide_left {
		margin-top: 110px;
	}

	.page-top__slide-title {
		text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.48);
	}

	.header__bottom.active::-webkit-scrollbar {
		opacity: 0;
	}

	.modal__city,
	.formalization__modal-kp,
	.questions__modal {
		z-index: 10000;
	}

	.header__top .fl.active {
		position: absolute !important;
		display: block !important;
		z-index: 10000;
		max-width: 650px;
		width: 100%;
		top: 75px;
		left: 20px;
	}

	.header__bottom.active {
		width: 100vw;
		height: 100%;
		display: flex;
		justify-content: flex-end;
		position: static;
		padding-inline: 10px;
	}

	.header-menu-connection__item svg {
		margin-top: 4px;
	}

	.menu__item .menu__link {
		text-align: left;
	}

	.header__bottom-col.active {
		overflow-y: scroll;
		overflow-x: hidden;
		height: calc(100vh - 81px);
	}

	.header__bottom-col.active::-webkit-scrollbar {
		display: none;
		width: 0;
	}

	.header__bottom.active .menu__list {
		padding-bottom: 20px;
	}

	.header.qs-edits-p .catalog__inner.grid {
		padding-right: 0 !important;
		width: 100%;
	}

	.header.qs-edits-p .catalog.active::-webkit-scrollbar,
	.header.qs-edits-p .catalog.active .catalog__inner::-webkit-scrollbar {
		display: none;
		width: 0;
	}

	.search-input {
		border-bottom-left-radius: 6px !important;
		border-bottom-right-radius: 6px !important;
	}

	.footer__inner {
		gap: 10px;
	}

	.footer__list {
		margin-top: 0;
	}

	.footer__body {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		padding-top: 37px;
	}

	.page-catalog__btn-copy {
		display: flex;
	}

	.page-catalog__btn-copy-article {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		text-align: left;
	}

	.page-catalog__btn-copy-text {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}

	.page-catalog__top-row {
		gap: 20px;
	}

	.page-catalog__top-row .page-catalog__back-list.page-card__back-list {
		flex-shrink: 0;
	}

	.search-input {
		position: static;
	}

	.questions__left {
		margin-bottom: 39px;
	}

	.questions__inner {
		height: max-content;
		padding-top: 70px;
		padding-bottom: 100px;
	}

	.questions {
		margin-bottom: 0;
		height: max-content;
	}

	.questions .container {
		padding: 0;
	}

	.header__top {
		padding: 10px 0px 10px;
	}

	.header__top .fl {
		margin-top: 0px;
		position: relative;
	}

	.header__bottom-line {
		border-bottom: 0px;
	}

	.catalog-acordion__top svg {
		position: relative;
		top: 8px;
	}

	.search-button {
		left: 2.6%;
	}

	.search-query {
		padding-left: 55px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.catalog-back {
		padding-bottom: 10px;
	}

	.catalog-back::before {
		top: 2px;
	}

	.company__title {
		padding-left: 0px;
	}

	.company .container {
		padding: 0 15px;
	}

	.header__top {
		padding-top: 7px;
	}

	.about__left {
		padding-top: 0;
		padding-left: 0;
	}

	.news__title {
		padding-left: 0;
	}

	.news__top,
	.news__inner {
		margin-left: 0px;
	}

	.page-top {
		left: 0;
	}

	.category__title,
	.category__list,
	.novelty__title,
	.certificates__title {
		padding-inline: 0px;
		grid-template-columns: 1fr;
	}

	.novelty__list,
	.certificates__inner {
		margin-left: 0;
	}

	.page-top__slider.container {
		padding-inline: 0px;
	}

	.page-company__title {
		padding-inline: 10px;
	}

	.page-company__top-text,
	.page-company__info-title,
	.page-company__list {
		padding-inline: 10px;
	}

	.page-company__info .page-company__info-title,
	.page-company__info-inner {
		padding-left: 0;
	}

	.page-company__item:nth-child(1) svg,
	.page-company__item:nth-child(2) svg,
	.page-company__item:nth-child(3) svg,
	.page-company__item:nth-child(4) svg,
	.page-company__item:nth-child(5) svg,
	.page-company__item:nth-child(6) svg,
	.page-company__item:nth-child(7) svg,
	.page-company__item:nth-child(8) svg,
	.page-company__item:nth-child(1) .page-company__item-text,
	.page-company__item:nth-child(2) .page-company__item-text,
	.page-company__item:nth-child(3) .page-company__item-text,
	.page-company__item:nth-child(4) .page-company__item-text,
	.page-company__item:nth-child(5) .page-company__item-text,
	.page-company__item:nth-child(6) .page-company__item-text,
	.page-company__item:nth-child(7) .page-company__item-text,
	.page-company__item:nth-child(8) .page-company__item-text {
		position: static;
	}

	.page-company__client-title {
		padding-left: 0px;
	}

	.page-company__client-slider {
		margin-left: 0;
		margin-right: 0px;
	}

	.category__title {
		padding-inline: 15px;
	}

	.category__list.category__list_index-page {
		padding-inline: 10px;
	}
}

@media (max-width: 950px) {
	.bascket-page__list-top {
		display: none;
	}

	.bascket-page__item {
		position: relative;
		padding: 26px;
		height: 139px;
	}

	.bascket-page__item-name,
	.bascket-page__item-article,
	.bascket-page__item-price {
		position: absolute;
		left: 190px;
	}

	.bascket-page__item-price {
		top: 95px;
		left: 195px;
	}

	.bascket-page__item-del {
		position: absolute;
		top: 40%;
		right: 0;
		margin-left: 0;
	}

	.bascket-page__item-buttons {
		position: absolute;
		top: 95px;
		right: 0;
		margin-left: 0;
	}

	.bascket-page__list_no-sum .bascket-page__item-buttons {
		width: 100px;
		top: 95px;
		position: absolute;
		left: 190px;
		margin-left: 0;
	}

	.bascket-page__item-buttons .page-card__button-plus {
		margin-right: 0;
	}

	.bascket-page__item-article {
		margin-left: 0;
		left: 190px;
		top: 50px;
	}

	.bascket-page__item-summa {
		display: none;
	}

	.bascket-page__item-name {
		top: 26px;
	}

	.bascket-page__item-article {
		position: absolute;
	}

	.bascket-page__buttons {
		margin-right: 0px;
	}

	.page-top__box {
		margin-bottom: 30px;
	}
}

@media (max-width: 860px) {
	.page-catalog__category-btn {
		padding: 15px;
		font-size: 20em;
		line-height: 26px;
	}

	.bascket-page__back-btn:active {
		background-color: #fff;
	}

	.bascket-page__bottom .bascket-page__back-btn {
		top: 160px;
	}

	.page-catalog__acordion-one-top {
		font-size: 14em;
	}

	.page-catalog__acordion-two-top {
		padding: 30px 20px 0px 20px;
	}

	.page-catalog__acordion-two-item {
		padding-left: 0px;
	}

	.page-catalog__acordion-two-body {
		padding-bottom: 20px;
		padding-top: 25px;
	}

	.slider__lift.prevArrowOne {
		left: 0px;
	}

	.bascket-page__back-btn {
		left: 15px;
		position: absolute;
		top: 140px;
	}

	.bascket-page__top {
		margin-top: 100px;
	}

	.bascket-page__bottom {
		background-color: #005e93;
		width: 104%;
		height: 143px;
		margin-top: 17px;
		margin-left: -2%;
	}

	.bascket-page__payment-btn {
		background-color: #fff;
		color: #005e93;
		width: 195px;
		position: absolute;
		right: 16px;
	}

	.bascket-page__payment-btn.disable {
		width: 95%;
		margin: 0 auto;
		color: #fff;
	}

	.bascket-page__payment-btn.disable:hover {
		background: #8cc4ea;
		color: white;
	}

	.bascket-page__payment-btn.disable:active {
		background: #8cc4ea;
		color: white;
	}

	.bascket-page__payment {
		position: absolute;
		left: 16px;
		top: -50px;
		color: white;
		font-weight: 500;
		font-size: 17.7px;
		line-height: 51px;
	}

	.bascket-page__payment-price {
		position: absolute;
		left: 16px;
		top: -10px;
		color: white;
	}

	.bascket-page__box-bottom {
		margin: 0;
		width: 100%;
		position: relative;
	}

	.bascket-page__payment-btn svg > path {
		fill: #005e93;
	}

	.bascket-page__payment-btn {
		top: 33px;
	}

	.header__input.active {
		height: 39px;
		padding-left: 5px;
		padding-right: 5px;
		max-width: 100%;
		width: 100%;
		border: 1px solid rgba(112, 112, 112, 0.2);
		border-radius: 4px;
		width: 100%;
		max-width: 100%;
	}

	.header__input-btn svg {
		width: 23px;
	}

	.menu__link:hover:hover {
		background-color: inherit;
		color: inherit;
	}

	.page-top__slide-btn:hover,
	.category__btn:hover,
	.questions__form-btn:hover {
		background-color: #005e9e;
		color: white;
	}

	.company__item-btn:hover {
		border: 1px solid #005e9e;
		color: #005e9e;
		background-color: inherit;
	}

	.company__item-btn:hover svg > path {
		stroke: #005e9e;
	}

	.btn_main.news__filter-btn:hover {
		background: rgba(0, 94, 158, 0.05);
		color: #005e9e;
	}

	.btn_main.news__filter-btn.mixitup-control-active:hover {
		background-color: #005e9e;
		color: white;
	}

	.novelty__item-btn:hover {
		background-color: #fff;
		color: #000;
	}

	.news__filter-btn:hover {
		background-color: inherit;
		color: inherit;
	}

	.footer__bottom-link:hover::before {
		width: 0;
	}

	.novelty__item-link:hover {
		color: #000;
	}

	.novelty__item-btn:hover svg > path {
		stroke: #005e9e;
	}

	.catalog__list-item:hover a,
	.catalog__list-item-top:hover a,
	.catalog-acordion__item:hover a {
		color: inherit;
	}

	.page-catalog__acordion-two-top:hover,
	.page-catalog__acordion-two-item:hover a {
		color: inherit;
	}

	.novelty__item-btn.in-basket:hover {
		background-color: #005e9e;
		color: white;
	}

	.page-catalog__back-list.page-card__back-list:hover {
		background-color: inherit;
		color: inherit;
		border: 1px solid rgba(0, 94, 158, 0.2);
	}

	.page-catalog__back-list.page-card__back-list:hover svg > path {
		stroke: #005e93;
	}

	.btn.vacancies__btn-top:hover,
	.partners__form-button.btn.btn__main:hover {
		background-color: #005e9e;
	}

	.vacancies__box-link:hover svg > path {
		fill: #707070;
	}

	.vacancies__item-btn:hover {
		background-color: #ffffff;
		color: rgba(0, 94, 158, 0.6);
	}

	.partners__form-file:hover {
		color: #005e9e;
	}

	.partners__form-file:hover svg > path {
		stroke: #005e9e;
	}

	.page-card__btn-help:hover {
		background-color: inherit;
		color: #000;
	}

	.page-card__btn-bascet.btn.btn__main:hover {
		background-color: #005e9e;
	}

	.page-card__document-link:hover::before {
		width: 0;
	}

	.page-catalog__back-list.page-card__back-list:hover {
		border-color: rgba(0, 94, 158, 0.2);
		color: #1f1f1f;
		background-color: inherit;
	}

	.page-card__btn-bascet:hover {
		background: #005e9e;
	}
}

@media (max-width: 800px) {
	.page-company__country-inner {
		padding-top: 20px !important;
		height: 250px;
	}

	.page-catalog__list {
		grid-template-columns: 1fr;
	}

	.novelty__item-buttons {
		justify-content: space-between;
	}

	.page-catalog__item-info svg {
		margin-right: 4.38px;
	}

	.page-news-main .company {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.modal__city-inner {
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 25px;
	}
}

@media (max-width: 780px) {
	.modal__city {
		max-width: 576px;
		width: 100%;
	}

	.modal__city-list {
		padding: 0px 10px;
	}

	.modal__city-list {
		width: 400px;
		grid-template-columns: 1fr 1fr;
	}

	.page-company__country-inner {
		padding-top: 0px !important;
	}
}

@media (max-width: 768px) {
	.page-top__slider-count {
		left: 292px;
	}

	.bascket-page__box-bottom {
		margin: 0 auto;
	}

	.novelty__item-btn {
		width: 125px;
		display: block;
		flex: 0 0 125px;
	}

	.header__top .fl.active {
		max-width: 550px;
	}

	.company__item {
		position: relative;
	}

	.btnPageCard_close {
		display: none;
	}

	.no-scroll {
		overflow: hidden;
	}

.search-input {



	display: none;
position: fixed;
        top: 60px;
  
        width: 100%;
        left: 0;
        z-index: 34;}

        .search-input.active {
        	display: block;
        }

	.header__top .fl::after {
		display: none;
	}

	.header__search-link {
		display: block;
	}

	.button__menu_open {
		display: flex;
	}

	.bascket-page__payment-btn.btn.btn__main {
		margin-right: 20px;
	}

	.bascket-page__bottom {
		width: 109%;
		margin-left: -4%;
	}

	.bascket-page__bottom .bascket-page__back-btn {
		top: 145px;
	}

	.page-card__btn-bascet.btn.btn__main {
		position: relative;
	}

	.page-card__btn-bascet.btn.btn__main::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		content: url(/local/templates/main/assets/css/../images/bas.svg);
	}

	.main_photo {
		margin: 0 0 20px 0;
	}

	.vacancies__btn-top {
		height: 60px;
		font-size: 16em;
	}

	.page-card__count {
		font-size: 14px;
	}

	.page-card__count,
	.page-card__button-minus {
		margin-right: 10px;
	}

	.category__item-info {
		padding: 30px 10px 64px 10px;
	}

	.category__item-info-text {
		width: 230px;
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.page-catalog__top-item {
		flex: 0 0 250px;
	}

	.page-card__button-minus {
		margin-right: 10px;
	}

	.page-card__button-plus {
		margin-right: 10px;
	}

	.page-catalog__top-list {
		padding: 10px 0px;
	}

	.certificates__slide-text {
		display: inline-block;
		padding-top: 20px;
	}

	.category__item-title {
		font-size: 16em;
	}

	.title.title__main {
		font-size: 28em;
	}

	.category__item-info-text {
		font-size: 12em;
		margin-bottom: 5px;
	}

	.swiper-scrollbar {
		display: none;
	}

	.swiper-pagination,
	.swiper-pagination2,
	.swiper-pagination3 {
		display: block;
		position: static;
		margin-top: 50px;
	}

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

	.header__input {
		font-size: 14px;
	}

	.header__input::placeholder {
		font-size: 14px;
	}

	.header__input.active {
		border: 1px solid rgba(112, 112, 112, 0.2);
		border-radius: 4px;
		width: 100%;
		max-width: 100%;
	}

	.logo {
		transition: all 0.4s ease;
	}

	.swiper-pagination2,
	.swiper-pagination3 {
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 50px;
	}

	.swiper-pagination-bullet {
		width: 31px;
		height: 2px;
		border-radius: 10px;
	}

	.swiper-button-prev,
	.swiper-button-next,
	.swiper-button-prev2,
	.swiper-button-next2,
	.swiper-button-prev3,
	.swiper-button-next3 {
		display: none;
	}

	.swiper-wrapper {
		gap: 0px;
	}

	.news__slide.swiper-slide {
		max-width: 280px;
		width: 100%;
	}

	.novelty__item.swiper-slide {
		max-width: 300px;
		width: 100%;
	}

	.news__slide-title {
		font-size: 15em;
	}

	.news__slide-text {
		font-size: 13em;
	}

	.read-all-btn {
		display: none;
	}

	.news__filter-btn {
		font-size: 14em;
	}

	.about__list {
		gap: 50px;
		margin-top: 42px;
	}

	.about__item-text {
		font-size: 14em;
	}

	.certificates__slide-text {
		font-size: 13em;
	}

	.certificates__slide-text mark {
		background: none;
		color: #1f1f1f;
		margin-right: 10px;
	}

	.catalog__inner {
		grid-template-columns: 1fr;
	}

	.footer__inner {
		gap: 30px;
	}

	.slider__left.nextArrowOne {
		right: 9px;
	}

	.categoty__list {
		grid-template-rows: repeat(3, 207px);
	}

	.pagge-catalog__item-title {
		font-size: 16em;
	}

	.novelty__item-btn svg {
		margin-right: 0px;
	}

	.novelty__item-buttons {
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: 0;
		justify-content: flex-start;
	}

	.page-catalog__item {
		padding-bottom: 29px;
	}

	.pafe-catalog__category-btn {
		padding: 15px 15px;
	}

	.company__item-btn {
		position: relative;
	}

	.page-catalog__list-buttons {
		display: none;
	}

	.page-catalog__item:nth-child(n + 5) {
		display: none;
	}

	.page-catalog__list {
		margin-bottom: 68px;
	}

	.page-catalog__sorting_right {
		display: flex;
		flex-wrap: wrap-reverse;
	}

	.page-card__top_right {
		position: static;
	}

	.page-card__top-info {
		margin: 0 auto;
		width: 100%;
	}

	.page-card__info-bottom {
		width: 100%;
		flex-direction: column;
	}

	.page-card__info-bottom-text {
		width: 100%;
		padding-bottom: 27px;
		border-bottom: 1px solid rgba(112, 112, 112, 0.2);
	}

	.page-card__info-bottom_right {
		width: 100%;
		justify-content: flex-start;
		padding-top: 27px;
	}

	.page-card__btn-help {
		width: 50%;
	}

	.page-card__btn-bascet {
		font-size: 0px;
		flex: 0 0 63px;
		height: 63px;
	}

	.page-card__count {
		font-size: 24em;
		margin-bottom: 7px;
	}

	.page-card__btn-bascet svg {
		margin-right: 0px;
	}

	.page-card__top-article {
		position: absolute;
		top: 164px;
		right: 15px;
	}

	.config-page__acordion-top_left {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	.config-page__acordion-step {
		padding-top: 32px;
		margin-bottom: 15px;
		margin-right: 0;
	}

	.config-page__back {
		display: block;
	}

	.config__title_top {
		margin-top: 28px;
	}

	.config-page__accordion-top {
		height: 130px;
	}

	.config-page__acordion-top_left {
		height: 130px;
	}

	.config-page__answer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.config-page__answer-bottom_right {
		margin-top: 15px;
		margin-left: 50px;
	}

	.formalization__form {
		margin-top: 45px;
	}

	.formalization__form-title {
		margin-bottom: 35px;
	}

	.formalization__form-item {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	.formalization__form-btn-back {
		position: absolute;
		top: 140px;
		width: 130px;
		height: 50px;
		font-size: 12px;
		color: #1f1f1f;
	}

	.formalization__form-btn-back svg {
		margin-right: 6px;
	}

	.formalization__contet {
		margin-top: 100px;
	}

	.formalization__form-bottom-box {
		justify-content: space-between;
		width: 100%;
	}

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

	.partners__form-box_bottom {
		grid-template-columns: 1fr;
	}

	.partners__form-box-inner {
		margin-bottom: 50px;
	}

	.page-news-main__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.news__card {
		margin-right: 0px;
	}

	.page-news-main__top .page-news-main__article-btn {
		top: -30x;
	}

	.news-details__inner .articles.act {
		max-width: 100%;
		width: 100%;
	}

	.news-details__top picture {
		width: 100%;
		max-width: 100%;
	}

	.news-details__top picture > img,
	.news-details__top picture > source {
		width: 100%;
		max-width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.page-company__top {
		height: 460px;
		background: url(/local/templates/main/assets/css/../images/company/bg1.png) 0% 0%, url(/local/templates/main/assets/css/../images/company/bg3.png) 38% 55%;
		background-repeat: no-repeat;
	}

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

	.page-company__country_right {
		display: none;
	}

	.page-company__country {
		height: 100%;
		margin-bottom: 75px;
	}

	.feedback__inner {
		flex-direction: column;
		align-items: center;
	}

	.feedback__right {
		margin-left: 0px;
	}

	.feedback__left,
	.feedback__form {
		max-width: 100%;
		width: 100%;
	}

	.feedback__left {
		margin-bottom: 30px;
	}

	.feedback__form-text {
		flex: 0 0 49%;
		padding-right: 15px;
	}

	.feedback__form-btn {
		flex: 0 0 49%;
	}

	.vacancies__item-top {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 25px;
	}

	.vacancies__item-title {
		font-size: 27em;
	}

	.formalization__modal {
		max-width: 550px;
	}

	.formalization__questions {
		margin-bottom: 25px;
	}

	.formalization__modal-buttons {
		margin-top: 60px;
	}

	.formalization__modal-title_min {
		margin-top: 10px;
	}

	.config-page__accordion-top svg {
		margin-top: 10px;
	}

	.config-page__acordion-top_left {
		padding-left: 20px;
	}

	.formalization__modal-kp {
		max-width: 550px;
	}

	.questions__modal {
		max-width: 550px;
	}

	.swiper2 > .swiper-wrapper > .swiper-slide > picture {
		height: 212px;
	}

	.swiper2 > .swiper-wrapper > .swiper-slide {
		margin-bottom: 0px;
	}

	.swiper-pagination2 {
		margin-top: 40px;
	}

	.novelty {
		padding-top: 46px;
	}

	.category {
		margin-bottom: 56px;
	}

	.novelty__title {
		margin-bottom: 30px;
	}

	.certificates {
		margin-bottom: 46px;
	}

	.certificates__link {
		display: flex;
	}

	.page-top {
		margin-bottom: 53px;
	}

	.category__title {
		margin-bottom: 28px;
	}

	.category__list {
		margin-bottom: 20.58px;
	}

	.novelty {
		padding-bottom: 100px;
	}

	.news__top {
		margin-bottom: 34px;
	}

	.about {
		padding-bottom: 5px;
		margin-bottom: 53px;
	}

	.company {
		padding-top: 48px;
		padding-bottom: 73px;
		margin-bottom: 43px;
	}

	.company__title {
		margin-bottom: 42px;
	}

	.certificates__title {
		margin-bottom: 33px;
		padding-top: 30px;
	}

	.swiper2 > .swiper-wrapper > .swiper-slide > picture {
		margin-bottom: 40px;
	}

	.category__item:nth-child(5) img,
	.category__item:nth-child(4) img,
	.category__item:nth-child(3) img,
	.category__item:nth-child(2) img,
	.category__item picture img {
		margin-top: 30px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
		opacity: 0;
		z-index: -1;
	}

	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: -30px !important;
	}

	.swiper-pagination-bullet {
		width: 31px !important;
		height: 2px !important;
		border-radius: 10px !important;
	}

	.catalog__item img {
		max-width: 70px;
		height: max-content;
		object-fit: contain;
	}

	.catalog__item {
		grid-template-columns: 70px 1fr;
	}

	.header__input-btn.active {
		right: 13%;
	}

	.header__top.active {
		gap: 15px;
		position: fixed;
		background: #fff;
		z-index: 100000;
		width: 100%;
		box-shadow: 0px 0px 10px #000;
		left: 0;
		padding: 21px 10px;
		-webkit-box-shadow: 0px 1px 14px 0px rgba(0, 94, 158, 0.16);
		-moz-box-shadow: 0px 1px 14px 0px rgba(0, 94, 158, 0.16);
		box-shadow: 0px 1px 14px 0px rgba(0, 94, 158, 0.16);
	}

	.vacancies__item-title {
		margin-bottom: 10px;
	}

	.fl.active .logo {
		display: none;
	}

	.logo {
		transition: all 0.3s ease;
	}

	.search-query {
		max-width: 100%;
	}

	.header__top {
		gap: 10px;
	}

	.search__list {
		left: 50px !important;
		z-index: 10000;
	}

	.category__item:nth-child(2) picture,
	.category__item:nth-child(3) picture,
	.category__item:nth-child(4) picture,
	.category__item:nth-child(5) picture,
	.category__item picture {
		width: 200px;
		height: 190px;
		margin: 5px auto 0px auto;
	}

	.category__item:first-child picture {
		width: 250px;
	}

	.category__item:nth-child(2) picture source,
	.category__item:nth-child(3) picture source,
	.category__item:nth-child(4) picture source,
	.category__item:nth-child(5) picture source,
	.category__item picture source {
		min-height: 100%;
		max-width: 100%;
		object-fit: contain;
	}

	.buttons__left-item svg {
		margin-bottom: 5px;
	}

	.buttons__left-item-text {
		font-size: 12px;
	}

	.news__card {
		flex-direction: column;
	}

	.news__card picture > img,
	.news__card picture > source {
		height: 100% !important;
		max-height: 100% !important;
		object-fit: cover;
	}

	.novelty__item-btn.in-basket {
		position: relative;
	}

	.novelty__item-btn.in-basket::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		content: url(/local/templates/main/assets/css/../images/bas.svg);
	}

	.novelty .novelty__list > .swiper > .swiper-wrapper > .swiper-slide > a > picture {
		width: 229px;
		/*height: 136px;*/
		height: 212px;
		display: block;
	}

	.config-page__accordion-item,
	.config-page__accordion-item-type {
		grid-template-columns: 40px 1fr;
		grid-column-gap: 20px;
	}

	.config-page__accordion-item {
		padding: 10px 5px;
	}

	.config-page__accordion-list {
		row-gap: 10px;
	}

	.button__menu_open {
		display: flex;
	}

	.btn__header-left.active {
		top: 50%;
		right: 110px;
	}

	.catalog-acordion__top {
		justify-content: space-between;
	}

	.catalog__list {
		height: 52px;
		overflow: hidden;
		border-bottom: 1px solid #707070;
		grid-template-columns: 50px 1fr;
		transition: all 0.3s esae;
	}

	.catalog__list.act {
		height: 100%;
	}

	.catalog__list-title {
		margin-top: 14px;
		padding-bottom: 30px;
		transition: all 0.3s ease;
	}

	.catalog__item img {
		width: 50px;
		height: 50px;
	}

	.catalog__title-btn {
		width: 10px;
		height: 10px;
		background-image: url(/local/templates/main/assets/css/../images/catalogBtn.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}

	.catalog__title-btn {
		transition: all 0.3s ease;
	}

	.catalog__title-btn.active {
		transform: rotate(180deg);
	}

	.catalog__list-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}

	.catalog__item {
		grid-template-columns: 50px 1fr;
	}

	.catalog__list.dis {
		border: none;
	}

	.catalog__list.act .catalog__list-title {
		padding: 0px;
		margin: 0px;
	}

	.catalog__list {
		border-bottom: 0px;
	}

	.header-menu__btn_bottom:nth-child(2) svg {
		margin-top: 3px;
	}

	.catalog__item {
		padding-bottom: 5px;
		border-bottom: 1px solid #707070;
	}

	.header .catalog__item {
		margin-bottom: 11px;
	}

	.haeder .catalog__list.dis {
		margin-top: 0;
	}

	.novelty .novelty__list .swiper .swiper-pagination {
		display: flex !important;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.novelty .novelty__list .swiper .swiper-pagination .swiper-pagination-bullet {
		margin: 0 !important;
	}

	.swiper-pagination {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.catalog__list.act {
		height: auto;
		position: relative;
	}

	.catalog__title-btn {
		position: relative;
	}

	.catalog__title-btn::before {
		content: '';
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.questions__inner {
		height: auto;
	}

	.questions {
		height: auto !important;
	}

	.news__inner {
		padding-bottom: 0px;
	}
}

@media (max-width: 690px) {
	.page-top__slide_right picture {
		left: 67%;
	}

	.company__item > .callback_analog > picture > img {
		width: 150px;
		height: 50px;
		object-fit: contain;
	}

	.page-top__slide_right picture > img {
		margin-bottom: 10px;
	}

	.page-top__slide_right picture > source {
		margin-bottom: 10px;
	}

	.page-top__list-item {
		font-size: 14em;
		padding: 0 10px;
	}

	.page-catalog__title-info {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.page-catalog__info-block .text {
		margin-bottom: 20px;
	}

	.page-catalog__info-block {
		margin-bottom: 71px;
	}

	.partners__form-box {
		grid-template-columns: 1fr;
	}

	.partners__form_top,
	.partners__form_bottom {
		padding: 10px;
	}

	.partners__form .partners__form-title {
		font-size: 25em;
		margin-bottom: 20px;
	}

	.partners__form-box-buttons .title {
		margin-bottom: 25px;
	}

	.page-company__top {
		background: url(/local/templates/main/assets/css/../images/company/bg1.png) 0% 0%, url(/local/templates/main/assets/css/../images/company/bg3.png) 50% 55%;
		background-repeat: no-repeat;
	}

	.page-company__top-item svg {
		margin-right: 10px;
	}

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

	.pagr-company__item-text {
		font-size: 15em;
	}

	.page-company__item svg {
		height: 40px;
	}

	.search__list {
		top: 78px !important;
	}

	.page-top__list-item:nth-child(2),
	.page-top__list-item:nth-child(3),
	.page-top__list-item:nth-child(4) {
		gap: 10px;
	}
}

@media (max-width: 650px) {
	.page-catalog__content-chapter .page-catalog__item-info {
		top: 275px;
	}

	.page-catalog__content-chapter .page-catalog__inner {
		margin-top: 70px;
	}

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

	.news-details .page-top__title {
		font-size: 25em;
	}

	.news-details__info-block-title.title.title__main {
		font-size: 20px;
	}

	.header__input-btn.active {
		right: 14%;
	}

	.search__list {
		max-width: 100%;
		left: 50.5%;
		top: 60px;
	}

	.bascket-page__item-name,
	.bascket-page__item-article {
		width: 200px;
		text-align: left;
	}

	.formalization__modal-kp {
		position: fixed;
	}

	.button__menu_open.fix {
		position: fixed !important;
		top: 100px;
		-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 61, 102, 0.13);
		-moz-box-shadow: 0px 3px 8px 0px rgba(0, 61, 102, 0.13);
		box-shadow: 0px 3px 8px 0px rgba(0, 61, 102, 0.13);
	}

	.menu.active.fix {
		position: fixed;
		top: 153px;
	}
}

@media (max-width: 620px) {
	.bascket-page__top {
		flex-direction: column;
		align-items: flex-start;
	}

	.bascket-page__buttons {
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}

	.page-company__info-inner {
		display: flex;
		flex-direction: column;
	}

	.page-company__info-text {
		margin-bottom: 20px;
	}

	.page-company__info-text:last-child {
		margin-bottom: 0px;
	}

	.formalization__from-kp {
		grid-template-columns: 1fr;
	}

	.questions__modal {
		max-width: 90%;
	}

	.questions__modal-titel {
		font-size: 30em;
	}

	.questions__modal-text {
		margin-bottom: 40px;
	}

	.questions__modal-form {
		max-width: 100%;
		width: 100%;
	}

	.questions__modal-label {
		height: 70px;
	}

	.formalization__modal-kp {
		top: 20px !important;
		height: 656px;
		overflow: scroll;
	}

	.formalization__modal-kp::-webkit-scrollbar {
		display: none;
	}

	.modal__city.active {
		top: 87px;
	}

	.questions__modal {
		top: 321px !important;
	}

	.page-company__info-text:nth-child(3) {
		top: 0;
	}
}

@media (max-width: 610px) {
	.company__item {
		height: 67px;
	}

	.company__item-btn {
		max-width: 100%;
		height: 67px;
	}

	.questions__form {
		width: 100%;
	}

	.questions__form-item {
		width: 100%;
	}

	.questions__form-bottom {
		max-width: 100%;
		width: 100%;
		flex-direction: column;
	}

	.questions__form-text {
		text-align: center;
		order: 2;
	}

	.questions__form-btn {
		width: 100%;
		margin-bottom: 18px;
	}

	.page-news-main__list {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.page-news-main .articles.act {
		max-width: 100%;
	}

	.page-contact__list {
		grid-template-columns: 1fr;
	}

	.page-contact__item {
		padding: 20px;
	}

	.feedback {
		margin-bottom: 70px;
	}

	.feedback__rigth iframe > html > body > .body {
		height: 250px;
	}

	.formalization__modal {
		max-width: 420px;
	}

	.formalization__modal-kp {
		max-width: 90%;
	}

	.formalization__bottom-text-kp {
		display: none;
	}

	.formalization__btn-kp {
		max-width: 100%;
		height: 70px;
	}

	.formalization__title-kp {
		font-size: 30px;
	}

	.header__right {
		padding-right: 0px;
	}

	.header__right {
		transition: all 0.3s ease;
	}

	.header__right.dis {
		display: none;
	}

	.modal__city {
		max-width: 100%;
		width: 100%;
		padding: 20px;
	}

	.modal__city-list {
		width: 100%;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 590px) {
	.header__input-btn.active {
		right: 15%;
	}
}

@media (max-width: 576px) {
	.catalog__item.grid-item {
		margin-bottom: 20px;
	}

	.catalog__item img {
		width: 44px;
		height: 44px;
		object-fit: contain;
	}

	.page-top__slide_left {
		margin-top: 50px;
	}

	.fl.active {
		height: 39px;
	}

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

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

	.news__card .main_photo,
	.news__card picture {
		width: 100%;
	}

	.main_photo picture {
		width: 100%;
	}

	.page-card__count {
		font-size: 16px;
		margin-bottom: 0px;
	}

	.category__item-content {
		padding: 0px 15px 33px 10px;
	}

	.text__bot {
		font-size: 16px;
		margin-bottom: 50px;
	}

	.page-card__button-minus {
		margin-right: 0px;
	}

	.page-card__button-plus,
	.page-card__button-minus {
		flex-shrink: 0;
	}

	.page-card__count {
		margin-right: 0px;
		width: 30px;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.page-top__slide-title {
		font-size: 32em;
	}

	.page-top__slide-text {
		font-size: 16em;
	}

	.footer__inner {
		position: relative;
	}

	.footer__right-link_two {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.footer__media {
		display: block;
	}

	.category__item:nth-child(6) img {
		margin-left: 190px;
	}

	.page-catalog__content-chapter .page-catalog__characteristics-buttons {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		gap: 10px;
	}

	.page-catalog__content-chapter .page-catalog__characteristics-btn,
	.page-catalog__content-chapter .page-catalog__characteristics-reset {
		width: 100%;
		max-width: 100%;
		margin-right: 0px;
		height: 61px;
	}

	.page-catalog__content-chapter .page-catalog__characteristics-reset {
		padding: 20px 0px;
	}

	.page-catalog__content-chapter .page-catalog__characteristics-reset {
		border: 1px solid #005e93;
		border-radius: 6px;
	}

	.page-catalog__content-chapter .page-catalog__characteristics-reset:hover::after {
		display: none;
	}

	.page-catalog__content-chapter .page-catalog__characteristics-btn,
	.page-catalog__content-chapter .page-catalog__characteristics-reset {
		flex: 0 0 50%;
	}

	.page-card__slider-big,
	.page-card__slider-min {
		margin: 0 auto;
	}

	.page-card__slider-min {
		margin-top: 18px;
		padding-left: 10px;
		margin-bottom: 57px;
	}

	.nextArrowTwo.slick-arrow {
		right: -20px;
	}

	.prevArrowTwo.slick-arrow {
		left: -20px;
	}

	.questions-basket > .questions__inner,
	.questions__inner {
		margin-top: 0px;
	}

	.config-page__content {
		margin-bottom: 71px;
		gap: 0px;
	}

	.formalization__form-delivery-title {
		margin-bottom: 20px;
	}

	.formalization__form-delivery-label {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.formalization__form-bottom-box {
		flex-direction: column;
		justify-content: center;
	}

	.formalization__form-bottom-btn {
		width: 100%;
		order: 1;
		margin-bottom: 25px;
	}

	.formalization__form-bottom-link {
		order: 2;
		margin-right: auto;
		margin-left: 0;
	}

	.formalization__delivery-price {
		font-size: 18em;
	}

	.formalization__form-radio-fake {
		width: 18px;
		height: 18px;
	}

	.formalization__questions-text {
		display: none;
	}

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

	.page-certeficate {
		max-width: 576px;
		width: 100%;
		overflow-x: scroll;
	}

	.partners__form-box-inner {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	.partners__form-button {
		max-width: 100%;
		width: 100%;
		height: 50px;
		margin-top: 25px;
	}

	.catalog .slider__left {
		display: block;
	}

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

	.news__card-content {
		margin-left: 0px;
		width: 100%;
		max-width: 100%;
	}

	.news__card-title {
		width: 100%;
		max-width: 100%;
	}

	.news__card-text {
		max-width: 100%;
		width: 100%;
	}

	.news__card-date {
		position: absolute;
		bottom: 0px;
		right: 0;
		margin-bottom: 0px;
	}

	.info-block__img_min img {
		max-width: 100%;
		width: 100%;
	}

	.page-company__top {
		height: 460px;
	}

	.page-company__top-inner {
		padding-top: 50px;
	}

	.page-company__top {
		height: 460px;
		background: url(/local/templates/main/assets/css/../images/company/bg1.png) 0% -20%, url(/local/templates/main/assets/css/../images/company/bg3.png) 50% 50%;
		background-repeat: no-repeat;
	}

	.vacancies__item-buttons {
		margin-bottom: 20px;
	}

	.vacancies__box-top {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.btn.btn__main.vacancies__btn-top {
		margin-top: 15px;
	}

	.vacancies__btn-top {
		order: 2;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}

	.vacancies__box-top-links {
		order: 1;
		margin-bottom: 20px;
	}

	.vacancies__text-top {
		font-size: 20em;
	}

	.vacancies__item-btn {
		font-size: 14px;
	}

	.vacancies__item-text {
		font-size: 16em;
	}

	.catalog__item {
		grid-template-columns: 45px 1fr;
	}

	.catalog__btn-main {
		display: flex;
	}

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

	.catalog__item-top-body {
		display: none;
	}

	.catalog__item-top-body.active {
		display: block !important;
	}

	.formalization__modal-close svg {
		width: 15px;
	}

	.config-page__accordion-top svg {
		margin-top: 14px;
	}

	.config-page__accordion-title {
		max-width: 349px;
		width: 100%;
	}

	.formalization__text-kp.mb {
		margin: 0;
	}

	.formalization__modal-kp {
		padding-left: 10px;
		padding-right: 10px;
	}

	.questions__modal-bottom {
		flex-direction: column;
		margin-top: 25px;
		margin-bottom: 35px;
	}

	.questions__modal-btn {
		max-width: 100%;
	}

	.questions__modal-link {
		margin-bottom: 40px;
	}

	.questions__modal {
		padding: 30px 15px 0px 15px;
	}

	.questions__modal-link {
		margin-bottom: 40px;
	}

	.questions__modal-titel {
		font-size: 25em;
	}

	.questions__modal-close {
		margin-bottom: 20px;
	}

	.questions__modal-close svg {
		width: 18px;
	}

	.modal__city-search {
		max-width: 100%;
		width: 100%;
	}

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

	.catalog__item {
		grid-template-columns: 44px 1fr;
	}

	.catalog__list-title {
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 130%;
		color: #1f1f1f;
	}

	.catalog-acordion__item a,
	.catalog-acordion__top {
		font-style: normal;
		font-weight: 400;
		font-size: 15px;
		line-height: 130%;
		color: #000000;
	}
	.catalog-acordion__top {
		padding-right:27px;
	}
	.catalog__acordion.active .catalog-acordion__top {
		padding-right:27px;
	}

	.catalog {
		top: 80px;
	}

	.header__input-btn.active {
		right: 16%;
	}

	.catalog.active {
		top: 70px;
	}

	.catalog__inner {
		display: block;
		columns: 1;
	}

	.catalog__inner.active {
		display: block;
	}

	.search-button {
		left: 2%;
	}

	.header__top .fl.active .search-input {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.fl-form__search {
		display: none;
	}

	.header__top .fl.active {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.header__top .fl {
		right: 0;
	}

	.search__list {
		max-width: 100%;
		width: 100%;
	}

	.search__list {
		left: 50px !important;
	}

	.category__item:nth-child(2) picture,
	.category__item:nth-child(3) picture,
	.category__item:nth-child(4) picture,
	.category__item:nth-child(5) picture,
	.category__item picture {
		width: 150px;
		height: 140px;
		margin: 15px auto 30px auto;
	}

	.category__item picture {
		height: 70%;
		margin-bottom: 20px;
	}

	.category__item-content {
		margin-top: 20px;
	}

	.category__item:first-child picture {
		height: 190px;
	}

	.category__item:nth-child(6) picture {
		margin: 10px auto 0 auto;
	}

	.category__item:first-child picture {
		width: 200px;
		margin: 10px auto 10px auto;
	}

	.category__item:nth-child(6) picture {
		width: 200px;
		height: 190px;
		margin: 10px auto 10px auto;
	}

	.search-query {
		padding-left: 45px;
	}

	.category__item picture {
		margin-bottom: 15px;
	}

	.category__item picture img,
	.category__item picture source {
		height: 100%;
		object-fit: contain;
	}

	.page-news-main__top {
		margin-top: -50px;
	}

	.partners__title-top.title.title__main {
		margin-bottom: 20px;
		margin-top: 0px !important;
	}

	.partners__form-title {
		padding-top: 15px;
	}

	.footer__logo img {
		width: 135px;
	}

	.footer__left {
		height: 25px;
	}

	.footer__logo {
		margin-bottom: 32px;
	}

	.page-top__slider {
		margin-bottom: 26x;
	}

	.category__list {
		grid-column-gap: 10px;
		grid-row-gap: 23px;
	}

	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: -55px !important;
	}

	.novelty {
		margin-bottom: 50px !important;
	}

	.company {
		padding-top: 58px;
	}

	.news-details__top picture {
		height: 300px;
	}

	.header__top .fl.active .search-input {
		margin: 0;
		height: 57px;
	}

	.page-catalog__content.qs-edits-mt {
		margin-top: 85px;
	}

	.header .catalog__item {
		page-break-inside: unset;
	}

	.header .catalog__list-title {
		line-height: 110%;
		margin-top: 0;
		padding-bottom: 0;
	}

	.header .catalog__list.dis {
		margin-bottom: 0;
	}

	.header .catalog__list-item:first-child,
	.header .catalog__list-item-top:first-child {
		margin-top: 11px;
		margin-bottom: 0;
		padding-bottom: 23px;
	}

	.header .catalog__list {
		margin-left: 13px;
	}

	.header .catalog__item img {
		width: 50px;
		height: 50px;

		object-fit: contain;
		object-position: center;
	}

	.header .catalog__item {
		grid-template-columns: 50px 1fr;
	}

	.header .catalog__list.dis {
		align-self: end;
	}

	.header .catalog__item.grid-item {
		margin-bottom: 11px;
	}

	.haeder .catalog__list.dis {
		align-self: end;
	}

	.header .catalog__title-btn {
		flex-shrink: 0;
	}

	.header__top .fl.active .search-input {
		left: 10px;
	}

	.catalog-back {
		margin-left: 10px;
	}

	.header__top .fl.active .search-input {
		max-width: calc(100% - 20px);
	}

	#title-search {
		max-width: 100%;
		margin-top: 10px;
	}
}

@media (max-width: 520px) {
	.page-catalog__list.line div.attr {
		display:none;
	}
	.page-catalog__list.line .page-catalog__item .novelty__item-btn {
		font-size:0;
		display:flex;
		justify-content: flex-start;
		margin-left:0;
	}
	.page-catalog__list.line .page-catalog__item .novelty__item-availability {
		transform: unset;
		position: static;

	}
	.formalization__questions {
		display: none;
	}

	.formalization__modal-buttons {
		margin: 25px 0 30px;
	}

	.formalization__modal-btn {
		font-size: 14px;
		height: 45px;
	}

	.header__input-btn.active {
		right: 17%;
	}

	div.title-search-result {
		max-width: 85% !important;
		width: 100% !important;
	}
}

@media (max-width: 510px) {
	.formalization__form-box {
		grid-template-columns: 1fr;
	}

	.company__item > .callback_analog > picture > img {
		width: 130px;
		height: 50px;
		object-fit: contain;
	}

	.formalization__form {
		margin-top: 30px;
	}

	.formalization__form-title {
		margin-bottom: 30px;
		font-size: 25em;
	}

	.formalization__box-delivery {
		max-width: 250px;
		width: 100%;
	}

	.page-certeficate__list {
		display: flex;
		overflow-x: scroll;
		max-width: 100%;
		padding-bottom: 30px;
	}

	.page-certeficate__list::-webkit-scrollbar {
		background-color: #ebebeb;
		border-radius: 20px;
		height: 4px;
	}

	.page-certeficate__list::-webkit-scrollbar-thumb {
		background-color: #005e93;
		border-radius: 20px;
		height: 4px;
	}

	.page-certeficate__list .certificates__slide {
		width: 300px;
	}

	.vacancies__item-buttons {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.vacancies__item-salary {
		text-align: left;
	}

	.formalization__modal-text {
		margin-top: 10px;
		font-size: 12em;
	}

	.page-top__slide_right {
		bottom: 65px;
	}
}

@media (max-width: 480px) {
	.bascket-page__buttons {
		flex-direction: column;
		margin-top: 20px;
	}

	.novelty__item-btn {
		margin-right: 31px;
	}

	.news__slide > a > picture {
		width: 100%;
		display:block;
	}

	.text__bot {
		font-size: 14px;
		margin-bottom: 40px;
	}

	.bascket-page__btn {
		width: 100%;
	}

	.bascket-page__item {
		padding: 5px;
	}

	.config-page__answer {
		max-width: 100%;
	}

	.config-page__answer-bottom_right {
		margin-left: 0;
	}

	.config-page__answer-bottom-info {
		margin-right: 28px;
	}

	.formalization__questions-link {
		font-size: 24px;
	}

	.page-company__country-title.title.title__main {
		font-size: 25em;
	}

	.page-company__country-text {
		font-size: 16em;
	}

	.formalization__modal-title.title.title__main {
		font-size: 23em;
	}

	.formalization__modal-title_min,
	.formalization__modal_id {
		font-size: 20em;
	}

	.questions__modal-text {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.questions__modal-text-link {
		font-size: 14em;
	}

	.questions__modal-link {
		font-size: 25em;
	}

	.questions__modal-label {
		padding: 0px 10px;
	}

	.questions__modal-label svg:first-child {
		margin-right: 15.12px;
	}

	.questions__modal-label svg:last-child {
		margin-right: 13px;
	}

	.modal__city {
		max-width: 95%;
	}

	.modal__city-title {
		font-size: 25em;
	}

	.modal__city-item {
		padding-bottom: 10px;
	}

	.header__input-btn.active {
		right: 15%;
	}

	.category__item:nth-child(2) picture,
	.category__item:nth-child(3) picture,
	.category__item:nth-child(4) picture,
	.category__item:nth-child(5) picture,
	.category__item picture {
		width: 130px;
		height: 130px;
		margin: 35px auto 0px auto;
	}

	.bx-filter-parameters-box-container {
		display: flex;
		flex-direction: column;
	}

	.page-catalog__characteristics-btn.btn.btn__main {
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}

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

	.page-company__top-text {
		font-size: 14px;
	}

	.page-company__info-text {
		font-size: 14px;
	}

	.header-menu-connection {
		justify-content: center;
		align-items: center;
	}

	.header-menu-connection__item:first-child {
		margin-right: 54px;
	}

	.novelty__list .swiper-pagination-bullet {
		width: 100% !important;
	}

	.novelty__list .swiper-pagination {
		display: flex;
		flex-direction: row;
	}

	.news__slide-img img {
		height: 100%;
	}

	.news .swiper2 > .swiper-wrapper > .swiper-slide > .news__slide-img img {
		height: 100%;
	}

	.news .swiper2 > .swiper-wrapper > .swiper-slide > picture {
		margin-bottom: 18px;
	}

	.news .swiper2 > .swiper-wrapper > .swiper-slide > .news__slide-title {
		margin-top: 0;
	}

	.news .container {
		padding-right: 0;
	}

	.news .news__top {
		padding-right: 10px;
	}

	.news .news__filter {
		flex-wrap: wrap;
	}

	.news__slide-text {
		margin-top: 10px;
	}

	.news__slide-link {
		margin-top: 15px;
	}

	.about {
		background: url(/local/templates/main/assets/css/../images/qs-bg-about-company-480.png);
		background-repeat: no-repeat;
	}

	.about .about__inner {
		margin-top: 0;
	}

	.about {
		padding-top: 77px;
		margin-bottom: 58px;
	}

	.about .about__title {
		margin-bottom: 20px;
	}

	.about__text.text.text__main:nth-child(3) {
		margin-bottom: 9px;
	}

	.about .about__list {
		margin-top: 42px;
		gap: 0px;
	}

	.about .about__list .about__item:nth-child(2) .about__item-title {
		line-height: 100%;
	}

	.about .about__list .about__item:nth-child(2) .about__item-title mark {
		line-height: auto;
	}

	.company {
		padding-top: 48px;
		margin-bottom: 0;
		padding-bottom: 75px;
	}

	.company__title {
		text-align: left;
	}

	.company__list {
		grid-gap: 9px;
	}

	.company svg {
		margin-left: 9px;
		position: static;
	}

	.certificates__slide-img {
		height: 367px;
		object-fit: cover;
		object-position: center;
	}

	.certificates__title {
		padding-top: 0;
	}

	.certificates__content .swiper-slide a:first-child {
		margin-bottom: 0;
	}

	.certificates__content .swiper-slide a:first-child {
		padding: 10px;
	}

	.swiper-pagination3 {
		margin-top: 40px;
	}

	.footer__body {
		padding-top: 34px;
	}

	.footer__body {
		padding-bottom: 17px;
	}

	.footer__bottom {
		padding-top: 36px;
		padding-bottom: 0;
	}

	.footer__media {
		margin-top: 47px;
	}

	.footer {
		padding: 29px 0;
	}

	.page-catalog__title {
		top: 144px;
	}

	.swiper-slide.catalog__item.qs-edits {
		padding: 10px 10px 21px;
	}

	.novelty__item-top {
		margin: 19px 0px 19px;
	}

	.swiper-pagination2 {
		margin-top: 46px;
	}

	.news .news__inner {
		margin-bottom: 14px;
	}

	.news .news__inner .swiper-pagination2,
	.news .certificates__link {
		padding-right: 0;
	}

	.news .swiper2 {
		padding-right: 10px;
	}

	.about__title.title.title__main {
		font-size: 28px;
	}

	.certificates.certificates-index-page {
		padding-top: 43px;
		margin-bottom: 46px;
	}

	.certificates.certificates-index-page .swiper-pagination3 {
		margin-top: 15зч;
	}

	.questions {
		height: auto;
	}

	.questions__inner {
		height: auto;
		padding-top: 70px;
	}

	.questions .container {
		padding-inline: 0;
	}

	.questions__title.title.title__main {
		font-size: 36em;
	}

	.questions__text {
		text-align: center;
		margin-right: 0px;
		max-width: 74%;
		margin: 0 auto;
		width: 100%;
	}

	.page-catalog__category-btn {
		width: 100vw;
		position: relative;
		left: -10px;

		border-radius: 0px;
	}

	.category__list {
		grid-row-gap: 14px;
	}

	.page-catalog__category-btn {
		margin-bottom: 15px;
	}

	.page-catalog__acordion-main {
		margin-top: 0;
	}

	.page-card__back-list {
		margin-bottom: 43px;
	}

	.page-card__title {
		margin-bottom: 24px;
	}

	.page-catalog__btn-copy {
		position: relative;
		top: -10px;
	}

	.page-card__slider-big-item img {
		max-width: 100%;
		width: 100%;
	}

	.page-card__top_right {
		margin-top: 0;
	}

	.page-card__top-documtent {
		position: static;
	}

	.page-card__top-documtent {
		margin-top: 47px;
	}

	.page-card__top_right {
		max-width: 100%;
		width: 100%;
	}

	.page-card__top-documtent {
		flex-direction: row;
		align-items: flex-start;
		padding-top: 45px;
	}

	.page-card__top-documtent-col {
		order: 1;
	}

	.page-card__top-documtent img {
		order: 2;
	}

	.page-card__top_right {
		flex: unset;
	}

	.page-card__top {
		margin-bottom: 46px;
	}

	.page-card__document-link {
		margin-bottom: 29px;
	}

	.page-card__top_right {
		position: relative;
		top: unset;
		right: unset;
	}

	.page-card__top-documtent {
		width: 100vw;
		left: -10px;
		position: relative;
	}

	.page-card__top_right {
		border-radius: 0px;
	}

	.main {
		overflow-x: hidden;
	}

	.page-card__slider-big-item img {
		margin-left: 0;
	}

	.page-card__slider-min {
		margin-bottom: 53px;
	}

	.page-card__info-bottom-buttons {
		margin-top: 32px;
	}

	.novelty__item-buttons {
		padding-left: 0px;
		max-width: 100%;
		width: 100%;
	}

	.novelty__item-btn {
		margin-right: auto;
	}

	.catalog-parent .novelty {
		padding-bottom: 0;
		padding-top: 0;
		margin-bottom: 61px !important;
	}

	.catalog-parent .company {
		padding-top: 48px;
		padding-bottom: 73px;
	}

	.catalog-parent .page-card__top {
		margin-bottom: 0;
	}

	.catalog-parent .page-card__top-documtent {
		margin-bottom: 46px;
	}

	.catalog-parent .page-card__top-documtent {
		margin-top: 47px;
	}

	.page-catalog__characteristics-acordion {
		margin-bottom: 31px;
	}

	.page-catalog__characteristics-acordion-top {
		margin-bottom: 31px;
	}

	.page-catalog__characteristics-acordion-body {
		margin-bottom: 49px;
	}

	.page-catalog__characteristics-reset {
		border: 1px solid var(--accent-color);
		border-radius: 6px;
		padding: 19px 19px;

		font-weight: 600;
		font-size: 16px;
		letter-spacing: 1%;
		color: #707070;
	}

	.page-catalog__characteristics-reset::after {
		display: none;
	}

	.page-catalog__characteristics-buttons {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.page-catalog__characteristics-btn.btn.btn__main {
		margin-bottom: 0;
		margin-right: 0;
	}

	.page-catalog__characteristics-reset,
	.page-catalog__characteristics-btn.btn.btn__main {
		padding: 19px 10px;
		text-align: center;

		display: row;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.questions__content {
		padding-top: 0px;
	}

	.questions__left {
		left: 0px;
	}

	.questions__text {
		max-width: 81%;
	}

	.questions__left {
		margin-bottom: 0px;
	}

	.questions__form-item {
		height: 71px;
	}

	.questions form {
		top: 0;
	}

	.questions__right {
		max-width: 100%;
		width: 100%;
	}

	.questions__content {
		gap: 40px;
	}

	.questions__form-bottom {
		top: 0;
	}

	.questions__form-bottom {
		margin-top: 23px;
		padding-left: 0;
		gap: 9px;
	}

	.questions__form-bottom .questions__form-text {
		margin-top: 0px;
	}

	.questions__form-btn {
		margin-bottom: 0px;
	}

	.questions__inner {
		padding-bottom: 112px;
	}

	.company__title {
		margin-bottom: 41px;
	}

	.certificates__title {
		position: relative;
		left: 7px;
	}

	.catalog__controlls {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
}

@media (max-width: 460px) {
	.page-top__list-item svg {
		width: 30px;
		height: 30px;
	}

	.page-top__list-item svg {
		margin-right: 0px;
	}

	.page-top__list-item {
		grid-template-columns: 37px 1fr;
	}

	.page-top__list {
		grid-column-gap: 10px;
		grid-row-gap: 6px;
	}

	.page-top__list-item {
		min-height: 66px;
		height: auto;
		padding-inline: 17px 10px;
	}

	.search-input #title-search.fl.active,
	.header__top .fl.active {
		max-width: calc(100% - 10px) !important;
		width: 100% !important;
	}

	.header__top .fl.active .search-query {
		width: 100% !important;
		max-width: 100% !important;
	}

	.novelty .container {
		padding-right: 0;
	}

	.novelty .container .swiper-pagination {
		padding-right: 15px;
	}

	.novelty__item-top {
		margin: 19px 0px 19px;
	}

	.questions__right {
		margin-inline: auto;
	}

	.questions__left {
		margin-bottom: 0px;
	}

	.header__inner .container {
		padding: 0 16px;
	}

	.header__top {
		padding: 9px 0px 11px;
	}

	.header__top {
		gap: 16px;
	}

	.header__search-link {
		margin-top: 0px;
	}

	.logo__link img {
		width: 143px;
	}

	.header__top .fl.active {
		top: 60px;
	}

	.search-button {
		left: 7%;
	}

	.search-query {
		padding-left: 73px;
	}

	.catalog-back {
		margin-top: 80px;
		padding-left: 40px;
		padding-bottom: 13px;
	}

	.catalog-back::before {
		top: 0px;
		left: 7px;
	}

	.footer__inner {
		gap: 0px;
	}

	.footer__right {
		padding-right: 42px;
		padding-top: 6px;
	}

	.footer__right .footer__right-link {
		margin-bottom: 37px;
	}

	.footer__inner {
		padding-bottom: 28px;
	}

	.footer__right-link_two {
		bottom: 13px;
	}

	.footer__body {
		gap: 67px;
	}

	.certificates__slide-img {
		height: 364px;
	}

	.certificates__content .swiper-slide a:first-child {
		padding: 13px;
	}

	.certificates__slide-text {
		padding-top: 8px;
	}

	.about__text {
		font-size: 14px;
	}

	.about .container {
		padding-inline: 17px;
	}

	.about__text {
		margin-bottom: 16px;
	}

	.about__link {
		margin-top: 21px;
	}

	.about__link svg {
		margin-left: 7px;
	}

	.about__list .about__item:nth-child(2) {
		margin-right: 0px;
		margin-left: 0px;
	}

	.about__list {
		max-width: 100%;
		width: 100%;
		justify-content: space-between;
	}

	.about__list .about__item:nth-child(2) {
		position: relative;
		left: 12px;
		top: 5px;
	}

	.about__list .about__item:nth-child(2) .about__item-text {
		top: -4px;
	}

	.news .news__title {
		padding-left: 4px;
		padding-bottom: 25px;
	}

	.news .news__filter-btn {
		font-size: 14px;
		height: auto;
		width: auto;
		min-width: 97px;
		padding-block: 10px;
		padding-inline: 4px;
	}

	.news .news__filter {
		padding-left: 4px;
	}

	.news__top {
		margin-bottom: 35px;
	}

	.news__inner {
		margin-left: 6px;
	}

	.news__slide-img {
		height: 212px;
	}

	.news__slide-date {
		width: max-content;
		left: 14px;
		padding: 0px 3px 5px 3px;
		height: auto;
	}

	.news__slide-num {
		font-size: 15.15px;
	}

	.news__slide-mount {
		line-height: 92%;
	}

	.news__slide-img {
		margin-bottom: 18px;
	}

	.news__slide-link {
		font-size: 14em;
	}

	.news__slide-link svg {
		margin-left: 7px;
	}

	.certificates__link {
		margin-top: 0px;
	}

	.certificates-company-page .certificates__link {
		margin-top: 19px;
	}

	.news .news__inner {
		margin-bottom: 14px;
	}

	.news .swiper-pagination2 {
		margin-top: 39px;
	}

	.news .certificates__link {
		padding-right: 12px;
	}

	.page-top__list-item:nth-child(2) svg {
		top: 2px;
		left: -3px;
	}

	.page-top__list-item:nth-child(2) {
		gap: 0;
	}

	.page-top__list-item:nth-child(4) svg {
		top: 0;
		left: 0;
	}

	.page-top__list-item:nth-child(4) {
		gap: 4px;
	}

	.page-top__slide_left {
		margin-top: 23px;
	}

	.page-top__slide-text {
		margin-bottom: 37px;
	}

	.page-top__slide_left {
		flex: unset;
	}

	.header__bottom.active,
	.header__bottom {
		padding-inline: 0px !important;
	}

	.header__bottom.active {
		padding: 24px 20px 49px 20px;
	}

	.header-menu__btn_bottom {
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.menu {
		padding-left: 31px;
	}

	.menu__item a {
		padding: 17px 0px 7px;
	}

	.menu__list {
		gap: 0;
	}

	.header-menu_bottom .header-menu__btn_bottom:nth-child(1) svg {
		margin-right: 14px;
		position: relative;
		left: 2px;
	}

	.header-menu_bottom .header-menu__btn_bottom:nth-child(2) svg,
	.header-menu_bottom .header-menu__btn_bottom:nth-child(3) svg {
		position: relative;
		left: 3px;
	}

	.header-menu__btn_bottom svg {
		margin-right: 17px;
	}

	.header-menu-connection__item:nth-child(1) .header-menu-connection__link {
		position: relative;
		top: 2px;
		left: -7px;
	}

	.header-menu-connection__item:nth-child(2) .header-menu-connection__link {
		position: relative;
		top: 2px;
		left: 2px;
	}

	.header-menu-connection__item:nth-child(2) .header-menu-connection__text {
		font-size: 16px;
	}

	.header-menu-connection__item:nth-child(2) {
		margin-top: 2px;
	}

	.header-menu-connection__item svg {
		margin-top: 2px;
	}

	.catalog-back {
		margin-top: 76px;
	}

	.catalog__inner {
		margin-top: 26px;
	}

	.catalog__list-item {
		padding-right: 27px;
	}

	.catalog__title-btn {
		background-image: url(/local/templates/main/assets/css/../images/galk150724.svg);
		width: 13px;
		margin-top: 3px;
	}

	.category__list-row {
		grid-template-rows: 208px 210px;
	}

	.category__list.category__list_index-page .category__list-row .category__item:first-child .category__item-content {
		padding: 0px 22px 24px 25px;
	}

	.category__list.category__list_index-page .category__list-row .category__item:first-child .category__item-btn {
		top: -3px;
	}

	.category__list.category__list_index-page .category__list-row .category__item:nth-child(3) .category__item-btn {
		top: 3px;
		right: -7px;
	}

	.category__list.category__list_index-page .category__item-content {
		margin-top: 0px;
	}

	.category__content-link svg {
		width: 20px;
	}

	.category__list.category__list_index-page .category__item:nth-child(2) picture,
	.category__list.category__list_index-page .category__item:nth-child(3) picture,
	.category__list.category__list_index-page .category__item:nth-child(4) picture,
	.category__list.category__list_index-page .category__item:nth-child(5) picture,
	.category__list.category__list_index-page .category__item picture {
		height: 108px;
	}

	.category__list.category__list_index-page .category__btn {
		margin-top: 3px;
		position: relative;
		left: 0;
	}

	.category__list.category__list_index-page .category__list-row .category__item:nth-child(3) .category__item-content {
		padding: 0px 11px 16px 19px;
	}

	.category__list.category__list_index-page
		.category__list-row
		.category__item:nth-child(3)
		.category__item-content
		.category__content-link {
		margin-top: 9px;
	}

	.category__list.category__list_index-page .category__list-row .category__item:nth-child(2) .category__item-content {
		padding: 0px 22px 16px 12px;
	}

	.category__list.category__list_index-page
		.category__list-row
		.category__item:nth-child(2)
		.category__item-content
		.category__content-link {
		margin-top: 9px;
	}

	.category__list.category__list_index-page
		.category__list-row.category__list-row_two
		.category__item:first-child
		.category__item-content {
		padding: 0px 12px 29px 17px;
	}

	.category__list.category__list_index-page
		.category__list-row.category__list-row_two
		.category__item:first-child
		.category__content-link {
		position: relative;
		top: 15px;
	}

	.category__list.category__list_index-page
		.category__list-row.category__list-row_two
		.category__item:nth-child(2)
		.category__item-content {
		padding: 0px 23px 10px 11px;
	}

	.category__list.category__list_index-page .category__list-row .category__item:nth-child(2) .category__item-btn {
		top: 0;
		right: -7px;
	}

	.category__list.category__list_index-page .category__list-row .category__item:nth-child(2) .category__item-btn {
		top: 3px;
		right: 5px;
	}

	.category__list.category__list_index-page .category__list-row_two .category__item:first-child .category__item-btn {
		top: 0px;
		right: -7px;
	}

	.category__list.category__list_index-page .category__list-row_two .category__item:nth-child(2) .category__item-btn {
		top: 0px;
		right: 5px;
	}

	.category__list.category__list_index-page .category__list-row_two .category__item:nth-child(3) .category__item-btn {
		top: -3px;
		right: 5px;
	}

	.category__list.category__list_index-page .category__list-row .category__item:nth-child(3) .category__item-content {
		padding: 0px 22px 27px 17px;
	}

	.category__list.category__list_index-page .category__list-row_two .category__item:nth-child(3) picture {
		height: 145px;
	}

	.category__list.category__list_index-page .category__list-row_two .category__item:first-child picture {
		width: 140px;
		height: 108px;
	}
}

@media (max-width: 459px) {
	.partners__form-text {
		font-size: 14em;
	}

	.header__bottom.active .header-menu-connection {
		flex-direction: column;
	}

	.header-menu-connection__item:first-child {
		margin-right: 0px;
		margin-bottom: 25px;
	}

	.formalization__modal {
		max-width: 90%;
	}

	.formalization__modal-buttons {
		flex-direction: column;
	}

	.formalization__modal-btn {
		width: 100%;
		transition: all 0.3s ease;
		color: #fff;
		background-color: #005e9e;
		border: none;
	}

	.formalization__modal-btn:hover {
		background-color: #00497b;
	}

	.formalization__modal-btn:active {
		background-color: #003d66;
	}

	.formalization__modal {
		background: url(/local/templates/main/assets/css/../images/bg-decor/modal-min.svg) 50% 25%, #fff;
		background-repeat: no-repeat;
	}

	.header__top {
		gap: 5px;
	}

	.search__list {
		width: 100% !important;
		max-width: 300px !important;
	}

	.search__item_min {
		font-size: 12px;
	}

	.search__item_min span {
		font-size: 12px;
	}

	.search__item-title {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.search__item a {
		gap: 5px;
	}

	.search__btn.btn.btn__main {
		padding: 20px 5pxpx 36px 5px;
	}

	.category__item:nth-child(2) picture,
	.category__item:nth-child(3) picture,
	.category__item:nth-child(4) picture,
	.category__item:nth-child(5) picture,
	.category__item picture {
		width: 140px;
		height: 130px;
	}

	.page-company__client-slide.swiper-slide {
		height: 90px;
	}

	.page-company__client-slide picture {
		max-width: 90%;
		height: 90%;
	}

	.page-company__client-slide picture > img,
	.page-company__client-slide picture > source {
		max-width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.page-company__client-slide.swiper-slide {
		margin: 0;
		width: 100%;
		max-width: 100%;
	}

	.page-company__client-slider > .swiper4 .swiper-slide picture {
		height: 78px !important;
		width: 200px !important;
	}

	.page-company__client-slider > .swiper4 .swiper-slide picture > img,
	.page-company__client-slider > .swiper4 .swiper-slide picture > source {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.vacancies__item {
		padding: 10px;
	}

	.page-top__list-item p {
		hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
	}
}

@media (max-width: 450px) {
	.bascket-page__payment-btn.btn.btn__main {
		margin-right: 0;
	}

	.bascket-page__bottom {
		width: 110%;
		margin-left: -5%;
	}

	.swiper-slide picture,
	.swiper-slide img {
		max-width: 100% !important;
		/*height: 212px;*/
		height: 100%;
		width:100%;
		object-fit: cover;
	}

	.page-company__client-slide.swiper-slide {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer__inner {
		flex-direction: column;
	}

	.footer__right-link_two {
		position: static;
	}

	.page-card__top-documtent {
		position: relative;
	}

	.page-card__top-documtent img {
		margin-left: auto;
		margin-right: 0;
		object-fit: cover;
		margin-top: 40px;
		margin-bottom: 0;
	}

	.bascket-page__item {
		padding: 0;
	}

	.bascket-page__item-name {
		left: 120px;
	}

	.bascket-page__item-article {
		left: 120px;
	}

	.bascket-page__item-img {
		padding-right: 23px;
	}

	.bascket-page__item-price {
		left: 124px;
	}

	.bascket-page__bottom {
		flex-direction: column;
		height: 200px;
		align-items: center;
		justify-content: center;
	}

	.bascket-page__box-bottom {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.bascket-page__payment,
	.bascket-page__payment-price,
	.bascket-page__payment-btn {
		position: static;
		margin-right: 0;
	}

	.bascket-page__payment-btn {
		width: 95%;
		padding: 0px 5px;
	}

	.bascket-page__list_no-sum .bascket-page__item-buttons {
		width: 100px;
		top: 95px;
		position: absolute;
		left: 124px;
		margin-left: 0;
	}

	.certificates .certificates__slide-img {
		height: 367px;
	}

	.news__card-title {
		font-size: 18em;
	}

	.news__card-text {
		font-size: 13em;
	}

	.page-company__list {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}

	.page-company__item p {
		max-width: 100%;
	}

	.feedback__form-box {
		flex-direction: column;
	}

	.feedback__form-btn {
		width: 100%;
	}

	.feedback__form-area {
		height: 120px;
	}

	.feedback__form-label {
		height: 60px;
	}

	.page-top__slider-count {
		display: none;
	}

	.page-top .slick-dots li.slick-active button {
		display: none;
	}

	.page-top .slick-dots {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}

	.search__list {
		left: 55px !important;
	}

	.search__list {
		left: 0px !important;
	}

	.fl.fl_width .search-input {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 auto;
	}

	.page-company__top-inner {
		padding-top: 40px;
	}

	.swiper-button-next4,
	.swiper-button-prev4 {
		width: 25px;
		height: 25px;
	}

	.page-top__slide_left {
		width: 100%;
		padding: 0px 10px;
	}

	.category__item-title {
		max-width: 200px;
		width: 100%;
	}

	.page-card__top-article-btn {
		display: flex;
		gap: 3px;
	}

	.page-card__top-article-id {
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.page-card__top-article {
		width: 120px;
	}

	.bascket-page__item-name,
	.bascket-page__item-article {
		width: 150px;
		text-align: left;
	}

	.footer__right {
		padding-right: 0;
	}

	.footer__right {
		margin-top: 20px;
	}

	.footer__body {
		gap: 0;
	}
}

@media (max-width: 440px) {
	.page-catalog__characteristics-buttons {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	.header .catalog__list-item:first-child.qs-edits-mt {
		margin-top: 0;
	}
}

@media (max-width: 420px) {
	.header__top {
		gap: 15px;
	}

	.page-top__slide_right {
		bottom: 0px !important;
	}

	.page-top__slide_right picture {
		left: 0 !important;
	}

	.page-top__slide_right picture > img {
		margin-bottom: 0px;
	}

	.body {
		background-color: #000;
	}

	.page-top__slide_right picture > img {
		margin: 0 auto;
		margin-bottom: 5px;
	}

	.button__menu_open.fix {
		position: fixed;
	}

	.formalization__close-kp svg {
		width: 20px;
		height: 20px;
	}

	.formalization__title-kp {
		margin-top: 0 !important;
	}

	.button__menu_open {
		width: 45px;
		height: 45px;
	}

	.button__menu_open span {
		font-size: 14px;
	}

	.page-card__info-bottom-buttons .page-card__btn-bascet {
		flex: 0 0 55px;
		height: 55px;
	}

	.page-card__info-bottom-buttons .page-card__btn-help {
		height: 55px;
	}

	.bascket-page__list_no-sum .bascket-page__item-name {
		left: 119px;
	}

	.header__right {
		gap: 15px;
	}

	.company__list {
		grid-template-columns: 1fr;
	}

	.company__item-btn {
		margin-top: 0;
	}

	.page-top__slide-left {
		margin-top: 25px;
	}

	.title.title__main {
		font-size: 25px;
	}

	.questions .container {
		padding: 5px;
	}

	.questions {
		height: 703px;
	}

	.page-catalog__content-chapter .page-catalog__inner {
		margin-top: 100px;
	}

	.page-catalog__card-top {
		flex-direction: column;
	}

	.page-card__button-minus {
		margin-right: 10px;
	}

	.page-card__count {
		margin-right: 10px;
	}

	.page-card__button-plus {
		margin-right: 10px;
	}

	.page-card__btn-help {
		font-size: 14em;
	}

	.page-card__slider-min {
		width: 210px !important;
	}

	.nextArrowTwo.slick-arrow {
		right: -27px;
	}

	.page-card__slider-big {
		width: 290px;
		margin: 0 auto;
	}

	.page-card__slider-big-item img {
		width: 250px;
		height: 244px;
		object-fit: contain;
		margin: 0 auto;
	}

	.config-page__accordion-title {
		font-size: 18em;
	}

	.config-page__accordion-top svg {
		margin-top: 20px;
	}

	.page-top__slide_right {
		bottom: 5px;
		right: 5px;
	}

	.page-top .slick-dots {
		bottom: 20px;
	}

	.page-top__slider-count {
		top: 465px;
		left: 168px;
	}

	.page-top__slide_right {
		bottom: 60px;
		right: 9px;
	}

	.bascket-page__list_no-sum .bascket-page__item-buttons {
		left: 116px;
	}

	.news-details__info-block-item_two {
		font-size: 14px;
	}

	.news-details__info-block-item_two::before {
		top: 5px;
	}

	.page-company__top-list {
		grid-template-columns: 1fr;
	}

	.logo img {
		width: 129px;
		height: 39px;
	}

	.header__input::placeholder {
		width: 100px;
	}

	.search-query {
		padding-left: 60px;
		font-size: 14px;
	}

	.page-top__slide_right {
		bottom: 0px;
		margin: 0 auto;
	}

	.page-top__slide_right picture > img,
	.page-top__slide_right picture > source {
		object-fit: contain;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}

@media (max-width: 410px) {
	.page-card__top-documtent img {
		margin-top: 0;
	}

	.category__list-row {
		grid-template-rows: 1fr 1fr;
	}

	.category__list-row,
	.category__list-row.category__list-row_two {
		grid-template-columns: 1fr;
	}

	.category__list.category__list_index-page .category__item:first-child,
	.category__list.category__list_index-page .category__item:nth-child(2),
	.category__list.category__list_index-page .category__item:nth-child(3) {
		grid-column-start: auto;
		grid-column-end: auto;
		grid-row-start: auto;
		grid-row-end: auto;
	}

	.category__list.category__list_index-page .category__item {
		grid-column: 1 span;
	}

	/* .category__list.category__list_index-page .category__item:first-child {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}

	.category__list.category__list_index-page .category__item:nth-child(2) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}

	.category__list.category__list_index-page .category__item:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	}

	.category__list.category__list_index-page .category__list-row_two .category__item:first-child {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}

	.category__list.category__list_index-page .category__list-row_two .category__item:nth-child(2) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}

	.category__list.category__list_index-page .category__list-row_two .category__item:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	} */
}

@media (max-width: 400px) {
	.category__item:first-child picture {
		height: 150px;
	}

	.category__item-content {
		margin-top: 10px;
	}

	.slider__left-title {
		max-width: 95%;
	}
}

@media (max-width: 399px) {
	.news .container {
		padding-right: 10px;
	}

	.news .news__inner .swiper-pagination2,
	.news .certificates__link {
		padding-right: 0px;
	}

	.news .swiper2 {
		padding-right: 0px;
	}

	.news .news__title,
	.news .news__filter {
		padding-left: 0px;
	}

	.news__inner {
		margin-left: 0px;
	}
}

@media (max-width: 390px) {
	.page-company__top {
		height: 100%;
		margin-bottom: 40px;
		background: none;
		background: url(/local/templates/main/assets/css/../images/company/bg1.png) 0% -20%;
		background-repeat: no-repeat;
	}

	.page-top__slide_right {
		right: 26%;
	}

	.page-top__slide_right picture {
		left: 0 !important;
	}

	.page-company__title.title.title__main {
		margin-bottom: 35px;
	}

	.page-company__top .container {
		padding: 0px;
		width: 100%;
		max-width: 100%;
	}

	.vacancies__item-title {
		font-size: 24em;
	}

	.vacancies__item-salary {
		font-size: 18em;
	}

	.btn.btn__main.vacancies__btn-top {
		height: 60px;
	}

	.page-card__top-article {
		width: 100px;
	}

	.about__list {
		flex-direction: column;
	}

	.about__item {
		max-width: 100%;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;

		gap: 10px;
	}

	.about__item-text {
		max-width: 100%;
		width: 100%;
	}

	.about__item-title {
		display: flex;
		flex-direction: row;
	}

	.page-card__top-documtent {
		flex-direction: column;
	}

	.page-card__slider-big {
		max-width: max-content;
		width: 100%;
	}

	.page-card__slider-big-item img {
		width: 100%;
	}

	.about__list .about__item:nth-child(2) {
		left: 0;
		top: 0;
	}

	.about__list .about__item:nth-child(2) .about__item-text {
		top: 0;
	}
}

@media (max-width: 375px) {
	.formalization__form-delivery-text {
		font-size: 13em;
	}

	.page-card__info-bottom-buttons {
		flex-direction: column;
		margin-bottom: 50px;
		position: relative;
	}

	.page-card__info-bottom-buttons .page-card__btn-bascet.btn.btn__main {
		width: 100%;
		height: 60px;
		margin-right: 0px;
		margin-top: 55px;
		margin-bottom: 20px;
	}

	.page-card__info-bottom-buttons .page-card__btn-help {
		width: 100%;
		height: 60px;
		margin-bottom: 20px;
	}

	.page-card__info-bottom-buttons .page-card__button-minus,
	.page-card__info-bottom-buttons .page-card__count,
	.page-card__info-bottom-buttons .page-card__button-plus {
		position: absolute;
	}

	.page-card__info-bottom-buttons .page-card__button-minus {
		left: 0%;
	}

	.page-card__info-bottom-buttons .page-card__count {
		left: 45px;
		margin-top: 3px;
	}

	.page-card__info-bottom-buttons .page-card__button-plus {
		left: 65px;
	}

	.formalization__form-delivery-title {
		margin-bottom: 15px;
	}

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

	.formalization__box-delivery {
		max-width: 190px;
		width: 100%;
	}

	.config-page__accordion-title {
		font-size: 16em;
	}

	.formalization__title-kp {
		font-size: 27em;
	}

	.header__input-btn.active {
		right: 16%;
	}

	.vacancies__item-btn {
		padding: 5px;
	}

	.swiper-button-next4,
	.swiper-button-prev4 {
		display: none;
	}

	.page-top__list {
		grid-template-columns: 1fr;
	}

	.category__list {
		grid-template-columns: 1fr;
	}

	/* .category__item:nth-child(2) {
		grid-column-start: 1;
		grid-column-end: 4;
		grid-row-start: 2;
		grid-row-end: 3;
	}

	.category__item:nth-child(3) {
		grid-column-start: 1;
		grid-column-end: 4;
		grid-row-start: 3;
		grid-row-end: 4;
	}

	.category__item:nth-child(4) {
		grid-column-start: 1;
		grid-column-end: 4;
		grid-row-start: 4;
		grid-row-end: 5;
	}

	.category__item:nth-child(5) {
		grid-column-start: 1;
		grid-column-end: 4;
		grid-row-start: 5;
		grid-row-end: 6;
	}

	.category__item:nth-child(6) {
		grid-column-start: 1;
		grid-column-end: 4;
		grid-row-start: 6;
		grid-row-end: 7;
	} */

	.slider__left-item-content {
		padding-top: 0;
	}

	.page-card__button-minus {
		margin-right: 0;
	}

	.page-card__info-bottom-buttons .page-card__count {
		left: 30px;
		margin-right: 0;
		width: 45px;
		text-align: center;
	}

	.page-card__info-bottom-buttons .page-card__button-plus {
		left: 75px;
	}

	.page-catalog__btn-copy {
		font-size: 12px;
	}

	.page-catalog__btn-copy {
		gap: 5px;
	}
}

@media (max-width: 374px) {
	.novelty .container {
		padding-right: 10px;
	}

	.novelty .container .swiper-pagination {
		padding-right: 0;
	}

	.novelty__item-btn {
		font-size: 0px;
		flex: 0 0 60px;
		width: 60px;
		height: 60px;
		display: block;
	}
}

@media (max-width: 360px) {
	.page-catalog__content-chapter .page-catalog__characteristics-buttons {
		flex-direction: column;
	}

	.page-catalog__content-chapter .page-catalog__characteristics-btn,
	.page-catalog__content-chapter .page-catalog__characteristics-reset {
		flex: 0 0 100%;
	}

	.page-catalog__content-chapter .page-catalog__inner {
		margin-top: 120px;
	}

	.page-catalog__content-chapter .page-catalog__title {
		font-size: 24em;
		line-height: 90%;
	}

	.page-catalog__content-chapter .page-catalog__item-info {
		top: 275px;
	}

	.page-catalog__content-chapter .page-catalog__content {
		margin-top: 95px;
	}

	.page-card__top-article {
		top: 171px;
		right: 8px;
	}

	.page-card__top-article-name {
		font-size: 11px;
	}

	.page-card__top-article-id {
		font-size: 12px;
	}

	.bascket-page__top {
		margin-top: 70px;
	}

	.bascket-page__back-btn {
		font-size: 0px;
		border: none;
		width: 37px;
		height: 20px;
	}

	.page-top__slide_right {
		bottom: 10px;
	}

	.page-top__slide-text {
		margin-bottom: 10px;
	}

	.page-top__slide_one .page-top__slide_rigtht {
		right: 0px;
	}

	.page-top__slide_two .page-top__slide_right {
		bottom: 38px;
	}

	.page-top__slide_three .§ {
		bottom: 33px;
		right: 0px;
	}

	.page-top__slide_three {
		background: none;
		background: url(/local/templates/main/assets/css/../images/page-top/bg-min/1svg.svg) 0% 0%, url(/local/templates/main/assets/css/../images/page-top/bg-min/2.svg) 0% 100%,
			url(/local/templates/main/assets/css/../images/page-top/bg-min/dots.svg) 15% 75%, url(/local/templates/main/assets/css/../images/page-top/bg-min/close.svg) 100% 40%,
			url(/local/templates/main/assets/css/../images/page-top/line.svg) 100% 100%;
		background-repeat: no-repeat;
	}

	.news__filter {
		gap: 5px;
	}

	.news__filter-btn {
		width: 90px;
		height: 40px;
	}

	.bascket-page__list_no-sum .bascket-page__item-name,
	.bascket-page__list_no-sum .bascket-page__item-article {
		left: 113px;
	}

	.bascket-page__list_no-sum .bascket-page__item-buttons {
		left: 110px;
	}

	.modal__city-inner {
		grid-template-columns: 1fr;
	}

	.news .swiper-slide picture,
	.news .swiper-slide img {
		max-width: 100% !important;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.swiper4 > .swiper-wrapper {
		width: 100% !important;
		margin: 0 auto;
	}

	.container {
		padding: 0 10px;
	}

	.feedback__form-label input:last-child {
		margin-left: 0px;
	}

	.feedback__form-label {
		padding-left: 10px;
	}

	.questions__modal-label svg {
		margin-right: 5px !important;
	}

	.questions__modal-label {
		height: 60px;
	}
}

@media (max-width: 340px) {
	.category__item-title {
		font-size: 14em;
	}

	.page-card__info-bottom-name {
		font-size: 14em;
	}

	.page-card__info-bottom-amount {
		font-size: 15em;
	}

	.bascket-page__item-name {
		left: 110px;
	}

	.bascket-page__item-article {
		left: 114px;
	}

	.bascket-page__item-price {
		left: 100px;
	}

	.questions__modal-label {
		max-width: 95%;
	}

	.swiper-slide {
		max-width: 100% !important;
		width: 100% !important;
	}

	.novelty .swiper-slide {
		max-width: 100%;
		width: 100%;
		padding: 0px;
	}

	.page-top__slide_right {
		right: 0px;
	}
}

/* height */
@media (max-height: 1100px) {
	.formalization__bottom-kp {
		margin-bottom: 30px;
	}

	.formalization__title-kp {
		margin-bottom: 20px;
	}

	.formalization__label-area-kp {
		margin-top: 0px;
	}

	.formalization__modal-kp {
		padding: 25px;
		top: 160px;
	}

	.questions__modal {
		top: 400px;
	}

	.questions__modal.top {
		top: 345px;
	}

	.questions__modal-text {
		margin-bottom: 5px;
	}
}

@media (max-height: 920px) {
	.formalization__bottom-kp {
		margin-top: 30px;
	}

	.formalization__modal-kp {
		padding: 20px;
	}
}

@media (max-height: 900px) {
	.buttons__left.act {
		top: 55%;
	}

	.btn__header-left.active {
		top: 54%;
	}

	.buttons__left {
		top: 65%;
	}

	.formalization__bottom-kp {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.formalization__title-kp {
		margin-top: 0px;
	}

	.catalog__list form {
		height: 400px;
		overflow: scrolls;
	}
}

@media (max-height: 850px) {
	.formalization__from-kp {
		grid-row-gap: 12px;
	}

	.buttons__left.act {
		top: 63%;
	}

	.btn__header-left.active {
		top: 52%;
	}
}

@media (max-height: 800px) {
	.formalization__modal-buttons {
		margin-top: 92px;
	}

	.modal__city-inner {
		max-height: 500px;
		height: 100%;
	}

	.formalization__btn-kp {
		height: 60px;
	}

	.formalization__label-area-kp .formalization__input-kp {
		height: 60px;
	}

	.buttons__left.act {
		top: 60%;
	}

	.btn__header-left.act {
		top: 55%;
	}
}

@media (max-height: 768px) {
	.catalog__list-title_open {
		background-repeat: no-repeat;
	}

	.catalog__list-title {
		justify-content: space-between;
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	.catalog__list-title_open {
		transition: all 0.3s ease;
		margin-right: 2px;
	}

	.catalog__list-title_open.active {
		transform: rotate(180deg);
	}

	.catalog__list-title_open.active svg > path {
		stroke: #00497b;
	}

	.catalog__list-title a {
		text-align: left;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.catalog__list.dis {
		height: 45px;
		margin-bottom: 15px;
		margin-top: -4px;
	}

	.catalog__item {
		padding-bottom: 5px;
	}

	.catalog__inner {
		padding: 0;
	}

	.catalog__list-item:first-child,
	.catalog__list-item-top:first-child {
		margin-top: 5px;
		margin-bottom: 25px;
	}

	.catalog__list-title a {
		padding-right: 10px;
	}

	.company__item {
		position: relative;
	}

	.formalization__bottom-kp {
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.modal__city-inner {
		max-height: 350px;
		height: 100%;
	}

	.formalization__label-kp {
		font-size: 14px;
	}

	.formalization__input-kp {
		font-size: 14px;
		height: 45px;
		padding: 0 10px;
	}

	.btn__header-left {
		top: 22%;
	}

	.buttons__left.act {
		top: 63%;
	}
}

@media (max-height: 760px) {
	.btn__header-left {
		top: 22%;
	}

	.buttons__left.act {
		top: 55%;
	}
}

@media (max-height: 750px) {
	.btn__header-left {
		top: 21%;
	}

	.buttons__left.act {
		top: 64%;
	}
}

@media (max-heing: 710px) {
	.buttons__left-item {
		width: 70px;
		height: 70px;
	}
}

@media (max-height: 700px) {
	.formalization__from-kp {
		grid-row-gap: 10px;
	}
}

@media (max-height: 668px) {
	.btn__header-left {
		top: 14%;
	}

	.buttons__left.act {
		top: 55%;
	}
}

@media (max-height: 667px) {
	.modal__city-inner {
		max-height: 325px;
		height: 100%;
	}

	.formalization__title-kp {
		margin-top: -33px !important;
		font-size: 27px;
	}

	.formalization__from-kp {
		grid-row-gap: 2px;
	}

	.btn__header-left {
		top: 26%;
	}

	.buttons__left.act {
		top: 50%;
	}
}

@media (max-height: 650px) {
	.btn__header-left {
		top: 15%;
	}

	.buttons__left.act {
		top: 64%;
	}
}

@media (max-height: 568px) {
	.modal__city-inner {
		max-height: 230px;
		height: 100%;
	}

	.btn__header-left {
		top: 15%;
	}

	.buttons__left.act {
		top: 64%;
	}
}

/* End */


/* Start:/local/templates/main/assets/css/custom.css?17545697374266*/
h1 {
    padding: 15px 0 20px;
}

.catalog__list-title a {
    color: inherit;
}

.page-catalog__characteristics-reset {
    background: none;
}

.page-catalog__card-top-info {
    font-size: 14px;
    line-height: 19px;
}

.errortext {
    font-size: 15px;
    color: #f00;
}

.partners_text_wrapper {
    margin-bottom: 25px;
}

.in-basket {
    background-color: #005E9E;
    color: white;
}

.page-catalog__acordion-main a {
    color: inherit;
}

.invisible-input {
    display: none;
}

.menu__item-selected {
    color: #005E9E;
}

.page-catalog__characteristics-btn-filter .bx-filter-param-label {
    display: block;
    padding: 6px 5.5px;
}

.page-card__info-bottom.one-line {
    border-top: none;
    padding: 15px 0 0;
}

.basket_counter {
    background: #FF4747;
    color: #fff;
    font-size: 12em;
    position: absolute;
    bottom: -4px;
    right: -3px;
    padding: 0 5px;
    border-radius: 50%;
    line-height: 130%;
}

.feedback__form .questions__modal-text {
    margin-bottom: 0;
    text-align: left;
}

.page-catalog__item a.in-basket {
    margin-top: 0;
}
.container.slick-slider{
	padding:0;
}
/*.page-top {
    margin-right: 26px !important;
}*/
.card-top-image{
	flex:0 0 250px;
	padding-top:20px;
}

.catalog-tabs{
	display:flex;
	align-items:center;
	height:75px;
	justify-content:space-between;
}
.catalog-tabs a{
	flex:0 0 calc((100% - 20px)/3);
	height:72px;
	line-height:72px;
	text-align:center;
	color: rgba(31, 31, 31, 1);

	font-size:14px;
	background-color:#fff;
	border:1px solid #005E9E;
	border-radius:3px;
}
.catalog-tabs a:hover,.catalog-tabs a.active{
	background-color:#005E9E;
	color:#fff;
}
.tab{
	display:none;
	margin-top:30px;
	
}
.catalog-tabs a svg{
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}
.catalog-tabs a:hover svg,.catalog-tabs a.active svg{
	stroke:#ffffff;
	fill:#ffffff;
}
#tab1{
	background: rgba(249, 249, 249, 1);
	padding:40px;
}
.tab.active{
	display:block;
}
.burger{
	display:inline-block;
	width:17px;
	height:17px;
	background:url(/local/templates/main/assets/images/filter.svg) no-repeat;
	background-position:center;
	margin-right:5px;
	vertical-align:middle;
}
.catalog-tabs a:hover .burger{
	background:url(/local/templates/main/assets/images/filter-white.svg) no-repeat;
	background-position:center;
}
	
.download-cat{
	display:inline-block;
	position:relative;
}
.tab-h1{
	font-family: Manrope;
font-weight: 800;
font-size: 36px;
line-height: 140%;
letter-spacing: 0.36px;
vertical-align: middle;
color: rgba(31, 31, 31, 1);

}
.tab-h2{
color: rgba(0, 94, 158, 1);
font-family: Manrope;
font-weight: 800;
font-size: 28px;
line-height: 140%;
letter-spacing: 0.36px;
vertical-align: middle;
margin-bottom:20px;
	
}
.tab-info{
	background-color:#fff;
	border-radius:14px;
	padding:30px;
	margin-bottom:20px;
	font-size:20px;
}
.tab-info h4{
font-family: Manrope;
font-weight: 800;
font-size: 28px;
line-height: 140%;
letter-spacing: 0.36px;
vertical-align: middle;
color: rgba(0, 94, 158, 1);
	
}
.tab-info img{
	margin-top:0;
	max-width:100%;
	height:auto!important;
}
.page-catalog__card-top-info{
	padding-left:20px;
}
.page-catalog__card-top-info ul li{
	display:block;
	padding-left:24px;
	background:url(/local/templates/main/assets/images/li.svg) no-repeat;
	background-position:left center;
	margin-bottom:20px;
}
sup{
	font-size:60%;
}
.seotext{
	padding:50px 0;
	font-size:15px;
	height:176px;
	overflow:hidden;
}
.seotext.active{
	overflow:auto;
	height:auto;
}
.showtext{
	margin:50px 0;
}
.page-catalog__top-item picture img
{
	max-height:100%;
	width:auto;
}

.search-page {
	font-size:16px;
}
div.search-page input.search-button {
	font-size:0;
	position: static;
}
div.search-page .page-news-main__list-btn-num {
	font-size:14px;
}
.search-page > form {
	display:none;
}


.config-page__content .page-catalog__item {font-size:16px}
.config-page__content .novelty__item-title {font-size:16px}
.config-page__content .novelty__item-text {font-size:14px}
.config-page__content .novelty__item-btn {font-size:14px}
.config-page__content .novelty__item-link {font-size:14px}
.config-page__content .page-news-main__list-btn-num {font-size:14px}
.catalog-tabs a {
	margin-bottom:20px;
}
.catalog-tabs{
	flex-wrap:wrap;
	min-height:75px;
	height:auto;
}
/* End */


/* Start:/local/templates/main/assets/css/fancybox.css?175202850815598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */
/* /local/templates/main/assets/css/style.css?1755788672254724 */
/* /local/templates/main/assets/css/media.css?1755788846112917 */
/* /local/templates/main/assets/css/custom.css?17545697374266 */
/* /local/templates/main/assets/css/fancybox.css?175202850815598 */
