

/* Start:/local/templates/evgen.main/css/style.css?1697724094182159*/
@charset "UTF-8";

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

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

*,
*: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,
body {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

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

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

button {
  cursor: pointer;
}

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

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

a {
  color: #415861;
}

a:hover {
  color: #00AF91;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

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

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

@font-face {
  font-family: AvenirNextCyr;
  font-display: swap;
  src: url("/local/templates/evgen.main/css/../fonts/AvenirNextCyr-Medium.woff2") format("woff2"), url("/local/templates/evgen.main/css/../fonts/AvenirNextCyr-Medium.woff") format("woff");
  font-weight: 450;
  font-style: normal;
}

@font-face {
  font-family: AvenirNextCyr;
  font-display: swap;
  src: url("/local/templates/evgen.main/css/../fonts/AvenirNextCyr-Bold.woff2") format("woff2"), url("/local/templates/evgen.main/css/../fonts/AvenirNextCyr-Bold.woff") format("woff");
  font-weight: 750;
  font-style: normal;
}

.lSSlideWrapper,
.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  position: absolute;
  margin: 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  -o-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.no-webp .lSAction > a{
  background-image: url(/local/templates/evgen.main/css/../img/controls.png); }

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  -o-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none;
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -15px;
  }
}

@keyframes rightEnd {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -15px;
  }
}

@-webkit-keyframes topEnd {
  0%, 100% {
    top: 0;
  }

  50% {
    top: -15px;
  }
}

@keyframes topEnd {
  0%, 100% {
    top: 0;
  }

  50% {
    top: -15px;
  }
}

@-webkit-keyframes leftEnd {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 15px;
  }
}

@keyframes leftEnd {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 15px;
  }
}

@-webkit-keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }
}

@keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

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-bg,
.fancybox-inner,
.fancybox-outer,
.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-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  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-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  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;
  -webkit-transform-origin: top left;
      -ms-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-pan .fancybox-content,
.fancybox-can-swipe .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--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
  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:link,
.fancybox-button:visited {
  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: white;
  stroke-width: 0;
}

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-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, color-stop(0, 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(transparent));
  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%, transparent);
  background: linear-gradient(0deg, 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%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  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: a 1s linear infinite;
          animation: a 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 a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.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: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  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: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-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: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(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: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

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

.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;
  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:link,
.fancybox-share__button:visited {
  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;
  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;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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: 50%;
  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;
}

body.locked {
  overflow-y: hidden;
  height: 100vh;
}

.wrapper {
  background: #fff;
  font-family: AvenirNextCyr, sans-serif;
  font-weight: 450;
  color: #415861;
  width: 100%;
  max-width: 1920px;
  padding: 0 50px;
  margin: 0 auto;
  /*HEADER*/
  /*HEADER END*/
  /*FOOTER*/
  /*TYPICAL STYLES*/
  /*TYPICAL STYLES END*/
}

.wrapper .container {
  width: 100%;
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper .content_container {
  width: 100%;
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  display: block;
  width: 100%;
  padding: 0 15px;
}

.wrapper .header .language_changer {
  padding: 0 30px;
  position: relative;
}

.wrapper .header .language_changer .change_lang {
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .header .language_changer .change_lang svg {
  margin: 0 0 0 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper .header .language_changer .change_lang.active {
  color: #00AF91;
}

.wrapper .header .language_changer .change_lang.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrapper .header .language_changer .change_lang.active svg path {
  fill: #00AF91;
}

.wrapper .header .language_changer .change_lang:hover {
  color: #00AF91;
}

.wrapper .header .language_changer .change_lang:hover svg path {
  fill: #00AF91;
}

.wrapper .header .language_changer .lang_list {
  display: none;
  position: absolute;
  top: 25px;
  left: 15px;
  z-index: 3;
  padding: 15px;
  background: #F3F4F5;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.wrapper .header .language_changer .lang_list li {
  margin-bottom: 10px;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
}

.wrapper .header .language_changer .lang_list li:last-child {
  margin-bottom: 0;
}

.wrapper .header .language_changer .lang_list li .link {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .header .language_changer .lang_list li .link:hover {
  color: #00AF91;
}

.wrapper .header .header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}

.wrapper .header .header_top .logo {
  display: block;
  margin-right: auto;
}

.wrapper .header .header_top .logo img {
  width: 100%;
  max-width: 261px;
}

.wrapper .header .header_top .logo img.mobile {
  display: none;
  max-width: 125px;
}

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

.wrapper .header .header_top .header__info .c_link {
  margin: 0 15px 0 0;
}

.wrapper .header .header_top .header__info .contacts {
  margin: 0 30px 0 0;
}

.wrapper .header .header_top .header__info .contacts a {
  display: block;
  color: #415861;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .header .header_top .header__info .contacts a:hover {
  color: #00AF91;
}

.wrapper .header .header_top .header__info .contacts a.tel {
  font-weight: 750;
  font-size: 16px;
  line-height: 20px;
}

.wrapper .header .header_top .header__info .contacts a.email {
  font-size: 12px;
  line-height: 15px;
}

.wrapper .header .header_top .header__info .work__time {
  margin: 0 30px 0 0;
}

.wrapper .header .header_top .header__info .work__time span {
  display: block;
  font-size: 12px;
  line-height: 15px;
}

.wrapper .header .header_top .header__info .blind_link {
  height: 19px;
  display: block;
  padding: 0 30px;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}

.wrapper .header .header_top .header__info .blind_link svg {
  height: 19px;
}

.wrapper .header .header_top .header__info .blind_link svg path {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .header .header_top .header__info .blind_link:hover svg path {
  fill: #00AF91;
}

.wrapper .header .header_top .header_top__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .header .header_top .header_top__links .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .header .header_top .header_top__links .search:before {
  content: "";
  display: block;
  margin-right: 30px;
  width: 1px;
  height: 20px;
  background: #E3E3E3;
}

.wrapper .header .header_top .header_top__links .search svg circle {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .header .header_top .header_top__links .search:hover svg circle {
  fill: #415861;
}

.wrapper .header .header_top .header_top__links .send_report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 25px 25px 35px;
  margin-left: 30px;
  background: #FFB71B;
  border-radius: 57px;
}

.wrapper .header .header_top .header_top__links .send_report span {
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .header .header_top .header_top__links .send_report svg {
  margin-left: 15px;
}

.wrapper .header .header_top .header_top__links .send_report svg path {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .header .header_top .header_top__links .send_report:hover {
  background: #00AF91;
}

.wrapper .header .header_top .header_top__links .send_report:hover span {
  color: #fff;
}

.wrapper .header .header_top .header_top__links .send_report:hover svg path {
  fill: #fff;
}

.wrapper .header .header_top .header_mobile__button {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  background: #415861;
  border-radius: 50%;
  margin-left: 10px;
  z-index: 8;
}

.wrapper .header .header_top .header_mobile__button .line {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 14px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  -o-transition: transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.wrapper .header .header_top .header_mobile__button .line:before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  -o-transition: transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.wrapper .header .header_top .header_mobile__button .line:after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  -o-transition: transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.wrapper .header .header_top .header_mobile__button.active .line {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
}

.wrapper .header .header_top .header_mobile__button.active .line:before {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.wrapper .header .header_top .header_mobile__button.active .line:after {
  display: none;
}

.wrapper .header .header_bottom {
  padding: 12px 0 0 0;
  border-top: 1px solid #E3E3E3;
}

.wrapper .header .header_bottom .nav {
  width: 100%;
  max-width: 1270px;
  padding: 0 5px;
  margin: 0 auto;
}

.wrapper .header .header_bottom .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper .header .header_bottom .header__menu li {
  display: block;
  padding-bottom: 12px;
}

.wrapper .header .header_bottom .header__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  padding: 13px 18px;
  background: none;
  border-radius: 34px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wrapper .header .header_bottom .header__menu a:hover,
.wrapper .header .header_bottom .header__menu a.active {
  color: #fff;
  background: #00AF91;
}

.wrapper .header .header_bottom .header__menu .dropdown_item {
  position: relative;
}

.wrapper .header .header_bottom .header__menu .dropdown_item .drop_link svg {
  margin-left: 10px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .header .header_bottom .header__menu .dropdown_item .drop_link:hover svg,
.wrapper .header .header_bottom .header__menu .dropdown_item .drop_link.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrapper .header .header_bottom .header__menu .dropdown_item .drop_link:hover svg path,
.wrapper .header .header_bottom .header__menu .dropdown_item .drop_link.active svg path {
  fill: #fff;
}

.wrapper .header .header_bottom .header__menu .dropdown_item .dropdown_menu {
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 55px;
  left: -12px;
  padding: 30px;
  background: #F3F4F5;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 2;
}

.wrapper .header .header_bottom .header__menu .dropdown_item .dropdown_menu li {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.wrapper .header .header_bottom .header__menu .dropdown_item .dropdown_menu li:last-child {
  margin-bottom: 0;
}

.wrapper .header .header_bottom .header__menu .dropdown_item .dropdown_menu li a {
  padding: 0;
  background: none;
}

.wrapper .header .header_bottom .header__menu .dropdown_item .dropdown_menu li a:hover {
  color: #00AF91;
}

.wrapper .header .header_mobile__menu_wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: -15px;
  background: #F3F4F5;
  width: 104%;
  height: 100vh;
  z-index: 7;
}

.wrapper .header .header_mobile__menu_wrapper .language_changer {
  position: absolute;
  right: 50px;
  top: 30px;
}

.wrapper .header .header_mobile__menu_wrapper .nav_mobile {
  margin-top: 85px;
  background: #fff;
  height: 100vh;
}

.wrapper .header .header_mobile__menu_wrapper .nav_mobile .header_mobile__menu {
  padding: 5px 15px 20px 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
}

.wrapper .header .header_mobile__menu_wrapper .nav_mobile .header_mobile__menu a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
}

.wrapper .header .header_mobile__menu_wrapper .nav_mobile .header_mobile__menu li {
  border-bottom: 1px solid #E3E3E3;
  padding: 15px 0;
}

.wrapper .header .header_mobile__menu_wrapper .nav_mobile .header_mobile__menu li:last-child {
  border-bottom: none;
}

.wrapper .header .header_mobile__menu_wrapper .nav_mobile .header_mobile__menu .dropdown_item__mobile {
  width: 100%;
  position: relative;
}

.wrapper .header .header_mobile__menu_wrapper .nav_mobile .header_mobile__menu .dropdown_item__mobile .drop_link__mobile {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 20px;
  right: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper .header .header_mobile__menu_wrapper .nav_mobile .header_mobile__menu .dropdown_item__mobile .drop_link__mobile.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrapper .header .header_mobile__menu_wrapper .nav_mobile .header_mobile__menu .dropdown_item__mobile .dropdown_menu__mobile {
  display: none;
  background: #F3F4F5;
  border-radius: 10px;
  padding: 0 15px;
  margin: 15px 0 0 0;
}

.wrapper .header .header_mobile__menu_wrapper .nav_mobile .header_mobile__menu .dropdown_item__mobile .dropdown_menu__mobile a {
  font-size: 10px;
  line-height: 12px;
}

.wrapper main {
  padding-top: 176px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper main .title_h1 {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.wrapper main .title_h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
}

.wrapper main .title_h2:after {
  content: "";
  display: block;
  margin: 20px 0 0 0;
  width: 157px;
  height: 3px;
  background: #FFB71B;
}

.wrapper main .title_h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.wrapper main .index_slider {
  max-height: 710px;
  height: 100%;
  overflow: hidden;
}

.wrapper main .index_slider .lSSlideOuter {
  position: relative;
}

.wrapper main .index_slider .lSSlideOuter .lSPager {
  position: absolute;
  bottom: 50px;
  margin: 0 auto;
  display: block;
  width: 100%;
  z-index: 5;
}

.wrapper main .index_slider .lSSlideOuter .lSPager li {
  padding: 0 4px;
}

.wrapper main .index_slider .lSSlideOuter .lSPager li a {
  display: block;
  width: 30px;
  height: 7px;
  background: #E3E3E3;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper main .index_slider .lSSlideOuter .lSPager li.active a {
  width: 34px;
  height: 9px;
  background: #FFB71B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper main .index_slider .slider__wrap .slide {
  border-radius: 50px;
  height: 100%;
  padding: 200px 0;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .left_side {
  margin-right: 105px;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .left_side .svg_container img {
  width: 100%;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .left_side .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0 182px;
  background: #00AF91;
  border-radius: 43px;
  padding: 20px 25px 20px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .left_side .more:hover {
  background: #FFB71B;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .left_side .more svg {
  margin-left: 15px;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .right_side {
  max-width: 285px;
  background: #fff;
  -webkit-box-shadow: 0 25px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 30px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .right_side:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 161px;
  height: 5px;
  background: #FFB71B;
  border-radius: 0 0 5px 5px;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .right_side:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 161px;
  height: 5px;
  background: #00AF91;
  border-radius: 5px 5px 0 0;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .right_side .text_container {
  background: #F3F4F5;
  border-radius: 20px;
  margin: 5px 10px;
  padding: 40px 30px;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .right_side .text_container .title {
  font-weight: 750;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .right_side .text_container .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0 20px 0;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .right_side .text_container .more {
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .right_side .text_container .more:hover {
  color: #00AF91;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .right_side .text_container .more:hover svg path {
  fill: #00AF91;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .right_side .text_container .more svg {
  margin-left: 10px;
}

.wrapper main .index_slider .slider__wrap .slide .slide_content .right_side .text_container .more svg path {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper main .our_activities {
  margin: 70px auto;
}

.wrapper main .our_activities .our_activities__list {
  margin: 50px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
}

.wrapper main .our_activities .our_activities__list .our_activities__item {
  background: #F3F4F5;
  border-radius: 30px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper main .our_activities .our_activities__list .our_activities__item:before {
  content: "";
  display: block;
  margin: 0 auto 45px auto;
  width: 160px;
  height: 5px;
  background: #415861;
  border-radius: 0 0 5px 5px;
}

.wrapper main .our_activities .our_activities__list .our_activities__item:after {
  content: "";
  display: block;
  margin: 45px auto 0 auto;
  width: 160px;
  height: 5px;
  background: #00AF91;
  border-radius: 5px 5px 0 0;
}

.wrapper main .our_activities .our_activities__list .our_activities__item .svg_container {
  margin: 0 auto 40px auto;
}

.wrapper main .our_activities .our_activities__list .our_activities__item .svg_container img {
  width: 100%;
  height: 100%;
}

.wrapper main .our_activities .our_activities__list .our_activities__item .title {
  font-size: 25px;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wrapper main .our_activities .our_activities__list .our_activities__item .description {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.wrapper main .our_activities .our_activities__list .our_activities__item .more {
  display: block;
  margin-top: auto;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper main .our_activities .our_activities__list .our_activities__item .more:hover {
  color: #00AF91;
}

.wrapper main .about_us {
  background: #F3F4F5;
  border-radius: 50px;
}

.wrapper main .about_us .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 70px 0;
}

.wrapper main .about_us .content .left_side {
  margin-right: 105px;
  width: 45%;
}

.wrapper main .about_us .content .left_side img {
  width: 100%;
  max-width: 500px;
}

.wrapper main .about_us .content .right_side {
  width: 50%;
}

.wrapper main .about_us .content .right_side .title_h2 {
  margin: 0 0 50px 0;
}

.wrapper main .about_us .content .right_side p {
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

.wrapper main .about_us .content .right_side .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.wrapper main .about_us .content .right_side .more:hover {
  color: #00AF91;
}

.wrapper main .about_us .content .right_side .more:hover svg path {
  fill: #00AF91;
}

.wrapper main .about_us .content .right_side .more svg {
  margin-left: 10px;
}

.wrapper main .about_us .content .right_side .more svg path {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper main .recycling {
  margin: 70px auto;
}

.wrapper main .recycling .recycling__list {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
}

.wrapper main .recycling .recycling__list .recycling__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper main .recycling .recycling__list .recycling__item .svg_container {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper main .recycling .recycling__list .recycling__item .svg_container svg {
  width: 99%;
}

.wrapper main .recycling .recycling__list .recycling__item .description .number {
  font-size: 33px;
  line-height: 40px;
  text-transform: uppercase;
}

.wrapper main .recycling .recycling__list .recycling__item .description .number:after {
  content: "";
  display: block;
  margin: 10px 0 0 0;
  width: 50px;
  height: 3px;
  background: #00AF91;
}

.wrapper main .recycling .recycling__list .recycling__item .description .text {
  max-width: 200px;
  margin: 15px 0 0 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.wrapper main .index_news {
  background: #F3F4F5;
  border-radius: 50px;
  padding: 70px 0;
}

.wrapper main .index_banners {
  margin: 70px auto 0 auto;
}

.wrapper main .index_banners .banners__with_text {
  margin-bottom: 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
}

.wrapper main .index_banners .banners__with_text a {
  width: 100%;
  background: #F3F4F5;
  border-radius: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper main .index_banners .banners__with_text a:hover span {
  color: #00AF91;
}

.wrapper main .index_banners .banners__with_text a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper main .index_banners .banners__with_text a span:before {
  content: "";
  display: block;
  margin: 0 15px 0 20px;
  min-width: 3px;
  width: 3px;
  height: 30px;
  background: #00AF91;
  border-radius: 3px;
}

.wrapper main .index_banners .banners__with_text a img {
  display: block;
  width: 80px;
}

.wrapper main .index_banners .banners__picture_only {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
}

.wrapper main .index_banners .banners__picture_only a {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper main .index_banners .banners__picture_only a:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.wrapper main .index_banners .banners__picture_only a img {
  width: 100%;
}

.wrapper .news_list__grid {
  margin: 50px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
}

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

.wrapper .news_list__grid .news__item .img_wrap {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}

.wrapper .news_list__grid .news__item .img_wrap img {
  height: 230px;
  object-fit: cover;
  width: 100%;
  border-radius: 30px;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper .news_list__grid .news__item .img_wrap:hover img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.wrapper .news_list__grid .news__item .date {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 25px;
  color: #00AF91;
}

.wrapper .news_list__grid .news__item .date svg {
  margin-right: 10px;
}

.wrapper .news_list__grid .news__item .link {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .news_list__grid .news__item .link:hover {
  color: #00AF91;
}

.wrapper .news_list__grid .news__item .preview_text {
  font-size: 12px;
  line-height: 15px;
}

.wrapper footer {
  display: block;
}

.wrapper footer .footer__with_bg {
  margin: 70px 0 0 0;
  padding: 70px 0;
  background: #415861;
  border-radius: 50px;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper {
  padding: 0 0 13px 0;
  border-bottom: 1px solid #384E56;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu li {
  display: block;
  padding-bottom: 12px;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu a:hover,
.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu a.active {
  color: #FFB71B;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item {
  position: relative;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .drop_link svg {
  margin-left: 10px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .drop_link svg path {
  fill: #fff;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .drop_link:hover svg,
.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .drop_link.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .drop_link:hover svg path,
.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .drop_link.active svg path {
  fill: #FFB71B;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .dropdown_menu {
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 28px;
  left: -29px;
  padding: 30px;
  background: #384E56;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 4;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .dropdown_menu li {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .dropdown_menu li:last-child {
  margin-bottom: 0;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .dropdown_menu li a {
  padding: 0;
}

.wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .dropdown_menu li a:hover {
  color: #FFB71B;
}

.wrapper footer .footer__with_bg .footer_contacts {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper footer .footer__with_bg .footer_contacts .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper footer .footer__with_bg .footer_contacts .contacts .contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 100px;
}

.wrapper footer .footer__with_bg .footer_contacts .contacts .contact__item a {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper footer .footer__with_bg .footer_contacts .contacts .contact__item a:hover {
  color: #FFB71B;
}

.wrapper footer .footer__with_bg .footer_contacts .contacts .contact__item img {
  margin-right: 15px;
}

.wrapper footer .footer__with_bg .footer_contacts .contacts .contact__item .tel {
  font-weight: 750;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.wrapper footer .footer__with_bg .footer_contacts .contacts .contact__item .mail {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.wrapper footer .footer__with_bg .footer_contacts .contacts .work_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper footer .footer__with_bg .footer_contacts .contacts .work_time img {
  margin-right: 15px;
}

.wrapper footer .footer__with_bg .footer_contacts .contacts .work_time span {
  display: block;
  margin-right: 15px;
  font-weight: 450;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.wrapper footer .footer__with_bg .footer_contacts .contacts .work_time span:last-child {
  margin-right: 0;
}

.wrapper footer .footer__with_bg .footer_contacts .social_links {
  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;
}

.wrapper footer .footer__with_bg .footer_contacts .social_links .s_link {
  margin-right: 30px;
  height: 25px;
}

.wrapper footer .footer__with_bg .footer_contacts .social_links .s_link svg path {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper footer .footer__with_bg .footer_contacts .social_links .s_link:last-child {
  margin-right: 0;
}

.wrapper footer .footer__with_bg .footer_contacts .social_links .s_link:hover svg path {
  fill: #FFB71B;
}

.wrapper footer .footer__with_bg .footer_info {
  padding: 30px 0 0 0;
  border-top: 1px solid #384E56;
}

.wrapper footer .footer__with_bg .footer_info .info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper footer .footer__with_bg .footer_info .info__wrapper img {
  margin-right: 30px;
}

.wrapper footer .footer__with_bg .footer_info .info__wrapper .left_side,
.wrapper footer .footer__with_bg .footer_info .info__wrapper .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper footer .footer__with_bg .footer_info .info__wrapper .left_side {
  width: 37%;
}

.wrapper footer .footer__with_bg .footer_info .info__wrapper .left_side svg {
  min-width: 80px;
}

.wrapper footer .footer__with_bg .footer_info .info__wrapper .right_side {
  width: 55%;
}

.wrapper footer .footer__with_bg .footer_info .info__wrapper .right_side img {
  min-width: 130px;
}

.wrapper footer .footer__with_bg .footer_info .info__wrapper .info .name {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.wrapper footer .footer__with_bg .footer_info .info__wrapper .info .description {
  margin-top: 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.wrapper footer .footer__copyright {
  margin: 50px auto;
}

.wrapper footer .footer__copyright .copyright {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

.wrapper .popup_search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 100;
  overflow: hidden;
}

.wrapper .popup_search .search__wrapper {
  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;
  margin: 30% auto;
  width: 100%;
  max-width: 810px;
  background: #E3E3E3;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  border-radius: 71px;
  padding: 30px;
}

.wrapper .popup_search .search__wrapper form {
  width: 100%;
}

.wrapper .popup_search .search__wrapper .input__group {
  position: relative;
}

.wrapper .popup_search .search__wrapper .input__group svg {
  position: absolute;
  left: 30px;
  top: 10px;
}

.wrapper .popup_search .search__wrapper input {
  width: 100%;
  background: #FFFFFF;
  border-radius: 36px;
  padding: 14px 30px 14px 65px;
  line-height: 17px;
}

.wrapper .popup_search .search__wrapper input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 17px;
}

.wrapper .popup_search .search__wrapper input::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
}

.wrapper .popup_search .search__wrapper input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
}

.wrapper .popup_search .search__wrapper input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 17px;
}

.wrapper .popup_search .search__wrapper input::placeholder {
  font-size: 14px;
  line-height: 17px;
}

.wrapper .popup_search .search__wrapper .close_popup {
  display: block;
  margin-left: 20px;
  height: 20px;
}

.wrapper .popup_search .search__wrapper .close_popup svg path {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .popup_search .search__wrapper .close_popup:hover svg path {
  fill: #00AF91;
}

.wrapper .breadcrumbs__wrapper {
  border-top: 1px solid #e3e3e3;
}

.wrapper .breadcrumbs__wrapper .breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 5px 30px 5px;
}

.wrapper .breadcrumbs__wrapper .breadcrumbs ul li {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .breadcrumbs__wrapper .breadcrumbs ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #415861;
  margin-right: 20px;
}

.wrapper .breadcrumbs__wrapper .breadcrumbs ul li:first-child {
  margin-left: 0;
}

.wrapper .breadcrumbs__wrapper .breadcrumbs ul li:first-child:before {
  content: none;
}

.wrapper .breadcrumbs__wrapper .breadcrumbs ul li a {
  font-size: 12px;
  line-height: 15px;
  color: #415861;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .breadcrumbs__wrapper .breadcrumbs ul li a:hover {
  color: #00AF91;
}

.wrapper .breadcrumbs__wrapper .breadcrumbs ul li a.active {
  color: #A2B6BD;
}

.wrapper .error_404 {
  padding: 115px 0;
}

.wrapper .error_404 img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 275px;
}

.wrapper .error_404 p {
  text-align: center;
  margin: 20px auto 30px auto;
  max-width: 665px;
}

.wrapper .error_404 a {
  display: block;
  margin: 0 auto;
  padding: 20px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #00AF91;
  border-radius: 43px;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wrapper .error_404 a:hover {
  background: #415861;
}

.wrapper .error_404 a svg {
  margin-left: 15px;
}

.wrapper h1 {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.wrapper h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.wrapper h3 {
  font-weight: 300;
  font-size: 25px;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.wrapper h4 {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.wrapper h5 {
  font-weight: 450;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.wrapper h6 {
  font-weight: 450;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.wrapper .text_with__quotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
  padding: 30px;
  background: #F3F4F5;
  border-radius: 10px;
}

.wrapper .text_with__quotes img {
  min-width: 85px;
  width: 85px;
  margin-right: 30px;
}

.wrapper .text_with__quotes p {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
}

.wrapper .text_with__line {
  background: #F3F4F5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  margin-bottom: 20px;
}

.wrapper .text_with__line img {
  margin-right: 30px;
}

.wrapper .text_with__line p {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.wrapper .text_with__underline {
  margin-bottom: 20px;
  padding: 30px;
  background: #F3F4F5;
  border-bottom: 3px solid #00AF91;
  border-radius: 10px;
}

.wrapper .text_with__underline.orange {
  border-bottom: 3px solid #FFB71B;
}

.wrapper .text_with__underline p {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.wrapper .text_with__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.wrapper .text_with__icon img {
  margin-right: 15px;
}

.wrapper .text_with__icon p {
	margin: 0!important;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.wrapper .download_file {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 450;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
	margin: 0 0 10px 0!important;
}

.wrapper .download_file img {
	width: 30px!important;
  margin-right: 10px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .download_file:hover {
  color: #00AF91;
}

.wrapper .download_file:hover svg path {
  fill: #00AF91;
}

.wrapper .typical_link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 450;
  font-size: 12px;
  line-height: 15px;
  text-decoration-line: underline;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin-bottom: 10px;
}

.wrapper .typical_link:hover {
  color: #00AF91;
  text-decoration: none;
}

.wrapper .reports_filter,
.wrapper .questions_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.wrapper .reports_filter .link input, .wrapper .questions_filter .link input{
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.wrapper .reports_filter .link .filter_label,
.wrapper .questions_filter .link .filter_label {
  cursor: pointer;
  padding: 10px 20px;
  display: block;
  margin-right: 10px;
  font-weight: 750;
  font-size: 12px;
  text-align: justify;
  background: #F3F4F5;
  border-radius: 10px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}


.wrapper .reports_filter .link .filter_label:hover,
.wrapper .questions_filter .link .filter_label:hover {
  background: #00AF91;
  color: #fff;
}

.wrapper .reports_filter .link.active .filter_label,
.wrapper .questions_filter .link.active .filter_label {
  background: #00AF91;
  color: #fff;
}


.wrapper .operator_reports .description {
  text-align: justify;
  margin-bottom: 30px;
}

.wrapper .operator_reports .reports_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 10px;
}

.wrapper .operator_reports .reports_list .item {
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 9px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .operator_reports .reports_list .item:hover {
  background: #F3F4F5;
}

.wrapper .operator_reports .reports_list .item .download-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .operator_reports .reports_list .item .download-file .file_info {
  margin-left: 12px;
}

.wrapper .operator_reports .reports_list .item .download-file .file_info .format {
  display: block;
  line-height: 17px;
}

.wrapper .operator_reports .reports_list .item .download-file .file_info .size {
  display: block;
  font-size: 10px;
  line-height: 12px;
}

.wrapper .operator_reports .reports_list .item .download-file:after {
  content: "";
  display: block;
  margin-left: 15px;
  width: 1px;
  height: 25px;
  background: #E3E3E3;
}

.wrapper .operator_reports .reports_list .item .name {
  max-width: 80%;
  margin-left: 15px;
  line-height: 17px;
  text-align: justify;
}

.wrapper .info_work .preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.wrapper .info_work .preview .preview_image img {
  width: 100%;
  max-width: 600px;
}

.wrapper .info_work .preview .preview_text {
  margin-left: 30px;
  max-width: 49%;
}

.wrapper .info_work .preview .preview_text p {
  text-align: justify;
  margin-bottom: 20px;
}

.wrapper .info_work .preview .preview_text .link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  margin: 30px 0 0 0;
  background: #00AF91;
  border-radius: 43px;
  color: #fff;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .info_work .preview .preview_text .link svg {
  margin-left: 15px;
}

.wrapper .info_work .preview .preview_text .link:hover {
  background: #415861;
}

.wrapper .info_work .our_advertising_companies {
  background: #F3F4F5;
  border-radius: 50px;
  padding: 50px 0;
}

.wrapper .info_work .our_advertising_companies .companies_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
}

.wrapper .info_work .our_advertising_companies .companies_list .item:last-child {
  margin-right: 0;
}

.wrapper .info_work .our_advertising_companies .companies_list .item img {
  display: block;
  width: 180px;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper .info_work .our_advertising_companies .companies_list .item img:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.wrapper .info_work .our_advertising_companies .companies_list .item .link {
  display: block;
  margin-top: 20px;
  line-height: 17px;
  text-align: center;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .info_work .our_advertising_companies .companies_list .item .link:hover {
  color: #00AF91;
}

.wrapper .info_work .our_videos {
  margin: 50px 0;
}

.wrapper .info_work .our_videos .video_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .info_work .our_videos .video_list .item {
  margin-right: 30px;
}

.wrapper .info_work .our_videos .video_list .item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.wrapper .info_work .our_videos .video_list .item .video_link {
  display: block;
}

.wrapper .info_work .our_videos .video_list .item .video_link:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.wrapper .info_work .our_videos .video_list .item .video_link img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper .info_work .our_videos .video_list .item .title {
  margin: 30px 0 0 3px;
  max-width: 211px;
  line-height: 17px;
  text-transform: uppercase;
}

.wrapper .info_work .our_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .info_work .our_contacts .channels_wrapper,
.wrapper .info_work .our_contacts .socials_wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  background: #F3F4F5;
  border-radius: 30px;
}

.wrapper .info_work .our_contacts .channels_wrapper:before,
.wrapper .info_work .our_contacts .socials_wrapper:before {
  display: block;
  margin-right: 30px;
  content: "";
  width: 3px;
  min-width: 3px;
  height: 136px;
  background: #00AF91;
}

.wrapper .info_work .our_contacts .channels_wrapper h4,
.wrapper .info_work .our_contacts .socials_wrapper h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wrapper .info_work .our_contacts .channels_wrapper .list,
.wrapper .info_work .our_contacts .socials_wrapper .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .info_work .our_contacts .channels_wrapper .list .link,
.wrapper .info_work .our_contacts .socials_wrapper .list .link {
  display: block;
  margin-right: 20px;
}

.wrapper .info_work .our_contacts .channels_wrapper .list .link:last-child,
.wrapper .info_work .our_contacts .socials_wrapper .list .link:last-child {
  margin-right: 0;
}

.wrapper .info_work .our_contacts .channels_wrapper .list .link svg rect,
.wrapper .info_work .our_contacts .socials_wrapper .list .link svg rect {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wrapper .info_work .our_contacts .channels_wrapper .list .link svg path,
.wrapper .info_work .our_contacts .socials_wrapper .list .link svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wrapper .info_work .our_contacts .channels_wrapper .list .link:hover svg rect,
.wrapper .info_work .our_contacts .socials_wrapper .list .link:hover svg rect {
  fill: #00AF91;
}

.wrapper .info_work .our_contacts .channels_wrapper .list .link:hover svg path,
.wrapper .info_work .our_contacts .socials_wrapper .list .link:hover svg path {
  fill: #fff;
}

.wrapper .info_work .our_contacts .channels_wrapper {
  margin-right: 30px;
}

.wrapper .info_work .our_contacts .channels_wrapper .channels {
  position: relative;
  width: 100%;
}

.wrapper .info_work .our_contacts .channels_wrapper .channels img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
}

.wrapper .procurement .procurement_table {
  margin-top: 30px;
  background: white;
}

.wrapper .procurement .procurement_table .item {
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.2fr 1fr;
  grid-template-columns: 0.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 2px;
  border: 1px solid #fff;
}

.wrapper .procurement .procurement_table .item .cell a {
	text-decoration: underline;
}
.wrapper .procurement .procurement_table .item:hover .cell a {
  	color: #00AF91;
	text-decoration: none;
}
.wrapper .procurement .procurement_table .item .cell {
  background: #F3F4F5;
  padding: 25px 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wrapper .procurement .procurement_table .item:last-child .date {
  border-radius: 0 0 0 30px;
}

.wrapper .procurement .procurement_table .item:last-child .value {
  border-radius: 0 0 30px 0;
}

.wrapper .procurement .procurement_table .item:nth-child(odd) .cell {
  background: #fff;
}

.wrapper .procurement .procurement_table .item:first-child .cell {
  background: #A2B6BD;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.wrapper .procurement .procurement_table .item:first-child .date {
  border-radius: 30px 0 0 0;
}

.wrapper .procurement .procurement_table .item:first-child .value {
  border-radius: 0 30px 0 0;
}

.wrapper .how_to_pay .info_title {
  font-weight: 300;
  font-size: 25px;
  line-height: 31px;
  text-transform: uppercase;
}

.wrapper .how_to_pay .info_block {
  background: #F3F4F5;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
}

.wrapper .how_to_pay .info_block .block_title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.wrapper .how_to_pay .info_block .block_text {
  margin-top: 10px;
  line-height: 17px;
  text-align: justify;
}

.wrapper .how_to_pay .info_block .block_text.mt_20 {
  margin-top: 20px;
}

.wrapper .how_to_pay .info_block .requisites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .how_to_pay .info_block .requisites:before {
  content: "";
  display: block;
  margin-right: 15px;
  min-width: 2px;
  width: 2px;
  background: #00AF91;
}

.wrapper .how_to_pay .info_block .requisites .list p {
  line-height: 17px;
  text-align: justify;
  margin-bottom: 5px;
}

.wrapper .how_to_pay .info_block .requisites .list p:last-child {
  margin-bottom: 0;
}

.wrapper .management .big_card {
  background: #F3F4F5;
  border-radius: 30px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.wrapper .management .big_card img {
  display: block;
  width: 245px;
}

.wrapper .management .big_card .info_wrapper {
  margin-left: 30px;
  max-width: 70%;
}

.wrapper .management .big_card .info_wrapper h3 {
  font-weight: 450;
  margin-bottom: 10px;
}

.wrapper .management .big_card .info_wrapper .job_title {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 10px;
}

.wrapper .management .big_card .info_wrapper .location {
  font-weight: 750;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 10px;
}

.wrapper .management .big_card .info_wrapper .schedule {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}

.wrapper .contacts_page .contact_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;
  width: 100%;
  padding: 50px;
  background: #F3F4F5;
  border-radius: 30px;
  margin-bottom: 50px;
}

.wrapper .contacts_page .contact_info .info {
  max-width: 518px;
}

.wrapper .contacts_page .contact_info .info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.wrapper .contacts_page .contact_info .info p:last-child {
  margin-bottom: 0;
}

.wrapper .contacts_page .contact_info .info b {
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
}

.wrapper .contacts_page .contact_info .appeals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 508px;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 0 55px;
}

.wrapper .contacts_page .contact_info .appeals:before {
  content: "";
  display: block;
  margin: 0 auto 47px auto;
  width: 200px;
  height: 5px;
  background: #415861;
  border-radius: 0 0 5px 5px;
}

.wrapper .contacts_page .contact_info .appeals:after {
  content: "";
  display: block;
  margin: 47px auto 0 auto;
  width: 200px;
  height: 5px;
  background: #00AF91;
  border-radius: 5px 5px 0 0;
}

.wrapper .contacts_page .contact_info .appeals svg {
  min-width: 120px;
  width: 120px;
}

.wrapper .contacts_page .contact_info .appeals p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
}

.wrapper .contacts_page .contact_info .appeals a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 40px;
  background: #00AF91;
  border-radius: 43px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .contacts_page .contact_info .appeals a svg {
  width: 20px;
  min-width: 20px;
  margin-left: 15px;
}

.wrapper .contacts_page .contact_info .appeals a:hover {
  background: #415861;
}

.wrapper .contacts_page .management .middle_card .fio {
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 5px;
}

.wrapper .contacts_page .management .middle_card .location {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}

.wrapper .contacts_page .management .middle_card:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: #e3e3e3;
}

.wrapper .contacts_page .management .card:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: #e3e3e3;
}

.wrapper .contacts_page .management .card:last-child:after {
  content: unset;
}

.wrapper .contacts_page .management .card .info {
  margin-bottom: 20px;
}

.wrapper .contacts_page .management .card .info:last-child {
  margin-bottom: 0;
}

.wrapper .contacts_page .management .card .info .location {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 5px;
}

.wrapper .contacts_page .management .card .info .job_title {
  font-weight: 300;
  font-size: 14px;
  text-align: justify;
  text-transform: uppercase;
}

.wrapper .news_page .news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .news_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .news_list .news_item .image {
  display: block;
  border-radius: 30px;
  margin-bottom: 20px;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .news_list .news_item .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .news_list .news_item .image:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.wrapper .news_page .news__wrapper .news_list__wrapper .news_list .news_item .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #00AF91;
  margin-bottom: 5px;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .news_list .news_item .date svg {
  margin-right: 10px;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .news_list .news_item .title {
  display: block;
  line-height: 17px;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin-bottom: 10px;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .news_list .news_item .title:hover {
  color: #00AF91;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .news_list .news_item .preview_text {
  font-size: 12px;
  line-height: 15px;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .pagination a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  background: #F3F4F5;
  border-radius: 10px;
  padding: 12px 15px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin-right: 5px;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .pagination a:hover,
.wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.active {
  color: #fff;
  background: #00AF91;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.start,
.wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.finish {
  width: 107px;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.start {
  margin-right: 30px;
}

.wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.finish {
  margin-left: 25px;
  margin-right: 0;
}

.wrapper .news_page .news__wrapper .news_detail__wrapper .title_h1 {
  margin-bottom: 10px;
}

.wrapper .news_page .news__wrapper .news_detail__wrapper .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #00AF91;
  margin-bottom: 20px;
}

.wrapper .news_page .news__wrapper .news_detail__wrapper .date svg {
  margin-right: 10px;
}
.wrapper .news_page .news__wrapper .news_detail__wrapper .content img{
  max-width: 100%;
  object-fit: cover;
}
.wrapper .news_page .news__wrapper .news_detail__wrapper .content p {
  margin-bottom: 30px;
  text-align: justify;
}

.wrapper .news_page .news__wrapper .news_detail__wrapper .content a {
  margin-bottom: 0;
}
.wrapper .news_page .news__wrapper .news_detail__wrapper .detail_preview a{
  text-decoration: underline;
}
.wrapper .news_page .news__wrapper .news_detail__wrapper .detail_preview a:hover{
  color: #00AF91;
}

.wrapper .news_page .news__wrapper .news_detail__wrapper .content a img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper .news_page .news__wrapper .news_detail__wrapper .content a:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.wrapper .news_page .news__wrapper .news_detail__wrapper .content .image_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.wrapper .news_page .news__wrapper .news_detail__wrapper .content .image_group a {
  display: block;
  margin-right: 30px;
}

.wrapper .news_page .news__wrapper .news_detail__wrapper .content .image_group a:last-child {
  margin-right: 0;
}

.wrapper .news_page .news__wrapper .news_detail__wrapper .content .image_group a img {
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wrapper .news_page .news__wrapper .news_detail__wrapper .content .image_group a:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.wrapper .news_page .news__wrapper aside {
  display: block;
  min-width: 285px;
  margin-left: 30px;
}

.wrapper .news_page .news__wrapper aside .news_sections {
  border: 1px solid #E3E3E3;
  border-radius: 30px;
  padding: 40px 30px;
}

.wrapper .news_page .news__wrapper aside .news_sections .title {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.wrapper .news_page .news__wrapper aside .news_sections .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E3E3E3;
  margin: 20px 0 15px 0;
}

.wrapper .news_page .news__wrapper aside .news_sections .sections_list .section_item:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E3E3E3;
  margin: 15px 0 15px 0;
}

.wrapper .news_page .news__wrapper aside .news_sections .sections_list .section_item:last-child:after {
  content: unset;
}

.wrapper .news_page .news__wrapper aside .news_sections .sections_list .section_item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .news_page .news__wrapper aside .news_sections .sections_list .section_item .link svg {
  margin-right: 15px;
}

.wrapper .news_page .news__wrapper aside .news_sections .sections_list .section_item .link svg path {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .news_page .news__wrapper aside .news_sections .sections_list .section_item .link:hover {
  color: #00AF91;
}

.wrapper .news_page .news__wrapper aside .news_sections .sections_list .section_item .link:hover svg path {
  fill: #00AF91;
}

.wrapper .news_page .news__wrapper aside .banners {
  margin-top: 30px;
}

.wrapper .news_page .news__wrapper aside .banners .banner {
  display: block;
  border-radius: 30px;
  margin-bottom: 30px;
}

.wrapper .news_page .news__wrapper aside .banners .banner img {
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wrapper .news_page .news__wrapper aside .banners .banner:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.wrapper .news_page .social_block {
  padding: 30px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.wrapper .news_page .social_block .links_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .news_page .social_block .links_wrapper .link {
  display: block;
  height: 41px;
  margin-right: 20px;
}

.wrapper .news_page .social_block .links_wrapper .link:last-child {
  margin-right: 0;
}

.wrapper .news_page .social_block .links_wrapper .link svg path {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .news_page .social_block .links_wrapper .link svg rect {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .news_page .social_block .links_wrapper .link:hover svg path {
  fill: #fff;
}

.wrapper .news_page .social_block .links_wrapper .link:hover svg rect {
  fill: #00AF91;
}

.wrapper .news_page .back_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
}

.wrapper .news_page .back_link svg {
  margin-right: 10px;
}

.wrapper .news_page .back_link svg path {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .news_page .back_link:hover {
  color: #00AF91;
}

.wrapper .news_page .back_link:hover svg path {
  fill: #00AF91;
}

.wrapper .related_news {
  margin: 50px 0 0 0;
}

.wrapper .related_news .news_list__grid {
  margin: 0;
}

.wrapper .legislation .gray_block {
  background: #F3F4F5;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.wrapper .legislation .gray_block:last-child {
  margin-bottom: 0;
}

.wrapper .legislation .gray_block ul li {
  line-height: 17px;
  text-align: justify;
  margin-bottom: 10px;
}

.wrapper .legislation .gray_block ul li:last-child {
  margin-bottom: 0;
}

.wrapper .legislation .gray_block ul li u {
  text-decoration: underline;
}

.wrapper .epr .text {
  display: block;
  margin-bottom: 20px;
}

.wrapper .epr h3 {
  margin-top: 30px;
}

.wrapper .epr ul li {
  margin-top: 10px;
  line-height: 17px;
  text-align: justify;
}

.wrapper .epr .dep_title {
  margin: 0 0 30px 0;
  text-align: center;
}

.wrapper .epr .erp_scheme {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.wrapper .epr .erp_scheme img {
  width: 100%;
}

.wrapper .epr .erp_scheme .departure {
  width: 50%;
  margin-right: 30px;
}

.wrapper .epr .erp_scheme .methods {
  width: 50%;
}

.wrapper .epr .erp_question {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .epr .erp_question svg {
  width: 85px;
  min-width: 85px;
  margin-right: 30px;
}

.wrapper .epr .erp_question .question {
  max-width: 930px;
}

.wrapper .epr .erp_question .question .question_title {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.wrapper .epr .erp_question .question .question_answer {
  text-align: justify;
}

.wrapper .erp_faq .question_item {
  margin-bottom: 30px;
  padding: 20px 30px;
  background: #F3F4F5;
  border-radius: 10px;
}

.wrapper .erp_faq .question_item:last-child {
  margin-bottom: 0;
}

.wrapper .erp_faq .question_item .question_link {
  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;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #00AF91;
}

.wrapper .erp_faq .question_item .question_link:hover {
  color: #415861;
}

.wrapper .erp_faq .question_item .question_link.active .minus {
  display: none;
}

.wrapper .erp_faq .question_item .question_answer {
  display: none;
  padding: 30px 20px;
  margin: 20px 0 10px 0;
  background: #fff;
  border-radius: 10px;
}

.wrapper .erp_faq .question_item .question_answer.has_sub {
  padding: 0;
  margin: 0;
  background: unset;
}

.wrapper .erp_faq .question_item .question_answer.white_bg {
  padding: 30px 20px;
  margin: 20px 0 10px 0;
  background: #fff;
}

.wrapper .erp_faq .question_item .question_answer.white_bg p {
  margin-bottom: 15px;
}

.wrapper .erp_faq .question_item .question_answer.white_bg .sub_question__item {
  border: 1px solid #E3E3E3;
}

.wrapper .erp_faq .question_item .question_answer.white_bg .sub_question__item h6 {
  margin: 0;
  width: 89%;
}

.wrapper .erp_faq .question_item .question_answer.active {
  display: block;
}

.wrapper .erp_faq .question_item .question_answer p {
  font-size: 14px;
  line-height: 17px;
}

.wrapper .erp_faq .question_item .question_answer ul {
  margin: 20px 0;
}

.wrapper .erp_faq .question_item .question_answer ul li {
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  margin-bottom: 10px;
}

.wrapper .erp_faq .question_item .question_answer ul li:last-child {
  margin-bottom: 0;
}

.wrapper .erp_faq .question_item .question_answer .grid_table {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.15fr 0.85fr;
  grid-template-columns: 1fr 1.15fr 0.85fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 1px;
  background: #fff;
}

.wrapper .erp_faq .question_item .question_answer .grid_table .col:first-child .cell:first-child {
  border-radius: 10px 0 0 0;
}

.wrapper .erp_faq .question_item .question_answer .grid_table .col:first-child .cell:last-child {
  border-radius: 0 0 0 10px;
}

.wrapper .erp_faq .question_item .question_answer .grid_table .col:last-child .cell:first-child {
  border-radius: 0 10px 0 0;
}

.wrapper .erp_faq .question_item .question_answer .grid_table .col:last-child .cell:last-child {
  border-radius: 0 0 10px 0;
}

.wrapper .erp_faq .question_item .question_answer .grid_table .col .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  width: 100%;
  min-height: 64px;
  background: #F3F4F5;
}

.wrapper .erp_faq .question_item .question_answer .grid_table .col .cell:nth-child(odd) {
  background: #fff;
}

.wrapper .erp_faq .question_item .question_answer .grid_table .col .cell.head {
  background: #415861;
  padding: 20px;
  min-height: 91px;
}

.wrapper .erp_faq .question_item .question_answer .grid_table .col .cell.head p {
  color: #fff;
}

.wrapper .erp_faq .question_item .question_answer .grid_table .col .cell p {
  max-width: 384px;
  line-height: 17px;
}

.wrapper .erp_faq .question_item .sub_question__item {
  background: #FFFFFF;
  border-radius: 10px;
  margin: 10px 0;
  padding: 20px;
}

.wrapper .erp_faq .question_item .sub_question__item:first-child {
  margin: 20px 0 10px 0;
}

.wrapper .erp_faq .question_item .sub_question__item .sub_question__link {
  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;
  line-height: 17px;
}

.wrapper .erp_faq .question_item .sub_question__item .sub_question__link:hover {
  color: #00AF91;
}

.wrapper .erp_faq .question_item .sub_question__item .sub_question__link p span {
  display: block;
  font-weight: 750;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.wrapper .erp_faq .question_item .sub_question__item .sub_question__link.active .minus {
  display: none;
}

.wrapper .erp_faq .question_item .sub_question__item .sub_question__link svg {
  min-width: 30px;
  width: 30px;
  margin-left: 20px;
}

.wrapper .erp_faq .question_item .sub_question__item .sub_question__link .number {
  display: block;
  margin-right: 15px;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 10px 8px;
  background: #00AF91;
  border-radius: 10px;
}

.wrapper .erp_faq .question_item .sub_question__item .sub_question__answer {
  display: none;
}

.wrapper .erp_faq .question_item .sub_question__item .sub_question__answer p {
  margin-top: 10px;
  line-height: 17px;
}

.wrapper .erp_faq .question_item .sub_question__item .sub_question__answer .grid_table {
  margin-top: 20px;
  -ms-grid-columns: 0.85fr 1.05fr 1.1fr;
  grid-template-columns: 0.85fr 1.05fr 1.1fr;
}

.wrapper .erp_faq .question_item .sub_question__item .sub_question__answer .grid_table .col p {
  margin: 0;
}

.wrapper .erp_faq .question_item .sub_question__item .sub_question__answer .grid_table .col .cell {
  min-height: 200px;
}

.wrapper .erp_faq .question_item .sub_question__item .sub_question__answer .grid_table .col .cell.head {
  min-height: 101px;
}

.wrapper .collection_system p {
  text-align: justify;
  margin-bottom: 20px;
}
.wrapper .collection_system .collection_map a , .wrapper .news_page .content a,.wrapper .faq_question a{
  text-decoration: underline;
  cursor: pointer;
}
.wrapper .collection_system ul li , .wrapper .news_page ul li, .wrapper .faq_question ul li{
  list-style: disc;
}
.wrapper .collection_system ul , .wrapper .news_page ul, .wrapper .faq_question ul{
  padding-left: 15px;
}


.wrapper .collection_system .image_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.wrapper .collection_system .image_block img {
  display: block;
  width: 100%;
  max-width: 50%;
}

.wrapper .collection_system .image_block .text {
  width: 50%;
  margin-left: 30px;
}

.wrapper .collection_system .big_important__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  background: #F3F4F5;
  border-radius: 30px;
  margin: 50px 0;
}

.wrapper .collection_system .big_important__block .svg_img {
  width: 124px;
  min-width: 124px;
  margin: 0 20px 0 0;
}

.wrapper .collection_system .big_important__block .link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
  color: #fff;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  background: #00AF91;
  border-radius: 43px;
}

.wrapper .collection_system .big_important__block .link:hover {
  background: #415861;
}

.wrapper .collection_system .big_important__block .link svg {
  margin: 0 0 0 15px;
}

.wrapper .collection_system .important__block {
  margin: 50px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  background: #F3F4F5;
  border-radius: 10px;
}

.wrapper .collection_system .important__block svg {
  min-width: 85px;
  width: 85px;
  margin-right: 30px;
}

.wrapper .collection_system .important__block h4 {
  margin: 0;
}

.wrapper .collection_system .collection_results {
  margin: 50px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
}

.wrapper .collection_system .collection_results .item .item_image img {
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wrapper .collection_system .collection_results .item .item_image:hover img {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.wrapper .collection_system .collection_results .item .number {
  font-size: 33px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 30px 0 0 0;
}

.wrapper .collection_system .collection_results .item .number:after {
  content: "";
  display: block;
  margin: 10px 0 15px 0;
  width: 50px;
  height: 3px;
  background: #00AF91;
}

.wrapper .collection_system .collection_results .item .text {
  margin-bottom: 0;
  text-align: left;
  max-width: 200px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.wrapper .collection_system .map_container {
  margin-top: 30px;
  width: 100%;
}

.wrapper .collection_system .map_container img {
  width: 100%;
}

.wrapper .file_report .reports {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
}

.wrapper .file_report .reports .item {
  padding: 30px;
  background: #F3F4F5;
  border-radius: 30px;
}

.wrapper .file_report .reports .item .link_wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .file_report .reports .item img {
  width: 100%;
}

.wrapper .file_report .reports .item .link {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 750;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #00AF91;
  padding: 30px 35px 30px 50px;
  border-radius: 50px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .file_report .reports .item .link:hover {
  background: #415861;
}

.wrapper .file_report .reports .item .link svg {
  margin-left: 15px;
}

.wrapper .file_report .reports .item h3 {
  margin-top: 30px;
}

.wrapper .file_report .reports .item ul li {
  line-height: 17px;
  margin-bottom: 10px;
}

.wrapper .file_report .reports .item ul li:last-child {
  margin-bottom: 0;
}

.wrapper .file_report .reports .item p {
  line-height: 17px;
  margin: 20px 0 0 0;
}

.wrapper .about_company .image_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.wrapper .about_company .image_block .text_container {
  width: 50%;
  margin-right: 30px;
}

.wrapper .about_company .image_block .text_container .bold {
  font-weight: 750;
}

.wrapper .about_company .image_block .text_container .line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  margin-top: 20px;
}

.wrapper .about_company .image_block .text_container .line:before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #00AF91;
}

.wrapper .about_company .image_block img {
  display: block;
  width: 100%;
  max-width: 550px;
}

.wrapper .about_company .big_important__block {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F3F4F5;
  border-radius: 30px;
  padding: 40px 105px;
}

.wrapper .about_company .big_important__block.pd-40 {
  padding: 40px;
}

.wrapper .about_company .big_important__block.pd-40 .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .about_company .big_important__block.pd-40 img {
  width: 320px;
  margin-right: 30px;
}

.wrapper .about_company .big_important__block.pd-40 h3 {
  margin: 0;
}

.wrapper .about_company .big_important__block.pd-40 p {
  margin: 20px 0 50px 0;
}

.wrapper .about_company .big_important__block.pd-40 .link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wrapper .about_company .big_important__block.pd-40 .right_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper .about_company .big_important__block .image {
  min-width: 124px;
  width: 124px;
}

.wrapper .about_company .big_important__block h3 {
  margin: 0 40px 0 40px;
}

.wrapper .about_company .big_important__block .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  background: #00AF91;
  color: #fff;
  border-radius: 43px;
}

.wrapper .about_company .big_important__block .link:hover {
  background: #415861;
}

.wrapper .about_company .big_important__block .link svg {
  margin-left: 15px;
}

.wrapper .about_company .activities .activities__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
}

.wrapper .about_company .activities .activities__list .activities__item {
  background: #F3F4F5;
  border-radius: 30px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper .about_company .activities .activities__list .activities__item:before {
  content: "";
  display: block;
  margin: 0 auto 45px auto;
  width: 160px;
  height: 5px;
  background: #415861;
  border-radius: 0 0 5px 5px;
}

.wrapper .about_company .activities .activities__list .activities__item:after {
  content: "";
  display: block;
  margin: 45px auto 0 auto;
  width: 160px;
  height: 5px;
  background: #00AF91;
  border-radius: 5px 5px 0 0;
}

.wrapper .about_company .activities .activities__list .activities__item .svg_container {
  margin: 0 auto 30px auto;
}

.wrapper .about_company .activities .activities__list .activities__item .svg_container svg {
  width: 100%;
  height: 100%;
}

.wrapper .about_company .activities .activities__list .activities__item .description {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.wrapper .about_company .activities .activities__list .activities__item .description:before {
  content: "";
  display: block;
  width: 160px;
  height: 3px;
  background: #D9D9D9;
  border-radius: 5px;
  margin: 0 auto 30px auto;
}

.wrapper .about_company .activities .activities__list .activities__item .more {
  display: block;
  margin-top: auto;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .about_company .activities .activities__list .activities__item .more:hover {
  color: #00AF91;
}

.wrapper .rop_detail .block_with_image {
  padding: 82px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .rop_detail .block_with_image .text {
  max-width: 50%;
  font-weight: 750;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}

.wrapper .rop_detail .block_with_image .text p:last-child {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.wrapper .rop_detail .own_system,
.wrapper .rop_detail .pay_fee {
  margin: 50px 0 30px 0;
  background: #F3F4F5;
  border-radius: 10px;
  padding: 30px;
}

.wrapper .rop_detail .own_system .white_bg,
.wrapper .rop_detail .pay_fee .white_bg {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 20px;
}

.wrapper .rop_detail .own_system .white_bg h4,
.wrapper .rop_detail .pay_fee .white_bg h4 {
  margin: 20px 0;
}

.wrapper .rop_detail .own_system .white_bg .collect_scheme,
.wrapper .rop_detail .pay_fee .white_bg .collect_scheme {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 20px;
}

.wrapper .rop_detail .own_system .white_bg .collect_scheme .item,
.wrapper .rop_detail .pay_fee .white_bg .collect_scheme .item {
  position: relative;
  padding: 20px;
  background: #F3F4F5;
  border-radius: 10px;
  margin-top: 10px;
}

.wrapper .rop_detail .own_system .white_bg .collect_scheme .item:before,
.wrapper .rop_detail .pay_fee .white_bg .collect_scheme .item:before {
  position: absolute;
  left: -33px;
  top: 40%;
  content: url("/local/templates/evgen.main/css/../img/argreen.png");
  display: block;
  width: 48px;
  height: 48px;
}

.wrapper .rop_detail .own_system .white_bg .collect_scheme .item:first-child:before,
.wrapper .rop_detail .pay_fee .white_bg .collect_scheme .item:first-child:before {
  content: unset;
}

.wrapper .rop_detail .own_system .white_bg .collect_scheme .item img,
.wrapper .rop_detail .pay_fee .white_bg .collect_scheme .item img {
  display: block;
  width: 100%;
}

.wrapper .rop_detail .own_system .white_bg .collect_scheme .item p,
.wrapper .rop_detail .pay_fee .white_bg .collect_scheme .item p {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin-top: 20px;
}

.wrapper .rop_detail .own_system .white_bg ul,
.wrapper .rop_detail .pay_fee .white_bg ul {
  margin: 20px 0 30px 0;
}

.wrapper .rop_detail .own_system .white_bg ul li,
.wrapper .rop_detail .pay_fee .white_bg ul li {
  line-height: 17px;
  text-align: justify;
  margin-top: 10px;
}

.wrapper .rop_detail .own_system .white_bg ul li:first-child,
.wrapper .rop_detail .pay_fee .white_bg ul li:first-child {
  margin-top: 0;
}

.wrapper .rop_detail .own_system .white_bg ul.mb-0,
.wrapper .rop_detail .pay_fee .white_bg ul.mb-0 {
  margin-bottom: 0;
}

.wrapper .rop_detail .own_system .white_bg p,
.wrapper .rop_detail .pay_fee .white_bg p {
  margin-top: 30px;
}

.wrapper .rop_detail .own_system .white_bg p:first-child,
.wrapper .rop_detail .pay_fee .white_bg p:first-child {
  margin: 0;
}

.wrapper .rop_detail .pay_fee {
  margin: 30px 0;
}

.wrapper .rop_detail .pay_fee .white_bg p {
  margin-bottom: 20px !important;
}

.wrapper .rop_detail .pay_fee .white_bg .collect_scheme {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.wrapper .rop_detail .small_ttl {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.wrapper .report_contract {
  margin-bottom: 150px;
}

.wrapper .report_contract .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.wrapper .report_contract .content_wrapper .left_side {
  margin-right: 30px;
  width: 40%;
}

.wrapper .report_contract .content_wrapper .left_side p {
  text-align: justify;
  margin-bottom: 20px;
}

.wrapper .report_contract .content_wrapper .left_side p:last-child {
  margin-bottom: 0;
}

.wrapper .report_contract .content_wrapper .right_side {
  width: 60%;
  position: relative;
  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;
}

.wrapper .report_contract .content_wrapper .right_side img {
  width: 100%;
}

.wrapper .report_contract .content_wrapper .right_side .description {
  z-index: 5;
  width: 100%;
  margin: 0 80px 0 auto;
  position: absolute;
}

.wrapper .report_contract .content_wrapper .right_side .description .wrap {
  max-width: 324px;
  margin: 0 0 0 auto;
}

.wrapper .report_contract .content_wrapper .right_side .description h5 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.wrapper .report_contract .content_wrapper .right_side .description .link {
  padding: 20px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #00AF91;
  border-radius: 43px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .report_contract .content_wrapper .right_side .description .link svg {
  margin-left: 15px;
}

.wrapper .report_contract .content_wrapper .right_side .description .link:hover {
  background: #415861;
}

.wrapper .ordered {
  margin: 30px 0;
}

.wrapper .ordered li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.wrapper .ordered li:last-child {
  margin-bottom: 0;
}

.wrapper .ordered li span {
  display: block;
}

.wrapper .ordered li .number {
  font-size: 16px;
  text-align: center;
  color: #00AF91;
  padding: 13px 20px;
  background: #F3F4F5;
  border-radius: 50%;
  margin-right: 25px;
}

.wrapper .ordered li .text {
  line-height: 17px;
  text-align: justify;
}
.wrapper .ordered li .text a{
	text-decoration: underline;
}

.wrapper .financing p{
  margin-bottom: 20px;
}
.wrapper .financing .financing_variants{
  display: flex;
}
.wrapper .financing .financing_variants .variant:first-child{
  margin-right: 30px;
}
.wrapper .financing .financing_variants .variant{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F3F4F5;
  border-radius: 30px;
  padding: 40px 30px;
}
.wrapper .financing .financing_variants .variant img{
  display: block;
  max-width: 180px;
}
.wrapper .financing .financing_variants .variant h2{
  text-align: center;
  margin: 30px 0;
}
.wrapper .financing .financing_variants .variant a{
  display: block;
  font-weight: 750;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: .1s;
  padding: 20px 30px;
  width: fit-content;
  background: #00AF91;
  border-radius: 43px;
}
.wrapper .financing .financing_variants .variant a svg{
  margin-left: 15px;
}
.wrapper .financing .financing_variants .variant a:hover{
  background: #415861;
}

.wrapper .financing_enterprise h3 {
  margin: 0;
}

.wrapper .financing_enterprise .grey_block {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  background: #F3F4F5;
  border-radius: 30px;
}

.wrapper .financing_enterprise .grey_block svg {
  margin-right: 30px;
}

.wrapper .financing_enterprise .grey_block h2 {
  margin: 0;
}

.wrapper .financing_enterprise .unordered li {
  margin-bottom: 10px;
  line-height: 17px;
  text-align: justify;
}

.wrapper .financing_enterprise .unordered li:last-child {
  margin-bottom: 0;
}

.wrapper .financing_enterprise .link {
  text-decoration-line: underline;
  text-align: justify;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .financing_enterprise .link:hover {
  color: #00AF91;
}

.wrapper .financing_enterprise .fin_scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 50px 0;
  padding: 0 50px;
}

.wrapper .financing_enterprise .fin_scheme .scheme_list {
  position: relative;
  height: 100%;
  padding: 0 80px;
}

.wrapper .financing_enterprise .fin_scheme .scheme_list:before {
  position: absolute;
  left: 0;
  top: 74px;
  content: url("/local/templates/evgen.main/css/../img/line_fin.svg");
  height: 88%;
  display: block;
  overflow: hidden;
  width: 1px;
}

.wrapper .financing_enterprise .fin_scheme .scheme_list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.wrapper .financing_enterprise .fin_scheme .scheme_list .item:after {
  position: absolute;
  top: 140px;
  content: url("/local/templates/evgen.main/css/../img/dash_ic_down.svg");
  height: 68px;
  display: block;
  overflow: hidden;
  margin-left: 130px;
  z-index: 6;
}

.wrapper .financing_enterprise .fin_scheme .scheme_list .item:last-child {
  margin-bottom: 0;
}

.wrapper .financing_enterprise .fin_scheme .scheme_list .item:last-child:after {
  content: unset;
}

.wrapper .financing_enterprise .fin_scheme .scheme_list .item .svg_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper .financing_enterprise .fin_scheme .scheme_list .item .svg_container:before {
  position: absolute;
  content: url("/local/templates/evgen.main/css/../img/hor_dash.svg");
  display: block;
  overflow: hidden;
  z-index: 7;
  left: -40%;
}

.wrapper .financing_enterprise .fin_scheme .scheme_list .item .svg_container svg {
  width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px;
}

.wrapper .financing_enterprise .fin_scheme .scheme_list .item .grey_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-left: 30px;
  padding: 30px;
  height: 110px;
  background: #F3F4F5;
  border-radius: 30px;
}

.wrapper .financing_enterprise .fin_scheme .scheme_list .item .grey_bg h4 {
  margin: 0;
}

.wrapper .faq_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background: #F3F4F5;
  border-radius: 10px;
  margin-top: 20px;
}

.wrapper .faq_question:first-child {
  margin-top: 0;
}

.wrapper .faq_question h4 {
  margin-bottom: 10px;
}

.wrapper .faq_question p {
  line-height: 17px;
  text-align: justify;
}
.wrapper .faq_question{
  line-height: 17px;
  text-align: justify;
}
.wrapper .faq_question svg {
  min-width: 85px;
  min-height: 85px;
  margin-left: 30px;
}

.wrapper .financing_expense h4 {
  margin-bottom: 20px;
}

.wrapper .financing_expense .ordered {
  margin: 20px 0 30px 0;
}

.wrapper .financing_expense .expense_scheme {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
}

.wrapper .financing_expense .expense_scheme .step {
  background: #F3F4F5;
  border-radius: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .financing_expense .expense_scheme .step .step_number {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #00AF91;
  text-align: center;
  font-size: 16px;
  padding: 13px 20px;
  background: #FFFFFF;
  border-radius: 50%;
}

.wrapper .financing_expense .expense_scheme .step .step_description {
  margin-left: 20px;
}

.wrapper .financing_expense .expense_scheme .step .step_description p {
  text-align: justify;
}

.wrapper .financing_expense .expense_scheme .step .step_description .link {
  display: block;
  margin-top: 10px;
  color: #415861;
  font-size: 12px;
  line-height: 15px;
  text-decoration-line: underline;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .financing_expense .expense_scheme .step .step_description .link:hover {
  color: #00AF91;
}

.wrapper .financing_expense .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 30px 0;
}

.wrapper .financing_expense .note svg {
  width: 85px;
  height: 85px;
  min-width: 85px;
  min-height: 85px;
  margin-right: 30px;
}

.wrapper .financing_expense .note p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.wrapper .financing_expense .reference_info {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F3F4F5;
  border-radius: 10px;
  padding: 30px;
}

.wrapper .financing_expense .reference_info svg {
  margin-right: 30px;
  min-height: 85px;
  min-width: 85px;
}

.wrapper .financing_expense .reference_info p {
  line-height: 17px;
  text-align: justify;
  margin-top: 10px;
}

.wrapper .financing_expense .reference_info p a {
  text-decoration: underline;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.wrapper .financing_expense .reference_info p a:hover {
  color: #00AF91;
}

@media all and (max-width: 1440px) {
  .wrapper .error_404 {
    padding: 50px 0;
  }
}

@media all and (max-width: 1439px) {
  .wrapper main .about_us .content {
    padding: 35px 20px;
  }
}

@media all and (max-width: 1365px) {
  .wrapper {
    padding: 0 15px;
  }
  .wrapper main {
    padding-top: 157px;
  }
  .wrapper .container {
    padding: 0;
  }

  .wrapper .content_container {
    padding: 0 12px;
  }

  .wrapper .header .language_changer {
    padding: 0 20px;
  }

  .wrapper .header .header_top .header__info .c_link {
    margin: 0 10px 0 0;
    width: 18px;
  }

  .wrapper .header .header_top .header__info .contacts {
    margin: 0 20px 0 0;
  }

  .wrapper .header .header_top .header__info .contacts a.tel {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper .header .header_top .header__info .work__time {
    margin: 0 20px 0 0;
  }

  .wrapper .header .header_top .header__info .blind_link {
    padding: 0 20px;
  }

  .wrapper .header .header_top .header_top__links .search:before {
    margin-right: 20px;
  }

  .wrapper .header .header_top .header_top__links .search svg {
    width: 58%;
  }

  .wrapper .header .header_top .header_top__links .send_report {
    margin-left: 5px;
    padding: 10px 10px 10px 15px;
  }

  .wrapper .header .header_bottom .header__menu a {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 7px;
  }

  .wrapper .header .header_bottom .header__menu .dropdown_item .drop_link svg {
    margin-left: 5px;
  }

  .wrapper .header .header_bottom .header__menu .dropdown_item .dropdown_menu {
    top: 35px;
    left: -15px;
    padding: 20px;
  }

  .wrapper .header .header_bottom .header__menu .dropdown_item .dropdown_menu li {
    margin-bottom: 15px;
  }

  .wrapper main .title_h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px;
  }

  .wrapper main .title_h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .wrapper main .title_h2:after {
    margin: 15px 0 0 0;
    width: 137px;
  }

  .wrapper main .title_h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .wrapper main .index_slider .container {
    padding: 0 15px;
  }

  .wrapper main .our_activities {
    margin: 35px auto;
  }

  .wrapper main .our_activities .our_activities__list {
    margin: 35px 0 0 0;
    grid-gap: 20px;
  }

  .wrapper main .our_activities .our_activities__list .our_activities__item {
    padding: 0 20px;
  }

  .wrapper main .our_activities .our_activities__list .our_activities__item:before {
    margin: 0 auto 35px auto;
    width: 150px;
  }

  .wrapper main .our_activities .our_activities__list .our_activities__item:after {
    margin: 35px auto 0 auto;
    width: 150px;
  }

  .wrapper main .our_activities .our_activities__list .our_activities__item .svg_container {
    margin: 0 auto 30px auto;
    width: 80%;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .wrapper main .our_activities .our_activities__list .our_activities__item .title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .wrapper main .our_activities .our_activities__list .our_activities__item .description {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper main .about_us .content {
    padding: 35px;
  }

  .wrapper main .about_us .content .left_side {
    margin-right: 75px;
    width: 39%;
  }

  .wrapper main .about_us .content .left_side img {
    max-width: 420px;
  }

  .wrapper main .about_us .content .right_side .title_h2 {
    margin: 0 0 35px 0;
  }

  .wrapper main .about_us .content .right_side p {
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper main .recycling {
    margin: 35px auto;
  }

  .wrapper main .recycling .recycling__list {
    margin: 0 0 35px 0;
    grid-gap: 20px;
  }

  .wrapper main .recycling .recycling__list .recycling__item .svg_container svg {
    width: 95%;
    height: 100%;
  }

  .wrapper main .recycling .recycling__list .recycling__item .description .number {
    font-size: 28px;
    line-height: 36px;
  }

  .wrapper main .recycling .recycling__list .recycling__item .description .text {
    font-size: 14px;
    line-height: 20px;
    max-width: 150px;
  }

  .wrapper main .index_news {
    padding: 35px;
  }

  .wrapper main .index_banners {
    margin: 35px auto 0 auto;
  }

  .wrapper main .index_banners .banners__with_text {
    margin-bottom: 35px;
    grid-gap: 20px;
  }

  .wrapper main .index_banners .banners__with_text a span {
    font-size: 11px;
    line-height: 14px;
  }

  .wrapper main .index_banners .banners__with_text a img {
    width: 60px;
  }

  .wrapper main .index_banners .banners__picture_only {
    grid-gap: 20px;
  }

  .wrapper .news_list__grid {
    margin: 35px 0 0 0;
    grid-gap: 20px;
  }

  .wrapper footer .container {
    padding: 0 15px;
  }

  .wrapper footer .footer__with_bg {
    margin: 40px 0 0 0;
    padding: 30px 0;
  }

  .wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu a {
    font-size: 12px;
    line-height: 14px;
  }

  .wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .drop_link svg {
    margin-left: 5px;
  }

  .wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .dropdown_menu {
    top: 25px;
    left: -20px;
    padding: 20px;
  }

  .wrapper footer .footer__with_bg .footer_menu__wrapper .footer__menu .dropdown_item .dropdown_menu li {
    margin-bottom: 15px;
  }

  .wrapper footer .footer__with_bg .footer_contacts {
    padding: 20px 0;
  }

  .wrapper footer .footer__with_bg .footer_contacts .contacts .contact__item {
    margin-right: 50px;
  }

  .wrapper footer .footer__with_bg .footer_contacts .contacts .contact__item img {
    margin-right: 10px;
    width: 18px;
  }

  .wrapper footer .footer__with_bg .footer_contacts .contacts .contact__item .tel {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper footer .footer__with_bg .footer_contacts .contacts .contact__item .mail {
    font-size: 12px;
    line-height: 15px;
  }

  .wrapper footer .footer__with_bg .footer_contacts .contacts .work_time img {
    margin-right: 10px;
    width: 18px;
  }

  .wrapper footer .footer__with_bg .footer_contacts .contacts .work_time span {
    font-size: 12px;
    line-height: 15px;
    margin-right: 10px;
  }

  .wrapper footer .footer__with_bg .footer_contacts .social_links .s_link {
    margin-right: 15px;
  }

  .wrapper footer .footer__with_bg .footer_info {
    padding: 20px 0 0 0;
  }

  .wrapper footer .footer__with_bg .footer_info .info__wrapper img {
    margin-right: 20px;
  }

  .wrapper footer .footer__with_bg .footer_info .info__wrapper .info .name {
    font-size: 12px;
    line-height: 15px;
  }

  .wrapper footer .footer__with_bg .footer_info .info__wrapper .info .description {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
  }

  .wrapper footer .footer__copyright {
    margin: 25px auto;
  }

  .wrapper footer .footer__copyright .copyright {
    font-size: 13px;
    line-height: 15px;
  }

  .wrapper .breadcrumbs__wrapper .breadcrumbs ul {
    padding: 20px 12px 20px 12px;
  }

  .wrapper h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .wrapper .text_with__quotes img {
    min-width: 65px;
    width: 65px;
    margin-right: 20px;
  }

  .wrapper .text_with__quotes p {
    font-size: 18px;
    line-height: 22px;
  }

  .wrapper .text_with__line img {
    margin-right: 20px;
  }

  .wrapper .text_with__line p {
    font-size: 18px;
    line-height: 22px;
  }

  .wrapper .text_with__underline p {
    font-size: 18px;
    line-height: 22px;
  }

  .wrapper .text_with__icon p {
    font-size: 18px;
    line-height: 22px;
  }

  .wrapper .operator_reports .description {
    margin-bottom: 20px;
  }

  .wrapper .info_work .preview {
    margin-bottom: 30px;
  }

  .wrapper .info_work .preview .preview_text .link {
    padding: 15px 30px;
  }

  .wrapper .info_work .our_videos {
    margin: 30px 0;
  }

  .wrapper .info_work .our_contacts .channels_wrapper h4,
  .wrapper .info_work .our_contacts .socials_wrapper h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .wrapper .procurement .procurement_table {
    margin-top: 25px;
  }

  .wrapper .how_to_pay .info_title {
    font-size: 20px;
    line-height: 24px;
  }

  .wrapper .how_to_pay .info_block {
    margin-top: 25px;
    padding: 25px;
  }

  .wrapper .management .big_card {
    padding: 30px;
    margin-bottom: 30px;
  }

  .wrapper .management .big_card .info_wrapper {
    max-width: 100%;
  }

  .wrapper .contacts_page .contact_info {
    margin-bottom: 30px;
    padding: 30px;
  }

  .wrapper .contacts_page .contact_info .appeals {
    padding: 0 35px;
  }

  .wrapper .contacts_page .contact_info .appeals:before {
    margin: 0 auto 37px auto;
  }

  .wrapper .contacts_page .contact_info .appeals:after {
    margin: 37px auto 0 auto;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination {
    margin-top: 30px;
  }

  .wrapper .news_page .news__wrapper aside .news_sections .title {
    font-size: 16px;
    line-height: 20px;
  }

  .wrapper .related_news {
    margin: 35px 0 0 0;
  }

  .wrapper .epr .dep_title {
    margin: 0 0 20px 0;
  }

  .wrapper .epr .erp_scheme {
    margin: 30px 0;
  }

  .wrapper .epr .erp_question {
    margin-bottom: 30px;
  }

  .wrapper .erp_faq .question_item {
    padding: 15px 20px;
    margin-bottom: 20px;
  }

  .wrapper .erp_faq .question_item .question_link {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper .erp_faq .question_item .question_link svg {
    min-width: 40px;
    width: 40px;
  }

  .wrapper .erp_faq .question_item .question_answer {
    margin: 15px 0 5px 0;
    padding: 20px 15px;
  }

  .wrapper .erp_faq .question_item .question_answer.white_bg {
    margin: 15px 0 5px 0;
    padding: 20px 15px;
  }

  .wrapper .erp_faq .question_item .question_answer ul {
    margin: 15px 0;
  }

  .wrapper .erp_faq .question_item .question_answer .grid_table {
    margin-top: 20px;
  }

  .wrapper .erp_faq .question_item .question_answer .grid_table .col .cell {
    padding: 10px 15px;
  }

  .wrapper .erp_faq .question_item .question_answer .grid_table .col .cell.head {
    padding: 15px;
  }

  .wrapper .erp_faq .question_item .sub_question__item:first-child {
    margin: 10px 0;
  }

  .wrapper .erp_faq .question_item .sub_question__item {
    padding: 15px 20px;
  }

  .wrapper .erp_faq .question_item .sub_question__item .sub_question__answer .grid_table {
    margin-top: 10px;
  }

  .wrapper .collection_system p {
    margin-bottom: 15px;
  }

  .wrapper .collection_system .big_important__block {
    padding: 15px 20px;
    margin: 30px 0;
  }

  .wrapper .collection_system .big_important__block .svg_img {
    width: 70px;
    min-width: 70px;
  }

  .wrapper .collection_system .big_important__block .link {
    padding: 15px 20px;
  }

  .wrapper .collection_system .important__block {
    padding: 15px 20px;
    margin: 30px 0;
  }

  .wrapper .collection_system .important__block svg {
    min-width: 70px;
    width: 70px;
    margin-right: 20px;
  }

  .wrapper .collection_system .collection_results {
    margin: 30px 0;
  }

  .wrapper .collection_system .collection_results .item .number {
    font-size: 26px;
    line-height: 28px;
    margin: 20px 0 0 0;
  }

  .wrapper .collection_system .collection_results .item .text {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper .about_company .image_block {
    margin-top: 20px;
  }

  .wrapper .about_company .image_block .text_container {
    margin-right: 20px;
  }

  .wrapper .about_company .big_important__block.pd-40 {
    padding: 30px;
  }

  .wrapper .about_company .big_important__block.pd-40 img {
    margin-right: 20px;
    width: 250px;
  }

  .wrapper .about_company .big_important__block.pd-40 p {
    margin: 20px 0 30px 0;
  }

  .wrapper .about_company .big_important__block {
    margin: 30px 0;
    padding: 30px 65px;
  }

  .wrapper .about_company .activities .activities__list {
    grid-gap: 20px;
  }

  .wrapper .about_company .activities .activities__list .activities__item {
    padding: 0 20px;
  }

  .wrapper .about_company .activities .activities__list .activities__item:before {
    margin: 0 auto 35px auto;
    width: 150px;
  }

  .wrapper .about_company .activities .activities__list .activities__item:after {
    margin: 35px auto 0 auto;
    width: 150px;
  }

  .wrapper .about_company .activities .activities__list .activities__item .svg_container {
    margin: 0 auto 30px auto;
    width: 80%;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .wrapper .about_company .activities .activities__list .activities__item .description {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper .report_contract {
    margin-bottom: 75px;
  }

}

@media all and (max-width: 1279px) {
  .wrapper main {
    padding-top: 134px;
  }
  .wrapper .header .header_top .logo img.desktop {
    display: none;
  }

  .wrapper .header .header_top .logo img.mobile {
    display: block;
  }

  .wrapper .header .header_top .header_top__links .send_report span {
    font-size: 11px;
    line-height: 13px;
  }

  .wrapper main .title_h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .wrapper main .index_slider {
    max-height: 505px;
  }

  .wrapper main .index_slider .slider__wrap .slide {
    padding: 100px 0;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content .left_side {
    margin-right: 75px;
  }

  .wrapper h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .wrapper h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .wrapper h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .wrapper h5 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .wrapper h6 {
    margin-bottom: 20px;
  }

  .wrapper .text_with__quotes {
    margin: 30px 0;
    padding: 25px;
  }

  .wrapper .text_with__line {
    padding: 25px;
  }

  .wrapper .text_with__underline {
    padding: 25px;
  }

  .wrapper .reports_filter .link .filter_label,
  .wrapper .questions_filter .link .filter_label{
    padding: 10px 15px;
    line-height: 16px;
  }

  .wrapper .info_work .preview .preview_text p {
    margin-bottom: 15px;
  }

  .wrapper .info_work .preview .preview_text .link {
    margin: 25px 0 0 0;
  }

  .wrapper .info_work .our_advertising_companies {
    padding: 25px;
  }

  .wrapper .info_work .our_advertising_companies .companies_list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
  }

  .wrapper .info_work .our_advertising_companies .companies_list .item img {
    width: 100%;
  }

  .wrapper .info_work .our_videos .video_list .item {
    margin-right: 25px;
  }

  .wrapper .info_work .our_videos .video_list .item .title {
    margin: 20px 0 0 3px;
    font-size: 13px;
  }

  .wrapper .info_work .our_contacts .channels_wrapper,
  .wrapper .info_work .our_contacts .socials_wrapper {
    padding: 30px;
  }

  .wrapper .info_work .our_contacts .channels_wrapper:before,
  .wrapper .info_work .our_contacts .socials_wrapper:before {
    margin-right: 20px;
  }

  .wrapper .info_work .our_contacts .channels_wrapper .list .link,
  .wrapper .info_work .our_contacts .socials_wrapper .list .link {
    margin-right: 15px;
  }

  .wrapper .info_work .our_contacts .channels_wrapper {
    margin-right: 25px;
  }

  .wrapper .procurement .procurement_table .item .cell {
    padding: 20px 25px;
  }

  .wrapper .contacts_page .contact_info .info {
    max-width: 45%;
  }

  .wrapper .contacts_page .contact_info .info p {
    margin-bottom: 15px;
  }

  .wrapper .contacts_page .contact_info .appeals {
    max-width: 45%;
  }

  .wrapper .contacts_page .contact_info .appeals p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .news_list {
    grid-gap: 20px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .news_list .news_item .image {
    margin-bottom: 15px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .news_list .news_item .date svg {
    margin-right: 5px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .news_list .news_item .title {
    font-size: 13px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination a {
    font-size: 13px;
    line-height: 15px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.start {
    margin-right: 15px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.finish {
    margin-left: 10px;
  }

  .wrapper .news_page .news__wrapper .news_detail__wrapper .date {
    margin-bottom: 10px;
  }

  .wrapper .news_page .news__wrapper .news_detail__wrapper .date svg {
    margin-right: 5px;
  }

  .wrapper .news_page .news__wrapper .news_detail__wrapper .content p {
    margin-bottom: 15px;
  }

  .wrapper .news_page .news__wrapper .news_detail__wrapper .content a {
    margin-bottom: 0px;
  }

  .wrapper .news_page .news__wrapper .news_detail__wrapper .content .image_group a {
    margin-right: 15px;
  }

  .wrapper .news_page .news__wrapper aside {
    margin-left: 20px;
    min-width: 246px;
    max-width: 100%;
  }

  .wrapper .news_page .news__wrapper aside .news_sections {
    padding: 25px 20px;
  }

  .wrapper .news_page .news__wrapper aside .news_sections .sections_list .section_item .link svg {
    margin-right: 7px;
  }

  .wrapper .news_page .news__wrapper aside .banners {
    margin-top: 20px;
  }

  .wrapper .news_page .news__wrapper aside .banners .banner {
    margin-bottom: 20px;
  }

  .wrapper .news_page .news__wrapper aside .banners .banner img {
    max-width: 246px;
  }

  .wrapper .news_page .social_block {
    padding: 15px 0;
  }

  .wrapper .news_page .social_block .links_wrapper .link {
    margin-right: 15px;
  }

  .wrapper .news_page .back_link {
    margin-top: 15px;
  }

  .wrapper .epr .erp_question svg {
    width: 65px;
    min-width: 65px;
    margin-right: 20px;
  }

  .wrapper .erp_faq .question_item .question_answer .grid_table .col .cell p {
    font-size: 11px;
    line-height: 12px;
  }

  .wrapper .erp_faq .question_item .sub_question__item .sub_question__answer .grid_table .col .cell.head {
    min-height: 105px;
  }

  .wrapper .file_report .reports {
    grid-gap: 20px;
  }

  .wrapper .file_report .reports .item .link {
    font-size: 14px;
    line-height: 16px;
    padding: 20px 25px;
  }

  .wrapper .file_report .reports .item h3 {
    margin-top: 20px;
  }

  .wrapper .rop_detail .block_with_image .text {
    font-size: 16px;
    line-height: 20px;
  }

  .wrapper .rop_detail .block_with_image .text p:last-child {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper .rop_detail .own_system,
  .wrapper .rop_detail .pay_fee {
    margin: 25px 0;
    padding: 20px;
  }

  .wrapper .rop_detail .own_system .white_bg,
  .wrapper .rop_detail .pay_fee .white_bg {
    padding: 20px;
  }

  .wrapper .rop_detail .own_system .white_bg h4,
  .wrapper .rop_detail .pay_fee .white_bg h4 {
    margin: 15px 0;
  }

  .wrapper .rop_detail .own_system .white_bg .collect_scheme .item,
  .wrapper .rop_detail .pay_fee .white_bg .collect_scheme .item {
    padding: 15px;
    margin-top: 0;
  }

  .wrapper .rop_detail .own_system .white_bg .collect_scheme .item:before,
  .wrapper .rop_detail .pay_fee .white_bg .collect_scheme .item:before {
    zoom: 0.7;
  }

  .wrapper .rop_detail .own_system .white_bg .collect_scheme .item p,
  .wrapper .rop_detail .pay_fee .white_bg .collect_scheme .item p {
    margin-top: 15px;
  }

  .wrapper .rop_detail .own_system .white_bg ul,
  .wrapper .rop_detail .pay_fee .white_bg ul {
    margin: 15px 0 20px 0;
  }

  .wrapper .rop_detail .own_system .white_bg p,
  .wrapper .rop_detail .pay_fee .white_bg p {
    margin-top: 20px;
  }

  .wrapper .rop_detail .pay_fee .white_bg p {
    margin-bottom: 15px !important;
  }

  .wrapper .rop_detail .small_ttl {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper .report_contract .content_wrapper .right_side .description {
    margin: 0 40px 0 auto;
  }

  .wrapper .report_contract .content_wrapper .right_side .description .wrap {
    max-width: 250px;
  }

  .wrapper .report_contract .content_wrapper .right_side .description h5 {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper .report_contract .content_wrapper .right_side .description .link {
    padding: 15px 30px;
  }

  .wrapper .report_contract .content_wrapper .right_side .description .link svg {
    margin-left: 10px;
  }

  .wrapper .ordered {
    margin: 20px 0;
  }

  .wrapper .ordered li .number {
    margin-right: 20px;
  }

  .wrapper .financing_enterprise .grey_block {
    margin: 20px 0;
    padding: 15px 20px;
  }

  .wrapper .financing_enterprise .grey_block svg {
    margin-right: 20px;
  }

  .wrapper .financing_enterprise .fin_scheme {
    margin: 30px 0;
    padding: 0;
  }

  .wrapper .financing_enterprise .fin_scheme .scheme_list {
    padding: 0 50px;
    overflow-y: hidden;
  }

  .wrapper .financing_enterprise .fin_scheme .scheme_list:before {
    height: 90%;
    top: 54px;
  }

  .wrapper .financing_enterprise .fin_scheme .scheme_list .item:after {
    top: 100px;
  }

  .wrapper .financing_enterprise .fin_scheme .scheme_list .item .svg_container svg {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }

  .wrapper .financing_enterprise .fin_scheme .scheme_list .item .grey_bg {
    margin-left: 20px;
    padding: 20px;
    height: 90px;
  }

  .wrapper .faq_question {
    padding: 20px;
  }

  .wrapper .faq_question svg {
    min-width: 70px;
    min-height: 70px;
    margin-left: 20px;
  }

  .wrapper .financing_expense .ordered {
    margin: 20px 0;
  }

  .wrapper .financing_expense .expense_scheme {
    grid-gap: 20px;
  }

  .wrapper .financing_expense .expense_scheme .step {
    padding: 20px;
  }

  .wrapper .financing_expense .expense_scheme .step .step_number {
    font-size: 14px;
    padding: 8px 16px;
  }

  .wrapper .financing_expense .expense_scheme .step .step_description {
    margin-left: 15px;
  }

  .wrapper .financing_expense .note {
    margin: 30px 0 20px 0;
  }

  .wrapper .financing_expense .note svg {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    margin-right: 20px;
  }

  .wrapper .financing_expense .note p {
    font-size: 14px;
    line-height: 16px;
  }

  .wrapper .financing_expense .reference_info {
    margin: 30px 0;
    padding: 20px 20px 25px 20px;
  }

  .wrapper .financing_expense .reference_info svg {
    margin-right: 20px;
    min-height: 70px;
    min-width: 70px;
  }


  .wrapper .financing .financing_variants .variant:first-child{
    margin-right: 20px;
  }
  .wrapper .financing .financing_variants .variant{
    width: 50%;
    padding: 30px 25px;
  }
  .wrapper .financing .financing_variants .variant img{
    max-width: 150px;
  }
  .wrapper .financing .financing_variants .variant h2{
    text-align: center;
    margin: 20px 0;
  }
  .wrapper .financing .financing_variants .variant a{
    padding: 15px 20px;
  }
  .wrapper .financing .financing_variants .variant a svg{
    margin-left: 10px;
  }
}

@media all and (max-width: 1023px) {
  .wrapper .content_container {
    padding: 0;
  }
  .wrapper main {
    padding-top: 85px;
  }
  .wrapper .header .header_top .header__info {
    display: none;
  }

  .wrapper .header .header_top .header_top__links .search:before {
    display: none;
  }

  .wrapper .header .header_top .header_top__links .search svg {
    width: 30px;
    margin-right: 10px;
  }

  .wrapper .header .header_top .header_top__links .send_report {
    padding: 10px 15px;
    margin-left: 0;
  }

  .wrapper .header .header_top .header_top__links .send_report svg {
    display: none;
  }

  .wrapper .header .header_top .header_mobile__button {
    display: block;
  }

  .wrapper .header .header_bottom {
    display: none;
  }

  .wrapper main .title_h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .wrapper main .title_h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .wrapper main .title_h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .wrapper main .index_slider {
    max-height: 340px;
  }

  .wrapper main .index_slider .lSSlideOuter .lSPager {
    bottom: 25px;
  }

  .wrapper main .index_slider .lSSlideOuter .lSPager li a {
    width: 20px;
    height: 5px;
  }

  .wrapper main .index_slider .lSSlideOuter .lSPager li.active a {
    width: 22px;
    height: 6px;
  }

  .wrapper main .index_slider .slider__wrap .slide {
    padding: 50px 0;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content .left_side {
    margin-right: 55px;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content .left_side .svg_container img {
    width: 90%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content .left_side .more {
    margin: 30px 0 0 0;
    padding: 15px 20px 15px 30px;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content .right_side {
    max-width: 225px;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content .right_side .text_container {
    padding: 30px 20px;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content .right_side .text_container .title {
    font-size: 16px;
    line-height: 18px;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content .right_side .text_container .description {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 15px 0;
  }

  .wrapper main .our_activities .our_activities__list {
    grid-gap: 15px;
  }

  .wrapper main .our_activities .our_activities__list .our_activities__item {
    padding: 0 15px;
  }

  .wrapper main .our_activities .our_activities__list .our_activities__item .svg_container {
    margin: 0 auto 20px auto;
  }

  .wrapper main .our_activities .our_activities__list .our_activities__item .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .wrapper main .our_activities .our_activities__list .our_activities__item .description {
    margin-bottom: 15px;
  }

  .wrapper main .about_us .content {
    padding: 25px;
  }

  .wrapper main .about_us .content .left_side {
    margin-right: 25px;
  }

  .wrapper main .about_us .content .right_side {
    width: 58%;
  }

  .wrapper main .about_us .content .right_side .title_h2 {
    margin: 0 0 25px 0;
  }

  .wrapper main .about_us .content .right_side .more {
    margin-top: 25px;
  }

  .wrapper main .recycling .recycling__list {
    grid-gap: 5px;
  }

  .wrapper main .recycling .recycling__list .recycling__item .description .number {
    font-size: 24px;
    line-height: 30px;
  }

  .wrapper main .recycling .recycling__list .recycling__item .description .text {
    font-size: 11px;
    line-height: 16px;
  }

  .wrapper main .index_news {
    padding: 25px;
  }

  .wrapper main .index_banners .banners__with_text a {
    padding: 10px;
    border-radius: 15px;
  }

  .wrapper main .index_banners .banners__with_text a span {
    font-size: 9px;
    line-height: 13px;
  }

  .wrapper main .index_banners .banners__with_text a span:before {
    margin: 0 10px 0 15px;
  }

  .wrapper main .index_banners .banners__with_text a img {
    width: 40px;
  }

  .wrapper .news_list__grid {
    grid-gap: 15px;
    margin: 25px 0 0 0;
  }

  .wrapper .news_list__grid .news__item .img_wrap {
    margin-bottom: 15px;
  }

  .wrapper .news_list__grid .news__item .date svg {
    margin-right: 5px;
  }

  .wrapper .news_list__grid .news__item .link {
    font-size: 12px;
    line-height: 17px;
  }

  .wrapper footer .footer__with_bg .footer_menu__wrapper {
    display: none;
  }

  .wrapper footer .footer__with_bg .footer_contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 20px 0;
  }

  .wrapper footer .footer__with_bg .footer_contacts .contacts {
    padding: 0 0 5px 0;
  }

  .wrapper .popup_search .search__wrapper {
    padding: 20px;
    border-radius: 50px;
  }

  .wrapper .popup_search .search__wrapper .input__group svg {
    left: 15px;
    top: 6px;
  }

  .wrapper .popup_search .search__wrapper input {
    padding: 10px 20px 10px 50px;
  }

  .wrapper .popup_search .search__wrapper .close_popup {
    margin-left: 10px;
  }

  .wrapper .breadcrumbs__wrapper .breadcrumbs ul {
    padding: 15px 0;
  }

  .wrapper h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .wrapper h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .wrapper h3 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .wrapper h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .wrapper h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .wrapper h6 {
    margin-bottom: 15px;
  }

  .wrapper .text_with__quotes {
    margin: 20px 0;
    padding: 20px;
  }

  .wrapper .text_with__quotes img {
    min-width: 55px;
    width: 55px;
  }

  .wrapper .text_with__quotes p {
    font-size: 16px;
    line-height: 20px;
  }

  .wrapper .text_with__line {
    padding: 20px;
  }

  .wrapper .text_with__line p {
    font-size: 16px;
    line-height: 20px;
  }

  .wrapper .text_with__underline {
    padding: 20px;
  }

  .wrapper .text_with__underline p {
    font-size: 16px;
    line-height: 20px;
  }

  .wrapper .text_with__icon img {
    margin-right: 10px;
    max-width: 40px;
  }

  .wrapper .text_with__icon p {
    font-size: 16px;
    line-height: 20px;
  }

  .wrapper .reports_filter,
  .wrapper .questions_filter {
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .wrapper .reports_filter .link .filter_label,
  .wrapper .questions_filter .link .filter_label {
    margin: 0 10px 10px 0;
  }

  .wrapper .operator_reports .description {
    margin-bottom: 15px;
  }

  .wrapper .operator_reports .reports_list .item {
    padding: 15px 20px;
  }

  .wrapper .operator_reports .reports_list .item .download-file .d-icon {
    width: 23px;
  }

  .wrapper .info_work .preview .preview_text {
    margin-left: 25px;
  }

  .wrapper .info_work .preview .preview_text p {
    line-height: 20px;
  }

  .wrapper .info_work .preview .preview_text .link {
    margin: 20px 0 0 0;
    padding: 11px 20px;
  }

  .wrapper .info_work .our_advertising_companies .companies_list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .wrapper .info_work .our_contacts .channels_wrapper,
  .wrapper .info_work .our_contacts .socials_wrapper {
    padding: 20px;
  }

  .wrapper .info_work .our_contacts .channels_wrapper:before,
  .wrapper .info_work .our_contacts .socials_wrapper:before {
    margin-right: 15px;
  }

  .wrapper .info_work .our_contacts .channels_wrapper h4,
  .wrapper .info_work .our_contacts .socials_wrapper h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .wrapper .info_work .our_contacts .channels_wrapper .list .link,
  .wrapper .info_work .our_contacts .socials_wrapper .list .link {
    margin-right: 10px;
  }

  .wrapper .procurement .procurement_table {
    margin-top: 20px;
  }

  .wrapper .procurement .procurement_table .item .cell {
    padding: 15px 20px;
  }

  .wrapper .how_to_pay .info_title {
    font-size: 18px;
    line-height: 20px;
  }

  .wrapper .how_to_pay .info_block {
    margin-top: 20px;
    padding: 20px;
  }

  .wrapper .management .big_card {
    padding: 20px;
  }

  .wrapper .management .big_card img {
    width: 215px;
  }

  .wrapper .management .big_card .info_wrapper {
    margin-left: 20px;
  }

  .wrapper .contacts_page .contact_info {
    padding: 20px;
  }

  .wrapper .contacts_page .management .middle_card .fio {
    font-size: 16px;
    line-height: 20px;
  }

  .wrapper .contacts_page .management .middle_card:after {
    margin: 25px 0;
  }

  .wrapper .contacts_page .management .card:after {
    margin: 25px 0;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .news_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination a {
    padding: 8px 10px;
    font-size: 11px;
    line-height: 13px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.start,
  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.finish {
    width: 80px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.start {
    margin-right: 10px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.finish {
    margin-left: 5px;
  }

  .wrapper .related_news {
    margin: 25px 0 0 0;
  }

  .wrapper .legislation .gray_block {
    padding: 20px;
    margin-bottom: 20px;
  }

  .wrapper .epr .erp_question svg {
    width: 45px;
    min-width: 45px;
    margin-right: 15px;
  }

  .wrapper .epr .erp_question .question .question_title {
    font-size: 14px;
    line-height: 18px;
  }

  .wrapper .epr .erp_question .question .question_answer {
    line-height: 18px;
    text-align: left;
  }

  .wrapper .erp_faq .question_item .question_link svg {
    min-width: 30px;
    width: 30px;
    margin-left: 5px;
  }

  .wrapper .erp_faq .question_item .question_answer .grid_table .col .cell {
    min-height: 80px;
  }

  .wrapper .erp_faq .question_item .question_answer .grid_table .col .cell.head {
    min-height: 105px;
  }

  .wrapper .erp_faq .question_item .sub_question__item .sub_question__answer .grid_table .col .cell.head {
    min-height: 120px;
  }

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

  .wrapper .collection_system .image_block .text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .wrapper .collection_system .image_block img{
    max-width: 100%;
  }

  .wrapper .collection_system .collection_results {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .wrapper .file_report .reports .item .link {
    font-size: 13px;
    line-height: 15px;
    padding: 15px 20px;
  }

  .wrapper .file_report .reports .item .link svg {
    margin-left: 10px;
  }

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

  .wrapper .about_company .image_block .text_container {
    width: 100%;
  }

  .wrapper .about_company .image_block img {
    max-width: 100%;
    margin-top: 20px;
  }

  .wrapper .about_company .big_important__block.pd-40 {
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .wrapper .about_company .big_important__block.pd-40 .right_content {
    margin-top: 30px;
  }

  .wrapper .about_company .big_important__block {
    padding: 20px 40px;
  }

  .wrapper .about_company .big_important__block .image {
    min-width: 84px;
    width: 84px;
    height: 100%;
  }

  .wrapper .about_company .big_important__block h3 {
    margin: 0 30px 0 30px;
  }

  .wrapper .about_company .big_important__block .link {
    padding: 15px 30px;
  }

  .wrapper .about_company .big_important__block .link svg {
    margin-left: 10px;
  }

  .wrapper .about_company .activities .activities__list {
    grid-gap: 15px;
  }

  .wrapper .about_company .activities .activities__list .activities__item {
    padding: 0 15px;
  }

  .wrapper .about_company .activities .activities__list .activities__item:before {
    margin: 0 auto 20px auto;
  }

  .wrapper .about_company .activities .activities__list .activities__item:after {
    margin: 20px auto 0 auto;
  }

  .wrapper .about_company .activities .activities__list .activities__item .svg_container {
    margin: 0 auto 20px auto;
    width: 60%;
  }

  .wrapper .about_company .activities .activities__list .activities__item .description:before {
    margin: 0 auto 20px auto;
  }

  .wrapper .about_company .activities .activities__list .activities__item .description {
    font-size: 13px;
  }

  .wrapper .rop_detail .block_with_image {
    padding: 62px 70px;
  }

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

  .wrapper .report_contract .content_wrapper .left_side {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .wrapper .report_contract .content_wrapper .right_side {
    width: 100%;
  }

  .wrapper .report_contract .content_wrapper .right_side .description .wrap {
    max-width: 350px;
    margin: 0 50px 0 auto;
  }

  .wrapper .ordered li .number {
    padding: 9px 17px;
    font-size: 14px;
  }

  .wrapper .financing_enterprise .grey_block svg {
    min-width: 70px;
    width: 70px;
    min-height: 70px;
    height: 70px;
  }

  .wrapper .financing_expense .expense_scheme .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px 20px 20px;
  }

  .wrapper .financing_expense .expense_scheme .step .step_number {
    margin-bottom: 10px;
  }

  .wrapper .financing_expense .expense_scheme .step .step_description {
    margin-left: 0;
  }


  .wrapper .financing .financing_variants .variant{
    width: 50%;
    padding: 20px 15px;
  }
  .wrapper .financing .financing_variants .variant img{
    max-width: 110px;
  }
  .wrapper .financing .financing_variants .variant a{
    padding: 12px 18px;
  }
}

@media all and (max-width: 767px) {
  .wrapper main {
    padding-top: 64px;
  }
  .wrapper .header .header_top {
    padding: 6px 0;
  }

  .wrapper .header .header_top .logo img.mobile {
    max-width: 105px;
  }

  .wrapper .header .header_top .header_top__links .send_report span {
    font-size: 9px;
    line-height: 10px;
  }

  .wrapper .header .header_mobile__menu_wrapper {
    width: 108%;
    padding: 0 15px;
  }

  .wrapper .header .header_mobile__menu_wrapper .language_changer {
    top: 20px;
  }

  .wrapper .header .header_mobile__menu_wrapper .nav_mobile {
    margin-top: 64px;
  }

  .wrapper main .index_slider {
    max-height: 100vh;
  }

  .wrapper main .index_slider .lSSlideOuter .lSPager {
    bottom: 15px;
  }

  .wrapper main .index_slider .slider__wrap .slide {
    background-position: left !important;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content .left_side {
    margin-right: 0;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content .left_side .svg_container img {
    width: 100%;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content .left_side .more {
    margin: 15px 0 0 0;
  }

  .wrapper main .index_slider .slider__wrap .slide .slide_content .right_side {
    margin: 22px 0 0 0;
  }

  .wrapper main .our_activities .our_activities__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .wrapper main .about_us .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
  }

  .wrapper main .about_us .content .left_side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-right: 0;
    margin-top: 25px;
  }

  .wrapper main .about_us .content .right_side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }

  .wrapper main .recycling .recycling__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 15px;
  }

  .wrapper main .recycling .recycling__list .recycling__item .svg_container {
    margin: 0;
  }

  .wrapper main .index_news {
    padding: 30px;
  }

  .wrapper main .index_banners .banners__with_text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .wrapper main .index_banners .banners__with_text a {
    padding: 20px;
    border-radius: 30px;
  }

  .wrapper main .index_banners .banners__with_text a span {
    font-size: 11px;
    line-height: 14px;
  }

  .wrapper main .index_banners .banners__with_text a img {
    width: 60px;
  }

  .wrapper main .index_banners .banners__picture_only {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .wrapper .news_list__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }

  .wrapper footer .footer__with_bg .footer_contacts {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .wrapper footer .footer__with_bg .footer_contacts .contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .wrapper footer .footer__with_bg .footer_info .info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wrapper footer .footer__with_bg .footer_info .info__wrapper .left_side {
    width: 100%;
  }

  .wrapper footer .footer__with_bg .footer_info .info__wrapper .left_side svg {
    min-width: 70px;
  }

  .wrapper footer .footer__with_bg .footer_info .info__wrapper .right_side {
    width: 100%;
    margin-top: 15px;
  }

  .wrapper footer .footer__with_bg .footer_info .info__wrapper .right_side img {
    min-width: 115px;
  }

  .wrapper .popup_search .search__wrapper {
    padding: 20px;
    border-radius: 40px;
  }

  .wrapper .text_with__quotes img {
    display: none;
  }

  .wrapper .operator_reports .reports_list .item {
    padding: 15px;
  }

  .wrapper .operator_reports .reports_list .item .download-file .d-icon {
    width: 18px;
  }

  .wrapper .operator_reports .reports_list .item .download-file .file_info {
    margin-left: 7px;
  }

  .wrapper .operator_reports .reports_list .item .download-file .file_info .format {
    font-size: 12px;
  }

  .wrapper .operator_reports .reports_list .item .download-file:after {
    margin-left: 7px;
  }

  .wrapper .operator_reports .reports_list .item .name {
    margin-left: 7px;
    max-width: 73%;
  }

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

  .wrapper .info_work .preview .preview_text {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
  }

  .wrapper .info_work .our_advertising_companies .companies_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper .info_work .our_advertising_companies .companies_list .item .link {
    margin-top: 15px;
  }

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

  .wrapper .info_work .our_videos .video_list .item {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .wrapper .info_work .our_videos .video_list .item .title {
    margin: 15px 0 0 3px;
  }

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

  .wrapper .info_work .our_contacts .channels_wrapper,
  .wrapper .info_work .our_contacts .socials_wrapper {
    width: 100%;
    padding: 15px;
  }

  .wrapper .info_work .our_contacts .channels_wrapper {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .wrapper .procurement .procurement_table .item {
    -ms-grid-columns: 0.4fr 1fr;
    grid-template-columns: 0.4fr 1fr;
  }

  .wrapper .procurement .procurement_table .item .cell {
    padding: 10px;
  }

  .wrapper .procurement .procurement_table .item:last-child .date {
    border-radius: 0 0 0 5px;
  }

  .wrapper .procurement .procurement_table .item:last-child .value {
    border-radius: 0 0 5px 0;
  }

  .wrapper .procurement .procurement_table .item:first-child .date {
    border-radius: 5px 0 0 0;
  }

  .wrapper .procurement .procurement_table .item:first-child .value {
    border-radius: 0 5px 0 0;
  }

  .wrapper .how_to_pay .info_block .block_title {
    margin-bottom: 15px;
  }

  .wrapper .how_to_pay .info_block .block_text.mt_20 {
    margin-top: 10px;
  }

  .wrapper .how_to_pay .info_block .block_text {
    margin-top: 10px;
  }

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

  .wrapper .management .big_card img {
    width: 100%;
  }

  .wrapper .management .big_card .info_wrapper {
    margin-left: 0;
    margin-top: 20px;
  }

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

  .wrapper .contacts_page .contact_info .info {
    max-width: 100%;
  }

  .wrapper .contacts_page .contact_info .appeals {
    max-width: 100%;
    margin-top: 20px;
  }

  .wrapper .contacts_page .contact_info .appeals:before {
    margin: 0 auto 27px auto;
  }

  .wrapper .contacts_page .contact_info .appeals:after {
    margin: 27px auto 0 auto;
  }

  .wrapper .contacts_page .contact_info .appeals svg {
    min-width: 100px;
    width: 100px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .news_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination a {
    margin-bottom: 5px;
  }

  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.start,
  .wrapper .news_page .news__wrapper .news_list__wrapper .pagination a.finish {
    display: none;
  }

  .wrapper .news_page .news__wrapper .news_detail__wrapper .content .image_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wrapper .news_page .news__wrapper .news_detail__wrapper .content .image_group a {
    margin-right: 0;
  }

  .wrapper .news_page .news__wrapper aside {
    display: none;
  }

  .wrapper .news_page .social_block .links_wrapper .link {
    margin-right: 12px;
  }

  .wrapper .epr h3 {
    margin-top: 15px;
  }

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

  .wrapper .epr .erp_scheme .departure {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .wrapper .epr .erp_scheme .methods {
    width: 100%;
  }

  .wrapper .erp_faq .question_item .question_answer .grid_table {
    overflow-y: scroll;
    -ms-grid-columns: 220px 250px 200px;
    grid-template-columns: 220px 250px 200px;
  }

  .wrapper .erp_faq .question_item .sub_question__item .sub_question__link svg {
    min-width: 25px;
    width: 25px;
    margin-left: 5px;
  }

  .wrapper .erp_faq .question_item .sub_question__item .sub_question__answer .grid_table {
    -ms-grid-columns: 220px 220px 220px;
    grid-template-columns: 220px 220px 220px;
  }

  .wrapper .collection_system .big_important__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .wrapper .collection_system .big_important__block h3 {
    text-align: center;
  }

  .wrapper .collection_system .big_important__block .svg_img {
    margin: 0;
  }

  .wrapper .collection_system .big_important__block .link {
    margin: 10px 0 25px 0;
  }

  .wrapper .collection_system .collection_results {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper .file_report .reports {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper .file_report .reports .item {
    padding: 20px;
  }

  .wrapper .about_company .big_important__block.pd-40 .img_container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wrapper .about_company .big_important__block.pd-40 img {
    margin: 15px 0 0 0;
    width: 100%;
  }

  .wrapper .about_company .big_important__block.pd-40 .right_content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 20px 0;
  }

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

  .wrapper .about_company .big_important__block h3 {
    margin: 30px 0 30px 0;
    text-align: center;
  }

  .wrapper .about_company .activities .activities__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .wrapper .about_company .activities .activities__list .activities__item .description {
    font-size: 14px;
  }

  .wrapper .rop_detail .block_with_image {
    padding: 22px;
    background-position: right !important;
  }

  .wrapper .rop_detail .block_with_image .text {
    max-width: 100%;
  }

  .wrapper .rop_detail .own_system .white_bg .collect_scheme,
  .wrapper .rop_detail .pay_fee .white_bg .collect_scheme {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper .rop_detail .own_system .white_bg .collect_scheme .item:before,
  .wrapper .rop_detail .pay_fee .white_bg .collect_scheme .item:before {
    content: unset;
  }

  .wrapper .rop_detail .pay_fee .white_bg .collect_scheme {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper .report_contract .content_wrapper .right_side .description {
    margin: 0 35px 0 auto;
  }

  .wrapper .report_contract .content_wrapper .right_side .description .wrap {
    max-width: 180px;
    margin: 0 0 0 auto;
  }

  .wrapper .report_contract .content_wrapper .right_side .description h5 {
    font-size: 13px;
    line-height: 15px;
  }

  .wrapper .report_contract .content_wrapper .right_side .description .link {
    padding: 12px 25px;
  }

  .wrapper .ordered li .number {
    margin-right: 10px;
  }

  .wrapper .financing_enterprise .fin_scheme .scheme_list {
    padding: 0 0 0 20px;
  }

  .wrapper .financing_enterprise .fin_scheme .scheme_list:before {
    top: 70px;
    height: 88%;
  }

  .wrapper .financing_enterprise .fin_scheme .scheme_list .item:after {
    top: 130px;
    margin-left: 85px;
  }

  .wrapper .financing_enterprise .fin_scheme .scheme_list .item .svg_container svg {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
  }

  .wrapper .financing_enterprise .fin_scheme .scheme_list .item .grey_bg {
    margin-left: 15px;
    height: 130px;
  }

  .wrapper .financing_enterprise .fin_scheme .scheme_list .item .grey_bg h4 {
    font-size: 13px;
  }

  .wrapper .faq_question svg {
    min-width: 50px;
    min-height: 50px;
    margin-left: 15px;
  }

  .wrapper .financing_expense .expense_scheme {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .wrapper .financing_expense .reference_info svg {
    margin: 0 0 20px 0;
  }
  .wrapper footer .footer__with_bg .footer_contacts .contacts .contact__item {
    margin: 0 50px 10px 0;
  }
  .wrapper footer .footer__with_bg .footer_contacts .contacts .work_time{
    margin-bottom: 10px;
  }
  .wrapper .financing .financing_variants{
    flex-direction: column;
  }
  .wrapper .financing .financing_variants .variant{
    width: 100%;
  }
  .wrapper .financing .financing_variants .variant:first-child{
    margin: 0 0 20px 0;
  }
}

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

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

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

@media (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));
    }
}
}

.webp .lSAction > a{ background-image: url(/local/templates/evgen.main/css/../img/controls.webp); }
/* End */


/* Start:/local/templates/evgen.main/components/bitrix/search.title/search_title/style.css?16867360351860*/
div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:205;
	width: 100%!important;
	max-width: 810px;
	background: #fff;
	padding: 10px 30px;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width: 100%;
}

table.title-search-result th {
	display: none;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding: 5px 15px 5px 4px;
	text-decoration: none;
	vertical-align:top;
	display:block;
}
table.title-search-result td.title-search-item a img{
	display: none;
}
table.title-search-result td.title-search-item a:hover{
	color: #00AF91;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}


table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:12px;
}

table.title-search-result td.title-search-all a
{
	text-decoration:none;
}
table.title-search-result td.title-search-all a:hover{
	color: #00AF91;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	display: none;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/evgen.main/components/bitrix/search.title/search_title/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

@media all and (max-width: 1023px){
	div.title-search-result {
		max-width: 95%;
	}
}


@media all and (max-width: 767px){
	div.title-search-result {
		max-width: 92%;
	}
}
/* End */
/* /local/templates/evgen.main/css/style.css?1697724094182159 */
/* /local/templates/evgen.main/components/bitrix/search.title/search_title/style.css?16867360351860 */
