

/* Start:/local/js.lib/slick/slick.css?17279356511758*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/js.lib/slick/slick-theme.css?17279356513127*/
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/js.lib/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/js.lib/slick/./fonts/slick.eot');
    src: url('/local/js.lib/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/js.lib/slick/./fonts/slick.woff') format('woff'), url('/local/js.lib/slick/./fonts/slick.ttf') format('truetype'), url('/local/js.lib/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/js.lib/fancybox3/jquery.fancybox.min.css?172793565112509*/
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;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{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;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .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;transition:opacity .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;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;transition-property:transform,opacity;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{animation-timing-function:cubic-bezier(.5,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;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{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,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .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:currentColor;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;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.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;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(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{}}.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{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:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@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{}}}.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;transition:all .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;box-shadow:inset 0 0 6px rgba(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,.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;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/js.lib/scrollbar/jquery.scrollbar.css?172793565122150*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #7CB97D;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #7CB97D;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* End */


/* Start:/local/templates/main_2/css/bootstrap.css?173320982913652*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://bootstrap-3.ru/customize.php?id=cc22a479cdf1f11eba6782eaaea298cc)
 * Config saved to config.json and https://gist.github.com/cc22a479cdf1f11eba6782eaaea298cc
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}


hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
} */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {

  margin: 0 0 20px;

}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
/* @media (min-width: 1300px) {
  .container {
   width: 1220px;
 }
} */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/*
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  }*/
  input[type="file"] {
    display: block;
  }
  input[type="range"] {
    display: block;
    width: 100%;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
  }

/* End */


/* Start:/local/templates/main_2/css/common.css?173805701083310*/
:root
{
	--black: #212121;
	--green: #7CB97D;
	--light-green: #6F906F;
	--dark-green: #3A5B3B;
	--gray: #C4C4C4;
	--dark-gray: #595959;

	--light-gray: #F8F8F8;

	--middle-green: #5C8E5D;

	--lighter-green: #F3FBF4;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
html
{
	font-size: 16px;
}
html,body
{

	min-width: 360px;
} 

.content
{
	/*overflow: hidden;*/
	min-height: calc(100vh - 85px - 60px);
	background-color: #fff;
}
@media (max-width: 991px)
{
	.content
	{
		min-height: 0;
	}
}
.body--fixed
{
	overflow: hidden;
}
@media (min-width: 1460px)
{
	.container {
		width: 1430px;
	}
}
.slick-slide
{
	height: auto;
}
iframe
{
	max-width: 100%;
}


.wrapper
{
	padding-top: 85px;
	font-family: 'Inter','Open Sans', sans-serif;
	font-weight: normal;
	color: var(--black);
	font-size: 16px;
	font-size: 1rem;
	line-height: normal;
	overflow-x: hidden;
}
a {
	color: var(--green);
	transition: color 0.3s ease;
}
a:hover {
	color: var(--dark-green);
}
.wrapper a
{
	text-decoration: none;
}
.wrapper img
{
	max-width: 100%;
	height: auto;
}
@media (max-width: 767px)
{
	.wrapper
	{
		padding-bottom: 72px
	}
}



.text-block img
{
	margin-top: 60px;
	margin-bottom: 60px;
	display: block;
}

@media(max-width: 1459px)
{
	.text-block img {
		margin-top: 40px;
		margin-bottom: 40px;
	}
} 

@media(max-width: 767px) {
	.text-block img {
		height: auto !important;
	}
}


.btn span
{
	background-color: var(--green);
	color: #fff;
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	transition: background-color .3s;
	text-align: center;
}
.btn span:hover
{
	background-color: var(--dark-green);
}







.wrapper ul:not(.slick-dots),
.wrapper ol
{
	padding-left: 0;
	list-style-type: none;
	counter-reset: name;
	margin-bottom: 40px;
	margin-top: 40px;
}
.wrapper ul:not(.slick-dots):first-child,
.wrapper ol:first-child
{
	margin-top: 0;
}
.wrapper ul:not(.slick-dots) li > ul:first-child,
.wrapper ul:not(.slick-dots) li > ol:first-child,
.wrapper ul li > ul:first-child,
.wrapper ol li > ol:first-child
{
	margin-top: 14px;
}
.wrapper ul:not(.slick-dots) > li,
.wrapper ol > li
{
	line-height: 160%;
	margin-bottom: 14px;
	position: relative;
	padding-left: 33px;
	color: var(--black);
}
.wrapper ul:not(.slick-dots) > li
{
	padding-left: 14px;
}
.wrapper ol > li
{
	padding-left: 22px;
}
.wrapper ul:not(.slick-dots) > li:before
{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	background-color: var(--green);
}
.wrapper ol > li
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 160%;
	color: var(--black);
	font-weight: normal;
}
.wrapper ol > li:before
{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	counter-increment: name;
	content: counter(name)".";	
	margin-right: 13px;
}
.wrapper li > ul:not(.slick-dots),
.wrapper li > ol
{
	margin-top: 14px;
	margin-bottom: 14px;
}
@media(max-width: 1459px)
{
	.wrapper ul:not(.slick-dots), 
	.wrapper ol
	{
		margin-top: 25px;
		margin-bottom: 25px
	}
	.wrapper ul:not(.slick-dots):first-child,
	.wrapper ol:first-child
	{
		margin-top: 0;
	}
	.wrapper ul:not(.slick-dots) li > ul:first-child,
	.wrapper ul:not(.slick-dots) li > ol:first-child,
	.wrapper ul li > ul:first-child,
	.wrapper ol li > ol:first-child
	{
		margin-top: 14px;
	}
} 
@media(max-width: 1229px)
{
	.wrapper {
		padding-top: 85px
	}
}
@media(max-width: 991px)
{
	.wrapper {
		padding-top: 85px
	}
}








.blockquote
{
	margin-top: 80px;
	margin-bottom: 60px;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.blockquote__text
{
	padding-left: 52px;
	text-align: left;
	position: relative;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 120%;
	letter-spacing: -0.03em;
}
.blockquote__text:before
{
	content: '';
	width: 36px;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -28px;
	background-image: url(/local/templates/main_2/css/../images/quote.svg);
}
.blockquote__info
{
	margin-left: auto;
	display: inline-block;
	margin-top: 20px;
}
.blockquote__name
{
	text-align: left;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 100%;
	margin-bottom: 8px;
	letter-spacing: -0.02em;
}
.blockquote__post
{
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 100%;
}
@media(max-width: 1459px)
{
	.blockquote__text {
		font-size: 22px;
		font-size: 1.375rem;
		padding-left: 42px;
	}
	.blockquote__text:before {
		width: 33px;
		height: 23px;
		top: -23px;
	}

	.blockquote__name
	{
		font-size: 20px;
		font-size: 1.25rem;
	}

}
@media(max-width: 1229px)
{
	.blockquote__text {
		font-size: 20px;
		font-size: 1.25rem;
		padding-left: 35px;
	}
	.blockquote__text:before {
		width: 25px;
		height: 20px;
	}
	.blockquote {
		margin-top: 60px;
		margin-bottom: 40px;
	}

} 
@media(max-width: 991px)
{
	.blockquote__text:before {
		width: 20px;
		height: 20px;
	}
	.blockquote {
		margin-top: 40px;
		margin-bottom: 20px
	}
	.blockquote__name
	{
		font-size: 16px;
		font-size: 1rem;		
	}

}



#toTop {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--green);
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/local/templates/main_2/css/../images/slider-more-arrow.svg");
    z-index: 200;
    transition: .3s;
    transform: rotate(-90deg);
    cursor: pointer;
    right: 40px;
	bottom: 30px;
    display: none;
}

#toTop:hover {
	background-color: var(--dark-green);
}

@media (max-width: 1439px) {
	#toTop {
		right: 15px;
		bottom: 30px;
	}
}

@media (max-width: 767px) {
	#toTop {
		bottom: 80px;
	}
}



.bx-breadcrumb
{

	padding: 20px 0px;
	font-weight: 500;
	font-size: 15px;
	font-size: .93rem;
	line-height: 120%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	border-bottom: 1px solid var(--gray);

	z-index: 2;

	margin-bottom: 60px;
}
.bx-breadcrumb .bx-breadcrumb-item 
{
	color: var(--green);
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	max-width: 100%;

	word-break: break-all;
}
.bx-breadcrumb .bx-breadcrumb-item span
{

}
.bx-breadcrumb-separator
{

	color: var(--dark-gray);
}
.bx-breadcrumb .bx-breadcrumb-item a 
{
	border-bottom: none;
	color: var(--dark-gray);
	transition: .2s;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	
}
.bx-breadcrumb .bx-breadcrumb-item a span
{
	transition: .2s;
	color: var(--dark-gray);
}
.bx-breadcrumb .bx-breadcrumb-item a:hover span
{

	color:  var(--green);
}


.bx-breadcrumb-item--active span
{
	color: var(--green);
	display: inline-block;
	vertical-align: middle;
}




@media(max-width: 1459px)
{
	.bx-breadcrumb
	{
		margin-bottom: 40px;
		padding: 18px 0px;
	}
} 
@media(max-width: 1229px)
{
	.bx-breadcrumb
	{
		margin-bottom: 30px
	}
}
@media(max-width: 991px)
{
	.bx-breadcrumb
	{
		margin-bottom: 20px
	}		
}













.wrapper h1,
.wrapper .h1
{
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 44px;
	font-size: 2.75rem;
	line-height: 120%;
	text-transform: uppercase;
	text-align: left;
}
.wrapper h2, 
.wrapper .h2
{
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 120%;
	text-align: left;
}
.wrapper h3, 
.wrapper .h3
{
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 120%;
	text-align: left;
}
.wrapper h4, 
.wrapper .h4
{
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 120%;
	letter-spacing: -0.03em;
	text-align: left;
}
.wrapper h1:first-child,
.wrapper .h1:first-child,
.wrapper h2:first-child,
.wrapper .h2:first-child,
.wrapper h3:first-child,
.wrapper .h3:first-child,
.wrapper h4:first-child,
.wrapper .h4:first-child
{
	margin-top: 0;
}


@media(max-width: 1459px)
{
	.wrapper h1,
	.wrapper .h1
	{
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 40px;
		font-size: 2.5rem;
	}
	.wrapper h2, 
	.wrapper .h2 {
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 35px;
		font-size: 2.18rem;	
	}
	.wrapper h3, 
	.wrapper .h3
	{
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 30px;
		font-size: 1.87rem
	}
	.wrapper h4, 
	.wrapper .h4
	{
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 22px;
		font-size: 1.375rem;
	}
} 

@media(max-width: 1229px)
{
	.wrapper h1,
	.wrapper .h1
	{
		margin-top: 30px;
		font-size: 34px;
		font-size: 2.12rem;
	}
	.wrapper h2, 
	.wrapper .h2 {
		margin-top: 30px;
		font-size: 30px;
		font-size: 1.87rem;
	}
	.wrapper h3, 
	.wrapper .h3
	{
		margin-top: 30px;
		font-size: 25px;
		font-size: 1.56rem;
	}
	.wrapper h4, 
	.wrapper .h4
	{
		margin-top: 30px;
		font-size: 20px;
		font-size: 1.25rem;
	}
} 

@media(max-width: 767px) {
	.wrapper h1,
	.wrapper .h1
	{
		font-size: 22px;
		font-size: 1.36rem;
	}
	.wrapper h2, 
	.wrapper .h2 {
		font-size: 25px;
		font-size: 1.56rem;
	}
	.wrapper h3, 
	.wrapper .h3
	{
		font-size: 22px;
		font-size: 1.36rem;
	}
	.wrapper h4, 
	.wrapper .h4
	{
		font-size: 20px;
		font-size: 1.25rem;
	}
}













.text-block a
{
	color: var(--green);
}
.text-block a:hover
{
	text-decoration: underline;
}
.text-block
{
	max-width: 875px;
	line-height: 160%;
	
}
.text-block p
{
	margin-bottom: 16px;
}

.text-block>*:last-child {
	margin-bottom: 0;
}
.text-block>*:first-child {
	margin-top: 0;
}













header
{
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	top: 0;

	z-index: 100;
}
.header
{

	position: relative;
	z-index: 5;
	background-color: #fff;
}

.header__logo
{
	width: 48px;
	height: 48px;
	margin-right: 12px;
	display: block;

}
.header__slogan
{

	font-size: 14px;
	font-size: 0.87rem;
	line-height: 120%;
	width: 110px;
	margin-right: 0;
	opacity: 0;
	transition: .3s;
	letter-spacing: -0.02em;
}
.header__slogan span
{
	display: block;
	white-space: nowrap;
}
.header__menu-btn
{
	width: 36px;
	height: 22px;
	margin-right: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/templates/main_2/css/../images/burger.svg);
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.header__menu-btn--active
{
	background-image: url(/local/templates/main_2/css/../images/close.svg);
}

.wrapper  .header__main-menu {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 !important; margin: 0 !important;
}
.wrapper .header-main-menu__item:before {
	display: none;
}

.wrapper .header-main-menu__item
{
	font-size: 16px;
	list-style: none !important;
	font-size: 1rem;
	line-height: 100%;
	color: var(--black);
	margin-right: 18px;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
	position: relative;
}
.wrapper .header-main-menu__item:last-child {
	margin-right: 0;
}

.wrapper .header-main-menu__item-list {
	background: #fff;
	padding: 20px;
	position: absolute;
	left: -20px; top: calc(100% + 1px);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 15px 29px 0px;
	width: 250px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}
.wrapper .header-main-menu__item-list ul {
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}
.header__menu-item--parent:hover .header-main-menu__item-list {
	pointer-events: inherit;
	opacity: 1;
}
.wrapper .header-main-menu__item-list .header-main-menu__item {
	margin-bottom: 10px !important;
}
.wrapper .header-main-menu__item-list .header-main-menu__item:last-child {
	margin-bottom: 0px !important;
}
.header__menu-item--parent>.header-main-menu__item-link {
	padding-right: 25px;
	position: relative;
}
.header__menu-item--parent>.header-main-menu__item-link:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0; top: 0;
	background: url(/local/templates/main_2/css/../images/filter-arrow.svg) no-repeat center;
}


.wrapper .header-main-menu__item .header-main-menu__item-link {
	color: #000;
	transition: color .3s;
}
.wrapper .header-main-menu__item:hover>.header-main-menu__item-link,
.header-main-menu__item-link:hover
{
	color: var(--green);
}
.header-main-menu__item-list ul, .header-main-menu__item-list ul li {
	padding: 0 !important; margin: 0 !important;
}


.verticalScroll {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #7CB97D #C4C4C4;
    scrollbar-width: thin;
}
.verticalScroll::-webkit-scrollbar {
    width: 3px;
    padding-right: 10px;
}
.gorizontalScroll::-webkit-scrollbar-track,
.verticalScroll::-webkit-scrollbar-track {
    background: #C4C4C4;
}
.gorizontalScroll::-webkit-scrollbar-thumb,
.verticalScroll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #7CB97D;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.gorizontalScroll {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: #7CB97D #C4C4C4;
    scrollbar-width: thin;
}
.gorizontalScroll::-webkit-scrollbar {
    height: 3px;
    padding-bottom: 10px;
}


.header__wrap
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid var(--gray);
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 16px;
	font-size: 1rem;
}
.header__right
{
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}
.header__blind
{
	position: relative;
	padding-left: 42px;
	margin-right: 30px;
	overflow: hidden;
	line-height: 225%;
	font-size: 16px;
	font-size: 1rem;

	cursor: pointer;
	transition: color .3s;
}
.header__blind:before
{
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 17px);
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/templates/main_2/css/../images/eye.svg);
}
.header__blind:hover
{
	color: var(--green);	
}
.html--blind .header__blind:before
{
	background-image: url(/local/templates/main_2/css/../images/eye-active.svg);
}
.header__search-btn
{
	position: relative;
	padding-left: 42px;
	margin-right: 30px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 225%;
	white-space: nowrap;
	cursor: pointer;
	width: 90px;
	overflow: hidden;
	transition:  .3s;

}
.header__search-btn:before
{
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 17px);
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/templates/main_2/css/../images/loupe-green.svg);
}
.header__search-btn:hover
{
	color: var(--green);	
}
.header__callback
{
	position: relative;
	padding-left: 42px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 36px;
	height: 36px;
	cursor: pointer;
	transition:  .3s;
	white-space: nowrap;
	width: 36px;
	overflow: hidden;
	color: var(--black);
}
.header__callback:before
{
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 17px);
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/templates/main_2/css/../images/phone.svg);
}
.header__callback:hover
{
	color: var(--green);	
}
.header-bottom
{
	background-color: #fff;
}
.header-bottom__wrap
{
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--gray);
}
.header-bottom__title
{
	font-weight: 500;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 121%;
	text-transform: uppercase;
	width: 50%;
}
.body--front .header-bottom__title
{
	font-weight: 500;
	font-size: 44px;
	font-size: 2.75rem;
	line-height: 120%;
}
.header-bottom__slogan
{
	font-weight: 500;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 140%;
	letter-spacing: -0.03em;
	margin-bottom: 28px;
	position: relative;
}
.body--front .header-bottom__slogan
{
	margin-bottom: 45px;
}
.header-bottom__right
{
	padding-left: 30px;
	width: 50%;
}
.header-bottom__slogan:before
{
	content: '';
	position: absolute;
	left: -30px;
	top: 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: var(--green);
}
.header-bottom__right .btn span
{
	/*padding: 28px 41px;*/
	font-weight: 500;
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 121%;
	padding: 17px 22px;
}
.header__block
{
	background-color: #FFFFFF;
	box-shadow: 0px 20px 25px rgba(63, 63, 63, 0.1);
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	display: none;
	z-index: 2;
}
.header--fixed .header__block
{
	top: 100%;
}
.header-block__wrap
{
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.header-block__menu .header-block-menu__item > a
{
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	margin-bottom: 30px;
	color: var(--black);
	transition: color .3s;
}
.header-block-sub-menu__content
{
	display: none;
}
.header-block-sub-menu__content--active
{
	display: block;
}
.header-block__menu .header-block-menu__list .header-block-menu-list__inner > a
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 160%;
	margin-bottom: 16px;
	display: block;
	color: var(--black);
	transition: color .3s;
}
.header-block-menu__list
{
	position: absolute;
	top: 0;
	left: 40%;
	width: calc(60% - 20px);
	display: none;
	z-index: 2;
	height: 100%;
}
.header-block-menu__list--active
{
	display: block;
}
.header-block__menu .header-block-menu__list .header-block-menu-list__inner > a:hover,
.header-block__menu a:hover
{
	color: var(--green);
}
.header-block__menu
{
	width: 50%;
	position: relative;
}
.header-block-menu__item
{
	width: 40%;
}
.header-block__contacts
{
	width: 25%;
	padding-right: 120px;
	position: relative;
}
.header-block__contacts:before
{
	content: '';
	height: 100%;
	width: 1px;
	background-color: var(--gray);
	position: absolute;
	right: 67px;
	top: 0;
}
.header-block__right
{
	width: 25%;
}
.header-block__contacts-title
{
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 120%;
	color: #595959;
	margin-bottom: 14px;
}
.header-block__phone
{
	margin-bottom: 12px;
}
.header-block__phone a
{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #212121;
}
.header-block__time
{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 100%;
	color: #5C8E5D;
	letter-spacing: -0.02em;
}
.header-block-contacts__block
{
	margin-bottom: 22px;
}
.header-block__adress-title
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 100%;
	color: #595959;
	margin-bottom: 20px;
	margin-top: 40px;
}
.header-block__address
{
	font-weight: 300;
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 140%;
	color: #212121;
}
.header-block__title
{
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	margin-bottom: 21px;
}
.header-block__right .btn span {
	padding: 28px 0px;
	width: 100%;
}
.header-block__right .header__blind
{
	margin-top: 40px;
}
.header-block__right .header__callback
{
	margin-top: 32px;
}

.header__social
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 22px;
}
.header-social__item
{
	width: 26px;
	height: 26px;
	margin-bottom: 10px;
	margin-right: 19px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.8;
	transition: opacity .3s;
}
.header-social__item--fb
{
	background-image: url(/local/templates/main_2/css/../images/fb-green.svg);
}
.header-social__item--in
{
	background-image: url(/local/templates/main_2/css/../images/in-green.svg);
}
.header-social__item--vk
{
	background-image: url(/local/templates/main_2/css/../images/vk-green.svg);
}
.header-social__item--4
{
	background-image: url(/local/templates/main_2/css/../images/4-green.svg);
}
.header-social__item--5
{
	background-image: url(/local/templates/main_2/css/../images/5-green.svg);
}
.header-social__item--6
{
	background-image: url(/local/templates/main_2/css/../images/ico-2gis-green.svg);
}
.header-social__item--tg
{
	background-image: url(/local/templates/main_2/css/../images/tg-green-round.svg);
}
.header-social__item--tt
{
	background-image: url(/local/templates/main_2/css/../images/tiktok-green-round.svg);
}
.header-social__item:hover
{
	opacity: 1;
}
.header--fixed {
	position: fixed;
}
.header--fixed .header__slogan
{
	display: block;
	margin-right: 86px;
	opacity: 1;
	width: 203px;
}

.header--fixed .header__right .header__search-btn,
.header--fixed .header__right .header__callback
{
	width: 36px;
}
.header__dop
{
	padding-top: 20px;
	padding-bottom: 20px;
	transition: .6s;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.header--fixed .header__dop
{
	top: 0;
}
.header--dop .header__dop
{
	top: 100%;
	box-shadow: 0px 20px 25px rgb(63 63 63 / 10%);
}
.header-dop__wrap
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;	
	justify-content: space-between;
}
.header-dop__block
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	

}
.header-dop__block--first
{
	position: relative;
	left: -5px;
}
.header-dop__block:last-child
{
	margin-right: 0;
}
.header-dop__title
{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	/*margin-right: 156px;*/
}
.header-dop__small-title
{
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 120%;
	margin-right: 10px;
	color: #5C8E5D;
}
.header-dop__phone
{
	margin-right: 10px;
	font-size: 20px;
	font-size: 1.25rem;
}
.header-dop__phone a
{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: var(--black);
}
.header-dop__time
{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 100%;
	letter-spacing: -0.02em;

}
.header__social-title
{
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 120%;
	margin-top: 103px;
}
.header-block-menu-list__back
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 120%;
	color: #595959;
	display: none;
	margin-bottom: 40px;
	padding-left: 20px;
	position: relative;
}
.header-block-menu-list__back:before
{
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: calc(50% - 9px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/templates/main_2/css/../images/menu-back.svg);
}


.bvi-active header
{
	top: 103px;
}


@media(max-width: 1459px)
{
	.header__logo,
	.header--fixed .header__logo
	{
		margin-right: 50px;
	}
	.header__right .header__blind,
	.header__right .header__search-btn,
	.header__right .header__callback
	{
		font-size: 0;
		width: 36px;
		height: 36px;
		padding-left: 36px;
		margin-right: 20px;
	}
	.header__right .header__search-btn
	{
		margin-right: 0;
	}
	.header__slogan,
	.header--fixed .header__slogan
	{
		display: none
	}

	.body--front .header-bottom__title
	{
		font-size: 34px;
		font-size: 2.12rem;
		line-height: 138%;
	}
	.header-block__right .btn span,
	.header-bottom__right .btn span {
		padding: 23px 36px;
	}
	.header-block__wrap
	{
		padding-top: 40px;
		padding-bottom: 40px
	}
	.body--front .header-bottom__slogan,
	.header-bottom__slogan
	{
		font-size: 21px;
		font-size: 1.31rem;
		margin-bottom: 30px
	}
	.header-bottom__slogan:before
	{
		top: 8px
	}
	.header-block__menu .header-block-menu__item > a
	{
		margin-bottom: 22px
	}
	.header-block__contacts
	{
		padding-right: 50px
	}
	.header-block__contacts:before
	{
		right: 25px
	}
	.header-block__title {
		font-size: 23px;
		font-size: 1.43rem;
	}
	.header-block__right .header__blind {
		margin-top: 30px;
	}
	.header-block__adress-title
	{
		margin-top: 30px
	}
	.header-dop__block--first
	{
		left: 0
	}

} 
@media(max-width:  1229px)
{
	.header-dop__title
	{
		display: none
	}
	.header-dop__block
	{
		width: 50%
	}
	.header-bottom__wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.body--front .header-bottom__title,
	.header-bottom__title {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 154%;
	}
	.body--front .header-bottom__slogan,
	.header-bottom__slogan {
		font-size: 18px;
		font-size: 1.125rem;
		margin-bottom: 40px;
	}
	.header-bottom__slogan:before
	{
		width: 10px;
		height: 10px;
		left: -20px
	}
	.header-bottom__right
	{
		padding-left: 20px
	}
	.header-block__right .btn span, .header-bottom__right .btn span {
		padding: 19px 32px;
	}
	.header-dop__small-title {
		font-size: 14px;
		font-size: 0.87rem;
		line-height: 114%
	}
	.header-dop__phone,
	.header-dop__phone a,
	.header-dop__time
	{
		font-size: 18px;
		font-size: 1.125rem;
	}

}
@media(max-width:  1024px)
{
	.header-bottom:not(.body--front .header-bottom)
	{
		display: none
	}
}
@media(max-width:  991px)
{

	.header-bottom__wrap
	{
		padding-top: 24px;
		padding-bottom: 24px
	}
	.wrapper .header__main-menu
	{
		display: none
	}
	.header__dop
	{
		display: none
	}
	.header__right .header__search-btn,
	.header__right .header__blind
	{
		margin-right: 10px
	}
	.header-block__right .header__blind
	{
		display: none
	}
	.header-block__right .header__callback
	{
		display: none
	}
	/*
	.header__search-btn
	{
		display: none
	}*/
	.header__menu-btn
	{
		position: absolute;
		right: 0;
		top: calc(50% - 11px);
		margin: 0;
	}
	.header__wrap
	{
		position: relative;
		padding-right: 50px
	}
	.header-block__wrap
	{
		padding: 0;
	}
	.header-block__menu
	{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 24px;
		border-bottom: 1px solid var(--gray);
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1; 
		-webkit-order: 1; 
		order: 1;

	}
	.header-block__menu .header-block-menu__item > a
	{
		margin-bottom: 20px
	}
	.header-block__contacts
	{
		width: 100%;
		padding-right: 0;
		padding-top: 40px;
		padding-bottom: 100px;
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3; 
		-webkit-order: 3; 
		order: 3;
	}
	.header-block__contacts:before
	{
		display: none
	}
	.header__block
	{
		height: calc(100vh - 85px);
		overflow: auto;
	}
	.header-block__right
	{
		width: 100%;
		padding-top: 40px;
		padding-bottom: 75px;
		border-bottom: 1px solid var(--gray);
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2; 
		-webkit-order: 2; 
		order: 2;

	}
	.header-block__contacts-title
	{
		color: #5C8E5D;
	}
	.header__social-title
	{
		margin-top: 40px
	}
	.header__social
	{
		margin-top: 20px
	}
	.header-block-menu__item
	{
		width: 100%;
		position: relative
	}
	.header-block-menu__item--parent
	{
		padding-right: 30px
	}
	.header-block-menu__arrow
	{
		position: absolute;
		top: 0;
		right: 0;
		width: 20px;
		height: 20px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(/local/templates/main_2/css/../images/menu-arrow.svg);
	}
	.header-block-menu__list
	{
		background-color: #fff;
		position: fixed;
		top: 86px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: calc(100vh - 86px);
		overflow: auto;
		padding-top: 20px;
		display: block;
		left: 100%;
		transition: .4s;
	}
	.header-block-menu__list--active
	{
		left: 0px
	}

	.header-block__menu .header-block-menu__list .header-block-menu-list__inner > a
	{
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 100%;
		letter-spacing: -0.02em;
		margin-bottom: 20px
	}
	.header-block-menu-list__inner
	{
		width: 750px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.header-block-menu-list__back
	{
		display: block
	}
	.header__logo
	{
		margin-right: auto;
	}
	/*
	.header__menu-item--parent>.header-main-menu__item-link {
		padding-right: 20px;
	}
	.wrapper .header-main-menu__item {
		margin-right: 20px;
	}
	*/

}


@media(max-width:  767px)
{
	.header-block-menu-list__inner
	{
		width: 100%;
		padding-bottom: 60px;
	}
	.header__block,
	.header-block-menu__list
	{
		height: calc(100vh - 85px);
	}
}

@media(max-width: 650px)
{
	.header-bottom__title
	{
		width: 100%;
		margin-bottom: 30px
	}
	.header-bottom__right
	{
		width: 100%
	}
	.header-bottom__wrap
	{
		padding-bottom: 50px
	}
	.html--blind .header__block,
	.html--blind .header-block-menu__list
	{
		height: calc(100vh - 85px - 50px);
	}

}



















.wrapper .slider
{
	margin-top: 60px;
	margin-bottom: 60px;
	max-width: 875px;
	transition: opacity .3s;
	overflow: hidden;
	max-height: 500px;
}
.wrapper  .slider__item
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.wrapper  .slider__item img {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 !important;
}
.wrapper .slider__item:before
{
	content: '';
	display: block;
	padding-top: 48%;
}
.wrapper .slider__btns
{
	display: flex;
	flex-wrap: wrap;

}
.wrapper .slider__prev
{
	margin-right: 40px;
}
.wrapper .slider__prev,
.wrapper .slider__next
{
	width: 60px;
	position: relative;
	height: 60px;
	cursor: pointer;
}
.wrapper .slider__prev:before,
.wrapper .slider__next:before,
.wrapper .slider__prev:after,
.wrapper .slider__next:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .3s;
}
.wrapper .slider__prev:before
{
	background-image: url(/local/templates/main_2/css/../images/slider-arrow-left-gray.svg);
}
.wrapper .slider__next:before
{
	background-image: url(/local/templates/main_2/css/../images/slider-arrow-right-gray.svg);
}
.wrapper .slider__prev:after
{
	background-image: url(/local/templates/main_2/css/../images/slider-arrow-left-green.svg);
	opacity: 0;
}
.wrapper .slider__next:after
{
	background-image: url(/local/templates/main_2/css/../images/slider-arrow-right-green.svg);
	opacity: 0;
}
.wrapper .slider__prev:hover:after,
.wrapper .slider__next:hover:after
{
	opacity: 1;
}
.wrapper .slider__prev:hover:before,
.wrapper .slider__next:hover:before
{
	opacity: 0;
}
.wrapper .slider__controls
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	align-items: center;
}
.wrapper .slider__counter
{
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	display: flex;
	flex-wrap: wrap;
	margin-right: auto;
}
.wrapper .slider--full .slider__item
{
	background-size: contain;
}
@media(max-width: 1459px)
{
	.wrapper .slider {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.wrapper .slider__prev,
	.wrapper .slider__next
	{
		width: 40px;
		height: 40px
	}
	.wrapper .slider__counter {
		font-size: 22px;
		font-size: 1.375rem;
	}
} 
















.table-wrap
{
	margin-top: 80px;
	margin-bottom: 180px;
}
.wrapper table
{
	width: 100%;
}
.wrapper table th
{
	font-weight: normal;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 121%;
	letter-spacing: -0.03em;
	color: var(--dark-gray);
	padding-top: 26px;
	padding-bottom: 26px;
	/*border-bottom: 1px solid var(--gray);*/
}
.wrapper table td
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 160%;
	color: #212121;
	padding-top: 36px;
	padding-bottom: 36px;
	padding-right: 15px;
	/*border-bottom: 1px solid var(--gray);*/
}
.wrapper table tr
{
	position: relative;
}
.wrapper table tr:before
{
	content: '';
	left: 0;
	bottom: 0;
	position: absolute;
	height: 1px;
	background-color: var(--gray);
	transition: .3s;
	width: 100%;
}


.wrapper table.table-docs th {
	padding: 10px 20px;
	font-size: 0.875em;
	color: #C4C4C4;
}
.wrapper table.table-docs td {
	padding: 10px 20px;
	font-size: 0.875em;
}
.wrapper table.table-docs th:first-child,
.wrapper table.table-docs td:first-child {
	padding-left: 0;
}
.wrapper table.table-docs th:last-child,
.wrapper table.table-docs td:last-child {
	padding-right: 0;
}
.wrapper table.table-docs td a {
	color: inherit;
}
.wrapper table.table-docs td a:hover {
	color: var(--green);
}
.search-inner__left .table-wrap {
	margin-top: 30px;
    margin-bottom: 30px;
}
@media(max-width: 1459px)
{
	.table-wrap {
		margin-top: 60px;
		margin-bottom: 100px;
	}
	.wrapper table th
	{
		font-size: 24px;
		font-size: 1.375rem;
		line-height: 125%
	}
	.wrapper table td
	{
		padding-top: 26px;
		padding-bottom: 26px;
	}
} 
@media(max-width: 1229px)
{
	.table-wrap {
		margin-top: 40px;
		margin-bottom: 80px;
	}
	.wrapper table th
	{
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 130%
	}
	.wrapper table td
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
} 























.wrapper input,
.popup-form input
{
	padding: 0;
	background-color: transparent;
	outline: none;
	border: none;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-size: 1.125rem;
	position: relative;
	z-index: 2;
}
.wrapper input[type="checkbox"],
.popup-form input[type="checkbox"] {
	height: auto;
	width: auto;
	font-size: inherit;
}
.wrapper  .bx-authform input[type="text"],
.popup-form .bx-authform input[type="text"],
.wrapper .bx-authform input[type="password"],
.popup-form .bx-authform input[type="password"] {
	border-bottom: 2px solid #eee;
}

button[type="submit"]
{
	outline: none;
}
.form-item
{
	margin-bottom: 30px;
	position: relative;
}
.form-item label
{
	display: block;
	font-weight: 300;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 140%;
	color: var(--gray);
	margin-bottom: 5px;
	z-index: 2;
	transition: color .3s;
	position: relative;
}
.form-item textarea
{
	resize: none;
}
.form-item--check,
.form-item--radio
{
	border: none;
	margin-bottom: 15px;
}
.form-item--check input,
.form-item--radio input
{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -99;
	width: 0;
	height: 0;
}
.form-item--check label,
.form-item--radio label
{
	padding-left: 0;
	font-size: 0;
	cursor: pointer;
	margin-bottom: 0;
}
.form-item--check span,
.form-item--radio span
{
	font-size: 13px;
	font-size: 0.81rem;
	line-height: 130%;
	letter-spacing: -0.1px;
	color: #FFFFFF;
	text-transform: none;
	display: inline-block;
	vertical-align: top;
	position: static;
	width: calc(100% - 50px);
	font-weight: normal;
}
.form-item--check span.checkbox-custom,
.form-item--radio span.radio-custom
{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 8px;
	top: -1px;
	transition: .3s;
	left: auto;
	line-height: 0;
	border: 1px solid var(--green);
}
.form-item--check span a,
.form-item--radio span a
{
	font-size: 13px;
	font-size: 0.81rem;
	letter-spacing: -0.1px;
	color: #FFFFFF;
	text-decoration: underline;
	color: var(--green);
}
.form-item--check span a:hover,
.form-item--radio span a:hover
{
	text-decoration: none;
}
.form-item--check input:checked + .checkbox-custom,
.form-item--radio input:checked + .radio-custom
{
	background-image: url(/local/templates/main_2/css/../images/check.svg);
	background-color: #fff;
	border-color: #fff;
}

.subscribe-form .form-item--check input:checked + .checkbox-custom {
	border-color: var(--green);
}

.form-item--check.error  .checkbox-custom {
	border-color: #E83D3D;
}

.form-item--radio:hover span.radio-custom
{
	border: 2px solid #F0EE62;
}
.form-item--radio span.radio-custom
{
	border-radius: 50%;
	background-color: transparent;

	border: 2px solid #586C8F;
}
.form-item--radio input:checked + .radio-custom
{
	border: 2px solid #F0EE62;
	background-color: #F0EE62
}

.form-item.error label
{
	color: #E83D3D !important
}
.form-item.error .form-item__inner
{
	border: 1px solid #E83D3D;
}
.form-item:not(.form-item--check).error:before {
	background-color: #E83D3D !important
}
.form-item.error span
{
	color: #E83D3D !important;
}

.form-item:hover label,
.form-item--active label
{
	color: #fff;
}
.form-item:not(.form-item--check){
	border-bottom: 1px solid #fff;
}

/*.form-bottom--inline
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.form-bottom--inline .form-item--agree.form-item--check
{
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2; 
	-webkit-order: 2; 
	order: 2;
}
.form-bottom--inline button
{
	margin-top: 0;
	margin-right: 40px;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1; 
	-webkit-order: 1; 
	order: 1;
}*/

@media(max-width: 1419px)
{
	.wrapper input
	{
		height: 40px;
	}
}
@media(max-width: 1229px)
{
	.wrapper input
	{
		height: 30px;
	}
	.form-item--check span.checkbox-custom,
	.form-item--radio span.radio-custom
	{

	}
}
@media(max-width: 767px)
{

	.form-item
	{
		margin-bottom: 10px;
	}
/*	.form-item--check span, .form-item--radio span,
	.form-item--check span a, .form-item--radio span a
	{
		font-size: 10px;
		line-height: 15px;
	}
*/
	.form-item--check span.checkbox-custom, .form-item--radio span.radio-custom
	{
		width: 16px;
		height: 16px;
		top: 0;
	}
	.form-item:not(.form-item--check)
	{
		margin-bottom: 20px
	}

	.form-bottom--inline
	{
		display: block
	}
	.form-bottom--inline button
	{
		margin-right: 0;
		margin-top: 40px;
	}
}



















footer
{
	background-color: var(--dark-green);
	color: #fff;
	padding-top: 80px;
	padding-bottom: 65px;
}
footer a
{
	color: #fff;
}
.footer__logo
{
	padding-left: 108px;
	position: relative;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 120%;
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
}
.footer__logo:hover
{
	color: #fff;
}
.footer__logo:before
{
	content: '';
	width: 68px;
	height: 68px;
	left: 0;
	top: 0;
	position: absolute;
	background-image: url(/local/templates/main_2/css/../images/logo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.footer-subscribe__title
{
	font-weight: 300;
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 100%;
	color: #fff;
}
.footer__top
{
	display: flex;
	flex-wrap: wrap;
}
.footer__logo
{
	width: 50%;
}
.footer__subscribe
{
	width: 50%;
}
.footer__subscribe input
{
	color: #fff;
	height: 76px;
}
.footer__subscribe .form-item:not(.form-item--check)
{
	padding-left: 46px;
	padding-right: 46px;
	position: relative;
}
.footer__subscribe .form-item:not(.form-item--check) label
{
	position: absolute;
	margin: 0;
	bottom: 22px;
}
.footer__subscribe .form-item:not(.form-item--check):before
{
	content: '';
	left: 0;
	top: calc(50% - 14px);
	width: 32px;
	height: 32px;
	position: absolute;
	background-image: url(/local/templates/main_2/css/../images/cursor.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.footer-subscribe__btn
{
	right: 0;
	top: calc(50% - 14px);
	width: 32px;
	height: 32px;
	padding: 0;
	position: absolute;
	background-image: url(/local/templates/main_2/css/../images/subs-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	background-color: transparent;
	cursor: pointer;
	opacity: .7;
	transition: opacity .3s;
}
.footer-subscribe__btn:hover
{
	opacity: 1;
}
.footer__subscribe .form-item--check,
.footer__subscribe form
{
	margin: 0;
}
.footer__top
{
	padding-bottom: 45px;
}
.footer__middle
{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid var(--light-green);
	border-bottom: 1px solid var(--light-green);
}
.footer__menu
{
	padding-top: 60px;
	width: 269px;
}
.footer__address
{
	padding-top: 60px;
	padding-left: 80px;
	border-left: 1px solid var(--light-green);
	width: calc(100% - 269px);
}
.footer-address__main
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 40px;
}

.footer-address__bottom
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.footer__title
{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 140%;
	letter-spacing: -0.02em;
	margin-bottom: 28px;
}
.footer__small-title
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 160%;
	margin-bottom: 20px;
}

.footer-menu__menu a
{
	display: block;
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 150%;
	margin-bottom: 10px;
}
.footer-menu__menu a:hover
{
	text-decoration: underline;
	color: #fff;
}
.footer-menu__menu a:last-child
{
	margin: 0;
}
.footer-address__item
{
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}
.footer-address__transport
{
	width: 66.66%;
	padding-left: 15px;
	padding-right: 15px;

}
.footer-address-transport__wrap
{
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.footer-address-transport__item
{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-address__text
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 150%;
	font-weight: 300;
}
.footer-address__shema
{
	font-weight: 300;
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 100%;
	color: #B8CCB8;
	margin-top: 30px;
	position: relative;
	padding-right: 50px;
	white-space: nowrap;
	display: inline-block;
	cursor: pointer;
	transition: color .3s;
}
.footer-address__shema:before
{
	position: absolute;
	right: 0;
	top: calc(50% - 4px);
	content: '';
	height: 8px;
	width: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/templates/main_2/css/../images/small-arrow.svg);
	transition: transform .3s;
}
.footer-address__shema:hover
{
	color: #fff;
}
.footer-address__shema:hover:before
{
	transform: translateX(10px);
}
.footer-address-transport__title
{
	font-weight: 300;
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 100%;
	color: #B8CCB8;
	margin-bottom: 20px;
}
.footer-address-transport__text
{
	font-weight: 300;
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 150%;
}
.footer__bottom
{
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--light-green);
}
.footer__social
{
	width: 50%;
}
.footer-social__wrap
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 34px;
}
.footer-social__title
{
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 100%;
	color: #B8CCB8;
}
.footer-social__item
{
	width: 26px;
	height: 26px;
	margin-right: 19px;
	margin-bottom: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.8;
	transition: opacity .3s;
}
.footer-social__item--fb
{
	background-image: url(/local/templates/main_2/css/../images/fb-white.svg);
}
.footer-social__item--in
{
	background-image: url(/local/templates/main_2/css/../images/in-white.svg);
}
.footer-social__item--vk
{
	background-image: url(/local/templates/main_2/css/../images/vk-white.svg);
}
.footer-social__item--tg
{
	background-image: url(/local/templates/main_2/css/../images/tg-white.svg);
}
.footer-social__item--tt
{
	background-image: url(/local/templates/main_2/css/../images/tiktok-white.svg);
}
.footer-social__item--4
{
	background-image: url(/local/templates/main_2/css/../images/4-white.svg);
}
.footer-social__item--5
{
	background-image: url(/local/templates/main_2/css/../images/5-white.svg);
}
.footer-social__item--6
{
	background-image: url(/local/templates/main_2/css/../images/ico-2gis-white.svg);
}
.footer-social__item:hover
{
	opacity: 1;
}
.footer__phone
{
	width: 50%;
	padding-left: 15px;
}
.footer-phone__wrap
{
	display: flex;
	flex-wrap: wrap;
}
.footer-phone__item
{
	width: 50%;
}
.footer__sub
{
	padding-top: 22px;
	padding-bottom: 22px;
	position: relative;
}
.footer-phone__title
{
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 100%;
	color: #B8CCB8;
	margin-bottom: 20px;
}
.footer-phone__phone
{
	margin-bottom: 10px;
}
.footer-phone__phone a,
.footer-phone__time
{
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 100%;
	letter-spacing: -0.02em;
}
.footer__sub
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.footer-sub__side
{
	margin-left: auto;
}
.footer-sub__item
{
	font-weight: 300;
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 150%;
	color: #FFFFFF;
	opacity: 0.6;
	transition: opacity .3s;
}
a.footer-sub__item:hover
{
	opacity: 1;
	color: #FFFFFF;
}
.footer-develop > span, .footer-develop > a {
	margin-right: 0;
	color: #a08032;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 116%;
	color: #FFFFFF;
	opacity: 0.6;
	transition: opacity .3s
}
.footer-develop__img {
	height: 21px;
	width: 70px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: .2s;
}
.footer-develop__jpg {
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/local/templates/main_2/css/../images/bq.svg) no-repeat center;
	background-size: contain;
	z-index: 2;
	transition: opacity .3s
}
body.IE .footer-develop{
	overflow: hidden;
}
.footer-develop__gif {
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: contain;
	opacity: 0;
}
.footer-develop.footer-develop.hover .footer-develop__jpg {
	opacity: 0;
}
.footer-develop.footer-develop.hover .footer-develop__gif{
	opacity: 1;
}
.footer-develop__gif img {
	width: 100%;
}
.footer-develop > a:hover
{
	opacity: 1;
} 

.footer__tab
{
	display: none;
	padding: 45px 45px 45px 0;
	border-top: 1px solid #6F906F;
	transition: .3s;
}
.footer__tab--active
{
	padding: 25px 45px 25px 0;
}
.footer__tab
{	
	position: relative;
}
.footer__tab:before
{
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	right: 0;
	top: calc(50% - 11px);
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s;
	background-image: url(/local/templates/main_2/css/../images/plus.svg);
}

.footer__tab--active:before
{
	transform: rotate(45deg);
}

.footer__tab[data-id="f-contacts"]
{
	border-bottom: 1px solid #6F906F;
}
.footer__tab--active,
.footer__tab[data-id="f-contacts"].footer__tab--active
{
	border-bottom: none;
}
.footer-develop > a:hover
{
	opacity: 1;
}
/*
.footer__sub .footer__img {
	position: absolute;
    left: 0;
    top: -150px;
    width: 316px;
    height: 126px;
	margin-left: -8px;
	border: 0;
}*/

.footer__sub-dop {
	/*
	position: absolute;
    left: 0;
    top: -150px;
    width: 50%;
    */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.footer__sub .footer__img {
	width: 316px;
    height: 126px;
    
    margin-left: -8px;
	border: 0;
}
.footer__sub-logo,
.footer__sub-qr {
	width: 126px;
	position: relative;
	display: block;
	margin-right: 15px;
	background: no-repeat center;
	background-size: contain
}
.footer__sub-logo:before,
.footer__sub-qr:before,
.footer__sub-qr2-img:before {
	content: "";
	width: 100%;
	padding-top: 100%;
	display: block;
	position: relative;
}
.footer__sub-logo {
	width: 200px;
}
.footer__sub-logo:before{
	padding-top: 50%;
}
.footer__sub-logo {
	background-image: url(/local/templates/main_2/css/../images/footer_dop_logo3.png)
}
.footer__sub-qr {
	background-image: url(/local/templates/main_2/css/../images/footer_qr.jpg)
}
.footer__sub-qr2 {
	/*margin-right: 15px;*/
	display: flex;
	align-items: center;
	background: #fff;
}
.footer__sub-qr2-img {
	width: 126px;
	position: relative;
	display: block;
	background: no-repeat center;
	background-size: contain;
	background-image: url(/local/templates/main_2/css/../images/footer_qr2.jpg)
}
.footer__sub-qr2-text {
	width: 210px;
	color: #000;
	margin-left: 10px;
	padding-left: 10px;
}
.footer__sub-qr2-text a {
	text-decoration: underline;
	color: #000;
}
.footer__sub-qr2-text a:hover {
	color: var(--green);
}
@media(max-width: 1459px)
{	
	footer
	{
		padding-top: 60px;
		padding-bottom: 45px;
	}
	.footer__menu
	{
		padding-top: 40px
	}
	.footer__address
	{
		padding-top: 40px;
		padding-left: 60px;
	}
	.footer__bottom {
		padding-top: 40px;
		padding-bottom: 90px;
		padding-bottom: 200px;
	}
	/*
	.footer__sub .footer__img {
		top: -140px;
	}
	*/
	.footer__phone
	{
		padding-left: 35px
	}
	.footer__sub-dop {
		width: 100%;
	}
} 
@media(max-width: 1229px)
{
	footer
	{
		padding-top: 40px;
		padding-bottom: 35px;
	}
	.footer__top
	{
		display: block;
		padding-bottom: 0
	}
	.footer__middle
	{
		display: block;
		border: none;
	}
	.footer-address__main
	{
		display: block
	}
	.footer__logo
	{
		width: 100%;
		margin-bottom: 50px
	}
	.footer__menu
	{
		width: 100%;
		padding: 0;
	}
	.footer__subscribe
	{
		width: 100%;
		margin-bottom: 50px
	}
	.footer__address
	{
		border: none;
		padding: 0;
		width: 100%
	}
	.footer-address__item
	{
		width: 50%
	}
	.footer-address__transport
	{
		width: 100%
	}
	.footer__bottom
	{
		display: block;
		padding: 0
	}
	.footer-phone__wrap
	{
		width: 100%
	}
	.footer__phone
	{
		width: 100%;
		padding-left: 0
	}

	.footer__sub {
		border-top: 1px solid #6F906F;
	}

	.footer__tab[data-id="f-contacts"],
	.footer__bottom[data-id="f-contacts"] {
		border-bottom: none;
	}

	.footer-sub__item
	{
		width: 33.33%;
		margin-bottom: 10px;
	}
	.footer-sub__item:nth-child(2)
	{
		text-align: center
	}
	.footer-sub__item:nth-child(3)
	{
		text-align: right
	}
	.footer-sub__item:nth-child(4)
	{
		width: 50%
	}
	/*
	.footer__sub .footer__img {
		position: static;
		margin-bottom: 20px;
	}*/
	.footer__sub-dop {
		position: static;
		margin-bottom: 30px;
	}
	
	
	.footer-develop
	{
		width: 50%;
		text-align: right
	}
	.footer__tab
	{
		display: block
	}
	.footer__content
	{
		padding-top: 0px;
		padding-bottom: 30px;
		display: none
	}
	.footer__menu .footer__title
	{
		display: none
	}
	.footer__social
	{
		width: 100%;
		margin-bottom: 30px
	}
	.footer-sub__item,
	.footer-sub__item:nth-child(4),
	.footer-develop
	{
		width: 100%;
		margin-bottom: 6px;
		opacity: 1
	}
	.footer-develop,
	.footer-sub__item:nth-child(2),
	.footer-sub__item:nth-child(3)
	{
		text-align: left
	}
	.footer-sub__item:nth-child(4)
	{
		margin-top: 37px
	}

	.footer__sub-qr2-text {
		width: 146px;
		font-size: 0.7em;
		margin-left: 0;
	}
}	
@media(max-width: 650px)
{
	footer
	{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.footer__title 
	{
		font-size: 18px;
		font-size: 1.125rem;
		margin-bottom: 20px
	}
	.footer__small-title
	{
		margin-bottom: 10px
	}
	
	.footer-address-transport__item
	{
		width: 100%;
		margin-bottom: 30px;
		padding: 0
	}
	.footer-address__item
	{
		width: 100%;
		margin-bottom: 30px;
		padding: 0
	}
	.footer-address__item:last-child
	{
		margin-bottom: 0
	}
	.footer-address__transport
	{
		padding: 0
	}
	.footer-address__bottom,
	.footer-address-transport__wrap,
	.footer-address__main
	{
		margin-left: 0;
		margin-right: 0
	}
	.footer-address__text
	{
		font-size: 14px;
		font-size: 0.87rem;
	}
	.footer-address__main
	{
		margin-bottom: 0
	}
	.footer-subscribe__btn
	{
		width: 26px;
		height: 26px;
		top: calc(50% - 11px);
	}
	.footer-phone__item
	{
		width: 100%
	}
	.footer-phone__item
	{
		margin-bottom: 20px
	}
	.footer__sub-qr,
	.footer__sub-qr2-img {
		width: 75px;
	}
	
}
@media(max-width: 400px)
{
	.footer__logo:before
	{
		width: 55px;
		height: 55px
	}
	.footer__logo
	{
		padding-left: 78px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 150%;
	}
	
}



.toolbar
{
	position: fixed;
	left: 0;
	bottom: 0;
	border-top: 1px solid #F8F8F8;
	z-index: 100;
	width: 100%;
	background-color: #fff;
	box-shadow: 2px -1px 25px rgb(63 63 63 / 10%);
	display: none;
}
.toolbar__wrap
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 30px;
}
.toolbar__item
{
	padding-top: 18px;
	padding-bottom: 18px;
	position: relative;
}
.toolbar__ico
{
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
}
.toolbar__item--home .toolbar__ico
{
	background-image: url(/local/templates/main_2/css/../images/t-home-gray.svg);
}
.toolbar__item--search .toolbar__ico
{
	background-image: url(/local/templates/main_2/css/../images/t-search-gray.svg);
}
.toolbar__item--zap .toolbar__ico
{
	background-image: url(/local/templates/main_2/css/../images/t-zap-gray.svg);
}
.toolbar__item--doc .toolbar__ico
{
	background-image: url(/local/templates/main_2/css/../images/t-doc-gray.svg);
}
.toolbar__item--serv .toolbar__ico
{
	background-image: url(/local/templates/main_2/css/../images/t-serv-gray.svg);
}


.toolbar__item--active.toolbar__item--home .toolbar__ico
{
	background-image: url(/local/templates/main_2/css/../images/t-home-green.svg);
}
.toolbar__item--active.toolbar__item--search .toolbar__ico
{
	background-image: url(/local/templates/main_2/css/../images/t-search-green.svg);
}
.toolbar__item--active.toolbar__item--zap .toolbar__ico
{
	background-image: url(/local/templates/main_2/css/../images/t-zap-green.svg);
}
.toolbar__item--active.toolbar__item--doc .toolbar__ico
{
	background-image: url(/local/templates/main_2/css/../images/t-doc-green.svg);
}
.toolbar__item--active.toolbar__item--serv .toolbar__ico
{
	background-image: url(/local/templates/main_2/css/../images/t-serv-green.svg);
}
.toolbar__title
{
	font-size: 10px;
	font-size: 0.62rem;
	line-height: 100%;
	color: var(--black);
}
.toolbar__item--active .toolbar__title
{
	color: var(--green);
}
.toolbar__item--active:before
{
	content: '';
	top: -2px;
	left: 0;
	height: 1px;
	width: 100%;
	position: absolute;
	background-color: var(--green);
}


@media(max-width:  767px)
{
	.toolbar
	{
		display: block
	}
	.body--fixed .toolbar
	{
		display: none	
	}
}






.pagination
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding-right: 35px;
	padding-left: 35px;

	margin-top: 120px;
	margin-bottom: 80px;
}
a.pagination__prev,
a.pagination__next
{
	width: 35px;
	height: 35px;
	position: relative;
	text-decoration: none;
	cursor: pointer;

	transition: .3s;
}
a.pagination__prev
{
	margin-right: 20px;
}
a.pagination__next
{
	margin-left: 20px;
}

a.pagination__prev:before, 
a.pagination__next:before, 
a.pagination__prev:after, 
a.pagination__next:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s;
}
a.pagination__prev:before
{
	background-image: url(/local/templates/main_2/css/../images/pagination-left.svg)
}
a.pagination__next:before
{
	background-image: url(/local/templates/main_2/css/../images/pagination-next.svg)
}
a.pagination__prev:after
{
	background-image: url(/local/templates/main_2/css/../images/pagination-left-white.svg);
	opacity: 0;
}
a.pagination__next:after
{
	background-image: url(/local/templates/main_2/css/../images/pagination-next-white.svg);
	opacity: 0;
}
a.pagination__prev:hover:before,
a.pagination__next:hover:before
{
	opacity: 0;
}
a.pagination__prev:hover:after,
a.pagination__next:hover:after
{
	opacity: 1;
}
a.pagination__prev:hover,
a.pagination__next:hover
{
	background-color: var(--green)
}
.pagination__item,
a.pagination__item
{
	width: 35px;
	height: 35px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 35px;
	color: #222;
	transition: color .3s;
	text-decoration: none;
	text-align: center;
	transition: .3s;
}
.pagination__item--current,
a.pagination__item:hover
{
	background-color: var(--green);
	color: #fff;
}


@media(max-width: 1459px)
{
	.pagination
	{
		margin-top: 100px;
		margin-bottom: 60px;
	}
} 
@media(max-width:  1229px)
{
	.pagination
	{
		margin-top: 80px;
		margin-bottom: 40px;
	}
}

@media(max-width:  991px)
{
	.pagination
	{
		margin-top: 60px;
		margin-bottom: 40px;
	}
}


@media(max-width:  767px)
{
	.pagination
	{
		margin-top: 30px;
		margin-bottom: 30px;
	}
}











.filter
{
	margin-bottom: 40px;
}
.filter form
{
	margin-bottom: 0;
}
.filter__top
{
	position: relative;
}
.filter__wrap
{
	display: flex;
	flex-wrap: wrap;
}

.filter__wrap #modef {

	position: relative;
	z-index: 30;
}

.filter__wrap #modef a:before {
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: var(--green);
	transition: background-color .3s;
}

.filter__wrap #modef a:hover:before {
	background-color: var(--dark-green);
}

.filter__wrap #modef a {
	display: inline-block;
	width: 100px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	position: relative;
	z-index: 31;
}

.filter__wrap #modef a span {
	position: relative;
}

.filter-params__inner
{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 21px;
	padding-top: 21px;

	z-index: 10;
}
.filter-params__inner:empty
{
	padding-bottom: 0;
	padding-top: 0;
}
.filter-params__item
{
	font-weight: 300;
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 140%;
	color: #212121;
	position: relative;
	padding-right: 26px;
	cursor: pointer;
	margin-right: 14px;
	margin-bottom: 6px;
}
.filter-params__item:before
{
	width: 20px;
	height: 20px;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main_2/css/../images/filter-close.svg);
}

.filter__item
{
	margin-right: 60px;
	padding-right: 26px;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #212121;
}
.filter__item:before,
.filter__item:after
{
	width: 20px;
	height: 20px;
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
	background-position: center;
	background-repeat: no-repeat;
}
.filter__item:before
{
	opacity: 1;
	background-image: url(/local/templates/main_2/css/../images/filter-arrow.svg);
}
.filter__item:after
{
	opacity: 0;
	background-image: url(/local/templates/main_2/css/../images/filter-arrow-active.svg);
}
.filter__item--active:before
{
	opacity: 0;	
}
.filter__item--active:after
{
	opacity: 1;
}

.filter__clear
{
	margin-left: auto;
	padding-right: 26px;
	padding-top: 14px;
	padding-bottom: 14px;
	position: absolute;
	cursor: pointer;
	transition: .3s;
	top: -16px;
	right: 0;
	z-index: 10;
}
.filter__clear:before
{
	width: 20px;
	height: 20px;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main_2/css/../images/filter-close.svg);
}
.filter__clear:hover
{
	color: var(--green);
}

.filter__item span
{
	color: var(--dark-green);
	margin-left: 3px;
}
.filter__content
{
	padding: 40px 30px;
	box-shadow: 0px 20px 25px rgba(63, 63, 63, 0.1);
}
.filter-content__title
{
	font-weight: 300;
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 100%;
	color: #212121;
	margin-bottom: 30px;
	margin-top: 30px;
}
.filter-content__title:first-child
{
	margin-top: 0;
}

.filter-content__wrap
{
	font-size: 0;
	/*max-height: 380px;*/
}
.filter-content__item
{
	display: inline-block;
	margin-bottom: 14px;
	margin-right: 14px;
	position: relative;
}
.filter-content__item input
{
	position: absolute;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
}
.filter-content__item label
{
	display: block;
	padding: 12px 18px;
	background-color: #F3FBF4;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 100%;
	border-radius: 30px;
	letter-spacing: -0.02em;
	color: #212121;
	cursor: pointer;
	transition: .3s;
	position: relative;
}

.filter-content__item label.disabled {
	background-color: #eeeeee;
	pointer-events: none;
	cursor: default;
}

.filter-content__item input:checked + label
{
	background-color: #7CB97D;
	color: #fff;
}
.filter-content__item label:hover
{
	background-color: #bfe5c0;
}

.filter-content__item label.disabled:hover,
.filter-content__item input:checked + label.disabled {
	background-color: #eeeeee;
}

.filter__content
{
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	background: #fff;
	display: none;
	z-index: 10;
}
.filter__header
{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.filter__title
{
	display: none;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 121%;
	color: #212121;
}







.filter__sort
{
	display: flex;
	flex-wrap: wrap;
}
.filter__sort .form-select .form-up,
.filter__sort .form-select .form-up.form-up--active
{
	position: static;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #212121;
	margin-right: 5px;
}
.filter__sort .form-group
{
	margin-top: 0;
	padding-top: 0;
}

.filter__sort .form-select
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.filter__sort .form-select__result
{
	padding-bottom: 0;
	height: auto;
	border: none;
	font-size: 18px;
	font-size: 1.125rem;
}
.filter__sort
{
	margin-top: 30px;
}
.filter__sort .form-group:first-child
{
	margin-left: auto;
}
.form-group--show
{
	margin-right: 60px;
}
.form-group--show .form-select__dropdown
{
	width: 108px;
	left: auto;
	right: 0;
}
.form-group--sort .form-select__dropdown
{
	left: auto;
	right: 0;
	width: 200px;
}
.filter__sort .form-select__label {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
.filter-params__title
{
	display: none
}
.filter__close
{
	width: 24px;
	height: 24px;
	margin-left: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main_2/css/../images/close.svg);
	display: none;
}
.filter .btn
{
	display: none;
}

.filter__sort--active
{
	margin-top: 35px
}

.filter .form-select__result span
{
	color: #595959;
}

.filter__controls
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 101;
	background-color: #fff;
	padding: 20px 16px 30px;
	font-size: 0;
	box-shadow: 0px -10px 25px rgba(63, 63, 63, 0.1);
	visibility: hidden;
	transition: .3s;
	transform: translateY(100%);
}
.filter-controls__reset
{
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 120%;
	width: calc(50% - 4px);
	padding: 18px 0;

	text-align: center;
	border: 1px solid #7CB97D;
	color: #7CB97D;
	margin-right: 4px;
}
.filter-controls__show
{
	display: inline-block;
	text-align: center;

	border: 1px solid #7CB97D;
	background-color: #7CB97D;
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 120%;
	padding: 18px 0;
	color: #FFFFFF;
	width: calc(50% - 4px);
	margin-left: 4px;
}

.body--filter .filter__controls
{
	visibility: visible;
	transform: translateY(0%);
}

@media(max-width: 1459px)
{
	.filter-content__item label
	{
		font-size: 16px;
		font-size: 1rem;
	}
} 
@media(max-width:  1229px)
{
	.filter__clear
	{
		position: relative;
		top: 0;
	}
	.filter__item
	{
		margin-right: 40px
	}
	.filter__header
	{
		margin-bottom: 40px
	}
	.filter__content {
		padding: 20px 15px;
	}

	.filter-content__title
	{
		margin-bottom: 20px
	}
}
@media(max-width:  991px)
{
	.filter
	{
		margin-bottom: 30px
	}
	.filter__wrap
	{
		display: block
	}
	.filter__item
	{
		margin-right: 0
	}
	.filter__section
	{
		position: relative;
		margin-right: 14px;
	}
	.filter__content
	{
		position: static;
		box-shadow: none;
		padding: 15px 0;
	}
	.filter-content__title
	{
		margin-top: 20px
	}
	.filter__item
	{
		padding-top: 15px;
		padding-bottom: 15px
	}
	.filter__item:before, .filter__item:after
	{
		top: 13px
	}
	.filter__filter
	{
		z-index: 100;
		position: fixed;
		left: 0;
		top: 0px;
		box-shadow: 0px -10px 25px rgb(63 63 63 / 10%);
		height: calc(100vh - 112px);
		height: calc((var(--vh, 1vh) * 100) - 112px);
		width: 100%;
		background-color: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
		display: none;
		overflow: auto;
	}

	.filter__in {
		max-height: calc(100vh - 260px);
	}
/*	.filter__params
	{
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1; 
		-webkit-order: 1; 
		order: 1;
	}*/


	.filter__inner
	{
		width: 750px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.filter__top
	{
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2; 
		-webkit-order: 2; 
		order: 2;
	}
	.filter__title
	{
		display: block;
	}
	.filter__header
	{
		margin-bottom: 40px;
		margin-top: 20px
	}
	.filter__clear
	{
		position: relative;
		display: none !important
	}
	#modef {
		display: none !important;
	}
	.filter__sort .form-group
	{
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	.filter .btn
	{
		display: block
	}
	.filter .btn span
	{
		padding: 18px 0;
		width: 100%
	}
	.filter__sort
	{
		margin-top: 50px
	}

	.form-group--show
	{
		margin-right: 0;
		margin-bottom: 15px
	}
	.filter__close
	{
		display: block
	}
	.filter-params__title--active
	{
		display: block
	}
	.filter__sort .form-select__result
	{
		font-size: 18px;
		font-size: 1.125rem;
	}
	.filter__sort .form-select__label
	{
		font-size: 16px;
		font-size: 1rem;
	}
}
@media(max-width:  767px)
{
	.filter__inner
	{
		width: 100%
	}
}
@media(max-width: 650px)
{

}







.stat
{

	display: flex;
	flex-wrap: wrap;
	margin-bottom: 180px;
	margin-top: 80px;
}
.stat__item
{
	padding-right: 15px;
	padding-left: 15px;
	width: 25%;
	position: relative;
	padding-top: 30px;
	padding-bottom: 19px;
}
.stat__item:before
{
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 15%;
	position: absolute;
	border: 1px solid var(--gray);
	border-bottom: none;
	border-right: none;
}
.stat__item:after
{
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15%;
	position: absolute;
	border: 1px solid var(--gray);
	border-top: none;
	border-right: none;
}
.stat__item:last-child:before,
.stat__item:last-child:after
{
	border-right: 1px solid var(--gray);
}
.stat__title
{
	text-align: center;
	padding-top: 92px;
	padding-bottom: 92px;

	background-image: url(/local/templates/main_2/css/../images/circle.svg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;

	margin-bottom: 20px;

}
.stat-title__top
{
	position: relative;
	margin-bottom: 20px;
}
.stat__title span
{
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 140%;
}
.stat__title span:nth-child(1)
{
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 140%;
}
@media(max-width: 1459px)
{
	.stat
	{
		margin-top: 100px;
		margin-bottom: 100px
	}
}
@media(max-width: 1229px)
{
	.stat
	{
		margin-top: 80px;
		margin-bottom: 80px
	}

	.stat__item
	{
		width: 50%;
		margin-top: -1px
	}
	.stat__item:nth-child(2):before,
	.stat__item:nth-child(2):after
	{
		border-right: 1px solid var(--gray);
	}
} 
@media(max-width: 550px)
{
	.stat__item
	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 30px;
		padding-bottom: 18px;
		padding-top: 30px;
		border-bottom: 1px solid #C4C4C4;
	}
	.stat__item:before,
	.stat__item:after
	{
		display: none
	}
	.stat__item:first-child
	{
		border-top: 1px solid #C4C4C4;
	}
	.stat
	{
		border:  none;
	}
} 















.dir
{
	margin-top: 60px;
	margin-bottom: 180px;
}
.dir__text
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 160%;
	max-width: 585px;
	margin-bottom: 20px;
	
}
.dir__wrap
{
	padding-top: 47px;
	padding-bottom: 47px;
	position: relative;

}
.dir__wrap:before
{
	content: '';
	background-image: url(/local/templates/main_2/css/../images/circle.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.dir__item
{
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	color: var(--black);
	transition: color .3s;
	border-bottom: 1px solid var(--gray);
}
.dir__item:first-child:not(.dir__hidden .dir__item:first-child)
{
	border-top: 1px solid var(--gray);
}
.dir__num
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 100%;
	top: 16px;
	left: 0;
	position: absolute;
}
.dir__title
{
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 120%;
	letter-spacing: -0.02em;
	padding-left: 61px;
	width: 50%;
	padding-right: 30px;
}
.dir__tag
{
	padding-left: 30px;
}
.dir__tag span
{
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 120%;
	padding: 10px 34px;
	display: block;
	border-radius: 60px;

	background: #FFFFFF;
	border-radius: 60px;
}
.dir__item:before,
.dir__item:after
{
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	right: 29px;
	top: calc(50% - 16px);
	transition: .3s;
}
.dir__item:before
{
	background-image: url("/local/templates/main_2/css/../images/list-arrow-gray.svg");
}
.dir__item:after
{
	background-image: url("/local/templates/main_2/css/../images/list-arrow-green.svg");
	opacity: 0;
}
.dir__item:hover:after
{
	opacity: 1;
}
.dir__item:hover:before,
.dir__item:hover:after
{
	transform: translateX(10px);
}
.dir__item:hover
{
	color: #5C8E5D;
}
.dir__hidden
{
	display: none;
}
.dir__more
{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 140%;
	text-align: center;
	margin-top: 40px;
}
.dir__more span
{
	position: relative;
	padding-left: 50px;
	cursor: pointer;
	transition: .3s;
}
.dir__more span:before,
.dir__more span:after
{
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	width: 32px;
	height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .3s;
}
.dir__more span:before
{
	background-image: url("/local/templates/main_2/css/../images/down-arrow.svg");
}
.dir__more span:after
{
	background-image: url("/local/templates/main_2/css/../images/down-arrow-green.svg");
	opacity: 0;
}
.dir__more span:hover
{
	color: var(--green);
}
.dir__more span:hover:before
{
	opacity: 0;
}
.dir__more span:hover:after
{
	opacity: 1;
}
.dir__more--active span:before,
.dir__more--active span:after
{
	transform: rotate(180deg);
}
@media(max-width: 1459px)
{
	.dir {
		margin-top: 60px;
		margin-bottom: 100px;
	}
}
@media(max-width: 1229px)
{
	.dir {
		margin-top: 60px;

	}
} 
@media(max-width: 1229px)
{
	.dir__wrap
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.dir__title 
	{
		font-size: 22px;
		font-size: 1.375rem;
		padding-left: 44px
	}
	.dir__more
	{
		margin-top: 0
	}
	.dir {
		margin-top: 60px;

	}

} 
@media(max-width: 991px)
{
	.dir__item
	{
		padding-top: 16px;
		padding-bottom: 37px;
		display: block
	}
	.dir__num
	{
		position: static;
		margin-bottom: 12px
	}
	.dir__title
	{
		width: calc(100% - 40px);
		padding: 0;
		margin-bottom: 22px
	}
	.dir__tag
	{
		padding-left: 0;
		display: inline-block
	}
	.dir__item:before, .dir__item:after
	{
		top: 16px;
		right: 0
	}
	.dir:before
	{
		left: -150%;
		width: 240%;
	}
} 
@media(max-width: 767px)
{
	.dir {
		margin-top: 40px;

	}
	.dir__text
	{
		margin-bottom: 0
	}


} 




.custom-list
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -72px;
	margin-right: -72px;

}
.custom-list__item
{
	width: 50%;
	padding-left: 72px;
	padding-right: 72px;
	margin-bottom: 60px;
}
.custom-list__img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: var(--lighter-green);
}
.custom-list__img img {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    transition: 0.5s;
}
.custom-list__img:before {
	content: "";
	display: block;
	padding-top: 56%;
}
.custom-list__img--no-img:after {
	content: '';
	width: 100%;
	height: 46%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/templates/main_2/css/../images/logo.svg);
	position: absolute;
	top: 0;
	left: -50%;
	right: 0;
	bottom: 0;
	transform: translate(50%, 50%) rotate(-29deg);
	opacity: .8;
	transition: transform .3s;
}
.custom-list__item:hover .custom-list__img--no-img:after {
	transform: translate(50%, 50%) rotate(-29deg) scale(1.15);
}
.custom-list__tag
{
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 120%;
	color: #212121;
	padding: 10px;
	background-color: #F3FBF4;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 30px;
}
.custom-list__title
{
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #212121;
	margin-bottom: 16px;
	transition: color .3s;
}
.custom-list__text
{
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 160%;
	color: #212121;
	margin-bottom: 50px;
	
}
.custom-list__more span {
	font-weight: 500;
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 140%;
	color: #5C8E5D;
	position: relative;
	padding-right: 50px;
	white-space: nowrap;
	display: inline-block;
	cursor: pointer;
	transition: color .3s;
	margin-top: auto;
}
.custom-list__more span:before {
	position: absolute;
	right: 0;
	top: calc(50% - 4px);
	content: '';
	height: 8px;
	width: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/templates/main_2/css/../images/small-arrow-gray.svg);
	transition: transform .3s;
}
.custom-list__more span:hover:before  {
	transform: translateX(10px);
}
.custom-list__item:hover .custom-list__more span:before  {
	transform: translateX(10px);
}
.custom-list__item:hover .custom-list__title
{
	color: var(--green);
}
@media(max-width: 1459px)
{

	.custom-list__text
	{
		margin-bottom: 30px
	}
	.custom-list
	{
		margin-left: -50px;
		margin-right: -50px
	}
	.custom-list__item
	{
		padding-left: 50px;
		padding-right: 50px
	}
	.custom-list__tag
	{
		margin-bottom: 20px
	}
	.custom-list__img {
		margin-bottom: 28px;
	}
}
@media(max-width: 1229px)
{
	.custom-list__title {
		font-size: 25px;
		font-size: 1.56rem;
		line-height: 120%;
	}
	.custom-list__item
	{
		margin-bottom: 50px

	}
} 

@media(max-width: 991px)
{
	.custom-list
	{
		margin-left: -30px;
		margin-right: -30px
	}
	.custom-list__item
	{
		padding-left: 30px;
		padding-right: 30px

	}
} 
@media(max-width: 767px)
{
	.custom-list__item
	{
		width: 100%;
		margin-bottom: 30px;
		border-bottom: 1px solid var(--gray);
		padding-bottom: 30px;
	}
	.custom-list__item:last-child
	{
		border-bottom: none;
	}

} 



.checks-block
{
	display: flex;
	flex-wrap: wrap;
}
.checks-block .form-item--check
{
	margin-right: 30px;
}
.checks-block .form-item--check span
{
	color: var(--black);
	width: auto;
	color: #595959;
}
.checks-block .form-item--check span.checkbox-custom
{
	width: 18px;
	height: 18px;
	border: 1px solid #595959;
}
.checks-block .form-item--check input:checked + .checkbox-custom
{
	background-color: transparent;
	border: 1px solid #5C8E5D
}




.header-callback
{
	max-width: 500px;
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 75px;
	padding-bottom: 80px;
	position: relative;
}

.header-callback__title
{
	font-size: 32px;
	font-size: 2rem;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #212121;
	margin-bottom: 16px;
}
.header-callback__contacts
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.header-callback-contacts__col
{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;

}

.header-callback__text
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 160%;
	color: #212121;
	margin-bottom: 20px;
}
.header-callback__contacts
{
	margin-bottom: 50px;
}


.header-callback-contacts__title
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 160%;
	color: #5C8E5D;
}
.header-callback-contacts__phone,
.header-callback-contacts__time
{
	display: block;

	font-size: 16px;
	font-size: 1rem;
	line-height: 160%;
	color: #212121;
}
a.header-callback-contacts__phone
{
	text-decoration: none;
}

.form-item--agree
{
	margin-top: 30px;
}


.header-callback button
{
	width: 100%;
}
.custom-fancybox-close
{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/templates/main_2/css/../images/close-green.svg);
}

@media(max-width:  500px)
{
	.header-callback {

		padding-top: 30px;
		padding-left: 20px;
		padding-right: 50px;
		padding-bottom: 30px;
	}
	.header-callback-contacts__col
	{
		width: 100%;
		margin-bottom: 10px
	}
	.header-callback__contacts
	{
		margin-bottom: 0px
	}
	.header-callback__text
	{
		margin-bottom: 15px
	}
	.header-callback__title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 120%;
	}
	.custom-fancybox-close
	{
		top: 20px;
		right: 20px
	}
}

.otd-history__item
{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--gray);
}
.otd-history__img
{
	width: 300px;
}
.otd-history__img img
{
	max-width: 100%;
	margin: 0;
}
.otd-history__text
{
	width: calc(100% - 300px);
	padding-left: 20px;
}

@media(max-width:  767px)
{
	.otd-history__img
	{
		width: 200px
	}
	.otd-history__text
	{
		width: calc(100% - 200px);
	}
}

@media(max-width:  650px)
{
	.otd-history__img
	{
		width: 100%;
		margin-bottom: 20px
	}
	.otd-history__text
	{
		width: 100%;
		padding-left: 0
	}
}

.page-404 img
{
	margin-bottom: 25px;
}

.page-404__title
{
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #212121;
	margin-bottom: 16px;
}

.page-404__subtitle	
{
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 140%;
	margin-bottom: 60px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.page-404__btns
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page-404__btns .btn a
{
	padding: 28px;
}
.page-404__btns .btn:last-child
{
	margin-left: 40px;
}
.page-404__btns .btn:last-child a
{
	width: 222px;
	border: 1px solid #7CB97D;
	color: #7CB97D;
	background-color: #fff;
}
.page-404__btns .btn:last-child a:hover
{
	background-color: #7CB97D;
	color: #fff;
}
.page-404
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: calc(100vh - 85px - 60px);
}

@media (max-height: 800px) and (min-width: 992px) 
{
	.page-404 img
	{
		max-height: 220px;
	}
	.page-404__subtitle
	{	
		margin-bottom: 30px;
		font-size: 1.125rem;
	}
	.page-404__title {
		font-size: 1.56rem;
	}
	.page-404__btns .btn a
	{
		padding: 20px;
		font-size: 1rem;
	}
	.page-404__btns .btn:last-child
	{
		margin-left: 20px;
	}

}
@media(max-width:  991px)
{
	.page-404 img
	{
		max-height: 220px;
	}
	.page-404__subtitle
	{	
		margin-bottom: 30px;
		font-size: 1.125rem;
	}
	.page-404__title {
		font-size: 1.56rem;
	}
	.page-404__btns .btn a
	{
		padding: 20px;
		font-size: 1rem;
	}
	.page-404__btns .btn:last-child
	{
		margin-left: 20px;
	}
	.page-404
	{
		min-height: 0;
	}
}
@media(max-width:  600px)
{

	.page-404 img
	{
		max-height: 150px;
	}
	.page-404__subtitle
	{	
		margin-bottom: 20px
	}
	.page-404__title {
		font-size: 1.375rem
	}
	.page-404__subtitle
	{
		font-size: 0.87rem;
	}
	.page-404__btns .btn
	{
		margin-bottom: 15px
	}
	.page-404__btns .btn a
	{
		padding: 15px;
		width: 100%
	}
	.page-404__btns .btn:last-child
	{
		margin-left: 0px;
	}
	.page-404__btns .btn:last-child a
	{
		width: 100%;
	}
	.page-404__btns
	{
		display: block
	}
}


.search-block
{
	margin-bottom: 180px;
	position: relative;
	z-index: 2;
}
.search-block__top
{
	padding: 80px 100px;
	background-color: #F3FBF4;
	display: flex;
	flex-wrap: wrap;
}
.search-block__col
{
	width: 50%;
}
.search-block .form-item:not(.form-item--check)
{
	border-bottom: 1px solid #7CB97D;
}
.search-block .form-item:not(.form-item--check)
{
	position: relative;
}
.search-block .form-item:not(.form-item--check) input
{
	height: 76px;
}
.search-block .form-item:not(.form-item--check)
{
	padding-left: 46px;
	position: relative;
}
.search-block .form-item:not(.form-item--check) label
{
	position: absolute;
	margin: 0;
	bottom: 22px;
}
.search-block .form-item:not(.form-item--check):before
{
	content: '';
	left: 0;
	top: calc(50% - 14px);
	width: 32px;
	height: 32px;
	position: absolute;
	background-image: url(/local/templates/main_2/css/../images/loupe.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.search-block .h2
{
	margin-bottom: 20px;
}
.search-block__col
{
	padding-right: 20px;
}
.search-block__text
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 160%;
}
.search-block__bottom
{
	background-color: #F3FBF4;
	padding: 0 100px 80px;
	position: absolute;
	width: 100%;
	top: calc(100% - 50px);
	display: none;
}
.search-block-list__item
{
	padding: 15px 0;
	border-bottom: 1px solid var(--gray);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	color: var(--black);
}
.search-block-list__item:before,
.search-block-list__item:after
{
	content: '';
	position: absolute;
	right: 25px;
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	transition: .3s;
}
.search-block-list__item:before
{
	background-image: url("/local/templates/main_2/css/../images/list-arrow-gray.svg");
}
.search-block-list__item:after
{
	background-image: url("/local/templates/main_2/css/../images/list-arrow-green.svg");
	opacity: 0;
}
.search-block-list__item:hover:after
{
	opacity: 1;
}
.search-block-list__item:hover:before,
.search-block-list__item:hover:after
{
	transform: translateX(10px);
}
.search-block-list__name
{
	font-size: 20px;
	font-size: 1rem;
	line-height: 100%;
	letter-spacing: -0.02em;
	width: 50%;
	transition: color .3s;
}
.search-block-list-tags__item
{
	padding: 10px 16px;
	background-color: #fff;
	border-radius: 20px;
	font-size: 14px;
	font-size: 0.87rem;
	line-height: 120%;
	display: inline-block;
	white-space: nowrap;
}
.search-block-list__info
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 50%;
	padding-right: 70px;
}
.search-block-list__tags
{
	width: 40%;
}
.search-block-list__text
{
	width: 60%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 100%;
	transition: color .3s;
}
.search-block__more
{
	text-align: center;
	margin-top: 60px;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 100%;
	color: var(--black);
	transition: color .3s;
}
.search-block-list__item:hover .search-block-list__name,
.search-block-list__item:hover .search-block-list__text
{
	color: #5C8E5D
}
.search-block__more:hover
{
	color: #5C8E5D
}

@media(max-width: 1459px)
{
	.search-block__top {
		padding: 60px 80px;
	}
	.search-block
	{
		margin-bottom: 100px
	}
	.search-block__bottom
	{
		padding: 0 80px 60px;
		top: calc(100% - 30px);
	}
}
@media(max-width: 1229px)
{
	.search-block__top {
		padding: 40px 60px;
	}
	.search-block__bottom {
		padding: 0 60px 40px;
		top: 100%;
	}
	.search-block__more
	{
		margin-top: 40px
	}
	.search-block-list__text
	{
		font-size: 14px;
		font-size: 0.87rem;
	}
	.search-block-list__name {
		font-size: 18px;
		font-size: 1.125rem;
	}
	.search-block
	{
		margin-bottom: 80px
	}

} 
@media(max-width: 991px)
{

	.search-block__col
	{
		width: 100%
	}
	.search-block__top
	{
		padding: 30px
	}
	.search-block__bottom {
		padding: 0 30px 30px;
	}
	.search-block
	{
		margin-bottom: 60px
	}

} 
@media(max-width: 767px)
{
	.search-block__bottom
	{
		display: none !important
	}
	.search-block
	{
		margin-top: 50px
	}
} 




.body--search-fixed
{
	overflow: hidden;
}
.search-popup
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 999;
	overflow: auto;
	display: none;
	padding-left: 15px;
	padding-right: 15px;
}

.search-popup .search-block__top .search-block__col:first-child
{
	display: none;
}

.search-popup .search-block__top .search-block__col
{
	width: 100%;
	padding: 0 !important;
}
.search-popup .search-block__top
{ 
	background-color: #fff;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.search-popup__close
{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 25px;
	right: calc(50% - (1260px/2) + 15px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/local/templates/main_2/css/../images/close.svg);
	z-index: 10;
	transition: opacity .3s;
}
.search-popup__close:hover
{
	opacity: 0.6;
	cursor: pointer;
}

.search-popup .search-block__bottom
{

	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	position: static;
	padding: 0!important;
	background-color: #fff;
	display: none !important;
}

.search-popup .form-item--check span,
.search-popup .form-item--radio span
{
	    font-size: 1rem;
}
.search-popup .form-item--check span.checkbox-custom, 
.search-popup .form-item--radio span.radio-custom
{
	top: 1px;
}
@media(max-width:  1290px)
{
	.search-popup__close
	{
		right: 15px
	}
}

.healthy {
    display: flex;
    flex-wrap: wrap;
}

.healthy__right {
    margin-left: auto;
	margin-top: -90px;
}

.healthy__btn span {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.87rem;
    line-height: 121%;
    padding: 17px 22px;
}

@media (max-width: 1459px) {
	.healthy__right {
		display: none;
	}
}

.bx-breadcrumb .bx-breadcrumb-item:last-child {
	pointer-events: none;
}

.bx-breadcrumb .bx-breadcrumb-item:last-child a span {
	color: var(--green);
}
/* End */


/* Start:/local/templates/main_2/css/common_kate.css?173832739652820*/
.detail-anchors__item:before.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

body .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
body .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
body .scrollbar-dynamic > .scroll-element .scroll-element_size,
body .scrollbar-dynamic > .scroll-element .scroll-element_outer,
body .scrollbar-dynamic > .scroll-element .scroll-bar {
    border-radius: 0;
}

body .scrollbar-dynamic > .scroll-element div {
    background: #eeeded;
}

body .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer,
body .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: 0;
}

body .scrollbar-dynamic > .scroll-element.scroll-y {
    right: 0;
}

/*btn*/
.btn a {
    background-color: var(--green);
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color .3s;
    text-align: center;
}

.btn a:hover {
    background-color: var(--dark-green);
}


.btn-smaller a,
.btn-smaller span {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.87rem;
    line-height: 120%;
    padding: 17px 22px;
}

.btn-submit {
    background-color: var(--green);
    border: none;
    outline: none;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color .3s;
    text-align: center;
    padding: 18px 40px;
}

.btn-submit:hover {
    background-color: var(--dark-green);
}

/*btn ends*/


/*.text-block*/
/*.text-block > *:last-child {
	margin-bottom: 0;
}
*/
.text-block .col-xs-12 img {
    margin-top: 0;
    margin-bottom: 0;
}

/*.text-block ends*/


/*content*/
body:not(.body--front) .content {
    padding-bottom: 180px;
}

@media (max-width: 1459px) {
    body:not(.body--front) .content {
        padding-bottom: 140px;
    }
}

@media (max-width: 1229px) {
    body:not(.body--front) .content {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    body.body--form-last .content {
        padding-bottom: 0;
    }
}

/*content*/


/*.page-adapt-nav*/
.page-adapt-nav {
    margin-bottom: 30px;
    display: none;
}

.page-adapt-nav a {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 20px;
    color: var(--black);
    position: relative;
}

.page-adapt-nav a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_2/css/../images/arr-small.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 767px) {
    .page-adapt-nav {
        display: block;

        display: none;
    }
}

/*.page-adapt-nav ends*/


/*page-title*/
.page-title {
    max-width: 875px;
}

.page-title h1 {
    margin-bottom: 40px;
    word-break: break-word;
}

@media (max-width: 1229px) {
    .page-title h1 {
        margin-bottom: 30px;
    }
}

/*page-title ends*/


/*search inner*/
.search-inner {
    margin-top: 34px;
    margin-bottom: 60px;
}

.search-inner__wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.search-inner__left,
.search-inner__right {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.search-inner__left {
    max-width: 550px;

    line-height: 160%;
}

.search-inner__right {
    max-width: 670px;
}

.search-inner .search-inner__search .form-item {
    border-bottom: 1px solid #7CB97D;
}

.search-inner .search-inner__search .form-item {
    position: relative;
}

.search-inner .search-inner__search input {
    height: 54px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
}

.search-inner .search-inner__search .form-item {
    padding-left: 46px;
    position: relative;
}

.search-inner .search-inner__search .form-item label {
    position: absolute;
    margin: 0;
    bottom: 22px;
    font-size: 20px;
}

.search-inner .search-inner__search .form-item:before {
    content: '';
    left: 0;
    top: calc(50% - 24px);
    width: 32px;
    height: 32px;
    position: absolute;
    background-image: url(/local/templates/main_2/css/../images/loupe.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.search-inner .search-inner__search .form-item:hover label {
    color: var(--gray);
}


.search-inner .checks-block {

    margin-top: 40px;
}

.search-inner .form-item--check {
    margin-right: 30px;
}

.search-inner .form-item--check span {
    color: var(--black);
    width: auto;
    color: #595959;
}

.search-inner .form-item--check span.checkbox-custom {
    width: 18px;
    height: 18px;
    border: 1px solid #595959;
}

.search-inner .form-item--check input:checked + .checkbox-custom {
    background-color: transparent;
    border: 1px solid #5C8E5D
}

.search-inner .form-item--check:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .search-inner__left, .search-inner__right {
        width: 100%;
    }

    .search-inner__right {
        max-width: 100%;
        margin-top: 40px;
    }

    .search-inner form,
    .search-inner .search-inner__search .form-item {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .search-inner__checks .form-item--check span.checkbox-custom {
        width: 16px;
        height: 16px;
        top: 0;
    }
}

/*search inner ends*/
.scrollyeah_shadow .scrollyeah__shadow_prev,
.scrollyeah_shadow .scrollyeah__shadow_next {
    display: none;
}

/*anchors*/
.body--anchors-js .header__dop {
    display: none;
}

.doctors-detail__top ~ .detail-anchors,
.vac-detail__top ~ .detail-anchors {
    display: none;
}

.detail-anchors__wrap {

    margin: 0 auto;
    max-width: 720px;

}

.detail-anchors__outer {
    font-size: 0;
    text-align: center;
    display: flex;
    align-items: center;

    transition: .3s;
}

.detail-anchors__inner {
    background-color: #fff;
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    transition: .3s;
    position: relative;
}

.detail-anchors__inner--fix {
    z-index: 10;
    position: fixed;
    /*top: 0;*/
    top: 85px;
    left: 0;
    padding: 0 15px;
    width: 100%;
    border-color: transparent;
    box-shadow: 4px 4px 20px rgb(0 0 0 / 12%);
}

.detail-anchors__item {
    padding: 22px 0px;
    margin-right: 35px;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    position: relative;
    cursor: pointer;
    transition: color .3s;
}

.detail-anchors__item:last-child {
    margin-right: 0;
}

.detail-anchors__item:before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: transparent;
    transition: background-color .3s;
}

.detail-anchors__item--active {
    color: var(--middle-green);
}

.detail-anchors__item--active:before {
    background-color: var(--middle-green);
}

.detail-anchors__item:hover {
    color: var(--middle-green);
}

.detail-anchors__item:hover:before {
    background-color: var(--middle-green);
}

@media (min-width: 992px) {
    .doctors-detail__top ~ .detail-anchors,
    .vac-detail__top ~ .detail-anchors {
        display: block;
    }

    .detail-anchors__wrap {
        max-width: 940px;
    }
}

@media (min-width: 1230px) {
    .detail-anchors__wrap {
        max-width: 1170px;
    }
}

@media (min-width: 1460px) {
    .detail-anchors__wrap {
        max-width: 1400px;
    }
}

@media (max-width: 1459px) {
    .detail-anchors__item {
        font-size: 18px;
        font-size: 1.125rem;
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .detail-anchors__inner {
        border-bottom: none;
    }
    .detail-anchors__item
    {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

/*anchors end*/


/*serv-table*/
.serv-table {
    margin-top: 60px;
}

.serv-table__item:last-child {
    border-bottom: 1px solid var(--gray);
    transition: border-color .3s;
}

.serv-table-item__top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid var(--gray);
}

.serv-table-item__title {
    padding: 30px 30px 30px 0;
    width: 50%;
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: -0.02em;
    color: var(--black);
    transition: color .3s;
}

.serv-table-item__label {
    padding-left: 30px;
}

.serv-table-item__label span {
    display: block;
    min-width: 127px;
    padding: 10px 30px;
    font-size: 14px;
    font-size: 0.87rem;
    border-radius: 60px;
    text-align: center;
    font-weight: 400 !important;
    color: var(--black) !important;
    background-color: var(--light-gray);
}

.serv-table-item__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    cursor: pointer;
    transition: opacity .3s;
}

.serv-table-item__btn:before,
.serv-table-item__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.serv-table-item__top .serv-table-item__btn:before,
.serv-table-item__block.lvl2.parent .serv-table-item__btn:before {
    background-image: url(/local/templates/main_2/css/../images/plus-green-32.svg);
}

.serv-table-item__top .serv-table-item__btn:after,
.serv-table-item__block.lvl2.parent .serv-table-item__btn:after {
    background-image: url(/local/templates/main_2/css/../images/plus-gray-32.svg);
    opacity: 0;
}

/*.lvl2 .serv-table-item__btn {
	opacity: 0;
}*/

.lvl2 .serv-table-item__btn:before {
    background-image: url("/local/templates/main_2/css/../images/list-arrow-gray.svg");
}

.lvl2 .serv-table-item__btn:after {
    background-image: url("/local/templates/main_2/css/../images/list-arrow-green.svg");
    opacity: 0;
}

.serv-table-item__content {
    padding-left: 60px;
    display: none;
}

.serv-table-item-block__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 21px 0;
    color: var(--black);
    border-top: 1px solid var(--gray);;
    transition: color .3s;
    position: relative;
}

.serv-table-item__block.lvl2 {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
}

.serv-table__item:last-child .serv-table-item__block.lvl2:last-child {
    border-bottom: 1px solid var(--gray);
}

.serv-table__item:last-child .serv-table-item__block.lvl2.parent:last-child {
    border-bottom: 0px;
}

/*.serv-table-item__block.lvl2.parent {
	font-weight: 500;
}
*/
a.serv-table-item-block__name {
    color: var(--black);
}

.lvl2:not(.parent) > .serv-table-item-block__item .serv-table-item-block__name {
    width: calc(74% + 15px);
    padding-right: 30px;
}

.lvl2.parent > .serv-table-item-block__item {
    padding-top: 21px;
    padding-bottom: 21px;
}

.lvl2.parent > .serv-table-item-block__item .serv-table-item-block__name,
.lvl2.parent > .serv-table-item-block__item a.serv-table-item-block__name {
    width: 50%;
    padding-right: 60px;
    color: var(--black);
    transition: .3s;
}

.lvl2.parent > .serv-table-item-block__item a.serv-table-item-block__name:hover {
    color: var(--middle-green);
}

.lvl2.parent > .serv-table-item-block__item .serv-table-item__label {
    padding-left: 0;
}

.serv-table-item__block.lvl3 {
    padding-left: 60px;
    font-weight: 400;
    display: none;
}

.serv-table__item:last-child .serv-table-item__block.lvl2:last-child .serv-table-item__block.lvl3 .serv-table-item-block__item:last-child {
    border-bottom: 1px solid var(--gray);
}

.lvl3 .serv-table-item-block__name {
    width: 74%;
    padding-right: 30px;
    color: var(--black);
    transition: color .3s;
}

.lvl3 a.serv-table-item-block__name:hover {
    color: var(--middle-green);
}

.serv-table-item__title:hover {
    color: var(--middle-green);
}

/*.serv-table-item-block__item:hover {
	color: var(--middle-green);
}*/

.lvl2 .serv-table-item-block__item:hover .serv-table-item__btn {
    opacity: 1;
}

.lvl2 .serv-table-item-block__item:hover .serv-table-item__btn:before {
    opacity: 0;
}

.lvl2 .serv-table-item-block__item:hover .serv-table-item__btn:after {
    opacity: 1;
}

.serv-table-item-block__item[href="javascript:;"] {
    color: var(--black);
}

.serv-table-item-block__item[href="javascript:;"]:hover .serv-table-item-block__name,
.serv-table-item-block__item[href="javascript:;"]:hover .serv-table-item-block__price {
    color: var(--black);
}

.serv-table-item-block__item[href="javascript:;"]:hover .serv-table-item__btn {
    opacity: 0;
}

a.serv-table-item__top:hover .serv-table-item__title {
    color: var(--middle-green);
}

.serv-table__item--opened.serv-table__item:last-child {
    border-bottom-color: transparent;
}

.serv-table__item--opened .serv-table-item__top .serv-table-item__btn:before,
.serv-table__item--opened .serv-table-item__top .serv-table-item__btn:after,
.serv-table-item__block--opened.lvl2.parent .serv-table-item__btn:before,
.serv-table-item__block--opened.lvl2.parent .serv-table-item__btn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.serv-table__item--opened .serv-table-item__top .serv-table-item__btn:before,
.serv-table-item__block--opened.lvl2.parent .serv-table-item__btn:before {
    opacity: 0;
}

.serv-table__item--opened .serv-table-item__top .serv-table-item__btn:after,
.serv-table-item__block--opened.lvl2.parent .serv-table-item__btn:after {
    opacity: 1;
}

.serv-table-item__block.lvl3 .serv-table-item__btn {
    pointer-events: none;
}

/*.serv-table-item__block.lvl3 a
{
	width: 100%;
}*/
.serv-table .serv-table-item__block.lvl3 .serv-table-item__btn:before {
    background-image: url("/local/templates/main/images/list-arrow-gray.svg");
    opacity: 1;
    transform: rotate(0) translate(-50%, -50%);
}

.serv-table .serv-table-item__block.lvl3 .serv-table-item__btn:after {
    background-image: url("/local/templates/main/images/list-arrow-green.svg");
    opacity: 0;
    transform: rotate(0) translate(-50%, -50%);
}

.serv-table-item__block.lvl3 a:hover + .serv-table-item__btn:before {
    opacity: 0;
}

.serv-table-item__block.lvl3 a:hover + .serv-table-item__btn:after {
    opacity: 1;
}


/*.serv-table.serv-table-open .serv-table-item__btn {
	display: none;
}

.serv-table.serv-table-open .serv-table-item__content {
	display: block !important;
}
*/
@media (max-width: 1229px) {
    /*.serv-table {
        margin-bottom: 100px;
    }*/
    .serv-table-item__block.lvl2 {
        font-size: 16px;
        font-size: 1rem;
    }

    .serv-table-item__label span {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

@media (max-width: 991px) {
    .serv-table-item__content {
        padding-left: 0;
    }

    .serv-table-item__label {
        padding-left: 0;
    }

    .serv-table-item__title {
        width: 55%;
    }

    .lvl2.parent > .serv-table-item-block__item .serv-table-item-block__name,
    .lvl2.parent > .serv-table-item-block__item a.serv-table-item-block__name {
        width: 55%;
    }
}

@media (max-width: 767px) {
    .serv-table-item__title {
        width: calc(100% - 60px);
        padding-bottom: 10px;
        padding-right: 0;
    }

    .serv-table-item__top {
        padding-bottom: 30px;
    }

    .serv-table-item__btn:before,
    .serv-table-item__btn:after {
        top: 30px;
        left: auto;
        right: 0;
        transform: translate(0, 0);
    }


    .serv-table-item__block.lvl2.parent .serv-table-item__btn:before,
    .serv-table-item__block.lvl2.parent .serv-table-item__btn:after {
        top: 50%;
        left: auto;
        right: 0;
        transform: translate(0, -50%);
    }

    /*	.lvl2 .serv-table-item__btn {
            display: none;
        }*/
    .serv-table-item__block.lvl3 {
        /*padding-left: 15px;*/
        padding-left: 0;
    }

    .lvl3 .serv-table-item-block__name,
    .lvl2:not(.parent) > .serv-table-item-block__item .serv-table-item-block__name {
        width: calc(100% - 115px);
        padding-right: 15px;
    }

    .lvl2.parent > .serv-table-item-block__item .serv-table-item-block__name,
    .lvl2.parent > .serv-table-item-block__item a.serv-table-item-block__name {
        width: 100%;
    }

    .serv-table-item-block__price {
        width: 115px;
        padding-right: 15px;
    }

    .serv-table__item--opened .serv-table-item__top .serv-table-item__btn:before,
    .serv-table__item--opened .serv-table-item__top .serv-table-item__btn:after {
        transform: translate(0, 0) rotate(-45deg);
    }

    .serv-table-item__block--opened.lvl2.parent .serv-table-item__btn:before,
    .serv-table-item__block--opened.lvl2.parent .serv-table-item__btn:after {
        transform: translate(0%, -50%) rotate(-45deg);
    }

    .lvl2.parent > .serv-table-item-block__item .serv-table-item__label {
        display: none;
    }

    .serv-table .serv-table-item__block.lvl3 .serv-table-item__btn:before,
    .serv-table .serv-table-item__block.lvl3 .serv-table-item__btn:after {
        transform: rotate(0) translate(0%, -50%);
    }

    .serv-table-item__block.lvl3 a {
        width: calc(100% - 60px);
    }

}

/*serv-table ends*/


/*.detail-section*/
.detail-section {
    padding-top: 60px;
    border-top: 1px solid var(--gray);
    margin-bottom: 80px;
}

.detail-section.detail-section--no-top {
    padding-top: 0;
    border-top: 0;
}

.detail-section__top {
    display: none;
}

.wrapper .detail-section__title {
    margin-top: 0;
}

@media (max-width: 1229px) {
    .detail-section {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .detail-section {
        padding-top: 0px;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .detail-section.detail-section--no-top {
        border-top: 1px solid var(--gray);
    }

    .detail-section:last-child {
        border-bottom: 1px solid var(--gray);
    }

    .detail-section__top {
        display: block;
        padding-top: 20px;
        padding-right: 35px;
        font-size: 20px;
        font-size: 1.25rem;
        position: relative;
    }

    .detail-section__top:before,
    .detail-section__top:after {
        content: "";
        position: absolute;
        top: 32px;
        right: 3px;
        width: 22px;
        height: 22px;
        transform: translate(0%, -50%);
        background-size: contain;
        transition: .3s;
    }

    .detail-section__top:before {
        background-image: url(/local/templates/main_2/css/../images/plus-green-32.svg);
    }

    .detail-section__top:after {
        background-image: url(/local/templates/main_2/css/../images/plus-gray-32.svg);
        opacity: 0;
    }

    .wrapper .detail-section__title:first-child {
        margin-top: 30px;
        font-weight: 400;
        font-size: 28px;
        font-size: 1.75rem;
        text-transform: none;
    }

    .detail-section__title:first-child:not(.custom) + .text-block {
        margin-top: 30px;
    }

    .detail-section__title {
        display: none;
    }

    .detail-section__title.custom {
        display: block;
    }

    .detail-section__content {
        display: none;
    }

    .detail-section--opened .detail-section__top:before, .detail-section--opened .detail-section__top:after {
        transform: translate(0%, -50%) rotate(-45deg);
    }

    .detail-section--opened .detail-section__top:before {
        opacity: 0;
    }

    .detail-section--opened .detail-section__top:after {
        opacity: 1;
    }

    .detail-section .dir-table__item:last-child,
    .detail-section .dir-table__item:last-child .dir-table-item-block__item:last-child {
        border-bottom: 0;
    }

    .detail-section .serv-table__item:last-child,
    .detail-section .serv-table__item:last-child .serv-table-item__block.lvl2:last-child {
        border-bottom: 0;
    }

    .detail-section .docs__main:last-child > a {
        border-bottom: 0;
    }


}

/*.detail-section ends*/


/*section first detail*/
.detail-in .detail-section:first-child {
    border-top-color: transparent;
}

@media (max-width: 991px) {
    .detail-in .detail-section:first-child {
        border-top-color: var(--gray);
    }
}

/*section first detail ends*/


/*doctor-list*/
.doctor-list {
    margin-top: 60px;
    /*	opacity: 0;
        transition: opacity .3s;*/
}

.doctor-list.loaded {
    opacity: 1;
}

.doctor-list__wr {
    display: flex;
    flex-wrap: wrap;
}

.doctor-list__item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    color: var(--black);
}

.doctor-list__link {
    display: block;
    color: var(--black);
    margin-bottom: 30px;
}

.doctor-list__img {
    width: 100%;
    padding-top: 106%;
    background-size: cover;
    margin-bottom: 20px;
}

.doctor-list__name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 140%;
    margin-bottom: 12px;
    transition: .3s;
}

.doctor-list__type {
    display: inline-block;
    font-size: 14px;
    font-size: 0.87rem;
    line-height: 140%;
    text-transform: uppercase;
}

.doctor-list__info {
    margin-top: 12px;
    font-size: 14px;
    font-size: 0.87rem;
    line-height: 140%;
    color: var(--dark-gray);
}

.doctor-list__more {
    margin: 0 auto;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 140%;
    text-align: center;
    margin-top: 10px;
    display: none;
}

.doctor-list__more span {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    transition: .3s;
}

.doctor-list__more span:before,
.doctor-list__more span:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s;
}

.doctor-list__more span:before {
    background-image: url("/local/templates/main_2/css/../images/down-arrow.svg");
}

.doctor-list__more span:after {
    background-image: url("/local/templates/main_2/css/../images/down-arrow-green.svg");
    opacity: 0;
}

.doctor-list__more span:hover {
    color: var(--green);
}

.doctor-list__more span:hover:before {
    opacity: 0;
}

.doctor-list__more span:hover:after {
    opacity: 1;
}

.doctor-list.opened .doctor-list__more span:before,
.doctor-list.opened .doctor-list__more span:after {
    transform: rotate(180deg);
}

.doctor-list__content {
    overflow: hidden;
    transition: height .5s;
}

.doctor-list__more.visible {
    display: block;
}

.doctor-list__link:hover .doctor-list__name {
    color: #7CB97D;
}

@media (max-width: 1459px) {
    .doctor-list__item {
        width: 33.33%;
    }
}

@media (max-width: 1229px) {
    .doctor-list {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .doctor-list__item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .doctor-list__more {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 480px) {
    .doctor-list__item {
        width: 100%;
        padding-left: 0;

        padding-right: 0

    }
}

/*doctor-list ends*/


/*diseases-list*/
.diseases-list {
    margin-top: 60px;
}

.diseases-list__wr {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.diseases-list__item {
    width: 50%;
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 16px;
}

.diseases-list__link {
    display: block;
    padding-right: 60px;
    position: relative;
    color: var(--black);
    transition: color .3s;
}

.diseases-list__link:before,
.diseases-list__link:after {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: -4px;
    transition: .3s;
}

.diseases-list__link:before {
    background-image: url("/local/templates/main_2/css/../images/list-arrow-gray.svg");
    opacity: 0;
}

.diseases-list__link:after {
    background-image: url("/local/templates/main_2/css/../images/list-arrow-green.svg");
    opacity: 0;
}

.diseases-list__link:hover:after {
    opacity: 1;
}

.diseases-list__link:hover {
    color: #5C8E5D;
}

@media (max-width: 1229px) {
    .diseases-list {
        margin-top: 40px;
    }

    .diseases-list__wr {
        margin-left: -15px;
        margin-right: -15px;
    }

    .diseases-list__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .diseases-list__item {
        width: 100%;
    }

    .diseases-list__link {
        padding-right: 40px;
    }
}

/*diseases-list ends*/


/*detail-section .docs*/
.detail-section .docs {
    margin-bottom: 0;
}

/*detail-section .docs ends*/


/*.memo-list__item*/
.memo-list {
    margin-top: 60px;
}

.memo-list__wr {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.memo-list__item {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 16px;
}

.memo-list__link {
    display: block;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 140%;
    color: var(--black);
    position: relative;
    padding-right: 50px;
    cursor: pointer;
    transition: color .3s;
}

.memo-list__link:after {
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    content: '';
    height: 32px;
    width: 32px;
    transition: .3s;
}

.memo-list__link:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/main_2/css/../images/list-arrow-green.svg);
    opacity: 0;
}

.memo-list__link:hover {
    color: var(--middle-green);
}

.memo-list__link:hover:after {
    opacity: 1;
}

.memo-list.smaller .memo-list__wr {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.memo-list.smaller .memo-list__item {
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.memo-list.smaller .memo-list__link {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.87rem;
    color: var(--middle-green);
}

.memo-list.smaller .memo-list__link:before {
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    content: '';
    height: 8px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/main_2/css/../images/small-arrow-gray.svg);
    transition: .3s;
}

.memo-list.smaller .memo-list__link:after {
    display: none;
}

.memo-list.smaller .memo-list__link:hover:before {
    opacity: 1;
    transform: translateX(10px);
}

@media (max-width: 1229px) {
    .memo-list {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .memo-list__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .memo-list__wr {
        margin: 0
    }
}

/*.memo-list__item ends*/


/*form*/
form .hidden {
    display: none;
}

.form-row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
}

.form-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.form-group {
    display: block;
    position: relative;
    padding-top: 20px;
    margin-top: 15px;
}

.form-group--nouser {
    pointer-events: none;
}

.form-group--static, .form-group--agree {
    position: static !important;
}

.form-bottom {
    margin-top: 40px;
    width: 100%;
}

.form-col + .form-bottom {
    margin-top: 20px;
}

.form-row .form-bottom {
    padding-left: 15px;
    padding-right: 15px;
}

.form-group__descr {
    margin-top: 14px;
    font-size: 14px;
    font-size: 0.87rem;
    font-weight: 300;
    color: var(--dark-gray);
}

.wrapper .form-input,
.fancybox-inner .form-input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--gray);
    position: relative;
    z-index: 1;
    outline: none;
    height: auto;
    line-height: 120%;
    font-size: 20px;
    font-size: 1.25rem;
    color: var(--black);
    padding-bottom: 12px;
    display: block;
    border-radius: 0;
}

.wrapper .form-textarea,
.fancybox-inner .form-textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--gray);
    position: relative;
    z-index: 1;
    outline: none;
    height: auto;
    line-height: 120%;
    font-size: 20px;
    font-size: 1.25rem;
    color: var(--black);
    padding-bottom: 12px;
    display: block;
    border-radius: 0;

    resize: none;
    overflow: hidden;
}

.wrapper .form-textarea,
.fancybox-inner .form-textarea {
    /*	resize: none;*/
    min-height: 27px;
    padding-top: 0;

}

.form-up {
    position: absolute;
    left: 0;
    top: 20px;
    color: var(--dark-gray);
    z-index: 0;
    line-height: 120%;
    font-size: 20px;
    font-size: 1.25rem;
    transition: .3s;
}

.form-up.form-up--active {
    top: -4px;
    font-size: 14px;
    font-size: 0.87rem;
    color: var(--green);
}


.form-item--agree.form-item--check {
    margin-bottom: 0;
    flex: 1;
}

.form-item--agree.form-item--check input:checked + .checkbox-custom {
    border-color: var(--green);
}

.form-item--agree.form-item--check span {
    color: var(--black);
}


.form-group.error .form-input {
    border-color: #ff0d0d;
}

.form-group .error-item {
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 14px;
    font-size: 0.87rem;
    line-height: 170%;
    color: #ff0d0d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none;
}

.form-group.error .error-item {
    display: block;
}

/*select*/
.form-select {
    position: relative;
}

.form-select__inner {
    max-height: 198px;
}

.form-select__inner-wr {
    padding-top: 9px;
    padding-bottom: 9px;
}

.form-select__result {
    padding: 0 26px 12px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--gray);
    height: auto;
    line-height: 120%;
    font-size: 20px;
    font-size: 1.25rem;
    height: 37px;
    color: var(--black);
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: .4s;
}

.form-select__result:before {
    content: "";
    position: absolute;
    right: 0;
    /*top: 40%;
    transform: translateY(-50%) rotate(0deg);
    */
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/main_2/css/../images/select-arr.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .3s ease;
}

.form-select__result span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-select__result input {
    opacity: 0;
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
}

.form-group.error .form-select__result {
    border-bottom-color: #ff0d0d;
}

.form-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
    box-shadow: 0px 20px 25px rgba(63, 63, 63, 0.1);
    display: none;
}

.form-select__label {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
    font-size: 1rem;
    color: var(--black);
    cursor: pointer;
    border-bottom: 1px solid var(--light-gray);
    position: relative;
    transition: .3s;
}

.form-select__label:last-child {
    border-bottom: 0;
}

.form-select__label:hover {
    color: #62B85E;
}

.form-select__label.selected {
    font-weight: 700;
    color: #62B85E;
}

.form-select__dropdown input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 0;
}

.form-select.active .form-select__result:before {
    transform: rotate(-180deg);
}

.form-select.active .form-select__result {
    border-bottom-color: #fff;
}

.form-select.form-select-disabled .form-select__result {
    cursor: text;
}

.form-select.form-select-disabled .form-select__result:before {
    display: none;
}

.form-select .form-up {
    top: 0;
}

.form-select .form-up--active {
    top: -24px;
}

.form-select .error-item {
    top: -24px;
    display: none;
}

.form-select.error .error-item {
    display: block;
}

/*select ends*/


form .load {
    position: absolute;
    left: 50%;
    top: 10%;
}

#inputFile,
.inputFile {
    display: none !important;
}

.file-load {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    /*padding-top: 11px;*/
    cursor: pointer;
}

.label-file {
    cursor: pointer;
}

.file-load:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main_2/css/../images/arr-upload.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.front-form .label-file__link {
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 1px dotted #fff;
    padding-bottom: 4px;
    color: #fff;
}

.label-file__formats {
    color: #fbfbfd;
    padding-left: 10px;
    font-size: 10px;
    font-size: 0.62rem;
    opacity: .5;
}

.file-load:hover .label-file__link:hover {
    border: none;
}

.about-file {
    padding-top: 10px;
    position: relative;
    margin-bottom: 10px;
}

#delete-file,
.delete-file {
    transform: rotate(45deg);
    margin-left: 15px;
    color: #d7d7d7;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 8px;
}

#file-name,
.file-name {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    font-size: 14px;
    font-size: 0.87rem;
}

#delete-file,
.delete-file {
    display: none;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .form-col {
        width: 100%;
    }

    .form-group {
        margin-top: 10px;
    }

    .wrapper .form-input, .wrapper .form-textarea,
    .form-up,
    .form-select__result {
        font-size: 16px;
        font-size: 1rem;
    }

    .form-select__label {
        font-size: 14px;
        font-size: 0.87rem;
    }

    .form-up.form-up--active {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .form-group .error-item {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .form-select__inner {
        max-height: 182px;
    }

    .form-col + .form-bottom {
        margin-top: 40px;
    }

    .form-select__result:before {
        top: 0;
    }
}

/*form ends*/


/*inline-form*/
.inline-form {
    margin-top: 100px;
    /*margin-bottom: 180px;*/
    padding: 80px 70px;
    background: var(--lighter-green);
    position: relative;
}

.inline-form .form-row {
    margin-bottom: 0;
}

.inline-form__form {
    margin-bottom: 0;
}

.inline-form__img {
    position: absolute;
    width: 148px;
    height: 148px;
    right: 0;
    top: 0;
    overflow: hidden;
}

.inline-form__img:after {
    content: '';
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/main_2/css/../images/logo.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(20px, -29px) rotate(-45deg);
    opacity: .6;
}

.inline-form__submit {
    margin-top: 40px;
}

.inline-form .error-item {
    display: block;
    width: 100%;
    background: var(--lighter-green);
    z-index: 1;
}

.inline-form--question .form-group {
    max-width: 90%;
}

.inline-form--question .form-bottom {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .inline-form {
        margin-top: 80px;
        margin-bottom: 0;
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .inline-form__img {
        width: 120px;
        height: 120px;
    }

    .inline-form__img:after {
        transform: translate(20px, -29px) rotate(-45deg);
    }

    .inline-form .form-bottom {
        margin-top: 30px;
    }

}

@media (max-width: 767px) {
    .inline-form {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .inline-form--question .form-group {
        max-width: 100%;
    }

}

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

/*inline-form ends*/


/*dir-table*/
.dir-table {
    /*margin-bottom: 180px;*/
    margin-top: 60px;
}

.dir-table__wr {
    position: relative;
}

.dir-table__wr:before {
    content: '';
    background-image: url(/local/templates/main_2/css/../images/circle.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100% - 1px)
}

.dir-table__item:last-child {
    border-bottom: 1px solid var(--gray);
    transition: border-color .3s;
}

.dir-table__item:last-child .dir-table-item-block__item:last-child {
    border-bottom: 1px solid var(--gray);
}

.dir-table-item__top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid var(--gray);
}

.dir-table-item__num {
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 16px;
    /*font-size: 1rem;*/
    color: var(--dark-gray);
}

.dir-table-item__title {
    padding: 34px 0 34px 50px;
    width: 50%;
    font-size: 26px;
    /*font-size: 1.625rem;*/
    letter-spacing: -0.02em;
    color: var(--black);
    transition: color .3s;
}

.dir-table-item__label {
    padding-left: 30px;
}

.dir-table-item__label span {
    display: block;
    min-width: 127px;
    padding: 10px 30px;
    font-size: 14px;
    font-size: 0.87rem;
    border-radius: 60px;
    text-align: center;
    font-weight: 400 !important;
    color: var(--black) !important;
    background-color: #fff;
}

.dir-table-item__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    cursor: pointer;
    transition: .3s;
}

.dir-table-item__btn:before,
.dir-table-item__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    transition: .3s;
    background-repeat: no-repeat;
}

.dir-table-item__top .dir-table-item__btn:before {
    background-image: url(/local/templates/main_2/css/../images/plus-green-32.svg);
}

.dir-table-item__top .dir-table-item__btn:after {
    background-image: url(/local/templates/main_2/css/../images/plus-gray-32.svg);
    opacity: 0;
}

.dir-table-item__block .dir-table-item__btn {
    opacity: 0;
}

.dir-table-item__block .dir-table-item__btn:before {
    background-image: url("/local/templates/main_2/css/../images/list-arrow-gray.svg");
}

.dir-table-item__block .dir-table-item__btn:after {
    background-image: url("/local/templates/main_2/css/../images/list-arrow-green.svg");
    opacity: 0;
}

.dir-table-item__content {
    padding-left: 92px;
    display: none;
}

.dir-table-item-block__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 32px 0;
    font-size: 20px;
    font-size: 1.25rem;
    color: var(--black);
    border-top: 1px solid var(--gray);;
    transition: color .3s;
    position: relative;
}

.dir-table-item__title:hover {
    color: var(--middle-green);
}

.dir-table-item-block__item:hover {
    color: var(--middle-green);
}

.dir-table-item__block .dir-table-item-block__item:hover .dir-table-item__btn {
    opacity: 1;
}

.dir-table-item__block .dir-table-item-block__item:hover .dir-table-item__btn:before {
    opacity: 0;
}

.dir-table-item__block .dir-table-item-block__item:hover .dir-table-item__btn:after {
    opacity: 1;
}

.dir-table__item--opened.dir-table__item:last-child {
    border-bottom-color: transparent;
}

.dir-table__item--opened .dir-table-item__top .dir-table-item__btn:before,
.dir-table__item--opened .dir-table-item__top .dir-table-item__btn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.dir-table__item--opened .dir-table-item__top .dir-table-item__btn:before {
    opacity: 0;
}

.dir-table__item--opened .dir-table-item__top .dir-table-item__btn:after {
    opacity: 1;
}

.dir-table__item.no-inner .dir-table-item__btn:before {
    background-image: url("/local/templates/main_2/css/../images/list-arrow-gray.svg");
    background-size: contain;
    opacity: 1;
}

.dir-table__item.no-inner .dir-table-item__btn:after {
    background-image: url("/local/templates/main_2/css/../images/list-arrow-green.svg");
    background-size: contain;
}

.dir-table__item.no-inner .dir-table-item__top:hover .dir-table-item__btn {
    transform: translateX(10px);
}

.dir-table__item.no-inner .dir-table-item__top:hover .dir-table-item__btn:before {
    opacity: 0;
}

.dir-table__item.no-inner .dir-table-item__top:hover .dir-table-item__btn:after {
    opacity: 1;
}

.dir-table.has-inner-label .dir-table-item-block__item .dir-table-item-block__name {
    width: calc(50% - 45px);
}

.dir-table.smaller .dir-table__wr:before {
    display: none;
}

@media (max-width: 1229px) {

    .dir-table-item__content {
        padding-left: 52px;
    }

    .dir-table-item-block__item {
        font-size: 16px;
        font-size: 1rem;
    }

    .dir-table.has-inner-label .dir-table-item-block__item .dir-table-item-block__name {
        width: calc(50% - 26px);
    }
}

@media (max-width: 991px) {
    .dir-table__wr:before {
        left: -150%;
        width: 240%;
    }
}

@media (max-width: 767px) {
    .dir-table-item__content {
        padding-left: 0;
    }

    .dir-table-item__title {
        width: calc(100% - 60px);
        padding-bottom: 10px;
        padding-right: 0;
        padding-left: 0;
        padding-top: 40px;
        font-size: 24px
    }

    .dir-table-item__label {
        padding-left: 0;
    }



    .dir-table-item__block .dir-table-item__btn {
        display: none;
    }


    .dir-table-item__block .dir-table-item-block__name {
        width: 100%;
    }



    .dir-table.has-inner-label .dir-table-item-block__item .dir-table-item-block__name {
        width: 100%;
    }

    .dir-table.has-inner-label .dir-table-item-block__item .dir-table-item__label {
        margin-top: 10px;
    }

    .dir-table.smaller .dir-table-item__title {
        padding-top: 50px;
        font-size: 16px;
        font-size: 1rem;
    }

    .dir-table.smaller .dir-table-item__top {
        padding-bottom: 12px;
    }

    .dir-table.smaller .dir-table-item__btn:before, .dir-table.smaller .dir-table-item__btn:after {
        top: 44px;
    }

}

/*dir-table ends*/


/*.tab-block*/
.tab-block__top {
    display: block;
}

.tab-block__title-top {
    padding-top: 40px;
    padding-right: 35px;
    font-size: 28px;
    font-size: 1.75rem;
    color: var(--black);
    position: relative;
    display: none;
}

.tab-block__title-top:before,
.tab-block__title-top:after {
    content: "";
    position: absolute;
    top: 55px;
    right: 0;
    width: 32px;
    height: 32px;
    transform: translate(0%, -50%);
    transition: .3s;
}

.tab-block__title-top:before {
    background-image: url(/local/templates/main_2/css/../images/plus-green-32.svg);
}

.tab-block__title-top:after {
    background-image: url(/local/templates/main_2/css/../images/plus-gray-32.svg);
    opacity: 0;
}

.tab-block__content--opened .tab-block__title-top:before, .tab-block__content--opened .tab-block__title-top:after {
    transform: translate(0%, -50%) rotate(-45deg);
}

.tab-block__content--opened .tab-block__title-top:before {
    opacity: 0;
}

.tab-block__content--opened .tab-block__title-top:after {
    opacity: 1;
}

.tab-block-top__wrap {
    font-size: 0;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    transition: .3s;
}

.tab-block-top__inner {
    background-color: #fff;
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    transition: .3s;
    position: relative;
}

.tab-block-top__item {
    padding: 22px 0px;
    margin-right: 35px;
    font-size: 20px;
    /*font-size: 1.25rem;*/
    letter-spacing: -0.02em;
    position: relative;
    cursor: pointer;
    transition: color .3s;
}

.tab-block-top__item:last-child {
    margin-right: 0;
}

.tab-block-top__item:before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: var(--gray);
    transition: background-color .3s;
}

.tab-block-top__item--active {
    color: var(--middle-green);
}

.tab-block-top__item--active:before {
    background-color: var(--middle-green);
}

.tab-block-top__item:hover {
    color: var(--middle-green);
}

.tab-block-top__item:hover:before {
    background-color: var(--middle-green);
}

.tab-block__content {
    display: none;
}

.tab-block__content--active {
    display: block;
}

.tab-block__wr {
    padding-top: 60px;
}

.tab-block__title,
.tab-block__title-top {
    max-width: 875px;
}

@media (max-width: 1459px) {
    .tab-block-top__item {
        /*font-size: 16px;*/
        font-size: 1rem;
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .tab-block {
        padding-top: 20px;
    }

    .tab-block__top,
    .tab-block__wr {
        display: none;
    }

    .tab-block__wr {
        padding-top: 0px;
    }

    .tab-block__title-top {
        display: block;
        padding-top: 20px;
        font-size: 20px;
        font-size: 1.25rem;
    }

    .tab-block__content {
        display: block;
        padding-bottom: 20px;
        border-top: 1px solid var(--gray);
    }

    .tab-block__content:last-child {
        border-bottom: 1px solid var(--gray);
    }

    .wrapper .h1.tab-block__title {
        margin-top: 30px;
        font-size: 25px;
        font-size: 1.56rem;
        font-weight: normal;
        text-transform: none;
        word-break: break-word;
    }

    .tab-block__title {
        display: none;
    }

    .tab-block__title.custom {
        display: block;
        word-break: break-word;
    }

    .tab-block__title:first-child:not(.custom) + .text-block {
        margin-top: 30px;
    }

    .tab-block__title-top {
        word-break: break-word;
    }

    .tab-block__content[data-id="descr"] {
        margin-top: -20px;
        border-top: 0;
    }

    .tab-block__title-top:before,
    .tab-block__title-top:after {
        top: 32px;
        right: 3px;
        width: 22px;
        height: 22px;
        background-size: contain;
    }

    [data-id="descr"] .tab-block__wr {
        display: block !important;
    }

    [data-id="descr"] .tab-block__title-top {
        padding-right: 0;
        display: none;
    }

    [data-id="descr"] .tab-block__title-top:before,
    [data-id="descr"] .tab-block__title-top:after {
        display: none;
    }

    .tab-block .dir-table__item:last-child,
    .tab-block .dir-table__item:last-child .dir-table-item-block__item:last-child {
        border-bottom: 0;
    }

    .tab-block .serv-table__item:last-child,
    .tab-block .serv-table__item:last-child .serv-table-item__block.lvl2:last-child {
        border-bottom: 0;
    }

    .tab-block .docs__main:last-child > a {
        border-bottom: 0;
    }

}

/*.tab-block ends*/


/*.just-open*/
.just-open__content {
    display: none;
}

.just-open__btn {
    cursor: pointer;
}

/*.just-open ends*/


/*faq-list*/
.faq-list {
    /*margin-top: 60px;*/
    margin-top: 100px;
}

.faq-list__top {
    padding: 30px 56px 30px 0;
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: -0.02em;
    color: var(--black);
    border-top: 1px solid var(--gray);
    position: relative;
}

.faq-list__top span {
    display: block;
    max-width: 875px;
}

.faq-list__top:before,
.faq-list__top:after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 30px;
    transition: .3s;
}

.faq-list__top:before {
    background-image: url(/local/templates/main_2/css/../images/plus-green-32.svg);
}

.faq-list__top:after {
    background-image: url(/local/templates/main_2/css/../images/plus-gray-32.svg);
    opacity: 0;
}

.just-open__item--opened .faq-list__top:before,
.just-open__item--opened .faq-list__top:after {
    transform: rotate(-45deg);
}

.just-open__item--opened .faq-list__top:before {
    opacity: 0;
}

.just-open__item--opened .faq-list__top:after {
    opacity: 1;
}

.faq-list__content {
    padding-bottom: 30px;
}

.faq-list__item:last-child {
    border-bottom: 1px solid var(--gray);
}

@media (max-width: 1229px) {
    .faq-list {
        margin-top: 40px;
    }

    .faq-list__top {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .faq-list__top:before, .faq-list__top:after {
        top: 26px;
    }
}

@media (max-width: 767px) {
    .faq-list__top {
        padding-right: 46px;
    }

    .faq-list__top:before, .faq-list__top:after {
        right: 2px;
    }
}

/*faq-list ends*/


/*docs-list*/

.docs {
    /*margin-bottom: 180px;*/
    margin-bottom: 0;
    margin-top: 25px;
}

.docs__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid var(--gray);
}

.docs__item:before {
    content: '';
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: var(--gray);
    position: absolute;

    display: none;
}

.docs__name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 160%;
    width: 875px;
    padding-right: 20px;

}

.docs-item__content .docs__name {
    padding-left: 0;
}

.docs-item__content .docs__item:before {
    left: 64px;
    width: calc(100% - 64px);

    display: none;
}

a.docs__item {
    transition: color .3s;
    color: var(--black);
}

.docs__type {
    color: var(--dark-gray);
    transition: color .3s;
    padding-left: 175px;
    font-size: 16px;
    font-size: 1rem;
    white-space: nowrap;
}

a.docs__item:hover,
a.docs__item:hover .docs__type {
    color: var(--green);
}

.docs-item__content {
    display: none;
    padding-left: 64px;
}

.docs__item--tab {
    cursor: pointer;
}

.docs__item--tab:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 28px;
    background-image: url(/local/templates/main_2/css/../images/plus-green.svg);
    transform: rotate(0deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .3s;
}

.docs__section--active .docs__item--tab:after {
    background-image: url(/local/templates/main_2/css/../images/plus-gray.svg);
    transform: rotate(45deg);
}

.docs__section--active .docs__item--tab:before {
    display: none;
}

.docs__section--active .docs-item__content .docs__item:first-child:after {
    left: 64px;
    width: calc(100% - 64px);
    content: '';
    top: 0;
    height: 1px;
    background-color: var(--gray);
    position: absolute;
    display: none;
}

.docs__main-title {
    padding-top: 60px;
    padding-bottom: 40px;
    border-bottom: none;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 120%;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    border-top: 1px solid var(--gray);
}

.docs-item__content .docs__item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.docs__main:last-child > a {
    border-bottom: 1px solid var(--gray);
}

.docs__main:first-child .docs__main-title {
    padding-top: 0;
    border-top: 0;
}

.tab-block__content[data-id="descr"] .h1,
.tab-block__content[data-id="doctor"] .h1 {
    max-width: none;
}

@media (max-width: 1459px) {
    .docs {
        /*margin-bottom: 100px;*/
        margin-bottom: 0;
    }

    .docs__main-title {

        font-size: 22px;
        font-size: 1.375rem;
        padding-bottom: 30px;
    }

    .docs__type {
        padding-left: 50px
    }
}

@media (max-width: 1229px) {
    .docs__name {
        width: calc(100% - 130px);
        padding-right: 0
    }

    .docs__item--tab:after {
        right: 0
    }

    .docs__type {
        width: 100px;
        right: 30px;
        padding-left: 0;
        text-align: right;
        font-size: 14px;
        font-size: 0.87rem;
    }

    .docs__main-title {
        padding-bottom: 20px;
        font-size: 20px;
        font-size: 1.25rem;
    }

    .docs__name {
        /*font-size: 14px*/
    }
}

@media (max-width: 991px) {
    .docs-item__content {
        padding-left: 15px;
    }

    .docs__item {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .docs__main-title {
        padding-top: 30px;
    }

    .docs__item--tab > .docs__name {
        width: calc(100% - 40px);
    }

    .docs-item__content .docs__name {
        padding-left: 0px;
    }

    .docs-item__content .docs__item:before,
    .docs__section--active .docs-item__content .docs__item:first-child:after {
        left: 15px;
        width: calc(100% - 15px);

        display: none;
    }
}

/*docs-list ends*/

/* End */


/* Start:/local/templates/main_2/css/blind.css?173320982912802*/

.blind
{
	position: fixed;
	height: 40px;
	background-color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #e6e6e6;
	-webkit-box-shadow: 0 2px 4px 1px rgb(1 1 1 / 13%);
	box-shadow: 0 2px 4px 1px rgb(1 1 1 / 13%);
	z-index: 999;
	display: none;
	font-size: 16px;
}



.html--blind .blind
{
	display: block;
}
.html--blind
{
	margin-top: 40px;
}
.html--blind header
{
	top: 40px;
}
.blind__wrap
{
	display: flex;
	flex-wrap: wrap;
	max-width: 1430px;
	align-items: center;
	height: 40px;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.blind__wrap {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.blind__wrap {
		width: 970px;
	}
}
@media (min-width: 1230px) {
	.blind__wrap
	{
		width: 1200px;
	}
}
@media (min-width: 1460px)
{
	.blind__wrap {
		width: 1430px;
	}
}



.blind__color,
.blind__font
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 20px;
}
.blind-color__btn,
.blind-font__btn
{
	padding: 5px 10px;
	border: 1px solid #000;
	margin-right: 10px;
	line-height: 20px;
	cursor: pointer;
}
.blind-color__btn--active,
.blind-font__btn--active
{
	background-color: #000;
	color: #fff;
}
.blind__remove
{
	padding: 5px 10px;
	margin-left: auto;
	cursor: pointer;
	line-height: 20px;
	border: 1px solid #000;
	transition: .3s;
}
.blind__remove:hover
{
	background-color: #000;
	color: #fff;
}
.blind-font__btn--small
{
	font-size: 12px;

}
.blind-font__btn--middle
{
	font-size: 16px;

}
.blind-font__btn--big
{
	font-size: 20px;

}
.blind__title
{
	margin-right: 12px;
}

@media(max-width:  767px)
{
	.blind__wrap
	{
		font-size: 14px;

	}
}
@media(max-width:  650px)
{

	.blind__title
	{
		display: none
	}
	.blind
	{

		height: 50px
	}
	.blind__wrap
	{
		height: 50px;

	}
	.blind__remove
	{
		text-align: center
	}

	.html--blind
	{
		margin-top: 50px;
	}
	.html--blind header
	{
		top: 50px;
	}
	.blind__font
	{
		margin-right: 0;
		margin-left: auto
	}
	.blind-color__btn, .blind-font__btn
	{
		margin-right: 5px
	}
	.blind-font__btn--big
	{
		margin-right: 0
	}
}





.html--light footer,
.html--light header,
.html--light .header-bottom,
.html--light .content,
.html--light .toolbar,
.html--light .header-callback
{
	filter: grayscale(1);
}

.html--light .label-file__formats
{
	color: #000;
}

.html--dark footer,
.html--dark header,
.html--dark .header-bottom,
.html--dark .content,
.html--dark .toolbar,
.html--dark .header-callback
{
	filter: grayscale(1);
}

.html--dark .header,
.html--dark .toolbar,
.html--dark .wrapper,
.html--dark .wrapper a,
.html--dark .header,
.html--dark .header__dop,
.html--dark .header-bottom,
.html--dark .content,
.html--dark .front-slider__block,
.html--dark .search-block__top,
.html--dark .search-block__bottom,
.html--dark .front__news,
.html--dark footer,
.html--dark .detail-anchors__inner,
.html--dark .tab-block-top__inner
{
	background-color: #000;
	color: #fff;
}
.html--dark .wrapper .inline-form a
{
	background-color: transparent;
}
.html--dark .toolbar__title,
.html--dark .header-main-menu__item,
.html--dark .header-block__menu .header-block-menu__item > a,
.html--dark .header-block__menu .header-block-menu__list .header-block-menu-list__inner > a,
.html--dark .header-block__contacts-title,
.html--dark .header-block__phone a,
.html--dark .header__callback,
.html--dark .header-block__address,
.html--dark .header-block__adress-title,
.html--dark .header-dop__phone a,
.html--dark .front-phone__title,
.html--dark .front-phone-item__phone a,
.html--dark .front-phone-item__time,
.html--dark .checks-block .form-item--check span,
.html--dark .front-menu__item,
.html--dark .dir__item,
.html--dark .serv-table-item__title,
.html--dark .wrapper ol > li,
.html--dark .bx-breadcrumb .bx-breadcrumb-item a span,
.html--dark .bx-breadcrumb-separator,
.html--dark .doctor-list__info,
.html--dark .memo-list.smaller .memo-list__link,
.html--dark .docs__type,
.html--dark .wrapper ul:not(.slick-dots) > li,
.html--dark .wrapper ol > li,
.html--dark .form-select__result,
.html--dark .form-item--agree.form-item--check span,
.html--dark .form-group__descr,
.html--dark .wrapper .form-textarea, 
.html--dark .fancybox-inner .form-textarea,
.html--dark .wrapper .form-input, 
.html--dark .fancybox-inner .form-input,
.html--dark .dir-table-item__num,
.html--dark .dir-table-item__title,
.html--dark .faq-list__top span,
.html--dark .memo-card__item .memo-card__title,
.html--dark .filter-params__item,
.html--dark .filter__item,
.html--dark .filter__sort .form-select .form-up, 
.html--dark .filter__sort .form-select .form-up.form-up--active,
.html--dark .filter .form-select__result span,
.html--dark .search-list__descr,
.html--dark .search-list__title,
.html--dark .search-list__item:hover .search-list__descr,
.html--dark .search-list__text,
.html--dark .search-result__info,
.html--dark .wrapper .timetable table th,
.html--dark .timetable__num,
.html--dark .timetable__name,
.html--dark .timetable__type,
.html--dark .timetable__cab,
.html--dark .timetable__time,
.html--dark .history-line-header__title,
.html--dark .history-line-header__subtitle,
.html--dark .history-line__text,
.html--dark .lang__title,
.html--dark .custom-list__title,
.html--dark .custom-list__text,
.html--dark .wrapper table th,
.html--dark .wrapper table td,
.html--dark .header-dop__small-title,
.html--dark .front-phone-item__title,
.html--dark .front-news__more,
.html--dark .doctors-detail__name,
.html--dark .doctors-detail__post,
.html--dark .doctors-detail__otd,
.html--dark .doctors-detail__info,
.html--dark .doctors-detail-address__title,
.html--dark .doctors-detail-address__name,
.html--dark .doctors-detail-address__address,
.html--dark .header-block-menu-list__back,
.html--dark .header-callback__title,
.html--dark .header-callback__text,
.html--dark .header-callback-contacts__phone, 
.html--dark .header-callback-contacts__time,
.html--dark .header-block-menu__list,
.html--dark .tab-block__title-top
{
	color: #fff;
}
.html--dark .stat__title,
.html--dark .dir__tag,
.html--dark .front-news__date,
.html--dark .search-block-list-tags__item,
.html--dark .news-detail__date
{
	color: #000;
}
.html--dark .search-block .form-item:not(.form-item--check):before,
.html--dark .search-inner .search-inner__search .form-item:before
{
	background-image: url(/local/templates/main_2/css/../images/loupe-white.svg);
}
.html--dark .doctor-list__more span:after
{
	background-image: url(/local/templates/main_2/css/../images/down-arrow-white.svg);
}
.html--dark .filter__item:after,
.html--dark .filter__item:before,
.html--dark .form-select__result:before
{
	background-image: url(/local/templates/main_2/css/../images/select-arr-white.svg);
}
.html--dark a.pagination__next:before,
.html--dark a.pagination__next:after {
	background-image: url(/local/templates/main_2/css/../images/pagination-next-white.svg);
}
.html--dark a.pagination__prev:before,
.html--dark a.pagination__prev:after {
	background-image: url(/local/templates/main_2/css/../images/pagination-left-white.svg);
}
.html--dark .dir__wrap:before,
.html--dark .dir-table__wr:before
{
	opacity: 0;
}
.html--dark .file-load:before
{
	background-image: url(/local/templates/main_2/css/../images/arr-upload-white.svg);
}
.html--dark .doctors-bottom .btn a
{
	background-color: var(--green);
}
.html--dark .doctors-bottom .btn a:hover {
	background-color: var(--dark-green);
}

.html--dark a.services-tag__item,
.html--dark .header__block,
.html--dark .inline-form,
.html--dark .inline-form .error-item,
.html--dark .header-callback,
.html--dark .header-block__menu .header-block-menu__item > a,
.html--dark .header-block-menu__list,
.html--dark .header-block__phone a,
.html--dark .header-block__menu .header-block-menu__list .header-block-menu-list__inner > a
{
	background-color: #202020;
}

.html--dark a.services-tag__item:hover
{
	background-color: #6c6868
}

.html--dark .header-block-menu-list__back:before {

	background-image: url(/local/templates/main_2/css/../images/menu-back-white.svg);
}



.html--blind .header__right .header__blind,
.html--blind .header__right .header__search-btn,
.html--blind .header__right .header__callback
{
	font-size: 0;
	width: 36px;
	height: 36px;
}
.html--blind .header__right .header__blind,
.html--blind .header__right .header__search-btn
{
	margin-right: 10px;
}

.html--blind .header-main-menu__item
{
	margin-right: 20px;
}


.html--font-middle
{
	font-size: 20px
}
.html--font-big
{
	font-size: 24px
}



.html--font-middle .header-callback,
.html--font-big  .header-callback
{
	max-width: 700px;
}

.html--font-middle .header-callback-contacts__col,
.html--font-big  .header-callback-contacts__col
{
	width: 100%;
	margin-bottom: 10px;
}

.html--font-middle .header-callback__contacts,
.html--font-big .header-callback__contacts
{
	margin-bottom: 30px;
}

/*

.html--font-middle .footer-address-transport__text,
.html--font-middle .footer-address__shema,
.html--font-middle .header-block__address
{
	font-size: 16px !important
}
.html--font-big .footer-address-transport__text,
.html--font-big .footer-address__shema,
.html--font-big .header-block__address
{
	font-size: 18px !important
}




.html--font-middle .wrapper h1,
.html--font-middle .wrapper .h1
{
	font-size: 49px;
}
.html--font-middle .wrapper h2, 
.html--font-middle .wrapper .h2
{
	font-size: 45px;
}
.html--font-middle .wrapper h3, 
.html--font-middle .wrapper .h3
{
	font-size: 41px;
}
.html--font-middle .wrapper h4, 
.html--font-middle .wrapper .h4
{
	font-size: 33px;
}



.html--font-big .wrapper h1,
.html--font-big .wrapper .h1
{
	font-size: 54px;
}
.html--font-big .wrapper h2, 
.html--font-big .wrapper .h2
{
	font-size: 50px;
}
.html--font-big .wrapper h3, 
.html--font-big .wrapper .h3
{
	font-size: 46px;
}
.html--font-big .wrapper h4, 
.html--font-big .wrapper .h4
{
	font-size: 38px;
}
*/












/*.html--light footer,
.html--light header,
.html--light .header-bottom,
.html--light .content,
.html--light .toolbar
{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.html--dark footer,
.html--dark header,
.html--dark .header-bottom,
.html--dark .content,
.html--dark .toolbar
{
	-webkit-filter: invert(1) grayscale(1);
	filter: invert(1) grayscale(1);
}

*/




.html--font-middle .header__search-btn
{
	width: 110px;
}
.html--font-middle .header__callback
{
	width: 230px;
} 


.html--font-big .header__search-btn
{
	width: 120px;
}
.html--font-big .header__callback
{
	width: 260px;
} 



.html--font-middle .form-select__result:not(.filter__sort .form-select__result)
{
	height: 43px;
}
.html--font-big .form-select__result:not(.filter__sort .form-select__result)
{
	height: 49px;
}

.html--font-middle .header-social__item,
.html--font-middle .footer-social__item
{
	width: 30px;
	height: 30px;
}

.html--font-big .header-social__item,
.html--font-big .footer-social__item
{
	width: 35px;
	height: 35px;
}

.html--font-middle .wrapper .form-textarea, 
.html--font-middle .fancybox-inner .form-textarea
{
	min-height: 43px;
}
.html--font-big .wrapper .form-textarea, 
.html--font-big .fancybox-inner .form-textarea
{
	min-height: 49px;
}

.html--font-middle .form-group .error-item,
.html--font-big .form-group .error-item
{
	top: -12px;
}


.html--font-middle .tab-block-top__item,
.html--font-big .tab-block-top__item
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



/*.html--font-middle .search-inner .search-inner__search input
{
	height: 60px;
}
.html--font-big .search-inner .search-inner__search input
{
	height: 70px;
}*/


.html--font-middle .wrapper ul:not(.slick-dots) > li:before
{
	top: 13px;
}

.html--font-big .wrapper ul:not(.slick-dots) > li:before
{
	top: 16px;
}


.html--font-middle .form-item--check span.checkbox-custom, 
.html--font-middle .form-item--radio span.radio-custom
{
	top: 1px;
}
.html--font-big .form-item--check span.checkbox-custom, 
.html--font-big .form-item--radio span.radio-custom
{
	top: 3px;
}

@media (max-width: 991px)
{
	.html--font-middle .detail-section__top:before, 
	.html--font-middle .detail-section__top:after
	{
		top: 35px
	}
	.html--font-big .detail-section__top:before, 
	.html--font-big .detail-section__top:after
	{
		top: 39px
	}
}

@media (min-width: 1230px)
{
	.html--font-middle .footer-sub__item,
	.html--font-big .footer-sub__item
	{
		width: 50%;
	}

	.html--font-middle .footer__phone,
	.html--font-big .footer__phone
	{
		width: 70%;
	}
	.html--font-middle .footer__social,
	.html--font-big .footer__social
	{
		width: 30%;
	}
}
@media(max-width: 1459px)
{
	.html--font-middle .header__right .header__blind,
	.html--font-middle .header__right .header__search-btn,
	.html--font-middle .header__right .header__callback,
	.html--font-big .header__right .header__blind,
	.html--font-big .header__right .header__search-btn,
	.html--font-big .header__right .header__callback
	{
		font-size: 0;
		width: 36px;
		height: 36px;
	}
}




.html--light .footer__small-title,
.html--dark .footer__small-title
{
	    color: #b1b1b1;
}
/* End */


/* Start:/local/templates/main_2/css/scrollyeah.min.css?17332098292430*/
/*! Scrollyeah - v0.3.2 - 2014-04-11
* https://github.com/artpolikarpov/scrollyeah
* Copyright (c) 2014 Artem Polikarpov; Licensed MIT */.scrollyeah{position:relative;overflow:hidden;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;*zoom:1}.scrollyeah__wrap{overflow:hidden;*zoom:1}.scrollyeah__shaft{float:left}.scrollyeah__parallax,.scrollyeah__shaft{left:0;position:relative}.scrollyeah_active .scrollyeah__shaft{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;*cursor:move!important}.scrollyeah_active .scrollyeah__shaft_grabbing,.scrollyeah_active .scrollyeah__shaft_grabbing *{cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.scrollyeah__shadow{display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:333ms,333ms;transition-duration:333ms,333ms;-webkit-transition-timing-function:cubic-bezier(0.1,0,.25,1),cubic-bezier(0.1,0,.25,1);transition-timing-function:cubic-bezier(0.1,0,.25,1),cubic-bezier(0.1,0,.25,1);z-index:10;*display:none!important;background-repeat:no-repeat;background-size:1px 100%,5px 100%}

.scrollyeah__shadow_prev {
  left: -10px;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.5), transparent);
  /*background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.5), transparent);*/
  background-position: 0 0, 0 0;
}

.scrollyeah__shadow_next {
  right: -10px;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.5), transparent);
  /*background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.5), transparent);*/
  background-position: 100% 0, 100% 0;
}

.scrollyeah_shadow .scrollyeah__shadow_prev{left:0}.scrollyeah_shadow .scrollyeah__shadow_next{right:0}.scrollyeah_shadow_no-left .scrollyeah__shadow_prev{left:-10px}.scrollyeah_shadow_no-right .scrollyeah__shadow_next{right:-10px}
/* End */


/* Start:/local/templates/main_2/assets/owlcarousel/assets/owl.carousel.min.css?17332098293351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/main_2/assets/owlcarousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/main_2/assets/owlcarousel/assets/owl.theme.default.min.css?17332098291013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/main_2/css/front.css?174549954450333*/
.front-slider-block__item,
.front-slider__img,
.front__slider {
	position: relative
}
.front-news__img--no-img {
position: relative;
   width: 100%;
   padding-top: 56%;
   overflow: hidden;
}
.front-menu__item:hover:after,
.search-block-list__item:hover:after {
	opacity: 1
}

.front-info__img,
.front-menu__img,
.front-slider-block__link:before,
.front-slider-img__item,
.search-block .form-item:not(.form-item--check):before {
	background-position: center;
	background-repeat: no-repeat
}

.body--front .front-slider-block__slider .slick-dots li.slick-active button,
.slick-dots li.slick-active button {
	background-color: var(--green)
}

.body--front .content .search-block__col,
.body--front .front-list__item:nth-child(3n+3) {
	padding-right: 0
}

.body--front .front-doctors__info,
.body--front .front-doctors__item,
.body--front .front-list__item,
.body--front .front-slider-block__item,
.front-news__item,
.front-serv-bottom__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.body--front .wrapper {
	padding-top: 85px
}

.body--front .header__dop,
.slick-dots li button:before {
	display: none
}

.body--front .header--fixed .header__dop {
	display: block
}

.body--front .header-bottom__right .btn span {
	padding: 28px 41px;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 120%
}

@media(max-width:1459px) {
	.body--front .header-bottom__right .btn span {
		padding: 23px 36px;
		font-size: .87rem;
		line-height: 120%
	}
}

.front-phone__title {
	color: #212121;
	font-size: 1.75rem;
	line-height: 120%;
	letter-spacing: -.03em
}

.front-phone__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--gray)
}

.front-phone__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%
}

.front-menu__menu,
.front-phone__item {
	width: 50%;
	padding-left: 30px
}

.front-phone-item__title {
	margin-bottom: 12px;
	padding-right: 15px;
	color: var(--green);
	font-size: 1rem;
	line-height: 100%
}

.front-phone-item__phone a,
.front-phone-item__time {
	color: var(--black);
	font-size: 1.75rem;
	line-height: 120%;
	letter-spacing: -.03em
}

.front-phone-item__phone {
	margin-bottom: 4px
}

.front-phone-item__phone a {
	display: block
}

@media(max-width:1459px) {

	.front-phone-item__phone a,
	.front-phone-item__time {
		font-size: 1.5rem;
		line-height: 125%
	}
}

.front__slider {
	padding-top: 20px;
	padding-bottom: 20px
}

.front-slider__img:before {
	display: block;
	padding-top: 43%;
	content: ''
}

.front-slider-img__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.front-slider__block {
	position: absolute;
	bottom: 80px;
	left: 100px;
	width: 500px;
	padding: 20px 30px;
	background-color: #fff
}

.front-slider-block__date {
	font-size: .75rem;
	line-height: 125%;
	
	position:absolute;
	left: 0; top: 0;
	/*
	margin-bottom: 26px;
	transform: translateY(100%)
	*/
}

.front-slider-block__title {
	margin-bottom: 160px;
	font-size: 1.75rem;
	line-height: 120%
}

.slick-dotted.slick-slider {
	margin-bottom: 0
}

.slick-dots {
	bottom: 6px;
	left: 0;
	width: calc(100% - 150px);
	text-align: left
}

.slick-dots li {
	width: 26px;
	height: 26px;
	margin: 0
}

.slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	margin-top: 8px;
	margin-left: 8px;
	padding: 0;
	border-radius: 50%;
	background-color: var(--gray)
}

.front-slider-block__link {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	padding-right: 58px;
	color: #5c8e5d;
	font-weight: 500;
	font-size: .87rem;
	line-height: 40px;
	white-space: nowrap;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.front-slider-block__link:before {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url("/local/templates/main_2/css/../images/slider-more-arrow.svg");
	background-color: var(--green);
	content: '';
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.front-slider-block__link:hover {
	color: var(--dark-green)
}

.front-slider-block__link:hover:before {
	background-color: var(--dark-green)
}

@media(max-width:1459px) {
	.front-slider__block {
		width: 400px;
		bottom: 60px;
		left: 70px
	}

	.front-slider-block__title {
		margin-bottom: 100px;
		font-size: .87rem
	}
}

.search-block {
	z-index: 2;
	position: relative;
	margin-bottom: 180px
}

.search-block__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 80px 100px;
	background-color: #f3fbf4
}

.search-block__col {
	width: 50%;
	padding-right: 20px
}

.search-block .form-item:not(.form-item--check) {
	border-bottom: 1px solid #7cb97d;
	position: relative;
	padding-left: 46px
}

.search-block .form-item:not(.form-item--check) input {
	height: 76px
}

.search-block .form-item:not(.form-item--check) label {
	position: absolute;
	bottom: 22px;
	margin: 0
}

.search-block .form-item:not(.form-item--check):before {
	position: absolute;
	top: calc(50% - 14px);
	left: 0;
	width: 32px;
	height: 32px;
	background-image: url(/local/templates/main_2/css/../images/loupe.svg);
	background-size: contain;
	content: ''
}

.search-block .h2 {
	margin-bottom: 20px
}

.front-info__text,
.front-zap__text,
.search-block__text {
	font-size: 1rem;
	line-height: 160%
}

.search-block__bottom {
	display: none;
	position: absolute;
	top: calc(100% - 50px);
	width: 100%;
	padding: 0 100px 80px;
	background-color: #f3fbf4
}

.search-block-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid var(--gray);
	color: var(--black)
}

.search-block-list__item:after,
.search-block-list__item:before {
	position: absolute;
	top: calc(50% - 16px);
	right: 25px;
	width: 32px;
	height: 32px;
	content: '';
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.search-block-list__item:before {
	background-image: url("/local/templates/main_2/css/../images/list-arrow-gray.svg")
}

.search-block-list__item:after {
	background-image: url("/local/templates/main_2/css/../images/list-arrow-green.svg");
	opacity: 0
}

.search-block-list__item:hover:after,
.search-block-list__item:hover:before {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.search-block-list__name {
	width: 50%;
	font-size: 1rem;
	line-height: 100%;
	letter-spacing: -.02em;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.search-block-list-tags__item {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 20px;
	background-color: #fff;
	font-size: .87rem;
	line-height: 120%;
	white-space: nowrap
}

.search-block-list__text,
.search-block__more {
	font-size: 1rem;
	-webkit-transition: color .3s;
	-o-transition: color .3s
}

.search-block-list__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	padding-right: 70px
}

.search-block-list__tags {
	width: 40%
}

.search-block-list__text {
	width: 60%;
	line-height: 100%;
	transition: color .3s
}

.search-block__more {
	display: block;
	margin-top: 60px;
	color: var(--black);
	line-height: 100%;
	text-align: center;
	transition: color .3s
}

.search-block-list__item:hover .search-block-list__name,
.search-block-list__item:hover .search-block-list__text,
.search-block__more:hover {
	color: #5c8e5d
}

@media(max-width:1459px) {
	.search-block__top {
		padding: 60px 80px
	}

	.search-block {
		margin-bottom: 100px
	}

	.search-block__bottom {
		top: calc(100% - 30px);
		padding: 0 80px 60px
	}
}

.front__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 180px;
	margin-bottom: 180px
}

.front-menu__img {
	width: calc(50% - 115px);
	margin-right: 115px;
	background-size: cover
}

.front-menu__img:before {
	display: block;
	padding-top: 85%;
	content: ''
}

.front-menu__item {
	display: block;
	position: relative;
	padding: 35px 70px 35px 0;
	border-top: 1px solid #c4c4c4;
	color: var(--black);
	font-size: 1.625rem;
	line-height: 100%;
	letter-spacing: -.02em;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.front-menu__item:after,
.front-menu__item:before {
	position: absolute;
	top: calc(50% - 16px);
	right: 29px;
	width: 32px;
	height: 32px;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.front-menu__item:before {
	background-image: url("/local/templates/main_2/css/../images/list-arrow-gray.svg")
}

.front-menu__item:after {
	background-image: url("/local/templates/main_2/css/../images/list-arrow-green.svg");
	opacity: 0
}

.front-menu__item:hover:after,
.front-menu__item:hover:before {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.front-menu__item:hover {
	color: #5c8e5d
}

.body--front .front-phone-item__phone a:hover,
.body--front .front-slider-block__text a:hover,
.front-info__more:hover {
	color: var(--green)
}

.front-menu__item:last-child {
	border-bottom: 1px solid #c4c4c4
}

@media(max-width:1459px) {
	.front__menu {
		margin-top: 100px;
		margin-bottom: 100px
	}

	.front-menu__img {
		width: calc(50% - 60px);
		margin-right: 60px
	}

	.front-menu__item {
		padding: 30px 0
	}
}

.front__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 180px;
	margin-bottom: 80px
}

.front-info__info {
	width: 50%;
	padding-right: 115px
}

.front-info__img {
	position: relative;
	width: calc(50% - 30px - 50px);
	margin-right: 50px;
	margin-left: 30px;
	background-size: cover
}

.front-info__img:before {
	display: block;
	padding-top: 63%;
	content: ''
}

.body--front .header-bottom__title br,
.front-info__info .front-info__img {
	display: none
}

.front-info__img:after {
	position: absolute;
	right: -50px;
	bottom: -60px;
	width: 121px;
	height: 121px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-image: url(/local/templates/main_2/css/../images/logo.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: ''
}

.front-info__more:before,
.front-serv-bottom__more:before,
.front-serv-top__more:before {
	top: calc(50% - 4px);
	right: 0;
	width: 30px;
	height: 8px;
	background-image: url(/local/templates/main_2/css/../images/small-arrow-gray.svg);
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.front-info__text p {
	margin-bottom: 30px
}

.front-info__more {
	display: inline-block;
	position: relative;
	margin-top: 30px;
	padding-right: 50px;
	color: #5c8e5d;
	font-weight: 500;
	font-size: .87rem;
	line-height: 140%;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.front-info__more:before {
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.front-info__more:hover:before {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

@media(max-width:1459px) {
	.front__info {
		margin-top: 100px;
		margin-bottom: 100px
	}

	.front-info__info {
		padding-right: 60px
	}
}

.front__img {
	margin-top: 180px;
	margin-bottom: 60px
}

@media(max-width:1459px) {
	.front__img {
		margin-top: 100px;
		margin-bottom: 60px
	}
}

.body--front .front__menu,
.front__serv {
	margin-top: 180px;
	margin-bottom: 180px
}

.front-serv__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid var(--gray)
}

.front-serv-top__text {
	margin-bottom: 60px;
	font-size: 1rem;
	line-height: 160%
}

.front-serv-top__info {
	width: 50%;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 80px;
	border-right: 1px solid var(--gray)
}

.front-serv-top__img {
	width: calc(50% - 30px);
	margin-top: 60px;
	margin-bottom: 80px;
	margin-left: 30px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.front-serv-top__img:before {
	display: block;
	padding-top: 61%;
	content: ''
}

.body--front .front-phone,
.front-serv__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.front-serv-bottom__more,
.front-serv-top__more {
	display: inline-block;
	position: relative;
	padding-right: 50px;
	color: #5c8e5d;
	font-weight: 500;
	font-size: .87rem;
	line-height: 140%;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.front-serv-bottom__item,
.front__zap {
	display: -webkit-box;
	display: -ms-flexbox
}

.front-serv-bottom__more {
	margin-top: auto
}

.front-serv-bottom__more:before,
.front-serv-top__more:before {
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.front-serv-bottom__more:hover:before,
.front-serv-top__more:hover:before {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.front-serv-bottom__item {
	display: flex;
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 25%;
	padding: 40px 30px 60px
}

.front-serv-bottom__item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10%;
	border: 1px solid var(--gray);
	border-right: none;
	border-bottom: none;
	content: ''
}

.front-serv-bottom__item:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10%;
	border: 1px solid var(--gray);
	border-top: none;
	border-right: none;
	content: ''
}

.body--front .front-list__item:nth-child(3n+2),
.front-serv-bottom__item:last-child:after,
.front-serv-bottom__item:last-child:before,
.front-serv-bottom__item:nth-child(2) {
	border-right: 1px solid var(--gray)
}

.front-serv-bottom__item:nth-child(2):after,
.front-serv-bottom__item:nth-child(2):before {
	border-right: 0
}

.front-serv-bottom__item:nth-child(3):after,
.front-serv-bottom__item:nth-child(3):before {
	border-left: 0
}

.front-serv-bottom__title {
	margin-bottom: 20px;
	font-size: 1.625rem;
	line-height: 100%;
	letter-spacing: -.02em
}

.front-serv-bottom__text {
	margin-bottom: 40px;
	font-size: 1rem;
	line-height: 160%
}

@media(max-width:1459px) {
	.front__serv {
		margin-top: 100px;
		margin-bottom: 100px
	}

	.front-serv-top__info {
		padding-top: 50px;
		padding-bottom: 60px
	}

	.front-serv-top__img {
		margin-top: 50px;
		margin-bottom: 60px
	}
}

.front-news__item:first-child,
.front-zap__left {
	padding-right: 30px
}

.front-news__item:nth-child(2),
.front-zap__right {
	padding-left: 30px
}

.body--front .header-bottom,
.front-news__wrap,
.front__zap {
	border-bottom: 1px solid var(--gray)
}

.front-news__item:first-child:after,
.front-news__item:first-child:before {
	width: 1px;
	height: 20%;
	content: '';
	right: 0;
	position: absolute;
	background-color: var(--gray)
}

.body--front .front-list__item:first-child,
.body--front .front-list__item:nth-child(2),
.body--front .front-list__item:nth-child(3),
.front-news__wrap {
	border-top: 1px solid var(--gray)
}

.front__zap {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 140px;
	padding-bottom: 90px
}

.front-zap__left {
	width: 50%
}

.front-zap__right {
	position: relative;
	width: 50%;
	padding-right: 100px
}

.front-zap__right:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
	background-image: url(/local/templates/main_2/css/../images/logo.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: ''
}

.front__zap .h4 {
	margin-bottom: 10px
}

.front__zap .btn {
	margin-top: 50px
}

.front__zap .btn span {
	padding: 28px 41px
}

@media(max-width:1459px) {
	.front__zap {
		margin-top: 60px;
		margin-bottom: 100px;
		padding-bottom: 60px
	}

	.front__zap .btn span {
		padding: 23px 36px
	}
}

@media(max-width:1229px) {
	.body--front .header-bottom__right .btn span {
		padding: 19px 32px
	}

	.front-phone-item__phone a,
	.front-phone-item__time {
		font-size: 1.5rem;
		line-height: 127%
	}

	.front-phone__item {
		padding-left: 20px
	}

	.front-slider-block__title {
		margin-bottom: 80px;
		font-size: 1.5rem
	}

	.front-slider__block {
		bottom: 50px;
		left: 50px
	}

	.search-block__top {
		padding: 40px 60px
	}

	.search-block__bottom {
		top: 100%;
		padding: 0 60px 40px
	}

	.search-block__more {
		margin-top: 40px
	}

	.search-block-list__text {
		font-size: .87rem
	}

	.search-block-list__name {
		font-size: 1.125rem
	}

	.search-block {
		margin-bottom: 80px
	}

	.front__info,
	.front__menu {
		margin-top: 80px;
		margin-bottom: 80px
	}

	.front-menu__img {
		width: calc(50% - 30px);
		margin-right: 30px
	}

	.front-menu__item {
		font-size: 1.5rem
	}

	.front-info__info {
		padding-right: 30px
	}

	.front__img {
		margin-top: 80px;
		margin-bottom: 60px
	}

	.front__serv {
		margin-top: 80px
	}

	.front-serv-bottom__item {
		width: 50%;
		margin-bottom: -1px
	}

	.front-serv__bottom {
		padding-bottom: 0
	}

	.front-serv-bottom__item:nth-child(2) {
		border-right: none
	}

	.front-serv-bottom__item:nth-child(2):after,
	.front-serv-bottom__item:nth-child(2):before {
		border-right: 1px solid var(--gray)
	}

	.front-serv-bottom__item:nth-child(3):after,
	.front-serv-bottom__item:nth-child(3):before {
		border-left: 1px solid var(--gray)
	}

	.front__zap {
		margin-top: 40px;
		margin-bottom: 80px;
		padding-bottom: 40px
	}

	.front__zap .btn span {
		padding: 19px 32px
	}

	.front__zap .h4 {
		font-size: 1.5rem
	}
}

.front__news {
	padding-top: 100px;
	padding-bottom: 180px;
	background-color: transparent
}

.front-news__item {
	position: relative;
	width: 50%;
	padding-top: 48px;
	padding-bottom: 80px
}

.front-news__item:first-child:before {
	top: 0
}

.front-news__item:first-child:after {
	bottom: 0
}

.front-news__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.front-news__date {
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 20px;
	background-color: #fff;
	font-size: .87rem;
	line-height: 120%
}

.front__news .h2 {
	margin: 0
}

.front-news__item .h4 {
	margin-top: 0;
	margin-bottom: 16px
}

.front-news__text {
	margin-bottom: 50px;
	font-weight: 300;
	font-size: 1rem;
	line-height: 160%
}

.front-news__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.front-news__all,
.front-news__more {
	display: inline-block;
	font-weight: 500;
	line-height: 140%;
	white-space: nowrap;
	position: relative;
	cursor: pointer
}

.front-news__more {
	margin-top: auto;
	padding-right: 50px;
	color: #5c8e5d;
	font-size: .87rem;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.front-news__more:before {
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	width: 30px;
	height: 8px;
	background-image: url(/local/templates/main_2/css/../images/small-arrow-gray.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.front-news__more:hover:before {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.front-news__all {
	margin-left: auto;
	padding-right: 44px;
	color: var(--black);
	font-size: 1.25rem;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.front-news__all:before {
	position: absolute;
	top: calc(50% - 16px);
	right: 0;
	width: 32px;
	height: 32px;
	background-image: url(/local/templates/main_2/css/../images/green-arrow.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.front-news__all:hover:before {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.front-news__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px
}

.front-news__img {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: var(--lighter-green);
	cursor: pointer
}

.front-news__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.front-news__img:before {
	display: block;
	padding-top: 56%;
	content: ""
}

.front-news__img--no-img:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -50%;
	width: 100%;
	height: 46%;
	-webkit-transform: translate(50%, 50%) rotate(-29deg);
	-ms-transform: translate(50%, 50%) rotate(-29deg);
	transform: translate(50%, 50%) rotate(-29deg);
	background-image: url(/local/templates/main_2/css/../images/logo.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	opacity: .8;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.front-news__item:hover .front-news__img--no-img:after {
	-webkit-transform: translate(50%, 50%) rotate(-29deg) scale(1.15);
	-ms-transform: translate(50%, 50%) rotate(-29deg) scale(1.15);
	transform: translate(50%, 50%) rotate(-29deg) scale(1.15)
}

@media(max-width:1459px) {
	.front__news {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.front-news__item {
		padding-top: 40px;
		padding-bottom: 60px
	}

	.front-news__date {
		margin-bottom: 20px
	}

	.front-news__img {
		margin-bottom: 15px
	}
}

@media(max-width:991px) {

	.body--front .header--fixed .header__dop,
	.front-info__img,
	.front-info__img:after {
		display: none
	}

	.front-phone__col,
	.front-zap__left,
	.search-block__col {
		width: 100%
	}

	.front-phone__col:first-child,
	.front-serv-top__text {
		margin-bottom: 40px
	}

	.front-phone__item {
		padding-right: 15px;
		padding-left: 0
	}

	.front-slider__block {
		position: static;
		width: 100%;
		padding-right: 0;
		padding-left: 0
	}

	.front-slider-block__title {
		margin-bottom: 130px
	}

	.search-block__top {
		padding: 30px
	}

	.search-block__bottom {
		padding: 0 30px 30px
	}

	.search-block {
		margin-bottom: 60px
	}

	.front-menu__img {
		width: 100%;
		margin: 0 0 40px
	}

	.front-info__info,
	.front-menu__menu {
		width: 100%;
		padding: 0
	}

	.front__menu {
		margin-top: 60px;
		margin-bottom: 100px
	}

	.front-info__info .front-info__img {
		display: block;
		margin-top: 40px;
		margin-bottom: 40px
	}

	.front-info__img,
	.front-serv-top__img {
		width: 100%;
		margin-left: 0
	}

	.front__info {
		margin-top: 60px;
		margin-bottom: 60px
	}

	.front__img {
		margin-top: 60px;
		margin-bottom: 40px
	}

	.front-serv__top {
		border-top: none
	}

	.front-serv-top__info {
		width: 100%;
		margin-bottom: 50px;
		padding: 0;
		border: none
	}

	.front__serv {
		margin-top: 60px
	}

	.front-zap__right {
		width: 100%;
		padding-left: 0
	}

	.front-news__top {
		display: block
	}

	.front-news__all {
		margin-top: 20px
	}

	.front__news {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.front-news__wrap {
		border-bottom: none;
	}
}

@media(max-width:767px) {
	.front-phone__item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0
	}

	.front-phone__wrap {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.front-phone__col:first-child {
		margin-bottom: 30px
	}

	.search-block__bottom {
		display: none !important
	}

	.search-block {
		margin-top: 50px
	}

	.front-info__info .front-info__img,
	.front-serv-top__img {
		margin-top: 30px;
		margin-bottom: 30px
	}

	.front-info__more {
		margin-top: 0
	}

	.front__stat+.front__img {
		display: none
	}

	.front-serv__top {
		border-bottom: none
	}

	.front-serv-bottom__item {
		width: 100%;
		margin: 0;
		padding: 39px 29px
	}

	.front-serv__bottom {
		margin-top: 14px;
		padding-top: 0;
		border: none
	}

	.front__news .slick-dots,
	.front__serv .slick-dots {
		position: static;
		width: 100%;
		margin-top: 40px;
		text-align: center
	}

	.front__serv .slick-list:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 15%;
		border: 1px solid var(--gray);
		border-bottom: none;
		content: ''
	}

	.front__serv .slick-list:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 15%;
		border: 1px solid var(--gray);
		border-top: none;
		content: ''
	}

	.front-serv-bottom__text {
		margin-bottom: 40px
	}

	.front-serv-bottom__item:after,
	.front-serv-bottom__item:before {
		display: none !important
	}

	.front-zap__left {
		margin-bottom: 20px
	}

	.front__zap .btn span {
		width: 100%
	}

	.front-zap__right {
		padding-right: 0
	}

	.front-news__item:first-child:after,
	.front-news__item:first-child:before,
	.front-zap__right:before {
		display: none
	}

	.front-news__top {
		padding-bottom: 40px
	}

	.front-news__wrap {
		border: none
	}

	.front-news__item,
	.front-news__item:first-child,
	.front-news__item:nth-child(2) {
		width: 100%;
		margin: 0;
		padding: 40px 0
	}

	.front-news__wrap .slick-list {
		border-top: 1px solid var(--gray);
		border-bottom: 1px solid var(--gray)
	}

	.front__news {
		padding-bottom: 0
	}
}

.body--front .header-bottom__wrap {
	padding-top: 100px;
	border-bottom: none
}

.body--front .header-bottom__left {
	width: 50%
}

.body--front .header-bottom__title {
	width: 100%;
	max-width: 14.58em;
	font-size: 3rem;
	line-height: normal;
	text-transform: unset
}

.body--front .header-bottom__right {
	margin-top: 15px
}

.body--front .front-phone__item {
	width: 50%;
	padding-left: 0
}

.body--front .front-phone-item__title {
	margin-bottom: 20px
}

.body--front .front-phone-item__phone {
	margin-bottom: 8px
}

.body--front .front-phone-item__phone a {
	font-size: 1.625rem;
	line-height: 1;
	letter-spacing: -.02em;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.body--front .front-phone-item__time {
	color: var(--dark-gray);
	font-size: 1.25rem;
	line-height: 1.5;
	letter-spacing: 0
}

.body--front .header-bottom__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 30px
}

.body--front .header-bottom__bottom-left {
	width: 50%
}

.body--front .header-bottom__slogan {
	margin-bottom: 0;
	padding-left: 30px;
	font-weight: 400;
	font-size: 2.25rem;
	line-height: normal;
	letter-spacing: 0
}

.body--front .header-bottom__slogan:before {
	position: absolute;
	top: 16px;
	left: 0;
	content: ''
}

.body--front .header-bottom__bottom-right {
	width: 50%;
	padding-left: 30px
}

.body--front .header-bottom__bottom-right .btn span {
	width: 320px;
	padding: 28px 0;
	line-height: normal
}

@media (max-width:1459px) {

	.body--front .header-bottom__wrap {
		padding-top: 80px;
		padding-bottom: 40px
	}

	.body--front .header-bottom__title {
		font-size: 2.5rem
	}

	.body--front .header-bottom__right {
		margin-top: 12px
	}

	.body--front .header-bottom__slogan {
		font-size: 1.875rem
	}

	.body--front .header-bottom__slogan:before {
		top: 13px
	}

	.body--front .header-bottom__bottom-right .btn span {
		width: 265px;
		padding: 17px 22px;
	    font-size: 1rem;
	    line-height: 120%;
	}
}

@media (max-width:1229px) {
	.body--front .front-phone-item__phone a {
		font-size: 1.5rem;
	}
	.body--front .header-bottom__wrap {
		padding-top: 70px
	}

	.body--front .header-bottom__left {
		width: 100%
	}

	.body--front .header-bottom__title {
		font-size: 2.375rem
	}

	.body--front .header-bottom__title br {
		display: block
	}

	.body--front .front-phone__item {
		width: 50%
	}

	.body--front .front-phone__item:nth-child(2n),
	.body--front .header-bottom__bottom-right {
		padding-left: 20px
	}

	.body--front .header-bottom__right {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		margin-top: 20px;
		padding-left: 0
	}

	.body--front .header-bottom__slogan {
		font-size: 1.5rem
	}

	.body--front .header-bottom__slogan:before {
		top: 10px
	}

	.body--front .header-bottom__bottom-right .btn span {
		width: 285px;
		padding: 18px 0;
		font-size: 0.87rem;
	}
}

@media (max-width:991px) {
	.body--front .header-bottom__wrap {
		padding-top: 50px
	}

	.body--front .header-bottom__slogan {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.4
	}

	.body--front .header-bottom__slogan:before {
		top: 8px
	}
}

@media (max-width:767px) {
	.body--front .header-bottom__wrap {
		padding-top: 45px
	}

	.body--front .front-phone__item {
		margin-bottom: 0
	}
}

@media (max-width:704px) {
	.body--front .header-bottom__wrap {
		padding-top: 24px
	}

	.body--front .header-bottom__title {
		max-width: 7.63em;
		margin-bottom: 0;
		font-size: 2rem
	}

	.body--front .front-phone__item,
	.body--front .header-bottom__bottom-left {
		width: 100%
	}

	.body--front .front-phone__item:nth-child(2n) {
		padding-left: 0
	}

	.body--front .front-phone__item:not(:first-child) {
		margin-top: 20px
	}

	.body--front .header-bottom__bottom-right {
		width: 100%;
		margin-top: 40px;
		padding-left: 30px
	}
}

.body--front .front__slider {
	margin-top: 20px;
	padding-top: 0;
	padding-bottom: 0
}

.body--front .front-slider__block {
	top: 50%;
	bottom: auto;
	left: 70px;
	width: calc(50% - 100px);
	padding: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--lighter-green)
}
.body--front .front-slider-block__item {
	padding-top: 40px;
}

.body--front .front-slider-block__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.body--front .front-slider-block__slider .slick-list {
	height: 100%
}

.body--front .front-slider-block__slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.body--front .front-slider-block__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: auto
}

.body--front .front-slider-block__title {
	display: -webkit-box;
	height: auto;
	max-height: 2.4em;
	margin-bottom: 0;
	overflow: hidden;
	font-size: 2.5rem;
	line-height: normal;
	letter-spacing: -.02em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.body--front .front-slider-block__text {
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	max-height: 5.6em;
	margin-top: 16px;
	overflow: hidden;
	font-size: 1.25rem;
	line-height: 1.4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.body--front .front-slider-block__text a {
	color: currentColor;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.body--front .front-slider-block__btn {
	display: inline-block;
	margin-top: 30px
}

.body--front .front-slider-block__btn span {
	width: 180px;
	padding: 17px 0;
	font-size: .875rem;
	line-height: normal
}

.body--front .front-slider-block__slider .slick-dots {
	right: -7.5px;
	bottom: -7.5px;
	left: auto;
	width: auto;
	max-width: calc(100% - 180px)
}

.body--front .front-slider-block__slider .slick-dots li {
	width: 25px;
	height: 25px;
	margin: 0
}

.body--front .front-slider-block__slider .slick-dots li button {
	margin: 7.5px;
	background-color: #d6d6d6
}

@media (max-width:1459px) {
	.body--front .front-slider__block {
		left: 60px;
		width: calc(50% - 90px);
		padding: 30px
	}
	

	.body--front .front-slider-block__title {
		font-size: 2.125rem
	}

	.body--front .front-slider-block__text {
		max-height: 6.4em;
		font-size: 1rem;
		line-height: 1.6
	}

	.body--front .front-slider-block__btn span {
		width: 116px;
		padding: 14px 0
	}

	.body--front .front-slider-block__slider .slick-dots {
		max-width: calc(100% - 116px)
	}
}

@media (max-width:1229px) {
	.body--front .front-slider__block {
		left: 40px;
		width: calc(50% - 60px);
		padding: 20px
	}
	/*
	.body--front .front-slider-block__item {
		padding-top: 20px;
	}*/

	.body--front .front-slider-block__btn span {
		width: 112px;
		padding: 12px 0
	}

	.body--front .front-slider-block__slider .slick-dots {
		max-width: calc(100% - 112px)
	}

	.body--front .front-slider-block__title {
		font-size: 1.75rem
	}
}

@media (max-width:991px) {
	.body--front .front-slider__block {
		width: 100%;
		padding: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		background: 0 0;
	}

	.body--front .front-slider-block__title {
		max-height: 2.4em;
		font-weight: 500;
		font-size: 1.5rem;
		letter-spacing: -.03em
	}
	
	.front-slider-block__date {
		position: static;
		margin-bottom: 20px;
	}
}

@media (max-width:650px) {
	.body--front .front-slider__block {
		padding-right: 15px;
		padding-left: 15px
	}
}

.body--front .front-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 80px
}

.body--front .front-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 33.333%;
	height: auto;
	padding: 60px;
	border-bottom: 1px solid var(--gray)
}

.body--front .front-list__item:nth-child(3n+1) {
	padding-left: 0;
	border-right: 1px solid var(--gray)
}

.body--front .front-list__title {
	font-size: 2.25rem;
	line-height: normal
}

.body--front .front-list__text {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	margin-top: 20px;
	font-size: 1rem;
	line-height: 1.6
}

.body--front .front-list__btn {
	margin-top: 44px
}

.body--front .front-list__btn span {
	width: 180px;
	padding: 17px 0;
	font-size: .875rem;
	line-height: normal
}

@media (max-width:1459px) {
	.body--front .front-list {
		margin-top: 70px
	}

	.body--front .front-list__item {
		padding: 60px 30px
	}

	.body--front .front-list__title {
		font-size: 1.875rem
	}

	.body--front .front-list__btn {
		margin-top: 30px
	}

	.body--front .front-list__btn span {
		width: 116px;
		padding: 14px 0
	}
}

@media (max-width:1229px) {
	.body--front .front-list {
		margin-top: 60px
	}

	.body--front .front-list__item {
		padding: 40px 20px
	}

	.body--front .front-list__title {
		font-size: 1.75rem
	}

	.body--front .front-list__btn span {
		width: 112px;
		padding: 12px 0
	}
}

@media (max-width:991px) {
	.body--front .front-list {
		margin-top: 50px
	}

	.body--front .front-list__item {
		width: 100%;
		padding-right: 0;
		padding-left: 0
	}

	.body--front .front-list__item:nth-child(3n+1),
	.body--front .front-list__item:nth-child(3n+2) {
		border-right: none
	}
}

@media (max-width:767px) {
	.body--front .front-list {
		margin-top: 40px
	}
}

.body--front .front__info {
	margin-bottom: 0
}

.body--front .front-info__info {
	width: calc(50% + 30px);
	padding-right: 60px
}

.body--front .front-info__info .h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.5rem;
	line-height: normal;
	letter-spacing: -.02em
}

.body--front .front-info__text {
	max-width: 29.25em;
	margin-top: 60px;
	font-size: 1.25rem;
	line-height: 1.4
}

.body--front .front-info__more {
	margin-top: 60px;
	padding-right: 36px
}

.body--front .front-info__more:before {
	top: 50%;
	width: 21px;
	height: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url("/local/templates/main/images/small-arrow-gray-2.svg")
}

.body--front .front-info__more:hover:before {
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px)
}

.body--front .front-info__img {
	width: calc(50% - 30px);
	margin-right: 0;
	margin-left: 0
}

.body--front .front-info__img:before {
	padding-top: 58.2%
}

.body--front .front-info__img:after {
	right: 22px;
	bottom: -27px;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg)
}

@media (max-width:1459px) {
	/*
	.body--front .front__info {
		margin-top: 150px
	}*/

	.body--front .front-info__info .h3 {
		font-size: 2rem
	}

	.body--front .front-info__text {
		margin-top: 50px;
		font-size: 1rem;
		line-height: 1.6
	}

	.body--front .front-info__more {
		margin-top: 50px
	}
}
@media (max-width:1229px) {

	.body--front .front-info__info .h3 {
		font-size: 1.87rem
	}
}
@media (max-width:767px) {
	.body--front .front-info__info .h3 {
		font-size: 1.56rem
	}
}
.body--front .content .search-block {
	margin-top: 180px;
	margin-bottom: 0
}

.body--front .content .search-block .h2,
.body--front .front-news__top .h2 {
	font-size: 2.5rem;
	letter-spacing: -.02em
}

.body--front .content .search-block__col:nth-child(2) {
	padding-left: 30px
}

.body--front .content .search-block .form-item:not(.form-item--check) {
	margin-bottom: 30px
}

.body--front .content .search-block .form-item:not(.form-item--check):before {
	top: 0
}

.body--front .content .search-block .form-item:not(.form-item--check) input {
	height: 54px;
	padding-top: 2px;
	padding-bottom: 22px;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.4
}

.body--front .content .search-block .form-item:not(.form-item--check) label {
	top: 0;
	bottom: auto
}

.body--front .content .search-block .checks-block .form-item--check span {
	font-size: .875rem
}

@media (max-width:1459px) {
	.body--front .content .search-block {
		margin-top: 100px
	}

	.body--front .content .search-block .h2 {
		font-size: 2rem
	}
}
@media (max-width:1229px) {
	.body--front .content .search-block .h2 {
		font-size: 1.87rem
	}

	.body--front .content .search-block,
	.body--front .front__info {
		margin-top: 80px
	}

	.body--front .front-info__info {
		width: calc(50% + 20px);
		padding-right: 40px
	}

	.body--front .front-info__more,
	.body--front .front-info__text {
		margin-top: 40px
	}

	.body--front .front-info__img {
		width: calc(50% - 20px)
	}

	.body--front .content .search-block__col:nth-child(2) {
		padding-left: 20px
	}
}

@media (max-width:991px) {
	.body--front .front-info__info {
		width: 100%;
		padding-right: 0
	}

	.body--front .front-info__text {
		max-width: none;
		margin-top: 30px
	}

	.body--front .front-info__img {
		width: 100%;
		margin-top: 40px;
		margin-bottom: 0
	}

	.body--front .content .search-block__top {
		padding: 40px 20px
	}

	.body--front .content .search-block__col:nth-child(2) {
		margin-top: 50px;
		padding-left: 0
	}
}

@media (max-width:767px) {
	.body--front .content .search-block .h2 {
		font-size: 1.56rem
	}
}

.body--front .front__news {
	margin-top: 180px;
	padding-top: 0;
	padding-bottom: 0
}

.body--front .front-news__item {
	width: 32.645%;
	padding-top: 70px;
	padding-bottom: 60px;
	color: inherit
}

.body--front .front-news__item:first-child:after,
.body--front .front-news__item:first-child:before {
	height: 100px
}

.body--front .front-news__item:nth-child(2) {
	width: 34.71%;
	padding-right: 30px
}

.body--front .front-news__item:nth-child(2):before {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100px;
	background-color: var(--gray);
	content: ''
}

.body--front .front-news__item:nth-child(2):after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 100px;
	background-color: var(--gray);
	content: ''
}

.body--front .front-news__item:nth-child(3) {
	padding-left: 30px
}

.body--front .front-news__date {
	display: block;
	margin-bottom: 30px
}

.body--front .front-news__img {
	display: block;
	margin-bottom: 16px
}

.body--front .front-news__item .h4 {
	font-size: 1.75rem;
	letter-spacing: -.03em;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.body--front .front-news__item:hover .h4 {
	color: #7cb97d
}

.body--front .front-news__text {
	display: block
}

.body--front .front-news__all {
	font-weight: 400
}

.body--front .front-news__all:before {
	background-image: url(/local/templates/main/images/black-arrow.svg)
}

.body--front .front-news__more {
	display: inline-block;
	padding-right: 36px
}

.body--front .front-news__more:before {
	top: 50%;
	width: 21px;
	height: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url("/local/templates/main/images/small-arrow-gray-2.svg")
}

.body--front .front-news__more:hover:before {
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px)
}

@media (max-width:1459px) {
	.body--front .front__news {
		margin-top: 150px
	}

	.body--front .front-news__top .h2 {
		font-size: 2rem;
		letter-spacing: -.02em
	}

	.body--front .front-news__item {
		padding-top: 60px;
		padding-bottom: 50px
	}

	.body--front .front-news__item:first-child:after,
	.body--front .front-news__item:first-child:before,
	.body--front .front-news__item:nth-child(2):after,
	.body--front .front-news__item:nth-child(2):before {
		height: 80px
	}

	.body--front .front-news__date {
		margin-bottom: 20px
	}

	.body--front .front-news__item .h4 {
		font-size: 1.5rem
	}

	.body--front .front-news__text {
		margin-bottom: 40px
	}
}

@media (max-width:1229px) {
	.body--front .front-news__top .h2 {
		font-size: 1.87rem;
	}
	.body--front .front__news {
		margin-top: 120px
	}

	.body--front .front-news__item {
		padding-top: 40px
	}

	.body--front .front-news__item:first-child {
		padding-right: 20px
	}

	.body--front .front-news__item:nth-child(2) {
		padding-right: 20px;
		padding-left: 20px
	}

	.body--front .front-news__item:nth-child(3) {
		padding-left: 20px
	}

	.body--front .front-news__item:first-child:after,
	.body--front .front-news__item:first-child:before,
	.body--front .front-news__item:nth-child(2):after,
	.body--front .front-news__item:nth-child(2):before {
		height: 70px
	}
}

@media (max-width:991px) {
	.body--front .front__news {
		margin-top: 100px
	}

	.body--front .front-news__item {
		width: 100%
	}

	.body--front .front-news__wrap .slick-list {
		border-top: 1px solid var(--gray);
		border-bottom: 1px solid var(--gray)
	}

	.body--front .front-news__item:first-child {
		padding-right: 0
	}

	.body--front .front-news__item:nth-child(2) {
		width: 100%;
		padding-right: 0;
		padding-left: 0
	}

	.body--front .front-news__item:nth-child(3) {
		padding-left: 0
	}

	.body--front .front-news__item:first-child:after,
	.body--front .front-news__item:first-child:before,
	.body--front .front-news__item:nth-child(2):after,
	.body--front .front-news__item:nth-child(2):before {
		display: none
	}

	.body--front .front__news .slick-dots {
		position: static;
		width: 100%;
		margin-top: 32.5px;
		text-align: center
	}

	.body--front .front__news .slick-dots li {
		width: 25px;
		height: 25px
	}

	.body--front .front__news .slick-dots li button {
		margin: 7.5px;
		background-color: #d6d6d6
	}

	.body--front .front__news .slick-dots li.slick-active button {
		background-color: var(--green)
	}
}

@media (max-width:767px) {
	.body--front .front-news__top .h2 {
		font-size: 1.56rem;
	}
	.body--front .front__news {
		margin-top: 80px
	}
}

.body--front .front-menu__item {
	letter-spacing: -.03em
}

@media (max-width:1459px) {
	.body--front .front__menu {
		margin-top: 100px;
		margin-bottom: 100px
	}
}

@media (max-width:1229px) {
	.body--front .front__menu {
		margin-top: 80px;
		margin-bottom: 80px
	}
}

@media (max-width:991px) {
	
}

@media (max-width:767px) {
	
}

.body--front .front-doctors {
	margin-top: 180px
}

.body--front .front-doctors__title {
	font-size: 2.5rem;
	letter-spacing: -.02em
}
.body--front .front-doctors__slider {
	margin-top: 40px;
	position: relative;
}
.body--front .front-doctors__wrap .slick-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	
}
.body--front .front-doctors__wrap .slick-arrow:before,
.body--front .front-doctors__wrap .slick-arrow:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0; top: 0;
	transition: 0.3s ease opacity;
}
.body--front .front-doctors__wrap .slick-arrow:before {
	background: url(/local/templates/main_2/css/../images/list-arrow-gray.svg) no-repeat center;
}
.body--front .front-doctors__wrap .slick-arrow:after {
	background: url(/local/templates/main_2/css/../images/list-arrow-green.svg) no-repeat center;
	opacity: 0;
}
.body--front .front-doctors__wrap .slick-arrow:hover:before {
	opacity: 0;
}
.body--front .front-doctors__wrap .slick-arrow:hover:after {
	opacity: 1;
}
.body--front .front-doctors__wrap .slick-prev {
	left: -25px;
	transform: rotate(180deg)
}
.body--front .front-doctors__wrap .slick-next {
	right: -25px;
}
.body--front .front-doctors__wrap .slick-dots {
	width: 100%;
	text-align: center;
	position: static;
	margin-top: 30px;
}
.body--front .front-doctors__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0px;
	margin-right: -15px;
	margin-left: -15px;
	width: calc(100% + 30px);
}
.body--front .front-doctors__wrap.slick-slider {
	display: block;
}
.body--front .front-doctors__wrap .slick-list {
	min-width: 100%;
}
.body--front .front-doctors__wrap .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.body--front .front-doctors__wrap .slick-slide {
	height: auto
}

.body--front .front-doctors__wrap .slick-slide>div {
	height: 100%
}

.body--front .front-doctors__item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 25%;
	height: 100%;
	padding: 0 15px
}
.body--front .front-doctors__item-link {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
	color: inherit;
}
.body--front .front-doctors__item-link .front-doctors__name {
	transition: color 0.3s ease;
}
.body--front .front-doctors__item-link:hover .front-doctors__name {
	color: var(--dark-green)
}
.body--front .front-doctors__img {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	background-image: url('/upload/no_photo.png');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat
}

.body--front .front-doctors__img::before {
	display: block;
	padding-top: 106.25%;
	content: ''
}

.body--front .front-doctors__img img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top
}

.body--front .front-doctors__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 20px
}

.body--front .front-doctors__name {
	font-size: 1.25rem;
	line-height: 1.4
}

.body--front .front-doctors__type {
	margin-top: 12px;
	font-size: .875rem;
	line-height: 1.4;
	text-transform: uppercase
}

.body--front .front-doctors__years {
	margin-top: 12px;
	color: var(--dark-gray);
	font-size: .875rem;
	line-height: 1.4
}

.body--front .front-doctors__btn-wr {
	margin-top: auto
}

.body--front .front-doctors__btn {
	display: inline-block;
	margin-top: 30px
}

.body--front .front-doctors__btn span {
	padding: 17px 22px;
	font-size: .875rem
}

.body--front .front-doctors__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 80px
}

.body--front .front-doctors__all {
	display: inline-block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 44px;
	color: inherit;
	font-size: 1.25rem;
	line-height: 1.4
}

.body--front .front-doctors__all:before {
	position: absolute;
	top: calc(50% - 16px);
	right: 0;
	width: 32px;
	height: 32px;
	background-image: url(/local/templates/main/images/black-arrow.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.body--front .front-doctors__all:hover:before {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

@media (max-width:1459px) {
	.body--front .front-doctors {
		margin-top: 100px
	}

	.body--front .front-doctors__title {
		font-size: 2rem
	}

	.body--front .front-doctors__btn span {
		padding: 14px 19px
	}

	.body--front .front-doctors__bottom {
		margin-top: 60px
	}
}

@media (max-width:1229px) {
	.body--front .front-doctors__title {
		font-size: 1.87rem
	}
	.body--front .front-doctors {
		margin-top: 80px
	}

	.body--front .front-doctors__btn span {
		padding: 12px 15px
	}
	/*
	.body--front .front-doctors__all {
		margin-top: 50px
	}*/
}

@media (max-width:991px) {
	
	.body--front .front-doctors__bottom {
		margin-top: 40px
	}
}

@media (max-width:767px) {
	.body--front .front-doctors__title {
		font-size: 1.56rem
	}
}
/* End */


/* Start:/local/templates/main_2/components/bquadro/sender.subscribe/main/style.css?17332098295353*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding-top: 50px;
    padding-left: 30px;
    padding-right: 75px;
    padding-bottom: 50px;
	color: #35414E;
}

.bx_subscribe_response_container .header-callback__title {
	margin-bottom: 10px;
}
.bx_subscribe_response_container .header-callback__text {
	margin-bottom: 0;
}

.popup-window-close-icon {
	width: 24px;
    height: 24px;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/main/images/close-green.svg);
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* End */


/* Start:/local/templates/main_2/components/bitrix/news.list/qr_codes/style.css?1733209829150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main_2/template_styles.css?174860735427107*/
.department .dir-table-item__top {
    border-top: none;
}

.dir-table__item.department {
    overflow: hidden;
    margin-bottom: 60px;
}

.department .dir-table-item__btn {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 18px 24px 18px 24px;
    background: #7CB97D;
}

.dir-table-item__top .dir-table-item__btn::before,
.dir-table-item__top .dir-table-item__btn::after {
    right: 10px;
    left: auto;
}

.department .description {
    margin-bottom: 30px;
}

.department .dir-table-item-block__item {
    border-top: none;
    padding: 15px 0;
}

.department .dir-table-item__content {
    padding: 18px 24px 24px 24px;
    background-color: #F3FBF4;
    width: calc(66.66% - 10px);
    margin-left: calc(33.33% + 10px);
}

@media (max-width: 991px) {
    .department .dir-table-item__content {
        width: 100%;
        margin: 0;
    }
}


.department .dir-table-item-block__item {
    font-size: 16px;
}

.ow-slider {
    margin-top: 80px;
}

.ow-slider .stat {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ow-slider .stat.owl-carousel .owl-stage-outer .item:not(.department.ow-slider .stat.owl-carousel .owl-stage-outer .item) {
    background-size: cover !important;
    border-radius: 20px;
}

.ow-slider .stat .owl-item {
    display: flex;
    flex-direction: column;
}

.ow-slider .stat .owl-item .item {
    min-height: 100%;
    padding: 20px;
}

.qr_codes .code {
    float: left;
    margin-right: 20px;
}

.ow-slider .item {
    background-color: var(--green);
    background-size: cover !important;
    color: #fff;
    padding: 30px 20px;
    min-height: 210px;
}

.ow-slider .item .title {
    font-size: 40px;
    margin-bottom: 10px;
}

.ow-slider .item .subtitle {
    font-size: 20px;
    min-height: 48px;
}

.ow-slider .item .link {
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}

.ow-slider .item .link:hover {
    color: var(--dark-green);
}

.ow-slider.department .item {
    background-color: #F3FBF4;
    color: var(--black);
    padding: 30px 30px;
    border: 2px solid var(--green);
}

.ow-slider.department .item .title {
    font-size: 20px;
    margin-bottom: 10px;
    height: 55px;
    font-weight: 600;
}

.ow-slider.department .item .link {
    color: #fff;
    margin-top: 60px;
    margin-left: 0px;
    display: inline-block;
    font-weight: normal;
    background-color: var(--green);
    padding: 17px 22px;
    font-size: 16px;
}

.ow-slider.department .item .link:hover {
    background-color: var(--dark-green);
}

.ow-slider.department .item .subtitle {
    /*max-height: 110px;
    overflow: hidden;*/
    font-size: 18px;
    min-height: 210px;
}

/*** sliders ***/
.owl-theme .owl-dots {
    display: none;
}

/*
.department .owl-theme .owl-nav {
    margin-top: -520px;
}

.owl-theme .owl-nav {
    margin-top: -270px;
    float: right;
    margin-right: 20px;
}
*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    font-size: 20px;
}

/*** end sliders ***/

.dir-table__wr::before {
    background-image: none;
}

.department .dir-table-item__block {
    overflow: hidden;
}

.department .dir-table-item-block__item {
    width: calc(50% - 45px);
    float: left;
    margin-right: 30px;
    font-weight: 500;
}

.dir-table-item__label {
    font-weight: 600;
    color: #fff;
}

.dir-table__item:last-child .dir-table-item-block__item:last-child {
    border-bottom: none;
}

.dir-table__item.department .dir-table-item__top .dir-table-item__btn::before,
.dir-table__item.department .dir-table-item__top .dir-table-item__btn::after {
    background-image: none;
    content: "\002B";
    color: #fff;
    font-size: 55px;
    top: 15%;
    font-weight: 200;
}

.wrapper .department h3 {
    width: 100%;
}


/***Redesign***/
.body--front .front-phone-item__time {
    font-size: 16px;
    font-weight: 400;
}

span.one_day {
    display: inline-block;
    width: 43px;
}

.body--front .front-phone-item__phone a {
    font-size: 24px;
    font-weight: 500;
}

.body--front .front-phone-item__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.body--front .header-bottom__bottom {
    margin-top: 10px;
}

.body--front .header-bottom__bottom-right .btn span {
    width: auto;
    padding: 20px 85px;
    line-height: normal;
    font-size: 18px;
    text-transform: inherit;
    font-weight: 700;
    border-radius: 10px;
}

.body--front .header-bottom__slogan {
    font-weight: 500;
    font-size: 32px;
    padding-right: 15px;
    color: var(--green);
}

.body--front .header-bottom__title {
    font-size: 43px;
    font-weight: 500;
    padding-top: 10px;
}

.body--front .header-bottom__wrap {
    background: url('/local/templates/main_2/images/logo2.png') no-repeat 0 35%;
    padding-left: 220px;
    padding-top: 20px;
}

/***check mobile!***/
.header__logo, .header__slogan {
    display: none;
}

/***check mobile!***/

.wrapper .header-main-menu__item .header-main-menu__item-link {
    font-size: 20px;
    font-weight: 500;
}

.wrapper .header-main-menu__item-list--2 .header-main-menu__item .header-main-menu__item-link {
    font-size: 1rem;
    font-weight: 400;
}

.header__menu-item--parent > .header-main-menu__item-link::before {
    top: 3px;
}

.header__blind, .header__search-btn {
    width: 36px;
    height: 36px;
}

.header__wrap {
    border-bottom: 2px solid var(--gray);
}

.header--fixed .header__slogan, .header--fixed .header__right {
    display: none;
}

.head_button {
    display: none;
    margin-left: auto;
}

.btn.head_button span {
    font-size: 14px;
    font-weight: 700;
    text-transform: inherit;
    padding: 12px 12px;
    border-radius: 10px;
    max-width: 290px;
}

.header--fixed .head_button {
    display: block;
}

.header--fixed span.one_day {
    width: 52px;
}

.body--front .header-bottom {
    border-bottom: none;
}

.wrapper .h3 {
    font-size: 32px;
}

.ow-slider .item .title span {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}

.ow-slider .item .title b {
    font-size: 76px;
    font-weight: 700;
    line-height: 0.9;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.ow-slider .item .subtitle b {
    font-weight: 700;
}

.ow-slider .item .link {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.ow-slider .item {
    padding: 0px 20px;
}

.ow-slider .item .title {
    margin-left: 20px;
    margin-bottom: 0px;
}

.ow-slider .item .subtitle {
    font-size: 20px;
    min-height: 48px;
    padding-left: 20px;
}

/*
.owl-theme .owl-nav {
    margin-top: -380px;
}*/

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    font-size: 36px;
    padding: 0px 10px 5px !important;
    border: 2px solid #303030;
    border-radius: 10px;
    line-height: 0.8;
    font-weight: 300;
}

.front__info {
    margin-top: 80px;
}

.body--front .front__info {
    position: relative;
    margin-bottom: 140px;
}

.body--front .front-info__info {
    width: calc(50%);
    padding-right: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.body--front .front-info__img {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.body--front .front-info__img::after {
    right: 0;
    left: 10px;
}

.body--front .front-info__info .h3 {
    font-size: 32px;
    font-weight: 500;
}

.front-info__text p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.6px;
}

.body--front .front-info__text {
    max-width: 26.25em;
    margin-top: 20px;
}

.body--front .front-info__more {
    margin-top: 30px;
    margin-right: 20px;
    font-size: 16px;
    color: #303030;
    font-weight: 700;
    border: 3px solid #7CB97D;
    border-radius: 10px;
    padding: 5px 30px;
}

.body--front .front-info__more:hover {
    color: #7CB97D;
}

.body--front .front-info__more::before {
    display: none;
}

.front-info__info .btn span {
    font-size: 16px;
    font-weight: 700;
    text-transform: inherit;
    padding: 9px 20px;
    border-radius: 10px;
}

.body--front .front-info__info {
    -webkit-box-shadow: 2px 0px 26px 0px rgba(48, 48, 48, 0.11);
    -moz-box-shadow: 2px 0px 26px 0px rgba(48, 48, 48, 0.11);
    box-shadow: 2px 0px 26px 0px rgba(48, 48, 48, 0.11);
    border-radius: 10px;
    padding: 40px 130px;
    top: 40px;
    width: calc(57%);
    z-index: 2;
    background-color: #fff;
}

.body--front .front-info__img::before {
    padding-top: 68.2%;
}

.wrapper .h3 {
    font-size: 32px;
    font-weight: 500;
}

.ow-slider.department .item {
    background-color: #FFF;
    padding: 0 30px 60px  !important;
    border: 3px solid var(--green);
    border-radius: 10px;
    min-height: 360px;
    position: relative;
}

.ow-slider.department .item .title {
    font-size: 20px;
    margin-bottom: 20px;
    height: auto;
    font-weight: 500;
    margin-left: 0;
    margin-top: 20px;
}

.ow-slider.department .item .subtitle {
    font-size: 14px;
    min-height: auto;
    font-weight: 300;
    line-height: 22.4px;
    padding-left: 0;
}

.ow-slider.department .item a {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.owl-carousel .owl-item img {
    width: auto;
    margin-left: 70px;
}

.ow-slider.department .item .icon {
    width: 200px;
    height: 100px;
    background: var(--green);
    margin-left: -30px;
    border-radius: 0 0 10px;
    text-align: center;
    padding-top: 20px;
}

/*
.department .owl-theme .owl-nav {
    margin-top: -490px;
}
*/
.search-block__top {
    -webkit-box-shadow: 2px 0px 26px 0px rgba(48, 48, 48, 0.11);
    -moz-box-shadow: 2px 0px 26px 0px rgba(48, 48, 48, 0.11);
    box-shadow: 2px 0px 26px 0px rgba(48, 48, 48, 0.11);
    border-radius: 10px;
    background-color: #fff;
}

.ow-slider.department .link3 {
    color: #395A3B;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.body--front .content .search-block {
    margin-top: 100px;
}

.ow-slider.department .link3::before {
    position: absolute;
    top: calc(50% - 16px);
    right: -40px;
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.ow-slider.department .link3::before {
    background-image: url(/local/templates/main/images/black-arrow.svg);
}

.ow-slider.department .link3:hover::before {
    right: -60px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.body--front .front__news {
    margin-top: 100px;
}

.body--front .front-news__item:first-child::after, .body--front .front-news__item:first-child::before,
.body--front .front-news__item:nth-child(2)::before, .body--front .front-news__item:nth-child(2)::after {
    display: none;
}

.front-news__wrap {
    border: none;
}

.body--front .front-news__wrap {
    margin: 0 -10px;
}

.body--front .front-news__item {
    padding: 0 !important;
    margin: 20px 10px;
    width: calc(33.33% - 20px) !important;
    -webkit-box-shadow: 2px 0px 26px 0px rgba(48, 48, 48, 0.11);
    -moz-box-shadow: 2px 0px 26px 0px rgba(48, 48, 48, 0.11);
    box-shadow: 2px 0px 26px 0px rgba(48, 48, 48, 0.11);
    border-radius: 10px;
    background-color: #fff;
}

.body--front .front-news__all {
    margin-top: 25px;
    color: #395A3B;
    font-size: 20px;
    font-weight: 500;
}

.body--front .front__menu {
    margin-top: 100px;
}

.front-news__img::before {
    display: none;
}

.front-news__img img {
    position: relative;
}

.body--front .front-news__item .h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    padding: 10px 15px;
}

.body--front .front-news__text {
    display: block;
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 300;
    padding: 0 15px;
}

.body--front .front-news__more::before {
    display: none;
}

.body--front .front-news__more {
    display: inline-block;
    padding-right: 36px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #395A3B;
    margin-bottom: 30px;
}

.body--front .front-news__date {
    display: block;
    margin-bottom: 30px;
    position: absolute;
    right: 15px;
    bottom: -10px;
    font-size: 12px;
    font-weight: 300;
}

.ow-slider.main-slider {
    margin-top: 30px;
}

.ow-slider.main-slider .owl-carousel.owl-loaded {
    position: relative;
    z-index: 1;
}

.ow-slider.main-slider .owl-theme .owl-nav {
    margin-top: -350px;
    position: absolute;
    z-index: 2;
    top: 105%;
    left: 50%;
}

.ow-slider.main-slider .owl-carousel .owl-nav button.owl-next,
.ow-slider.main-slider .owl-carousel .owl-nav button.owl-prev {
    font-size: 150px;
    padding: 0 !important;
    border: none;
    color: #fff;
    font-weight: 100;
    line-height: 1;
    z-index: 3;
    position: relative;
}

.ow-slider.main-slider .owl-carousel .owl-nav button.owl-prev {
    left: -565%;
}

.ow-slider.main-slider .owl-carousel .owl-nav button.owl-next {
    right: -455%;
}

.ow-slider.main-slider .item .title {
    margin-left: 130px;
    margin-bottom: 0;
    font-size: 52px;
    font-weight: 700;
    max-width: 750px;
    padding-top: 150px;
}

.ow-slider.main-slider .item .subtitle {
    margin-top: 20px;
    margin-left: 130px;
    padding-left: 0;
}

.ow-slider.main-slider .item .btn {
    margin-left: 130px;
    margin-top: 40px;
    display: inline-block;
}

.ow-slider.main-slider .item .btn span {
    font-size: 16px;
    color: #303030;
    text-transform: capitalize;
    padding: 10px 50px;
    border-radius: 10px;
    background-color: #fff;
}

.ow-slider.main-slider .item .btn:hover span {
    opacity: .8;
}

.ow-slider.main-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    opacity: .8;
}

.body--front .front-news__more:hover {
    opacity: .6;
}

.owl-carousel.owl-carousel2 .owl-item img {
    height: 60px;
}

.search-block__bottom {
    background-color: #fff;
}

.footer-phone__title {
    font-size: 20px;
    font-weight: 700;
}

.footer-phone__time {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
}

.dir-table-item__top a .icon {
    display: inline-block;
    margin-right: 10px;
    background: var(--green);
    padding: 5px;
}

.body--front .front-phone-item__phone a::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/main_2/css/../images/phone.svg);
}

.body--front .front-phone-item__phone a {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 32px;
}

.header__callback {
    display: none;
}

.header__search-btn {
    margin-right: 0;
}


/***Main Doctor***/
.doctor-list__item.doc_1320 {
    width: 100%;
}

.doctor-list__item.doc_1320 .doctor-list__link {
    width: 27%;
}


.ow-slider.department .item {
    min-height: 400px;
}

.header-bottom {
    display: none;
}

.body--front .header-bottom {
    display: block;
}



.dir-table__item.department a span.icon img {
    height: auto;
}

.dir-table__item.department:last-child {
    border-bottom: none;
}

.dir-table__item.department .row {
    display: flex;
    flex-wrap: wrap;
}

.dir-table__aside {
    display: flex;
    flex-direction: column;
}

.dir-table-item__top {
    height: 100%;
}

.department .dir-table-item__btn {
    height: auto;
    margin-top: auto;
}

@media (max-width: 1459px) {
    .body--front .header-bottom__slogan {
        font-size: 26px;
    }

    .body--front .header-bottom__title {
        font-size: 30px;
    }

    .body--front .header-bottom__bottom-right .btn span {
        width: auto;
        padding: 20px 30px;
    }

    .wrapper .header-main-menu__item .header-main-menu__item-link {
        font-size: 15px;
    }

    .header__menu-item--parent > .header-main-menu__item-link::before {
        top: 0;
    }


    .header-dop__time {
        font-size: 16px;
    }

    .ow-slider .item {
        padding: 0px 0px;

    }

    .front-info__text p {
        font-size: 14px;
    }

    .body--front .front-info__text {
        max-width: 100%;
    }

    .body--front .front-info__info {
        padding: 25px 40px 30px;
    }

    .ow-slider.department .item {
        padding: 0 25px 60px;
    }


    .ow-slider.department .item {
        min-height: 420px;
    }


    .body--front .front-phone-item__phone a {
        font-size: 18px;
    }

    .ow-slider {
        margin-top: 40px;
    }

    .ow-slider.main-slider {
        margin-top: 0px;
    }

    .ow-slider {
        margin-top: 40px;
    }

    .ow-slider .stat {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .ow-slider .owl-carousel1 .item .title {
        font-size: 0px;
        margin-bottom: 0px;
    }


    .ow-slider .item .title span {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
        width: 100%;

    }

    .ow-slider .item .title b {
        font-size: 54px;
        font-weight: 700;
        line-height: 1;
    }


    /*
    .owl-theme .owl-nav {
        margin-top: -345px;
    }*/
    .body--front .header-bottom__wrap {
        background: url('/local/templates/main_2/images/logo2.png') no-repeat 0 20%;
        background-size: 100px;
        padding-left: 130px;
    }
}

@media (max-width: 1229px) {
    .body--front .header-bottom__title {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .body--front .header-bottom__title {
        font-size: 25px;
    }

    .body--front .header-bottom__wrap {
        background: url(/local/templates/main_2/images/logo2.png) no-repeat 0 10%;
        background-size: 80px;
        padding-left: 110px;
    }

    .btn.head_button span {
        font-size: 12px;
        max-width: 170px;
    }

    .body--front .header--fixed .header-bottom__bottom-right .btn span {
        font-size: 12px;
    }

    .wrapper .header--fixed .header-main-menu__item .header-main-menu__item-link {
        font-size: 12px;
    }

    .header__menu-item--parent > .header-main-menu__item-link::before {
        top: -2px;
    }

    /*
    .owl-theme .owl-nav {
        margin-top: -365px;
    }*/


}

@media (max-width: 991px) {

    .header__logo {
        display: block;
        margin-left: 50px;
    }

    .header__menu-btn {
        left: 0;
    }

    .header__wrap {
        padding-right: 0px;
    }

    .body--front .header-bottom__slogan {
        font-size: 20px;
    }

    .body--front .header-bottom__bottom-right .btn span {
        font-size: 14px;
        padding: 20px 15px;
    }

    .btn.head_button span {
        max-width: 300px;
    }

    /*
    .owl-theme .owl-nav {
        margin-top: -345px;
    }*/
    .body--front .front__info {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .body--front .front-info__info {
        position: static;
        width: 100%;

    }

    .body--front .front-news__item {
        width: 100% !important;
        margin: 0 !important;
        box-shadow: none;
    }

    .body--front .front-news__wrap {
        margin: 0;
    }

    .department .dir-table-item-block__item {
        width: 100%;
    }
    .dir-table__main img {
    margin-bottom: 20px;
}
    .dir-table__aside,
    .dir-table__main
    {
        width: 100%;
    }
}

@media (max-width: 704px) {


    /*
    .owl-theme .owl-nav {
        margin-top: -356px;
    }

    .department .owl-theme .owl-nav {
        margin-top: -540px;
    }*/
    .ow-slider .stat {
        margin-bottom: 20px !important;
    }


    .ow-slider .item {
        background-size: auto !important;
    }


    .btn.head_button span {
        font-size: 14px;
    }

    .body--front .header-bottom__wrap {
        background: url('/local/templates/main_2/images/logo2.png') no-repeat center 0;
        padding-left: 0px;
        padding-top: 95px;
        background-size: 30%;
    }

    .body--front .header-bottom__title {
        font-size: 24px;
        font-weight: 500;
        padding-top: 10px;
        max-width: 100%;
        text-align: left;
        margin-top: 10px;
    }

    .body--front .header-bottom__slogan {
        font-size: 20px;
    }

    .body--front .header-bottom__bottom-right {
        margin-top: 20px;
        padding-left: 0px;
        text-align: left;
    }

    .body--front .header-bottom__bottom-right .btn span {
        width: auto;
        padding: 20px 20px;
        line-height: normal;
        font-size: 16px;
        text-transform: inherit;
        font-weight: 700;
        border-radius: 10px;
    }

    .body--front .front-phone {
        text-align: left;
    }

    .body--front .header-bottom__right {
        margin-top: 20px;
    }

    .body--front .front-phone-item__title {
        font-size: 16px;
        margin-bottom: 10px;
        padding-right: 0;
    }

    .body--front .front-phone-item__phone a {
        font-size: 18px;
    }

    .ow-slider.main-slider {
        margin-top: 0px;
    }

    .ow-slider.main-slider .item .title {
        margin-left: 0;
        margin-bottom: 0;
        font-size: 26px;
        font-weight: 700;
        max-width: 750px;
        padding-top: 50px;
    }

    .ow-slider.main-slider .item .subtitle {
        margin-left: 0;
    }

    .ow-slider.main-slider .item .btn {
        margin-left: 0;
        margin-top: 40px;
    }

    .ow-slider.main-slider .item.slide {
    min-height: 0 !important;
        padding-bottom: 30px;
    }

    .wrapper .h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .body--front .front-info__info {
        position: relative;
        width: 100%;
        padding: 40px 30px;
    }

    .body--front .front__info {
        margin-bottom: 40px;
    }

    .body--front .front__info {
        margin-top: 15px;
    }

    .front-info__text p {
        font-size: 14px;
    }

    .body--front .front-info__info .h3 {
        font-size: 20px;
    }

    .body--front .front-info__more {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 5px 42px;
    }

    .ow-slider.department {
        margin-top: 80px;
    }

    .ow-slider.department .link3 {
        color: #395A3B;
        font-size: 16px;
    }

    .body--front .content .search-block {
        margin-top: 40px;
    }

    .body--front .content .search-block__col:nth-child(2) {
        margin-top: 30px;
        padding-left: 0;
    }

    .body--front .front__news {
        margin-top: 40px;
    }

    .front-news__top {
        padding-bottom: 10px;
    }

    .body--front .front-news__item .h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 19.36px;
        padding: 10px;
        display: inline-block;
        margin-bottom: 0;
    }

    .body--front .front-news__text {
        display: block;
        font-size: 14px;
        line-height: 22.4px;
        font-weight: 300;
        padding: 0 10px;
        margin-bottom: 25px;
    }

    .body--front .front-news__wrap .slick-list {
        border-bottom: none;
    }

    .body--front .front__news .slick-dots {
        display: none !important;
    }

    .body--front .front-news__all {
        margin-top: 10px;
        color: #395A3B;
        font-size: 16px;
        font-weight: 500;
    }

    .body--front .front__menu {
        margin-top: 40px;
    }

    .body--front .front-news__date {
        bottom: -10px;
    }

    .body--front .front-news__item {
        height: 480px;
        -webkit-box-shadow: 2px 0px 10px 0px rgba(48, 48, 48, 0.11);
        -moz-box-shadow: 2px 0px 10px 0px rgba(48, 48, 48, 0.11);
        box-shadow: 2px 0px 10px 0px rgba(48, 48, 48, 0.11);
    }


    .ow-slider .owl-carousel1 .item {
        background-size: 100% !important;
    }

    .body--front .front__info {
        margin-top: 15px;
    }

    .body--front .front__info {
        margin-bottom: 140px;
    }

    .qr_codes .code {
        margin-bottom: 20px;
    }

    .footer__tab {
        padding: 20px 45px 20px 0;
    }

    .body--front .header-bottom__wrap {
        background: none;
        padding-top: 0;
    }

    .head_button {
        margin-left: 0;
        max-width: 60%;
        position: absolute;
        right: 0;
    }


    .wrapper .department h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .dir-table__item.department a .icon img {
        margin-bottom: 5px;
    }

    .dir-table-item__top a .icon {
        display: block;
        margin-right: 10px;
        background: var(--green);
        padding: 5px;
        width: 60px;
        float: left;
    }


    .department .description, .dir-table__item.department a img {
        height: auto;
        overflow: hidden;
    }

    .dir-table__item.department {
        margin-bottom: 30px;
    }
}

@media (max-width: 599px) {
    /*
        .owl-theme .owl-nav {
            margin-top: -336px;
        }*/
}

.detail-anchors__inner {
    border: none !important;
    height: 0 !important;
    overflow: hidden !important
}


/**/
.h3.stat {
    padding-right: 100px;
}

.stat .owl-nav {
    position: absolute;
    right: 0;
    bottom: calc(100% + 20px);
}

@media (max-width: 704px) {
    .stat .owl-nav {
        bottom: calc(100% + 10px);
    }
}



.ow-slider.department .owl-stage,
.ow-slider .stat .owl-stage
{
    display: flex;
}

/* 1) сама ссылка: фон, отступы, контекст для ::after/::before */
.wrapper 
  .header-main-menu__item
  > a.header-main-menu__item-link[href="/services/paid/"] {
  
  position: relative;    /* нужно для ::after и ::before */
  z-index: 1;
  color: #fff;
  padding-left: 15px;   
  padding-right: 15px;   /* резиновый отступ справа под стрелку */
}

/* 2) зелёная плашка сзади (раньше было ::after) */
.wrapper 
  .header-main-menu__item
  > a.header-main-menu__item-link[href="/services/paid/"]::after {
  
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  background: var(--green);
  z-index: -1;
}

/* 
3) стрелочка справа (раньше было ::before на .selected) 
.wrapper 
  .header-main-menu__item
  > a.header-main-menu__item-link[href="/services/paid/"]::before {
  
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;   
  height: 16px;
  transform: translateY(-50%);
  background: url("/local/templates/main_2/components/bitrix/news.list/paid-slider/images/ico/filter-arrow-white.svg") no-repeat center center;
  z-index: 2;
}
*/

.paid-paragraph {
	padding: 10px;
  	background: var(--green);
  	color: #fff !important;
  	margin-left: -10px;
  	width: 173px;
}
/* End */
/* /local/js.lib/slick/slick.css?17279356511758 */
/* /local/js.lib/slick/slick-theme.css?17279356513127 */
/* /local/js.lib/fancybox3/jquery.fancybox.min.css?172793565112509 */
/* /local/js.lib/scrollbar/jquery.scrollbar.css?172793565122150 */
/* /local/templates/main_2/css/bootstrap.css?173320982913652 */
/* /local/templates/main_2/css/common.css?173805701083310 */
/* /local/templates/main_2/css/common_kate.css?173832739652820 */
/* /local/templates/main_2/css/blind.css?173320982912802 */
/* /local/templates/main_2/css/scrollyeah.min.css?17332098292430 */
/* /local/templates/main_2/assets/owlcarousel/assets/owl.carousel.min.css?17332098293351 */
/* /local/templates/main_2/assets/owlcarousel/assets/owl.theme.default.min.css?17332098291013 */
/* /local/templates/main_2/css/front.css?174549954450333 */
/* /local/templates/main_2/components/bquadro/sender.subscribe/main/style.css?17332098295353 */
/* /local/templates/main_2/components/bitrix/news.list/qr_codes/style.css?1733209829150 */
/* /local/templates/main_2/template_styles.css?174860735427107 */
