

/* Start:/local/templates/redesign/html/owl.carousel.css?17465045404930*/
/**
 * 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 - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    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-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .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; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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/redesign/html/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/redesign/html/jquery.fancybox.min.css?174650454012795*/
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;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background: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{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{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{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.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/templates/redesign/html/css/app.css?174729066313795*/
@media (max-width: 1199px) {
    .footer__logo {
        width: 180px
    }

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

.header {
    position: relative;
    padding: 50px 0 30px 0;
    height: 119px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header__section-link {
    font-family: Intro Bold, serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

.header__section-links {
    width: 946px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 0 0
}

.header__lang-container {
    position: relative;
    border-radius: 10px;
    margin: 0 20px 0 0;
    z-index: 1
}

.header__lang-container, .header__lang-container-section {
    width: 38px;
    height: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header__lang-container-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .35s;
    transition: .35s
}

.header__lang-container-section:hover {
    height: 98px;
    background: #fff
}

.header__lang-container-section:hover .header__lang-container-section-element {
    color: #424242
}

.header__lang-container-section-element {
    width: 42px;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: intro bold, serif;
    font-size: 12px;
    line-height: 133.98%;
    color: #fff;
    text-shadow: 0 0 25px rgba(172, 163, 152, .25);
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 2px -1px;
    -webkit-transition: .35s;
    transition: .35s
}

.header__lang-container-section-element:hover {
    color: #fff !important;
    background: #1f3a5b
}

.header__lang-container-section-element:first-child {
    pointer-events: none;
    cursor: default
}

.header__search-btn {
    padding: 0;
    margin: 0 20px 0 0;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.header__search-btn path, .header__search-btn rect {
    -webkit-transition: .35s;
    transition: .35s
}

.header__search-btn rect {
    opacity: 0
}

.header__search-btn rect:nth-child(2) {
    width: 100%;
    x: 3px;
    y: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__search-btn rect:nth-child(3) {
    width: 100%;
    x: -9px;
    y: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__search-btn.active path {
    opacity: 0
}

.header__search-btn.active rect {
    opacity: 1
}

.header__lk {
    margin: 0 20px 0 0
}

.header__lk, .header__sv {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.header__lk, .header__search-form, .header__sv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__search-form {
    width: 100%
}

.header__search-form-input {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    background: none;
    border-bottom: 1px solid #fff;
    font-size: 32px;
    line-height: 170%;
    color: #fff
}

.header__search-form-input::-webkit-input-placeholder {
    color: #fff;
    opacity: .7
}

.header__search-form-input::-moz-placeholder {
    color: #fff;
    opacity: .7
}

.header__search-form-input:-ms-input-placeholder {
    color: #fff;
    opacity: .7
}

.header__search-form-input::-ms-input-placeholder {
    color: #fff;
    opacity: .7
}

.header__search-form-input::placeholder {
    color: #fff;
    opacity: .7
}

.header__search-form-submit {
    display: none
}

.header__search {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: calc(100vh - 119px);
    background: #1f3a5b;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .35s;
    transition: .35s;
    opacity: 0;
    pointer-events: none
}

.header__search.active {
    opacity: 1;
    pointer-events: auto
}

.header__search-container {
    padding: 60px 0 30px 0
}

.header.header-inner {
    background: #1f3a5b
}

.header__container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    margin: 0 84px -31px 0;
    border-bottom: 4px solid #fff;
    padding: 0 0 31px 0
}

.header__img {
    position: absolute;
    top: -10px;
    left: auto;
    right: 0
}

.footer__svg {
    left: 0;
    height: 413px
}

.footer__png, .footer__svg {
    position: absolute;
    top: auto;
    bottom: 0;
    display: block
}

.footer__png {
    left: 110px;
    height: 323px
}

.footer__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #1d71b8
}

.footer__soc svg {
    width: 20px;
    height: 20px
}

.vk svg {
    width: 26px
}

@media (max-width: 1199px) {
    .footer__soc {
        width: 45px;
        height: 45px
    }
}

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

.footer__contacts-ico {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 10px 20px 0
}

.footer__contacts-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 0 0 20px 0
}

.footer__contacts-email, .footer__contacts-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #fff
}

.footer__contacts-email svg, .footer__contacts-tel svg {
    margin: 0 20px 0 0
}

.footer__contacts-tel {
    margin: 0 0 17px 0
}

.footer__search {
    margin: auto 0 0 0
}

.footer__search-input {
    width: 322px;
    border: 2px solid #1d71b8;
    border-radius: 40px;
    background: none;
    outline: none;
    padding: 16px 27px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.footer__search-input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.footer__search-input::-moz-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.footer__search-input:-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.footer__search-input::-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.footer__search-input::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

@media (max-width: 1199px) {
    .footer__search-input {
        width: 280px
    }
}

.footer__btn-page-up {
    margin: 0 0 0 auto
}

.footer {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #1f3a5b
}

.footer__container {
    position: relative;
    padding: 66px 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1
}

.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px 0
}

.footer__section-soc {
    width: 190px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__section-soc, .footer__section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__section-top {
    margin: 0 0 120px 0
}

.footer__section-bottom, .footer__section-top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 200px;
}

.footer__section-bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.footer__copyright {
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    margin: 0 0 20px 0
}

.footer__developer {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: hsla(0, 0%, 100%, .6);
    text-shadow: 0 0 25px rgba(172, 163, 152, .25);
    margin: 0
}

.canvas-background, .canvas-background canvas {
    position: absolute
}

#right-top {
    top: 0;
    left: auto;
    right: 0;
    width: 850px;
    height: 1260px;
    overflow: hidden
}

#right-top-canvas {
    top: 0;
    left: 4px
}

#left-center {
    top: 1000px;
    left: 0;
    width: 1000px;
    height: 2900px
}

.app__container-background {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.app__background-gradient {
    width: 100%;
    height: 63%;
    background: radial-gradient(160.21% 100% at 50% 0, #1f3a5b 30.66%, #1d71b8 68.75%, #0293df 82.05%, #fff 100%)
}

.mainIco {
    position: absolute;
    z-index: 1
}

.mainIco.left {
    top: 1217px;
    left: 0
}

.mainIco.right {
    top: 2005px;
    left: auto;
    right: 0
}

.header__inner-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 64px 0
}

.header__inner-pagination-link {
    font-family: intro regular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0293df;
    text-decoration: none;
    margin: 0
}

.header__inner-pagination-link:last-child {
    color: #8f9cad
}

.header__inner-pagination-link:last-child path {
    fill: #8f9cad
}

.header__inner-pagination-link-svg {
    margin: 0 16px
}

.header__inner-pattern {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 2
}

.header__inner {
    position: relative;
    width: 100%;
    padding: 70px 0 55px 0;
    background: #1f3a5b;
    overflow: hidden
}

.header__inner-title {
    margin: 0
}

.header__inner-img {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0
}

.header__inner-container {
    z-index: 3 !important
}

#app, body, html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
    /*height: 100%*/
}

body {
    font-family: intro regular, serif;
    font-style: normal
}

#app {
    height: auto
}

#app, .container {
    position: relative
}

.container {
    width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    z-index: 1
}

.container.padding {
    padding: 90px 0
}

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

h1 {
    font-family: intro bold;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 1440px) {
    .container {
        width: 1110px
    }
}

@media (max-width: 1199px) {
    .container {
        width: 930px
    }
}

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

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

@media (max-width: 575px) {
    .container {
        width: 300px
    }
}

@font-face {
    font-family: intro bold;
    font-style: normal;
    font-weight: 600;
    src: url(/local/templates/redesign/html/css/../fonts/intro_bold.ttf)
}

@font-face {
    font-family: intro regular;
    font-style: normal;
    font-weight: 400;
    src: url(/local/templates/redesign/html/css/../fonts/intro_regular.ttf)
}
/* End */


/* Start:/local/templates/redesign/html/css/chunk-40fd552d.css?174650453911445*/
.about__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about__title{font-size:27px;line-height:140%;margin:0 0 20px 0}.about__text,.about__title{font-family:intro regular;font-style:normal;font-weight:400;color:#424242}.about__text{font-size:16px;line-height:200%}.about__video{width:565px;-ms-flex-negative:0;flex-shrink:0;margin-left:150px}.about__video-link{display:block;max-width:100%;border-radius:10px;-webkit-box-shadow:0 15px 24px rgba(72,86,130,.44);box-shadow:0 15px 24px rgba(72,86,130,.44);background-color:hsla(0,0%,100%,.5);overflow:hidden;position:relative}.about__video-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.5)}.about__video-link img{max-width:100%;display:block;width:566px;height:318px;-o-object-fit:cover;object-fit:cover}.about__video-play{position:absolute;top:50%;left:50%;margin:-39px 0 0 -39px;width:78px;height:78px;-webkit-box-shadow:0 15px 44px rgba(61,133,249,.44);box-shadow:0 15px 44px rgba(61,133,249,.44);background-color:#fff;border-radius:50%}.about__video-play:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border:9px solid transparent;border-left:17px solid #455380;margin-top:-9px;margin-left:-5px}.about__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.about-item.green .about-item__mini-text,.about-item.green .about-item__number{color:#4fb161}.about-item.light-green .about-item__mini-text,.about-item.light-green .about-item__number{color:#4dbdb8}.about-item.blue .about-item__mini-text,.about-item.blue .about-item__number{color:#0293df}.about-item.dark-blue .about-item__mini-text,.about-item.dark-blue .about-item__number{color:#1d71b8}.about-item__number{font-size:54px;line-height:102.6px}.about-item__mini-text,.about-item__number{font-family:intro bold;font-style:normal;font-weight:700;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.about-item__mini-text{font-size:16px;line-height:190%}.about-item__text{font-family:intro regular;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#424242}.about-map{margin:155px 0 0 0}.about-map__wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.about-map__left,.about-map__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.about-map__left{width:330px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.item-map{width:50%;margin:0 0 44px 0}.item-map--big{width:100%}.item-map--big .item-map__number{font-size:120px;color:#f1b559}.item-map--big .item-map__number,.item-map__number{font-family:intro bold;font-style:normal;font-weight:700}.item-map__number{font-size:54px;color:#8f9cad}.item-map__text{font-family:intro regular;font-style:normal;font-weight:400;font-size:16px;line-height:200%;color:#424242;margin:20px 0 0 0}.about-map__right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;max-width:calc(100% - 330px);margin-bottom:50px}.about-map__right .about-map__info{margin-left:auto}.about-map__info{max-width:685px}.about-map__title{font-size:27px;line-height:140%;margin:0 0 18px 0}.about-map__text,.about-map__title{font-family:intro regular;font-style:normal;font-weight:400;color:#424242}.about-map__text{font-size:16px;line-height:200%}.about-map__map{width:1194px;height:730px;margin:52px 0 0 0}.about-map__map img{margin-left:45px;display:block}.graph-about{margin-top:-70px;height:525px}.graph-about__wrap{position:relative;height:100%}.graph-about__wrap:after{content:"";width:2584px;height:760px;position:absolute;top:-20px;left:50%;margin-left:-1440px;background:url(https://investugra.ru/local/templates/main/html/img/graph.svg) bottom no-repeat;z-index:1;pointer-events:none;-webkit-transform:scaleY(0);transform:scaleY(0);transition:transform .5s,-webkit-transform .5s}.graph-about.visible .graph-about__wrap:after{-webkit-transform:scale(1);transform:scale(1)}.graph-about .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:300px}.graph-about__item{width:20%;margin-right:6%;opacity:0;margin-bottom:-40px;-webkit-transition:opacity .5s,margin-bottom .5s;transition:opacity .5s,margin-bottom .5s}.graph-about.visible .graph-about__item{opacity:1;-webkit-transition-delay:.5s;transition-delay:.5s;margin-bottom:0}.graph-about__icon{width:35px;height:35px;margin-bottom:20px;color:#455380}.icon{-webkit-transition:all .35s;transition:all .35s}.graph-about__icon .icon{max-width:100%;max-height:100%;fill:currentColor}.graph-about.visible .graph-about__item:nth-child(2){-webkit-transition-delay:.75s;transition-delay:.75s;margin-bottom:50px}.graph-about.visible .graph-about__item:nth-child(3){margin-bottom:90px;-webkit-transition-delay:1s;transition-delay:1s}.graph-about.visible .graph-about__item:nth-child(4){margin-bottom:150px;-webkit-transition-delay:1.25s;transition-delay:1.25s}.graph-about__number{font-size:54px;line-height:160%;color:#7f8baf}.graph-about__number,.graph-about__text{font-family:intro bold;font-style:normal;font-weight:700}.graph-about__text{font-size:16px}.about-info__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 128px 0}.about-info__wrap.height{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;margin:0 0 140px 0}.about-info__title{font-family:intro regular;font-style:normal;font-weight:400;font-size:27px;line-height:140%;color:#424242;margin:0 0 20px 0}.about-info__text{font-weight:400;line-height:200%}.about-info__item{position:relative;max-width:654px}.about-info__item.border{background:hsla(0,0%,100%,.1);border:2px solid #e9ecef;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:7px}.about-info__item.small{width:327px;padding:70px 40px 0}.about-info__item.big{-ms-flex-wrap:wrap;flex-wrap:wrap;width:685px;padding:70px 80px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.about-info__inner,.about-info__item.big{display:-webkit-box;display:-ms-flexbox;display:flex}.about-info__inner{margin:0 0 0 auto}.about-info__inner .about-info__items{margin:0 30px 0 0}.about-info__inner .about-info__item{width:328px;background:#fff;-webkit-box-shadow:0 0 24px rgba(31,82,144,.14);box-shadow:0 0 24px rgba(31,82,144,.14);border-radius:15px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:30px 40px;margin:0 0 37px 0}.about-info__number{font-family:intro bold;font-style:normal;font-weight:700;font-size:54px;margin:10px 0;color:#1d71b8}.about-info__mini-text{color:#1d71b8;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.about-info__mini-text,.about-info__text{font-family:intro regular;font-style:normal;font-size:16px;margin:0}.about-info__text{color:#424242}.about-info__tt{position:absolute;top:-30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:248px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:intro bold;font-style:normal;font-weight:700;font-size:34px;color:#1d71b8;background:#fff;-webkit-box-shadow:0 0 24px rgba(31,82,144,.14);box-shadow:0 0 24px rgba(31,82,144,.14);border-radius:7px}.about-info__item-block{max-width:215px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 30px 40px 0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.about-concurent__wrap,.about-info__item-block{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.about-concurent__wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1026px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.about-concurent__title{font-size:27px;line-height:140%;margin:0 0 70px 0}.about-concurent__title,.item-concurent__text{font-family:intro regular;font-style:normal;font-weight:400;color:#424242}.item-concurent__text{font-size:16px;line-height:16px;max-width:208px;margin:30px 0 30px 0}.passport{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.passport__title{font-size:27px;line-height:140%;color:#424242}.doc__link,.passport__title{font-family:intro regular;font-style:normal;font-weight:400}.doc__link{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;line-height:150%;text-transform:uppercase;color:#8f9cad;text-decoration:none}.doc__link span{margin:10px 0 0 20px}.passport__content{position:relative;width:1400px;height:742px;background:#fff;-webkit-box-shadow:0 0 24px rgba(31,82,144,.14);box-shadow:0 0 24px rgba(31,82,144,.14);border-radius:15px;margin:40px 0 0 0}.passport__content:before{position:absolute;top:auto;left:auto;right:42px;bottom:-15px;content:"";width:70%;height:15px;background:rgba(77,189,184,.7);border-radius:0 0 5px 5px}.owl-carousel{padding:40px 120px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.owl-carousel .owl-dots{position:absolute;top:auto;left:auto;right:140px;bottom:-72px;counter-reset:slides-num;width:150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.owl-carousel .owl-dot{counter-increment:slides-num;outline:none}.owl-carousel .owl-dot.active:before{content:counter(slides-num);font-family:intro bold;font-weight:700;font-size:54px;line-height:69px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:right}.owl-carousel .owl-dot.active:before,.owl-carousel .owl-dots:after{display:inline-block;vertical-align:middle;font-style:normal;color:#1d71b8}.owl-carousel .owl-dots:after{content:"/ " counter(slides-num);font-family:intro regular;font-weight:400;font-size:24px;line-height:31px;margin-top:8px}.owl-carousel .owl-nav{position:absolute;top:auto;left:auto;right:119px;bottom:-56px;width:200px;margin-left:auto}.about-accordion,.owl-carousel .owl-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.about-accordion{margin:140px 0 0 0;-webkit-transition:.35s;transition:.35s}.about-accordion .about-accordion__container-accordion{width:32%}.about-accordion__container-accordion{border-bottom:1px solid #1f3a5b;padding-bottom:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-transition:.35s;transition:.35s}.about-accordion__title{font-family:intro bold;font-style:normal;font-weight:700;font-size:16px;line-height:140%;color:#1f3a5b;cursor:pointer;width:100%;display:block;-webkit-transition:.35s;transition:.35s}.about-accordion__body{overflow:hidden;height:0}.about-accordion__input:checked~.about-accordion__body{height:100%;margin:50px 0 40px}
/* End */


/* Start:/local/templates/redesign/html/css/chunk-b72f18a2.css?174650453930314*/
.slider__left-col-soc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto 10px 0 0}.slider__left-col-soc-link{margin:0 0 36px 0}.slider__left-col-soc-link:last-child{margin:0}.slider__left-col-dots{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.slider__left-col-dot,.slider__left-col-dots{display:-webkit-box;display:-ms-flexbox;display:flex}.slider__left-col-dot{-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border:none;background:none;outline:none;font-weight:400;font-size:14px;line-height:150%;text-align:right;letter-spacing:.15em;text-transform:uppercase;color:#fff;margin:0 0 80px 0;padding:0 10px 0 0;-webkit-transition:.35s;transition:.35s;cursor:pointer}.slider__left-col-dot:last-child{margin:0}.slider__left-col-dot.active{pointer-events:none;border-right:5px solid #fff;height:36px}.slider__left-col-dot.active .slider__left-col-dot-name{display:none}.slider__left-col-dot.active .slider__left-col-dot-num{display:block}.slider__left-col-dot-num{display:none;font-weight:700;font-size:24px;line-height:150%;letter-spacing:.15em;text-transform:uppercase;color:#fff}.slider__left-col{position:absolute;top:117px;left:-184px;width:183px;height:558px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.slider__right-col-slide{position:absolute;top:0;left:0;opacity:0;pointer-events:none;-webkit-transition:.35s;transition:.35s;padding:130px 0 0 106px}.slider__right-col-slide.active{opacity:1;pointer-events:auto}.slider__right-col-slide-sub-title{font-size:14px;line-height:14px;letter-spacing:.15em;margin:0 0 36px 0}.slider__right-col-slide-sub-title,.slider__right-col-slide-title{font-family:intro bold,serif;font-weight:900;text-transform:uppercase;color:#fff}.slider__right-col-slide-title{max-width:615px;font-size:64px;line-height:150%;margin:0 0 60px 0}.slider__right-col-slide-btn{background:#fff;text-decoration:none;padding:25px 80px;border-radius:50px;color:#1f3a5b;font-weight:700;font-size:18px;line-height:140%}.slider__right-col{position:relative}.slider{width:100%;height:760px;border-left:1px solid hsla(0,0%,100%,.35);margin:0 0 0 183px}.project__card,.slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.project__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:370px;height:320px;border-radius:15px;text-decoration:none;margin:0 0 72px 116px}.project__card.background{background:#fff;-webkit-box-shadow:0 0 24px rgba(31,82,145,.5);box-shadow:0 0 24px rgba(31,82,145,.5)}.project__card.blue .project__card-num{color:#4a8dc6}.project__card.blue .project__card-num-line-1,.project__card.blue .project__card-num-line-2{background:#4a8dc6}.project__card.green .project__card-num{color:#4dbdb8}.project__card.green .project__card-num-line-1,.project__card.green .project__card-num-line-2{background:#4dbdb8}.project__card.yellow .project__card-num{color:#f1b559}.project__card.yellow .project__card-num-line-1,.project__card.yellow .project__card-num-line-2{background:#f1b559}.project__card.green-light .project__card-num{color:#4fb161}.project__card.green-light .project__card-num-line-1,.project__card.green-light .project__card-num-line-2{background:#4fb161}.project__card.red .project__card-num{color:#eb5c55}.project__card.red .project__card-num-line-1,.project__card.red .project__card-num-line-2{background:#eb5c55}.project__card.add{background:hsla(0,0%,100%,.1);border:2px dashed #fff}.project__card.add .project__card-container{padding:62px 100px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.project__card.add:after,.project__card.add:before{display:none}.project__card.add .project__card-title{font-weight:700;font-size:30px;line-height:125%;text-align:center;color:#fff;margin:0 0 16px 0}.project__card.add svg{position:relative;top:0;left:0}.project__card:before{background:hsla(0,0%,100%,.5)}.project__card:after,.project__card:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:15px;z-index:-1;-webkit-transition:.35s;transition:.35s}.project__card:after{background:hsla(0,0%,100%,.25)}.project__card:hover:before{top:-15px;left:15px;opacity:1}.project__card:hover:after{top:-30px;left:30px;opacity:1}.project__card svg{position:absolute;top:24px;left:-59px}.project__card-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;padding:57px 75px 47px 86px;-webkit-box-sizing:border-box;box-sizing:border-box}.project__card-title{font-size:25px;line-height:135%;color:#424242}.project__card-num,.project__card-title{font-family:intro bold,serif;font-weight:700;margin:0}.project__card-num{font-size:75px;line-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;white-space:nowrap}.project__card-num.letter-spacing{letter-spacing:-.05em}.project__card-sub-title{max-width:200px;font-family:intro regular,serif;font-weight:400;font-size:16px;line-height:133.98%;color:#010101;margin:0}.project__card-num-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto 0}.project__card-num-plus{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;width:13px;height:13px;margin:0 0 0 5px}.project__card-num-line-1{position:absolute;width:13px;height:3px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:2px}.project__card-num-line-2{position:absolute;width:3px;height:13px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:2px}@media(max-width:1440px){.project__card{margin:0 0 72px 0}}@media(max-width:1199px){.project__card{width:300px;height:300px;margin:70px 0 0 0}.project__card svg{width:80px;height:80px;top:-43px;left:20px}.project__card-container{padding:57px 27px 27px 27px}}@media(max-width:767px){.project__card{width:100%}}@media(max-width:767px){.project__card-num{font-size:55px}}.project{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:1;margin:30px 0 128px -117px;padding:0 0 0 59px;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width:1440px){.project{padding:0 120px;margin:30px 0 128px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(max-width:991px){.project{padding:0 20px;margin:30px 0 60px 0}}.title-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin:0 0 60px 0}.title-block.partners__title .title-block__title{color:#1f3a5b}.title-block__title{font-weight:700;font-size:75px;line-height:96px;text-transform:uppercase;color:#fff;margin:0}.title-block__link{font-size:16px;line-height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:right;letter-spacing:.15em;text-transform:uppercase;color:#fff;text-decoration:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto 0 20px 0}.title-block__link-plus{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;width:14px;height:14px;margin:0 0 0 8px}.title-block__link-plus-1{position:absolute;width:14px;height:3px;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:2px;background:#fff}.title-block__link-plus-2{position:absolute;width:3px;height:14px;left:52%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:2px;background:#fff}@media(max-width:991px){.title-block__title{font-size:44px}}@media(max-width:767px){.title-block{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 0 30px 0}}.news__card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:328px;height:505px;background:#fff;-webkit-box-shadow:0 0 24px rgba(31,82,144,.14);box-shadow:0 0 24px rgba(31,82,144,.14);border-radius:10px;text-decoration:none;margin:0 0 0 29px}.news__card svg{position:absolute;top:-19px;left:22px;z-index:-1}.news__card-title-block{width:100%;height:169px;padding:40px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.news__card-title{font-weight:700;font-size:16px;line-height:140%;color:#010101;margin:0}.news__card-img{width:100%;height:183px;-o-object-fit:cover;object-fit:cover}.news__card-description-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:90px;padding:25px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.news__card-description-date{font-size:13px;line-height:150.08%;text-transform:uppercase;color:#010101;margin:0 0 2px 0}.news__card-description-pars{font-size:13px;line-height:150.08%;color:#8f9cad;margin:0}.news__card-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:63px;padding:0 30px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0 0 10px 10px;border-top:1px solid #e9ecef}.news__card-text{font-weight:700;font-size:13px;line-height:150.08%;text-transform:uppercase;color:#4a8dc6}.news__card-plus{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;width:14px;height:14px;margin:0 0 0 8px}.news__card-plus-1{width:14px;height:3px;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.news__card-plus-1,.news__card-plus-2{position:absolute;border-radius:2px;background:#4a8dc6}.news__card-plus-2{width:3px;height:14px;left:52%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media(max-width:1440px){.news__card:nth-child(4){display:none}}@media(max-width:1199px){.news__card{width:290px}}@media(max-width:991px){.news__card{width:325px;margin:0 0 40px 0}.news__card:nth-child(4){display:-webkit-box;display:-ms-flexbox;display:flex}}@media(max-width:767px){.news__card{width:350px}}@media(max-width:575px){.news__card{width:300px}}.news{margin:0 0 40px 0}.news__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 0 -30px;z-index:1}@media(max-width:1440px){.news__container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(max-width:991px){.news{margin:0 0 60px 0}.news__container{margin:0}}@media(max-width:767px){.news__container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.events__card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:313px;height:300px;border:2px solid #e9ecef;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:7px;text-decoration:none;margin:0 0 30px 22px}.events__card.blue .events__card-container-date-1,.events__card.blue .events__card-container-date-2{color:#4a8dc6}.events__card.green .events__card-container-date-1,.events__card.green .events__card-container-date-2{color:#4dbdb8}.events__card-dec{position:absolute;top:0;left:27px}.events__card-title{padding:53px 30px 10px 30px;font-size:16px;line-height:140%;color:#010101;margin:0 0 auto 0}.events__card-container,.events__card-title{-webkit-box-sizing:border-box;box-sizing:border-box}.events__card-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 30px 41px 30px;margin:auto 0 0 0}.events__card-container-date-1{font-weight:900;font-size:34px;line-height:34px;margin:0 0 10px 0}.events__card-container-date-2{font-size:14px;line-height:131.32%;text-transform:uppercase;margin:0}@media(max-width:1440px){.events__card{width:328px}}@media(max-width:1199px){.events__card{width:268px}}@media(max-width:991px){.events__card{width:294px}}@media(max-width:767px){.events__card{width:100%}}@media(max-width:575px){.events__card:last-child{margin:0 0 0 22px}}.events__container{position:relative;width:100%;background:#fff;-webkit-box-shadow:0 0 24px rgba(31,82,144,.14);box-shadow:0 0 24px rgba(31,82,144,.14);border-radius:15px;padding:40px 40px 10px 40px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 200px 0}.events__container:before{position:absolute;content:"";top:auto;left:auto;right:40px;bottom:-15px;background:rgba(77,189,184,.7);border-radius:0 0 5px 5px;width:75%;height:15px}.events__container-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 22px);height:100%;margin:0 0 0 -22px}@media(max-width:575px){.events__container{padding:10px}}.partners{margin:0 0 200px 0}.partners__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 0 -67px}.partners__link{margin:0 0 67px 67px}.partners__img{width:226px;-o-object-fit:cover;object-fit:cover}.scheme{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:906px}.scheme,.scheme__container{display:-webkit-box;display:-ms-flexbox;display:flex}.scheme__container{position:relative;width:calc(100% + 1px);min-height:293px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box}.scheme__container.left-scheme{border-right:6px solid #4dbdb8}.scheme__container.left-scheme.final-stage{border-right:6px solid #f1b559}.scheme__container.left-scheme.final-stage .scheme__arrow:first-child path{fill:#f1b559}.scheme__container.left-scheme .scheme__arrow:first-child{left:calc(100% + 15px)}.scheme__container.right-scheme{border-left:6px solid #4dbdb8;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.scheme__container.right-scheme.final-stage .scheme__arrow:first-child path{fill:#f1b559}.scheme__container.right-scheme .scheme__block-arrow-vertical{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.scheme__container.right-scheme .scheme__block-arrow-left{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.scheme__container.right-scheme .scheme__block-arrow{left:60px}.scheme__container.right-scheme .scheme__block-text-left{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;left:49px;right:auto;text-align:left}.scheme__container.right-scheme.final-stage{border-left:6px solid #f1b559}.scheme__container.right-scheme .scheme__arrow{top:14px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.scheme__container.right-scheme .parallelBlockArrowClose-child-svg{top:calc(100% - 10px);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.scheme__container.right-scheme .scheme__arrow:first-child{left:auto;right:calc(100% - 9px)}.scheme__container.first .scheme__element:nth-child(2){position:relative}.scheme__container.first .scheme__element:nth-child(2):before{position:absolute;top:-6px;left:0;content:"";width:70px;height:6px;background:#fff}.scheme__container.last{border:none!important}.scheme__container.last .scheme__element:last-child{position:relative}.scheme__container.last .scheme__element:last-child:before{position:absolute;top:-6px;left:50px;right:auto;content:"";width:100%;height:6px;background:#fff}.scheme__container.last.right-scheme .scheme__element:last-child:before{width:50px;right:auto;left:0}.scheme__container.last .scheme__arrow:first-child{display:none!important}.scheme__container .scheme__arrow:first-child{position:absolute;top:50%;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.scheme__element{-webkit-box-sizing:border-box;box-sizing:border-box;padding:23px 15px 30px 15px;margin:0 0 100px 0;border-top:6px solid #4dbdb8;width:100%}.scheme__element.small .scheme__container-element{background:none;padding:40px 0 0 0;border-radius:0;border:none}.scheme__element.small .scheme__container-element .scheme__title{font-weight:500}.scheme__element.small .scheme__container-element .scheme__main-icon{top:-43px;left:-32px}.scheme__element.final-stage{border-top:6px solid #f1b559}.scheme__element.final-stage+.scheme__arrow path{fill:#f1b559}.scheme__element.child .child-svg{position:absolute;top:-65px;left:50%;-webkit-transform:translateX(-50%) rotate(90deg);transform:translateX(-50%) rotate(90deg)}.scheme__element.child .scheme__container-element:first-child{margin:0 0 100px 0;cursor:default}.scheme__element.child .scheme__container-element:first-child:before{position:absolute;top:0;left:50%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);width:6px;height:calc(100% + 106px);background:#4dbdb8;z-index:-1}.scheme__element.parallelBlockArrow{border-right:6px solid #4dbdb8;border-bottom:6px solid #4dbdb8}.scheme__element.final-stage .scheme__container-element:first-child:before{background:#f1b559}.final-child .child-svg path,.scheme__element.final-stage .child-svg path{fill:#f1b559}.final-child .scheme__container-element:first-child:before{background:#f1b559!important}.parallelBlockArrowClose-child{position:absolute;top:auto;left:auto;right:0;bottom:0;width:70%;height:70%;border-bottom:6px solid #4dbdb8;border-left:6px solid #4dbdb8}.parallelBlockArrowClose-child-svg{position:absolute;top:calc(100% - 8px);left:100%}.scheme__container-element{position:relative;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;border:2px solid #e9ecef;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:190px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-radius:15px;padding:40px 20px 20px 20px;-webkit-transition:.35s;transition:.35s}.scheme__main-icon{position:absolute;width:80px;height:80px;top:-67px}.scheme__arrow{position:relative;top:-10px;left:-13px;width:0;height:0;z-index:2}.scheme__arrow.final path{fill:#f1b559}.scheme__block-arrow{position:absolute;top:-90px;display:-webkit-box;display:-ms-flexbox;display:flex}.scheme__block-arrow.right-arrow{top:-90px;left:60px}.scheme__block-arrow-vertical{display:block;width:2px;height:45px;background:#4dbdb8}.scheme__block-arrow-left{display:-webkit-box;display:-ms-flexbox;display:flex;width:40px;height:2px;background:#4dbdb8}.scheme__block-arrow-left svg{margin:-4px 0 0 -1px}.scheme__block-arrow-right{display:none;width:40px;height:2px;background:#4dbdb8;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.scheme__block-arrow-right svg{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin:-4px -1px 0 0}.scheme__block-text-left,.scheme__block-text-right{position:absolute;top:-15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:108px}.scheme__block-text-left{left:auto;right:calc(100% + 8px);text-align:right}.scheme__block-text-right{display:none;left:calc(100% + 8px)}.scheme__notes{position:absolute;width:calc(100% + 4px);top:100%;left:-2px;background:#fff;border:2px solid #e9ecef;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0 0 15px 15px;padding:20px;z-index:1;opacity:0;pointer-events:none;-webkit-transition:.35s;transition:.35s}.scheme__notes ol{padding-left:18px;margin:0 0 20px 0}.scheme__element.notes-element{cursor:pointer}.scheme__element.notes-element .scheme__container-element:hover{border-radius:15px 15px 0 0}.scheme__element.notes-element .scheme__container-element:hover .scheme__notes{opacity:1;pointer-events:auto}.scheme__files-container{position:absolute;top:-28px;left:71px;height:45px;background:#f4f6fe;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:.35s;transition:.35s}.scheme__files-container.one{width:45px;border-radius:100%}.scheme__files-container.multi{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;border-radius:10px}.scheme__files-container.multi path{-webkit-transition:.35s;transition:.35s}.scheme__files-container:hover{background:#4dbdb8}.scheme__files-container:hover .scheme__files-hover{opacity:1;pointer-events:auto}.scheme__files-container:hover .scheme__files-container-num{color:#fff}.scheme__files-container:hover .scheme__files-container-svg path{fill:#fff}.scheme__files-container-num{font-weight:700;font-size:16px;line-height:21px;color:#4dbdb8;margin:0 0 0 6px;-webkit-transition:.35s;transition:.35s}.scheme__files-hover{opacity:0;pointer-events:none;position:absolute;top:100%;left:-85px;width:300px;padding:40px 20px;background:#fff;border:2px solid #e9ecef;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:7px;z-index:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:.35s;transition:.35s}.scheme__files-hover,.scheme__files-hover a{display:-webkit-box;display:-ms-flexbox;display:flex}.scheme__files-hover a{text-decoration:none;font-weight:400;font-size:13px;line-height:150.08%;text-transform:uppercase;color:#8f9cad;margin:0 0 20px 0}.scheme__files-hover a:last-child{margin:0 0 0 0}.scheme__files-hover a svg{margin:0 28px 0 0}.parallelBlockArrowClose.parallelBlockArrowClose-final .parallelBlockArrowClose-child{border-bottom:6px solid #f1b559;border-left:6px solid #f1b559}.parallelBlockArrowClose.parallelBlockArrowClose-final .parallelBlockArrowClose-child path{fill:#f1b559}.parallelBlockArrow.parallelBlockArrow-final{border-right:6px solid #f1b559;border-bottom:6px solid #f1b559}.scheme__notes-ico{position:absolute;top:auto;bottom:-25px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:2}.left-scheme .scheme__element.parallelBlockArrow{border-left:6px solid #4dbdb8;border-right:none}.left-scheme .parallelBlockArrow.parallelBlockArrow-final{border-left:6px solid #f1b559;border-right:none}.left-scheme .parallelBlockArrowCenter{border-bottom:6px solid #4dbdb8}.left-scheme .parallelBlockArrowCenter.parallelBlockArrowCenter-final{border-bottom:6px solid #f1b559}.left-scheme .parallelBlockArrowClose.parallelBlockArrowClose-final .parallelBlockArrowClose-child{border-bottom:6px solid #f1b559;border-right:6px solid #f1b559;border-left:none}.left-scheme .parallelBlockArrowClose-child{right:auto;left:0}.left-scheme .parallelBlockArrowClose-child-svg{left:0}@media(max-width:1440px){.scheme{margin:0 auto}}@media(max-width:1199px){.scheme{width:700px}.parallelBlockArrow.parallelBlockArrow-final{border-right:none;border-bottom:none}.parallelBlockArrow.parallelBlockArrow-final:before{top:0;margin:0 0 0 -17px;height:100%;border-left:6px solid #f1b559}.parallelBlockArrowClose.parallelBlockArrowClose-final .parallelBlockArrowClose-child{border-left:none;border-bottom:none}.scheme__container.right-scheme .parallelBlockArrowClose-child-svg{display:none}.left-scheme .parallelBlockArrow.parallelBlockArrow-final{border-bottom:none;position:relative}.left-scheme .parallelBlockArrow.parallelBlockArrow-final:before{position:absolute;content:"";top:100%;left:-6px;width:6px;height:100px;background:#f1b559}.parallelBlockArrowClose.parallelBlockArrowClose-final .parallelBlockArrowClose-child{display:none}.parallelBlockArrow.parallelBlockArrow-final{position:relative}.parallelBlockArrow.parallelBlockArrow-final:before{position:absolute;top:100%;left:0;width:6px;height:135px;content:"";background:#f1b559;z-index:1}}@media(max-width:991px){.scheme{width:600px}.scheme__container.final-stage .scheme__arrow path{fill:#f1b559}.scheme__container.last .scheme__element:last-child:before{width:100%}.scheme__container.left-scheme .scheme__element:nth-child(2) .scheme__block-arrow-left,.scheme__container.right-scheme .scheme__element:nth-child(2) .scheme__block-arrow-left{position:absolute;top:-20px;width:2px;height:20px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.scheme__container.left-scheme .scheme__element:nth-child(2) .scheme__block-arrow-left svg,.scheme__container.right-scheme .scheme__element:nth-child(2) .scheme__block-arrow-left svg{margin:0 0 0 -4px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.scheme__container.left-scheme .scheme__element:nth-child(2) .scheme__block-arrow,.scheme__container.right-scheme .scheme__element:nth-child(2) .scheme__block-arrow{left:57px}.scheme__block-text-left{text-align:center!important;top:-65px!important;left:-52px!important}.scheme__element{margin:0 0 120px 0}.left-scheme .parallelBlockArrow.parallelBlockArrow-final:before{height:120px}.left-scheme .parallelBlockArrowCenter.parallelBlockArrowCenter-final{border-bottom:none}.parallelBlockArrow.parallelBlockArrow-final{border-bottom:none!important}.parallelBlockArrow.parallelBlockArrow-final:before{left:100%;height:120px;z-index:-1}.scheme__container.last .scheme__element:last-child:before{width:100%!important}}@media(max-width:767px){.scheme{width:100%}.parallelBlockArrowClose.parallelBlockArrowClose-final .parallelBlockArrowClose-child{display:none}.parallelBlockArrowStart:before{position:absolute;top:40px;margin:0 0 0 -35px;width:30px;height:100%;content:"";border-top:6px solid #f1b559;border-left:6px solid #f1b559}.parallelBlockArrow.parallelBlockArrow-final:before{width:30px;margin:0 0 0 -41px;border-bottom:6px solid #f1b559}.parallelBlockArrowClose.parallelBlockArrowClose-final .parallelBlockArrowClose-child{top:-70px;left:-13px;right:auto;bottom:auto;-webkit-transform:rotate(90deg);transform:rotate(90deg);display:block;width:auto;height:auto}.parallelBlockArrow.parallelBlockArrow-final{border-bottom:none}.parallelBlockArrow.parallelBlockArrow-final:before{width:50%;left:auto;right:-6px;height:140px;background:none;border-top:6px solid #f1b559;border-left:6px solid #f1b559;z-index:1}.left-scheme .parallelBlockArrow.parallelBlockArrow-final:before{left:-6px;border-top:none;border-left:none}}@media(max-width:575px){.scheme__container.small-yes{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.scheme__container.small-yes .scheme__element:not(.small){margin:0}.scheme__container.small-yes .scheme__element.small{border:none!important;padding:0 40px;margin:0 0 20px 0}.scheme__container.small-yes .scheme__element.small .scheme__main-icon{top:40%;-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);left:-62px}.scheme__container.small-yes .scheme__element.small .scheme__container-element{padding:0}.scheme__container .scheme__element{border-top:none}.scheme__container.left-scheme{border-right:none;border-left:6px solid #4dbdb8}.scheme__container.left-scheme .scheme__arrow:first-child{left:8px}.scheme__container.left-scheme.final-stage{border-right:none;border-left:6px solid #f1b559}.scheme__main-icon{left:-60px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.scheme__container-element{padding:20px 10px 10px 30px}.scheme__container.first .scheme__element:nth-child(2):before{width:6px;height:70px;top:0;left:-6px}.scheme__container.last.right-scheme .scheme__element.final-stage:last-child:before{background:#f1b559;width:6px;height:70px}.scheme__container{min-height:150px}.scheme__container .scheme__element{margin:0 0 0 0}.scheme__container .scheme__element.bigIconArrow{margin:90px 0 0 0}.scheme__container.first .scheme__arrow{display:none}.scheme__block-arrow{top:-21px;left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.scheme__container.last .scheme__arrow:first-child{display:block!important;left:14px}.scheme__container .scheme__arrow:first-child{top:-13px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.scheme__block-arrow-vertical{height:20px}.parallelBlockArrowStart:before{margin:0 0 0 -62px}.parallelBlockArrow.parallelBlockArrow-final:before{margin:0 0 0 -62px;top:45px}.parallelBlockArrowClose.parallelBlockArrowClose-final .parallelBlockArrowClose-child{top:-50px;left:-34px;right:auto;bottom:auto;-webkit-transform:rotate(90deg);transform:rotate(90deg);display:block;width:auto;height:auto}.scheme{padding:0 40px}.left-scheme .parallelBlockArrow.parallelBlockArrow-final{border:none}.left-scheme .parallelBlockArrow.parallelBlockArrow-final:before,.parallelBlockArrow.parallelBlockArrow-final:before{top:-20px;height:calc(100% + 10px);left:-42px;width:30px;border-top:6px solid #f1b559;border-left:6px solid #f1b559;background:none}.parallelBlockArrowCenter.parallelBlockArrowCenter-final{position:relative}.parallelBlockArrowCenter.parallelBlockArrowCenter-final:before{position:absolute;content:"";top:-5px;left:-42px;width:6px;height:calc(100% + 5px);background:#f1b559}.scheme__container.last .scheme__element:last-child:before{border-left:6px solid #f1b559;border-bottom:6px solid #f1b559;background:none!important;width:30px!important;left:-36px!important;height:50px!important}.parallelBlockArrow.parallelBlockArrow-final{border-right:none!important}}
/* End */


/* Start:/local/templates/redesign/html/css/main.css?1747290663170820*/
@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800|Roboto:400,500,700&display=swap&subset=cyrillic");

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
@font-face {
    font-family: "Intro Black";
    src: url(/local/templates/redesign/html/css/../fonts/intro-black.woff);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Intro Book";
    src: url(/local/templates/redesign/html/css/../fonts/IntroBook.woff);
    font-weight: normal;
    font-style: normal;
}
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}
.header__container{
    max-width: 1700px;
    width: 100% !important;
}
.header__section-links{
    width: 1150px;
    margin: 0 auto 0 auto !important;
}
@font-face {
    font-family: "GothamPro";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/redesign/html/css/../fonts/GothamPro-Regular.woff") format("woff"), url("/local/templates/redesign/html/css/../fonts/GothamPro-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "GothamPro";
    font-style: normal;
    font-weight: 700;
    src: url("/local/templates/redesign/html/css/../fonts/GothamPro-Bold.woff") format("woff"), url("/local/templates/redesign/html/css/../fonts/GothamPro-Bold.woff2") format("woff2");
}

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

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

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

a,
button,
.icon {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.main_input {
    width: 60% !important;
}

.form-search {
    width: 100%;
}

.form-search__input {
    width: 100%;
    margin-right: 20px;
    height: 55px;
    padding: 0 25px;
    border: 1px solid #d4ddf5;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 7px;
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 133.98%;
    display: flex;
    align-items: center;
    color: #8f9cad;
}
.form-search__input::placeholder {
    color: #8F9CAD;
}

.form-search__input::-webkit-input-placeholder {
    color: #c5cbdb;
}

.form-search__input::-moz-placeholder {
    color: #c5cbdb;
}

.form-search__input::-ms-input-placeholder {
    color: #c5cbdb;
}

.form-search__input::placeholder {
    color: #c5cbdb;
}

.bg-pale-violet {
    /*background-color: #f4f6fe;*/
    padding-top: 160px;
}

.all {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    color: #3d85f9;
    font-size: 14px;
    font-weight: 700;
    line-height: 21.44px;
    text-transform: uppercase;
    text-decoration: none;
}

.all .icon {
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 30px;
    fill: #d4ddf5;
}

.all:hover:after {
    top: 0;
    opacity: 1;
}

.all:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3d85f9;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.all:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3d85f9;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.jq-selectbox {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.jq-selectbox__select {
    padding: 0 50px 0 25px;
    height: 55px;
    border-radius: 4px;
    border: 1px solid #d4ddf5;
    background-color: #fff;
    font-family: 'Montserrat';
    color: #d4ddf5;
    font-size: 14px;
    font-weight: 700;
    line-height: 55px;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 23px;
    right: 25px;
    width: 12px;
    height: 8px;
    background: url(/local/templates/redesign/html/css/../img/arrow.svg) center center no-repeat;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.jq-selectbox__dropdown {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    border: 1px solid #d4ddf5;
    border-top: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
}

.jq-selectbox__dropdown ul {
    padding: 0;
    margin-top: 0;
}

.jq-selectbox__dropdown li {
    padding: 0 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 133.98%;
    display: flex;
    align-items: center;
    color: #1F3A5B;
}

.jq-selectbox__dropdown li:hover {
    background-color: #d4ddf5;
}

.jq-selectbox.opened .jq-selectbox__trigger {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jq-selectbox.opened .jq-selectbox__select {
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.up {
    position: fixed;
    bottom: 250px;
    right: 5%;
    z-index: 100;
    display: none;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0s;
    transition: all 0s;
}

.up .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #c5cbdb;
}

.up:hover .icon {
    fill: #455380;
}

.b-center {
    text-align: center;
}

/* vendor */
/**
 * 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 - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.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: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.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/redesign/html/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-selectbox {
    z-index: 1;
}

.jq-selectbox__select {
    position: relative;
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #8F9CAD;
}

.jq-selectbox__dropdown {
    position: absolute;
}

.jq-selectbox__search input {
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.jq-number {
    display: inline-block;
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left;
    /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    height: auto;
    left: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element, .scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: pointer;
}

.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;
    -webkit-box-sizing: border-box;
    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 ***************/
.scroll-element,
.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
}

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

.scroll-element.scroll-y {
    height: 100%;
    top: 0;
    width: 10px;
}

.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
    border-radius: 0px;
}

.scroll-element .scroll-element_track {
    background-color: #f4f6fe;
}

.scroll-element .scroll-bar {
    background-color: #d4ddf5;
}

.scroll-element:hover .scroll-bar {
    background-color: #d4ddf5;
}

.scroll-element.scroll-draggable .scroll-bar {
    background-color: #d4ddf5;
}

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

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

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

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

.btn {
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px 50px;
    color: #262c32;
    font-family: "GothamPro";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.89deg, #6A74C9 0.22%, #939EFF 100.88%);
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

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

.btn--border {
    border: 1px solid #D4DDF5;
}

.btn:hover {
    color: #fff;
}

.btn:hover:before {
    opacity: 1;
}

.btn2 {
    position: relative;
    background: linear-gradient(90deg, #1D71B8 0%, #0293DF 100%);
    padding: 25px 98px;
    color: #fff;
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    border: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border-radius: 50px;
}

.btn2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0293DF;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.btn2 span {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.btn2:hover {
    color: #fff;
}

.btn2:hover:before {
    opacity: 1;
}

.btn-icon {
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    padding: 15px 25px;
    color: #262c32;
    font-family: "intro regular";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #D4DDF5;
}

.btn-icon .icon {
    width: 19px;
    height: 19px;
    fill: #D4DDF5;
    margin-right: 17px;
}

.btn-icon:hover {
    border-color: #3D85F9;
}

.btn-icon:hover .icon {
    fill: #3D85F9;
}


.logo {
    width: 300px;
    height: 75px;
}

.logo img {
    display: block;
    max-width: 100%;
    min-height: 78px;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -1px auto 0 auto;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 20px;
}


.full-menu {
    display: block;
    width: 25px;
    height: 20px;
    -webkit-transition: background 0s;
    transition: background 0s;
}

.full-menu .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #FFFFFF;
    transition: all .35s;
}
.full-menu:hover .icon{
    transition: all .35s;
    fill: #849fad;
}
.header{
    background: #1f3a5b;
}
.header__search-btn{
    margin-top: 2px;
}
.header__search{
    display: flex !important;
}
.header__search-btn svg path{
    transition: all .35s;
}
.header__search-btn:hover svg path{
    transition: all .35s;
    fill: #849fad;
}
.st0{fill:white !important;}
.header__lk{
    margin-top: 2px;
}
.header__lk  svg path{
    transition: all .35s;
}
.header__lk:hover svg path{
    transition: all .35s;
    stroke: #849fad;
}
.header__lk svg .path{
    transition: all .35s;
}
.header__lk:hover svg .path{
    transition: all .35s;
    fill: #849fad;
}
.header__lk svg circle{
    transition: all .35s;
}
.header__lk:hover svg circle{
    transition: all .35s;
    stroke: #849fad;
}
.header__sv{
    margin-right: 15px;
    margin-top: 2px;
}
.header__sv svg path{
    transition: all .35s;
}
.header__sv:hover svg path{
    transition: all .35s;
    stroke: #849fad;
}
.header__sv svg circle{
    transition: all .35s;
}
.header__sv:hover svg circle{
    transition: all .35s;
    fill: #849fad;
}
.item-activity:hover .item-activity__plus .icon{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header__lang-container-section:hover{
    height: 50px !important;
}
.full-menu.open {
    background: url(/local/templates/redesign/html/css/../img/close-menu.svg) center center no-repeat;
}

.full-menu.open .icon {
    display: none;
}

.lang {
    position: relative;
    margin-right: 40px;
    z-index: 1;
    display: inline-block;
}

.lang:hover .lang__main {
    border-radius: 10px 10px 0 0;
}

.lang:hover .lang__dropdown {
    opacity: 1;
    pointer-events: auto;
}

.lang__main {
    display: block;
    height: 20px;
    padding: 0 10px;
    border-radius: 12.5px;
    background-color: #7F8BAF;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: border 0s;
    transition: border 0s;
}

.lang__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 12.5px 12.5px;
    -webkit-box-shadow: inset 0 0 0 1px #7F8BAF;
    box-shadow: inset 0 0 0 1px #7F8BAF;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    overflow: hidden;
}

.lang__other {
    display: block;
    padding: 0 10px;
    color: #7F8BAF;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.lang__other:hover {
    background: #7F8BAF;
    color: #fff;
}

.search {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 40px;
    -webkit-transition: background 0s;
    transition: background 0s;
}

.search .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #7F8BAF;
}

.search.open {
    background: url(/local/templates/redesign/html/css/../img/close-menu.svg) center center no-repeat;
}

.search.open .icon {
    display: none;
}

.cabinet {
    display: block;
    width: 20px;
    height: 20px;
}

.cabinet .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #7F8BAF;
}

.menu-hidden {
    display: none;
    position: fixed;
    top: 119px;
    left: 0;
    width: 100%;
    background: #fff;
    height: calc(100% - 120px);
    overflow: auto;
    z-index: 2;
}

.padding-top-lk{
    padding-top: 100px;
}

.menu-hidden__top {
    background: #1F3A5B;
    position: relative;
    padding: 60px 0 200px;
    height: auto;
}

.menu-hidden__top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/**.menu-hidden__top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1000px;
    margin-left: -1530px;
    height: 100%;
    background-color: #ebeefc;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
} */

/**.menu-hidden__top:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -960px;
    background: url(/local/templates/redesign/html/css/../img/Group-850.svg) 0 0 no-repeat;
    width: 188px;
    height: 295px;
} */
.menu__canvas{
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: 110px; */
    right: 0;
    /* height: 323px; */
    width: 100%;
    /* height: 100vh; */
    z-index: 0;
    display: flex;
    flex-direction: column-reverse;
}
.menu__canvas img {
    height: 250vh;
    width: 100%;
}
.menu-hidden__col {
    width: 25%;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.menu-hidden__col:nth-child(4) {
    width: 395px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.menu-hidden__col:last-child {
    width: 250px;
    padding-right: 0;
}

.menu-hidden .partners-slider__items {
    padding: 20px 0;
}

.menu-hidden .partners-slider__item {
    border: none;
    height: 100px;
}

.menu-hidden .partners-slider-hidden {
    overflow: hidden;
}

.menu-hidden .owl-stage-outer {
    overflow: visible;
}

.menu-hidden .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: 40px;
}

.menu-hidden .btn--votes {
    margin-top: auto;
    margin-bottom: 40px;
}

.second-level {
    border-left: 1px solid #D4DDF5;
    margin: 18px 0 40px;
    padding-left: 20px;
}

.second-level__li {
    display: block;
    margin-bottom: 15px;
}

.second-level__link {
    color: #455380;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.second-level__link:hover {
    /*border-color: #455380;*/
}

.item-search {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;
}

.item-search__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
}

.item-search__title span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    color: #ffffff;
}

.item-search__title:hover span {
    border-bottom-color: #455380;
}

.item-search__text {
    font-size: 14px;
    line-height: 20px;
    color: #ffffFF;
}
.search-hidden__find{
    color: #ffffff;
    margin: 10px 0;
}
.main-slider {
    position: relative;
    height: 100vh;
}

.slider {
    height: 100vh !important;
    width: max-content;
    margin: 120px auto auto 183px;
}
.slider__container-main{
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px){
    .slider {
        margin: 120px 0 0 81px;
    }
    .slider__left-col-dot-name{
        display: none;
    }
    .slider__left-col-dot-num{
        display: block;
    }
}

.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item {
    height: 100%;
}

.slider .owl-prev,
.slider .owl-next {
    position: absolute;
    top: 50%;
    right: 50px;
    background: url(/local/templates/redesign/html/css/../img/arrow-nav.svg) center center no-repeat !important;
    opacity: 0.5;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 1;
    font-size: 0;
    outline: none;
}

.slider .owl-prev span,
.slider .owl-next span {
    display: none;
}

.slider .owl-prev:hover,
.slider .owl-next:hover {
    opacity: 1;
}

.slider .owl-prev {
    left: 50px;
    right: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.item-slider {
    width: 100%;
    height: 100%;
    padding-top: 120px;
    padding-bottom: 100px;
}

.item-slider .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.item-slider__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center1;
    -ms-flex-align: center1;
    align-items: center1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.item-slider__img img {
    display: block;
    width: auto !important;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item-slider__img:after {
    content: '';
    position: absolute;
    top: 0;
    right: -400px;
    width: 1000px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(53%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 53%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.item-slider__big-title {
    color: #fff;
    font-size: 74px;
    font-weight: 800;
    line-height: 88.8px;
    text-transform: uppercase;
    margin-bottom: 75px;
}

.item-slider__big-title span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.1px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.item-slider__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 90px;
}

.item-slider__steps--mini {
    max-width: 1000px;
}

.item-slider__step {
    margin-right: auto;
}

.item-slider__step:last-child {
    margin-right: 0;
}

.item-slider__number {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16.8px;
    margin-bottom: 25px;
}

.item-slider__number:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 1px;
    background: #fff;
    margin-right: 13px;
}

.item-slider__content {
    position: relative;
    padding-left: 55px;
}

.item-slider__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
}

.item-slider__icon .icon {
    max-width: 100%;
    max-height: 100%;
    fill: #fff;
}

.item-slider__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    margin-bottom: 10px;
}

.slider-thumbs {
    position: absolute !important;
    bottom: 0;
    left: 0;
}

.slider-thumbs .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.slider-thumbs .owl-stage:after {
    width: 0;
}

.item-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 75px;
    overflow: hidden;
    background-color: rgba(69, 83, 128, 0.7);
    position: relative;
    cursor: pointer;
}

.item-thumbs:before, .item-thumbs:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0.2;
    z-index: 1;
}

.item-thumbs:after {
    width: 0%;
    opacity: 1;
}

.item-thumbs__img {
    width: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.item-thumbs__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(71, 85, 130, 0.54)), to(rgba(71, 85, 130, 0.54)));
    background: linear-gradient(0deg, rgba(71, 85, 130, 0.54), rgba(71, 85, 130, 0.54));
}

.item-thumbs__img img {
    width: auto !important;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-thumbs__title {
    width: 50%;
    color: rgba(255, 255, 255, 0.7);
    font-family: "GothamPro";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 16.8px;
    text-transform: uppercase;
    padding: 20px;
}

.item-thumbs--blue .item-thumbs__img:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(63, 136, 248, 0.43)), to(rgba(63, 136, 248, 0.43)));
    background: linear-gradient(0deg, rgba(63, 136, 248, 0.43), rgba(63, 136, 248, 0.43));
}

.item-thumbs--green .item-thumbs__img:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 196, 177, 0.43)), to(rgba(41, 196, 177, 0.43)));
    background: linear-gradient(0deg, rgba(41, 196, 177, 0.43), rgba(41, 196, 177, 0.43));
}

.item-thumbs--orange .item-thumbs__img:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(246, 145, 97, 0.5)), to(rgba(246, 145, 97, 0.5)));
    background: linear-gradient(0deg, rgba(246, 145, 97, 0.5), rgba(246, 145, 97, 0.5));
}

.item-thumbs.active {
    height: 100px;
}

.item-thumbs.active:before {
    width: 100%;
}

.item-thumbs.active:after {
    width: 100%;
    -webkit-transition: width 4s linear;
    transition: width 4s linear;
}

.item-thumbs.active .item-thumbs__img:after {
    opacity: 0;
}

.include-hidden-menu {
    margin-top: auto;
}

.projects {
    padding-top: 50px;
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
}

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

.projects-decor {
    position: absolute;
    top: 65px;
    right: -105px;
    width: 300px;
    height: 554px;
}

.projects-decor__icon {
    position: absolute;
}

.projects-decor__icon--1 {
    top: 10px;
    left: 0px;
}

.projects-decor__icon--2 {
    top: 35px;
    left: 145px;
}

.projects-decor__icon--3 {
    top: 43px;
    left: 186px;
}

.projects-decor__icon--4 {
    top: 151px;
    left: 228px;
}

.projects-decor__icon--5 {
    top: 175px;
    left: 278px;
}

.projects-decor__icon--6 {
    top: 281px;
    left: 228px;
}

.projects-decor__icon--7 {
    top: 324px;
    left: 192px;
}

.projects-decor__icon--8 {
    top: 475px;
    left: 212px;
}

.projects-decor__icon--9 {
    top: 415px;
    left: 212px;
}

.projects-decor__icon--10 {
    top: 439px;
    left: 190px;
}

.projects-decor__icon--11 {
    top: 483px;
    left: 76px;
}

.projects-decor__icon--12 {
    top: 530px;
    left: 87px;
}

.project__item-first {
    width: 446px;
    height: 337px;
    background: url(/local/templates/redesign/html/css/../img/project-first.svg) left top no-repeat;
    margin: 0 15px 30px;
    padding-top: 24px;
}

.project__item-first .item-project {
    margin: 0px;
}

.project__item-first .item-project:hover:before {
    background: -webkit-gradient(linear, left top, right top, from(#3d85f9), color-stop(140%, #6ecbf4));
    background: linear-gradient(90deg, #3d85f9 0%, #6ecbf4 140%);
}

.item-project {
    width: 446px;
    height: 313px;
    margin: 0 15px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 44px rgba(61, 133, 249, 0.44);
    box-shadow: 0 15px 44px rgba(61, 133, 249, 0.44);
    overflow: hidden;
    position: relative;
}

.item-project:before {
    content: '';
    position: absolute;
    top: 0;
    left: -40%;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#3d85f9), to(#6ecbf4));
    background-image: linear-gradient(90deg, #3d85f9 0%, #6ecbf4 100%);
    z-index: 2;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: left 0.35s;
    transition: left 0.35s;
}

.item-project__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-project__img img {
    width: 100%;
    min-height: 100%;
    display: block;
    margin-left: 10%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-project__plus {
    position: absolute;
    top: 45px;
    right: 40px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #5db2f6;
    background: #fff;
    -webkit-box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.09);
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.09);
    transition: all .35s;
}
.item-project__plus:hover{
    transition: all .35s;
    -webkit-box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.1);
}
.item-project__plus .icon {
    display: block;
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.item-project__content {
    position: relative;
    height: 100%;
    padding: 30px 30px 50px 30px;
    border: 2px solid #E9ECEF;
    box-sizing: border-box;
    border-radius: 15px;
    z-index: 3;
    flex-wrap: nowrap !important;
}
.item-project__content-claster{
    border: none !important;
}
.form-support__bg-orange .item-project__content {
    background: linear-gradient(90deg, #F39200 0%, #F1B559 100%)
}

.form-support__bg-violet .item-project__content {
    background: linear-gradient(90deg, #1D71B8 0%, #0293DF 100%)
}

.form-support__bg-green .item-project__content {
    background: linear-gradient(90deg, #00A19A 0%, #4DBDB8 100%)
}

.item-project--black .item-project__content {
    background: linear-gradient(90deg, #EB5C55 0%, #FD9894 100%)
}

.form-support__bg--black .item-project__content {
    background: linear-gradient(90deg, #1F3A5B 0%, #8F9CAD 100%)
}

.item-project__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.16px;
    margin-bottom: 45px;
    max-width: 240px;
}

.item-project__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.16px;
    margin-bottom: 20px;
}

.item-project__number span {
    margin-left: 15px;
    font-size: 64px;
    line-height: 64px;
}

.item-project__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.44px;
}

.item-project:hover:before {
    left: -60%;
}

.item-project:hover .item-project__plus {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.09);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.09);
}

.item-project--grey {
    -webkit-box-shadow: 0 15px 24px rgba(72, 86, 130, 0.44);
    box-shadow: 0 15px 24px rgba(72, 86, 130, 0.44);
}

.item-project--grey:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#455380), to(#7f8baf));
    background-image: linear-gradient(90deg, #455380 0%, #7f8baf 100%);
}

.item-project--grey .item-project__content {
    background-image: -webkit-gradient(linear, left top, right top, from(#455380), to(rgba(127, 139, 175, 0.62)));
    background-image: linear-gradient(90deg, #455380 0%, rgba(127, 139, 175, 0.62) 100%);
}

.item-project--grey .item-project__plus {
    color: #69759d;
}

.item-project--add {
    -webkit-box-shadow: 0 15px 24px rgba(41, 196, 177, 0.44);
    box-shadow: 0 15px 24px rgba(41, 196, 177, 0.44);
    background-image: -webkit-gradient(linear, left top, right top, from(#25c2af), to(#6cefd4));
    background-image: linear-gradient(90deg, #25c2af 0%, #6cefd4 100%);
}

.item-project--add:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#25c2af), to(#6cefd4));
    background-image: linear-gradient(90deg, #25c2af 0%, #6cefd4 100%);
}

.item-project--add .item-project__content {
    background-image: -webkit-gradient(linear, left top, right top, from(#25c2af), to(rgba(108, 239, 212, 0.65)));
    background-image: linear-gradient(90deg, #25c2af 0%, rgba(108, 239, 212, 0.65) 100%);
}

.item-project--add .item-project__plus {
    color: #b3feef;
    position: absolute;
    top: 170px;
    right: auto;
    left: 50px;
    width: 90px;
    height: 90px;
    background: none;
    border: 4px solid #b3feef;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.item-project--add .item-project__plus .icon {
    width: 20px;
    height: 20px;
}

.item-project--add .item-project__img {
    background-image: -webkit-gradient(linear, left top, right top, from(#139f8d), color-stop(60%, #139f8d), to(#6cefd4));
    background-image: linear-gradient(90deg, #139f8d 0%, #139f8d 60%, #6cefd4 100%);
}

.item-project--add .item-project__img img {
    width: auto;
    min-height: 0;
    margin-left: auto;
    margin-top: auto;
    margin-right: 20px;
    z-index: 4;
}

.item-project--orange {
    -webkit-box-shadow: 0 15px 24px rgba(246, 146, 97, 0.44);
    box-shadow: 0 15px 24px rgba(246, 146, 97, 0.44);
}

.item-project--orange:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#f69060), to(#f6c989));
    background-image: linear-gradient(90deg, #f69060 0%, #f6c989 100%);
}

.item-project--orange .item-project__content {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(246, 145, 96, 0.87)), to(rgba(246, 201, 137, 0.65)));
    background-image: linear-gradient(90deg, rgba(246, 145, 96, 0.87) 0%, rgba(246, 201, 137, 0.65) 100%);
}

.item-project--orange .item-project__plus {
    color: #f6ac74;
}

.item-project--fiolet {
    -webkit-box-shadow: 0 15px 24px rgba(138, 111, 254, 0.44);
    box-shadow: 0 15px 24px rgba(138, 111, 254, 0.44);
}

.item-project--fiolet:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#6a74c9), to(#939eff));
    background-image: linear-gradient(to right, #6a74c9 0%, #939eff 100%);
}

.item-project--fiolet .item-project__content {
    background-image: -webkit-gradient(linear, left top, right top, from(#6a74c9), to(rgba(147, 158, 255, 0.59)));
    background-image: linear-gradient(to right, #6a74c9 0%, rgba(147, 158, 255, 0.59) 100%);
}

.item-project--fiolet .item-project__plus {
    color: #a189f7;
}

.item-project:nth-child(2) {
    margin-top: 90px;
}

.item-project:nth-child(4) {
    margin-top: -240px;
}

.item-project:nth-child(5) {
    margin-top: -170px;
}

.project__add {
    width: 446px;
    height: 313px;
    margin: 260px 15px 30px;
    position: relative;
    z-index: 1;
}

.project__add .item-project {
    margin: 0;
}

.project__add-top {
    width: 180px;
    height: 37px;
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -90px;
    background: url(/local/templates/redesign/html/css/../img/project-add-top.svg) center center no-repeat;
}

.project__add-bottom {
    position: absolute;
    top: 20px;
    left: 5%;
    width: 90%;
    height: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 24px rgba(41, 196, 177, 0.24);
    box-shadow: 0px 15px 24px rgba(41, 196, 177, 0.24);
    border-radius: 15px;
}

.project__add-bottom:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 5%;
    width: 90%;
    height: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 24px rgba(41, 196, 177, 0.24);
    box-shadow: 0px 15px 24px rgba(41, 196, 177, 0.24);
    border-radius: 15px;
    z-index: -1;
}

/*====================== Footer ======================*/
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 30px;
    border: 3px solid #c5cbdb;
}

.social__link .icon {
    display: block;
    max-width: 28px;
    max-height: 21px;
    fill: #c5cbdb;
}

.social__link:hover {
    border-color: #7F8BAF;
}

.social__link:hover .icon {
    fill: #7F8BAF;
}

.partner {
    margin-bottom: 40px;
}

.partner__logo {
    display: inline-block;
    width: 275px;
}

.partner__logo img {
    display: block;
    max-width: 100%;
}

.partner__phone, .partner__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    color: #1D71B8;
    font-size: 15px;
    line-height: 24.61px;
    text-decoration: none;
}
.partner__text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    color: #1F3A5B;
    font-size: 15px;
    line-height: 24.61px;
    text-decoration: none;
}
.partner__phone span, .partner__email span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.partner__phone .icon, .partner__email .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 16px;
    max-height: 16px;
    margin-right: 45px;
    fill: #d4ddf5;
}

.partner__phone:hover span, .partner__email:hover span {
    border-color: #1D71B8;
}

/*====================== News ======================*/
.news__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.news__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}

.item-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 22.5px);
    margin-right: 30px;
    -webkit-box-shadow: 0 15px 24px rgba(144, 163, 237, 0.28);
    box-shadow: 0 15px 24px rgba(144, 163, 237, 0.28);
    border-radius: 10px;
    background-color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.item-news:nth-child(4n) {
    margin-right: 0;
}

.item-news--fixed {
    position: relative;
}

.item-news--fixed:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: url(/local/templates/redesign/html/css/../img/fixed.svg) center center no-repeat;
}

.item-news:hover {
    -webkit-box-shadow: 0 4px 24px rgba(144, 163, 237, 0.28);
    box-shadow: 0 4px 24px rgba(144, 163, 237, 0.28);
}

.item-news:hover .more {
    color: #fff;
}

.item-news:hover .more:before {
    width: 100%;
}

.item-news:hover .more .icon {
    fill: #fff;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.item-news__top {
    padding: 25px 62px 15px 30px;
}

.item-news__date {
    color: #262c32;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 700;
    line-height: 19.51px;
    text-transform: uppercase;
}

.item-news__category {
    color: #7f8baf;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
    line-height: 15.5px;
    text-transform: uppercase;
}

.item-news__img {
    width: 100%;
    height: 185px;
    margin-bottom: 30px;
    margin-top: auto;
    overflow: hidden;
}

.item-news__img img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.item-news__title {
    height: 112px;
    padding: 0 30px;
    margin-bottom: 25px;
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1F3A5B;
    overflow: hidden;
}

.more {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 65px;
    padding: 0 30px;
    border-top: 1px solid #d4ddf5;
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #0293DF;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.more .icon {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    fill: #d4ddf5;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.more span {
    position: relative;
}

.more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #3d85f9;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*====================== Activity ======================*/
.activity {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.activity__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 30px 0;
    -webkit-box-shadow: 0 15px 24px rgba(144, 163, 237, 0.28);
    box-shadow: 0 15px 24px rgba(144, 163, 237, 0.28);
    background-color: #fff;
}

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

.activity__top {
    margin-bottom: 45px;
    padding: 0 30px;
}

.activity__top .all {
    display: none;
}

.activity__all {
    margin-bottom: 42px;
}

.activity__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 810px;
    overflow: auto;
}

.activity .scroll-wrapper {
    position: relative;
}

.activity .scroll-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 165px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.activity .scroll-content {
    padding: 0 30px;
    padding-bottom: 100px !important;
}

.activity .scroll-element.scroll-y {
    right: 115px;
}

.item-activity {
    position: relative;
    width: 300px;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #d4ddf5;
    text-decoration: none;
}

/*.item-activity:nth-child(3n) {
    margin-right: 0; }*/
.item-activity:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#3d85f9), to(#6ecbf4));
    background-image: linear-gradient(to right, #3d85f9 0%, #6ecbf4 100%);
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.item-activity:hover {
    -webkit-box-shadow: 0px 15px 24px rgba(144, 163, 237, 0.28);
   box-shadow: 0px 15px 24px rgba(144, 163, 237, 0.28);
}

.item-activity:hover:before {
    opacity: 0;
}


.item-activity:hover .item-activity__plus .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.item-activity--orange .item-activity__date {
    color: #f69060;
}

.item-activity--orange .item-activity__icon .icon {
    fill: #f69060;
}

.item-activity--orange .item-activity__plus .icon {
    fill: #f69060;
}

.item-activity--orange:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#f69060), to(#f6c989));
    background-image: linear-gradient(to right, #f69060 0%, #f6c989 100%);
}

.item-activity--orange:hover {
    -webkit-box-shadow: 0px 15px 44px rgba(246, 144, 96, 0.44);
    box-shadow: 0px 15px 44px rgba(246, 144, 96, 0.44);
}

.item-activity--green .item-activity__date {
    color: #25c2af;
}

.item-activity--green .item-activity__icon .icon {
    fill: #25c2af;
}

.item-activity--green .item-activity__plus .icon {
    fill: #25c2af;
}

.item-activity--green:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#25c2af), to(#6cefd4));
    background-image: linear-gradient(to right, #25c2af 0%, #6cefd4 100%);
}

.item-activity--green:hover {
    -webkit-box-shadow: 0px 15px 44px rgba(37, 194, 175, 0.44);
    box-shadow: 0px 15px 44px rgba(37, 194, 175, 0.44);
}

.item-activity--purple .item-activity__date {
    color: #7e6ff7;
}

.item-activity--purple .item-activity__icon .icon {
    fill: #7e6ff7;
}

.item-activity--purple .item-activity__plus .icon {
    fill: #7e6ff7;
}

.item-activity--purple:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#6a74c9), to(#939eff));
    background-image: linear-gradient(to right, #6a74c9 0%, #939eff 100%);
}

.item-activity--purple:hover {
    -webkit-box-shadow: 0px 15px 44px rgba(126, 111, 247, 0.44);
    box-shadow: 0px 15px 44px rgba(126, 111, 247, 0.44);
}

.item-activity__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
}

.item-activity__icon {
    width: 18px;
    height: 18px;
    margin-right: 20px;
}

.item-activity__icon .icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #3d85f9;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.item-activity__date {
    margin-right: auto;
    color: #3d85f9;
    font-family: 'intro regular';
    font-size: 14px;
    font-weight: 500;
    line-height: 18.38px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.item-activity__date span {
    display: block;
    margin-bottom: 10px;
    font-family: 'intro regular';
    font-size: 34px;
    font-weight: 700;
}

.item-activity__plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f4f6fe;
}

.item-activity__plus .icon {
    display: block;
    width: 12px;
    height: 12px;
    fill: #3d85f9;
}

.item-activity__descr {
    position: relative;
    max-height: 154px;
    color: #455380;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.calendar {
    position: relative;
    width: 100%;
    padding: 20px 0;
    -webkit-box-shadow: 0 15px 44px rgba(61, 133, 249, 0.44);
    box-shadow: 0 15px 44px rgba(61, 133, 249, 0.44);
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#58acf6), to(#6d77cd));
    background-image: linear-gradient(to right, #58acf6 0%, #6d77cd 100%);
    overflow: hidden;
}

.calendar:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -125px;
    width: 256px;
    height: 80%;
    background-image: linear-gradient(57deg, #58acf6 0%, rgba(88, 172, 246, 0.2) 30%, rgba(109, 119, 205, 0) 50%);
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
}

.calendar--mobile {
    display: none;
}

.calendar__wrap {
    position: relative;
}

.calendar__group {
    padding: 20px 20px;
    border-bottom: 1px solid #fff;
}

.calendar__group:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

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

.calendar__year {
    color: rgba(255, 255, 255, 0.24);
    font-size: 45px;
    font-weight: 700;
    line-height: 60.29px;
    text-transform: uppercase;
}

.calendar__activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.76px;
    text-transform: uppercase;
}

.calendar__activity-all {
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.44);
}

.calendar__activity-year {
    margin-right: 5px;
}

.calendar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 37px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.76px;
    text-transform: uppercase;
    text-decoration: none;
}

.calendar__item:hover {
    background-color: rgba(255, 255, 255, 0.14);
}

.calendar__item--noactivity {
    color: rgba(255, 255, 255, 0.44);
}

.calendar__item--noactivity:hover {
    background-color: transparent;
    cursor: default;
}

.calendar__item--noactivity .calendar__month-activity {
    text-decoration: none;
}

.calendar__month-activity {
    text-decoration: underline;
}

.calendar__form {
    padding: 0 20px;
}

.activity-decor {
    position: absolute;
    bottom: -30px;
    right: -70px;
    width: 267px;
    height: 289px;
}

.activity-decor__icon {
    position: absolute;
}

.activity-decor__icon--1 {
    top: 5px;
    right: 0;
}

.activity-decor__icon--2 {
    top: 40px;
    right: 40px;
}

.activity-decor__icon--3 {
    top: 210px;
    right: 40px;
}

.activity-decor__icon--4 {
    top: 145px;
    right: 35px;
}

.activity-decor__icon--5 {
    top: 219px;
    right: 151px;
}

.activity-decor__icon--6 {
    top: 275px;
    right: 170px;
}

.activity-decor__icon--7 {
    top: 176px;
    right: 190px;
}

/*====================== Animation ======================*/
@-webkit-keyframes opacity {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes opacity {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes opacity-50 {
    from {
        opacity: 0.4;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 0.4;
    }
}

@keyframes opacity-50 {
    from {
        opacity: 0.4;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 0.4;
    }
}

.opacity {
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.opacity-long {
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.opacity-fast {
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.opacity-50 {
    -webkit-animation-name: opacity-50;
    animation-name: opacity-50;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*====================== Partners ======================*/
.partners {
    margin-top: -55px;
    padding: 0px 0 0px;
    background-color: #fff;
    margin-bottom: 100px;
}

.partners-slider {
    position: relative;
}

.partners-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    border: 4px solid #f4f6fe;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.partners-slider__item img {
    width: auto !important;
    max-width: 80%;
    max-height: 80%;
}

.partners-slider:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.partners-slider .owl-stage-outer {
    overflow: visible;
}

.partners-slider .owl-item {
    opacity: 0.6;
}

.partners-slider .owl-item.active {
    opacity: 1;
}

.partners-slider__nav {
    /* position: absolute;
    top: -93px; */
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners-slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners-slider .owl-dot {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    padding: 0;
    border-radius: 50%;
    background-color: #d4ddf5;
    outline: none;
    border: none;
    cursor: pointer;
}

.partners-slider .owl-dot.active {
    width: 12px;
    height: 12px;
    background-color: #7f8baf;
}

.partners-slider .owl-dot:hover {
    background-color: #7f8baf;
}

.partners-slider .owl-next,
.partners-slider .owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-right: 15px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.partners-slider .owl-next .icon,
.partners-slider .owl-prev .icon {
    display: block;
    width: 40px;
    height: 40px;
    fill: #d4ddf5;
}

.partners-slider .owl-next.disabled,
.partners-slider .owl-prev.disabled {
    cursor: default;
}

.partners-slider .owl-next.disabled .icon,
.partners-slider .owl-prev.disabled .icon {
    width: 26px;
    height: 26px;
}

.partners-slider .owl-next.disabled:hover .icon,
.partners-slider .owl-prev.disabled:hover .icon {
    fill: #d4ddf5;
}

.partners-slider .owl-next:hover .icon,
.partners-slider .owl-prev:hover .icon {
    fill: #7f8baf;
}

.partners-slider .owl-next {
    margin-right: 0;
    margin-left: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* inner pages */
.inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 9px solid #f4f6fe;
    position: relative;
    margin-bottom: 80px;
    min-height: 370px;
    margin-top: 120px;
    overflow: hidden
}

.inner-top__left {
    position: relative;
    z-index: 1;
}

.inner-top__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.inner-top__bg img {
    display: block;
}

.inner-top__bg:before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -30px;
    background: url(/local/templates/redesign/html/css/../img/inner-top-bg.svg) 0 0 no-repeat;
    width: 337px;
    height: 477px;
}

.inner-top .h1 {
    color: #262c32;
    font-size: 54px;
    font-weight: 800;
    line-height: 64px;
    text-transform: uppercase;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-bottom: 45px;
}

.breadcrumbs__li {
    display: block;
    color: #7f8baf;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    background: url(/local/templates/redesign/html/css/../img/breadcrumbs-blue.svg) left center no-repeat;
    padding-left: 25px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.breadcrumbs__li:first-child {
    padding-left: 0;
    background: none;
}

.breadcrumbs__li:last-child {
    background: url(/local/templates/redesign/html/css/../img/breadcrumbs.svg) left center no-repeat;
}

.breadcrumbs__link {
    text-decoration: none;
    color: #3d85f9;
    border-bottom: 1px solid transparent;
}

.breadcrumbs__link:hover {
    border-bottom-color: #3d85f9;
}

.breadcrumbs__span {
    color: #7f8baf;
}

.about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    align-items: flex-start;
}

.about__title {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 140%;
    color: #424242;
}
.about__description{
    font-family: 'intro regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #424242;
}
.about__text {
    color: #262c32;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.about__video {
    width: 565px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 150px;
}

.about__video-link {
    display: block;
    max-width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 24px rgba(72, 86, 130, 0.44);
    box-shadow:0 0 24 rgba(31, 82, 144, 0.14);
    background-color: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
    overflow: hidden;
    position: relative;
}

.about__video-link img {
    max-width: 100%;
    display: block;
    width: 685px;
    height: 385px;
}

.about__video-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.about__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -39px 0 0 -39px;
    width: 78px;
    height: 78px;
    -webkit-box-shadow: 0 15px 44px rgba(61, 133, 249, 0.44);
    box-shadow: 0 15px 44px rgba(61, 133, 249, 0.44);
    background-color: #fff;
    border-radius: 50%;
}

.about__video-play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-left: 17px solid #0293DF;
    margin-top: -9px;
    margin-left: -5px;
}

.about__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;
}

.about-map__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-map__left {
    width: 330px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.about-map__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: calc(100% - 330px);
    margin-bottom: 50px;
}

.about-map__right .about-map__info {
    margin-left: auto;
}

.about-map__info {
    max-width: 690px;
}

.item-map {
    width: 50%;
    margin-bottom: 50px;
}

.item-map--big {
    width: 100%;
    margin-bottom: 40px;
}

.item-map--big .item-map__text {
    color: #262c32;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}

.item-map__number {
    color: #7f8baf;
    font-size: 54px;
    font-weight: 700;
    line-height: 102.6px;
}

.item-map__text {
    color: #262c32;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.graph-about {
    margin-top: -70px;
    height: 525px;
}

.graph-about__wrap {
    position: relative;
    height: 100%;
}

.graph-about.visible .graph-about__item {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    margin-bottom: 0px;
}

.graph-about.visible .graph-about__item:nth-child(2) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
    margin-bottom: 50px;
}

.graph-about.visible .graph-about__item:nth-child(3) {
    margin-bottom: 90px;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.graph-about.visible .graph-about__item:nth-child(4) {
    margin-bottom: 150px;
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.graph-about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 300px;
}

.graph-about__item {
    width: 20%;
    margin-right: 6%;
    opacity: 0;
    margin-bottom: -40px;
    -webkit-transition: opacity 0.5s, margin-bottom 0.5s;
    transition: opacity 0.5s, margin-bottom 0.5s;
}

.graph-about__item:nth-child(4) {
    margin-right: 40px;
}

.graph-about__icon {
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
    color: #455380;
}

.graph-about__icon .icon {
    max-width: 100%;
    max-height: 100%;
    fill: currentColor;
}

.graph-about__number {
    color: #7f8baf;
    font-size: 54px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 5px;
}

.graph-about__text {
    color: #262c32;
    font-weight: 700;
    line-height: 30.4px;
}

.about-info__title {
    color: #262c32;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-info__text {
    color: #262c32;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.about-info__number {
    color: #3d85f9;
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.about-info__number--orange {
    color: #f69060;
    font-size: 30px;
    margin-bottom: 5px;
}

.about-info__number--green {
    color: #25c2af;
    font-size: 30px;
    margin-bottom: 5px;
}

.about-info__number span {
    font-size: 34px;
}

.about-info__mini-text {
    color: #3d85f9;
    font-size: 16px;
    font-weight: 700;
    margin-top: -10px;
    margin-bottom: 20px;
}

.about-info__text-mini {
    color: #262c32;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 20px;
}

.concurent {
    background: url(/local/templates/redesign/html/css/../img/Group-908.svg) top right no-repeat !important;
    padding-top: 70px;
    padding-bottom: 1px;
}

.concurent__title {
    color: #fff;
    font-size: 27px;
    margin-bottom: 30px;
}

.concurent__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

.item-concurent {
    display: block;
    width: 20%;
    margin-right: 5%;
    margin-bottom: 100px;
}

.item-concurent__icon {
    width: 145px;
    height: 145px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 24px rgba(72, 86, 130, 0.44);
    box-shadow: 0px 15px 24px rgba(72, 86, 130, 0.44);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-concurent__icon .icon {
    width: 35px;
    height: 35px;
    fill: #455380;
}

.passport {
    padding-bottom: 1px;
}

.documents {
    padding-top: 90px;
    padding-bottom: 60px;
}

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

.documents__col {
    width: 680px;
    max-width: 100%;
}

.documents__title {
    color: #262c32;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 70px;
}

.documents__title--mini {
    font-size: 18px;
    max-width: 685px;
    margin-bottom: 40px;
}

.documents__link {
    position: relative;
    padding-left: 55px;
    color: #7f8baf;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
    padding-right: 50px;
    min-height: 30px;
}

.documents__link span {
    border-bottom: 1px solid transparent;
    -webkit-transition: border 0.35s;
    transition: border 0.35s;
}

.documents__link .icon {
    position: absolute;
    top: 5px;
    left: 0;
    width: 29px;
    height: 29px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.documents__link:hover {
    color: #262c32;
}

.documents__link:hover span {
    border-bottom-color: #262c32;
}

.documents__link:hover .icon {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.grey-bg {
    background: #262C32;
    padding: 1px 0;
    margin-bottom: 50px;
}

.grey-bg .menu {
    margin-bottom: 40px;
}

.grey-bg .menu__link {
    color: #fff;
}

.grey-bg .menu__link:hover {
    border-bottom-color: #fff;
}

.gui__title {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #B7BDC9;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-top: 60px;
}

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

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

.form-search--gui {
    margin-top: 0;
    margin-right: 20px;
    width: 400px;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
}

.select-gui {
    width: 400px;
    max-width: 100%;
}

.pagination__item.pagination__item--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.checkbox,
.radio {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    cursor: pointer;
}

.checkbox .jq-checkbox,
.checkbox .jq-radio,
.radio .jq-checkbox,
.radio .jq-radio {
    border: 1px solid #D4DDF5;
    border-radius: 4px;
    width: 26px;
    height: 26px;
    margin-right: 25px;
    position: relative;
}

.checkbox .jq-checkbox:before,
.checkbox .jq-radio:before,
.radio .jq-checkbox:before,
.radio .jq-radio:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px;
    background: #3D85F9;
    border-radius: 2px;
    display: none;
}

.checkbox .jq-checkbox.checked:before,
.checkbox .jq-radio.checked:before,
.radio .jq-checkbox.checked:before,
.radio .jq-radio.checked:before {
    display: block;
}

.checkbox .jq-radio,
.radio .jq-radio {
    border-radius: 50%;
}

.checkbox .jq-radio:before,
.radio .jq-radio:before {
    border-radius: 50%;
}

.accordion {
    border-bottom: 1px solid #1F3A5B;
    padding-bottom: 9px;
    margin-bottom: 30px;
}

.accordion__title {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #1F3A5B;
    text-decoration: none;
    position: relative;
    display: block;
    padding-right: 40px;
}

.accordion__title:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/redesign/html/css/../../img/Vector.svg) center center no-repeat;
    display: block;
}
.form__search-accordion:after{
    background: url(/local/templates/redesign/html/css/../../img/VectorWhite.svg) center center no-repeat;
}
.accordion__title.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.form__search-accordion:after{
    background: url(/local/templates/redesign/html/css/../../img/VectorWhite.svg) center center no-repeat;
}
.accordion__title span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.accordion__title:hover span {
    border-bottom-color: #455380;
}

.accordion-child__title {
    margin-left: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #455380;
    text-decoration: none;
    position: relative;
    display: block;
    padding-right: 40px;
    padding-bottom: 20px;
}

.accordion-child__title:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/redesign/html/css/../img/accordion-arrow.svg) center center no-repeat;
    display: block;
}

.accordion-child__title.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-child__title span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.accordion-child__title:hover span {
    border-bottom-color: #455380;
}

.accordion-child__content {
    margin-left: 30px;
    display: none;
}

.accordion-child__content .documents__link:last-child {
    margin-bottom: 0;
}

.accordion__content {
    display: none;
    padding-top: 20px;
}

.accordion__content .documents__link:last-child {
    margin-bottom: 0;
}

.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #262C32;
    margin-bottom: 50px;
}

.list li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: linear-gradient(90.26deg, #455380 0.22%, #7F8BAF 100.88%);
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 8px;
}

.list-ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #262C32;
    margin-bottom: 50px;
}

.list-ol ol, .list-ol ul {
    margin-top: 15px;
    margin-bottom: 0px;
}

.list-ol li {
    display: table;
    counter-increment: item;
    margin-bottom: 15px;
}

.list-ol li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
    color: #455380;
    font-weight: 600;
}

.list-ol li li {
    margin-bottom: 10px;
}

.list-ol li li:before {
    content: counters(item, ".") " ";
}

.item-activity__plus--gui:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-calendar-filter {
    width: 18px;
    height: 18px;
    fill: #D4DDF5;
}

.icon-calendar {
    width: 18px;
    height: 18px;
    fill: #3D85F9;
}

.icon-house {
    width: 18px;
    height: 18px;
    fill: #7F8BAF;
}

.social--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.gui-icons {
    margin: 40px 0;
}

.gui-icons .icon {
    fill: #fff;
    width: 34px;
    height: 34px;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* Стили из архива Виталия */
.pagination {
    margin: 90px 0;
}

.pagination__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination-btn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #D4DDF5;
    text-decoration: none;
    cursor: default;
    margin: 0 16px;
}

.pagination-btn-active {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #7F8BAF;
    text-decoration: none;
    margin: 0 16px;
}

.pagination-gap {
    margin-top: -13px;
    color: #7F8BAF;
    font-size: 35px;
    padding: 0 16px;
}

.pagination-number-page {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #7F8BAF;
    text-decoration: none;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    padding: 5px 0;
}

.pagination-number-page:hover {
    background: #F4F6FE;
    border-radius: 2px;
}

.pagination-number-page-active {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: white;
    text-decoration: none;
    margin: 0 8px;
    background-image: linear-gradient(90.26deg, #6A74C9 0.22%, #939EFF 100.88%);
    border-radius: 2px;
    width: 30px;
    height: 30px;
    padding: 5px 0;
    cursor: default;
}

.news-subscription__item {
    background-image: url("/local/templates/redesign/html/css/../../img/Group797.png") ;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 4px;
    width: 100%;
    min-height: 329px !important;
    margin-bottom: 100px;
    position: relative;
    padding: 15px 30px;
}

.news-subscription__bg {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
}

.news-subscription__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px 60px;
    position: relative;
    z-index: 1;
}

.news-subscription__h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.news-subscription__p {
    max-width: 404px;
    font-family: 'intro regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.news-subscription__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-detal {
    background: white;
    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;
    position: relative;
    min-height: 200px;
    margin-top: 188px;
}

.inner-top-gray__form:nth-of-type(1) {
    padding: 0 20px 0 0;
}

.form-news {
    max-width: 445px;
    width: 445px;
}

.subscribe_forms {
    max-width: 1316px !important;
    width:100% !important;
    display: flex !important;
    justify-content: space-between;
    margin: 30px 0 0 0;
}

.btn-gradient {
    width: 187px;
    height: 54px;
    border-radius: 4px;
    background: linear-gradient(90.89deg, #6A74C9 0.22%, #939EFF 100.88%);
    text-decoration: none;
    color: white;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
    font-family: "GothamPro";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    position: relative;
}
.sub-form__btn-white{
    width: 187px;
    height: 54px;
    font-family: 'intro bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.7px;
    color:#1F3A5B;
    max-width: 187px;
    background: #FFFFFF;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    transform: scale(1);
}
.sub-form__btn-white:hover{
    transform: scale(1.05);
}
.btn-gradient:hover:after {
    opacity: 1;
}

.btn-gradient span {
    position: relative;
    z-index: 1;
}

.btn-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.89deg, #939EFF 0.22%, #6A74C9 100.88%);
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.subscription__container {
    width: 57px;
    height: 386px;
    background: #F4F6FE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.subscription__link {
    margin-top: 20px;
}

.subscription__print {
    background: #D4DDF5;
    width: 57px;
    height: 57px;
    border-radius: 0 0 4px 4px;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner-top--form {
    min-height: 0;
    margin-bottom: 0;
    border: none;
}

.steps {
    max-width: 1000px;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.steps .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.steps .step:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    top: 24px;
    right: -60px;
}

.steps .step:last-child:before {
    display: none;
}

.steps .step__number {
    width: 48px;
    height: 48px;
    border: 1px solid #BBBBBB;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 150%;
    color: #BBBBBB;
    margin-bottom: 10px;
}

.steps .step__title {
    max-width: 200px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #BBBBBB;
}

.steps .step.active .step__number {
    color: #6B75CB;
    font-weight: bold;
    border-color: #6B75CB;
}

.steps .step.active .step__title {
    color: #6B75CB;
}

.bg-pale-violet--form {
    padding-top: 1px;
    padding-bottom: 1px;
}

.project-support {
    width: 810px;
    max-width: 100%;
    margin-left: 250px;
    padding-bottom: 50px;
}

.project-support__bottom {
    width: 810px;
    max-width: 100%;
    margin-left: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 65px 0 55px;
}

.project-support__bottom .save {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #414141;
    color: #414141;
    margin-top: 18px;
    display: inline-block;
}

.project-support__bottom .save:hover {
    border-bottom-color: transparent;
}

.project-support__prev, .project-support__next {
    width: 330px;
    max-width: 50%;
    text-align: center;
}

.project-support__prev .project-support__btn, .project-support__next .project-support__btn {
    margin-bottom: 5px;
}

.project-support__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #414141;
}

.project-support__back {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #262C32;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-support__back .icon {
    width: 30px;
    height: 9px;
    margin-right: 10px;
    fill: #262C32;
}

.project-support__back:hover {
    color: #6B75CB;
}

.project-support__back:hover .icon {
    fill: #6B75CB;
}

.project-support__title {
    font-size: 27px;
    line-height: 32px;
    color: #424242;
    margin-top: 20px;
    margin-bottom: 0;
}

.project-support__title-mini {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #262C32;
    margin-top: 25px;
    margin-bottom: 15px;
}

.project-support__group {
    margin-bottom: 15px;
}

.project-support__group--2 {
    width: 330px;
    max-width: 100%;
}

.project-support__group--3 {
    width: 565px;
    max-width: 100%;
}

.project-support__group .jq-selectbox {
    display: block;
}

.project-support__big-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-support__big-group .project-support__group {
    margin-right: 30px;
}

.project-support__input, .project-support__textarea {
    background: #FEFEFE;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #424242;
    display: block;
    width: 100%;
    padding: 15px 25px;
    outline: none;
}

.project-support__input::placeholder, .project-support__textarea::placeholder {
    color: #8F9CAD;
}

.project-support__input::-webkit-input-placeholder, .project-support__textarea::-webkit-input-placeholder {
    color: #9C9C9C;
}

.project-support__input::-moz-placeholder, .project-support__textarea::-moz-placeholder {
    color: #9C9C9C;
}

.project-support__input::-ms-input-placeholder, .project-support__textarea::-ms-input-placeholder {
    color: #9C9C9C;
}

.project-support__input::placeholder, .project-support__textarea::placeholder {
    color: #9C9C9C;
}

.project-support__textarea {
    height: 216px;
}

.project-support__select .jq-selectbox__select {
    font-size: 16px;
    font-weight: normal;
    color: #9C9C9C;
}

.project-support__btn {
    font-family: 'intro regular', sans-serif;
    background: #3E87F8;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    padding: 16px;
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
    width: 100%;
    border: none;
    cursor: pointer;
}

.project-support__btn:hover {
    background: #1b6ae4;
}

.project-support__btn--nobg {
    background: transparent;
    border: 1px solid #BBBBBB;
    color: #414141;
}

.project-support__btn--nobg:hover {
    background: transparent;
    color: #3E87F8;
    border-color: #3E87F8;
}

.project-support__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.project-support__add--two {
    display: block;
    position: relative;
}

.project-support__add--two .project-support__add-link {
    position: absolute;
    top: 50%;
    right: 70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-support__add-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.project-support__add .project-support__group {
    width: 357px;
    margin-bottom: 0;
}

.project-support__add .project-support__group:nth-child(1) {
    width: 210px;
    margin-right: 30px;
}

.project-support__add-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3E87F8;
    margin-left: 65px;
    text-decoration: none;
}

.project-support__add-link:hover {
    color: #1b6ae4;
}

.project-support__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.project-support__date .project-support__group {
    width: 210px;
    margin-bottom: 0;
    margin-right: 30px;
}

.project-support__date .project-support__group:nth-child(2) {
    position: relative;
}

.project-support__date .project-support__group:nth-child(2):before {
    content: '';
    position: absolute;
    top: 50%;
    left: -17px;
    width: 5px;
    height: 1px;
    background: #9C9C9C;
}

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

.services-project {
    display: block;
    background: #FEFEFE;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin: 0 30px 16px 0;
    width: calc(50% - 15px);
    cursor: pointer;
    padding: 25px 30px 30px;
    min-height: 280px;
}

.services-project:nth-child(2n) {
    margin-right: 0;
}

.services-project .jq-checkbox {
    display: none;
}

.services-project__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
}

.services-project__icon .icon {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0s;
    transition: all 0s;
    fill: #262C32;
}

.services-project__text {
    font-size: 14px;
    line-height: 20px;
    color: #414141;
}

.services-project.checked {
    background: #3E87F8;
}

.services-project.checked .services-project__icon .icon {
    fill: #fff;
}

.services-project.checked .services-project__text {
    color: #fff;
}

.jq-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jq-file__name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 16px;
    line-height: 24px;
    color: #414141;
}

.jq-file__browse {
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    width: 330px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #414141;
    padding: 16px;
    margin-right: 30px;
    cursor: pointer;
}

.jq-file__browse:hover {
    color: #0293DF;
    border-color: #0293DF;
}

.jq-file input {
    width: 0;
}

.step-block {
    display: none;
}

.step-block.active {
    display: block;
}

.menu__item:last-child {
    margin-right: -20px;
}

/* responsive */
/* Adaptive styles */
/* Large Desktop */

@media (max-width: 1649px) {
    .menu__link {
        margin-right: 20px;
        font-size: 14px;
    }
}

@media (max-width: 1439px) {
    .inner-top-gray__btn {
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .main-clear {
        margin-top: 20px;
    }

    .provision-of-land__request {
        margin-top: 50px;
    }

    .width {
        width: 100%;
    }

    .column-main {
        flex-direction: column;
    }

    .investor-protection__container {
        justify-content: space-between;
    }

    .investor-protection__item {
        flex-direction: column;
    }

    .board-meeting__document {
        margin-left: 0 !important;
        margin-top: 35px;
    }

    .board-meeting__contacts {
        margin-left: 0 !important;
    }

    img {
        opacity: 1;
    }

    .logo {
        width: 60px;
    }

    .full-menu {
        margin-left: 20px;
    }

    .item-thumbs__img {
        width: 35%;
    }

    .item-thumbs__title {
        width: 65%;
    }

    .project__item:nth-child(2), .project__item:nth-child(4), .project__item:nth-child(5) {
        margin-top: 0;
    }

    .project__item-first {
        margin-top: -25px;
    }

    .project__add {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 25px;
    }

    .projects {
        padding-top: 73px;
    }

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

    .projects-decor {
        top: auto;
        left: 632px;
        bottom: -135px;
    }

    .bg-pale-violet {
        padding-top: 110px;
    }

    .news--main .item-news:last-child {
        display: none;
    }

    .item-news {
        width: calc(33.33% - 20px);
    }

    .item-news:nth-child(4n) {
        margin-right: 30px;
    }

    .item-news:nth-child(3n) {
        margin-right: 0;
    }

    .item-activity:nth-child(3n) {
        /*margin-right: 20px;*/
    }

    .item-activity:nth-child(2n) {
        /*margin-right: 0; */
    }

    .main-slider .owl-nav {
        display: none;
    }

    .up {
        display: none !important;
    }

    .menu-hidden .btn--votes {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-hidden__col:nth-child(4) {
        width: 25%;
    }

    .bg-pale-violet--form {
        padding-top: 1px;
    }

    .project-support,
    .project-support__bottom {
        margin-left: auto;
        margin-right: auto;
    }

    .steps {
        max-width: 100%;
    }

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

    .about__content {
        max-width: 700px;
        margin-bottom: 40px;
    }

    .about__video {
        margin: 0 auto 40px;
    }

    .about-item__number {
        font-size: 42px;
        line-height: 52px;
    }

    .about-map {
        background-size: auto 125%;
    }

    .graph-about__wrap:after {
        width: 2180px;
        height: 680px;
        margin-left: -1170px;
        background-size: 100% auto;
    }

    .graph-about__item {
        width: 18%;
        margin-right: 10%;
    }

    .graph-about__item:nth-child(4) {
        margin-right: 0px;
    }

    .about-info {
        margin-bottom: 0;
    }

    .concurent {
        background-size: cover;
    }

    .item-concurent {
        width: 28%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1772px){
    .graph-about__wrap:after{
        width: 2326px;
        height: 889px;
    }
}

@media screen and (max-width: 1441px){
    .graph-about__wrap:after{
        display:none;
    }
}
@media (min-width: 1200px) {
    .include-block-menu {
        display: none;
    }
}
@media screen and (max-width: 660px){
    .about-info__item.big{
        width: 467px;
        flex-direction: column;
        align-items: center;
        padding: 70px 40px 0;
    }
    .graph-about__wrap:after{
       display: none;
    }
}
/* Adaptive styles */
/* Desktop */
@media (max-width: 1199px) {
    .about-info__wrap{
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
    }
    .about-concurent__wrap{
        justify-content: center;
    }
    .about-info__inner{
        margin: 40px 0 0 0;
    }
    .include-hidden-menu {
        margin-top: auto;
        display: none;
    }

    .include-block-menu {
        margin-top: auto;
        display: block;
    }

    .form-date {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .inputDates {
        width: 100% !important;
    }

    .inner-top-gray__form {
        width: 100% !important;
        max-width: 100% !important;
    }

    .form-search__input {
        width: 100% !important;
    }

    .inner-top-gray__form {
        padding: 0px !important;
    }

    .inner-top-gray__news-sources {
        margin-top: 20px;
    }

    .search,
    .cabinet,
    .lang {
        display: none;
    }

    .activity__right {
        width: 240px;
        margin-left: -30px;
    }

    .activity .scroll-element.scroll-y {
        right: 45px;
    }

    .main-slider,
    .slider {
        height: auto;
    }

    .item-slider .container {
        min-height: 800px;
    }

    .menu-hidden__top .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .menu-hidden__col,
    .menu-hidden__col:nth-child(4),
    .menu-hidden__col:last-child {
        width: 50%;
    }

    .menu-hidden__col:nth-child(3) {
        padding-right: 0;
    }

    /*.menu-hidden__col:nth-child(4),
  .menu-hidden__col:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }*/
    .flex-row--between {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .item-map--big .item-map__text {
        font-size: 14px;
        line-height: 22px;
    }

    .item-map__number {
        font-size: 42px;
        line-height: 50px;
    }

    .item-map {
        width: 45%;
        margin-bottom: 20px;
    }

    .about-map__left {
        width: 400px;
    }

    .about-map__right {
        max-width: calc(100% - 430px);
    }

    .item-map--big {
        margin-bottom: 20px;
        width: 100%;
    }

    .item-map__text {
        font-size: 14px;
        line-height: 19px;
    }

    .about-map__right .about-map__info {
        min-height: 370px;
    }

    .graph-about__number {
        font-size: 42px;
        line-height: 44px;
    }

    .graph-about__text {
        line-height: 25px;
    }

    .graph-about__wrap:after {
        width: 1880px;
        height: 620px;
        margin-left: -1000px;
    }

    .inner-top__bg {
        right: -200px;
    }
}

/* Adaptive styles */
/* Phone */
@media (max-width: 991px) {
    .news-detal {
        margin-top: 30px !important;
    }
    .investment-advice__bg .flex-center-v{
        display: flex;
        flex-direction: column !important;
        max-width: 500px;
    }
    .investment-advice__district-description{
        width: 100% !important;
    }
    .news-detal__content {
        margin-left: 0 !important;
    }

    .subscription__container {
        position: relative !important;
        width: 185px !important;
        height: 60px !important;
        flex-direction: row !important;
        top: 0 !important;
        justify-content: space-around !important;
        margin-right: 0px !important;
    }

    .flex-main-column {
        flex-direction: column;
    }

    .subscription__link {
        margin-top: 8px !important;
    }

    .subscription__print {
        display: none !important;
    }

    .investor-protection__item {
        margin-top: 50px;
    }

    .container {
        width: 690px;
    }

    .logo {
        width: 290px;
    }

    .item-slider__big-title {
        display: block;
        width: 100%;
        font-size: 64px;
        line-height: 76.8px;
        text-align: center;
    }

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

    .item-slider__step {
        width: 33%;
        margin: 0 auto 20px;
    }

    .item-slider__step:last-child {
        margin-right: auto;
    }

    .item-slider__step:nth-child(3n) {
        margin-right: 0;
    }

    .item-slider__step:nth-child(1) {
        margin-left: 0;
    }

    .item-slider__btn {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .menu {
        margin-right: 0;
    }


    .full-menu {
        margin-right: 40px;
    }

    .lang,
    .search,
    .cabinet {
        display: block;
    }

    .project__item-first {
        width: 328px;
        height: 250px;
        padding-top: 18px;
        margin-top: -18px;
        background-size: 100%;
    }

    .project__add {
        width: 328px;
        height: 235px;
    }

    .project__add-top {
        top: -29px;
        margin-left: -68px;
        width: 137px;
        height: 30px;
        background-size: 100%;
    }

    .item-project {
        width: 328px;
        height: 235px;
    }

    .item-project__content {
        padding: 37px;
    }

    .item-project__title {
        max-width: 180px;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 24.12px;
    }

    .item-project__number {
        margin-bottom: 0;
    }

    .item-project__number span {
        font-size: 44px;
        line-height: 58.95px;
    }

    .item-project__text {
        max-width: 225px;
    }

    .item-project--add .item-project__plus {
        top: 130px;
        left: 37px;
        width: 66px;
        height: 66px;
    }

    .projects-decor {
        left: 369px;
        bottom: -200px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .news--main .item-news {
        margin-bottom: 30px;
    }

    .news--main .item-news:last-child {
        display: block;
    }

    .item-news {
        width: 330px;
    }

    .item-news:nth-child(3n) {
        margin-right: 30px;
    }

    .item-news:nth-child(2n) {
        margin-right: 0;
    }

    .news__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 70px;
    }

    .activity__right {
        display: none;
    }

    .activity .scroll-element.scroll-y {
        display: none;
    }

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

    .activity__top .all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .calendar--mobile {
        display: block;
        width: calc(100% - 60px);
        margin: 0 30px 35px;
        overflow: inherit;
    }

    .calendar--mobile .form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .calendar--mobile .jq-selectbox {
        width: calc(50% - 15px);
        margin-right: 30px;
    }

    .calendar--mobile .jq-selectbox:last-child {
        margin-right: 0;
    }

    /*.item-activity {
    margin-right: 30px;
    margin-bottom: 30px; }
    .item-activity:nth-child(3n) {
      margin-right: 30px; }
    .item-activity:nth-child(2n) {
      margin-right: 0; }*/
    .activity-decor {
        display: none;
    }

    .partners {
        margin-top: -275px;
        padding-bottom: 60px;
        padding-top: 340px;
    }

    .partners-slider__nav {
        top: -75px;
    }

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

    .social__link:last-child {
        margin-right: 0;
    }

    .grey-bg .lang {
        display: inline-block;
    }

    .news-subscription__content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .form-news {
        max-width: 60%;
    }

    .inner-top .h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .steps .step {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 20px;
    }

    .steps .step:nth-child(4) {
        margin-right: 0;
    }

    .steps .step:nth-child(4) .step__title {
        max-width: 100px;
    }

    .steps .step:before {
        right: 30px;
    }

    .steps .step__title {
        text-align: left;
        font-size: 14px;
    }

    .project-support__add--two .project-support__add-link {
        right: 0;
        margin-left: 0;
    }

    .project-support__title {
        font-size: 22px;
        line-height: 24px;
    }

    .project-support__group--2,
    .project-support__group--3 {
        width: 100%;
    }

    .project-support__big-group .project-support__group {
        margin-right: 0;
    }

    .inner-top__bg {
        right: -300px;
    }

    .about__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .about-item {
        width: 35%;
        margin: 0 5% 50px;
    }

    .about-map__left {
        width: 330px;
    }

    .about-map__right {
        max-width: calc(100% - 330px);
    }

    .graph-about {
        margin-top: 0;
        height: 450px;
    }

    .graph-about__wrap:after {
        width: 1000px;
        height: 430px;
        margin-left: -550px;
    }

    .item-concurent {
        width: 45%;
    }

    .concurent__title {
        margin-top: 50px;
    }

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

/* Adaptive styles */
/* Phone */
@media (max-width: 767px) {
    .activity-content__card {
        margin: 0 auto;
    }

    .btn-gradient {
        margin-top: 15px;
    }

    .inner-top-gray__news-sources {
        margin-top: 0px;
    }

    .main-invest-wrap {
        border-bottom: 1px solid #D4DDF5;
        padding: 20px 0 20px 0;
    }

    .investment-site-detail__description p {
        margin: 0 0 0 20px !important;
    }

    .investment-site-detail__item {
        width: 100% !important;
    }

    .investment-site-detail__description b {
        border-bottom: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .investment-site-detail__invest {
        width: 100% !important;
    }

    .investment-site-detail__investment {
        width: 100% !important;
    }

    .pagination__item {
        justify-content: space-evenly !important;
        width: 70%;
    }

    .form__search {
        margin-bottom: 200px;
    }

    .flex-column {
        flex-direction: column;
        align-items: center;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }

    .cabinet,
    .lang,
    .search {
        display: none;
    }

    .item-slider .container {
        min-height: 700px;
    }

    .item-slider__big-title {
        margin-bottom: 30px;
        font-size: 37px;
        line-height: 50.4px;
    }

    .item-slider__steps {
        margin-bottom: 40px;
    }

    .item-slider__step {
        width: 50%;
    }

    .item-slider__step:nth-child(3n) {
        margin-right: auto;
    }

    .item-thumbs__img {
        width: 100%;
    }

    .item-thumbs__title {
        position: absolute;
        width: 100%;
    }

    .project__item-first {
        width: 446px;
        height: 337px;
        padding-top: 24px;
        margin-top: 0;
    }

    .project__add {
        width: 446px;
        height: 313px;
    }

    .project__add-top {
        top: -30px;
        margin-left: -90px;
        width: 180px;
        height: 30px;
    }

    .item-project {
        width: 446px;
        height: 313px;
    }

    .item-project__content {
        padding: 50px;
    }

    .item-project__title {
        max-width: 240px;
        margin-bottom: 45px;
        font-size: 24px;
        line-height: 32.16px;
    }

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

    .item-project__number span {
        font-size: 64px;
        line-height: 64px;
    }

    .item-project__text {
        max-width: 100%;
    }

    .item-project--add .item-project__plus {
        top: 170px;
        left: 50px;
        width: 90px;
        height: 90px;
    }

    .projects {
        padding-top: 40px;
    }

    .projects-decor {
        left: 284px;
    }

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

    .news__top .h2 {
        margin-bottom: 10px;
    }

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

    .item-news {
        width: 350px;
        margin: 0 auto 30px;
    }

    .item-news:nth-child(2n) {
        margin-right: auto;
    }

    .item-news:nth-child(3n) {
        margin-right: auto;
    }

    .item-news:nth-child(4n) {
        margin-right: auto;
    }

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

    .activity__top .h2 {
        margin-bottom: 10px;
    }

    .calendar--mobile {
        padding: 20px 0 10px;
    }

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

    .calendar--mobile .jq-selectbox {
        width: 100%;
        margin-bottom: 10px;
    }

    .activity__left {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
    }

    /*.item-activity {
    margin: 0 auto 30px; }
    .item-activity:nth-child(2n) {
      margin-right: auto; }
    .item-activity:nth-child(3n) {
      margin-right: auto; }*/
    .partners-slider__nav {
        display: none;
    }

    .partners-slider__item {
        width: 330px;
        margin: 0 auto;
    }

    .menu-hidden__col,
    .menu-hidden__col:nth-child(4),
    .menu-hidden__col:last-child {
        padding-right: 30px;
    }

    .menu-hidden__col:nth-child(3),
    .menu-hidden__col:last-child {
        padding-right: 0;
    }

    .form-news {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .news-subscription__bg {
        display: none;
    }

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

    .grey-bg .cabinet, .grey-bg .search {
        display: block;
    }

    .steps .step:before {
        right: 10px;
        width: 20px;
    }

    .steps {
        max-width: 450px;
        margin: 0 auto 45px;
    }

    .steps .step__title {
        display: none;
    }

    .steps .step {
        width: 25%;
    }

    .steps .step:last-child {
        width: 50px;
    }

    .steps .last .step__title {
        position: absolute;
        top: 100%;
        left: 0;
        width: 450px;
        max-width: none;
        display: block;
        text-align: center;
    }

    .steps .last .step__title br {
        display: none;
    }

    .step-block-2.active .steps .step.last .step__title {
        margin-left: -135px;
    }

    .step-block-3.active .steps .step.last .step__title {
        margin-left: -270px;
    }

    .step-block-4.active .steps .step.last .step__title {
        margin-left: -400px;
        max-width: none;
    }

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

    .project-support__prev {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 20px;
    }

    .services-project {
        margin: 0 0px 16px 0;
        width: 100%;
    }

    .project-support__prev, .project-support__next {
        max-width: 100%;
    }

    .project-support__title {
        text-align: center;
    }

    .project-support__group {
        margin-bottom: 8px;
    }

    .project-support__add,
    .project-support__add-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .project-support__add .project-support__group:nth-child(1),
    .project-support__add .project-support__group {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .project-support__add-link {
        margin-left: 0;
    }

    .project-support__add--two .project-support__add-link {
        position: static;
    }

    .project-support__add--two {
        text-align: center;
    }

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

    .project-support__date .project-support__group {
        width: calc(50% - 15px);
        margin-bottom: 15px;
    }

    .project-support__date .project-support__group:nth-child(2) {
        margin-right: 0;
    }

    .project-support__date--one .project-support__group {
        width: 100%;
        margin-right: 0;
    }

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

    .jq-file__browse {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .inner-top__bg {
        right: -500px;
    }

    .about__video {
        max-width: 100%;
    }

    .about-item {
        width: 40%;
    }

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

    .about-map__right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-width: 100%;
    }

    .graph-about {
        height: 600px;
    }

    .graph-about .container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .graph-about__item {
        width: 25%;
        margin-right: 0%;
    }

    .graph-about__number {
        font-size: 35px;
        line-height: 35px;
    }

    .graph-about__icon {
        width: 25px;
        height: 25px;
        margin-bottom: 10px;
    }

    .graph-about__text {
        font-size: 14px;
    }

    .graph-about .container {
        width: 450px;
    }

    .graph-about__item:nth-child(2) {
        position: relative;
        top: 110px;
        left: 12%;
    }

    .graph-about__item:nth-child(3) {
        position: relative;
        top: -150px;
        left: -20px;
    }

    .graph-about__item:nth-child(4) {
        position: relative;
        top: 120px;
        left: 10px;
    }

    .about-map {
        background-size: auto 132%;
    }

    .concurent {
        padding-top: 100px;
        padding-bottom: 30px;
        background: url(/local/templates/redesign/html/css/../img/concurent-mobile.svg) top center no-repeat;
        background-size: cover;
    }

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

    .item-concurent__icon {
        width: 125px;
        height: 125px;
    }

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

    .concurent__wrap {
        margin-top: 30px;
    }

    .documents__title {
        margin-bottom: 30px;
    }
}

/* Adaptive styles */
/* Phone */
@media (max-width: 479px) {
    .about-map__item{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .search-col1 {
        width: 65%;
        padding-right: 25px;
    }

    .search-col3 {
        width: 30%;
    }

    .container {
        padding: 0 10px;
    }

    .full-menu {
        margin-right: 0;
    }

    .logo {
        width: 220px;
        height: 57px;
    }

    .full-menu {
        width: 25px;
        height: 20px;
    }

    .item-slider__big-title {
        font-size: 25px;
        line-height: 35px;
    }

    .item-slider__step {
        width: 230px;
        margin-left: auto;
    }

    .item-slider__step:nth-child(1) {
        margin-left: auto;
    }

    .item-slider .container {
        min-height: 850px;
    }

    .btn {
        padding: 15px 25px;
    }

    .project__item-first {
        width: 300px;
        height: 286px;
        padding-top: 16px;
    }

    .project__add {
        width: 300px;
        height: 270px;
    }

    .item-project {
        width: 300px;
        height: 270px;
    }

    .item-project__content {
        padding: 37px;
    }

    .item-project__title {
        max-width: 160px;
        font-size: 16px;
        line-height: 22px;
    }

    .item-project__number {
        margin-bottom: 0;
    }

    .item-project__number span {
        font-size: 44px;
        line-height: 58.95px;
    }

    .item-project__text {
        max-width: 225px;
    }

    .item-project--add .item-project__plus {
        top: 130px;
        left: 37px;
        width: 66px;
        height: 66px;
    }

    .projects-decor {
        left: 131px;
        bottom: -158px;
    }

    .partners-slider__item {
        width: 300px;
    }

    .item-news {
        width: 300px;
    }

    .news__top {
        margin-bottom: 30px;
    }

    .bg-pale-violet {
        padding-top: 135px;
    }

    .activity__top {
        padding: 0 15px;
    }

    .activity .scroll-content {
        padding: 0 15px;
    }

    .calendar--mobile {
        width: calc(100% - 30px);
        margin: 0 15px 35px;
    }

    .partner {
        margin-bottom: 30px;
    }

    .menu-hidden__col,
    .menu-hidden__col:nth-child(4),
    .menu-hidden__col:last-child {
        width: 100%;
        padding-right: 0px;
    }

    .news-subscription__item {
        padding: 15px;
    }

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

    .inner-top-gray__form:nth-of-type(1) {
        padding-right: 0;
    }

    .inner-top .h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .bg-pale-violet--form {
        padding-top: 1px;
    }

    .steps {
        max-width: 300px;
        margin: -20px auto 65px;
    }

    .steps .step:before {
        right: -11px;
    }

    .steps .last .step__title {
        width: 300px;
    }

    .step-block-2.active .steps .step.last .step__title {
        margin-left: -85px;
    }

    .step-block-3.active .steps .step.last .step__title {
        margin-left: -170px;
    }

    .step-block-4.active .steps .step.last .step__title {
        margin-left: -250px;
        max-width: none;
    }

    .project-support__title {
        font-size: 19px;
        line-height: 21px;
    }

    .list {
        font-size: 15px;
        line-height: 22px;
    }

    .project-support__input, .project-support__textarea {
        font-size: 14px;
        padding: 15px;
    }

    .project-support__select .jq-selectbox__select {
        font-size: 14px;
    }

    .jq-selectbox__select {
        padding-left: 15px;
    }

    .inner-top__bg {
        right: -500px;
    }

    .about-item {
        width: 70%;
        max-width: 200px;
    }

    .about-map {
        background-position: 25% -300px;
    }

    .graph-about .container {
        width: 300px;
    }

    .graph-about__wrap:after {
        height: 450px;
        background: url(/local/templates/redesign/html/css/../img/graph-mobile.svg) center -40px no-repeat;
        background-size: 100% 100%;
    }

    .graph-about.visible .graph-about__item:nth-child(1) {
        position: relative;
        top: -80px;
    }

    .graph-about__item:nth-child(2) {
        top: 80px;
        left: 10px;
    }

    .graph-about__item:nth-child(4) {
        top: 90px;
        left: -20px;
    }

    .graph-about__number {
        white-space: nowrap;
    }

    .graph-about {
        margin-bottom: -100px;
    }

    .item-concurent {
        width: 100%;
    }

    .concurent__title {
        margin-top: 80px;
        margin-bottom: 0;
    }

    .concurent__wrap {
        margin-top: 0px;
    }

    .passport {
        margin-top: -80px;
    }

    .documents__link {
        padding-right: 0;
    }

    .documents {
        padding-top: 50px;
    }
}

.main-clear {
    background-color: #4DBDB8!important;
    height: 54px !important;
    border-color: #4DBDB8 !important;
    margin-left: 20px !important;
    transform: scale(1);
    transition: all 0.35s;
    cursor: pointer;
}
.main-clear:hover{
    transform: scale(1.05);
}

/*# sourceMappingURL=../maps/main.css.map */
@media (max-width: 479px) {
    #VikaWidget .small {
        margin-bottom: -20px !important;
        margin-right: -20px !important;
    }
}
.investment-advice__container{
    display: flex;
}
.full-menu{
    margin: 0 15px 0 15px !important;
}
.header__section-link{
    transition: all .35s;
}
.header__section-link:hover{
    transition: all .35s;
    color: #849fad;
}
@media screen and (max-width: 1440px) {
    .investment-advice__container{
        flex-direction: column-reverse;
    }
    .header__container{
        justify-content: space-between;
    }
    .full-menu{
        display: block;
    }
    .development-Institutions .container .flex-wrap{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.item-concurent__text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #424242;
}
.item-concurent__img{
    display: flex;
}
.events__card .events__card-container-date-1, .events__card .events__card-container-date-2{
    color: #4a8dc6;
}
.events__card:hover .events__card-title {
    color: white;
}
.events__card:hover .events__card-container .events__card-container-date p {
    color: white;
}
.events__card:hover {
    background-color: #4a8dc6;
}
.events__card:hover .events__card-container svg g {
    transition: all .35s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.events__card:hover .events__card-container svg g:first-child {
    transform: rotate(270deg);
}
.events__card:hover .events__card-container svg g rect {
    x: -25;
    y: -25;
}
.events__card:hover .events__card-container svg rect {
    fill:#4a8dc6;
}
.events__card:hover .events__card-dec rect{
    fill:white;
}
.events__card:hover .events__card-dec path{
    fill:white;
}
.events__card.green .events__card-dec rect{
    fill:#4DBDB8;
}
.events__card.green .events__card-dec path{
    fill:#4DBDB8;
}
.events__card.green .item-activity__plus svg{
    fill:#4DBDB8;
}
.events__card ~ .green .events__card-container svg rect {
    fill:#4DBDB8;
}
.events__card ~ .green:hover {
    background-color: #4DBDB8;
    transition: all 0.35s;
}
.events__card ~ .green:hover .events__card-title {
    color: white;
}
.events__card ~ .green:hover .events__card-container .events__card-container-date p {
    color: white;
}
.events__card ~ .green:hover .events__card-container svg rect {
    fill:#4DBDB8;
}
.events__card ~ .green:hover .events__card-dec rect{
    fill:white;
}
.events__card ~ .green:hover .events__card-dec path{
    fill:white;
}
.events__card:hover .item-activity__plus svg{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.SumoSelect > .CaptionCont > span{
    font-family: 'intro regular', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 133.98% !important;
    color: #8F9CAD !important;
    text-transform: none !important;
    padding-left: 20px !important;
}
.SumoSelect > .CaptionCont > span.placeholder{
    font-family: 'intro regular', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 133.98% !important;
    color: #8F9CAD !important;
    text-transform: none !important;
    padding-left: 20px !important;
}
.SumoSelect > .CaptionCont{
    border-radius: 7px !important;
}
.flex-row{
    flex-direction: row !important;
}
.project-support__title_white{
    color: white !important;
}
.inner-top-gray__filter{
    justify-content: center;
    padding: 25px 0 25px 0;
}
.btn__green-gradient{
    background: linear-gradient(90deg, #00A19A 0%, #4DBDB8 100%);
    border-radius: 7px;
    width: 187px;
    height: 54px;
    -webkit-box-shadow: 0px 15px 44px rgba(61, 133, 249, 0.44);
    box-shadow: 0px 15px 44px rgba(61, 133, 249, 0.44);
    text-decoration: none;
    color: white;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
    font-family: "intro bold";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    position: relative;
    border: none;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.35s;
}
.btn__green-gradient:hover{
    transform: scale(1.05);
}
.footer__section-soc{
    justify-content: flex-start;
    gap: 15px;
}
@media screen and (max-width: 1441px) {
    .footer__section-soc, .footer__section-top{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .canvas-background{
        display:none;
    }
    .canvas__sveden{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .footer__section-soc, .footer__section-top{
        margin: 40px;
        flex-direction: column;
        align-items: center;
    }
    .footer__section-top-item{
        margin-bottom: 20px;
    }
    .footer__section-top-item{
        align-items: center;
    }
    .footer__copyright{
        max-width: 400px;
        text-align: center;
    }
    .header__lang-container{
        display:none;
    }
    .header__search-btn{
        display:none;
    }
    .header__sv,.header__lk{
        display: none;
    }
}
@media screen and (min-width: 768px){
    .panel__menu-mobile{
        display:none !important;
    }
}
@media screen and (max-width: 1100px) {
    .footer__png{
        left: 0px;
        display:flex;
        right: 110px;
    }
}
@media screen and (max-width: 1000px) {
    .footer__png  {
        display: flex;
        flex-direction: column-reverse;
    }
    .slider__right-col-slide-sub-title{
        font-size: 14px;
    }
    .slider__right-col-slide-title{
        font-size: 28px;
    }
}
.footer__png img {
    width: 100%;
}

@media screen and (max-width: 591px){
    .slider__left-col-dot-name{
        display: none;
    }
    .main .slider{
        margin: 0 0 0 60px;
    }
    .slider__right-col-slide{
        padding: 130px 0 0 53px;
    }
}
@media screen and (max-width: 405px) {
    .slider__right-col-slide-title{
        font-size: 20px;
    }
}
.menu__list{
    display: none;
}
.menu__container{
    display: flex;
    flex-direction: row !important;
}
.footer-menu__item{
    list-style-type: none;
    margin: 0 0 15px 0;
}
.footer-menu__title{
    display: block;
    margin-bottom: 25px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 27.2px;
    text-decoration: none;
}
.header-button__container{
    display:flex;
}
.header-menu__link{
    color: #ffffff;
}
.second-level__link{
    color: #FFFFFF;
}
.second-level__link:hover, .footer-menu__link:hover{
    color: #8F9CAD;
}
@media screen and (max-width: 1200px) {
    .menu__canvas img{
        height: 300vh;
    }
}

@media screen and (max-width: 991px) {
    .menu__canvas img{
        height: 350vh;
    }
}
@media screen and (max-width: 705px) {
    .menu__canvas img{
        height: 600vh;
    }
}
.dropmenu{
    z-index: 4;
}

.about-map__map{
    max-width: 1194px;
    width: 100%;
    height: auto;
}
.about-map__map img {
    width: 100%;
}
.about-map__map_adaptive-true{
    display: none;
}
.about-map__map_adaptive-false{
    display: block;
}
@media screen and (max-width: 1440px) {
    .about-map__map_adaptive-true{
        display: block;
    }
    .about-map__map img{
        margin-left: 0;
    }
    .about-map__map_adaptive-false{
        display: none;
    }
    .passport__content{
        max-width: 1400px;
        width:100%;
        height: 600px;
    }
    .zasedanie{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 767px)
{
    .about-map__wrap {
        align-items: center;
    }
    .passport__content{
        max-width: 1400px;
        width:100%;
        height: 500px;
    }
}
@media screen and (max-width: 991px) {
    .about-info__wrap{
        flex-direction: column;
    }
    .passport__content{
        max-width: 1400px;
        width:100%;
        height: 400px;
    }
    .passport{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .passport .doc__link{
        margin-top: 20px;
    }
    .about-slider{
        margin-top: 100px;
    }
}

.about-concurent{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .footer__svg{
        display: none !important;
    }
    .about-info__inner{
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .about-info__wrap{
        align-items: center !important;
    }
    .about-accordion{
        flex-direction: column;
        align-items: center;
    }
    .owl-prev svg{
        width: 12px;
        height: 22px;
    }
    .owl-next svg{
        width: 12px;
        height: 22px;
    }
    .owl-carousel .owl-dot.active:before{
        font-size: 25px;
    }
    .owl-carousel .owl-dots:after{
        font-size: 25px;
        margin-top: 19px;
    }
    .owl-carousel .owl-nav{
        position: absolute;
        top: auto;
        left: auto;
        right: 166px;
        bottom: -53px;
        width: 106px;
    /* margin-left: auto;*/
    }
}
.item-concurent{
display: flex;
flex-direction: column;
align-items: center;
}
@media screen and (max-width: 480px) {
.about-info__inner{
    flex-direction: column;
    align-items: center;
    margin: 0;
}
.about-info__wrap{
    align-items: center;
}
.passport__content{
    max-width: 1400px;
    width:100%;
    height: 300px;
}
}
@media screen and (max-width: 577px) {
.big .about-info__tt{
    left: 150px;
}
.about-info__item.big{
    flex-wrap: nowrap;
    flex-direction: column;
    width: 327px;
    padding: 70px 40px 0;
}
}
.header__lang-container-section-element{
    height: 22px !important;
}
.slider__left-col-dot span {
    transition: all 0.35s;
}
.slider__left-col-dot:hover span {
    color:#849fad;
    transition: all 0.35s;
}
.slider__right-col-slide-btn{
    transition: all 0.35s;
    font-family: "intro bold";
    position: relative;
    z-index: 2;
}
.slider__right-col-slide-btn:hover{
    background:#849fad;
    transition: all 0.35s;
}
.slider__left-col-soc-link svg path {
    transition: all 0.35s;
}
.slider__left-col-soc-link:hover svg path {
    transition: all 0.35s;
    fill:#849fad;
}
.project__card.add{
    transition: all 0.35s;
}
.project__card.add:hover{
    transition: all 0.35s;
    background: hsla(0,0%,60%,.1);
}
.news__card .more .news__card-plus{
    transition: all 0.7s;
}
.news__card:hover .more .news__card-plus {
    transition: all 0.7s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.news__card:hover .more .news__card-plus i {
    transition: all 2s;
    background: #ffffff;
}
.news__card:hover .more:before {
    width: 100%;
}
.news__card:hover .more .news__card-text {
    color: #fff;
    z-index: 1;
}
.news__card:hover {
    -webkit-box-shadow: 0 4px 24px rgb(144 163 237 / 28%);
    box-shadow: 0 4px 24px rgb(144 163 237 / 28%);
}
.title-block__link{
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
.title-block__link:hover{
    border-bottom: 2px solid white;
}
.title-block__link .title-block__link-plus i{
    transition: all .35s;
}
.title-block__link:hover .title-block__link-plus{
    transition: all .35s;
    transform: rotate(180deg);
}
.footer__contacts-tel{
    transition: all .35s;
}
.footer__contacts-tel:hover{
    transition: all .35s;
    color: #849fad;
}
.footer__contacts-email{
    transition: all .35s;
}
.footer__contacts-email:hover{
    transition: all .35s;
    color: #849fad;
}
.ftr-link{
    transition: all .35s;
}
.ftr-link:hover{
    transition: all .35s;
    color: #849fad;
}
.footer__soc svg path {
    transition: all .35s;
}
.footer__soc:hover svg path {
    transition: all .35s;
    fill: #849fad;
}
.footer__btn-page-up svg path {
    transition: all .35s;
}
.footer__btn-page-up:hover svg path {
    transition: all .35s;
    fill: #849fad;
}
.header__search.active{
    z-index: 100;
    display: block;
}
.header.header-inner{
    overflow: hidden;
}
.header{
    position: fixed;
    top: 0;
    width: 100%;
}
.owl-item a div {
    background-size: 100% 100% !important;
}
.offset-slider{
    margin-bottom: 70px;
}
.SumoSelect > .optWrapper > .options li label{
    font-family: 'intro regular', serif !important;
    color: black;
    text-transform: none;
}
.investment-site-detail__items-row{
    display: flex;
    flex-direction: row;
}
.social-icons{
    background: #1d71b8;
}
.item-project--blue{
    background-color: -webkit-gradient(linear, left top, right top, from(rgba(61, 133, 249, 0.88)), color-stop(57%, rgba(110, 203, 244, 0.66)));
    background-image: linear-gradient(90deg, rgba(61, 133, 249, 0.88) 0%, rgba(110, 203, 244, 0.66) 57%);
    border: none;
}
.about {
    padding-top: 100px;
}
.about-info__item{
    max-width: 100%;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(144, 163, 237, 0.28);
    border-radius: 10px;
    padding: 20px 10px;
}
.header__inner-title{
    font-size: 35px;
}
.flex-display{
    display: flex;
}
.header__inner-pagination{
    flex-wrap: wrap;
}
.news__card-title{
    font-family: 'intro bold', serif;
}
.about .accordion:last-child{
    border-bottom: 1px solid #1F3A5B !important;
    padding-bottom: 9px !important;
    margin-bottom: 30px !important;
}
.event__detail-container{
    display:flex;
    flex-direction: column;
}
.header__inner-container-cabinet{
    width: 935px;
}
.partners__container{
    justify-content: center;
}
.full-partners__container{
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -67px;
    display:none;
}
.full-partners__container_active{
    display: flex;
}
.partners__container-button{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 400px) {
    .partners .partners__title .title-block__title{
        text-align: center;
    }

}
.footer__developer{
    color: white !important;
    text-align: center;
    max-width: 400px;
}
.ftr-link-dev{
    color: white !important;
}
.footer__btn-page-up{
    position: absolute;
    top: 20px;
    right: 20px;
}
.btn-size{
    max-width: 400px;
    width: 100%;
}
.btn-size:hover{
    z-index: 2;
}
.btn-size p {
    color: white;
    position: relative;
    z-index: 1;
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}
.button__content-container{
    display:flex;
    justify-content: center;
}
b {
    font-family: "intro bold";
}
.board-meeting__content .container .flex-wrap{
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .board-meeting__pagination-item{
        justify-content: flex-start !important;
        max-width: 950px;
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }
    .board-meeting__pagination{
        height: 200px !important;
    }
    .board-meeting__pagination-btna{
        padding-bottom: 1px !important;
    }
}

.background__white{
    background: white !important;
}
.investment-site-detail__container h2{
    font-family: "intro bold", serif;
}
h2{
    font-family: 'intro bold';
}
h3{
    font-family: 'intro bold';
}
h4{
    font-family: 'intro bold';
}
.btn__text-form{
    display: flex;
    padding: 15px 40px !important;
    width: 705px !important;
    height: 100% !important;
}
.btn__text-form p{
    z-index: 1;
    color: #ffff;
    margin: 0 !important;
}
.industrial-parks__item{
    height: 330px !important;

}
.industrial-parks__item .investment-sites__bg-grd{
    min-height: 330px;
}
.investment-advice__bg{
    margin-bottom: 50px;
    padding: 60px 30px !important;
}
div#tableTop{
    flex-wrap: wrap;
    gap: 20px;
}
@media screen and (max-width: 500px) {
    div#tableTop > div{
        width: 33% !important;
    }
    div#tableTop > div{
        width: 33% !important;
    }
}
@media screen and (max-width: 719px) {
    .investment-sites__item{
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 677px) {
    .h-title{
        font-size: 35px;
    }
}
.header-menu__link {
    transition: all .35s;
}
.header-menu__link:hover{
    transition: all .35s;
    color: #8F9CAD;
}
.about-map{
    position: relative;
}
.canvas__sveden{
    position: absolute;
    top: 2500px;
    right: 0;
    background: url('/local/templates/redesign/html/css/../img/градиент 2-min.png') no-repeat;
    width:130vh;
    height: 290vh;
    overflow-x: visible;
}
.news__card-title-block{
    height: auto;
    min-height: 130px;
}
.top-ten__social-container{
    display: flex;
    flex-wrap: wrap;
}
.investment-advice__card{
    position: relative;
    background: #FFFFFF;
    border: 2px solid #E9ECEF;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 65px 30px;
    max-width: 430px;
    width: 100%;
}
@media screen and (max-width: 1441px) {
    .investment-site-pg .container .flex-wrap{
        justify-content: center;
    }
}
@media screen and (max-width: 991px){
    .investment-advice__card{
        max-width: 300px;
    }
}
@media screen and (max-width: 663px) {
    .investment-site-pg .container .flex-wrap{
        justify-content: center;
    }
}

.investment-advice__card-title{
    font-family: 'Intro Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #424242;
    margin-top: 0;
}
.investment-advice__card-desciption{
    font-family: 'Intro Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #424242;
    margin-top: 0;
}
.investment-advice__svg-container{
    position: absolute;
    top: -60px;
    left: 10px;
    width: 120px;
    height: 120px;
}
.investment-site-pg .container .about__title{
    margin-bottom: 100px;
}
.investment-site-pg .container .flex-wrap{
    column-gap: 30px;
    row-gap: 60px;
}
.active .investment-advice__svg-container svg #rot{
    fill: #35A9E5;
}
.active .investment-advice__svg-container svg path{
    fill: #35A9E5;
}
.padding-top-en{
    padding-top: 100px;
}

.schema__text-one{
    position: absolute;
    bottom: -178px;
    right: 177px;
    color: #ffffff;
    font-family: 'Intro Black';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 140%;
}
.schema__text-two{
    position: absolute;
    bottom: -109px;
    color: #ffffff;
    right: -36px;
    font-family: 'Intro Black';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 140%;
}
.schema__text-three{
    position: absolute;
    bottom: -156px;
    color: #ffffff;
    left: 746px;
    width: 180px;
    font-family: 'Intro Black';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 140%;
}
.schema__text-four{
    position: absolute;
    bottom: -21px;
    color: #ffffff;
    right: -445px;
    width: 180px;
    font-family: 'Intro Black';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 140%;
}
.schema__text-five{
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-family: 'Intro Black';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 140%;
}
.schema__item-img-two{
    background: url(/local/templates/main_25032022/html/img/vector-main-1920.png);
    width: 1200px;
    height: 405px;
    position: absolute;
    background-repeat: no-repeat;
    top: 210px;
    left: 256px;
    right: -2000px;
    display: block;
}
.schema__text-dop{
    display: flex;
    flex-direction: column;
    width: 174px;
    height: 300px;
}
.schema__text-dop p {
    margin: 0;
}
.schema__point{
    width: 87px !important;
    height: 75px !important;

}
.schema__point-container p{
    color: #ffffff;
    margin-left: 38px;
}
.schema__point-container{
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1920px) {
    .schema__item-img-two{
        background: url(/local/templates/main_25032022/html/img/vector-main-1920.png);
        width: 1200px;
        height: 405px;
        position: absolute;
        background-repeat: no-repeat;
        top: 210px;
        left: 256px;
        right: -2000px;
        display: block;
    }
}
@media screen and (max-width: 1441px) {
    .schema__item-img-two{
       left: 19px;
    }
    .schema__text-one{
        bottom: -178px;
        right: 410px;
    }
    .schema__text-two{
        bottom: -108px;
        color: #ffffff;
        right: 203px;
    }
    .schema__text-three{
        bottom: -156px;
        color: #ffffff;
        left: 505px;
    }
    .schema__text-four{
        bottom: -17px;
        color: #ffffff;
        right: -219px;
    }
}
@media screen and (max-width: 1199px) {
    .schema__item-img-two{
        background: url(/local/templates/main_25032022/html/img/vecto-main-1200.png) no-repeat;
        top: 362px;
        left: 183px;
    }
    .schema__text-one{
        right: 297px;
        bottom: -235px;
        width: 150px;
    }
    .schema__text-two{
        bottom: 31px;
        right: 166px;
        width: 150px;
        flex-direction: column-reverse;
    }
    .schema__text-three{
        left: 511px;
        bottom: -119px;
    }
    .schema__text-four{
        bottom: 86px;
        right: -64px;
        width: 130px;
        flex-direction: column-reverse;
    }
    .schema__text-five{
        position: absolute;
        bottom: 0;
        color: #ffffff;
    }
    .schema__text-two .schema__point-container{
        flex-direction: column-reverse;
    }
    .schema__text-four .schema__point-container{
        flex-direction: column-reverse;
    }
    .schema__text-two .schema__point-container .schema__point{
        transform: rotate(180deg);
    }
    .schema__text-four .schema__point-container .schema__point{
        transform: rotate(180deg);
    }
}
@media screen and (max-width: 992px) {
    .schema__item-img-two{
        display: block;
        background: url(/local/templates/main_25032022/html/img/vector-main-992.png) no-repeat;
        left: -101px;
        top: 425px;
        width: 920px;
        height: 310px;
    }
    .doc__link-container{
        margin-top: 80px;
    }
    .schema__text-one{
        left: -47px;
        right: 0;
        bottom: -303px;
        width: 150px;
    }
    .schema__text-two{
        bottom: -232px;
        right: 0;
        left: 92px;
        width: 150px;
        flex-direction: column;
    }
    .schema__text-three{
        left: 262px;
        bottom: -185px;
        width: 160px;
    }
    .schema__text-four{
        bottom: -173px;
        width: 173px;
        right: 0;
        left: 432px;
        flex-direction: column;
    }
    .schema__text-five{
        position: absolute;
        bottom: 0;
        color: #ffffff;
    }
    .schema__text-two .schema__point-container{
        flex-direction: column;
    }
    .schema__text-four .schema__point-container{
        flex-direction: column;
    }
    .schema__text-two .schema__point-container .schema__point{
        transform: rotate(0);
    }
    .schema__text-four .schema__point-container .schema__point{
        transform: rotate(0);
    }
}
@media screen and (max-width: 768px) {

    .schema__item-img-two{
        display: block;
        background: url(/local/templates/main_25032022/html/img/vector-main-768.png) no-repeat;
        left: -80px;
        width: 910px;
        top: 414px;
    }
    .schema__text-one{
        left: -3px;
        right: 0;
        bottom: -240px;
        width: 150px;
    }
    .schema__text-two{
        bottom: 14px;
        right: 0;
        left: 94px;
        width: 150px;
        flex-direction: column-reverse;
    }
    .schema__text-three{
        left: 240px;
        bottom: -130px;
    }
    .schema__text-four{
        bottom: 75px;
        width: 140px;
        right: 0;
        left: 338px;
        flex-direction: column-reverse;
    }
    .schema__text-five{
        position: absolute;
        bottom: 0;
        color: #ffffff;
    }
    .schema__text-two .schema__point-container{
        flex-direction: column-reverse;
    }
    .schema__text-four .schema__point-container{
        flex-direction: column-reverse;
    }
    .schema__text-two .schema__point-container .schema__point{
        transform: rotate(180deg);
    }
    .schema__text-four .schema__point-container .schema__point{
        transform: rotate(180deg);
    }
}
@media screen and (max-width: 656px) {

    .schema__item-img-two{
        display: block;
        background: url(/local/templates/main_25032022/html/img/vector-main-768.png) no-repeat;
        left: -80px;
        width: 910px;
        top: 414px;
    }
    .schema__text-one{
        left: -41px;
        right: 0;
        bottom: -246px;
        width: 150px;
    }
    .schema__text-two{
        bottom: -23px;
        right: 0;
        left: 37px;
        width: 150px;
        flex-direction: column-reverse;
    }
    .schema__text-three{
        left: 128px;
        bottom: -164px;
    }
    .schema__text-four{
        bottom: 70px;
        width: 140px;
        right: 0;
        left: 231px;
        flex-direction: column-reverse;
    }
    .schema__text-five{
        position: absolute;
        bottom: 0;
        color: #ffffff;
    }
    .schema__text-two .schema__point-container{
        flex-direction: column-reverse;
    }
    .schema__text-four .schema__point-container{
        flex-direction: column-reverse;
    }
    .schema__text-two .schema__point-container .schema__point{
        transform: rotate(180deg);
    }
    .schema__text-four .schema__point-container .schema__point{
        transform: rotate(180deg);
    }
}
@media screen and (max-width: 480px) {

    .schema__item-img-two{
        display: block;
        background: url(/local/templates/main_25032022/html/img/Vector-main-375-480.png) no-repeat;
        left: -72px;
        top: 150px;
        height: 100%;
    }
    .schema__text-one{
        left: -93px;
        right: 0;
        bottom: -256px;
        width: 150px;
    }
    .schema__text-two{
        bottom: 125px;
        right: 0;
        left: 3px;
        width: 154px;
    }
    .schema__text-three{
        left: 97px;
        bottom: -10px;
    }
    .schema__text-four{
        bottom: 231px;
        right: 0;
        left: 149px;
    }
    .schema__text-five{
        position: absolute;
        bottom: 0;
        color: #ffffff;
    }

    .schema__text-two .schema__point-container{
        margin-top: 25px;
    }
}
.schema__item-img-for-five{
    background: url(/local/templates/main_25032022/html/img/vector-main-for-five-point1920.png) no-repeat;
}
.schema__text-one-for-five{
    bottom: -90px;
    right: 266px;
}
.schema__text-two-for-five{
    bottom: -23px;
    right: 101px;
}
.schema__text-one-three-five{
    left: 531px;
    bottom: 54px;
}
.schema__text-four-for-five{
    right: -219px;
    bottom: 53px;
}
.schema__text-five-for-five{
    right: -405px;
    bottom: 61px;
    width: 181px;
}
@media screen and (max-width: 1441px) {
    .schema__item-img-for-five{
        top: 400px;
        left:15px;
    }
    .schema__text-one-for-five{
        bottom:  -279px;
        right: 510px;
    }
    .schema__text-two-for-five{
        bottom: -211px;
        right: 344px;
    }
    .schema__text-one-three-five{
        left: 281px;
        bottom: -138px;
    }
    .schema__text-four-for-five{
        right: 20px;
        bottom: -138px;
    }
    .schema__text-five-for-five{
        right: -150px;
        bottom:  -134px;
    }
}
@media screen and (max-width: 1199px) {
    .schema__item-img-for-five{
        background: url(/local/templates/main_25032022/html/img/vector-main-for-five-point1200.png) no-repeat;
        left: 113px;
    }
    .schema__text-one-for-five{
        bottom: -249px;
        right: 0;
        left: 93px;
    }
    .schema__text-two-for-five{
        bottom: -175px;
        right: 0;
        left: 266px;
        flex-direction: column;
    }
    .schema__text-one-three-five{
        left: 401px;
        bottom: -99px;
    }
    .schema__text-four-for-five{
        right: 0;
        bottom: -107px;
        left: 606px;
        flex-direction: column;
    }
    .schema__text-five-for-five{
        right: 0;
        left: 750px;
        bottom: -118px;
        flex-direction: column;
    }
    .schema__text-two-for-five .schema__point-container{
        flex-direction: column;
    }
    .schema__text-four-for-five .schema__point-container{
        flex-direction: column;
    }
    .schema__text-five-for-five .schema__point-container{
        flex-direction: column;
    }
    .schema__text-two-for-five .schema__point-container .schema__point{
        transform: rotate(0);
    }
    .schema__text-four-for-five .schema__point-container .schema__point{
        transform: rotate(0);
    }
    .schema__text-five-for-five .schema__point-container .schema__point{
        transform: rotate(0);
    }
}

@media screen and (max-width: 1119px) {
    .schema__item-img-for-five{
        left: 27px;
    }
    .schema__text-one-for-five{
        right: 0;
        left: 10px;
    }
    .schema__text-two-for-five{
        right: 0;
        left: 164px;
        bottom: -188px;
        flex-direction: column;
    }
    .schema__text-one-three-five{
        left: 302px;
        bottom: -103px;
    }
    .schema__text-four-for-five{
        right: 0;
        left: 486px;
        bottom: -103px;
        flex-direction: column;
    }
    .schema__text-five-for-five{
        right: 0;
        left: 654px;
        flex-direction: column;
        bottom: -121px;
    }
    .schema__text-two-for-five .schema__point-container{
        flex-direction: column;
    }
    .schema__text-four-for-five .schema__point-container{
        flex-direction: column;
    }
    .schema__text-five-for-five .schema__point-container{
        flex-direction: column;
    }
    .schema__text-two-for-five .schema__point-container .schema__point{
        transform: rotate(0);
    }
    .schema__text-four-for-five .schema__point-container .schema__point{
        transform: rotate(0);
    }
    .schema__text-five-for-five .schema__point-container .schema__point{
        transform: rotate(0);
    }
}
@media screen and (max-width: 991px) {
    .schema__item-img-for-five{
        background: url(/local/templates/main_25032022/html/img/vector-main-for-five-point992.png) no-repeat;
        top: 440px;
        left: -100px;
    }
    .schema__text-one-for-five{
        bottom: -286px;
        left: -116px;
    }
    .schema__text-two-for-five{
        bottom: -35px;
        left: 21px;
        flex-direction: column-reverse;
    }
    .schema__text-one-three-five{
        left: 143px;
        bottom: -156px;
    }
    .schema__text-four-for-five{
        bottom: 72px;
        left: 255px;
        flex-direction: column-reverse;
    }
    .schema__text-five-for-five{
        left: 443px;
        bottom: -155px;
    }
    .schema__text-one-for-five .schema__desc{
        margin-left: 20px;
    }
    .schema__text-two-for-five .schema__point-container{
        flex-direction: column-reverse;
    }
    .schema__text-four-for-five .schema__point-container{
        flex-direction: column-reverse;
    }
    .schema__text-two-for-five .schema__point-container .schema__point{
        transform: rotate(180deg);
    }
    .schema__text-four-for-five .schema__point-container .schema__point{
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 768px) {
    .schema__item-img-for-five{
        background: url(/local/templates/main_25032022/html/img/vector-main-for-five-point768.png) no-repeat;
        top: 600px;
        left: -109px;
    }
    .schema__text-one-for-five{
        bottom: -381px;
        left: -124px;
    }
    .schema__text-two-for-five{
        bottom: -148px;
        left: -16px;
        flex-direction: column-reverse;
    }
    .schema__text-one-three-five{
        left: 95px;
        bottom: -273px;
    }
    .schema__text-four-for-five{
        bottom: -44px;
        left: 150px;
        flex-direction: column-reverse;
    }
    .schema__text-five-for-five{
        left: 229px;
        bottom: -221px;
    }
    .schema__text-two-for-five .schema__point-container{
        flex-direction: column-reverse;
    }
    .schema__text-four-for-five .schema__point-container{
        flex-direction: column-reverse;
    }
    .schema__text-two-for-five .schema__point-container .schema__point{
        transform: rotate(180deg);
    }
    .schema__text-four-for-five .schema__point-container .schema__point{
        transform: rotate(180deg);
    }
}
@media screen and (max-width: 480px) {
    .schema__item-img-for-five{
        background: url(/local/templates/main_25032022/html/img/vector-test1.4.png) no-repeat;
        top: 69px;
        left: -61px;
    }
    .schema__text-one-for-five{
        bottom: -182px;
        left: -77px;
    }
    .schema__text-two-for-five{
        bottom: 211px;
        left: -45px;
    }
    .schema__text-one-three-five{
        left: 38px;
        bottom: 58px;
    }
    .schema__text-four-for-five{
        bottom: 263px;
        left: 84px;
    }
    .schema__text-five-for-five{
        left: 173px;
        bottom: 88px;
    }
    .schema__slider{
        top: 250px !important;
    }
    .schema__text-five-for-five .schema__desc{
        width: 125px;
    }
}
.schema__desc{
    font-family: 'Intro Black';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 140%;
    color: #ffffff;
}
.schema__dop-text-container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 10px;
}
.schema__dop-text-container p {
    font-family: 'Intro Book';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
}
.schema__dop-text-container img {
    margin-top: 2px;
    margin-right: 6px;
}
.button__menu-dop{
    margin: 0 0 0 15%;
}
.partners__button{
    padding: 10px 98px;
    border-radius: 0 0 60px 60px;
}
.menu__list{
    display: flex !important;
}
.events .title-block .title-block__title{
    color: #1f3a5b;
}
.events .title-block .title-block__link{
    color: #1f3a5b;
}
.events .title-block .title-block__link:hover{
    border-bottom: 2px solid #1f3a5b;
}
.events .title-block .title-block__link .title-block__link-plus i{
    background: #1f3a5b;
}
.about__image-container{
    display: flex;
    margin-bottom: 50px;
}
.about__image-container img{
    width: 100px;
}
.appeal-gubernator__container{
    display: flex;
    justify-content: center;
}
.appeal-gubernator__container img{
    max-width: 100%;
}
@media (max-width:600px) {
    html{
       overflow-x:hidden;
    }
}
.popup__main-opros{
    position: fixed;
    width: 328px;
    height: auto;
    top: 130px;
    right: 5px;
    z-index: 10000;
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.popup__main-container{
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 25px 15px 15px 15px;
    box-shadow: 0px 0px 24px rgba(31, 82, 144, 0.14);
    border-radius: 7px;
    background: linear-gradient(90deg, #1D71B8 0%, #0293DF 100%);
}
.popup__main-container h3{
    font-family: 'Intro Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 133.98%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.popup__main-container a {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 12px 28px;
    font-family: 'Intro Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 133.98%;
    text-align: center;
    color: #1F3A5B;
    cursor: pointer;
}


.popup__main-container button {cursor: pointer; position: absolute; top: 20px; right: 30px;border: none;background: none;}
.popup__main-container button:before, .popup__main-container button:after {content: ""; position: absolute; width: 24px; height: 4px; background: white;}
.popup__main-container button:before {transform: rotate(45deg);}
.popup__main-container button:after {transform: rotate(-45deg);}

.mediatsiya-projects-wrapper{
    display: flex;
    justify-content: space-between;
}

.mediatsiya-project {
    margin: 0 ;
    width: 447px ;
    height: 287px ;
    min-height: 200px;
    border-radius: 15px;
    border: none;
}
.mediatsiya-item{
    display: flex;
    flex-direction: column;
}
.mediatsiya-btn {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
    flex: 0 0 auto;
    width: 100px !important ;
    height: 100px !important;
}
.mediatsiya-img {
    width: 120px !important;
    height: 120px !important;
    position: absolute;
    z-index: 2;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: 0.35s;
}
.mediatsiya-btn::after{
    content: " ";
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.25);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    border-radius: 100%;
}
.mediatsiya-title {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
}
.mediatsiya-title-show{
    margin-left: 120px;
}
.mediatsiya-title-hidden{
    display: none;
}
.mediatsiya-title-predstavitel {
    font-size: 18px;
}
@media (max-width: 1439px) {
    .mediatsiya-projects-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .mediatsiya-project{
        width: 90%;
        margin-bottom: 30px !important;
    }
    .mediatsiya-btn{
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .mediatsiya-title {
        margin-right: 0;
        margin: 0;
    }
    .mediatsiya-title-show{
        display: none;
    }
    .mediatsiya-title-hidden{
        display: block;
        margin-top: 100px;
    }
    .mediatsiya-project-predstavitel {
        height: 400px;
    }
    .mediatsiya-title-predstavitel{
        margin-top: 90px;
    }
}

/* End */


/* Start:/local/templates/redesign/html/css/style.css?1757922241104508*/
@font-face {
    font-family: "Intro-Black";
    src: url("/local/templates/main_25032022/html/fonts/intro-black.woff");
    font-weight: normal;
    font-style: normal;
}
.header__inner {
    min-height: 500px;
    z-index: 1;
    padding: 160px 0 0 0;
}

.padding-container {
    padding: 60px 15px 200px 15px;
}
.container.main {
    padding: 120px 0 0 0;
}

.header.active {
    background: #1F3A5B;
}

p {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #262C32;
}

a {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1D71B8;
    text-decoration: none;
}

#left-center {
    transform: rotate(180deg);
}

.showPasswordAuth {
    top: 38px;
}
.showPasswordAuth img{
    width: 24px;
    height: 22px;

}
.showPassword {
    top: 18px;
}

.news__card {
    margin: 0 0 50px 0px;
    height: auto;
    min-height: 485px;
    justify-content: space-between;
}

.strategy__card-invest-projects .flex {
    flex-direction: column;
}

.strategy__card-invest-projects img {
    width: fit-content;
}

.datepicker-here::placeholder {
    color: #d4ddf5;
}

.main-js-cn {
    justify-content: center;
}

.inner-top-gray {
    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;
    position: relative;
    margin-bottom: 80px;
    min-height: 400px;
    margin-top: 80px;
    background: #F4F6FE;
}

.inner-top-gray .container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.inner-top-gray .h1 {
    color: #262c32;
    font-size: 54px;
    font-weight: 800;
    line-height: 64px;
    text-transform: uppercase;
}

.inner-top-gray__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.inner-top-gray__bg img {
    display: block;
}

.inner-top-gray__filter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner-top-gray__form {
    padding: 0 10px;
    height: 55px;
}

.inner-top-gray__date {
    max-width: 200px;
    width: 200px;
}

.inner-top-gray__form:nth-of-type(1) {
    padding: 0 20px 0 0;
}

.form-news {
    max-width: 445px;
    width: 445px;
}

.inner-top-gray__news-sources {
    max-width: 350px;
    width: 340px;
}

.btn-gradient {
    width: 187px;
    height: 54px;
    background: linear-gradient(90deg, #1D71B8 0%, #0293DF 100%);
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
    font-family: 'Intro Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    cursor: pointer;
    border: 0;
    position: relative;
}

.btn-gradient:hover:after {
    opacity: 1;
}

.btn-gradient span {
    position: relative;
    z-index: 1;
}

.btn-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0293DF;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.datepicker-here {
    padding: 0 50px 0 25px;
    height: 55px;
    border-radius: 4px;
    border: 1px solid #d4ddf5;
    background-color: #fff;
    font-family: 'intro regular';
    color: #d4ddf5;
    font-size: 14px;
    font-weight: 700;
    line-height: 55px;
    margin-right: 10px;
    outline: none;
    cursor: pointer;
    background-image: url(/local/templates/redesign/html/css/../img/date.svg);
    background-repeat: no-repeat;
    background-position: 90%;
}

.form-date {
    position: relative;
}

/*.form-date::after {
    position: absolute;
    top: 18px;
    right: 45px;
    z-index: 999;
    content: "";
    background: url('/local/templates/redesign/html/css/../img/date.svg') no-repeat 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}*/

.inner-top-gray__btn {
    margin-left: 10px;
}

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

.form-support .flex-wrap {
    width: 100%;
}

.flex-center-v {
    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;
}

.flex-center-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.news__item {
    margin-bottom: 30px;
}

.pagination {
    margin: 90px 0;
}

.pagination__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination-btn {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #8F9CAD;
    text-decoration: none;
    cursor: default;
    margin: 0 16px;
}

.pagination-btn-active {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #4A8DC6;
    text-decoration: none;
    margin: 0 16px;
}

.pagination-gap {
    margin-top: -13px;
    color: #7F8BAF;
    font-size: 35px;
    padding: 0 16px;
}

.pagination-number-page {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #8F9CAD;
    text-decoration: none;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    padding: 5px 0;
    flex: 0 0 auto;
}

.pagination-number-page:hover {
    background: #F4F6FE;
    border-radius: 2px;

}

.pagination-number-page-active {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: white;
    text-decoration: none;
    margin: 0 8px;
    background: linear-gradient(90deg, #1D71B8 0%, #0293DF 100%);
    border-radius: 2px;
    width: 30px;
    height: 30px;
    padding: 5px 0;
    cursor: default;
    flex: 0 0 auto;
}

.inner-top__left {
    position: relative;
    z-index: 2;
}

.news-subscription__item {
    background-image: url("/local/templates/redesign/html/css/../../img/Group797.png") ;
    border-radius: 4px;
    width: 100%;
    min-height: 329px;
    margin-bottom: 0 !important;
    position: relative;
    padding: 15px 30px;
    background-size: 100% 100%;
    object-fit: cover;
}

.news-subscription__bg {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
}

.news-subscription__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px 40px;
    position: relative;
    z-index: 1;
}

.news-subscription__h2 {
    font-family: 'intro bold', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    margin: 0;
}

.news-subscription__p {
    max-width: 470px;
    font-family: 'intro regular', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.news-subscription__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-detal {
    background: white;
    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;
    position: relative;
    min-height: 200px;
    margin-top: 78px;
}

.news-detal-1 {
    margin-top: 20px;
}

.headline-page {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 37px;
    line-height: 120%;
    color: #262C32;
}

.industrial-parks_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-news__icon {
    margin-right: 20px;
    flex: 0 0 auto;
    width: 20px;
    height: 40px;
}


.subscription__container {
    width: 57px;
    height: 386px;
    background: #F4F6FE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.subscription__link {
    margin-top: 20px;
}

.subscription__print {
    background: #D4DDF5;
    width: 57px;
    height: 57px;
    border-radius: 0 0 4px 4px;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.activity-detail__info-col {
    width: 50%;
}

.news-detal__content {
    /*width: 100%;*/
    font-family: 'intro regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 200%;
    color: #000000;
    margin-left: 62px;
}

.investment-advice__doc {
    margin-bottom: 7px;
}

.news-detal__p {
    margin: 0 0 68px 0;
}

.news-detal__photo {
    margin-bottom: 68px;
}

.btn-undo {
    background: #FFFFFF;
    border: 1px solid #D4DDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 306px;
    font-family: 'intro regular', serif;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: 0.05em;
    color: #262C32;
    text-decoration: none;
    transition: all .35s;
}
.btn-undo:hover{
    transition: all .35s;
    border: 1px solid #7e9ff5;
}
.news__slider {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

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

.news-slider__wrap {
    max-width: 1162px;
    /*margin-left: 119px;*/
}

.news-slider__nav {
    position: absolute;
    top: -50px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-detal__photo {
    width: 270px;
    height: 150px;
}

.project-support__info {
    margin: 50px 0;
    border-radius: 5px;
    border: 3px solid #f4f6fe;
    padding: 50px 45px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background: #fff;
}

.documents-project-support {
    margin: 20px 0 0 0;
}

.project-support__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project__item__plus {
    top: auto;
    bottom: 43px;
    left: 63px;
}

.project-support__block .item-project-support__title {
    text-decoration: none;
}

.plus-black {
    color: #455380;
}

.project__item-doc {
    position: absolute;
    bottom: 34px;
    left: 51px;
    padding: 0;
}

.project__item-doc .icon {
    fill: white;
}

.project__item-doc .icon:hover {
    fill: white;
}

.item-projects-support__doc {
    position: absolute;
    bottom: 45px;
    left: 50px;
    width: 45px;
    height: 45px;
}

.project-support__item {
    width: 446px;
    min-height: 313px;
    height: 313px;
    margin: 0 15px 30px 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.project-support__item:nth-child(3) {
    width: 446px;
    height: 313px;
    margin: 0 0 30px 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.project-support__item .item-project__content{
    border: none;
}
.item-project-support__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 32.16px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.project-support__title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
}
.project-support__title_black{
    color: black !important;
}
.item-project__content-wi {
    height: 275px;
}
.item-project__content-wi img{
    opacity: .6;
}
.project-support__item:hover:before {
    left: -60%;
}

.project-support__document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-support-documents__link {
    min-height: 30px;
    max-width: 466px;
}

.project__item__scheme {
    width: 100%;
    height: 100%;
}

.passport__content-img {
    height: 100%;
    margin-bottom: 72px;
}

.passport__content-img img {
    width: 100%;
    width: calc(100% - 100px);
    margin: 50px;
}

.contacts-item {
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 100px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.contacts-item:hover {
    -webkit-box-shadow: 0px 0px 24px rgba(144, 163, 237, 0.28);
    box-shadow: 0px 0px 24px rgba(144, 163, 237, 0.28);
}

.contacts-item__left {
    max-width: 640px;
    padding: 40px 24px;
}

.contacts-logo img {
    width: 57px;
    height: 64px;
    margin-right: 33px;
}

.contacts-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-size: 20px;
    line-height: 133.98%;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 48px;
}

.contacts-logo p {
    font-weight: bold;
}

.contacts-logo span {
    font-weight: normal;
}

.contacts-item__right {
    max-width: 640px;
    width: 640px;
    margin-left: auto;
}

.contacts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.contacts-content img {
    width: 28px;
    height: 28px;
    margin-right: 21px;
}

.contacts-content__container {
    font-family: Montserrat;
    font-style: normal;

}

.contacts-content__container a {
    text-decoration: none;
}

.contacts-content__container p {
    margin: 0 0 5px 0;
}

.contacts-content__container span {
    font-weight: normal;
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 19px;
    line-height: 133.98%;
    color: #494949;
}

.inner-top__bg-article {
    position: absolute;
    bottom: -130px;
    right: 0px;
    overflow: hidden;
}

.inner-top__bg-article:before {
    content: '';
    position: absolute;
    bottom: 58px;
    left: -40px;
    background: url(/local/templates/redesign/html/css/../img/inner-top-bg.svg) 0 0 no-repeat;
    width: 337px;
    height: 477px;
    -webkit-transform: rotateY(25deg);
    transform: rotateY(25deg);
}

.inner-top__no-brd {
    border: 0;
}

.appeal-info {
    position: relative;
    bottom: 36px;
}

.appeal-info__item {
    margin: 0 auto 78px auto;
    max-width: 1162px;
    background: #F4F6FE;
    padding: 68px 150px;
}

.appeal-info__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.appeal-info__h2 {
    font-size: 32px;
    line-height: 40px;
    color: #262C32;
    font-family: 'intro bold';
}

.appeal-info__p {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #7F8BAF;
}

.appeal-content {
    margin-bottom: 200px;
}

.appeal-content__item {
    max-width: 1162px;
    margin: 0 auto;
}

.appeal-content__container {
    max-width: 715px;
    margin: 0 auto;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 44px;
}

.appeal-content__container p {
    margin: 0 0 14px 0;
}

.appeal-content__container img {
    margin: 52px 0 0 0;
    width: 100%;
}

.appeal-content__container h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 150%;
    color: #262C32;
    margin: 22px 0 19px 0;
}

.appeal-content__container h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #262C32;
}

.appeal-content__container ul {
    padding-left: 18px;
    margin-bottom: 24px;
}

.appeal-content__container ul li {
    margin: 0 0 14px 0;
}

.appeal-content__document {
    max-width: 665px;
    margin: 60px auto;
}

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

.form-activity {
    max-width: 861px;
    width: 861px;
}

.form__search {
    position: relative;
    width: 314px;
    background: #1F3A5B;
    box-shadow: 0px 0px 24px rgba(31, 82, 144, 0.14);
    border-radius: 7px;
    padding: 40px 30px 40px 30px;
}

.brd-radius-4 {
    border-radius: 4px;
}

.form__search-item {
    margin-bottom: 30px;
}

.form__search-item p {
    font-family: 'intro bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 133.98%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.form__search-item .jq-selectbox__select {
    border-radius: 0;
}

.form__search-btn-apply {
    background: #FFFFFF;
    border-radius: 7px;
    outline: none;
    padding: 18px 53px;
    text-decoration: none;
    border: none;
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 133.98%;
    display: flex;
    align-items: center;
    color: #1F3A5B;
    transition: all .35s;
}
.form__search-btn-apply:hover{
    transition: all .35s;
    cursor: pointer;
    transform: scale(1.05);
}
.form__search-btn-clear {
    margin-left: auto;
    width: 54px;
    height: 56px;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    background: url("/local/templates/redesign/html/css/../img/btn-clear.svg") no-repeat center;
}
.form__search-btn-clear:hover{
    transition: all .35s;
    cursor: pointer;
    transform: scale(1.05);
}
.form__search-document {
    border-top: 1px solid white;
    margin-top: 28px;
}

.form__search-document__link {
    font-family: 'intro regular', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150.08%;
    text-transform: uppercase;
    color: white;
    margin: 0;
}

.form__search-accordion {
    font-family: 'intro regular', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 133.98%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.project-support__item-block {
    max-width: 327px;
    width: 327px;
    max-height: 275px;
    display: block;
    text-decoration: none;
    margin: 0 5px 30px 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.form-support__container {
    margin-left: 15px;
}

.project-support__item-block:hover:before {
    left: -60%;
}

.board-meeting__hr {
    width: 100%;
    background: #EAEAEA;
    border: none;
    height: 1px;
    margin: 30px 0;
}

.board-meeting__info {
    max-width: 685px;
    width: 100%;
}

.board-meeting__contacts {
    max-width: 596px;
    margin-left: auto;
}

.board-meeting__h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #424242;
    margin: 0 0 0 0;
    text-transform: none;
    text-align: center;
}

.board-meeting__h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color:#424242;
}

.board-meeting__p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #262C32;
    margin-bottom: 20px;
}

.board-meeting__phone {
    margin-right: 91px;
}

.board-meeting__email {
    margin-right: 91px;
}

.board-meeting__pagination {
    width: 100%;
    height: 154px;
    margin: 35px 0;
    padding-top: 1px;
    background: #F4F6FE;
}

.board-meeting__pagination-item {
    margin-top: 14px;
}

.board-meeting__pagination-btn:nth-child(1) {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #455380;
    /*margin: 0 50px 0 0;*/
}

.board-meeting__pagination-btn {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #455380;
    /*margin: 0 50px;*/
    border-bottom: 2px solid transparent;
    display: block;
    width: 75px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.flex-space-between {
    justify-content: space-between;
}

.board-meeting__pagination-btna {
    font-weight: bold !important;
    padding-bottom: 25px;
    border-bottom: 2px solid #455380;
    width: auto;
}

.board-meeting__pagination-btn:hover {
    font-weight: bold;

}

.board-meeting__content {
    margin-bottom: 160px;
}

.board-meeting__video {
    max-width: 670px;
    width: 100%;
}
.wrap-item-video{
    margin: 0 30px 30px 0;
}
.board-meeting__content-item {
    padding-bottom: 70px;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 40px;
}

.board-meeting__content-item:last-child {
    padding-bottom: 70px;
    border-bottom: none;
}

.board-meeting__document {
    width: 628px;
    margin-left: auto;
}

.board-meeting__title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #262C32;
    margin-bottom: 30px;
}

.investment-sites__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
    margin-left: 15px;
    max-width: 100%;
}

.investment-sites__cards {
    width: 327px;
    height: auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 24px rgba(144, 163, 237, 0.28);
    box-shadow: 0px 15px 24px rgba(144, 163, 237, 0.28);
    border-radius: 10px;
    position: relative;
    margin: 0 9px 30px 0;
}

.investment-sites__bg-img {
    height: 274px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.investment-sites__bg-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 159, 227, 0.24);
    left: 0;
    top: 0;
}

.investment-sites__bg-img img {
    width: 100%;
}

.investment-sites__bg-grd {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(36.33%, #FFF));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 36.33%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 36.33%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 36.33%);
    display: flex;
    flex-direction: column;
    min-height: 500px;
}

.investment-sites__city {
    margin-top: 162px;
    margin-bottom: 0;
    height: 80px !important;
}

.investment-site__hr {
    width: 100%;
    height: 1px;
    background: #D4DDF5;
    border: 0;
    margin-bottom: 16px;
}

.investment-sites__title {
    margin: 0px 30px 0 30px;
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: #424242;
}

.industrial-parks__container-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 339px;
}

.investment-sites__description {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #424242;
    margin: 5px 30px 14px 30px;
}

.investment-sites__infrastructure {
    margin: 5px 30px 14px 30px;
}

.investment-sites__infrastructure img {
    margin-right: 10px;
}

.investment-sites__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 30px 14px 30px;
}

.investment-sites__map a {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    color: #888888;
}

.investment-sites__map a:hover {
    border-bottom: 1px solid #888888;
}

.investment-sites__btn {
    text-decoration: none;
    overflow: hidden;
    margin-top: auto;
    width: 100%;
    position: relative;
}
.investment-sites__btn .icon{
    z-index: 1;
}
.investment-sites__cards:hover .investment-sites__btn{
    color: white;
}

.investment-sites__cards:hover svg {
    fill: #fff;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.investment-sites__btn:before {
    border-radius: 0 0 10px 10px;
}
/*.investment-sites__cards:hover {*/
/*    cursor: pointer;*/
/*}*/


.investment-sites__cards:hover .investment-sites__btn::before {
    width: 100%;
}

.activity-content__card {
    /*-webkit-box-shadow: 0px 15px 24px rgba(144, 163, 237, 0.28);
    box-shadow: 0px 15px 24px rgba(144, 163, 237, 0.28);*/
    border-radius: 10px;
    border: 0;
    /* margin-right: 30px;*/
    margin-bottom: 30px;
    width: 327px;
}

/*.activity-content__card:nth-child(3n) {
    margin-right: 30px;
}

.activity-content__card:nth-child(4n) {
    margin-right: 0;
}*/

.activity-content__card:before {
    border-radius: 10px;
}

.infrastructure-provision {
    margin-bottom: 160px;
}

.infrastructure-provision__breadcrumbs {
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.infrastructure-provision__doc {
    width: 630px;
}

.infrastructure-provision__item {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.infrastructure-provision__container {
    max-width: 924px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.infrastructure-provision__block {
    width: 432px;
    height: 184px;
    max-width: 447px;
    min-height: 184px;
}

.infrastructure-provision__block .item-project__content{
    border: none;
}

.infrastructure-provision__block:before {
    min-height: 185px;
}

.infrastructure-provision__block img {
    width: 52px;
    height: 52px;
    margin: 0 0 0 auto;
}

.user-requests__item {
    max-width: 924px;
    margin: 0 auto;
}

.user-requests__photo {
    margin-right: 30px;
}

.user-requests__photo img {
    border-radius: 50px;
    width: 96px;
    height: 96px;
}

.user-requests__name {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #455380;
    margin: 0 10px 16px 0;
}

.user-requests__response-time {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #BBBBBB;
    margin: 0 0 16px 0;

}

.user-requests__question {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #414141;
}

.user-requests__appeal {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #414141;
    padding-bottom: 34px;
    border-bottom: 1px solid #EAEAEA;
}

.user-requests__btn {
    display: block;
    margin-bottom: 100px;
}

.project-support__item-block::before {
    max-width: 571px;
    min-height: 200px;
    left: -83px;
}

.chamber-of-commerce__contacts a {
    margin: 10px 0 10px 10px;
    text-decoration: none;
    color: #455380;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.chamber-of-commerce__contacts a:hover {
    border-bottom: 1px solid #455380;
}

.chamber-of-commerce__contacts p {
    margin: 10px 0 10px 10px;
}

.chamber-of-commerce__social-networks {
    margin-left: auto;
}

.chamber-of-commerce {
    margin-bottom: 100px;
}

.chamber-of-commerce__brd {
    width: 16%;
    height: 344px;
    position: absolute;
    z-index: 2;
    background: -webkit-linear-gradient(358.9deg, #fff 50.1%, #6ECBF400 107.19%);
    background: -o-linear-gradient(358.9deg, #fff 50.1%, #6ECBF400 107.19%);
    background: linear-gradient(91.1deg, #fff 50.1%, #6ECBF400 107.19%);
}

.chamber-of-commerce__brd:nth-child(2) {
    width: 16%;
    height: 344px;
    position: absolute;
    right: 0;
    z-index: 2;
    background: -webkit-linear-gradient(358.9deg, #6ECBF400 0.1%, #fff 40.19%);
    background: -o-linear-gradient(358.9deg, #6ECBF400 0.1%, #fff 40.19%);
    background: linear-gradient(91.1deg, #6ECBF400 0.1%, #fff 40.19%);
}

.industrial-parks_container {
    margin-bottom: 100px;
}

.industrial-parks__item {
    margin: 0 9px 30px 0;
    height: 650px;
}

.industrial-parks__mrg {
    margin-top: auto;

}

.industrial-parks__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 371px;
}

.industrial-parks__title {
    height: 190px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    align-items: flex-end;
}

.industrial-parks__title h2 {
    margin-bottom: 0;
    color: #262c32;
    font-family: 'intro bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    overflow: hidden;
}
p b{
    font-family: "intro bold";
}
.investor-protection__h2 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.investor-protection__link {
    color: #455380;
    font-size: 16px;
    line-height: 24.61px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.investor-protection__link:hover {
    border-bottom: 1px solid #455380;
}

.investor-protection__item {
    margin-right: 50px;
}

.investor-protection__container {
    margin-bottom: 100px;
}

.investor-protection__item img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin-right: 50px;
    object-fit: cover;
}

.industrial-parks__description {
    margin: 5px 30px 5px 30px;
}

.investor-protection {
    margin-bottom: 100px;
}

.investor-protection__b {
    height: 30px;
    margin: 9px 0;
}

.investor-protection__p {
    max-width: 343px;
}

.long-text__h1 {
    font-size: 19px !important;
    line-height: 36px !important;
}

.provision-of-land__item {
    border-bottom: 1px solid #E1E6F3;
    max-width: 1000px;
}

.provision-of-land__request {
    max-width: 400px;
    height: 100%;
    border-radius: 5px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    margin-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.provision-of-land__title {
    width: 235px;
    margin-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.provision-of-land__description {
    margin: 22px 0 10px 0;
}

.provision-of-land__description h3 {
    margin: 0 0 16px 0;
}

.provision-of-land__description p {
    margin: 0 0 16px 0;
}

.investment-site-detail__btn {
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 21px;
    margin-top: 20px;
    color: #FFFFFF;
}
.investment-site-detail .container .board-meeting__h1{
    text-align: left;
}
.investment-site-detail__investment-con {
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.investment-site-detail__investment_new{
    width: 447px;
    height: 260px;
    /*background: #F4F6FE;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: sticky;
    top: 120px;
}
.provision-of-land {
    margin-bottom: 100px;
}

.investment-site-detail__item {
    width: 920px;
}

.investment-site-detail {
    margin-bottom: 100px;
}

.investment-site-detail__investment {
    width: 447px;
    height: 600px;
    /*background: #F4F6FE;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: sticky;
    top: 120px;
}

.flex-col-infrastructure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 40px;
}

.flex-col-infrastructure-active {
    margin-right: 40px;
    margin-bottom: 40px;
}

.flex-col-infrastructure-active path {
    fill: #3E87F8;
}

.flex-col-infrastructure__p{
    font-family: 'intro regular' !important;
}
.flex-col-infrastructure p {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #D4DDF5;
}
.flex-col-infrastructure p{
    font-family: 'intro bold', serif;
}
.investment-site-pg {
    padding: 90px 0 10px 0 !important;
}

.investment-site-detail-slider___btn {
    top: -66px;
}

.flex-col-infrastructure-active p {
    color: #262C32 !important;
}

.flex-col-infrastructure__p {
    max-width: 150px;
    font-weight: normal !important;
    margin: 0;
}

.investment-site-detail__container {
    margin: 55px;
}
.investment-site-detail .container{
    overflow-x:  hidden;
}
.investment-site-detail__description {
    border-left: 7px solid #F4F6FE;
    padding: 50px 0;
    position: relative;
}

.investment-site-detail__description:before {
    position: absolute;
    content: "";
    width: 29px;
    height: 29px;
    background: white;
    -webkit-box-shadow: 0px 7px 14px rgba(61, 133, 249, 0.34);
    box-shadow: 0px 7px 14px rgba(61, 133, 249, 0.34);
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: -18px;
}

.investment-site-detail__description:after {
    position: absolute;
    content: "";
    width: 29px;
    height: 29px;
    background: white;
    -webkit-box-shadow: 0px 7px 14px rgba(61, 133, 249, 0.34);
    box-shadow: 0px 7px 14px rgba(61, 133, 249, 0.34);
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    left: -18px;
}

.investment-site-detail__description b {
    width: 184px;
    padding-bottom: 20px;
    padding-left: 20px;
    height: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #D4DDF5;
}

.investment-site-detail__description p {
    margin: 0 0 0 64px;
    max-width: 614px;
}

.investment-site-detail__investment-a {
    margin-left: 30px;
}

.investment-site-detail__invest {
    width: 447px;
    height: 257px;
    background: #D4DDF5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.investment-site-detail__invest > div {
    display: table;
}

.form__search-item .radio {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.form__search-item.checkbox, .radio {
    margin-top: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 133.98%;
    color: #FFFFFF;
}

.online-playground__block {
    width: 660px;
    height: 270px;
    max-width: 685px;
    min-height: 200px;
    margin: 0 0 30px 15px;
    border-radius: 15px;
    border: none;
}
.online-playground__block .item-project__content{
    border: none;
}
.online-playground__block:before {
    left: -60px;
    width: 500px;
}

.online-playground__block:hover::before {
    left: -27%;
}

.online-playground__block img {
    margin: 0 0 0 auto;
}

.form__search-item.checkbox .jq-radio, .radio .jq-radio {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.form__search-item.checkbox .jq-checkbox, .checkbox .jq-radio, .radio .jq-checkbox, .radio .jq-radio {
    background: white;
    width: 20px;
    height: 20px;
}

.activity-detail {
    margin-top: 40px;
}

.activity-slider {
    margin-top: 100px;
}

.activity-detail__info-con {
    width: 100%;
    margin-right: 100px;
    margin-bottom: 30px;
}

.activity-detail__info-a {
    margin-bottom: 15px;
}

.activity-detail__info-a a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3D85F9;
    text-decoration: none;
}

.activity-detail__info-a a:hover {
    border-bottom: 1px solid #3D85F9;
}

.investment-advice__bg {
    width: 100%;
    margin-top: 0;
    background: #F4F6FE;
    padding: 60px 0;
}

.investment-advice__bg div {
    color: #424242;
    flex-direction: row;
}

.investment-advice__district-description {
    width: 50%;
}

.investment-advice__district-description-map {
    width: 50%;
    height: 195px;
}

.investment-advice__district-description-map img {
    display: block;
    margin: 0 auto;
}

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

.investment-advice__container-map {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.investment-advice__map {
    position: relative;
}

.investment-advice__map img {
    position: relative;
    top: -50px;
}

.investment-advice .bg-pale-violet {
    padding-top: 25px;
}

.investment-advice__population-chart {
    padding: 54px 46px;
    border: 5px solid #D4DDF5;
    margin-top: 15px;
}

.investment-advice__population-chart img {
    height: 128px;
    margin-left: 30px;
}

.investment-advice__population-chart h1 {
    margin: 0;
    font-size: 54px;
    color: black;
}

.investment-advice__population-chart p {
    margin: 0;
}

.investment-advice__container-description {
    width: 40%;
}

.investment-advice__container-description.appeal {
    width: 100%;
}

.investment-advice__population-info {
    margin-left: 30px;
}

.investment-advice__container-description b {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    color: #424242;
}

.investment-advice__container-description h1 {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: bold;
    font-size: 120px;
    line-height: 190%;
    color: #25C2AF;
    margin: 0 34px 0 0;
}

.investment-advice__municipalities {
    margin-right: 65px;
    margin-bottom: 40px;
}

.investment-advice__municipalities.appeal {
    margin-right: 20px;
    margin-bottom: 40px;
    width: 30%;
}

.investment-advice__municipalities p {
    margin: 20px 0 0 0;
    text-align: center;
}

.investment-advice__municipalities h1 {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 50%;
    color: #262C32;
    margin: 40px 0 0 0;
    text-align: center;
}

.investment-advice__h1 {
    display: block;
    text-align: center;
    margin: 90px 0;
}

.investment-advice__key-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.investment-advice__con {
    margin-top: 40px;
}

.flex-wrap-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.text-center {
    text-align: center;
}

.investment-advice__h1-bg {
    display: block;
    text-align: center;
    margin: 60px 0 0 0;
}

.investment-advice__accordion {
    display: block;
    max-width: 927px;
    margin: 60px auto;
}

.investment-advice__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: -20px;
    overflow-x: auto;
    display: block;
}

.investment-advice .investment-advice__table {
    display: table;
}

.investment-advice__table tbody {
    overflow-x: auto;
}

.investment-advice__table p {
    margin: 12px;
}

.investment-advice__table tr:first-child {
    border-bottom: none;
}

.investment-advice__table tr {
    border-bottom: 1px solid #EAEAEA;
}

.investment-advice__table tr:last-child {
    border-bottom: none;
}

.investment-advice__table tr th {
    text-align: left;
    font-family: 'intro regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #7F8BAF;
}

.investment-advice__td-link {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #0293DF;
    border: none;
}

.investment-advice__td-link svg {
    margin-left: auto;
    fill: white;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.investment-advice__td-link svg path:first-child {
    stroke: #BBBBBB;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.investment-advice__td-link svg path:last-child {
    stroke: #455380;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.investment-advice__td-link:hover svg {
    fill: #455380;
}

.investment-advice__td-link:hover svg path:first-child {
    stroke: #455380;
}

.investment-advice__td-link:hover svg path:last-child {
    stroke: white;
}

.investment-advice__p {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #262C32;
}

.investment-advice__p svg {
    margin-right: 10px;
}

.investment-advice__worsened-rating {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.investment-advice__worsened-rating path {
    fill: #D73412;
}

.investment-advice {
    margin: 60px 0;
}

.investment-advice__block {
    width: 100%;
    height: 208px;
    max-width: 447px;
    min-height: 184px;
    margin: 0 10px 20px 10px;
}


.investment-advice__block:before {
    max-width: 571px;
    min-height: 200px;
    left: -140px;
}

.investment-advice__block .flex-center-v {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.investment-advice__block .item-project__content {
    padding: 50px 30px;
}

.investment-advice__block img {
    width: 59px;
    height: 59px;
    margin: 0 20px 0 auto;
}

.investment-advice__block h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 0;
}

.investment-advice__block p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.investment-advice__center {
    margin: 40px 0;
    text-align: center;
}

.mo-emblem {
    max-width: 158px;
}

.mo-emblem-img {
    margin: 0 auto;
}

.mo-btn {
    margin-bottom: 30px;
    width: 225px;
    padding: 15px 25px;
}

.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.mo__ul {
    margin-left: 0;
    padding: 0;
}

.mo__ul li {
    padding: 0;
    list-style-type: none
}

.online-playground__plus {
    position: relative;
    margin-top: auto;
    margin-left: 45px;
    margin-bottom: 25px;
}

.online-playground__p {
    margin: 0;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
}

.online-playground__img {
    width: 145px !important;
    height: 145px !important;
    position: absolute;
    z-index: 2;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: 0.35s;
}


.online-playground__btn {
    width: 145px;
    height: 145px;
    position: relative;
    margin-left: auto;
    flex: 0 0 auto;
}

.online-playground__btn:after {
    content: " ";
    position: absolute;
    width: 145px;
    height: 145px;
    background: rgba(255, 255, 255, 0.25);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    border-radius: 100%;
}

.item-project__content:hover .online-playground__btn .online-playground__img {
    width: 200px !important;
    height: 200px !important;
}


.playground__block:hover .online-playground__btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.development-Institutions__p {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0 20px 0 0;
}

.development-Institutions > .container > .flex-wrap {
    margin-left: -30px;
}

.doc__link {
    position: relative;
    color: #7f8baf;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
    padding-right: 50px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doc__link span {
    border-bottom: 1px solid transparent;
    -webkit-transition: border 0.35s;
    -o-transition: border 0.35s;
    transition: border 0.35s;
}

.doc__link:hover span {
    border-bottom-color: #262c32;
}

.doc__link svg {
    height: 28px;
    width: 28px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.doc__link:hover path {
    fill: #7E6FF7;
}

.file-garant svg {
    width: 50px;
    height: auto;
    margin-left: -10px;
    margin-right: 10px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.file-garant:hover path {
    fill: #ED1C24;
}

.modal-open {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.modal {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #262C32;
    background: rgba(38, 44, 50, 0.74);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-item {
    position: relative;
    top: 20px;
    margin: 0 auto;
    max-width: 769px;
    width: 100%;
    background: white;
    padding: 75px 50px;
    border-radius: 4px;
}

.modal-item input {
    margin-bottom: 20px;
}

.modal-item textarea {
    margin-bottom: 20px;
}

.form-popup {
    width: 100%;
}

.close {
    text-decoration: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.close h1 {
    font-size: 48px;
    text-decoration: none;
    color: #4a4a4a;
    margin: 0;

}

.account-page {
    background: #F4F6FE;
}

.account {
    margin-top: 80px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.account-container {
    max-width: 1452px;
    width: 100%;
    height: 100%;
}

.account-breadcrumbs {
    background: white;
    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;
    position: relative;
    min-height: 200px;
    margin-bottom: 10px;
}

.account__item {
    background: white;
    width: 100%;
    margin: 0 0 60px 0;
}

.account-panel {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    bottom: 200px;
    width: 165px;
    height: 286px;
    margin-left: 20px;
    margin-bottom: 226px;
}

.ac-container {
    width: 1192px;
    margin-left: auto;
}

.ac-container h1 {
    color: #010101;
}

.inner-top-gray__left {
    margin-top: 66px;
    margin-bottom: 66px;
}

.account-contacts {
    background: #F4F6FE;
    border-radius: 4px;
    width: 566px;
    padding: 30px 34px;
}

.account-progress {
    margin-left: 30px;
    width: 566px;
}

.account-progress__p {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #424242;
}

.account-progress-bar {
    width: 100%;
    height: 4px;
    background: #F4F6FE;
}

.account-progress-bar__scale {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #1D71B8 0%, #0293DF 100%);
}

.account-progress-bar__interest {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #0293DF;
    margin-top: 5px;
}

.account-progress-bar__h2 {
    margin: 0;
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #0293DF;
}

.account__contacts-info {
    margin: 10px 0;
}

.account__info-company .name-organization b {
    width: 318px;
}

.account__info-company .activity-direction b {
    width: 318px;
}

.account__info-company .organization-website b {
    width: 318px;
}

.account__info-company .organization-website a {
    margin: 0;
}

.account__info-company .organization-website span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1D71B8;
    padding: 0;
}

.account__info-company .full-name-of-the-head b {
    width: 318px;
}

.account__info-company .country b {
    width: 318px;
}

.account__info-company .region b {
    width: 318px;
}

.account__info-company .postcode b {
    width: 318px;
}

.account__info-company .city b {
    width: 318px;
}

.account__info-company .street-house b {
    width: 318px;
}

.account__info-company .inn b {
    width: 318px;
}

.account__info-company .ogrn b {
    width: 318px;
}

.account__info-company .kpp b {
    width: 318px;
}

.account-contacts .telephone b {
    width: 88px;
}

.account-contacts .mail b {
    width: 88px;
}

.account-contacts .telephone a {
    margin: 0;
}

.account-contacts .mail a {
    margin: 0;
}

.account__btn-container {
    margin-top: 20px;
}

.ac-container .btn2 {
    padding: 13px 20px;
}

.ac-container .btn3 {
    margin-left: 20px;
}

.btn3 {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    position: relative;
    border-radius: 50px;
    background: #8F9CAD;
    padding: 13px 20px;
    color: #fff;
    letter-spacing: 0.7px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.btn3:hover {
    color: #fff;
}

.btn3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0293DF;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.btn3:hover:before {
    opacity: 1;
}

.btn3 span {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.account__info-company {
    padding: 10px 0 78px 0;
}

.representatives {
    background: #F4F6FE;
    border-radius: 4px;
    width: 447px;
    height: 330px;
    padding: 42px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
    margin-bottom: 30px;
}

.representatives__h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 150%;
    color: #262C32;
    margin: 0;
}

.representatives__p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #262C32;
}

.representatives__contacts {
    margin-top: auto;
}

.representatives__contacts .telephone b {
    width: 88px;
}

.representatives__contacts .mail b {
    width: 88px;
}

.representatives__contacts .telephone a {
    margin: 0;
}

.representatives__contacts .mail a {
    margin: 0;
}

.add-representatives {
    width: 447px;
    height: 330px;
    border: 2px dashed #4A8DC6;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    transition: 0.35s;
}

.add-representatives:hover {
    border: 2px dashed #1D71B8;
}

.add-representatives:hover .add-representatives__h2 {
    color: #1D71B8;
}

.add-representatives__h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #4A8DC6;
    margin-top: 40px;
    transition: 0.35s;
}

.add-representatives path{
    fill: #4A8DC6;
    transition: 0.35s;
}

.add-representatives:hover path {
    fill: #1D71B8;
}

.account-panel__bg {
    width: 52px;
    height: auto;
    background: rgba(212, 221, 245, 0.65);
    border-radius: 25px;
    padding: 3px 0;
}

.account-panel__li {
    position: relative;
    z-index: 2;
    margin: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.account-panel__icon {
    width: 44px;
    height: 65px;
    margin-left: 4px;
    margin-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.account-panel__icon svg path {
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.account-panel__li:hover .account-panel__icon svg path {
    fill: #262C32;
}

.account-panel__active .account-panel__icon {
    background: linear-gradient(90deg, #1D71B8 0%, #0293DF 100%);
    box-shadow: 0px 15px 24px rgba(29, 113, 184, 0.44);
    border-radius: 22px;
}

.account-panel__active svg path {
    fill: #ffffff !important;
}

.account-panel__li p {
    margin: 0 !important;
    font-size: 13px;
    line-height: 140%;
    text-transform: uppercase;
    color: #7F8BAF;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.account-panel__li:hover p {
    color: #262C32;
}

.account-panel__active p {
    color: #262C32 !important;
}

.account-item__my-applications {
    display: flex;
    flex-wrap: wrap;
}

.account-item__my-applications .item-news {
    margin-right: 30px !important;
}

.my-applications__item {
    width: 328px;
    box-shadow: 0 15px 24px rgba(144, 163, 237, 0.28);
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 30px;
}

.my-applications__item-info {
    width: 100%;
    height: 112px;
    margin-top: 22px;
    border-left: 5px solid #0293DF;
    padding: 10px 0 1px 30px;
}

.my-applications__item-info .item-news__category {
    color: #3D85F9;
}

.my-applications__item-info .flex {
    margin: 0 0 16px 0;
}

.my-applications__item-info .flex p {
    margin: 0;
    line-height: 42px;
}

.my-applications-green .my-applications__item-info {
    border-left: 5px solid #00A19A;
}

.my-applications-green .item-news__category {
    color: #00A19A;
}

.my-applications-orange .my-applications__item-info {
    border-left: 5px solid ##F39200;
}

.my-applications-orange .item-news__category {
    color: #F39200;
}

.my-applications-violet .my-applications__item-info {
    border-left: 5px solid #1D71B8;
}

.my-applications-violet .item-news__category {
    color: #1D71B8;
}

.my-applications-gray .my-applications__item-info {
    border-left: 5px solid #424242;
}

.my-applications-gray .item-news__category {
    color: #424242;
}

.application-name {
    width: 100%;
    height: 242px;
    display: flex;
    align-items: center;
}

.application-name b {
    margin: 0 30px;
    color: #262C32;
}

.edit-profile__form {
    margin-right: 236px;
}

.edit-profile__form input {
    width: 462px;
    border-radius: 4px;
    margin-left: 31px;
    margin-bottom: 20px;
}

.edit-profile__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
    margin-left: -31px;
}

.edit-profile__bg {
    width: 100%;
    height: 188px;
    margin-bottom: 23px;
    background: #F4F6FE;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 31px;
    align-items: center;
}

.edit-profile__input {
    height: 130px;
    width: 830px;
}

.edit-profile__bg input {
    width: 369px;
}

.btn4 {
    margin-left: auto;
    padding: 20px 25px;
    background: #F4F6FE;
    border-radius: 4px;
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 133.98%;
    display: flex;
    align-items: center;
    color: #262C32;
}

.representative-info {
    margin-bottom: 80px;
}

.btn4 img {
    margin-left: 10px;
}

.add-user {
    display: flex;
    align-items: center;
}

.add-user input {
    margin: 0 0 0 31px;
}

.edit-profile__container .SumoSelect {
    width: 462px;
    margin: 0 0 20px 31px;
    border: 1px solid #d4ddf5;
    border-radius: 4px;
}

.edit-profile__container .open {
    border-left: 1px solid #d4ddf5;
    border-right: 1px solid #d4ddf5;
    border-top: 1px solid #d4ddf5;
    border-bottom: none;
}

.edit-profile__container .optWrapper {
    border-left: 1px solid #d4ddf5;
    border-right: 1px solid #d4ddf5;
    border-top: none;
    border-bottom: 1px solid #d4ddf5;
    left: -1px !important;
    top: 49px !important;
    width: 462px !important;
}

.edit-profile__container .placeholder {
    color: #D4DDF5 !important;
}

.edit-profile__container .SumoSelect > .CaptionCont {
    padding: 5px 25px;
}

.edit-profile__container .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
    box-shadow: none !important;
}

.add-user a {
    margin-left: auto;
}

.authorization-top {
    min-height: 304px;

}

.authorization-con {
    margin-bottom: 150px;
}

.authorization {
    width: 50%;
}

.authorization_inner {
    width: 565px;
    height: 440px;
    background: #FFFFFF;
    box-shadow: 0px 15px 44px rgba(29, 113, 184, 0.44);
    border-radius: 4px;
    padding: 50px 34px;
}

.authorization_inner input {
    border-radius: 4px;
    margin-bottom: 20px;
}

.btn5 {
    font-family: 'Intro Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    align-items: center;
    text-align: center;
    color: #262C32;
    padding: 20px 30px;
    background: #F4F6FE;
    border-radius: 50px;
    display: inline;
    text-decoration: none;
    margin-right: 30px;
}

.btn6 {
    font-family: 'Intro Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(90deg, #1D71B8 0%, #0293DF 100%);
    border-radius: 50px;
    text-decoration: none;
    display: inline;
    padding: 20px 100px;
}

.registration {
    width: 50%;
}

.registration form {
    width: 566px;
}

.registration input {
    margin-bottom: 20px;
    border-radius: 4px;
}

.registration__p {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #424242;
}

.a__link {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1D71B8;
    margin-left: 5px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.35s;
}

.a__link:hover {
    border-bottom: 1px solid #1D71B8;
}

.registration .btn-gradient {
    display: block;
    width: 566px;
}

.registration__p1 {
    margin-top: 50px;
    width: 566px;
    text-align: center;
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #424242;
}

.edit-profile__div {
    position: relative;
}

.edit-profile__div input {
    padding-right: 50px;
}

.edit-profile__div img {
    position: absolute;
    top: 14px;
    right: 14px;
}

.edit-profile__error {
    position: absolute;
    border-radius: 4px 4px 4px 0;
    background: #ef2d2d;
    bottom: 68px;
    left: 54px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 20px;

}

.edit-profile__error:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #F98EA8;
}


.strategy__direction-of-support {
    margin-top: 40px;
    margin-bottom: 70px;
}

.strategy__direction-of-support-inner {
    margin-top: 70px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.direction-of-support-inner__direction {
    width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.direction-of-support-inner__direction_start {
    width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}


.violet-opacity-half-0 {
    position: absolute;
    top: 0;
    left: 0;
}

.violet-opacity-half-1 {
    position: absolute;
    top: 0;
    right: -18px;
}

.violet-opacity-half-2 {
    position: absolute;
    top: 0;
    right: 22px;
}

.orange-opacity-half-0 {
    position: absolute;
    top: 0;
    left: -15px;
}

.orange-opacity-half-2 {
    position: absolute;
    right: 44px;
    top: -27px;
}

.direction-of-support-inner__direction p {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #424242;
    margin: 30px 0 0 0;
    text-align: center;
}

.direction-of-support-inner__direction_start p {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #424242;
    margin: 30px 0 0 0;
    text-align: center;
}



.direction-of-support-inner__info {
    width: 396px;
    min-height: 306px;
    padding: 38px 35px;
    background: #F4F6FE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.direction-of-support-inner__info p {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #424242;
}

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

.strategy__container-accordion {
    max-width: 466px;
    width: 100%;
    padding: 0 25px;
    margin-left: -25px;
    margin-right: 0;
}

.container-accordion__center {
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
}

.strategy__container-accordion .accordion:last-child {
    margin-bottom: 0;
}

.strategy__container-accordion .list {
    margin-bottom: 0;
}

.strategy__card-invest-projects {
    width: 328px;
    height: 350px;
    margin: 0 0 30px 12px;
    padding: 25px 30px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.strategy__card-invest-projects .flex-center-v {
    margin-top: auto;
}

.card-invest-projects__img {
    height: 34px;
}

.strategy__card-invest-projects h4 {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.strategy__card-invest-projects .flex-center-v img {
    margin: 0 20px 5px 0;
}

.strategy__card-invest-projects p {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0;
}

.card-invest-projects__violet {
    background: linear-gradient(90deg, #1D71B8 0%, #4A8DC6 100%);
    box-shadow: 0px 0px 24px rgba(31, 82, 144, 0.14);
    border-radius: 7px;
}

.card-invest-projects__orange {
    background: linear-gradient(90deg, #F39200 0%, #F1B559 100%);
    box-shadow: 0px 0px 24px rgba(31, 82, 144, 0.14);
    border-radius: 7px;
}

.card-invest-projects__green {
    background: linear-gradient(90deg, #00A19A 0%, #4DBDB8 100%);
    box-shadow: 0px 0px 24px rgba(31, 82, 144, 0.14);
    border-radius: 7px;
}

.card-invest-projects__blue {
    background: linear-gradient(90deg, #0293DF 0%, #35A9E5 100%);
    box-shadow: 0px 0px 24px rgba(31, 82, 144, 0.14);
    border-radius: 7px;
}

.card-invest-projects__black {
    background: linear-gradient(90deg, #1F3A5B 0%, #8F9CAD 100%);
    box-shadow: 0px 0px 24px rgba(31, 82, 144, 0.14);
    border-radius: 7px;
}

.strategy__inner {
    max-width: 712px;
    width: 100%;
}

.flex-wrap-space-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.strategy__inner > .flex-wrap {
    margin-left: -12px;
}

.card-invest-projects__gray {
    position: relative;
    background: #F4F6FE;
    border-radius: 15px;
    overflow: hidden;
}

.card-invest-projects__gray svg {
    position: absolute;
    top: 0;
    left: 26px;
}

.card-invest-projects__gray h4 {
    margin-left: 0;
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1F3A5B;
    position: relative;
    z-index: 2;
}

.strategy__atlas {
    position: absolute;
    right: 0;
    max-width: 566px;
    width: 40%;
    background: #1F3A5B;
    box-shadow: 0px 0px 24px rgba(31, 82, 144, 0.14);
    border-radius: 7px;
    padding: 60px 48px;
    display: table;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.strategy__atlas:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 446px;
    height: 446px;
    content: "";
    background: url("/local/templates/main_25032022/img/Ellipse 20.png") no-repeat;
    background-size: contain;
}

.strategy__atlas:after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 310px;
    height: 631px;
    border-radius: 0 0 7px 0;
    content: "";
    background: url("/local/templates/main_25032022/img/Group 899.png") no-repeat;
    background-size: contain;
}

.strategy__inner b {
    margin: 88px 0 40px 0;
    display: block;
    font-family: "intro bold";
}
.strategy__doc b{
    font-family: "intro bold";
}
.strategy__inner .doc__link {
    padding: 0 0 20px 0;
}

.strategy-atlas__h3 {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;

}

.strategy-atlas__mo {
    position: relative;
    margin: 27px 0 45px 0;
}

.strategy-atlas__mo:last-child {
    margin: 27px 0 0 0;
}

.strategy-atlas__mo h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'intro bold';
    font-style: normal;
    font-weight: bold;
    font-size: 144px;
    line-height: 120%;
    text-align: center;
    color: #8F9CAD;
    opacity: 0.2;
}

.strategy-atlas__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}

.strategy-atlas__4 {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #4DBDB8;
    margin: 6px;
}

.strategy-atlas__mo > p {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
}

.strategy-atlas__mo h1 {
    margin: 35px 0 0 0;
}

.page_not_found {
    background: #1F3A5B;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.page_not_found .container {
    position: static;
}

.page_not_found .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-404 {
    border-radius: 50px;
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #1F3A5B;
    margin: 30px 0 0 0;
}

.btn-404:hover {
    color: #1F3A5B;
}

.btn-404:before {
    display: none;
}

.page_not_found h1 {
    font-family: 'Intro Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 316px;
    line-height: 316px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.page_not_found h2 {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.page_not_found p {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    width: 446px;
}

.page_not_found .btn6 {
    margin-top: 40px;
}

.page_not_found__img-up {
    position: absolute;
    top: 0;
}

.page_not_found__img-up-right {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}

.page_not_found__img-down {
    position: absolute;
    bottom: 0;
    left: 0;
}

.page_not_found__container {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 485px){
    .page_not_found p{
        width: 375px;
    }
}
.strategy__container .accordion {
    width: 310px;
}

.strategy__container .wider-accordion {
    width: 100%;
}

.strategy__projects {
    margin-left: -12px;
}

.strategy__doc {
    max-width: 712px;
    width: 712px;
}

.strategy .flex-wrap.strategy__container-between {
    position: relative;
}

.strategy__container-accordion-2 {
    top: 0;
}


.floating-element {
    overflow: inherit;
}

.content-more-1 {
    margin-left: -10px;
}

.slow-vision {
    width: 30px;
    height: 30px;
    margin-right: 40px;
}

.panel__menu-mobile {
    position: absolute;
    align-items: center;
    right: 0;
    top: 15px;
    display: none;
}

.panel__menu-mobile > a, .panel__menu-mobile > div {
    z-index: 9;
    margin-right: 40px;
    display: block;
}



.panel__menu-mobile div a {
    background-color: transparent !important;
    color: #fff !important;
}

.main_slider_video {
    width: 100%;
    position: absolute;
}

.projects__wrap a {
    text-decoration: none;
}

.project__add-5 {
    margin-top: 150px;
    margin-bottom: 140px;
}

.item-project--red {
    margin-top: -70px;
    margin-left: 14px;
    -webkit-box-shadow: 0px 15px 24px rgba(224, 78, 57, 0.44);
    box-shadow: 0px 15px 24px rgba(224, 78, 57, 0.44);
}

.item-project--red .item-project__plus {
    color: #FFA899;
}


.partners-slider__item-img {
    width: 80%;
    height: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-hidden__top .footer-menu__list {
    display: table;
}

.acrtivity__all.all.events {
    right: auto;
    left: 40px;
}

.provision-of-land__container {
    max-width: 930px;
}

.about-district-card {
    width: 100%;
    margin-bottom: -90px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    counter-increment: stages
}

.about-district-card > img {
    width: 100%;
}

.about-district-info {
    position: relative;
    top: -150px;
    width: 84%;
    padding: 50px 120px;
    background: #FFFFFF;
    border: 3px solid #F4F6FE;
    box-sizing: border-box;
    border-radius: 5px;
}

.about-district-info:before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    padding-right: 50px;
    content: counter(stages);
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 37px;
    line-height: 45px;
    color: #455380;
    text-align: center;
    top: 40px;
    left: -120px;
    width: 187px;
    height: 204px;
    background-size: contain !important;
}

.about-district-info.orange:before {
    background: url(/local/templates/redesign/html/css/../img/orange-arrow.svg) no-repeat center;
}

.about-district-info.violet:before {
    background: url(/local/templates/redesign/html/css/../img/violet-arrow.svg) no-repeat center;
}

.about-district-info.blue:before {
    background: url(/local/templates/redesign/html/css/../img/blue-arrow.svg) no-repeat center;
}

.about-district-info.green:before {
    background: url(/local/templates/redesign/html/css/../img/green-arrow.svg) no-repeat center;
}

.tours-contacts-card-big {
    max-width: 326px;
    width: 100%;
    height: 670px;
    padding: 50px 34px;
    background: #FFFFFF;
    border: 3px solid #F4F6FE;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 3px;
}

.tours-contacts-card-block {
    display: flex;
}

.tours-contacts-card-big-site {
    height: 100%;
    width: 100%;
    position: relative;
}

.tours-contacts-card-big-site:before {
    content: "";
    display: block;
    width: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    background-size: contain;
    z-index: -1;
    opacity: .35;
    box-shadow: 0 0 8px 17px white inset;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.tours-contacts-card-big-site:hover:before {
    opacity: .7;
    background-color: rgb(239, 241, 251, 0.7);
    box-shadow: 0 0 8px 17px rgb(239, 241, 251, 0.8) inset;
}

.tours-contacts-card-little {
    max-width: 326px;
    width: 100%;
    height: 320px;
    padding: 50px 34px;
    background: #FFFFFF;
    border: 3px solid #F4F6FE;
    box-sizing: border-box;
    border-radius: 10px;
}

.tours-contacts-card-little:first-child {
    margin-bottom: 30px;
}

.tours-contacts .about__title {
    margin-right: auto;
}

.tours-contacts .flex-col {
    margin: 0 30px;
}

.tours-contacts {
    margin-bottom: 100px;
    justify-content: center;
}

.tours-contacts-container {
    flex: 0 0 auto;
}

.top-ten {
    margin-bottom: 90px;
    padding-bottom: 90px;
    border-bottom: 2px solid #F4F6FE;
}

.top-ten img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
}

.top-ten .flex-center-v {
    flex-wrap: nowrap;
    align-items: flex-end;
}

.top-ten .news-detal__content {
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 925px;
    font-family: 'Intro Book';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}
.top-ten .news-detal__content h2{
    font-family: 'Intro Bold';
}
.top-ten__container{
    display: flex;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 1440px){
    .top-ten__container{
        flex-wrap: wrap;
    }
    .top-ten__information{
        margin-left: 0 !important;
    }
    .flex-rev_vt{
        flex-direction: column;
    }
}
.top-ten__information-title{
    font-family: 'Intro Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    /* or 117% */
    margin-top: 0;
    text-transform: lowercase;

    /* серый 1 */

    color: #424242;
}
.footer__section-bottom{
    color: #ffffff;
}
.top-ten__information-meet-title{
    font-family: 'Intro Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */

    margin-top: 0;
    /* серый 1 */

    color: #424242;
}
.top-ten__information-meet-city{
    font-family: 'Intro Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* identical to box height, or 175% */


    /* серый 1 */

    color: #424242;
}
.top-ten__contact-title{
    font-family: 'Intro Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */

    margin-top: 0;
    margin-bottom: 7px;
    /* серый 1 */

    color: #424242;
}
.top-ten__contact-tel{
    font-family: 'Intro Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* identical to box height, or 175% */
    margin-top: 5px;

    /* серый 1 */

    color: #424242;
}
.top-ten__information{
    display: flex;
    flex-direction: column;
    padding: 60px 55px 41px 55px;
    background: #F4F6FE;
    border-radius: 15px;
    margin-left: 30px;
    position: relative;
}
.top-ten .tours-contacts-card-big {
    height: auto;
}
.top-ten__information-svg{
    position: absolute;
    top: 0;
    left: 55px;
}
.top-ten-date {
    position: relative;
    z-index: 2;
    width: 150px;
    height: 150px;
    box-shadow: 0 15px 24px rgba(144, 163, 237, 0.28);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    margin-bottom: -75px;
    background: #ffffff;
    flex: 0 0 auto;
}

.top-ten-date p {
    text-align: center;
    color: #262c32;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    box-sizing: border-box;
    padding: 15px;
    text-transform: uppercase;
}

.mob-h2 {
    display: none;
}

@media (max-width: 1800px) {
    .slow-vision {
        margin-right: 20px;
    }

    .lang {
        margin-right: 20px;
    }

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

@media (max-width: 1919px) {
    .lang {
        margin-right: 0;
    }
}

@media (max-width: 1700px) {
    .menu__link {
        margin-right: 20px;
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .main_slider_video {
        width: auto;
        height: 100%;
        position: absolute;
    }

    .projects__wrap > a {
        margin-top: 20px;
    }

    .projects__wrap .project__item:nth-child(2) {
        top: 45px;
        bottom: 0;
        overflow: hidden;
    }

    .projects-decor {
        top: auto;
        left: 822px;
        bottom: -5px;
    }

    .acrtivity__all.all.events {
        position: relative !important;
        margin-top: 40px;
        left: 0;
    }

    .footer .footer-menu__list {
        max-width: 300px;
    }

    .development-Institutions .online-playground__block {
        width: 600px;
        height: auto;
        max-height: none;
    }

    .development-Institutions__p {
        margin-right: 100px;
    }

    .about-invest-card {
        flex-wrap: wrap !important;
    }

    .about-invest-card .about-info__mini-text {
        margin-top: 20px;
    }

    .about-invest-card .about-info__item:first-child {
        width: calc(50% - 30px);
    }

    .online-playground .online-playground__block {
        margin: 15px auto;
    }

    .chamber-of-commerce__social-networks {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .about-district .about__wrap {
        align-items: center;
    }

    .tours-contacts-container {
        width: 100%;
        justify-content: space-around;
    }

    .tours-contacts-container .flex-col {
        order: 3;
        flex-direction: row;
        height: auto;
        justify-content: space-around;
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
    }

    .tours-contacts-container .tours-contacts-card-big {
        margin-bottom: 20px;
    }
}


@media (max-width: 1199px) {
    .slow-vision {
        display: none;
    }
    .panel__menu-mobile {
        display: flex;
    }
    .direction-of-support-inner__info {
        min-height: 170px;
        height: auto;
        padding: 0 25px;
    }
    .projects-decor {
        top: auto;
        left: 732px;
        bottom: -5px;
    }

    .footer .footer-menu__list {
        max-width: 280px;
    }

    .development-Institutions .online-playground__block {
        width: 600px;
        height: auto;
        max-height: none;
    }

}

@media (max-width: 991px) {
    .slow-vision {
        display: block;
        width: 40px;
        height: 28px;
    }
    .item__flex-direction{
        flex-direction: column;
    }
    .subscription__container{
        margin-bottom: 50px;
    }
    .search, .cabinet {
        width: 40px;
    }

    .panel__menu-mobile {
        display: none;
    }

    .projects-decor {
        top: auto;
        left: 552px;
        bottom: -65px;
    }

    .development-Institutions .online-playground__block {
        width: 100%;
    }

    .investment-site-detail__description p {
        max-width: 400px;
    }

    .infrastructure-provision__container > a {
        margin: 20px auto !important;
    }

    .activity-detail .subscription__container {
        top: -70px !important;
        position: absolute !important;
        width: 200px !important;
    }

    .activity .scroll-content {
        padding: 0 0px 0 40px;
    }

    .item-activity {
        width: 295px;
    }

    .about-district-info {
        padding: 30px 50px;
    }

    .about-district-info:before {
        width: 107px;
        height: 104px;
        font-size: 22px;
        padding-bottom: 30px;
        padding-right: 30px;
        top: 90px;
        left: -80px;
    }

    .news-subscription__item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news-subscription__content {
        max-width: 400px;
        margin: 50px auto;
    }

    .news-subscription__content .btn-gradient {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .slow-vision {
        display: none;
        width: 30px;
    }
    .form__search{
        margin-bottom: 50px !important;
    }
    .btn-undo{
        margin-bottom: 30px;
    }
    .investment-sites__item{
        justify-content: center !important;
    }
    .activity-detail__info{
        justify-content: flex-start;
        align-items: flex-start;
    }
    .panel__menu-mobile {
        display: flex;
        position: absolute;
        width: 100%;
        justify-content: center;
    }

    .panel__menu-mobile > a, .panel__menu-mobile > div {
        margin: 0 20px !important;
    }
    .header__search-mob svg{
        margin-top: 8px !important;
    }
    .project__item:nth-child(2) {
        top: 0;
    }
    .cabinet .icon{
        fill: white !important;
    }
    .projects-decor {
        top: auto;
        left: 412px;
        bottom: -65px;
    }

    .about-invest-card .about-info__item:first-child {
        width: calc(100% - 30px);
    }

    .development-Institutions .item-project__content {
        flex-direction: column;
    }

    .development-Institutions .online-playground__btn {
        margin-right: auto;
    }

    .development-Institutions .development-Institutions__p {
        margin-right: auto;
        margin-left: auto;
    }

    .projects__wrap .project__item:nth-child(2) {
        top: 0;
    }

    .activity .scroll-content {
        padding: 0;
    }

    .item-activity {
        margin: 0 auto 20px auto;
    }

    .about-district-info {
        top: -80px;
    }

    .about-district-card {
        margin-bottom: -20px;
    }

    .top-ten .flex-center-v {
        flex-direction: column;
    }

    .top-ten .flex-center-v h2 {
        display: none;
    }

    .mob-h2 {
        display: block;
    }
}

@media (max-width: 698px) {
    .industrial-parks__item {
        margin: 0 auto 30px auto;
    }
}


@media (max-width: 1439px) {
    .inner-top-gray .container {
        width: 1110px;
    }

    .strategy__container-between {
        justify-content: space-between;
    }

    .strategy__container-accordion {
        max-width: 310px;
    }

    .strategy__card-invest-projects {
        width: 350px;
    }

    .strategy__inner {
        width: 550px;
    }

    .strategy__atlas {
        max-width: 490px;
    }

    .strategy__doc {
        max-width: 561px;
        width: 561px;
    }

    .appeal-content {
        margin-bottom: 0;
    }

    .investment-advice__container-map {
        width: 100%;
    }

    .investment-advice__map {
        text-align: center;
    }

    .investment-advice__population-chart {
        justify-content: space-around;
    }

    .investment-advice__container-description {
        width: 100%;
    }

    .investment-advice__container-description .flex-wrap {
        justify-content: space-between;
    }

    .investment-advice__key-indicators > p {
        position: absolute;
        width: 308px;
        margin-top: -200px;
    }

    .investment-advice__key-indicators {
        padding-top: 160px;
    }

    .investment-advice__block {
        max-width: 353px;
        min-height: auto;

    }

    .offset-slider.owl-carousel {
        height: 500px;
    }

    .offset-slider.owl-carousel .owl-item {
        height: 400px;
    }

}

@media (max-width: 1199px) {
    .inner-top-gray .container {
        width: 930px;
    }

    .direction-of-support-inner__direction {
        width: 210px;
        margin: 0 80px;
    }

    .strategy__container .accordion {
        margin: 0 10px 20px 0;
        padding: 0 0 10px 0;
    }

    .strategy__container-accordion {
        max-width: 320px;
    }

    .strategy__container .accordion {
        width: 320px;
    }

    .strategy__container-accordion-2 {
        position: absolute;
        right: 0;
    }

    .strategy__container-between {
        flex-direction: column;
    }

    .strategy__container-accordion {
        margin-bottom: 20px;
    }

    .strategy__card-invest-projects {
        width: 290px;
        min-height: 320px;
    }

    .strategy__inner {
        width: 450px;
    }

    .strategy__atlas {
        max-width: 420px;
    }

    .strategy__card-invest-projects {
        width: 430px;
        min-height: 260px;
    }

    .investment-advice__key-indicators > p {
        position: absolute;
        width: 230px;
        margin-top: -200px;
    }

    .investment-advice__block {
        max-width: 450px;
        min-height: auto;
    }

    .offset-slider.owl-carousel {
        height: 430px;
    }

    .offset-slider.owl-carousel .owl-item {
        height: 340px;
    }
}

@media (max-width: 991px) {
    .inner-top-gray .container {
        width: 690px;
    }

    .direction-of-support-inner__direction {
        width: 210px;
        margin: 0 42px;
    }

    .direction-of-support-inner__direction {
        width: 210px;
        margin: 0 14px;
    }

    .strategy__card-invest-projects {
        width: 327px;
        min-height: 320px;
    }

    .strategy__atlas {
        max-width: 420px;
    }

    .strategy__atlas {
        max-width: 490px;
    }

    .strategy__atlas {
        position: relative;
        right: auto;
        margin-bottom: 40px;
    }

    .strategy__inner {
        width: 100%;
    }

    .strategy__atlas {
        width: 100%;
        max-width: 100%;
    }

    .strategy__doc {
        max-width: 1000px;
        width: 100%;
    }

    .strategy .flex-wrap-space-between {
        margin-bottom: 64px;
    }

    .subscription__container {
        margin-right: 40px;
    }

    .appeal-info__item {
        margin: 0 auto 40px auto;
        padding: 68px 42px;
    }

    .investment-advice__map img {
        width: 650px;
    }

    .investment-advice__population-chart .flex-center-v {
        width: 220px;
        justify-content: space-between;
    }

    .investment-advice__population-chart img {
        height: 128px;
        margin-left: 20px;
    }

    .investment-advice-space-between {
        justify-content: space-between;
    }

    .key-indicators-3 {
        margin-top: -318px;
    }

    .investment-advice__map img {
        width: 100%;
    }

    .scroll-table {
        overflow: auto;
        padding-top: 30px;
    }

    .investment-advice__block {
        max-width: 329px;
        min-height: auto;
    }

    .project-support__block .project-support__item {
        margin: 10px auto;
    }

    .offset-slider.owl-carousel {
        height: 360px;
    }

    .offset-slider.owl-carousel .owl-item {
        height: 260px;
    }

}

@media (max-width: 767px) {
    .inner-top-gray .container {
        width: 100%;
        padding: 0 15px;
    }
    .strategy__container-accordion-2{
        right: 40px;
    }
    .header__inner-pagination-link{
        color: white;
    }
    .header__inner-pagination-link svg path{
        fill: white;
    }
    .strategy__container-accordion {
        max-width: 300px;
    }

    .strategy__container .accordion {
        width: 300px;
    }

    .strategy__projects {
        margin-left: -12px;
        justify-content: center;
    }

    .direction-of-support-inner__info {
        background: none;
        padding: 0;
        height: auto;
        min-height: 306px;
    }

    .direction-of-support-inner__info p {
        background: #F4F6FE;
        padding: 21px 35px;
    }

    .strategy__inner .flex-wrap {
        justify-content: center;
    }

    .strategy__card-invest-projects {
        max-width: 370px;
        min-height: auto;
        width: 100%;
    }

    .breadcrumbs {
        display: none;
    }

    .inner-top {
        min-height: auto;
    }

    .inner-top__bg {
        display: none;
    }

    .inner-top__no-brd {
        margin-bottom: 42px;
    }

    .floating-element .h1 {
        margin-left: 14px;
    }

    .investment-advice__bg .flex-center-v {
        flex-direction: column;
    }

    .investment-advice__district-description {
        width: 80%;
    }

    .investment-advice__district-description-map {
        width: 100%;
        height: 198px;
    }

    .investment-advice__block {
        max-width: 450px;
        min-height: auto;
        margin-right: 0;
    }

    .content-more-1 {
        justify-content: center;
    }

}

@media (max-width: 694px) {
    .strategy__container-accordion-2 {
        position: relative;
        right: auto;
    }

    .strategy__container-accordion {
        max-width: 350px;
    }


    .strategy__container-accordion {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .strategy__container .accordion {
        margin-left: auto;
        margin-right: auto;
    }

    .direction-of-support-inner__direction {
        width: 180px;
    }

    .item-concurent__img img {
        max-width: 170px;
    }

    .item-concurent__icon {
        width: 95px;
        height: 95px;
    }

    .violet-opacity-half-0 {
        left: -15px;
    }

    .violet-opacity-half-1 {
        right: 10px;
    }

    .violet-opacity-half-2 {
        right: 48px;
    }

    .orange-opacity-half-0 {
        left: 0;
    }

    .orange-opacity-half-2 {
        right: 89px;
        top: 30px;
    }

    .direction-of-support-inner__direction {
        margin: 0 3%;
    }

    .direction-of-support-inner__info {
        width: 298px;
    }

    .direction-of-support-inner__direction p {
        margin-top: 16px;
    }

    .top-ten-date {
        width: 100px;
        height: 100px;
        margin-right: 0px;
        margin-bottom: -45px;
    }

    .top-ten-date p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .direction-of-support-inner__direction {
        width: 210px;
    }

    .item-concurent__icon {
        width: 125px;
        height: 125px;
    }

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

    .strategy__direction-of-support-inner {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .strategy__atlas:before {
        background: none;
        display: none;
    }

    .strategy__atlas:after {
        background: none;
        display: none;
    }

    .investment-advice__map {
        display: none;
    }

    .investment-advice-space-between {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .investment-advice__key-indicators > p {
        position: relative;
        max-width: 390px;
        width: 100%;
        margin-top: 0;
    }

    .key-indicators-3 {
        margin-top: 0;
    }

    .investment-advice__key-indicators {
        padding-top: 0;
        margin-bottom: 30px;
    }

    .investment-advice__population-chart .flex-center-v {
        width: 180px;
    }

    .investment-advice__municipalities {
        margin-right: 0;
    }

    .investment-advice__doc {
        flex-wrap: wrap;
    }

    .provision-of-land__request {
        margin-left: auto;
        margin-right: auto;
    }

    .investment-site-detail__container {
        margin: 20px;
    }

    .news-subscription__content {
        max-width: 400px;
        margin: 10px auto;
    }

    .news-subscription__item {
        min-height: 0 !important;
    }

    .news-subscription__content .news-subscription__h2 {
        font-size: 20px;
    }

    .news-subscription__item form {
        margin: 0;
    }

    .offset-slider.owl-carousel {
        height: 320px;
    }

    .offset-slider.owl-carousel .owl-item {
        height: 260px;
    }

    .top-ten img {
        margin-bottom: 20px;
    }

    .top-ten .news-detal__content {
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .inner-top-gray .container {
        padding: 0 10px;
    }

    /*.subscription__container{
        display: none;
    }*/
    .appeal-info__h2 {
        font-size: 23px;
        line-height: 32px;
        color: #262C32;
    }

    .appeal-info__item {
        margin: 0 auto 0px auto;
        padding: 30px 20px;
    }

    .appeal-content {
        margin-bottom: 0;
    }

    .investment-advice__population-chart {
        flex-direction: column;
        align-items: center;
    }

    .investment-advice__district-description-map img {
        width: 100%;
    }

    .investment-advice__container-description .flex-center-v {
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }

    .investment-advice__container-description .flex-wrap {
        flex-direction: column;
        align-items: center;
    }

    .development-Institutions__p {
        margin-right: 0;
    }

    .development-Institutions .online-playground__btn {
        margin: 40px auto 0 auto;
    }

    .infrastructure-provision__container > a {
        width: 100%;
    }

    .about-district-card > img {
        display: none;
    }

    .about-district-card {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-district-info {
        top: 0;
        width: 100%;
        padding: 30px 20px;
    }

    .about-district-info:before {
        top: -60px;
        left: -40px;
    }
}

.calendar__year {
    transition: 0.35s;
}

.swiper-container {
    height: 540px;
}

.swiper-slide {
    height: auto !important;
}

.calendar__year.active {
    color: #fff;
}

.news-subscription .form-search__input {
    border-radius: 4px;
    border: none;
    max-width: 524px;
    width: 100% !important;
}

.news-subscription .select-support-form {
    border-radius: 4px;
    max-width: 445px;
    width: 100% !important;
    height: 55px;
    margin: 0;
    border: none !important;
    outline: none !important;
    padding: 0 20px 0 20px;
}

.select-error-support-form .jq-selectbox__select {
    border-width: 0px !important;
}

.news-subscription .btn-gradient {
    display: block;
}

.news-subscription .btn-gradient.disabled-button, .news-subscription .btn-gradient.disabled-button:after {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: gray !important;
}

.news-subscription .inner-top-gray__form {
    height: 55px;
}

.link {
    font-family: 'intro regular';
    font-style: normal;
    font-weight: 500;
    color: #455380;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.35s;
}

.link:hover {
    border-bottom: 1px solid #455380;
}
.item-concurent .link {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex-wrap{
    flex-wrap: wrap;
}
.padding-no-more{
    padding-bottom: 100px;
}
.padding-container_new{
    padding: 60px 15px 100px 15px !important;
}
.padding-bottom{
    padding-bottom: 0 !important;
}
.graph-about.visible .graph-about__wrap:after{
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 2720px !important;
}
.meeting__h1{
    text-align: left;
    max-width: 1150px;
    width: 83%;
    margin: auto;
}
.header__logo{
    padding: 0 0 29px 0 !important;
}
@media screen and (max-width: 1710px){
    .header__logo{
        margin: 0 84px -21px 20px !important;
    }
}
@media screen and (max-width: 1441px){
    .investment-site-detail__items-row{
        flex-direction: column;
    }
    .about-concurent__naprav:before{
        display:none;
    }
    .about-map__wrap:before{
        display:none;
    }
    .about-invest-card{
        justify-content: center;
        align-items: center;
    }
    .about-info__item{
        max-width:654px;
        width:100% !important;
    }
    .news__container{
        justify-content: flex-start;
    }
    .header__logo{
        margin: 0 84px -21px 20px !important;
    }
}
.about-concurent__naprav{
    align-items: flex-start;
    position: relative;
}
.about-concurent__naprav:before{
    content: '';
    width: 548px;
    height: 584px;
    right: -251px;
    top: 70px;
    position: absolute;
    background: url('/local/templates/redesign/html/css/../img/concurent-emblem.svg') no-repeat;
    background-size: 100% 100%;
}
.about-map__wrap:before{
    content: '';
    width: 548px;
    height: 584px;
    left: 0;
    bottom: 360px;
    position: absolute;
    background: url('/local/templates/redesign/html/css/../img/map-emblem.svg') no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.schema__slider{
    /* right: 0; */
    top: 0;
    position: absolute;
    /* max-width: 1200px; */
    width: 680px;
    height: 640px;
    z-index: 0;
}
.schema__slider img{
    /* max-width: 1089px; */
    /* width: 100%; */
    width: 15px;
    height: 15px;
}

.schema__container{
    display: none;
    flex-direction: column;
    position: relative;
}
.schema__line{
    position: absolute;
    top: 0;
    left: -20px;
    width: 6px;
    height: 250px;
    background: linear-gradient(84.64deg, #4DBDB8 52.15%, #F1B559 94%);
    border: none;
    border-radius: 10px;
}
.schema__item{
    position:relative;
}
.schema__item svg{
    position: absolute;
    left: -40.5px;
    top: 25px;
    transform: rotate(275deg);
}
.schema__item p{
    color: white;
}


@media screen and (max-width: 1441px) {
    .schema__slider img{
        right: -74%;
    }
}
@media screen and (max-width: 1199px) {
    .schema__slider img{
        right:-115px;
        top: 250px;
    }
}
@media screen and (max-width: 990px) {

}

@media screen and (max-width: 767px) {
    .news__container{
        justify-content: center !important;
        align-items: center;
    }
}
@media screen and (max-width: 638px) {

}
@media screen and (max-width: 450px) {

}

.header__search-mob rect{
    display: none;
}

.header__search-mob svg path{
    fill: white !important;
}
.about-info_margin-bottom{
    margin-bottom: 20px;
}
@media screen and (max-width: 610px){
    .page_not_found__container h1{
        font-size: 200px;
    }
}
.top-ten__site-container{
    display: flex;
    position: absolute;
    top: -220px;
    left: 30px;
    z-index: 10;
    gap: 10px;
}
.top-ten__site-item{
    width: 208px;
    height: 172px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
}
.top-ten__site-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 208px;
    height: 172px;
}
.top-ten__site-item p {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .top-ten__site-container{
        position: static;
        top: 0;
        left: 0;
    }
    .top-ten__site-item img{
        border: 2px solid #F4F6FE;
        border-radius: 15px ;
    }
}
@media screen and (max-width: 449px) {
    .top-ten__site-container{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}
.footer__png, .footer__svg{
    bottom: 4px;
}
@media screen and (max-width: 592px) {
    .slider__left-col-dot-num{
        display: block;
    }
}
.header__logo{
    margin: 0 84px -21px 0;
    border-bottom: 4px solid #fff;
    padding: 0 0 13px 0;
}
.header__inner-pagination-link:last-child{
    color: #ffffff;
}
.ftr__developer-container{
    display: flex;
    gap: 15px;
}
.ftr__developer-link svg g path {
    transition: all 0.35s;
}
.ftr__developer-link:hover svg g path {
    transition: all 0.35s;
    fill: #abafb4;
}
.footer__container{
    padding: 66px 0 0;
}
.footer__section-top{
    margin: 0 0 40px 0;
}
.footer__search{
    margin: 0 0 0 0;
    display: block;
}
.invest-map-banner {
    position: relative;
}
.invest-map-banner img{
    width: 100%;
}
.invest-map-banner__btn {
    position: absolute;
    left: 5%;
    top: 70%;
    background: #1C71B8;
    text-decoration: none;
    padding: 20px 80px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    border: none;
    cursor: pointer;
}
.invest-map-banner__btn:hover {
    background: #849fad;
    transition: all 0.35s;
}
@media screen and (max-width: 1440px) {
    .invest-map-banner__btn {
        top: 65%;
        padding: 15px 30px;
        font-size: 16px;
    }
}
@media screen and (max-width: 992px) {
    .invest-map-banner__btn {
        top: 65%;
        padding: 8px 25px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .invest-map-banner__btn {
        top: 70%;
        padding: 5px 25px;
        font-size: 14px;
    }
}
@media screen and (max-width: 576px) {
    .invest-map-banner__btn {
        padding: 5px 10px;
        font-size: 10px;
    }

}
/* End */


/* Start:/local/templates/redesign/html/css/browser-not-supported.css?17465045391463*/
* {
    box-sizing: border-box;
}

/*#app.overflow {
    overflow-x: hidden;
}*/

.block  {
    width: 905px;
    height: 488px;
    box-shadow: 0px 15px 24px rgba(144, 163, 237, 0.28);
    margin: 50px auto;
}

.logo {
    width: 62px;
    height: 70px;
    display: block;
    margin: 0 auto;
    border: none;
}

.block-content {
    padding-top: 50px;
    font-family: Montserrat;
    font-style: normal;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
}

.logo_block {
    height: 109px;
    background: #FFFFFF;
    border-bottom: 1px solid #D4DDF5;
    padding: 0;
    margin-top: 50px;
}

.block-content__links-sign {
    margin: 0;
    width: 71px;
    height: 100px;
    width: 71px;
    display: inline-block;
    margin: 38px;
}

.block-content__links {
    padding-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 605px;
    margin: 0 auto;
}

.doptext {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    width: 70px;
    padding-right: 3px;
    letter-spacing: 0px;
}

.Chrome {
    width: 71px;
    height: 70px;
    background-image: url("/local/templates/redesign/html/css/../img/chrome.png");
}

.yandex {
    width: 71px;
    height: 70px;
    background-image: url("/local/templates/redesign/html/css/../img/yandex.png");
}

.Opera {
    width: 71px;
    height: 70px;
    background-image: url("/local/templates/redesign/html/css/../img/opera.png");
}

.Firefox {
    width: 71px;
    height: 70px;
    background-image: url("/local/templates/redesign/html/css/../img/firefox.png");
}
/* End */


/* Start:/local/templates/redesign/html/css/datepicker.min.css?174650453912257*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/redesign/html/css/simplebar.css?17465045393821*/
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
}

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

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 10px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 0;
    background-color: #d4ddf5;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 1;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
    background-color: #f4f6fe;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

/* End */


/* Start:/local/templates/redesign/html/css/sumoselect.css?17465045399838*/
.SumoSelect p {
    margin: 0;
}

.SumoSelect {
    height: 53px;
    width: 100%;
}

.SelectBox {
    padding: 5px 8px;
}

.sumoStopScroll {
    overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
    display: none;
}

.SumoSelect .search-txt {
    display: none;
    outline: none;
}

.SumoSelect .no-match {
    display: none;
    padding: 6px;
}

.SumoSelect.open .search-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
    visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.SelectClass {
    z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
    box-shadow: 0 0 2px #7799D0;
    border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
    position: relative;
    min-height: 14px;
    background-color: #fff;
    margin: 0;
    width:100%;
    height: 100%;
}

.SumoSelect > .CaptionCont > span {
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    color: #455380;
    font-size: 14px;
    font-weight: 700;
    line-height: 55px;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
    color: #455380;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    outline: none;
}

.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
    background-image: url('/local/templates/redesign/html/css/../img/arrow.svg');
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.8;
    transition: 0.35s;
}
.open > .CaptionCont > label > i{
    transform: rotate(180deg);
}

.SumoSelect > .optWrapper {
    display: none;
    z-index: 2;
    top: 52px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    overflow: hidden;
}

.SumoSelect.open > .optWrapper {
    top: 52px;
    display: block;
}

.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
}

.SumoSelect > .optWrapper div {
    list-style: none;
    display: block;
    padding: 0 !important;
    margin: 0;

}

.SumoSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    /*Set the height of pop up here (only for desktop mode)*/
    max-height: 250px;
    /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
    border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
    border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
    border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
    opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
    padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 6px 6px;
    position: relative;
    transition: all 0.35s;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
    border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
    border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
    border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #d4ddf5;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
    background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
}

.SumoSelect > .optWrapper > .options li span {
    display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
    cursor: default;
    padding: 8px 6px;
    font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
    filter: alpha(opacity=50); /* Netscape */
    -moz-opacity: 0.5; /* Safari 1.x */
    -khtml-opacity: 0.5; /* Good browsers */
    opacity: 0.5;
}


/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 35px;
    cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border: 1px solid #D4DDF5;
    border-radius: 4px;
}
.opt span i:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px;
    background: white;
    border-radius: 2px;
    display: block;
}
.selected span i:before{
    background: #3D85F9;
}

.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
    border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: none;
    background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #DBDBDB;
    border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
    display: block;
}

/*disabled state*/
.SumoSelect.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
    cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
    background-color: #ccc;
}


/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
    padding-left: 5px;
    text-decoration: underline;
}


/* End */


/* Start:/local/templates/redesign/js/plugins/swiper/swiper-bundle.min.css?174650454018457*/
/**
 * Swiper 11.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/redesign/html/css/responsive-tabs.css?1746504539540*/
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
/* End */


/* Start:/local/templates/redesign/html//banner-resources/banner.css?17465045394789*/
body {
  margin: 0;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  src: local('Lato Regular'), local('Lato-Regular'),
  url('/local/templates/redesign/html//banner-resources/./font/Lato-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Light'), local('Lato-Light'),
  url('/local/templates/redesign/html//banner-resources/./font/Lato-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'),
  url('/local/templates/redesign/html//banner-resources/./font/Lato-Bold.ttf') format('truetype');
}

.banner-pb_wrapper * {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

.banner-pb_wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

.banner-pb_container {
  width: 100%;
  max-width: 300px;
  padding: 30px 12px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-pb_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-pb_content__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.banner-pb_button {
  border-radius: 10px;
  padding: 16px 32px;
  background: #0d4cd3;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.banner-pb_button:hover {
  background: #1d5deb;
}

a {
  text-decoration: none;
}

.banner-pb_icon {
  width: 135px;
  height: 50px;
  padding: 8px 0;
}

.banner-pb_content__info {
  margin: 20px 0;
  color: #000000;
}

.banner-pb_content__title {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 12px 0;
}

.banner-pb_content__subtitle {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.banner-pb_image {
  background-image: url('/local/templates/redesign/html//banner-resources/./icons/business.svg');
  width: 270px;
  height: 275px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 444px) {
  .banner-pb_container {
    max-width: 444px;
  }
  .banner-pb_content {
    flex-direction: row;
    padding: 20px 0 0 0;
    width: 100%;
    justify-content: space-between;
  }
  .banner-pb_content__link {
    width: auto;
    flex-direction: column;
  }
  .banner-pb_icon {
    padding: 18px 0 0 0;
    inline-size: fit-content;
  }
  .banner-pb_content__info {
    margin: 0;
    width: 240px;
  }
}

@media screen and (min-width: 554px) {
  .banner-pb_container {
    max-width: 554px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .banner-pb_image {
    width: 280px;
    height: 285px;
  }

  .banner-pb_content {
    flex-direction: column;
    width: 230px;
    padding: 0;
    align-items: flex-start;
  }
  .banner-pb_content__info {
    margin: 0 0 40px 0;
    width: 240px;
  }
}

@media screen and (min-width: 600px) {
  .banner-pb_container {
    max-width: 100%;
    padding: 30px 30px;
  }
}

@media screen and (min-width: 670px) {
  .banner-pb_container {
    max-width: 100%;
    padding: 20px 60px;
  }
}

@media screen and (min-width: 800px) {
  .banner-pb_container {
    width: 100%;
    max-width: 885px;
    padding: 0 60px;
  }

  .banner-pb_image {
    width: 320px;
    height: 250px;
    background-position: top;
    background-size: cover;
    margin: 20px 0 0 0;
  }

  .banner-pb_content {
    width: auto;
  }

  .banner-pb_content__info {
    width: 315px;
  }

  .banner-pb_content__title {
    font-size: 24px;
  }
  
  .banner-pb_content__subtitle {
    font-size: 18px;
  }
  .banner-pb_content__link {
    flex-direction: row;
  }
  .banner-pb_icon {
    padding: 8px 0 8px 20px;
  } 
}

@media screen and (min-width: 940px) {
  .banner-pb_container {
    width: 100%;
    max-width: 100%;
    padding: 0 100px;
  }

  .banner-pb_image {
    width: 360px;
    height: 280px;
    background-position: top;
    background-size: cover;
    margin: 20px 0 0 0;
  }

  .banner-pb_icon {
    width: 180px;
    height: 68px;
    padding: 10px 0 10px 30px;
  }

  .banner-pb_content__info {
    width: 430px;
  }

  .banner-pb_content__title {
    font-size: 32px;
  }
  
  .banner-pb_content__subtitle {
    font-size: 28px;
  }

  .banner-pb_button {
    font-size: 20px;
    padding: 22px 45px;
  } 
}

@media screen and (min-width: 1920px) {
  .banner-pb_container {
    justify-content: center;
    max-width: 1440px;
    height: 260px;
    width: 100%;
  }
  .banner-pb_image {
    width: 310px;
    height: 240px;
    position: absolute;
    margin-left: 20px;
  }
  .banner-pb_content {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .banner-pb_content__info {
    margin: 0;
  }
}
/* End */


/* Start:/local/templates/redesign/css/style.css?174650453918061*/
:root {
    --radius: 30px;
}

.container.main {
    width: 100% !important;
    background: #FFF;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/redesign/assets/new-font/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}


.btn-gradient_main p {
    padding: 0;
    margin: 0;
    color: #FFF;
    z-index: 1;
    position: relative;
}

.btn-gradient_main {
    display: flex;
}

.industrial-ptc {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.industrial__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.industrial__title {
    color: #010101;
    font-family: "Intro Regular", serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.industrial__text {
    margin: 0;
    padding: 0;
    color: #424242;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.ind-park .industrial__text,
.ind-clusters .industrial__text {
    color: #010101;
}

.industrial-ptc__main-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /*gap: 40px;*/
}

.industrial__block-width {
    max-width: 685px;
    height: fit-content;
}

.industrial-ptc__frame {
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), url(/local/templates/redesign/css/<path-to-image>) lightgray -606.198px 1px / 210.444% 105.346% no-repeat;
    box-shadow: 0 0 24px 0 rgba(31, 82, 144, 0.42);
}

.industrial-ptc__list-item::before {
    content: '';
    background: url("/local/templates/redesign/assets/marker.svg");
    width: 6px;
    min-width: 6px;
    display: block;
    height: 1em;
}

.industrial-ptc__list-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    align-self: stretch;
    color: #424242;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.industrial-ptc__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.industrial__block .investment-sites__item {
    margin: 20px 0 0 0;
}

.industrial__text_small-line {
    line-height: 160%;
}

.industrial__block-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.industrial-ptc__info {
    display: flex;
    width: 566px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    border-radius: 15px;
    background: #F4F6FE;
    box-sizing: border-box;
    height: fit-content;
}

.industrial-ptc__info-text {
    color: #010101;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    padding: 0;
}

.industrial__link {
    color: #1D71B8;
    border-bottom: 1px solid transparent;
    transition: all 0.35s;
}

.industrial__link:hover {
    border-color: #1D71B8;
}

.industrial__contact .industrial__link {
    color: #455380;;
}

.industrial__contact .industrial__link:hover {
    border-color: #455380;
}


.industrial-ptc__files-block {
    margin-top: 40px;
}

.industrial-ptc__clusters {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 20px;
}

.cluster {
    width: 685px;
    height: 274px;
    flex-shrink: 0;
    border-radius: 15px;
}

.cluster_blue {
    background: linear-gradient(0deg, rgba(29, 113, 184, 0.60) 0%, rgba(29, 113, 184, 0.60) 100%), url('/local/templates/redesign/assets/gaz-cluster.png') lightgray 50% / cover no-repeat;
}

.cluster_blue .cluster__title-block {
    background: #1D71B8;
}

.cluster_green {
    background: linear-gradient(0deg, rgba(0, 161, 154, 0.50) 0%, rgba(0, 161, 154, 0.50) 100%), url('/local/templates/redesign/assets/forest-cluster.png') lightgray 50% / cover no-repeat;
}

.cluster_green .cluster__title-block {
    background: #00A19A;
}

.cluster__title-block {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 60px 15px 15px 60px;
    width: 490px;
    margin: 10px 10px auto auto;
}

.cluster__title {
    color: #FFF;
    font-family: "Intro Bold", serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
    padding: 0;
}

.cluster__icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    position: relative;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cluster__icon svg {
    z-index: 1;
    transition: 0.35s all;
}

.cluster__icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    z-index: 0;
    transition: 0.35s all;
}

.cluster:hover .cluster__icon::before {
    transform: translate(-50%, -50%) scale(1.3);
}

.cluster:hover .cluster__icon svg {
    transform: scale(1.3);
}


.ind-park {
    position: relative;
}

.ind-clusters, .ind-park__inner {
    display: flex;
    flex-direction: column;
    gap: 140px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ind-park__tablist {
    width: 100%;
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 100px;
    position: sticky;
    top: 120px;
    z-index: 1;
}

.ind-park__tablist::before {
    content: '';
    width: 100%;
    height: 85px;
    background: #F4F6FE;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
}

.ind-park__tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    color: #1F3A5B;
    font-family: Montserrat, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: .35s all;
    white-space: nowrap;
    width: fit-content;
    user-select: none;
}

.ind-park__tab[aria-selected="true"] {
    font-weight: 700;
    line-height: 20px;
}

.ind-park__tab::after {
    content: '';
    height: 3px;
    width: 100%;
    transition: .35s all;
    background: transparent;
}

.ind-park__tab[aria-selected="true"]::after {
    background: #1F3A5B;
}

.ind-park__tabpanel_hidden {
    display: none;
}

.ind-park__info-block {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.ind-park__buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    position: sticky;
    top: 210px;
    height: fit-content;
}

.ind-park__button {
    padding: 24px 40px;
    width: fit-content;
    height: fit-content;
    white-space: nowrap;
}

.ind-park__main-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ind-info-card {
    display: flex;
    width: 328px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    flex-shrink: 0;
}

.ind-info-card__title {
    color: #1D71B8;
    text-align: center;
    font-family: "Intro Bold", serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.ind-info-card__subtitle {
    color: #424242;
    text-align: center;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.ind-info-card__title,
.ind-info-card__subtitle {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.ind-park__infographics {
    display: flex;
    gap: 60px 149px;
    flex-wrap: wrap;
}

.resident-card {
    display: flex;
    width: 327px;
    height: 90px;
    padding: 10px 20px 10px 10px;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 15px;
    background: #F4F6FE;
    box-sizing: border-box;
}

.resident-card__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0 0 24px 0 rgba(31, 82, 144, 0.14);
}

.resident-card__name {
    padding: 0;
    margin: 0;
    word-break: break-word;
    color: #010101;
    font-family: "Intro Bold", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.ind-park__cards-res {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.ind-park__engineer {
    margin-top: 85px;
    column-gap: 30px;
    row-gap: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.industrial__swiper {
    margin: 0 auto;
    height: fit-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
    width: 100%;
}

.industrial__swiper .industrial__slide {
    width: 444px !important;
    height: 270px !important;
    user-select: none;
}

.industrial__slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industrial__swiper-wrapper {
    width: 100%;
}

.industrial__undo {
    border-radius: 50px;
}

.ind-park__left-block {
    display: flex;
    width: 566px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.ind-clusters__docs,
.ind-park__docs {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 5px;
    border: 3px solid #E9ECEF;
}

.ind-clusters__docs .doc__link:last-child,
.ind-park__docs .doc__link:last-child {
    margin: 0 !important;
}

.ind-tech__left-block,
.ind-clusters__docs {
    position: sticky;
    top: 130px;
    height: fit-content;
    width: 566px;
}

.ind-tech__left-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.ind-tech__left-block .ind-clusters__docs,
.ind-tech__left-block .ind-park__buttons {
    position: relative;
    top: 0;
}

.ind-tech__left-block .industrial-ptc__info-link {
    text-transform: uppercase;
}

.industrial__dt {
    color: #010101;
    font-family: "Intro Bold", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 40px 0 10px;
}

.industrial__dt:first-child {
    margin-top: 0;
}

.industrial__dd-subtitle {
    font-weight: 700;
    color: #010101;
    margin: 0;
    padding: 0;
}

.industrial__dl {
    margin: 0;
}

.ind-park__contact-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    margin-top: 20px;
}

.ind-park__contacts-maps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.ind-park__contacts-map {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ind-park__contacts-map-title {
    margin: 0;
    padding: 0;
    color: #010101;
    font-family: "Intro Bold", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.ind-park__contacts-map-subtitle {
    margin: 10px 0 20px;
    padding: 0;
    color: #010101;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.ind-park__contacts-map-frame {
    width: 100%;
}

.industrial__dl-contact .industrial__dt {
    font-size: 16px;
    margin: 20px 0 10px;
}

.ind-park__contact {
    gap: 20px;

}

.ind-park__buttons_contact_mobile {
    display: none;
}


.type-card {
    display: flex;
    width: 327px;
    min-height: 230px;
    padding: 0 30px 20px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 15px;
    background: #F4F6FE;
    height: fit-content;
}

.type-card__title {
    color: #1F3A5B;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 0;
    margin: 0;
}

.ind-clusters .industrial-ptc__list-item {
    color: #010101;
}




@media (max-width: 1440px) {
    .industrial__block-width {
        width: 500px;
    }

    .industrial-ptc__info {
        width: 500px;
    }

    .cluster {
        width: 500px;
    }

    .cluster__title {
        font-size: 22px;
    }

    .cluster__title-block {
        width: 420px;
    }

    .cluster__icon {
        width: 90px;
        height: 90px;
        min-width: 90px;
        min-height: 90px;
    }

    .cluster__icon::before {
        width: 69px;
        height: 69px;
    }

    .ind-park__engineer {
        justify-content: center;
    }

    .ind-clusters, .ind-park__inner {
        gap: 100px;
    }

    .ind-info-card__title {
        font-size: 44px;
    }

    .ind-park__infographics {
        gap: 60px;
    }

    .ind-clusters__docs {
        padding: 30px;
    }

    .ind-clusters__docs .doc__link {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .industrial__block-width {
        width: 100%;
        max-width: 100%;
    }

    .industrial-ptc__main-block {
        flex-direction: column;
        gap: 30px;
    }

    .industrial-ptc .investment-sites__item {
        gap: 15px;
        margin: 0;
        align-items: normal;
    }

    .investment-sites__cards  {
        margin: 0;
        width: 320px;
    }

    .industrial__block-inner {
        flex-direction: column;
        gap: 20px;
    }

    .industrial-ptc__info {
        width: 100%;
        padding: 30px;
    }

    .cluster {
        width: 420px;
    }

    .cluster__title {
        font-size: 18px;
    }

    .cluster__title-block {
        width: 370px;
        padding: 10px;
    }

    .ind-park__buttons {
        flex-direction: column;
    }

    .ind-park__infographics {
        gap: 30px 20px;
    }

    .ind-info-card {
        width: 290px;
    }

    .ind-clusters, .ind-park__inner {
        gap: 80px;
    }

    .ind-park__main-info {
        gap: 30px;
    }

    .ind-park__tablist {
        gap: 80px;
    }

    .ind-tech__left-block {
        position: relative;
        width: 100%;
        top: 0;
    }

    .ind-tech__left-block .ind-clusters__docs {
        width: 100%;
    }

    .ind-tech .ind-park__main-info {
        flex-direction: column;
    }

    .ind-tech__left-block .ind-park__buttons {
        flex-direction: row;
    }
}

@media (max-width: 991px) {
    .industrial-ptc__clusters {
        flex-direction: column;
    }

    .cluster {
        width: 100%;
        height: 230px;
    }

    .industrial-ptc__frame {
        max-width: 100%;
    }

    .industrial__swiper .industrial__slide {
        width: 300px !important;
        height: 190px !important;
    }

    .ind-park__contacts-maps {
        grid-template-columns: 1fr;
    }

    .ind-park__infographics {
        justify-content: center;
    }

    .ind-park__main-info {
        flex-direction: column;
    }

    .ind-park__buttons {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        top: 0;
    }

    /*.ind-park__cards-res {*/
    /*    justify-content: center;*/
    /*}*/

    .ind-park__main-info_contact {
        flex-direction: column-reverse;
    }

    .ind-park__buttons_contact_mobile {
        display: flex;
    }

    .ind-park__buttons_contact_desc {
        display: none;
    }

    .ind-park__contact-img {
        width: 180px;
        height: 180px;
    }

    .ind-park__tablist {
        padding-top: 20px;
    }

    .ind-park__tablist::before,
    .ind-park::before {
        height: 65px;

    }

    .ind-clusters__docs {
        width: 100%;
    }

    .ind-park__main-info .ind-park__buttons {
        display: none;
    }
}


@media (max-width: 767px) {
    .ind-park__contact-img {
        width: 150px;
        height: 150px;
    }

    .ind-park__tablist {
        gap: 40px;
    }

    .ind-clusters {
        padding: 60px 15px 200px 15px !important;
    }

    .ind-park__contacts-map-frame {
        height: 200px;
    }

    .type-card {
        width: 100%;
    }

    .resident-card {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .cluster__title-block {
        width: 300px;
        padding: 10px;
    }

    .cluster__icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
    }

    .cluster__icon svg {
        width: 28px;
        height: 28px;
    }

    .cluster__icon::before {
        width: 55px;
        height: 55px;
    }

    .cluster__title {
        font-size: 16px;
    }
}


/* End */


/* Start:/local/templates/redesign/components/bitrix/menu/top-menu/style.css?17465045395196*/
.float-block {
    flex-direction: column;
    background: transparent;
    border-radius: 0px;
    position: absolute;
    z-index: 2;
    padding: 15px 0 5px 350px;
    width: 100%;
    transition: 0.2s;
    overflow: visible;
    margin-left: -5px;
    height: auto;
    top: 65px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    gap: 3px;
    position: fixed;
    top: 116px;
    height: 520px;
    color: white;
}

.link-float {
    transition: none !important;
}

.link-float:hover + .float-block {
    display: flex;
/ / height: auto;
/ / bottom: - 77 %;
    opacity: 1;
    pointer-events: auto;
}

.link-float:hover {
    border-bottom: 4px solid white;
}

.dop-menu-frame {
    width: 100%;
    height: 520px;
    position: fixed;
    background: rgb(31, 58, 91) url(/local/templates/redesign/img/menu-background.png);
    top: 117px;
    background-size: cover;
    left: 0;
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.menu__list .menu__item .link-float:hover ~ .dop-menu-frame {
    display: block;
}

.float__hr {

}

.float-block:hover {
    display: flex;
/ / height: auto;
/ / bottom: - 77 %;
    opacity: 1;
    pointer-events: auto;
}

.float-block:hover ~ a {
    border-bottom: 4px solid white;
}

.float-block li {
    list-style-type: none;
    padding: 6px;
    line-height: 1px;
    z-index: 1;
    padding-right: 20px;
}

.link-float-active {
    border-bottom: 4px solid white;
    color: #849fad;
}

.header__nav .float-block .menu__link {
    color: #262c32;
    border-color: transparent !important;
}

.header__nav .float-block li {
    position: relative;
}

.header__nav .float-block li:after {
/ / border-bottom: 1 px solid transparent;
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 1000px;
    z-index: -1;
    height: 100%;
    background-color: #f7f8ff;
    background-color: #d5d8e6;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: 0.3s;
    opacity: 0;
}

.header__nav .float-block li:hover:after {
/ / border-bottom: 1 px solid #262c32;
    left: 10%;
    opacity: 1
}

.float-block:hover:after {
    left: 60%
}

header.dropmenu .float-block {
    display: none !important;
}

.header__section-link-level-two {
    position: absolute;
    display: none;
    right: -900px;
    top: 0;
    width: 900px;
    max-height: 520px;
    min-height: 520px;
    overflow-y: scroll;
    padding-top: 15px;
}

.header__section-link-level-two::-webkit-scrollbar {
    display: none;
}

.menu__link-level-3:hover > .float-block {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.li-element-level-3:hover > .header__section-link-level-two {
    display: block;
}

.menu__link-dop-menu {
    font-family: 'intro bold';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 125%;
    color: #8F9CAD;
    padding: 8px 0;
    transition: 0.35s all;
    text-transform: none;
    max-width: 550px;
    display: flex;
}

.menu__link-dop-menu:hover, .li-element-level-3:hover .menu__link-level-3 {
    color: #FFF;
}

.header__section-link-level-two:hover + .menu__link-level-3 {
    transition: all .0s;
    color: #849fad;
}

.menu__link-level-3:after {
    content: '►';
    width: 20px;
    height: 20px;
    color: #8F9CAD;
    transition: all .35s;
    margin-left: 5px;
}

.menu__link-level-3:hover:after {
    color: #FFF;
}

.li-element-level-3:hover .menu__link-level-3:after {
    color: #FFF;
}

.dop-menu-frame:hover {
    display: block !important;
}

.header__section-links {
    position: relative;
}

.menu-frame-first {
    /*background: url(/local/templates/main_25032022/html/img/menu-frame.png) no-repeat;*/
    width: 600px;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.menu-frame-second {
    /*background: url(/local/templates/main_25032022/html/img/m-menu2.png) no-repeat;*/
    height: 414px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.menu-frame-third {
    /*background: url(/local/templates/main_25032022/html/img/m-menu.png) no-repeat;*/
    height: 521px;
    width: 556px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.menu-frame-four {
    width: 600px;
    height: 521px;
    background: url(/local/templates/redesign/img/menu-logo.svg) no-repeat right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.non-click {
    pointer-events: none;
}

.header__section-link-level-two .menu__link-dop-menu {
    padding: 10px 0;
    color: #8F9CAD;
    font-family: "intro regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.98%;
    transition: 0, 35s all;
}

.header__section-link-level-two .menu__link-dop-menu:hover {
    color: #FFF;
}

@media (max-width: 1919px) {
    .menu-frame-four {
        display: none;
    }

    .dop-menu-frame {

        background: no-repeat right url(/local/templates/redesign/components/bitrix/menu/top-menu-hidden/assets/menu-tablet-background.png) rgb(31, 58, 91) ;
    }

    .float-block {
        padding: 15px 0 5px 150px;
    }
    .header__section-link-level-two {
        max-width: 40vw;
        right: -40vw;
    }
}


/* End */


/* Start:/local/templates/redesign/components/bitrix/menu/top-menu-hidden/style.css?174650453911817*/
@font-face {
    font-family: 'Intro-Bold';
    src: url(/local/templates/redesign/components/bitrix/menu/top-menu-hidden/./assets/fonts/Intro-Bold.ttf);
}

@font-face {
    font-family: 'Intro-Regular';
    src: url(/local/templates/redesign/components/bitrix/menu/top-menu-hidden/./assets/fonts/Intro-Regular.ttf);
}

body {
    padding: 0;
    margin: 0;
}

.header-menu {
    background:#1F3A5B;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: none;
    pointer-events: none;
    transition: 0.35s;
    overflow: hidden;
}

.header-menu_active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    margin-top: 120px;
}

.header-menu__background {
    position: absolute;
    width: 100%;
    height: 100%;
}



.header-menu__logo {
    position: absolute;
    top: 107px;
    right: 0;
}

.header-menu__container_desktop {
    display: flex;
    height: calc(100% - 120px);
    box-sizing: border-box;
}

.header-menu__divider {
    width: 1px;
    height: auto;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    margin: 0;
    flex: none
}

.header-menu__left-block {
    flex: none;
    width: 38%;
    padding: 50px 30px;
    box-sizing: border-box;
    z-index: 2;
}

.header-menu__right-block {
    width: 100%;
    padding: 50px 100px;
    z-index: 2;
    overflow-y: auto;
}

.category-menu-list, .menu-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.menu-list_nested {
    display: flex;
    flex-direction: column;
    margin: 22px 0 0 40px;
    list-style-type: none;
    padding: 0;
    gap: 12px
}

.category-menu-list {
    gap: 32px;
    width: fit-content;
    margin-left: auto;
    font-family: 'Intro-Bold';
}

.menu-list {
    gap: 12px;
    font-family: 'Intro-Regular';
    width: fit-content;
    display: none;
}

.menu-list_active {
    display: flex;
}

.menu-list__item, .menu-list__item a {
    padding: 10px 0;
    font-size: 20px;
}

.category-menu-list__item {
    padding: 8px 0;
    font-size: 25px;
}

.menu-list__link {
    text-decoration: none;
    color: inherit
}

.menu-item {
    cursor: pointer;
    color: #8F9CAD;
    transition: 0.35s;
}

.menu-item_active {
    color: #fff
}

.menu-item:hover {
    color: #FFF
}

.header-menu__close, .header-menu__back {
    background: transparent;
    border: none;
    padding: 5px;
    box-sizing: border-box;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
}

.header-menu__back {
    width: 40px;
    height: 40px;
}
body {
    scrollbar-gutter: stable;
}
.header-menu__close_desktop {
    position: absolute;
    top: 30px;
    right: 40px;
    display: none !important;
}

.header-menu__container_tablet {
    display: none;
    background-image: url(/local/templates/redesign/components/bitrix/menu/top-menu-hidden/./assets/menu-tablet-background.png);
    background-size: cover;
    height: 100%;
}

.header-menu__container_mobile {
    display: none;
}

.header-menu__head {
    display: none;
    background-image: url('/local/templates/redesign/components/bitrix/menu/top-menu-hidden/./assets/menu-head.png');
    background-size: cover;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    align-items: center;
    justify-content: space-between;
    padding: 20px 34px 20px 39px;
    box-sizing: border-box;
}

.header-menu__content {
    display: flex;
    flex: 1;
}

.header-menu__socials {
    display: none;
    flex-direction: column;
    gap: 203px
}

.header-menu__socials-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

.header-menu__socials-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 20px;
}

.header-menu__socials-link svg * {
    transition: 0.35s;
}

.header-menu__socials-link:hover svg path[fill] {
    fill: #849fad;
}

.header-menu__socials-link:hover svg path[stroke] {
    stroke: #849fad;
}

.header-menu__socials-link:hover svg circle[stroke] {
    stroke: #849fad;
}

.main-menu__head {
    display: none;
    justify-content: space-between;
    padding: 20px 16px;
    background-image: url(/local/templates/redesign/components/bitrix/menu/top-menu-hidden/./assets/menu-head-mobile.png);
    background-size: cover;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.main-menu__content {
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
    gap: 40px
}

/* lang btn */

.header__lang-container {
    position: relative;
    border-radius: 10px;
    margin: 0 20px 0 0;
    z-index: 1
}

.header__lang-container, .header__lang-container-section {
    width: 38px;
    height: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header__lang-container-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .35s;
    transition: .35s
}

.header__lang-container-section:hover {
    height: 98px;
    background: #fff
}
.header-menu__close {
    display: none;
}
.header__lang-container-section:hover .header__lang-container-section-element {
    color: #424242
}

.header__lang-container-section-element {
    width: 42px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: intro bold, serif;
    font-size: 12px;
    line-height: 133.98%;
    color: #fff;
    text-shadow: 0 0 25px rgba(172, 163, 152, .25);
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 2px -1px;
    -webkit-transition: .35s;
    transition: .35s;
    font-family: 'Intro-Bold';
    font-size: 12px;
}

.header__lang-container-section-element:hover {
    color: #fff !important;
    background: #1f3a5b
}

.header__lang-container-section-element:first-child {
    pointer-events: none;
    cursor: default
}

.header__lang-container-section-element:hover {
    color: #fff !important;
    background: #1f3a5b
}

.header__lang-container-section-element:first-child {
    pointer-events: none;
    cursor: default
}

.header__lang-container-section-element:hover {
    color: #fff !important;
    background: #1f3a5b
}

.header__lang-container-section-element:first-child {
    pointer-events: none;
    cursor: default
}

.header__lang-container-section:hover{
    height: 50px !important;
}

.base-button {
    border: none;
    border-radius: 100px;
    background: #fff;
    padding: 14px 40px;
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F3A5B;
    font-family: 'Intro-Bold';
    font-size: 18px;
    transition: 0.35s;
}

.base-button:hover {
    background: #849fad;
}

.base-input {
    width: 100%;
    border: 2px solid #1d71b8;
    border-radius: 40px;
    background: none;
    outline: none;
    padding: 16px 27px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Intro-Regular';
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.base-input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.base-input::-moz-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.base-input:-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.base-input::-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.base-input::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.header-menu__container_mobile .lang {
    display: block;
}

.dropmenu .js-search-hidden.active {
    top: 70px;
    height: calc(100vh - 55px);;
}

.nested-menu__head {
    padding: 16px 16px 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nested-menu__current {
    color: #fff;
    font-size: 20px;
    font-family: 'Intro-Bold';
    text-align: center;
    width: 100%;
}

.nested-menu {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateX(100%);
    transition: 0.35s;
    height: 100vh;
    overflow-y: auto;
}

.main-menu {
    opacity: 0;
    transition: 0.35s;
    height: 100vh;
    overflow-y: auto;
}

.main-menu_active {
    opacity: 1;
}

.nested-menu_active {
    transform: translateX(0%);
}

@media (max-width: 1919px) {
    /*.header-menu__socials {*/
    /*    display: flex;*/
    /*}*/

    .header-menu__content {
        height: calc(100vh - 120px);
    }

    /*.header-menu__head {*/
    /*    display: flex;*/
    /*}*/

    .header-menu__close_desktop {
        display: none;
    }

    .header-menu__container_desktop {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        background-image: url(/local/templates/redesign/components/bitrix/menu/top-menu-hidden/./assets/menu-tablet-background.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header-menu__logo {
        display: none;
    }

    .header-menu__background {
        display: none;
    }

    .category-menu-list {
        gap: 20px;
        margin-left: 40px;
    }

    .header-menu__left-block {
        width: 399px;
        padding: 30px 30px 30px 39px;
        display: flex;
        gap: 42px
    }

    .header-menu__right-block {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .header-menu__socials {
        display: flex;
    }
    .header-menu__socials-link.search-icon__mobile {
        display: none;
    }
    .header-menu {
        min-height: 100%;
        background-image: url(/local/templates/redesign/components/bitrix/menu/top-menu-hidden/./assets/menu-tablet-background.png);
        background-size: cover;
        background-position-x: right;
    }

    .header-menu__container_desktop {
        display: none;
    }

    .header-menu__container_mobile {
        display: block;
        min-height: 100%;
    }

    .category-menu-list {
        margin-left: 0;
        width: 100%;
        gap: 16px
    }

    .header-menu__socials {
        flex-direction: row;
        justify-content: space-between;
        gap: 0
    }

    .header-menu__socials-block {
        flex-direction: row;
        gap: 6px;
        align-items: center;
    }

    .header-menu__socials-link {
        width: 44px;
        height: 44px;
    }

    .category-menu-list__item {
        font-size: 20px;
        position: relative;
    }

    .category-menu-list__item::after {
        content: '';
        position: absolute;
        right: 0px;
        width: 24px;
        height: 24px;
        opacity: 0.7;
        background-image: url(/local/templates/redesign/components/bitrix/menu/top-menu-hidden/./assets/menu-arrow-right.svg);
    }

    .menu-item {
        color: #fff
    }

    .menu-list__item {
        padding: 8px 0;
        font-size: 18px;
    }

    .menu-list_nested {
        margin: 20px 0 0 24px;
    }
}
/* End */


/* Start:/local/templates/redesign/components/bitrix/menu/top-menu-mobile-hidden/style.css?174650453911837*/
@font-face {
    font-family: 'Intro-Bold';
    src: url(/local/templates/redesign/components/bitrix/menu/top-menu-mobile-hidden/./assets/fonts/Intro-Bold.ttf);
}

@font-face {
    font-family: 'Intro-Regular';
    src: url(/local/templates/redesign/components/bitrix/menu/top-menu-mobile-hidden/./assets/fonts/Intro-Regular.ttf);
}

body {
    padding: 0;
    margin: 0;
}

.header-menu {
    background:#1F3A5B;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: none;
    pointer-events: none;
    transition: 0.35s;
    overflow: hidden;
}

.header-menu_active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.header-menu__background {
    position: absolute;
    width: 100%;
    height: 100%;
}



.header-menu__logo {
    position: absolute;
    top: 107px;
    right: 0;
}

.header-menu__container_desktop {
    display: flex;
    height: calc(100% - 120px);
    box-sizing: border-box;
}

.header-menu__divider {
    width: 1px;
    height: auto;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    margin: 0;
    flex: none
}

.header-menu__left-block {
    flex: none;
    width: 38%;
    padding: 50px 30px;
    box-sizing: border-box;
    z-index: 2;
}

.header-menu__right-block {
    width: 100%;
    padding: 50px 100px;
    z-index: 2;
    overflow-y: auto;
}

.category-menu-list, .menu-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    max-width: 340px;
}

.menu-list_nested {
    display: flex;
    flex-direction: column;
    margin: 22px 0 0 40px;
    list-style-type: none;
    padding: 0;
    gap: 12px
}

.category-menu-list {
    gap: 32px;
    width: fit-content;
    margin-left: auto;
    font-family: 'Intro-Bold';
}

.menu-list {
    gap: 12px;
    font-family: 'Intro-Regular';
    width: fit-content;
    display: none;
}

.menu-list_active {
    display: flex;
}

.menu-list__item, .menu-list__item a {
    padding: 10px 0;
    font-size: 20px;
}

.category-menu-list__item {
    padding: 8px 0;
    font-size: 25px;
}

.menu-list__link {
    text-decoration: none;
    color: inherit
}

.menu-item {
    cursor: pointer;
    color: #8F9CAD;
    transition: 0.35s;
}

.menu-item_active {
    color: #fff
}

.menu-item:hover {
    color: #FFF
}

.header-menu__close, .header-menu__back {
    background: transparent;
    border: none;
    padding: 5px;
    box-sizing: border-box;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
}

.header-menu__back {
    width: 40px;
    height: 40px;
}

.header-menu__close_desktop {
    position: absolute;
    top: 30px;
    right: 40px;
}

.header-menu__container_tablet {
    display: none;
    background-image: url(/local/templates/redesign/components/bitrix/menu/top-menu-mobile-hidden/./assets/menu-tablet-background.png);
    background-size: cover;
    height: 100%;
}

.header-menu__container_mobile {
    display: none;
}

.header-menu__head {
    display: none;
    background-image: url('/local/templates/redesign/components/bitrix/menu/top-menu-mobile-hidden/./assets/menu-head.png');
    background-size: cover;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    align-items: center;
    justify-content: space-between;
    padding: 20px 34px 20px 39px;
    box-sizing: border-box;
}

.header-menu__content {
    display: flex;
    flex: 1;
}

.header-menu__socials {
    display: none;
    flex-direction: column;
    gap: 203px
}

.header-menu__socials-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

.header-menu__socials-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 20px;
}

.header-menu__socials-link svg * {
    transition: 0.35s;
}

.header-menu__socials-link:hover svg path[fill] {
    fill: #849fad;
}

.header-menu__socials-link:hover svg path[stroke] {
    stroke: #849fad;
}

.header-menu__socials-link:hover svg circle[stroke] {
    stroke: #849fad;
}

.main-menu__head {
    display: none;
    justify-content: space-between;
    padding: 20px 16px;
    background-image: url(/local/templates/redesign/components/bitrix/menu/top-menu-mobile-hidden/./assets/menu-head-mobile.png);
    background-size: cover;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.main-menu__content {
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
    gap: 40px
}

/* lang btn */

.header__lang-container {
    position: relative;
    border-radius: 10px;
    margin: 0 20px 0 0;
    z-index: 1
}

.header__lang-container, .header__lang-container-section {
    width: 38px;
    height: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header__lang-container-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .35s;
    transition: .35s
}

.header__lang-container-section:hover {
    height: 98px;
    background: #fff
}

.header__lang-container-section:hover .header__lang-container-section-element {
    color: #424242
}

.header__lang-container-section-element {
    width: 42px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: intro bold, serif;
    font-size: 12px;
    line-height: 133.98%;
    color: #fff;
    text-shadow: 0 0 25px rgba(172, 163, 152, .25);
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 2px -1px;
    -webkit-transition: .35s;
    transition: .35s;
    font-family: 'Intro-Bold';
    font-size: 12px;
}

.header__lang-container-section-element:hover {
    color: #fff !important;
    background: #1f3a5b
}

.header__lang-container-section-element:first-child {
    pointer-events: none;
    cursor: default
}

.header__lang-container-section-element:hover {
    color: #fff !important;
    background: #1f3a5b
}

.header__lang-container-section-element:first-child {
    pointer-events: none;
    cursor: default
}

.header__lang-container-section-element:hover {
    color: #fff !important;
    background: #1f3a5b
}

.header__lang-container-section-element:first-child {
    pointer-events: none;
    cursor: default
}

.header__lang-container-section:hover{
    height: 50px !important;
}

.base-button {
    border: none;
    border-radius: 100px;
    background: #fff;
    padding: 14px 40px;
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F3A5B;
    font-family: 'Intro-Bold';
    font-size: 18px;
    transition: 0.35s;
}

.base-button:hover {
    background: #849fad;
}

.base-input {
    width: 100%;
    border: 2px solid #1d71b8;
    border-radius: 40px;
    background: none;
    outline: none;
    padding: 16px 27px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Intro-Regular';
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.base-input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.base-input::-moz-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.base-input:-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.base-input::-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.base-input::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.header-menu__container_mobile .lang {
    display: block;
}

.dropmenu .js-search-hidden.active {
    top: 70px;
    height: calc(100vh - 55px);;
}

.nested-menu__head {
    padding: 16px 16px 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nested-menu__current {
    color: #fff;
    font-size: 20px;
    font-family: 'Intro-Bold';
    text-align: center;
    width: 100%;
}

.nested-menu {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateX(100%);
    transition: 0.35s;
    height: 100vh;
    overflow-y: auto;
}

.main-menu {
    opacity: 0;
    transition: 0.35s;
    height: 100vh;
    overflow-y: auto;
}

.main-menu_active {
    opacity: 1;
}

.nested-menu_active {
    transform: translateX(0%);
}
.header-menu__close {
    display: none;
}
@media (max-width: 1919px) {
    /*.header-menu__socials {*/
    /*    display: flex;*/
    /*}*/

    .header-menu__content {
        height: calc(100vh - 120px);
    }

    /*.header-menu__head {*/
    /*    display: flex;*/
    /*}*/

    .header-menu__close_desktop {
        display: none;
    }

    .header-menu__container_desktop {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        background-image: url(/local/templates/redesign/components/bitrix/menu/top-menu-mobile-hidden/./assets/menu-tablet-background.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header-menu__logo {
        display: none;
    }

    .header-menu__background {
        display: none;
    }

    .category-menu-list {
        gap: 20px;
        margin-left: 40px;
    }

    .header-menu__left-block {
        width: 399px;
        padding: 30px 30px 30px 39px;
        display: flex;
        gap: 42px
    }

    .header-menu__right-block {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .header-menu__socials {
        display: flex;
    }

    .header-menu__socials-link.search-icon__mobile {
        display: none;
    }
    .header-menu_active {
        margin-top: 85px;
    }

    .header-menu {
        min-height: 100%;
        background-image: url(/local/templates/redesign/components/bitrix/menu/top-menu-mobile-hidden/./assets/menu-tablet-background.png);
        background-size: cover;
        background-position-x: right;
    }

    .header-menu__container_desktop {
        display: none;
    }

    .header-menu__container_mobile {
        display: block;
        min-height: 100%;
    }

    .category-menu-list {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        gap: 16px;
    }

    .header-menu__socials {
        flex-direction: row;
        justify-content: space-between;
        gap: 0
    }

    .header-menu__socials-block {
        flex-direction: row;
        gap: 6px;
        align-items: center;
    }

    .header-menu__socials-link {
        width: 44px;
        height: 44px;
    }

    .category-menu-list__item {
        font-size: 20px;
        position: relative;
    }

    .category-menu-list__item::after {
        content: '';
        position: absolute;
        right: 0px;
        width: 24px;
        height: 24px;
        opacity: 0.7;
        background-image: url(/local/templates/redesign/components/bitrix/menu/top-menu-mobile-hidden/./assets/menu-arrow-right.svg);
    }

    .menu-item {
        color: #fff
    }

    .menu-list__item {
        padding: 8px 0;
        font-size: 18px;
    }

    .menu-list_nested {
        margin: 20px 0 0 24px;
    }
}
/* End */


/* Start:/local/templates/redesign/components/ugraweb/search.title/header-search/style.css?17465045392116*/
div.title-search-result {
	/*border:1px solid #c6c6c6;*/
	display:none;
	overflow:hidden;
	z-index:205;
}

/*table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/redesign/components/ugraweb/search.title/header-search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}*/
/* End */


/* Start:/local/components/rc/popup_open_collection/templates/.default/style.css?17484913643384*/
.notification {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 24px 0 rgba(31, 82, 144, 0.14);
    position: fixed;
    top: 125px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    width: 636px;
    min-height: 74px;
    z-index: 115;
    overflow: hidden;
    opacity: 1;
    transition: .35s all;
height: auto;
}

.notification_close {
    opacity: 0;
    animation-name: displayNone;
    animation-delay: .35s;
    animation-fill-mode: forwards;
}

@keyframes displayNone {
    100% {
        display: none;
    }
}

.notification .arrow {
    width: 26px;
    height: calc(100% - 34px);
    top: 0;
    margin-top: 0;
}

.swiper-pagination-bullet {
    background: #E9ECEF;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1D71B8;;
}

.notification .arrow path {
    transition: .35s all;
}

.notification .arrow:hover path {
    stroke: #1D71B8;
}

.notification__top {
    height: 26px;
}

.notification__text {
    padding: 0;
    margin: 0;
    color: #1F3A5B;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
    font-family: "Intro Regular", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    cursor: default;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
transition: .35s all;
}

.notification__bottom {
    display: flex;
    padding: 0 34px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    height: fit-content;
    margin-top: 8px;
}

.notification__button {
    background: none;
    display: flex;
    align-items: center;
    gap: 4px;
    border: none;
    outline: none;
    cursor: pointer;
}

.notification__button span {
    color: #1D71B8;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
    font-family: "Intro Regular", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    transition: .35s all;
}

.swiper-notification {
    display: none;
}

.notification__button:hover span,
.notification__button:active span {
    color: #1F3A5B;
}

.notification__button svg {
    height: 24px;
    width: 24px;
}

.notification__pag {
    width: fit-content !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

.notification__button path {
    transition: .35s all;
}

.notification__more:hover path,
.notification__more:active path {
    fill: #1F3A5B;
}

.notification__close:hover path,
.notification__close:active path {
    stroke: #1F3A5B;
}

.notification__block .swiper-slide {
    padding: 0 34px;
    box-sizing: border-box;
}

.notification__text:hover {
            -webkit-line-clamp: 100;
        }

@media (max-width: 767px) {
    .notification {
        top: 85px;
        min-height: 90px;
        width: 100%;
        border-radius: 0 0 15px 15px;
    }

    .notification__block {
        max-width: 100% !important;
    }

    .notification__block .swiper-slide {
        padding: 0 34px;
        box-sizing: border-box;
    }

    .notification__text {
        -webkit-line-clamp: 2;
        font-size: 16px;
    }

    .notification__pag {
        display: none;
    }
}
/* End */


/* Start:/local/templates/redesign/styles.css?174729066356451*/
:root {
    --radius: 30px;
}

.container.main {
    width: 100% !important;
    background: #FFF;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/redesign/assets/new-font/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}

/*<!--имитация шапки - копировать не надо   */
header {
    background: #1F3A5B;
    height: 120px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}


/**/

.canvas-background, .canvas-background canvas {
    position: absolute;
    opacity: 0.8;
    z-index: 90;
}

.btn-gradient_main p {
    padding: 0;
    margin: 0;
    color: #FFF;
    z-index: 1;
    position: relative;
}

.btn-gradient_main {
    display: flex;
}

.title-block {
    margin: 0 0 40px 0;
}

.title-block__icon-plus {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
}

.title-block__link-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.title-block__title {
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 127%;
    text-transform: uppercase;
}

.title-block__link {
    color: #1D71B8;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    gap: 8px;
}

.title-block,
.container-block {
    width: 1400px;
}

.main-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-block.container-block_items {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0;
    width: fit-content;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 1919px) {
    .title-block__title {
        font-size: 44px;
    }
}

@media (max-width: 1199px) {
    .title-block__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .title-block {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 1919px) {

    .title-block,
    .container-block {
        width: 1024px;
    }
}

@media (max-width: 1199px) {

    .title-block,
    .container-block {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {

    .title-block,
    .container-block {
        padding-left: 15px;
        padding-right: 15px;
        align-items: flex-start;
    }
}

/*  GOVERNOR    */
.governor-appeal {
    width: 100%;
    border-radius: 0 0 var(--radius) var(--radius);
    background: linear-gradient(90deg, #E9ECEF 0%, #FFF 73.72%);
    position: relative;
    padding: 305px 0 165px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -120px;

    .title-block__title {
        color: #1F3A5B;
        align-self: baseline;
    }
}

.governor-appeal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 440px;
    height: 120px;
    transform: scaleX(-1);
    background-image: url("/local/templates/redesign/assets/slider-nav-deco.svg");
}

.governor-appeal::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 440px;
    height: 120px;
    background-image: url("/local/templates/redesign/assets/slider-nav-deco.svg");
}


.governor-appeal__images {
    position: absolute;
    right: 0;
    bottom: 0;
}

.governor-appeal__images-governor {
    right: 0;
    bottom: -5px;
    object-fit: contain;
    position: absolute;
    width: 1000px;
}

.governor-appeal__container {
    display: flex;
    width: 1400px;
    flex-direction: column;
}

.governor-appeal__blockquote {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    width: 566px;
}

.governor-appeal__quote-text {
    color: #010101;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.governor-appeal__author {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
}

.governor-appeal__author-full-name {
    color: #010101;
    font-family: "Intro Bold", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
}

.governor-appeal__author-about {
    color: #424242;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.governor-appeal__button {
    display: flex;
    width: fit-content;
    height: auto;
    padding: 24px 55px;
    margin-top: 30px;
    white-space: nowrap;
}

@media (max-width: 1919px) {
    .governor-appeal {
        padding: 260px 0 79px;
        border-radius: 0 var(--radius) var(--radius) var(--radius);
    }

    .governor-appeal__container {
        width: 1024px;
    }

    .governor-appeal__button {
        margin-top: 60px;
    }

    .governor-appeal__images-governor {
        width: 640px;
        height: auto;
    }

    .governor-appeal::before {
        width: 265px;
        transform: scaleX(1);
        background-image: url("/local/templates/redesign/assets/slider-nav-deco-laptop.svg");
    }

    .governor-appeal::after {
        width: 265px;
        transform: scaleX(-1);
        background-image: url("/local/templates/redesign/assets/slider-nav-deco-laptop.svg");
    }
}

@media (max-width: 1199px) {
    .governor-appeal::before, .governor-appeal::after {
        content: none;
    }

    .governor-appeal {
        padding: 100px 0 60px;
        border-radius: var(--radius);
        margin-top: -60px;
        z-index: 80;
    }

    .governor-appeal__container {
        width: 100%;
    }

    .governor-appeal__author {
        width: 278px;
    }

    .governor-appeal__images-governor {
        width: 307px;
        height: 245px;
        bottom: 124px;
    }

    .governor-appeal__blockquote {
        width: 400px;
    }

    .governor-appeal__button {
        position: absolute;
        bottom: 50px;
        right: 35px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .governor-appeal {
        padding: 160px 0 15px;
        height: auto;
    }

    .governor-appeal__button {
        margin-top: 297px !important;
        width: 100%;
        right: 0;
        bottom: 0;
        box-sizing: border-box;
        position: relative;
    }

    .governor-appeal__images-governor {
        right: 0;
        bottom: 90px;
        width: 320px;
        height: 256px;
    }

    .governor-appeal__blockquote {
        width: auto;
    }
}


/*  RESOURCE/PARTNERS   */

.main-links {
    margin: 0 auto;
    height: fit-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    row-gap: 40px;
    padding: 0 0 160px 0;

    .title-block__title {
        color: #1f3a5b;
        user-select: none;
    }

    .swiper-wrapper {
        gap: 52px;
        height: auto;
        width: auto;
    }

    .swiper-notification {
        display: none;
    }
}

.main-links_resource {
    padding: 130px 0 160px;
}

.main-links__slide {
    width: 238px;
    height: 109px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.main-links__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-links__actions {
    margin: 0;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 21px;

    .swiper-pagination {
        display: flex;
        width: auto;
        position: relative;
        top: 0;
        bottom: 0;
        align-items: center;

        .swiper-pagination-bullet {
            background: #E9ECEF;
            opacity: 1;
        }

        .swiper-pagination-bullet-active {
            background: #8F9CAD;
            width: 12px;
            height: 12px;
        }
    }

    .arrow {
        transition: .35s;
        cursor: pointer;
    }

    .arrow.left {
        transform: rotate(180deg);
    }

    .arrow.swiper-button-disabled {
        cursor: default;

        path {
            fill: #E9ECEF;
        }
    }

    .arrow.right.swiper-button-disabled {
        transform: scaleX(66.6%) scaleY(62.5%);
    }

    .arrow.left.swiper-button-disabled {
        transform: scaleX(66.6%) scaleY(62.5%) rotate(180deg);
    }
}

@media (max-width: 1919px) {
    .main-links {
        padding: 0 0 140px 0;
    }

    .main-links_resource {
        padding: 100px 0 140px;
    }
}

@media (max-width: 1199px) {
    .main-links.container-block {
        padding: 0 30px 100px 30px;
        margin: 0;
        width: 100%;
    }

    .main-links_resource.container-block {
        padding: 100px 30px 100px;
    }

    .main-links__actions {
        order: 1;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .main-links.container-block {
        row-gap: 20px;
        padding: 0 15px 120px 15px;

    }

    .main-links_resource.container-block {
        padding: 60px 15px 120px;
    }


}

/* */


.history-swiper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    height: fit-content;
    row-gap: 20px;
    position: relative;
}

.history-swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 140px 230px auto 260px;
    z-index: 2;
    position: relative;
}

.history-swiper-slide__container {
    display: flex;
    gap: 268px
}

.history-swiper__slide {
    width: 1660px !important;
    height: 780px !important;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.history-swiper__slide::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #00000099;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), lightgray 50% / cover no-repeat;*/
}

.history-swiper-slide__title {
    margin: 0;
}

.history-swiper-slide__description {
    color: #fff;
    margin: 20px 0 60px 0;
    font-size: 20px;
    font-family: 'Intro Regular';
}

.history-swiper-slide__right {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
}

.history-swiper-slide__left {
    width: 100%;
}


.history-swiper-slide__subtitle {
    font-size: 24px;
    color: #fff;
    font-family: 'Intro Bold';
    margin: 0;

    .small {
        font-size: 16px;
    }
}

.history-swiper-slide__subtitle.number {
    font-size: 34px;
}

.history-swiper-slide__text {
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0 0;
    font-family: 'Intro Regular';
    line-height: 21px;
}

/*.history-swiper__slide:not(:last-child) {*/
/*    margin-right: 40px;*/
/*}*/

.history-swiper__slide-img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
    position: absolute;
}

.history-swiper-slide__link_mobile {
    display: none;
}

.history-swiper__actions {
    margin: 0;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 21px;
    position: absolute;
    bottom: 80px;
    z-index: 1;
    left: 260px;

    .swiper-pagination {
        display: flex;
        width: auto;
        position: relative;
        top: 0;
        bottom: 0;
        align-items: center;

        .swiper-pagination-bullet {
            background: #E9ECEF;
            opacity: 1;
        }

        .swiper-pagination-bullet-active {
            background: #8F9CAD;
            width: 12px;
            height: 12px;
        }
    }

    .arrow {
        transition: .35s;
        cursor: pointer;
    }

    .arrow.left {
        transform: rotate(180deg);
    }

    .arrow.swiper-button-disabled {
        cursor: default;

        path {
            fill: #E9ECEF;
        }
    }

    .arrow.right.swiper-button-disabled {
        transform: scaleX(66.6%) scaleY(62.5%);
    }

    .arrow.left.swiper-button-disabled {
        transform: scaleX(66.6%) scaleY(62.5%) rotate(180deg);
    }
}

@media (max-width: 1919px) {
    .history-swiper__slide {
        width: 1024px !important;
        height: 600px !important;
    }

    .history-swiper-slide {
        margin: 60px 58px auto 58px;
    }

    .history-swiper-slide__container {
        gap: 54px
    }

    .history-swiper-slide__right {
        gap: 40px
    }

    .history-swiper-slide__description {
        font-size: 16px;
        line-height: 21px;
    }

    .history-swiper__actions {
        bottom: 40px;
        left: 58px
    }

    .history-swiper-slide__subtitle {
        font-size: 20px;
    }

    .history-swiper-slide__subtitle.number {
        font-size: 24px;
    }

    .history-swiper {
        overflow: unset !important;
        width: 1024px;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .history-swiper__slide {
        width: 708px !important;
        /*height: 697px !important;*/
    }

    .history-swiper-slide__container {
        flex-direction: column;
    }

    .history-swiper-slide {
        margin: 60px 58px 70px 58px;
        gap: 0
    }

    .history-swiper-slide__right {
        flex-wrap: wrap;
        gap: 30px;
        flex-direction: row;
    }

    .history-swiper-slide__right-item {
        width: calc((100% - 30px) / 2);
    }

    .history-swiper-slide__description {
        margin: 20px 0 40px 0;
        max-width: 439px;
    }

    .history-swiper__actions {
        bottom: 0px;
        left: 0px;
        position: relative;
        margin: 0 auto;
    }

    .history-swiper {
        width: 708px;
    }
}


@media (max-width: 767px) {
    .history-swiper {
        row-gap: 30px;
    }

    .history-swiper-slide__link_mobile {
        display: block;
    }

    .history-swiper-slide__link_desktop {
        display: none;
    }

    .history-swiper__actions {
        order: 1;
        margin: 0 auto;
    }

    .history-swiper__slide {
        max-width: 365px !important;
        width: 365px;
        /*width: 100%;*/
        height: 540px !important;
    }


    .history-swiper-slide__text {
        margin: 5px 0 0 0;
    }

    .history-swiper-slide__right {
        flex-direction: column;
        gap: 15px
    }

    .history-swiper-slide__subtitle {
        font-size: 18px;
    }

    .history-swiper-slide__container {
        gap: 20px
    }

    .history-swiper-slide {
        margin: 40px 15px 20px 15px;
    }

    .history-swiper-slide__description {
        margin: 10px 0 0 0;
        max-width: 100%;
        height: 129px;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .history-swiper-slide__link_mobile button {
        width: 100%;
    }

    .history-swiper-slide__right-item {
        width: 100%;
    }

    .history-swiper-slide__subtitle.number {
        font-size: 20px;
    }

    .history-swiper-slide__subtitle {
        font-size: 16px;
    }

    .history-swiper {
        width: 365px;
    }

    /*.history-container .swiper-wrapper {*/
    /*    max-width: 365px;*/
    /*}*/

    /*.history-swiper__slide:not(:last-child) {*/
    /*    margin-right: 25px;*/
    /*}*/

}


/**/


/*  NEWS    */
.news .title-block .title-block__title {
    color: #1f3a5b;
}

.news {
    margin: 0;
    padding: 160px 0;
    /*background-image: url("/local/templates/redesign/assets/news-background.png");*/
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
}

.news::before {
    content: '';
    position: absolute;
    bottom: -115px;
    left: 0;
    z-index: -1;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 50%;
    background-image: url("/local/templates/redesign/assets/news-deco.svg");
}

.news__card {
    margin: 20px 0 0 0;
    justify-content: flex-end;
}

.news__card-text {
    margin: 25px 0 18px;
}

/*.news__card-title-block {*/
/*    height: 100%;*/
/*}*/

.news__card::before {
    content: '';
    background: url("/local/templates/redesign/assets/bookmark-news.svg") no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: 22px;
    z-index: -1;
}

@media (max-width: 1919px) {
    .news__card:last-child {
        display: none;
    }

    .news {
        padding: 140px 0;
        background: none;
    }
}

@media (max-width: 1199px) {
    .news__card:last-child {
        display: flex;
    }

    .news {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .news {
        padding: 60px 0;
    }

    .news::before {
        content: none;
    }
}


/*  PRODUCTION*/

.production {
    padding: 220px 0 160px;
    margin-top: -60px;
    border-radius: 0 0 var(--radius) var(--radius);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url("/local/templates/redesign/assets/production-background.png");
    background-color: lightgray;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.production__block {
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: flex-end;
}

.production__block-title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    position: relative;
    padding-bottom: 15px;
    justify-content: center;
    gap: 10px;
}

.production__cards::after {
    content: '';
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #FFF;
}

.production__block-title p {
    color: #FFF;
}

.production__title-number {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: "Intro Bold", serif;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
}

.production__title-number_middle {
    font-size: 54px;
}

.production__title-number_last {
    font-size: 34px;
}

.production__title {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-family: "Intro Bold", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    white-space: nowrap;
}

.production__cards {
    display: flex;
    flex-direction: row;
    gap: 30px;
    position: relative;
}

.production__container {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.prod-card {
    display: flex;
    width: 208px;
    height: 270px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: #F7F8F9;
    box-sizing: border-box;
}

.prod-card p {
    color: #1F3A5B;
    padding: 0;
}

.prod-card__icon {
    width: 60px;
    height: 60px;
    background: #FFF;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 0px 24px rgba(31, 82, 144, 0.42));
}

.prod-card__icon svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}

.prod-card__title {
    margin: 20px 0 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.prod-card__content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: auto;
}

.prod-cad__value {
    margin: 0;
    font-family: "Intro Bold", serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.prod-cad__value-name {
    margin: 0;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.98%;
}

@media (max-width: 1919px) {
    .production {
        padding: 200px 0 140px;
    }

    .production__container {
        flex-direction: column;
        align-items: flex-start;
    }

    .production__cards::after {
        left: -33px;
        top: 0;
        height: 100%;
        width: 5px;
    }

    .production__cards {
        flex-wrap: wrap;
    }


    .production__block-title {
        padding: 0 20px 0 0;
        min-width: 140px;
        width: 140px;
        justify-content: flex-start;
    }

    .production__block {
        flex-direction: row;
        align-items: flex-start;
    }

    .prod-card {
        width: 262px;
        height: 241px;
    }

    .prod-card__title {
        margin: 10px 0 0;
    }
}

@media (max-width: 1199px) {
    .production {
        padding: 160px 0 100px;
    }

    .prod-card {
        width: 216px;
    }
}

@media (max-width: 767px) {
    .production {
        padding: 120px 0 60px;
    }

    .production__cards::after {
        left: 0;
        top: -20px;
        height: 5px;
        width: 100%;
    }

    .production__block-title {
        width: 100%;
        padding: 0;
    }

    .production__title-number {
        font-size: 54px;
    }

    .production__cards {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .production__block {
        flex-direction: column;
        width: 100%;
        gap: 40px;
    }

    .production__block:last-child .production__cards:last-child .prod-card {
        padding: 0;
        border: none;
    }

    .prod-card {
        width: 100%;
        padding: 0 0 20px 0;
        height: fit-content;
        display: grid;
        grid-template-areas:
            'title title'
            'icon value';
        grid-template-columns: 60px 1fr;
        border: none;
        justify-items: start;
        border-radius: 0;
        gap: 10px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        background: transparent;
    }

    .prod-card p {
        color: #FFF;
    }

    .prod-card__icon {
        grid-area: icon;
    }

    .prod-card__title {
        margin: 0;
        grid-area: title;
    }

    .prod-card__content-block {
        grid-area: value;
    }
}

/*  EVENTS */

.events {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.events::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #E9ECEF;
    transform: translate(-50%, 0);
    border-radius: 0 var(--radius) var(--radius) var(--radius);
}

.title-block__link_bottom {
    display: none;
}

.title-block__link.main-block__link.title-block__link_blue {
    color: #1D71B8;
}

.title-block__link.main-block__link.title-block__link_blue:hover {
    border-bottom: 2px solid #1D71B8;
}


.events__container::before {
    content: none;
}

.events__card {
    margin: 0 !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 328px;
    height: 300px;
    border: none;
    border-radius: 0 0 7px 7px;
    padding: 70px 40px 30px 40px;
    background: #FFF;
    gap: 30px;
    justify-content: space-between;
}

.events__card::before {
    content: '';
    background: url("/local/templates/redesign/assets/subtract-event.svg") repeat top center #E9ECEF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    transition: 0.35s all !important;
}

.events__card:hover::before {
    background: url("/local/templates/redesign/assets/subtract-event-hover.svg") repeat top center #E9ECEF;
}

.events__card-title {
    padding: 0;
    font-size: 16px;
    line-height: 140%;
    color: #010101;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.events__card-container {
    padding: 0;
    margin: 0;
}

.events__card .events__card-container-date-1,
.events__card .events__card-container-date-2 {
    color: #0293DF;
}

@media (max-width: 1919px) {
    .container-block_items a:last-child {
        display: none;
    }
    .events__card {
        width: 321px;
        padding: 70px 30px 30px 30px;
    }

}

@media (max-width: 1199px) {
    .container-block.container-block_items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        justify-content: center;
        justify-items: center;
        width: fit-content;
    }

    .container-block_items a:last-child {
        display: flex;
    }

    .events__card {
        width: 339px;
    }
}

@media (max-width: 767px) {
    .events {
        padding: 60px 0;
    }

    .events__card {
        /*width: 335px;*/
        width: 100%;
        height: fit-content;
    }

    .events__card::before {
        background: url("/local/templates/redesign/assets/subtract-event-mobile.svg") repeat top center #E9ECEF;
    }

    .events__card:hover::before {
        background: url("/local/templates/redesign/assets/subtract-event-hover-mobile.svg") repeat top center #E9ECEF;
    }


    .events::before {
        border-radius: var(--radius);
    }
}


@media (max-width: 767px) {
    .container-block.container-block_items {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1199px) {
    .title-block__link_bottom {
        display: flex;
        margin: 40px auto 0;
    }

    .title-block__link_top {
        display: none;
    }
}


/* MAIN SLIDER */
.slider-block {
    position: relative;
    padding: 100px 0 120px;
    border-radius: 60px;
    background-color: #FFF;
    overflow: hidden;
}

.slider-block::before {
    content: '';
    width: 100%;
    height: 100px;
    background: #1F3A5B;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.main-block__star {
    width: 501px;
    height: 497px;
    position: absolute;
    top: 40px;
    left: -83px;
    z-index: 8;
}

.main-block__slide {
    width: 100%;
    display: grid;
    justify-content: space-between;
    grid-template-areas: 'title info' 'items info';
}

.main-block__slide-title {
    color: #1F3A5B;
    line-height: 140%;
    text-transform: uppercase;
    width: 684px;
}

.main-block__slide-title-block {
    grid-area: title;
    height: fit-content;
}

.main-block__slide-items {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 80px 40px;
    grid-area: items;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, auto);
}

.main-block__slide-items_more {
    display: grid;
    grid-template-columns: repeat(2, auto);
}

.main-block__slide-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: row;
}

.main-block__slide-item-text {
    margin: 0;
    padding: 0;
    color: #010101;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 200px;
}

.main-block__slide-item-icon {
    width: 44px;
    height: 44px;
    aspect-ratio: 1/1;
}

.main-block__slide-info-block {
    display: flex;
    width: 358px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-area: info;
    height: fit-content;
    position: relative;
}

.main-block__slide-info {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 30px 30px 30px 0;
    background: #FFF;
    width: 360px;
    box-sizing: border-box;
    min-height: 256px;
}

.main-block__slide-info-title {
    margin: 0;
    padding: 0;
    color: #1F3A5B;
    font-family: "Intro Bold", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.main-block__slide-list {
    margin: 0;
    padding: 0 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-block__slide-list-item::marker {
    color: #1D71B8;
    width: 6px;
    height: 6px;
}

.main-block__slide-list-item {
    color: #010101;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.main-block__slide-info-deco {
    border-radius: 0 0 30px 30px;
    background: #FFF;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.main-block__slide-info-deco-circle {
    width: 60px;
    height: 60px;
    background-image: url("/local/templates/redesign/assets/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.main-block__slide-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    gap: 20px;
}

.main-block__slide-bottom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100px;
    width: 30px;
    height: 30px;
    background-image: url("/local/templates/redesign/assets/corner.svg");
}

.main-block__slide-button {
    width: 100%;
    height: 60px;
    align-items: center;
}

.main-block .swiper-container_main {
    width: 1220px;
    overflow: hidden;
    transform: translate(90px, 0);
    z-index: 100;
    height: auto;
    padding-bottom: 18px;
}

.main-block .swiper-container_main .container-block {
    width: 1220px;
}

.main-block__slide-info-text {
    color: #010101;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 200%;
}

.main-block__slide-subtitle {
    margin: 13px 10px;
    padding: 0;
    color: #010101;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    width: 495px;
}

.main-block__deco-disk {
    width: 118px;
    height: 118px;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(3px);
    border-radius: 100%;
    position: absolute;
    top: 100px;
    left: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none !important;
}

.main-block__deco-disk svg {
    animation: rotate 10s infinite linear;
}

.canvas-background#left-center {
    top: -1400px;
    z-index: 5;
    left: -100px;
    transform: scaleX(-1);
}

.canvas-background#right-top {
    right: -50px;
}


.slider-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: fit-content;
    transform: translate(-200px, 0);
}

.corner {
    position: absolute;
    top: 120px;
    width: 60px;
    height: 60px;
    z-index: 110;
}

.corner path {
    fill: #1F3A5B;
}

.corner_right {
    right: 0;
    transform: scaleX(-1);
}

.corner_left {
    left: 0;
}

.slider-nav__list {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.slider-nav__item {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    color: #1F3A5B;
    font-family: "Intro Bold", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.35s all;
    user-select: none;
    width: fit-content;
    white-space: nowrap;
}

.slider-nav__item_active {
    color: #8F9CAD;
}


.slider-nav__item::after {
    content: '';
    width: 2px;
    height: 10px;
    background: #8F9CAD;
    display: block;
}

.slider-nav__item:last-child::after {
    content: none;
}

.slider-block__socials {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.slider-block__socials {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 36px;
    left: 294px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    z-index: 100;
}

.slider-block__item {
    width: 50px;
    height: 50px;
    background-color: #FFF;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    outline: 1px solid #EEF0F3;
    border-radius: 100%;
}

.slider-block__item-link {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider-block__item-link svg path {
    transition: all 0.35s;
}

.slider-block__item-link:hover svg path {
    transition: all 0.35s;
    fill: #849fad;
}

.slider-block .swiper-fade .swiper-slide {
    opacity: 0 !important;
}

.slider-block .swiper-fade .swiper-slide-active {
    opacity: 1 !important;
}


@media (max-width: 1919px) {
    .slider-block__socials {
        left: 122px;
    }

    .slider-block {
        padding: 81px 0 120px;
    }

    .main-block__deco-disk {
        top: 57px;
        left: 88px;
    }

    .main-block__star {
        top: -3px;
        left: -256px;
    }

    .canvas-background#left-center {
        left: -300px;
    }

    .main-block .swiper-container_main {
        width: 848px;
        transform: translate(88px, 0);
        padding-bottom: 68px;
    }

    .main-block__slide-title {
        width: 490px;
    }

    .main-block__slide-items {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .main-block__slide-subtitle {
        display: none;
    }

    .canvas-background#right-top {
        right: -200px;
    }

    .slider-nav {
        transform: translate(-17px, 0);
    }

    .main-block__slide-item-text {
        max-width: 100%;
    }

}

@media (max-width: 1199px) {
    .main-block__deco-disk {
        width: 100px;
        height: 100px;
        top: 39px;
        left: 23px;
    }

    .main-block__deco-disk svg {
        width: 67px;
        height: 71px;
    }

    .main-block__star {
        width: 258px;
        height: 256px;
        top: 28px;
        left: -124px;
    }

    .slider-nav {
        transform: none;
    }

    .slider-nav__list {
        height: 60px;
    }

    .slider-block {
        padding: 60px 15px 100px;
        border-radius: 30px 30px 0 0;
    }

    .main-block .swiper-container_main {
        padding-bottom: 29px;
        padding-left: 121px;
        width: 100%;
        transform: none;
    }

    .main-block__slide-title {
        width: 100%;
    }

    .main-block__slide {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .main-block__slide-items {
        grid-template-columns: repeat(3, 1fr);
    }

    .main-block__slide-items_more {
        grid-template-columns: repeat(2, auto);
    }

    .main-block__slide-info, .main-block__slide-info-block {
        width: 100%;
    }

    .main-block__slide-button {
        width: 221px;
    }

    .main-block__slide-list {
        display: grid;
        gap: 10px 40px;
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr);
    }

    .main-block__slide-info {
        gap: 10px;
        min-height: fit-content;
    }

    .main-block__slide-item {
        flex-direction: column;
    }

    .main-block__slide-item-icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
    }

    .main-block__slide-item-icon path,
    .main-block__slide-item-icon circle {
        stroke-width: 2;
    }

    .main-block__slide-item-text br {
        display: none;
    }

    .canvas-background#left-center {
        left: -500px;
    }

    .canvas-background#right-top {
        right: -400px;
    }

    .main-block__slide:first-child .main-block__slide-items {
        grid-template-columns: 1fr;
    }

    .slider-block__socials {
        left: 48px;
        bottom: 104px;
    }
}

@media (max-width: 767px) {
    .slider-nav__list {
        justify-content: normal;
        gap: 0;
    }

    .slider-nav {
        display: block;
        padding: 0 30px;
    }

    .main-block__slide-info, .main-block__slide-info-deco {
        display: none;
    }

    .main-block__slide-bottom::after {
        content: none;
    }

    .btn-gradient_main {
        margin: 0;
    }

    .main-block .swiper-container_main {
        padding: 0;
    }

    .slider-block__socials {
        display: none;
    }

    .main-block__deco-disk {
        top: auto;
        left: auto;
        bottom: 80px;
        right: 15px;
        z-index: 105;
    }

    .main-block__star {
        top: auto;
        left: auto;
        right: -116px;
        bottom: 80px;
        z-index: 100;
    }

    .main-block__slide-items {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .main-block__slide-item {
        flex-direction: row;
    }

    .canvas-background#left-center {
        display: none;
    }
    .canvas-background#right-top canvas {
        display: none;
    }
    .canvas-background#right-top {
        top: -50px;
        right: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        height: 2000px;
        background-image: url("/local/templates/redesign/img/main-grad-mobile.png");
        /*left: -300px;*/
        /*right: auto;*/
        /*transform: scale(-1);*/
        /*top: -200px;*/
    }

    .map-ugra .canvas-background#map-left canvas {
        display: none;
    }

    .map-ugra .canvas-background#map-left {
        width: 100% !important;
        left: 0 !important;
        background-repeat: no-repeat;
        background-position: top left;
        background-size: cover;
        background-image: url("/local/templates/redesign/img/main-grad-mobile.png");

    }
}


@media screen and (max-width: 1441px) {
    .container.main .canvas-background {
        display: block;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.map-ugra {
    padding: 160px 0;
    position: relative;
}

.map-ugra .title-block__title {
    color: #1F3A5B;
}

.map-ugra__anim {
    width: 1042px;
    height: 606px;
    position: relative;
    aspect-ratio: 521/303;
}

.map-ugra__anim-lottie {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    aspect-ratio: 521/303;
    transform: scale(0.865);
}

.map-ugra__anim-lottie_hidden {
    opacity: 0;
}

.map-ugra__anim-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*transform: scale(0.98);*/
    transition: 0.35s all;
}

.map-ugra__anim-img_visible {
    opacity: 1;
}

.map-ugra__anim-img_city {
    animation: map 0.5s linear 1s forwards;
}

.map-ugra__anim-img_roads {
    animation: map 0.5s linear 2.5s forwards;
}

.map-ugra__anim-img_rivers {
    animation: map 0.5s linear 1.5s forwards;
}

.map-ugra__anim-img_districs {
    animation: map 0.5s linear 0.5s forwards;
}

.map-ugra__anim-img_rzd {
    animation: map 0.5s linear 2s forwards;
}

.map-ugra__anim-img_hmao {
    animation: map 0.5s linear forwards;
}

.map-ugra__info-block {
    display: flex;
    width: 327px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
}

.map-ugra__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.map-ugra__info-item {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    box-sizing: border-box;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.35s all;
    position: relative;
    background: #FFF;
    user-select: none;
    overflow: hidden;
    height: fit-content;
}


.map-ugra__info-item-title {
    color: #1F3A5B;
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-family: "Intro Bold", serif;
    margin: 0;
    padding: 0;
    font-size: 34px;
    transition: 0.35s all;
    white-space: nowrap;
}

.map-ugra__info-item-subtitle {
    padding: 0;
    margin: 0;
    font-size: 24px;
}

.map-ugra__info-item-description {
    color: #1F3A5B;
    padding: 0;
    margin: 0;
    font-family: "Intro Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    transition: 0.35s all;
}

.map-ugra__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.map-ugra__button {
    white-space: nowrap;
    width: 100%;
    padding: 24px 55px;
    height: fit-content;
}

.map-ugra .canvas-background#map-right {
    right: -400px;
    top: 0;
    width: 850px;
    height: 1260px;
    z-index: -1;
    transform: scale(1.5);
}

.map-ugra .canvas-background#map-left {
    left: -500px;
    top: -200px;
    width: 850px;
    height: 1260px;
    z-index: -1;
    transform: scale(-1.8);
}

.map-ugra__checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.map-ugra__info-label {
    width: 100%;
}

.map-ugra__info-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #1D71B8 0%, #0293DF 100%);
    z-index: -1;
    opacity: 0;
    transition: 0.35s all;
}

.map-ugra__checkbox:checked + .map-ugra__info-item {
    background: #0293DF;
}

.jq-checkbox.map-ugra__checkbox.checked + .map-ugra__info-item {
    background: #0293DF;
}

.jq-checkbox.map-ugra__checkbox.checked + .map-ugra__info-item span {
    color: #FFF;
}

.jq-checkbox.map-ugra__checkbox.disabled + .map-ugra__info-item:hover {
    background: #FFF;
    cursor: default;
}

.jq-checkbox.map-ugra__checkbox.disabled + .map-ugra__info-item:hover::before {
    opacity: 0;
}

.jq-checkbox.map-ugra__checkbox.disabled + .map-ugra__info-item:hover .map-ugra__info-item-title,
.jq-checkbox.map-ugra__checkbox.disabled + .map-ugra__info-item:hover .map-ugra__info-item-description {
    color: #1F3A5B;
}


/*.map-ugra__info-item_active.map-ugra__info-item_city:active ~ .map-ugra__anim .map-ugra__anim-img#rivers,*/
/*.map-ugra__info-item_active.map-ugra__info-item_city:active ~ .map-ugra__anim .map-ugra__anim-img#roads,*/
/*.map-ugra__info-item_active.map-ugra__info-item_city:active ~ .map-ugra__anim .map-ugra__anim-img#rzd,*/
/*.map-ugra__info-item_active.map-ugra__info-item_rivers:active ~ .map-ugra__anim .map-ugra__anim-img#roads,*/
/*.map-ugra__info-item_active.map-ugra__info-item_rivers:active ~ .map-ugra__anim .map-ugra__anim-img#rzd,*/
/*.map-ugra__info-item_active.map-ugra__info-item_roads:active ~ .map-ugra__anim .map-ugra__anim-img#rivers,*/
/*.map-ugra__info-item_active.map-ugra__info-item_roads:active ~ .map-ugra__anim .map-ugra__anim-img#rzd,*/
/*.map-ugra__info-item_active.map-ugra__info-item_rzd:active ~ .map-ugra__anim .map-ugra__anim-img#roads,*/
/*.map-ugra__info-item_active.map-ugra__info-item_rzd:active ~ .map-ugra__anim .map-ugra__anim-img#rivers {*/
/*    opacity: 0;*/
/*}*/

.map-ugra__container {
    display: grid;
    gap: 20px 30px;
    grid-template-rows: repeat(5, 1fr);
    grid-template-areas: 'map city'
                         'map rivers'
                         'map roads'
                         'map rzd'
                         'map button';

}

.map-ugra__anim {
    grid-area: map;
}

.map-ugra__info-item_roads {
    grid-area: roads;
}
.map-ugra__info-item_rzd {
    grid-area: rzd;
}
.map-ugra__info-item_city {
    grid-area: city;
}
.map-ugra__info-item_rivers {
    grid-area: rivers;
}
.map-ugra__button {
    grid-area: button;
    align-self: end;
}





.map-ugra__checkbox:checked + .map-ugra__info-item span {
    color: #FFF;
}

.map-ugra .title-block__title br {
    display: none;
}

@keyframes map {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.map-ugra__info-item_active:active {
    background: transparent;
}

.map-ugra__info-item_active:active::before {
    opacity: 1;
}

.map-ugra__info-item_active:active .map-ugra__info-item-title,
.map-ugra__info-item_active:active .map-ugra__info-item-description {
    color: #FFF;
}

.map-ugra__info-item.active {
    background: linear-gradient(90deg, #1D71B8 0%, #0293DF 100%) !important;
}

.map-ugra__info-item.active span {
    color: #FFF;
}

@media (hover: hover) and (pointer: fine) {
    .map-ugra__info-item_active:hover {
        background: transparent;
    }

    .map-ugra__info-item_active:hover::before {
        opacity: 1;
    }

    .map-ugra__info-item_active:hover .map-ugra__info-item-title,
    .map-ugra__info-item_active:hover .map-ugra__info-item-description {
        color: #FFF;
    }
    /*.map-ugra__info-item_active.map-ugra__info-item_city:hover ~ .map-ugra__anim .map-ugra__anim-img#rivers,*/
    /*.map-ugra__info-item_active.map-ugra__info-item_city:hover ~ .map-ugra__anim .map-ugra__anim-img#roads,*/
    /*.map-ugra__info-item_active.map-ugra__info-item_city:hover ~ .map-ugra__anim .map-ugra__anim-img#rzd,*/
    /*.map-ugra__info-item_active.map-ugra__info-item_rivers:hover ~ .map-ugra__anim .map-ugra__anim-img#roads,*/
    /*.map-ugra__info-item_active.map-ugra__info-item_rivers:hover ~ .map-ugra__anim .map-ugra__anim-img#rzd,*/
    /*.map-ugra__info-item_active.map-ugra__info-item_roads:hover ~ .map-ugra__anim .map-ugra__anim-img#rivers,*/
    /*.map-ugra__info-item_active.map-ugra__info-item_roads:hover ~ .map-ugra__anim .map-ugra__anim-img#rzd,*/
    /*.map-ugra__info-item_active.map-ugra__info-item_rzd:hover ~ .map-ugra__anim .map-ugra__anim-img#roads,*/
    /*.map-ugra__info-item_active.map-ugra__info-item_rzd:hover ~ .map-ugra__anim .map-ugra__anim-img#rivers {*/
    /*    opacity: 0;*/
    /*}*/
    /*.map-ugra__checkbox:disabled + .map-ugra__info-item:hover {*/
    /*    background: #FFF;*/
    /*    cursor: default;*/
    /*}*/

    /*.map-ugra__checkbox:disabled + .map-ugra__info-item:hover::before {*/
    /*    opacity: 0;*/
    /*}*/

    /*.map-ugra__checkbox:disabled + .map-ugra__info-item:hover .map-ugra__info-item-title,*/
    /*.map-ugra__checkbox:disabled + .map-ugra__info-item:hover .map-ugra__info-item-description {*/
    /*    color: #1F3A5B;*/
    /*}*/

}

@media (max-width: 1919px) {
    .map-ugra {
        padding: 140px 0;
    }

    .map-ugra__container {
        flex-direction: column;
        gap: 20px;
    }

    .map-ugra__info {
        flex-direction: row;
        gap: 30px;
        align-self: stretch;
    }

    .map-ugra__info-block {
        width: 100%;
        height: fit-content;
        gap: 20px;
    }

    .map-ugra__button {
        width: fit-content;
    }

    .map-ugra__info-item, .map-ugra__info-label {
        height: fit-content;
        /*min-height: 100%;*/
    }

    .map-ugra .title-block {
        margin: 0 0 20px 0;
    }

    .map-ugra .canvas-background#map-right {
        right: -550px;
    }

    .map-ugra .canvas-background#map-left {
        left: -600px;
    }


    .map-ugra__container {
        grid-template-rows: auto;
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas: 'map map map map'
                         'city rivers roads rzd'
                         'button button button button';

    }
}

@media (max-width: 1199px) {
    .header__section-links {
        width: fit-content;
        margin: 0 0 0 auto !important;
    }

    .map-ugra {
        padding: 100px 0 140px;
    }

    .map-ugra__info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 30px;
        margin: 0 auto;
    }

    .map-ugra__info-block {
        width: fit-content;
    }

    .map-ugra__anim {
        width: 708px;
        height: 412px;
        aspect-ratio: 177/103;
        margin: 0 auto;
    }

    .map-ugra__info-label {
        width: 340px;
    }

    .map-ugra__container {
        align-items: center;
    }

    .map-ugra .canvas-background#map-right {
        display: none;
    }

    .map-ugra .canvas-background#map-left {
        top: 100px;
        left: -500px;
    }

    .map-ugra__info-item-title {
        font-size: 28px;
    }

    .map-ugra__info-item-subtitle {
        font-size: 16px;
    }
    .map-ugra__container {
        gap: 20px;
        grid-template-rows: auto;
        width: 708px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 'map map'
                         'city rivers'
                         'roads rzd'
                         'button button';

    }
    .map-ugra__button {
        margin-top: 20px;
    }


}

@media (max-width: 767px) {
    .map-ugra {
        padding: 100px 0;
    }

    .map-ugra__info {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .map-ugra__info-item {
        border-radius: 0;
        border-bottom: 1px solid #EBEEF1;
    }

    .map-ugra__info-item:first-child {
        border-radius: 15px 15px 0 0;
    }

    .map-ugra__info-item:nth-child(4) {
        border-radius: 0 0 15px 15px;
        border-bottom: none;
    }
    .map-ugra__info-item span {
        user-select: none;
        -webkit-user-select: none;
    }

    .map-ugra .title-block__title br {
        display: block;
    }

    .map-ugra__anim {
        width: 333px;
        height: 194px;
        aspect-ratio: 333/194;
        margin-bottom: 20px;
    }

    .map-ugra__container {
        gap: 0;
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-areas: 'map'
                         'city' 'rivers'
                         'rzd' 'roads'
                         'button';

    }
    .map-ugra__button {
        margin: 40px auto 0;
    }
}

/*  ПОСЛЕ РЕВЬЮ НОВЫЕ СТИЛИ */

.loader {
    width: 500px;
    height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transition: .35s all;
    transform: translate(-50%, -50%);
}

main {
    transition: .35s all;
}

@media (max-width: 767px) {
    .corner {
        width: 30px;
        height: 30px;
    }

    .map-ugra__anim {
        width: 100%;
        height: auto;
        aspect-ratio: 333 / 194;
    }

    .map-ugra__info-block {
        width: 100%;
        align-items: center;
    }

    .map-ugra__info {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        width: 100%;
    }

    .map-ugra__info-label {
        width: 100%;
    }


    .history-swiper-slide {
        padding: 40px 15px 20px 15px;
        height: 100%;
        margin: 0;
    }

    .history-swiper-slide__container {
        height: 100%;
    }

    .history-swiper-slide__description {
        margin: 10px 0 0 0;
        max-width: 100%;
        height: fit-content;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .history-swiper-slide__link_mobile {
        margin-top: auto;
    }

    .history-swiper-slide__right-item:last-child .history-swiper-slide__subtitle {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .history-swiper-slide__left .history-swiper-slide__description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/*.logo_animation.pict {*/
/*    background: red;*/
/*}*/

/*    ШАПКА    */

@media screen and (max-width: 1440px) {
    .header__section-links {
        display: flex;
    }
}

@media (max-width: 1701px) {
    .menu__list {
        display: flex !important;
    }
}

.header__section-links {
    width: 100%;
    gap: 60px;
    margin: 0 auto 0 auto !important;
    flex-direction: row;
    justify-content: flex-start;
}

.header__nav.menu {
    margin: 0 -30px 0 80px;
    width: fit-content;
}

.header__nav.menu .full-menu {
    margin: 0 !important;
    cursor: pointer;
}

.menu__link.header__section-link.link-float.root-item {
    padding: 36px 0;
}

.menu__link.header__section-link.link-float.root-item-selected {
    padding: 36px 0;
}


@media (max-width: 1919px) {
    .header__section-links {
        gap: 20px;
    }

    .menu__list {
        padding-left: 40px;
    }

    .header__nav.menu {
        margin: 0 10px 0 0;
    }
}
@media (max-width: 1299px) {
    .header__section-links {
        gap: 10px;
    }

    .menu__list {
        padding-left: 20px;
    }
}
@media (max-width: 1199px) {
    .menu__item.header__section-link {
        display: none;
    }

    .header__nav.menu {
        margin: 0 35px 0 0;
    }

    .menu__list.header__section-links {
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .header__nav.menu {
        margin: 0;
    }

    .menu__list.header__section-links {
        width: fit-content;
        margin: 0 0 0 auto !important;
    }
}

@media (max-width: 1919px) {
    .lang {
        margin-right: 0;
    }
}
.main-banner {
    margin: 40px auto 0;
}

.main-banner img {
    max-width: 100%;
    object-fit: contain;
}

.menu__item.header__section-link .float-block li {
    padding: 0 !important;
}

.swiper-pagination-lock {
    display: none !important;
}
/* End */


/* Start:/local/templates/redesign/template_styles.css?174729066312642*/
.ftr-link {
    color: #fff;
    text-decoration: none;
}
.ftr-link-dev {
    color: #849fb6;
    text-decoration: none;
}
.fru-logo-ftr {
    width: 180px
}
.link__ris {
    width: 100%;
    text-decoration: none;
    background: linear-gradient(90deg, #00A19A 0%, #4DBDB8 100%);
    border-radius: 7px;
    max-width: 500px;
    -webkit-box-shadow: 0px 15px 44px rgb(61 133 249 / 44%);
    box-shadow: 0px 15px 44px rgb(61 133 249 / 44%);
    text-decoration: none;
    color: white;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
    font-family: "intro bold";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    position: relative;
    border: none;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.35s;
}

.link__ris:hover {
    transform: scale(1.1);
}

#invest_request_form .page {
    margin-top: 39px;
}
.logo_animation{
    position: relative;
    display: block;
    overflow: hidden;
    height: 60px;
    width: 240px;
    min-width: 240px;
    margin-right: 0 !important;
    transform: translate(0, -25%);
}
.logo-link__img_first{
    width: 240px !important;
}
.logo-link__img_second{
    width: 90px !important;
}
.logo-link__img{

}
.logo_animation .logo_anim {
    opacity: 1;
    visibility: visible;

    width: 100%;
    /*animation: move 3s linear 1;
    animation-delay: 2s;
    animation-fill-mode:forwards;*/
}
/*@keyframes animationImageTo {
    0% {
        background: url('/local/templates/main_25032022/html/img/logo.svg') no-repeat ;

    }
    50%{
        background: url('/local/templates/main/html/img/logo.svg') no-repeat ;
    }
    100% {
        background: url('/local/templates/main_25032022/html/img/logo.svg') no-repeat ;
    }
} */
.flip{

}
.logo-link__img_first{
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    animation: fade1 linear 15s  infinite;
    height: 60px;
    min-height: 60px;
    animation-delay: 1s;
    /*margin-bottom: 200px;*/
}
.logo-link__img_second{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transition: all 1s;
    animation: fade2 linear 15s infinite;
}
.logo-link__img-flip{
    background: url('/local/templates/main_25032022/html/img/logo-2019.svg') no-repeat;
    height: 80px;
    background-size: 70% 70%;
    background-position: 50% 50%;
    backface-visibility: visible;
    transition: background-size 1s linear ;
}
@keyframes move {
    0% { transform: translateX(0); }
    25%{ transform: translateX(0)}
    50% { transform: translateX(-240px);}
    100% { transform: translateX(-240px); }
}
@keyframes flip {
    0%{
        transform: rotateX(0deg);
    }
    33% {
        transform: rotateX(-90deg);
    }
    50%{
        visibility: hidden;
    }
}
@keyframes flipTwo {
    0%{
        transform: rotateX(90deg);
    }
    50% {
        visibility: visible;
        transform: rotateX(0deg);
        margin-top: 29px !important;
    }
}
.header__logo{
    border: none !important;
    padding: 0 !important;
}
.img__flip{
    opacity: 0;
    visible:hidden;
    display:none;
}
.block_test{
    display:flex;
    padding-bottom: 29px;
}
.pict{
    position: relative;
    transform: none;
}
@keyframes fade1 {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }

}
@keyframes fade2 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    30% {
        opacity: 0.1;
    }
    35%{
        opacity: 0.6;
    }
    40% {
        opacity: 1;
    }
    70% {
        opacity: 0.6;
    }
    80%{
        opacity: 0.1;
    }
    90%{
        opacity: 0;
    }

}

#auth_form_site .showPasswordAuth {
    top: 50%;
    transform: translate(0, -50%);
}
.header.header-inner{
    overflow:visible !important;
}
.header__image-container{
    position: absolute;
    top: 0px;
    overflow: hidden;
    height: 119px;
    width: 100%;
}
.slider__right-col-slide-btn {
	z-index: 1 !important;
}
.news-detal__content{
	margin-left: 0 !important;
}
.news-detal__container {
	margin-left: 62px;
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.news-detal__container-gallery{
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.news__video-container{
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.news__video{
	margin: 0 !important;
}
.news__video-container > .about__video{
	margin: 0 !important;
}
.footer__contacts-title{
    margin-left: 5px;
}
.footer__contacts-wrapper{
    display: flex;
    align-items: center;
}

@media (max-width: 1420px) {
    .news-slider{
        max-width: 800px;
        width: 100%;
    }
	.news__video-container{
		justify-content: center
	}
}
@media (max-width: 768px) {
    .footer__contacts-title{
        margin-left: 0;
    }
    .footer__contacts-wrapper{
        display: flex;
    }
    .footer__section-top {
        width: 300px;
        margin: 0 auto 40px auto;
        align-items: flex-start;
    }
    .footer__section-top-item {
        margin-bottom: 35px;
    }
}
.invest-form__overlay{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.invest-form__popup{
    max-width: 600px;
    width: 100%;
    background: white;
    border-radius: 10px;
}
.invest-form__form{
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.invest-form__input{
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 3px solid gray;
    transition: .35s;
    padding: 0 0 5px 0;
    position: relative;
    z-index: 1;
    background: transparent;
}
.invest-form__input:focus{
    border-color: #1377a6;
}
.invest-form__label{
    position: relative;
    display: flex;
    flex-direction: column;
}
.invest-form__input-placeholder{
    margin: 0;
    position: relative;
    z-index: 1;
    width: 90%;
}
.invest-form__textarea{
    padding: 30px;
    max-width: 550px;
    width: 100%;
    height: 300px;
    margin-top: 20px;
    outline: none;
    border: 3px solid grey;
    transition: border .35s;
    border-radius: 10px;
}
.invest-form__textarea:focus{
    border-color: #1377a6;
}
.invest-form__submit-button{
    align-self: center;
    border: none;
    outline: none;
    background: #1f3a5b;
    padding: 20px 40px;
    border-radius: 100px;
    transition: .35s;
    color: white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.invest-form__submit-button span{
    position: relative;
    z-index: 1;
}
.invest-form__submit-button:before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #1377a6;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 200px;
    transition: .35s;
}
.invest-form__submit-button:hover:before{
    left: 0;
}
.invest-form__element-snos{
    font-style: normal;
    font-weight: 700;
    border: 3px solid rgba(19,119,166, .5);
    padding: 0 8px;
    border-radius: 100px;
    color: rgba(19,119,166, .5);
    transition: .35s;
    cursor: pointer;
    align-self: end;
    margin-bottom: -30px;
    position: static;
    z-index: 2;
}
.invest-form__element-snos:hover{
    border: 3px solid rgba(19,119,166, 1);
    color: rgba(19,119,166, 1);
}
.invest-form__element-modal{
    visibility: hidden;
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 25px;
    width: 100%;
    left: 0;
    background: white;
    z-index: 1;
    padding: 20px;
    border: 2px solid  rgba(19,119,166, 1);
    border-radius: 20px;
    border-top-left-radius: 0;
    transition: .35s;
}
.invest-form__element-modal_active{
    visibility: visible;
    opacity: 1;
}
.invest-form__captcha{
    margin-top: 0;
    max-width: 300px;
    width: 100%;
}
.invest-form__captcha-image{
    margin-bottom: 0;
    max-width: 300px;
    width: 100%;
}
.invest-form__captcha-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
.link__invest-form{
    padding: 20px 40px;
    border-radius: 50px;
    width: max-content;
    background: #0A3A68;
    color: white;
    margin-top: 20px;
    align-self: center;
    transition: .35s;
}
.link__invest-form:hover{
    background: #0d95e8;
}
.board-meeting__contacts{
    display: flex;
    flex-direction: column;
}
.invest-form__box-overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.invest-form__box-popup{
    max-width: 600px;
    width: 100%;
    margin: 0 20px;
    background: white;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    position: relative;
}
.invest-form__box-title{
    font-size: 32px;
}
.invest-form__box-close-button{
    border: none;
    outline: none;
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    transition: .35s;
    cursor: pointer;
}
.invest-form__box-close-button:hover{
    transform: scale(1.2);
}
.invest-form__box-overlay_active{
    display: flex;
}
.invest-form__input-checkbox{
    display: none;
}
.invest-form__label_checkbox{
    flex-direction: row;
    gap: 15px;
}
.invest-form__checkbox-element{
    border: 3px solid #0A3A68;
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 3px;
    position: relative;
    transition: .35s;
}
.invest-form__checkbox-svg{
    opacity: 0;
    transition: .35s;
    width: 14px;
    height: 10px;
    position: absolute;
    top: -3px;
    left: 0;
}
.invest-form__input-checkbox:checked + .invest-form__checkbox-element{
    border-color:  #1377a6;
}
.invest-form__input-checkbox:checked + .invest-form__checkbox-element > .invest-form__checkbox-svg{
    opacity: 1;
}

.footer{
	z-index: 0;
}
.rc {
    width: 167px;
    height: 54px;
    margin-top: -6px;
}
.about-info__wrap {
    justify-content: space-evenly;
}
.table-container {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
    border: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.authorization__button-block {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
}
@media (max-width: 1460px) {
    .authorization-con .flex-wrap {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .authorization, .registration {
        width: auto;
    }
}
@media screen and (max-width: 620px) {
    table, tr, td {
        display: block;
    }

    .registration table {
        display: flex;
        flex-direction: column;
    }
    .registration .showPassword {
        left: auto;
        right: 35px;
    }


    .registration .btn-gradient, .registration__p1 {
        width: 100%;
    }

    th {
        display: none;
    }

    td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    td:before {
        position: absolute;
        left: 6px;
        content: attr(data-label);
        font-weight: bold;
    }
    .authorization, .registration, .registration form  {
        width: 100%;
    }

    .authorization_inner {
        width: auto;
    }
    #auth_form_site .showPasswordAuth {
        left: auto;
        right: 20px;
    }

    .registration table .form-search--gui {
        display: flex;
    }

    .authorization__button-block {
        flex-direction: column;
        gap: 20px;
    }
}
.table-wrap {
    text-align: center;
    background-color: #fff;
    color: #000;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

}
.table-wrap td {
    padding: 5px;
    border: 1px solid #3d85f9;
}

.about-info__table {
    width: 100%;
    border-collapse: collapse;
}
@media screen and (max-width: 600px) {
    .table-wrap {
        overflow-x: auto;
    }
    .about-info__table {
        display: table;
    }
    .table-wrap tr {
        display: table-row;
    }
    .table-wrap td {
        display: table-cell;
    }

}

@media (max-width: 768px) {
    .header__image-container {
        height: 85px !important;
    }

    .header {
        padding: 0;
        display: flex;
        height: 85px !important;
        align-content: center;
        align-items: center;
    }
    a.logo_animation {
        transform: translate(0, -20%);
    }

    .container.main {
        padding: 85px 0 0 0;
    }

    .corner {
        top: 85px;
    }
}

/* End */
/* /local/templates/redesign/html/owl.carousel.css?17465045404930 */
/* /local/templates/redesign/html/jquery.fancybox.min.css?174650454012795 */
/* /local/templates/redesign/html/css/app.css?174729066313795 */
/* /local/templates/redesign/html/css/chunk-40fd552d.css?174650453911445 */
/* /local/templates/redesign/html/css/chunk-b72f18a2.css?174650453930314 */
/* /local/templates/redesign/html/css/main.css?1747290663170820 */
/* /local/templates/redesign/html/css/style.css?1757922241104508 */
/* /local/templates/redesign/html/css/browser-not-supported.css?17465045391463 */
/* /local/templates/redesign/html/css/datepicker.min.css?174650453912257 */
/* /local/templates/redesign/html/css/simplebar.css?17465045393821 */
/* /local/templates/redesign/html/css/sumoselect.css?17465045399838 */
/* /local/templates/redesign/js/plugins/swiper/swiper-bundle.min.css?174650454018457 */
/* /local/templates/redesign/html/css/responsive-tabs.css?1746504539540 */
/* /local/templates/redesign/html//banner-resources/banner.css?17465045394789 */
/* /local/templates/redesign/css/style.css?174650453918061 */
/* /local/templates/redesign/components/bitrix/menu/top-menu/style.css?17465045395196 */
/* /local/templates/redesign/components/bitrix/menu/top-menu-hidden/style.css?174650453911817 */
/* /local/templates/redesign/components/bitrix/menu/top-menu-mobile-hidden/style.css?174650453911837 */
/* /local/templates/redesign/components/ugraweb/search.title/header-search/style.css?17465045392116 */
/* /local/components/rc/popup_open_collection/templates/.default/style.css?17484913643384 */
/* /local/templates/redesign/styles.css?174729066356451 */
/* /local/templates/redesign/template_styles.css?174729066312642 */
