

/* Start:/local/templates/rekam/frontend/assets/main.css?1757570299249830*/
/* Start:/local/templates/rekam/frontend/assets/main.css?1643879789199302*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s,-webkit-transform .2s;
    -o-transition: .2s top,.2s -webkit-transform;
    transition: top .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s top;
    -webkit-transition: transform .2s,top .2s;
    transition: transform .2s,top .2s;
    -webkit-transition: transform .2s,top .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s top,.2s -webkit-transform;
    transition: transform .2s,top .2s,-webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s,-webkit-transform .2s;
    -o-transition: .2s left,.2s -webkit-transform;
    transition: left .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s left;
    -webkit-transition: transform .2s,left .2s;
    transition: transform .2s,left .2s;
    -webkit-transition: transform .2s,left .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s left,.2s -webkit-transform;
    transition: transform .2s,left .2s,-webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s,-webkit-transform .2s;
    -o-transition: .2s right,.2s -webkit-transform;
    transition: right .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s right;
    -webkit-transition: transform .2s,right .2s;
    transition: transform .2s,right .2s;
    -webkit-transition: transform .2s,right .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s right,.2s -webkit-transform;
    transition: transform .2s,right .2s,-webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    -webkit-border-radius: 10px;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: 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%;
    -o-object-fit: contain;
    font-family: object-fit\:contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: a 1s steps(12) infinite;
    animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

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

.fancybox-active {
    height: auto
}

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

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

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

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

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

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

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    -o-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    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;
    -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
    -o-transition: opacity .25s ease,visibility 0s ease .25s;
    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;
    -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s,visibility 0s ease 0s;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
    z-index: 1
}

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

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

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

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

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

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

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

.fancybox-error p {
    color: #444;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    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;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    -webkit-border-radius: 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: -webkit-calc(50% - 50px);
    top: calc(50% - 50px);
    width: 70px
}

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

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

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

.fancybox-caption {
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.85)),color-stop(50%,rgba(0,0,0,.3)),color-stop(65%,rgba(0,0,0,.15)),color-stop(75.5%,rgba(0,0,0,.075)),color-stop(82.85%,rgba(0,0,0,.037)),color-stop(88%,rgba(0,0,0,.019)),to(transparent));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.85),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);
    background: linear-gradient(0deg,rgba(0,0,0,.85),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: .875rem;
    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__body > .photo-caption {
    display: block;
	text-align: left;
	margin: 0 auto;
	width: 50%;	
}

@media (max-width: 1023px) {
  .fancybox-caption__body > .photo-caption {
	width: 65%;
  }
}

@media (max-width: 768px) {
  .fancybox-caption__body > .photo-caption {
	width: 90%;
  }
}

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

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

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    -webkit-border-radius: 50%;
    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
}

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

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

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

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

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

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

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
    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;
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5)
}

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

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

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

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

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

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

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    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;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

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

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

.fancybox-share__button {
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    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;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #5d5b5b;
    font-size: .875rem;
    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;
    -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;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    -webkit-border-radius: 10px;
    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;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    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: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px)
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.grid,.grid-col {
    margin-left: undefined
}

.grid-col {
    width: undefined;
    margin-bottom: undefined
}

.i-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.icon-link {
    border: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.icon-link:not([href]) span {
    text-decoration: none!important
}

.icon-link>* {
    vertical-align: middle
}

.icon-link:hover span {
    border-color: transparent
}

.icon-link .i-icon:first-child {
    margin-right: 10px
}

.icon-link .i-icon:last-child {
    margin-left: 5px
}

.icon-link .i-icon * {
    fill: currentColor
}

.icon-link span {
    border-bottom: 1px solid;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    line-height: 1.1
}

.icon-link--archive {
    display: block
}

.icon-link--archive .i-icon {
    width: 23px;
    height: 27px
}

@media(max-width: 1170px) {
    .icon-link--archive .i-icon {
        width:20px;
        height: 24px
    }
}

.icon-link--archive .i-icon * {
    fill: #5c5c5d
}

.cross {
    position: relative;
    cursor: pointer
}

.cross:after,.cross:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: currentColor
}

.cross:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%!important;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media (min-width: 768px) and (max-width:1170px) {
    html {
        font-size:14px
    }
}

@media (max-width: 768px) {
    html {
        font-size:14px
    }
}

body {
    color: #262626;
    height: 100%!important;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: .875rem
}

.no-scroll {
    overflow: hidden;
    height: 100%
}

#svg-sprite {
    display: none!important
}

.flow-container {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    -webkit-transition: padding-top .3s ease-out;
    -o-transition: padding-top .3s ease-out;
    transition: padding-top .3s ease-out
}

.flow-container.full-page {
    height: 100%
}

.flow-container .content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 102px
}

@media(max-width: 1170px) {
    .flow-container .content {
        margin-top:70px
    }
}

@media(max-width: 375px) {
    .flow-container .content {
        margin-top:60px
    }
}

.full-page .flow-container .content {
    display: block;
    height: 100%
}

.container {
    max-width: 1220px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px
}

@media (max-width: 768px) {
    .container {
        padding-right:20px
    }
}

@media (max-width: 680px) {
    .container {
        padding-right:20px
    }
}

@media (max-width: 480px) {
    .container {
        padding-right:15px
    }
}

@media (max-width: 768px) {
    .container {
        padding-left:20px
    }
}

@media (max-width: 680px) {
    .container {
        padding-left:20px
    }
}

@media (max-width: 480px) {
    .container {
        padding-left:15px
    }
}

@media (max-width: 768px) {
    .container {
        max-width:1210px
    }
}

@media (max-width: 680px) {
    .container {
        max-width:1210px
    }
}

@media (max-width: 480px) {
    .container {
        max-width:1200px
    }
}

.container__top {
    margin: 10px 0 15px
}

.container__top:empty {
    display: none
}

.container__top+.section {
    margin-top: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: 10px;
    margin-top: 30px;
    line-height: 1.3
}

@media (max-width: 1023px) {
    .h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
        margin-top:20px
    }
}

@media (max-width: 768px) {
    .h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
        line-height:1.2;
        margin-top: 15px
    }
}

.h1,h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700
}

@media (max-width: 1023px) {
    .h1,h1 {
        font-size:1.875rem
    }
}

@media (max-width: 768px) {
    .h1,h1 {
        font-size:1.5rem;
        line-height: 1.2
    }
}

.h2,h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 500
}

@media (min-width: 768px) and (max-width:1170px) {
    .h2,h2 {
        font-size:1.75rem
    }
}

@media (max-width: 768px) {
    .h2,h2 {
        font-size:1.375rem
    }
}

.h3,h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-top: 20px
}

@media (min-width: 768px) and (max-width:1170px) {
    .h3,h3 {
        font-size:1.25rem
    }
}

@media (max-width: 768px) {
    .h3,h3 {
        font-size:1.125rem
    }
}

.h4,h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 500
}

@media (min-width: 768px) and (max-width:1170px) {
    .h4,h4 {
        font-size:1.375rem
    }
}

@media (max-width: 768px) {
    .h4,h4 {
        font-size:1.125rem
    }
}

.flow-container img,.footer img {
    max-width: 100%;
    height: auto
}

.link,a {
    color: #485480;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a[data-action] {
    border-bottom-style: dotted;
    font-weight: inherit
}

.link:not(.btn):hover,a:not(.btn):hover {
    border-color: transparent
}

.link--dotted {
    text-decoration: none;
    border-bottom: 2px dotted
}

.link--dotted:hover {
    border-bottom-color: transparent
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table;
    clear: both
}

ol,ul {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0
}

ol li,ul li {
    margin: 10px 0
}

ol li:last-child,ul li:last-child {
    margin-bottom: 0
}

ul:not([class])>li {
    padding-left: 20px
}

ul:not([class])>li:before {
    content: "\2014\A0";
    font-weight: 500
}

ul:not([class]) ol {
    padding-left: 8px;
    margin-bottom: 0
}

ol {
    counter-reset: a 0;
    margin-bottom: 20px
}

ol ul {
    padding-left: 8px;
    margin-bottom: 0
}

@media(max-width: 680px) {
    ol ul {
        padding-left:0
    }
}

ol ul li {
    margin: 7.5px 0
}

ol>li {
    padding-left: 0;
    position: relative
}

ol>li:before {
    counter-increment: a;
    content: counter(a) ".";
    position: inherit;
    top: 0;
    left: 0;
    font-weight: 500;
    padding-right: 10px;
    width: 18px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media(max-width: 680px) {
    ol>li:before {
        padding-right:0
    }
}

p {
    margin: 10px 0
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.overlay.is-shown {
    z-index: 10;
    opacity: 1;
    visibility: visible
}

.menu-is-opened .overlay {
    background-color: hsla(0,0%,100%,.9);
    pointer-events: none
}

.form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px
}

@media (max-width: 768px) {
    .form__row {
        margin-left:-20px
    }
}

@media (max-width: 680px) {
    .form__row {
        margin-left:-20px
    }
}

@media (max-width: 480px) {
    .form__row {
        margin-left:-15px
    }
}

.form__col {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .form__col {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .form__col {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .form__col {
        margin-bottom:15px
    }
}

@media (max-width: 768px) {
    .form__col {
        margin-left:20px
    }
}

@media (max-width: 680px) {
    .form__col {
        margin-left:20px
    }
}

@media (max-width: 480px) {
    .form__col {
        margin-left:15px
    }
}

@media (max-width: 768px) {
    .form__col {
        width:calc(50% - 20px)
    }
}

@media(max-width: 680px) {
    .form__col {
        width:calc(100% - 20px)
    }
}

@media(max-width: 480px) {
    .form__col {
        width:calc(100% - 15px)
    }
}

@media (max-width: 768px) {
    .form__col {
        width:-webkit-calc(50% - 20px)
    }
}

@media(max-width: 680px) {
    .form__col {
        width:-webkit-calc(100% - 20px)
    }
}

@media(max-width: 480px) {
    .form__col {
        width:-webkit-calc(100% - 15px)
    }
}

.form {
    display: block;
    position: relative
}

@media(max-width: 680px) {
    .form#create-appeal .form__row:nth-last-child(2) {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }

    .form#create-appeal .form__row:nth-last-child(2) .form__col {
        width: auto
    }

    .form#create-appeal .form__row:nth-last-child(3) .form__flowed {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .form#create-appeal .form__row:nth-last-child(3) .form__checkbox {
        position: relative;
        top: .33em
    }
}

@media(max-width: 680px) {
    .form#create-law .form__row:nth-last-child(2) {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }

    .form#create-law .form__row:nth-last-child(2) .form__col {
        width: auto
    }

    .form#create-law .form__row:nth-last-child(3) .form__flowed {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .form#create-law .form__row:nth-last-child(3) .form__checkbox {
        position: relative;
        top: .33em
    }
}

.form--success * {
    pointer-events: none
}

.form--success:after,.form--success:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    position: absolute
}

.form--success:before {
    content: "";
    z-index: 2;
    background: hsla(0,0%,100%,.7)
}

.form--success:after {
    content: attr(data-success-message);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 1.875rem;
    font-weight: 500
}

.form__row:not(:last-child) {
    margin-bottom: 25px
}

@media(max-width: 680px) {
    .form__row:not(:last-child) {
        margin-bottom:0
    }
}

.form__col {
    margin-bottom: 0;
    position: relative
}

@media(max-width: 680px) {
    .form__col {
        margin-bottom:20px
    }

    @media (max-width: 768px) {
        .form__col {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .form__col {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .form__col {
            margin-bottom:20px
        }
    }
}

.form__col .label:not(:only-of-type) {
    margin-bottom: 25px
}

@media(max-width: 680px) {
    .form__col .label:not(:only-of-type) {
        margin-bottom:20px
    }

    @media (max-width: 768px) {
        .form__col .label:not(:only-of-type) {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .form__col .label:not(:only-of-type) {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .form__col .label:not(:only-of-type) {
            margin-bottom:20px
        }
    }
}

.form__col .label:last-child {
    margin-bottom: 0
}

.form__col:only-child {
    width: 100%
}

.form__policy a {
    font-weight: inherit
}

@media(max-width: 480px) {
    .form__policy {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
        flex: 1 0 0%
    }
}

.form__flowed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 680px) {
    .form__flowed .label {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media(max-width: 480px) {
    .form__flowed {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.form__flowed .icheckbox_square {
    margin-right: 10px
}

.form__flowed--end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.form__captcha {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 480px) {
    .form__captcha {
        width:100%;
        margin-top: 15px
    }
}

.form__captcha-image {
    margin-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form__captcha-image img {
    display: block
}

.form__captcha-image img[data-disabled] {
    pointer-events: none;
    opacity: .25
}

.form__captcha-image img:last-child:not(:only-child) {
    margin-left: 10px;
    width: 25px;
    height: 25px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer
}

@media (max-width: 768px) {
    .form__captcha-image img:last-child:not(:only-child) {
        height:20px
    }
}

@media (max-width: 680px) {
    .form__captcha-image img:last-child:not(:only-child) {
        height:20px
    }
}

@media (max-width: 480px) {
    .form__captcha-image img:last-child:not(:only-child) {
        height:15px
    }
}

@media (max-width: 768px) {
    .form__captcha-image img:last-child:not(:only-child) {
        width:20px
    }
}

@media (max-width: 680px) {
    .form__captcha-image img:last-child:not(:only-child) {
        width:20px
    }
}

@media (max-width: 480px) {
    .form__captcha-image img:last-child:not(:only-child) {
        width:15px
    }
}

.form__captcha-image img:last-child:not(:only-child):hover {
    opacity: .5
}

@media(max-width: 480px) {
    .form__captcha-image {
        margin-left:0
    }
}

.form__captcha-reload button {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.form__captcha-reload button:hover {
    opacity: .5
}

.form__captcha-reload button .i-icon {
    width: 22px;
    height: 25px
}

.form__hidden-error {
    display: none
}

.form__note {
    line-height: 1.25rem;
    margin-left: 15px
}

@media(max-width: 680px) {
    .form__note {
        display:none
    }
}

.form__note span {
    color: #ff8282
}

.address {
    font: inherit;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.address a {
    color: inherit;
    font-weight: inherit
}

.links-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px
}

@media (max-width: 768px) {
    .links-grid {
        margin-left:-20px
    }
}

@media (max-width: 680px) {
    .links-grid {
        margin-left:-20px
    }
}

@media (max-width: 480px) {
    .links-grid {
        margin-left:-15px
    }
}

.links-grid__col {
    width: -webkit-calc(25% - 25px);
    width: calc(25% - 25px);
    margin-left: 25px;
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .links-grid__col {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .links-grid__col {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .links-grid__col {
        margin-bottom:15px
    }
}

@media (max-width: 768px) {
    .links-grid__col {
        margin-left:20px
    }
}

@media (max-width: 680px) {
    .links-grid__col {
        margin-left:20px
    }
}

@media (max-width: 480px) {
    .links-grid__col {
        margin-left:15px
    }
}

@media (max-width: 768px) {
    .links-grid__col {
        width:calc(33.33333% - 20px)
    }
}

@media (max-width: 680px) {
    .links-grid__col {
        width:calc(50% - 20px)
    }
}

@media (max-width: 480px) {
    .links-grid__col {
        width:calc(100% - 15px)
    }
}

@media (max-width: 768px) {
    .links-grid__col {
        width:-webkit-calc(33.33333% - 20px)
    }
}

@media (max-width: 680px) {
    .links-grid__col {
        width:-webkit-calc(50% - 20px)
    }
}

@media (max-width: 480px) {
    .links-grid__col {
        width:-webkit-calc(100% - 15px)
    }
}

.links-grid {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.links-grid__col {
    margin-bottom: 20px
}

.banner {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0;
    display: block
}

@media (max-width: 480px) {
    .banner {
        margin-right:auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.banner img {
    display: block;
    width: 100%
}

@media (max-width: 480px) {
    .banner img {
        width:auto
    }
}

.banner:hover {
    opacity: .75;
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.editor_dialog .content {
    display: block;
    margin-top: 0;
    position: static
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    font-size: .6875rem;
    color: #505050;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    clear: both
}

.breadcrumbs__item {
    padding-left: 0;
    margin: 0
}

.breadcrumbs__item:before {
    content: none
}

.breadcrumbs__item:not(:last-child):after {
    content: "\A0/\A0"
}

.breadcrumbs__link {
    color: inherit;
    font-weight: inherit;
    float: left
}

.breadcrumbs+.section {
    margin-top: 0
}

.btn {
    border-color: #000;
    background-color: #f0f0f4;
    color: #262626;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    max-height: 55px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    font-family: inherit;
    border: 2px solid currentColor;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn:hover {
    background-color: #c7c7ca
}

.btn--disabled {
    opacity: .5;
    pointer-events: none
}

.btn--wide {
    width: 100%;
    display: block
}

.btn--lower {
    text-transform: none
}

.btn--dark {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.btn--dark:hover {
    background-color: #5c5c5d
}

.btn--transparent {
    background: transparent
}

.btn--transparent:hover {
    background-color: #f0f0f4
}

.btn--small {
    padding: 10px 25px
}

.card--big {
    background-color: #f0f0f4;
    margin-bottom: 40px
}

.card--big,.card--white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.card--white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    min-height: 202px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 20px 25px;
    -webkit-box-shadow: 0 5px 20px rgba(36,93,117,.2);
    box-shadow: 0 5px 20px rgba(36,93,117,.2)
}

@media (max-width: 768px) {
    .card--white {
        padding:20px;
        -webkit-box-shadow: 0 2.5px 10px rgba(36,93,117,.2);
        box-shadow: 0 2.5px 10px rgba(36,93,117,.2)
    }

    @media (max-width: 680px) {
        .card--white {
            padding:20px
        }
    }

    @media (max-width: 480px) {
        .card--white {
            padding:20px;
            min-height: 180px!important
        }
    }
}

.card--white .card__title {
    margin: 0;
    max-width: 85%
}

.card--white .card__title .heading {
    margin: inherit;
    line-height: 1.4;
    margin-bottom: 10px
}

.card--white .card__label {
    margin: 0
}

.card--white .card__label a {
    color: inherit;
    font-weight: inherit;
    border: 0;
    text-decoration: underline
}

.card--white .card__label a:hover {
    text-decoration: none
}

.card--white .card__label dt {
    font-weight: 500
}

.card--white .card__label dd,.card--white .card__label dt {
    margin: inherit
}

.card--white .card__label:empty {
    display: none
}

.card__flow-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-position: 100% 50%;
    -webkit-background-size: auto 85%;
    background-size: auto 85%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .05
}

@media(max-width: 1170px) {
    .card__flow-bg {
        -webkit-background-size:auto 80%;
        background-size: auto 80%
    }
}

@media (max-width: 768px) {
    .card__flow-bg {
        -webkit-background-size:auto 75%;
        background-size: auto 75%
    }
}

@media (max-width: 680px) {
    .card__flow-bg {
        background-position-x:95%!important
    }
}

@media (max-width: 480px) {
    .card__flow-bg {
        -webkit-background-size:auto 65%;
        background-size: auto 65%
    }
}

@media (max-width: 375px) {
    .card__flow-bg {
        -webkit-background-size:auto 50%;
        background-size: auto 50%
    }
}

.card__left,.card__right {
    width: 50%
}

.card__right {
    padding: 20px 25px
}

@media (max-width: 768px) {
    .card__right {
        padding:20px
    }
}

@media (max-width: 680px) {
    .card__right {
        padding:20px
    }
}

@media (max-width: 480px) {
    .card__right {
        padding:20px 15px
    }
}

.card__image-wrap {
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
    border: 0;
    position: relative
}

.card--big .card__image-wrap {
    margin: 0
}

.card__image-wrap img {
    display: block;
    max-height: 220px
}

.card--big .card__image-wrap img {
    width: 100%;
    max-height: none
}

.card__image-wrap[data-js-type-video] {
    width: 100%;
    height: 0;
    padding-bottom: 59%
}

.card__image-wrap[data-js-type-video] iframe {
    cursor: pointer
}

.card__image-wrap iframe {
    display: block;
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.card__title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 10px
}

@media(max-width: 680px) {
    .card__title {
        font-size:1rem;
        margin-bottom: 5px
    }
}

.chiefs-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px
}

@media (max-width: 768px) {
    .chiefs-grid {
        margin-left:-20px
    }
}

@media (max-width: 680px) {
    .chiefs-grid {
        margin-left:-20px
    }
}

@media (max-width: 480px) {
    .chiefs-grid {
        margin-left:-15px
    }
}

@media (max-width: 680px) {
    .grid-col {
        width:calc(50% - 20px)
    }
}

@media (max-width: 1023px) {
    .grid-col {
        width:calc(100% - 25px)
    }
}

@media (max-width: 680px) {
    .grid-col {
        width:-webkit-calc(50% - 20px)
    }
}

@media (max-width: 1023px) {
    .grid-col {
        width:-webkit-calc(100% - 25px)
    }
}

.chiefs-grid__col {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-bottom: 25px
}

.on_main {
	width: calc(100% - 25px);
}

@media (max-width: 768px) {
    .chiefs-grid__col {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .chiefs-grid__col {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .chiefs-grid__col {
        margin-bottom:15px
    }
}

@media (max-width: 768px) {
    .chiefs-grid__col {
        margin-left:20px
    }
}

@media (max-width: 680px) {
    .chiefs-grid__col {
        margin-left:20px
    }
}

@media (max-width: 480px) {
    .chiefs-grid__col {
        margin-left:15px
    }
}

@media (max-width: 768px) {
    .chiefs-grid__col {
        width:calc(50% - 20px)
    }
}

@media (max-width: 680px) {
    .chiefs-grid__col {
        width:calc(50% - 20px)
    }
}

@media (max-width: 1023px) {
    .chiefs-grid__col {
        width:calc(100% - 25px)
    }
}

@media (max-width: 480px) {
    .chiefs-grid__col {
        width:calc(100% - 15px)
    }
}

@media (max-width: 768px) {
    .chiefs-grid__col {
        width:-webkit-calc(50% - 20px)
    }
}

@media (max-width: 680px) {
    .chiefs-grid__col {
        width:-webkit-calc(50% - 20px)
    }
}

@media (max-width: 1023px) {
    .chiefs-grid__col {
        width:-webkit-calc(100% - 25px)
    }
}

@media (max-width: 480px) {
    .chiefs-grid__col {
        width:-webkit-calc(100% - 15px)
    }
}

.chiefs-grid__col-heading {
    margin-bottom: 15px
}

.chiefs-grid__col-heading h2 {
    font-size: 1.625rem
}

@media (max-width: 768px) {
    .chiefs-grid__col-heading h2 {
        font-size:1.375rem;
        line-height: 1.25
    }
}

@media (max-width: 1023px) {
    .chiefs-grid__col .chief__left {
        max-width:172px
    }
}

@media (max-width: 480px) {
    .chiefs-grid__col .chief__left {
        display:none
    }
}

@media (max-width: 480px) {
    .chiefs-grid__col .chief__right {
        background:#f0f0f4;
        padding: 15px
    }

    @media (max-width: 768px) {
        .chiefs-grid__col .chief__right {
            padding:20px
        }
    }

    @media (max-width: 680px) {
        .chiefs-grid__col .chief__right {
            padding:20px
        }
    }

    @media (max-width: 480px) {
        .chiefs-grid__col .chief__right {
            padding:15px
        }
    }
}

@media (max-width: 680px) {
    .chiefs-grid__col .chief__position {
        font-size:.875rem;
        max-width: none
    }
}

.chiefs-grid--commit .vicechiefs-grid {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.chiefs-grid--commit .chief__name {
    font-size: 1.25rem;
    margin-bottom: 10px
}

.chiefs-grid--commit .chief__position {
    font-size: .875rem
}

.chiefs-grid--commit .chief__department {
    margin-bottom: 10px
}

.chiefs-grid--commit .chief__dls {
    margin-top: auto
}

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

.chief--big {
    background-color: #f0f0f4;
    margin-bottom: 40px
}

@media (max-width: 680px) {
    .chief--big {
        display:block
    }

    .chief--big .chief__left,.chief--big .chief__right {
        width: 100%!important
    }
}

@media (max-width: 768px) {
    @media (max-width:768px) {
        .chief--big {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .chief--big {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .chief--big {
            margin-bottom:20px
        }
    }
}

.chief--full {
    margin-bottom: 4.275%
}

@media(max-width: 680px) {
    .chief--full {
        display:block
    }

    .chief--full .chief__left {
        max-width: 100%!important
    }
}

.chief--full .chief__left {
    max-width: 274px
}

.chief--full .chief__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0%;
    padding-right: 0
}

@media(max-width: 680px) {
    .chief--full .chief__right {
        padding:0;
        margin-top: 20px
    }

    @media (max-width: 768px) {
        .chief--full .chief__right {
            margin-top:20px
        }
    }

    @media (max-width: 680px) {
        .chief--full .chief__right {
            margin-top:20px
        }
    }

    @media (max-width: 480px) {
        .chief--full .chief__right {
            margin-top:20px
        }
    }
}

.chief--full .chief__department,.chief--full .chief__position {
    font-size: .875rem
}

.chief--full .chief__dls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.chief--full .chief__dls dl:not(:last-child) {
    padding-right: 25px
}

@media (max-width: 768px) {
    .chief--full .chief__dls dl:not(:last-child) {
        padding-right:20px
    }
}

@media (max-width: 680px) {
    .chief--full .chief__dls dl:not(:last-child) {
        padding-right:20px
    }
}

@media (max-width: 480px) {
    .chief--full .chief__dls dl:not(:last-child) {
        padding-right:15px
    }
}

.chief--full .chief__dls dl a {
    display: inline-block!important
}

@media (max-width: 1023px) {
    .chief--full .chief__dls {
        max-width:none
    }
}

@media (max-width: 768px) {
    .chief--full .chief__dls {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .chief--full .chief__dls dl:not(:last-of-type) {
        margin-bottom: 20px
    }

    @media (max-width: 768px) {
        .chief--full .chief__dls dl:not(:last-of-type) {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .chief--full .chief__dls dl:not(:last-of-type) {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .chief--full .chief__dls dl:not(:last-of-type) {
            margin-bottom:20px
        }
    }
}

.chief--full .chief__dls dl {
    margin: 0
}

.chief--full .chief__dls a[href^="tel:"] {
    display: inherit
}

.chief--full .heading {
    font-size: 1rem
}

.chief__head {
    width: 100%
}

.chief--big .chief__left,.chief--big .chief__right {
    width: 50%;
    max-width: none
}

.chief__left {
    max-width: 250px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0%
}

.chief__right {
    padding: 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0%
}

@media (max-width: 768px) {
    .chief__right {
        padding:0 20px
    }
}

@media (max-width: 680px) {
    .chief__right {
        padding:0 20px
    }
}

@media (max-width: 480px) {
    .chief__right {
        padding:0 15px
    }
}

.chief--big .chief__right {
    padding-top: 20px;
    padding-bottom: 20px
}

.chief__image-wrap img {
    width: 100%;
    display: block
}

.chief__name {
    font-size: 1.625rem;
    line-height: 1.15;
    font-weight: 500;
    margin-bottom: 5px
}

.chief__name a {
    font-size: 1.25rem
}

@media (max-width: 768px) {
    .chief__name {
        font-size:1.375rem
    }
}

.chief__position {
    font-size: 1rem;
    margin-bottom: 30px;
    color: #3f3f3f
}

@media (min-width: 769px) and (max-width:920px) {
    .chief__position {
        margin-bottom:25px
    }

    @media (max-width: 768px) {
        .chief__position {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .chief__position {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .chief__position {
            margin-bottom:15px
        }
    }
}

@media (max-width: 768px) {
    @media (max-width:768px) {
        .chief__position {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .chief__position {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .chief__position {
            margin-bottom:20px
        }
    }
}

.chief__position span {
    font-weight: 500
}

.chief__position:empty {
    display: none
}

.chief__department {
    margin-bottom: 20px
}

.chief__department:empty {
    display: none
}

.chief__bd {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    @media (max-width:768px) {
        .chief__bd {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .chief__bd {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .chief__bd {
            margin-bottom:20px
        }
    }
}

.chief__bd:empty {
    display: none
}

.chief__links {
    margin-top: auto
}

.chief__links a:not(:last-child) {
    margin-right: 30px
}

@media (max-width: 680px) {
    .chief__links a:not(:last-child) {
        margin-right:20px
    }

    @media (max-width: 768px) {
        .chief__links a:not(:last-child) {
            margin-right:20px
        }
    }

    @media (max-width: 680px) {
        .chief__links a:not(:last-child) {
            margin-right:20px
        }
    }

    @media (max-width: 480px) {
        .chief__links a:not(:last-child) {
            margin-right:20px
        }
    }
}

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

.chief__dls dl {
    margin: 11px 0
}

.chief__dls dl:first-child {
    margin-top: 0
}

.chief__dls dl:last-child {
    margin-bottom: 0
}

.chief__dls dd,.chief__dls dt {
    margin: 0
}

.chief__dls dt {
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #878787;
    margin-bottom: 1px
}

@media (max-width: 768px) {
    .chief__dls dt {
        font-weight:400
    }
}

.chief__dls dd a[href^=tel] {
    font-size: 1.143em;
    border: 0;
    color: #262626;
    font-weight: 500
}

.chief__dls dd img {
    display: block
}

.chiefs-grid.chiefs-grid--commit-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px
}

@media (max-width: 768px) {
    .chiefs-grid.chiefs-grid--commit-sub {
        margin-left:-20px
    }
}

@media (max-width: 680px) {
    .chiefs-grid.chiefs-grid--commit-sub {
        margin-left:-20px
    }
}

@media (max-width: 480px) {
    .chiefs-grid.chiefs-grid--commit-sub {
        margin-left:-15px
    }
}

@media (max-width: 768px) {
    .grid-col {
        width:calc(33.33333% - 20px)
    }
}

@media (max-width: 680px) {
    .grid-col {
        width:calc(33.33333% - 20px)
    }
}

@media(max-width: 1023px) {
    .grid-col {
        width:calc(50% - 25px)
    }
}

@media (max-width: 768px) {
    .grid-col {
        width:-webkit-calc(33.33333% - 20px)
    }
}

@media (max-width: 680px) {
    .grid-col {
        width:-webkit-calc(33.33333% - 20px)
    }
}

@media(max-width: 1023px) {
    .grid-col {
        width:-webkit-calc(50% - 25px)
    }
}

.chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
    width: -webkit-calc(33.33333% - 25px);
    width: calc(33.33333% - 25px);
    margin-left: 25px;
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        margin-bottom:15px
    }
}

@media (max-width: 768px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        margin-left:20px
    }
}

@media (max-width: 680px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        margin-left:20px
    }
}

@media (max-width: 480px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        margin-left:15px
    }
}

@media (max-width: 768px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        width:calc(33.33333% - 20px)
    }
}

@media (max-width: 680px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        width:calc(33.33333% - 20px)
    }
}

@media(max-width: 1023px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        width:calc(50% - 25px)
    }
}

@media(max-width: 480px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        width:calc(100% - 15px)
    }
}

@media (max-width: 768px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        width:-webkit-calc(33.33333% - 20px)
    }
}

@media (max-width: 680px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        width:-webkit-calc(33.33333% - 20px)
    }
}

@media(max-width: 1023px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        width:-webkit-calc(50% - 25px)
    }
}

@media(max-width: 480px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        width:-webkit-calc(100% - 15px)
    }
}

.chiefs-grid.chiefs-grid--commit-sub .chief__dls dl:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap
}

@media (max-width: 1170px) {
    .chiefs-grid.chiefs-grid--commit-sub .chief__dls dl:first-child {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col:nth-last-child(-n+3) {
    margin-bottom: 0
}

@media(max-width: 480px) {
    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
        margin-bottom:22.5px!important
    }

    @media (max-width: 768px) {
        .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
            margin-bottom:30px!important
        }
    }

    @media (max-width: 680px) {
        .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
            margin-bottom:30px!important
        }
    }

    @media (max-width: 480px) {
        .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col {
            margin-bottom:22.5px!important
        }
    }

    .chiefs-grid.chiefs-grid--commit-sub .chiefs-grid__col:last-of-type {
        margin-bottom: 0!important
    }
}

.meeting_detail_disposal {
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .meeting_detail_disposal {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .meeting_detail_disposal {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .meeting_detail_disposal {
        margin-bottom:15px
    }
}

.meeting_detail_download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 768px) {
    .meeting_detail_download {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .meeting_detail_download {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .meeting_detail_download {
        margin-bottom:15px
    }
}

.meeting_detail_download a {
    border-bottom-style: dotted;
    text-transform: uppercase
}

.povestka {
    width: 100%
}

.povestka td {
    vertical-align: text-top
}

.povestka td[colspan="3"] {
    font-weight: 500;
    font-size: 1rem;
    background: #e7e7ee!important
}

tr .povestka td[colspan="3"]:hover {
    background: #e7e7ee!important
}

.povestka td[colspan="3"] p {
    margin: 0
}

.povestka td p {
    margin-bottom: -webkit-calc(vaR(--columnOffset)/2);
    margin-bottom: calc(vaR(--columnOffset) / 2)
}

.povestka tr:nth-child(2) th {
    font-size: 100%
}

.item_bulletin_file:not(:last-of-type) {
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .item_bulletin_file:not(:last-of-type) {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .item_bulletin_file:not(:last-of-type) {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .item_bulletin_file:not(:last-of-type) {
        margin-bottom:15px
    }
}

.tab__blocks {
    margin-top: 25px
}

@media (max-width: 768px) {
    .tab__blocks {
        margin-top:20px
    }
}

@media (max-width: 680px) {
    .tab__blocks {
        margin-top:20px
    }
}

@media (max-width: 480px) {
    .tab__blocks {
        margin-top:15px
    }
}

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

.tab__blocks .tab__block__subtitle {
    font-weight: 500;
    margin-right: 5px
}

.tab__blocks .tab__block__subtitle:after {
    content: ": "
}

.tab__blocks .tab__block_tab {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.tab__blocks .tab__block_tab:not(:last-child) {
    margin-right: 5px
}

.tab__blocks .tab__block_tab:not(:last-child):after {
    content: ",";
    color: #262626
}

.date {
    font-size: .75rem;
    font-style: italic;
    margin-bottom: 10px;
    color: #6c6c6c
}

.distric-map {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

@media(max-width: 1024px) {
    .bx-ie11 .distric-map .distric-map__svg,.bx-ie .distric-map .distric-map__svg {
        height:578px
    }
}

.distric-map__wrapper {
    position: relative
}

.distric-map__container {
    height: auto;
    margin: 4.275% auto 6%;
    position: relative
}

.distric-map__container,.distric-map__data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.distric-map__data {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.distric-map__data a {
    color: inherit;
    border: 0;
    font-weight: inherit
}

.distric-map__data--grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 50%
}

.distric-map__data--grid .distric-map__field-regions {
    display: none
}

.distric-map__data--grid .distric-map__field--showed {
    font-size: .75rem;
    position: static;
    margin-bottom: 12.5px;
    padding-left: 25px
}

@media (max-width: 768px) {
    .distric-map__data--grid .distric-map__field--showed {
        padding-left:20px
    }
}

@media (max-width: 680px) {
    .distric-map__data--grid .distric-map__field--showed {
        padding-left:20px
    }
}

@media (max-width: 480px) {
    .distric-map__data--grid .distric-map__field--showed {
        padding-left:15px
    }
}

@media (max-width: 768px) {
    .distric-map__data--grid .distric-map__field--showed {
        margin-bottom:10px
    }
}

@media (max-width: 680px) {
    .distric-map__data--grid .distric-map__field--showed {
        margin-bottom:10px
    }
}

@media (max-width: 480px) {
    .distric-map__data--grid .distric-map__field--showed {
        margin-bottom:7.5px
    }
}

.distric-map__data--grid .distric-map__field--showed .heading {
    font-size: .875rem
}

.distric-map__field {
    -webkit-transition: opacity .5s,visibility .5s;
    -o-transition: opacity .5s,visibility .5s;
    transition: opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    background: hsla(0,0%,100%,.9);
    z-index: 2;
    top: 0;
    right: 0;
    position: absolute;
    width: 50%;
    padding-left: 25px
}

@media (max-width: 768px) {
    .distric-map__field {
        padding-left:20px
    }
}

@media (max-width: 680px) {
    .distric-map__field {
        padding-left:20px
    }
}

@media (max-width: 480px) {
    .distric-map__field {
        padding-left:15px
    }
}

@media(max-width: 680px) {
    .distric-map__field {
        width:60%
    }
}

.distric-map__field[data-dis-regions-length="1"] .distric-map__field-regions-item--marked {
    background-color: transparent
}

.distric-map__field>div:not(:last-child) {
    margin-bottom: 2.5px
}

.distric-map__field-title {
    font-weight: 500
}

.distric-map__field--showed {
    opacity: 1;
    visibility: visible
}

.distric-map__field-title {
    margin-bottom: 5px
}

.distric-map__field-regions-item {
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s
}

.distric-map__field-regions-item--marked {
    background-color: #e2e2e6
}

.distric-map__field-chief-info {
    color: #5c5c5d
}

@media(max-width: 680px) {
    .distric-map__field-chief-info {
        display:none
    }
}

.distric-map__overlay {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    pointer-events: none;
    z-index: 3;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.distric-map__overlay:after,.distric-map__overlay:before {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.distric-map__svg:hover~.distric-map__overlay--city {
    opacity: .45
}

.distric-map__svg:hover~.distric-map__overlay--number {
    opacity: 0
}

.distric-map__overlay--city:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    background-color: rgba(0,0,0,.25);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 5px;
    margin-top: -1px
}

.distric-map__overlay--city[data-css-label][data-css-label-re]:before {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 5px
}

.distric-map__overlay--city[data-css-label][data-css-label-re]:after {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.distric-map__overlay--city[data-css-label]:after {
    content: attr(data-css-label);
    font-weight: 500;
    background-color: hsla(0,0%,100%,.9);
    border: 1px dotted rgba(0,0,0,.3);
    padding: 0 5px;
    display: block
}

.distric-map__overlay--city[data-css-label=Бугуруслан] {
    top: 17.66667%;
    left: 16.91627%
}

.distric-map__overlay--city[data-css-label=Абдулино] {
    top: 17.93%;
    left: 26.15%
}

.distric-map__overlay--city[data-css-label=Бузулук] {
    top: 38.40%;
    left: 14.68%
}

.distric-map__overlay--city[data-css-label=Сорочинск] {
    top: 48.43%;
    left: 21.43556%
}

.distric-map__overlay--city[data-css-label=Оренбург] {
    top: 64.8%;
    left: 37.8%
}

.distric-map__overlay--city[data-css-label=Соль-Илецк] {
    top: 81.45%;
    left: 35.4%
}

.distric-map__overlay--city[data-css-label=Кувандык] {
    top: 74.07567%;
    left: 47.40%
}

.distric-map__overlay--city[data-css-label=Медногорск] {
    top: 75.65%;
    left: 56.64615%
}

@media(max-width: 920px) {
    .distric-map__overlay--city[data-css-label=Медногорск] {
        display:none
    }
}

.distric-map__overlay--city[data-css-label=Гай] {
    top: 72.63%;
    left: 63.34615%
}

.distric-map__overlay--city[data-css-label=Орск] {
    top: 79.3%;
    left: 64.75%
}

.distric-map__overlay--city[data-css-label=Новотроицк] {
    top: 80.2%;
    left: 53.88%
}

@media(max-width: 1024px) {
    .distric-map__overlay--city[data-css-label=Новотроицк] {
        left:52%
    }
}

@media(max-width: 920px) {
    .distric-map__overlay--city[data-css-label=Новотроицк] {
        left:51%
    }
}

@media(max-width: 768px) {
    .distric-map__overlay--city[data-css-label=Новотроицк] {
        left:49.93%
    }
}

.distric-map__overlay--city[data-css-label=Ясный] {
    top: 84.23%;
    left: 75.33%
}

.distric-map__overlay--number {
    display: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #485480;
    color: #485480;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 768px) {
    .distric-map__overlay--number {
        height:20px
    }
}

@media (max-width: 680px) {
    .distric-map__overlay--number {
        height:20px
    }
}

@media (max-width: 480px) {
    .distric-map__overlay--number {
        height:15px
    }
}

@media (max-width: 768px) {
    .distric-map__overlay--number {
        width:20px
    }
}

@media (max-width: 680px) {
    .distric-map__overlay--number {
        width:20px
    }
}

@media (max-width: 480px) {
    .distric-map__overlay--number {
        width:15px
    }
}

.distric-map__overlay--number[data-css-label="1"] {
    top: 11%;
    left: 16%
}

.distric-map__overlay--number[data-css-label="2"] {
    top: 39.75%;
    left: 11.25%;
    visibility: hidden
}

.distric-map__overlay--number[data-css-label="3"] {
    top: 54%;
    left: 7.2%
}

.distric-map__overlay--number[data-css-label="4"] {
    top: 22.75%;
    left: 19.75%
}

.distric-map__overlay--number[data-css-label="5"] {
    top: 49.75%;
    left: 15.75%
}

.distric-map__overlay--number[data-css-label="6"] {
    top: 42.7%;
    left: 29.5%
}

.distric-map__overlay--number[data-css-label="7"] {
    top: 66.9%;
    left: 17.35%
}

.distric-map__overlay--number[data-css-label="8"] {
    top: 57.9%;
    left: 39.35%
}

.distric-map__overlay--number[data-css-label="15"] {
    top: 66.9%;
    left: 28.9%
}

.distric-map__overlay--number[data-css-label="16"] {
    top: 82.9%;
    left: 35.9%
}

.distric-map__overlay--number[data-css-label="17"] {
    top: 67.9%;
    left: 53.9%
}

.distric-map__overlay--number[data-css-label="19"] {
    top: 72.9%;
    left: 64.9%
}

.distric-map__overlay--number[data-css-label="22"] {
    top: 86.9%;
    left: 65.9%
}

.distric-map__overlay--number[data-css-label="23"] {
    top: 72.75%;
    left: 72.9%
}

.distric-map__overlay--number:after {
    content: attr(data-css-label);
    font-weight: 500;
    display: block
}

.distric-map__svg {
    max-width: 100%;
    max-height: 600px;
    display: block;
    opacity: .5
}

@media(min-width: 1170px) {
    .distric-map__svg {
        height:600px
    }
}

.distric-map__svg g#inside,.distric-map__svg g#main_x5F_outline {
    pointer-events: none;
    opacity: .5
}


.distric-map__svg g#buzuluk:hover>path {
    fill: #eade8f!important
}


.distric-map__svg g#buzuluk.highlighted>path {
    fill: #eade6b
}

.distric-map__svg g#orenburg:hover>path {
    fill: #984562!important
}

.distric-map__svg g#orenburg.highlighted>path {
    fill: #7e8fe7
}

.distric-map__svg g#oren-10:hover>path {
    fill: #984562!important
}

.distric-map__svg g#oren-10.highlighted>path {
    fill: #7e8fe7
}

.distric-map__svg g#oren-13:hover>path {
    fill: #984562!important
}

.distric-map__svg g#oren-13.highlighted>path {
    fill: #7e8fe7
}


.distric-map__svg g#novotroitsk:hover>path {
    fill: #ff63af!important
}

.distric-map__svg g#novotroitsk.highlighted>path {
    fill: #f47caf
}

.distric-map__svg g#orsk:hover>path {
    fill: #2c812d!important
}


.distric-map__svg g#orsk.highlighted>path {
    fill: #2cc22d
}


.distric-map__svg g#buzuluksky-dis:hover>path {
    fill: #ab416c!important
}

.distric-map__svg g#kurmanaevsky-dis:hover>path {
    fill: #ab416c!important
}

.distric-map__svg g#pervomaisky-dis:hover>path {
    fill: #ab416c!important
}

.distric-map__svg g#grachevsky-dis:hover>path {
    fill: #ab416c!important
}

.distric-map__svg g#buzuluksky-dis.highlighted>path {
    fill: #e96dab
}

.distric-map__svg g#kurmanaevsky-dis.highlighted>path {
    fill: #e96dab
}

.distric-map__svg g#pervomaisky-dis.highlighted>path {
    fill: #e96dab
}


.distric-map__svg g#grachevsky-dis.highlighted>path {
    fill: #e96dab
}

.distric-map__svg g#severnyi-dis:hover>path {
    fill: #5f9d71!important
}

.distric-map__svg g#severnyi-dis.highlighted>path {
    fill: #5fd871
}

.distric-map__svg g#buguruslansky-dis:hover>path {
    fill: #5f9d71!important
}

.distric-map__svg g#buguruslansky-dis.highlighted>path {
    fill: #5fd871
}


.distric-map__svg g#buguruslan:hover>path {
    fill: #5f9d71!important
}

.distric-map__svg g#buguruslan.highlighted>path {
    fill: #5fd871
}


.distric-map__svg g#abdulinsky-go:hover>path {
    fill: #aa70c6!important
}


.distric-map__svg g#asekeevsky-dis:hover>path {
    fill: #aa70c6!important
}


.distric-map__svg g#matveevsky-dis:hover>path {
    fill: #aa70c6!important
}


.distric-map__svg g#ponomarevsy-dis:hover>path {
    fill: #aa70c6!important
}

.distric-map__svg g#abdulinsky-go.highlighted>path {
    fill: #d08bf5
}

.distric-map__svg g#asekeevsky-dis.highlighted>path {
    fill: #d08bf5
}

.distric-map__svg g#matveevsky-dis.highlighted>path {
    fill: #d08bf5
}

.distric-map__svg g#ponomarevsy-dis.highlighted>path {
    fill: #d08bf5
}


.distric-map__svg g#totsky-dis:hover>path {
    fill: #6cbab4!important
}


.distric-map__svg g#sorochinsky-go:hover>path {
    fill: #6cbab4!important
}


.distric-map__svg g#totsky-dis.highlighted>path {
    fill: #6ce8de
}


.distric-map__svg g#sorochinsky-go.highlighted>path {
    fill: #6ce8de
}

.distric-map__svg g#tashlinsky-dis:hover>path {
    fill: #82bd7f!important
}

.distric-map__svg g#novosergievsky-dis:hover>path {
    fill: #82bd7f!important
}

.distric-map__svg g#ilekskiy-dis:hover>path {
    fill: #82bd7f!important
}

.distric-map__svg g#tashlinsky-dis.highlighted>path {
    fill: #b8ee7f
}

.distric-map__svg g#novosergievsky-dis.highlighted>path {
    fill: #b8ee7f
}

.distric-map__svg g#ilekskiy-dis.highlighted>path {
    fill: #b8ee7f
}

.distric-map__svg g#krasnogvardeysky-dis:hover>path {
    fill: #d6d1a4!important
}

.distric-map__svg g#aleksandrovsky-dis:hover>path {
    fill: #d6d1a4!important
}

.distric-map__svg g#oktyabrsy-dis:hover>path {
    fill: #d6d1a4!important
}

.distric-map__svg g#sharlykskiy-dis:hover>path {
    fill: #d6d1a4!important
}

.distric-map__svg g#krasnogvardeysky-dis.highlighted>path {
    fill: #f0de9c
}

.distric-map__svg g#aleksandrovsky-dis.highlighted>path {
    fill: #f0de9c
}

.distric-map__svg g#oktyabrsy-dis.highlighted>path {
    fill: #f0de9c
}

.distric-map__svg g#sharlykskiy-dis.highlighted>path {
    fill: #f0de9c
}


.distric-map__svg g#perevolotsky-dis:hover>path {
    fill: #ff9fc8!important
}

.distric-map__svg g#orenburgsky-dis:hover>path {
    fill: #ff9fc8!important
}

.distric-map__svg g#perevolotsky-dis.highlighted>path {
    fill: #f49fb4
}

.distric-map__svg g#orenburgsky-dis.highlighted>path {
    fill: #f49fb4
}


.distric-map__svg g#sol-iletsky-go:hover>path {
    fill: #cb9b69!important
}


.distric-map__svg g#akbulaksky-dis:hover>path {
    fill: #cb9b69!important
}


.distric-map__svg g#belyaevsky-dis:hover>path {
    fill: #cb9b69!important
}


.distric-map__svg g#sol-iletsky-go.highlighted>path {
    fill: #e9b17e
}


.distric-map__svg g#akbulaksky-dis.highlighted>path {
    fill: #e9b17e
}


.distric-map__svg g#belyaevsky-dis.highlighted>path {
    fill: #e9b17e
}


.distric-map__svg g#sakmarsky-dis:hover>path {
    fill: #4c6fac!important
}

.distric-map__svg g#tulgansky-dis:hover>path {
    fill: #4c6fac!important
}

.distric-map__svg g#saraktashsky-dis:hover>path {
    fill: #4c6fac!important
}

.distric-map__svg g#sakmarsky-dis.highlighted>path {
    fill: #7e8fe7
}

.distric-map__svg g#tulgansky-dis.highlighted>path {
    fill: #7e8fe7
}

.distric-map__svg g#saraktashsky-dis.highlighted>path {
    fill: #7e8fe7
}

.distric-map__svg g#kuvandyksky-go:hover>path {
    fill: #8bc09b!important
}

.distric-map__svg g#kuvandyksky-go.highlighted>path {
    fill: #8bf59b
}

.distric-map__svg g#mednogorsk:hover>path {
    fill: #8bc09b!important
}

.distric-map__svg g#mednogorsk.highlighted>path {
    fill: #8bf59b
}


.distric-map__svg g#svetlynsky-dis:hover>path {
    fill: #74a7dc!important
}

.distric-map__svg g#adamovsky-dis:hover>path {
    fill: #74a7dc!important
}

.distric-map__svg g#kvarkensky-dis:hover>path {
    fill: #74a7dc!important
}

.distric-map__svg g#yasnensky-go:hover>path {
    fill: #74a7dc!important
}

.distric-map__svg g#ZATO-Komarovsky:hover>path {
    fill: #74a7dc!important
}

.distric-map__svg g#ZATO-Komarovsky.highlighted>path {
    fill: #90bdf4
}

.distric-map__svg g#svetlynsky-dis.highlighted>path {
    fill: #90bdf4
}

.distric-map__svg g#adamovsky-dis.highlighted>path {
    fill: #90bdf4
}

.distric-map__svg g#kvarkensky-dis.highlighted>path {
    fill: #90bdf4
}

.distric-map__svg g#yasnensky-go.highlighted>path {
    fill: #90bdf4
}

.distric-map__svg g#novoorsky-dis:hover>path {
    fill: #a3c78f!important
}

.distric-map__svg g#gaysky-go:hover>path {
    fill: #a3c78f!important
}


.distric-map__svg g#novoorsky-dis.highlighted>path {
    fill: #dbf48f
}

.distric-map__svg g#gaysky-go.highlighted>path {
    fill: #dbf48f
}

.distric-map__svg g#dombarovsky-dis:hover>path {
    fill: #ff8a97!important
}

.distric-map__svg g#dombarovsky-dis.highlighted>path {
    fill: #faa5aa
}

.distric-map__svg g#orsk-sovetsky:hover>path {
    fill: #ff8a97!important
}

.distric-map__svg g#orsk-sovetsky.highlighted>path {
    fill: #faa5aa
}

/* .distric-map__svg g:nth-child(odd) path { */
    /* fill: #f1f1f1 */
/* } */

/* .distric-map__svg g:nth-child(2n) path { */
    /* fill: #e5e5e5 */
/* } */

.distric-map__svg path,.distric-map__svg polygon {
    -webkit-transition: fill .36s linear;
    -o-transition: fill .36s linear;
    transition: fill .36s linear;
    cursor: pointer
}

.embed-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-width: 274px;
    margin: 0
}

@media(max-width: 680px) {
    .embed-image {
        max-width:250px
    }
}

@media(max-width: 480px) {
    .embed-image {
        display:none
    }
}

.embed-image__img {
    display: block
}

.embed-image__caption {
    margin-top: 15px
}

.embed-image__caption .h3,.embed-image__caption .h4,.embed-image__caption .h5,.embed-image__caption h3,.embed-image__caption h4,.embed-image__caption h5 {
    margin: 0 0 5px
}

.embed-image__caption p:only-of-type {
    margin: 0
}

.embed-image--left {
    float: left;
    margin: 0 25px 25px 0
}

@media(max-width: 680px) {
    .embed-image--left {
        margin:0 20px 10px 0
    }

    @media (max-width: 768px) {
        .embed-image--left {
            margin:0 20px 10px 0
        }
    }

    @media (max-width: 680px) {
        .embed-image--left {
            margin:0 20px 10px 0
        }
    }

    @media (max-width: 480px) {
        .embed-image--left {
            margin:0 20px 10px 0
        }
    }
}

@media(max-width: 680px) {
    .fancybox-navigation {
        display:none
    }
}

.fancybox-container {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.fancybox-container--showed {
    visibility: visible;
    opacity: 1
}

.fancybox-iframe+.fancybox-web3r-nav {
    display: none
}

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

.fancybox-toolbar .fancybox-button--zoom {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.fancybox-toolbar .fancybox-button--close {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.fancybox-slide {
    padding: 25px
}

@media (max-width: 768px) {
    .fancybox-slide {
        padding:20px
    }
}

@media (max-width: 680px) {
    .fancybox-slide {
        padding:20px
    }
}

@media (max-width: 480px) {
    .fancybox-slide {
        padding:15px
    }
}

.fancybox-slide--image {
    padding-left: 0;
    padding-right: 0
}

.fancybox-slide--html .fancybox-button {
    background: transparent!important
}

.fancybox-slide--html .fancybox-caption {
    display: none
}

.fancybox-web3r-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 680px) {
    .fancybox-web3r-nav {
        display:none
    }
}

.fancybox-web3r-nav__item {
    width: 50%;
    height: 100%;
    cursor: pointer
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 110px;
    padding: 10px 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    opacity: 0;
    visibility: hidden
}

@media(max-width: 1023px) {
    .fancybox-thumbs {
        display:none!important
    }
}

.fancybox-thumbs-x {
    -webkit-overflow-scrolling: touch
}

.fancybox-thumbs--showed {
    opacity: 1;
    visibility: visible
}

.fancybox-thumbs .fancybox-thumbs__list {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    min-width: 100%
}

.fancybox-thumbs .fancybox-thumbs__list a {
    border: 0;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    opacity: .75
}

.fancybox-thumbs .fancybox-thumbs__list a:hover {
    opacity: 1
}

.fancybox-thumbs .fancybox-thumbs__list a:first-child {
    margin-left: 4px
}

.fancybox-thumbs .fancybox-thumbs__list a:last-child {
    margin-right: 4px
}

.fancybox-thumbs .fancybox-thumbs__list a.fancybox-thumbs-active {
    pointer-events: none;
    opacity: 1
}

.fancybox-thumbs .fancybox-thumbs__list a:before {
    border: undefined;
    pointer-events: none
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px
}

.fancybox-bg {
    background: rgba(0,0,0,.9)!important
}

.fancybox-button {
    background: transparent;
    outline: 0!important;
    color: undefined
}

.fancybox-button path,.fancybox-button svg {
    -webkit-transition: .33s;
    -o-transition: .33s;
    transition: .33s
}

.fancybox-button:hover {
    color: undefined
}

@media(max-width: 1280px) {
    .fancybox-button {
        background-color:rgba(0,0,0,.25)
    }
}

.fancybox-slide--iframe .fancybox-content {
    max-width: 1280px;
    max-height: 720px;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.32);
    box-shadow: 0 10px 20px rgba(0,0,0,.32)
}

.fast-search__form {
    position: relative
}

.fast-search__input {
    height: 40px;
    padding-right: 50px!important;
    border: 0;
    width: 100%!important;
    font-weight: 400!important
}

@media (max-width: 375px) {
    .fast-search__input {
        padding-right:40px!important;
        height: 30px
    }
}

.fast-search__btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: transparent;
    border: 0
}

@media (max-width: 375px) {
    .fast-search__btn {
        width:30px;
        height: 30px
    }
}

.fast-search__btn:hover .i-icon {
    opacity: .5
}

.fast-search__btn .i-icon {
    width: 16px;
    height: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 1170px) {
    .fast-search__btn .i-icon {
        width:14px;
        height: 14px
    }
}

@media (max-width: 375px) {
    .fast-search__btn .i-icon {
        width:12px;
        height: 12px
    }
}

.filter form {
    display: inherit
}

.filter__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

@media(max-width: 680px) {
    .filter__inner {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media(max-width: 680px) {
    .filter__item {
        width:100%
    }
}

.filter__item:not(:last-of-type) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0%;
    margin-right: 15px
}

@media(max-width: 680px) {
    .filter__item:not(:last-of-type) {
        margin-right:0;
        margin-bottom: 10px
    }
}

.flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px
}

@media (max-width: 768px) {
    .flow {
        margin-left:-20px
    }
}

@media (max-width: 680px) {
    .flow {
        margin-left:-20px
    }
}

@media (max-width: 480px) {
    .flow {
        margin-left:-15px
    }
}

.grid-col {
    width: -webkit-calc(33.33333% - 25px);
    width: calc(33.33333% - 25px)
}

@media(min-width: 769px) and (max-width:920px) {
    .grid-col {
        width:calc(50% - 25px);
        width: -webkit-calc(50% - 25px)
    }
}

.flow__item {
    width: -webkit-calc(33.33333% - 25px);
    width: calc(33.33333% - 25px);
    margin-left: 25px;
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .flow__item {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .flow__item {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .flow__item {
        margin-bottom:15px
    }
}

@media (max-width: 768px) {
    .flow__item {
        margin-left:20px
    }
}

@media (max-width: 680px) {
    .flow__item {
        margin-left:20px
    }
}

@media (max-width: 480px) {
    .flow__item {
        margin-left:15px
    }
}

@media(min-width: 769px) and (max-width:920px) {
    .flow__item {
        width:calc(50% - 25px)
    }
}

@media(max-width: 768px) {
    .flow__item {
        width:calc(50% - 20px)
    }
}

@media(max-width: 680px) {
    .flow__item {
        width:calc(100% - 20px)
    }
}

@media(max-width: 480px) {
    .flow__item {
        width:calc(100% - 15px)
    }
}

@media(min-width: 769px) and (max-width:920px) {
    .flow__item {
        width:-webkit-calc(50% - 25px)
    }
}

@media(max-width: 768px) {
    .flow__item {
        width:-webkit-calc(50% - 20px)
    }
}

@media(max-width: 680px) {
    .flow__item {
        width:-webkit-calc(100% - 20px)
    }
}

@media(max-width: 480px) {
    .flow__item {
        width:-webkit-calc(100% - 15px)
    }
}

.flow {
    margin-top: 30px
}

.flow--custom .flow__item {
    margin-bottom: 40px!important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flow--custom .flow__item .card__label {
    padding-top: 12.5px
}

@media (max-width: 768px) {
    .flow--custom .flow__item .card__label {
        padding-top:10px
    }
}

@media (max-width: 680px) {
    .flow--custom .flow__item .card__label {
        padding-top:10px
    }
}

@media (max-width: 480px) {
    .flow--custom .flow__item .card__label {
        padding-top:7.5px
    }
}

.flow--custom .flow__item.card {
    min-height: 0
}

.flow--custom .card__title {
    max-width: none;
    font-size: 110%
}

@media(max-width: 768px) {
    @media (max-width:768px) {
        .flow {
            margin-top:20px
        }
    }

    @media (max-width: 680px) {
        .flow {
            margin-top:20px
        }
    }

    @media (max-width: 480px) {
        .flow {
            margin-top:20px
        }
    }
}

.flow__item {
    margin-bottom: 40px
}

@media(max-width: 480px) {
    .flow__item {
        margin-bottom:15px
    }

    @media (max-width: 768px) {
        .flow__item {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .flow__item {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .flow__item {
            margin-bottom:15px
        }
    }
}

@media(max-width: 768px) {
    @media (max-width:768px) {
        .flow__item {
            margin-bottom:30px
        }
    }

    @media (max-width: 680px) {
        .flow__item {
            margin-bottom:30px
        }
    }

    @media (max-width: 480px) {
        .flow__item {
            margin-bottom:30px
        }
    }
}

.flow .pagination {
    width: 100%;
    margin-left: 25px
}

@media (max-width: 768px) {
    .flow .pagination {
        margin-left:20px
    }
}

@media (max-width: 680px) {
    .flow .pagination {
        margin-left:20px
    }
}

@media (max-width: 480px) {
    .flow .pagination {
        margin-left:15px
    }
}

.footer {
    position: relative;
    z-index: 1
}

.footer__left {
    margin-right: 25px
}

@media (max-width: 768px) {
    .footer__left {
        margin-right:20px
    }
}

@media (max-width: 680px) {
    .footer__left {
        margin-right:20px
    }
}

@media (max-width: 480px) {
    .footer__left {
        margin-right:15px
    }
}

.footer__right {
    margin-left: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 768px) {
    .footer__right {
        margin-left:0;
        width: 100%;
        margin-top: 20px;
        padding-left: 47px
    }

    @media (max-width: 680px) {
        .footer__right {
            padding-left:47px
        }
    }

    @media (max-width: 480px) {
        .footer__right {
            padding-left:47px
        }
    }

    @media (max-width: 768px) {
        .footer__right {
            margin-top:20px
        }
    }

    @media (max-width: 680px) {
        .footer__right {
            margin-top:20px
        }
    }

    @media (max-width: 480px) {
        .footer__right {
            margin-top:20px
        }
    }
}

.footer__middle {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0%
}

.footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-top: 4px solid #a9a9ac
}

@media (max-width: 768px) {
    .footer__wrap {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__socials {
    text-align: center
}

.footer__socials-label {
    text-transform: uppercase;
    margin-bottom: 5px
}

@media (max-width: 768px) {
    .footer__socials-label {
        display:none
    }
}

.footer__aux {
    min-height: 31px;
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer__aux:empty {
    display: none
}

.for-disabled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.for-disabled__icon-wrap {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px
}

.for-disabled__icon-wrap .i-icon {
    width: 45px;
    height: 15px
}

.for-disabled__text {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.05
}

.graph-overflow {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    margin-bottom: 40px
}

@media(max-width: 680px) {
    .graph-overflow {
        margin-top:20px;
        margin-bottom: 40px
    }

    @media (max-width: 768px) {
        .graph-overflow {
            margin-bottom:40px
        }
    }

    @media (max-width: 680px) {
        .graph-overflow {
            margin-bottom:40px
        }
    }

    @media (max-width: 480px) {
        .graph-overflow {
            margin-bottom:40px
        }
    }

    @media (max-width: 768px) {
        .graph-overflow {
            margin-top:20px
        }
    }

    @media (max-width: 680px) {
        .graph-overflow {
            margin-top:20px
        }
    }

    @media (max-width: 480px) {
        .graph-overflow {
            margin-top:20px
        }
    }
}

.graph-overflow table {
    margin-bottom: 0
}

.graph {
    width: 100%;
    min-width: 768px
}

.graph tr:nth-child(2n) td {
    background-color: #fff
}

.graph tr:hover td {
    background-color: transparent
}

@media (max-width: 680px) {
    .grid {
        margin-left:-15px
    }
}

.header__nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px
}

@media (max-width: 768px) {
    .header__nav-wrapper {
        margin-left:-20px
    }
}

@media (max-width: 680px) {
    .header__nav-wrapper {
        margin-left:-15px
    }
}

@media (max-width: 480px) {
    .header__nav-wrapper {
        margin-left:-15px
    }
}

@media (max-width: 680px) {
    .grid-col {
        margin-bottom:15px;
        margin-left: 15px
    }
}

@media (max-width: 1023px) {
    .grid-col {
        width:calc(33.33333% - 25px)
    }
}

@media (max-width: 680px) {
    .grid-col {
        width:calc(100% - 15px)
    }
}

@media (max-width: 1023px) {
    .grid-col {
        width:-webkit-calc(33.33333% - 25px)
    }
}

@media (max-width: 680px) {
    .grid-col {
        width:-webkit-calc(100% - 15px)
    }
}

.header__nav-col {
    width: -webkit-calc(25% - 25px);
    width: calc(25% - 25px);
    margin-left: 25px
}

@media (max-width: 768px) {
    .header__nav-col {
        margin-left:20px
    }
}

@media (max-width: 680px) {
    .header__nav-col {
        margin-left:15px
    }
}

@media (max-width: 480px) {
    .header__nav-col {
        margin-left:15px;
        width: calc(25% - 15px)
    }
}

@media (max-width: 1023px) {
    .header__nav-col {
        width:calc(33.33333% - 25px)
    }
}

@media (max-width: 768px) {
    .header__nav-col {
        width:calc(50% - 20px)
    }
}

@media (max-width: 680px) {
    .header__nav-col {
        width:calc(100% - 15px)
    }
}

@media (max-width: 480px) {
    .header__nav-col {
        width:-webkit-calc(25% - 15px)
    }
}

@media (max-width: 1023px) {
    .header__nav-col {
        width:-webkit-calc(33.33333% - 25px)
    }
}

@media (max-width: 768px) {
    .header__nav-col {
        width:-webkit-calc(50% - 20px)
    }
}

@media (max-width: 680px) {
    .header__nav-col {
        width:-webkit-calc(100% - 15px)
    }
}

.header {
    padding-top: 20px;
    padding-bottom: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-transition: top .15s;
    -o-transition: top .15s;
    transition: top .15s;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 11
}

@media (max-width: 1170px) {
    .header {
        height:auto;
        padding: 15px 0
    }
}

.header__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%
}

@media (max-width: 1170px) {
    .header__wrap {
        -webkit-box-align:center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header__wrap>:not(:nth-last-child(-n+2)) {
    margin-right: 40px
}

@media (max-width: 1170px) {
    .header__wrap>:not(:nth-last-child(-n+2)) {
        margin-right:25px
    }

    @media (max-width: 768px) {
        .header__wrap>:not(:nth-last-child(-n+2)) {
            margin-right:20px
        }
    }

    @media (max-width: 680px) {
        .header__wrap>:not(:nth-last-child(-n+2)) {
            margin-right:15px
        }
    }

    @media (max-width: 480px) {
        .header__wrap>:not(:nth-last-child(-n+2)) {
            margin-right:15px
        }
    }
}

.header__search {
    width: 100%
}

.header__burger,.header__for-disabled,.header__logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__for-disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 1023px) {
    .header__for-disabled {
        display:none
    }
}

.header__nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - 8.375%);
    height: calc(100vh - 8.375%);
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: .33s;
    -o-transition: .33s;
    transition: .33s;
    z-index: 11;
    margin-top: 8.375%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 768px) {
    .header__nav {
        padding-right:20px
    }
}

@media (max-width: 680px) {
    .header__nav {
        padding-right:15px
    }
}

@media (max-width: 480px) {
    .header__nav {
        padding-right:15px
    }
}

@media (max-width: 768px) {
    .header__nav {
        padding-left:20px
    }
}

@media (max-width: 680px) {
    .header__nav {
        padding-left:15px
    }
}

@media (max-width: 480px) {
    .header__nav {
        padding-left:15px
    }
}

@media (max-width: 1023px) {
    .header__nav {
        margin-top:45px;
        height: -webkit-calc(100vh - 70px);
        height: calc(100vh - 70px)
    }

    @media (max-width: 768px) {
        .header__nav {
            margin-top:50px
        }
    }

    @media (max-width: 680px) {
        .header__nav {
            margin-top:55px
        }
    }

    @media (max-width: 480px) {
        .header__nav {
            margin-top:55px
        }
    }
}

.header__nav--showed {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.header__nav-menu {
    border-bottom: 3px solid #d7d7da
}

@media (max-width: 768px) {
    .header__nav-menu {
        border-bottom:0
    }
}

@media (max-width: 480px) {
    .header__nav-menu .header__nav-col:first-child {
        margin-top:-15px
    }
}

.header__nav-feedback {
    margin-top: 30px
}

@media (max-width: 1170px) {
    .header__nav-feedback {
        margin-top:25px
    }

    @media (max-width: 768px) {
        .header__nav-feedback {
            margin-top:20px
        }
    }

    @media (max-width: 680px) {
        .header__nav-feedback {
            margin-top:15px
        }
    }

    @media (max-width: 480px) {
        .header__nav-feedback {
            margin-top:15px;
            margin-top: 0
        }
    }
}

@media (max-width: 1023px) {
    .header__nav-wrapper {
        position:relative
    }

    .header__nav-wrapper:before {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        top: 0;
        width: 100%;
        height: 25px;
        pointer-events: none;
        background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(transparent));
        background: -webkit-linear-gradient(top,#fff,hsla(0,0%,100%,0));
        background: linear-gradient(180deg,#fff,hsla(0,0%,100%,0));
        content: ""
    }

    @media (max-width: 768px) {
        .header__nav-wrapper:before {
            height:20px
        }
    }

    @media (max-width: 680px) {
        .header__nav-wrapper:before {
            height:15px
        }
    }

    @media (max-width: 480px) {
        .header__nav-wrapper:before {
            height:15px
        }
    }
}

.header__nav-col {
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .header__nav-col {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .header__nav-col {
        margin-bottom:15px
    }
}

@media (max-width: 480px) {
    .header__nav-col {
        margin-bottom:15px
    }
}

.header__nav-col--address {
    padding-left: 14px;
    width: auto
}

@media (max-width: 768px) {
    .header__nav-col--address {
        padding-left:0
    }
}

.header__nav-col--address .address {
    font-size: .75rem;
    line-height: 1.125rem
}

.header__nav-col--address .address .address_item[data-address-fax],.header__nav-col--address .address .address_item[data-address-phone] {
    display: inline-block
}

@media (max-width: 480px) {
    .header__nav-col--address .address .address_item[data-address-fax],.header__nav-col--address .address .address_item[data-address-phone] {
        display:block
    }
}

.header__nav-col--address .address .address_item[data-address-fax] {
    text-transform: lowercase
}

@media (max-width: 480px) {
    .header__nav-col--address .address .address_item[data-address-fax] {
        text-transform:none
    }
}

.header__nav-col--address .address .address_item[data-address-fax]:before {
    content: ", "
}

@media (max-width: 480px) {
    .header__nav-col--address .address .address_item[data-address-fax]:before {
        content:none
    }
}

.header__nav-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.5;
    padding: 0 4px 0 14px;
    border-bottom: 3px solid #d7d7da
}

@media (max-width: 1023px) {
    .header__nav-title {
        font-size:1.25rem
    }
}

@media (max-width: 768px) {
    .header__nav-title {
        padding:0
    }
}

.header__nav-list {
    list-style: none;
    padding: 0 4px 0 14px;
    font-size: 1.125rem;
    line-height: 1.44444
}

@media (max-width: 1023px) {
    .header__nav-list {
        font-size:1rem;
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .header__nav-list {
        padding:0
    }
}

.header__nav-list li {
    padding: 0;
    margin: 20px 0
}

@media (max-width: 1170px) {
    .header__nav-list li {
        margin:10px 0
    }
}

.header__nav-list li:first-child {
    margin-top: 10px
}

.header__nav-list li:before {
    content: none
}

.header__nav-link {
    font-weight: inherit;
    color: inherit;
    border-bottom-color: transparent
}

.header__nav-link:hover {
    border-bottom-color: currentColor!important
}

.burger {
    cursor: pointer;
    color: inherit;
    z-index: 12;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.burger:hover .burger__line {
    margin: 3px 0
}

@media (max-width: 375px) {
    .burger:hover .burger__line {
        margin:1.5px
    }
}

.burger__lines {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30px;
    margin-right: 15px;
    position: relative
}

@media (max-width: 1170px) {
    .burger__lines {
        width:27.5px
    }
}

@media (max-width: 480px) {
    .burger__lines {
        margin-right:0;
        width: 25px
    }
}

@media (max-width: 375px) {
    .burger__lines {
        width:20px
    }
}

.burger__line {
    width: 100%;
    height: 3px;
    background-color: currentColor;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin: 5px 0
}

@media (max-width: 1170px) {
    .burger__line {
        margin:4.5px 0
    }
}

@media (max-width: 480px) {
    .burger__line {
        margin:4px 0
    }
}

@media (max-width: 375px) {
    .burger__line {
        margin:2.5px
    }
}

.menu-is-opened .burger__line {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto!important
}

.burger__line:first-child {
    margin-top: 0
}

.menu-is-opened .burger__line:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger__line:last-child {
    margin-bottom: 0
}

.menu-is-opened .burger__line:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-is-opened .burger__line:nth-child(2) {
    opacity: 0
}

.burger__text {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    width: 62px
}

.menu-is-opened .burger__text {
    font-size: .875rem;
    text-transform: capitalize
}

@media (max-width: 480px) {
    .burger__text {
        display:none
    }
}

.heading {
    font-size: 1.125rem
}

@media(max-width: 480px) {
    .heading {
        font-size:1rem
    }
}

.heading[data-action] {
    border-bottom-style: dotted
}

.heading--bold {
    font-weight: 500!important
}

.heading--large {
    font-size: 1.25rem
}

@media(max-width: 480px) {
    .heading--large {
        font-size:1.125rem
    }
}

@media(max-width: 375px) {
    .heading--large {
        font-size:1rem
    }
}

.highlighted:not(li) {
    padding: 20px;
    background: #e5e5e9
}

.highlighted--relative {
    position: relative
}

.highlighted--large-paddings {
    padding: 25px!important
}

.highlighted--large-paddings>h3 {
    font-size: 1.625rem;
    margin-bottom: 25px
}

.highlighted h2,.highlighted h3,.highlighted h4,.highlighted h5 {
    margin-top: 0
}

.icheckbox_square,.iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/local/templates/rekam/frontend/assets/app/images/app/images/square.png) no-repeat;
    border: none;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.icheckbox_square:hover,.iradio_square:hover {
    opacity: .5
}

.icheckbox_square {
    background-position: 0 0
}

.icheckbox_square.hover {
    background-position: -24px 0
}

.icheckbox_square.checked {
    background-position: -48px 0
}

.icheckbox_square.disabled {
    background-position: -72px 0;
    cursor: default
}

.icheckbox_square.checked.disabled {
    background-position: -96px 0
}

.iradio_square {
    background-position: -120px 0
}

.iradio_square.hover {
    background-position: -144px 0
}

.iradio_square.checked {
    background-position: -168px 0
}

.iradio_square.disabled {
    background-position: -192px 0;
    cursor: default
}

.iradio_square.checked.disabled {
    background-position: -216px 0
}

@media (-o-min-device-pixel-ratio: 5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    .icheckbox_square,.iradio_square {
        background-image:url(/local/templates/rekam/frontend/assets/app/images/app/images/square@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #f0f0f4;
    border: 1px solid #dddde1;
    color: #181818;
    cursor: text;
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    width: 376px;
    padding: 8px 15px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.375rem
}

.input::-webkit-input-placeholder {
    opacity: 1;
    color: currentColor
}

.input::-moz-placeholder {
    opacity: 1;
    color: currentColor
}

.input:-ms-input-placeholder,.input::-ms-input-placeholder {
    opacity: 1;
    color: currentColor
}

.input::placeholder {
    opacity: 1;
    color: currentColor
}

.input::-ms-clear,.input::-ms-reveal {
    display: none
}

.input[type=search]::-webkit-search-cancel-button,.input[type=search]::-webkit-search-decoration,.input[type=search]::-webkit-search-results-button,.input[type=search]::-webkit-search-results-decoration {
    display: none
}

.input--block {
    display: block;
    width: 100%
}

.input--area {
    height: 144px;
    resize: vertical;
    overflow-y: auto;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    padding: 15px
}

.input--no-resize {
    resize: none
}

.label {
    color: #7a7a7a;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.375rem;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.label+.input {
    display: inherit
}

.label span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media(max-width: 480px) {
    .label span {
        padding-bottom:2.5px
    }
}

@media(max-width: 920px) {
    .label span {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.label span[data-message]:after {
    content: attr(data-message)
}

@media(max-width: 920px) {
    .label span[data-message]:after {
        width:100%;
        padding-bottom: 2.5px
    }
}

.label--req span .req {
    color: #ff8282;
    content: " *";
    font-weight: 500;
    margin-right: auto;
    margin-left: 5px
}

.label--error span:after {
    color: #ff8282
}

.label--error .input {
    border-color: #ff8282
}

.label--error .input:focus {
    border-color: #dddde1
}

.label--phone-mask .input::-webkit-input-placeholder {
    color: #c7c7ca;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.label--phone-mask .input::-moz-placeholder {
    color: #c7c7ca;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.label--phone-mask .input:-ms-input-placeholder,.label--phone-mask .input::-ms-input-placeholder {
    color: #c7c7ca;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.label--phone-mask .input::placeholder {
    color: #c7c7ca;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.label--phone-mask .input:empty:focus::-webkit-input-placeholder {
    opacity: 1;
    visibility: visible
}

.label--phone-mask .input:empty:focus::-moz-placeholder {
    opacity: 1;
    visibility: visible
}

.label--phone-mask .input:empty:focus:-ms-input-placeholder {
    opacity: 1;
    visibility: visible
}

.label--phone-mask .input:empty:focus::-ms-input-placeholder {
    opacity: 1;
    visibility: visible
}

.label--phone-mask .input:empty:focus::placeholder {
    opacity: 1;
    visibility: visible
}

.label--file {
    position: relative
}

.label--file .input {
    cursor: pointer
}

.label--file input[type=file] {
    display: none
}

.label--file button {
    position: absolute;
    right: 0;
    width: 40px;
    bottom: 0;
    left: auto;
    border: 0;
    background: transparent;
    cursor: pointer;
    height: 40px
}

.label--file button.attached .i-icon {
    opacity: .5
}

.label--file button.attached:after {
    position: inherit;
    content: "\D7";
    right: .5em;
    bottom: .25em;
    color: #ff8282;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1
}

.label--file button .i-icon {
    width: 18px;
    height: 20px
}

@media(max-width: 480px) {
    .label--file button .i-icon {
        width:16px;
        height: 18px
    }
}

.label--dark .input {
    background-color: #fff
}

.label--full-width .input {
    width: 100%
}

.label--full-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

@media(max-width: 680px) {
    .label--full-height {
        position:static
    }
}

.label--full-height .input {
    height: 100%
}

@media(max-width: 680px) {
    .label--full-height .input {
        height:auto
    }
}

.label--normal .input {
    font-weight: 400
}

.links-broadcast {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f0f0f4
}

@media (max-width: 768px) {
    .links-broadcast {
        display:block
    }
}

.links-broadcast__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px
}

@media (max-width: 768px) {
    .links-broadcast__left {
        padding:20px
    }
}

@media (max-width: 680px) {
    .links-broadcast__left {
        padding:20px
    }
}

@media (max-width: 480px) {
    .links-broadcast__left {
        padding:15px
    }
}

.links-broadcast__right {
    width: 100%
}

@media (max-width: 768px) {
    @media (max-width:768px) {
        .links-broadcast__right {
            padding-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .links-broadcast__right {
            padding-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .links-broadcast__right {
            padding-bottom:20px
        }
    }
}

.links-broadcast__links {
    min-height: 0;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .links-broadcast__links {
        margin-bottom:0
    }
}

.links-broadcast__link-wrap {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #cdcdcd
}

.links-broadcast__link-wrap:before {
    content: none
}

.links-broadcast__link-wrap:last-child {
    border: 0
}

.links-broadcast__link {
    font-size: 1.125rem;
    line-height: 1.4;
    width: 100%
}

.links-broadcast__link:hover {
    color: #262626
}

.links-broadcast__link span {
    border: 0;
    margin-right: auto
}

.links-broadcast__link .i-icon {
    color: #969699
}

.links-broadcast__link--schedule {
    color: #262626;
    text-transform: uppercase;
    font-size: .9375rem
}

.links-broadcast__link--schedule .i-icon {
    width: 18px;
    height: 18px;
    color: #ff8282
}

.links-broadcast__schedule {
    margin-top: auto
}

.links-broadcast__schedule .links-broadcast__link-wrap {
    border-top: 1px solid #cdcdcd;
    padding-top: 25px;
    padding-bottom: 0
}

.links-broadcast__video {
    height: 490px
}

@media (max-width: 1023px) {
    .links-broadcast__video {
        height:45vw
    }
}

@media (max-width: 480px) {
    .links-broadcast__video {
        height:60vw
    }
}

.links-broadcast__video iframe {
    width: 100%;
    height: inherit
}

.logo__link {
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.logo__text {
    color: #262626;
    font-family: Vollkorn,Roboto,sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700
}

.footer__logo .logo__text {
    font-size: 1.0625rem
}

@media (max-width: 1170px) {
    .logo__text {
        display:none
    }
}

.logo__img-wrap {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

@media (max-width: 1170px) {
    .logo__img-wrap {
        margin-right:0
    }
}

.footer__logo .logo__img-wrap {
    width: 45px;
    margin-right: 15px
}

@media (max-width: 1170px) {
    .footer__logo .logo__img-wrap {
        margin-right:0;
        width: auto
    }
}

.logo img {
    display: block;
    margin: auto;
    margin-bottom: 3px
}

@media (max-width: 1170px) {
    .logo img {
        margin:0;
        max-height: 30px
    }
}

.modal {
    cursor: default!important;
    display: none;
    padding: 0;
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.3);
    box-shadow: 0 10px 25px rgba(0,0,0,.3);
    width: 500px;
    max-width: 90vw
}

.bx-ie11 .modal {
    overflow: hidden
}

.modal--no-closer .fancybox-button {
    display: none
}

.modal--large {
    width: 1050px;
    margin-top: 5%!important;
    margin-bottom: 5%!important;
    max-width: none
}

.modal--large .modal__header {
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .modal--large .modal__header {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .modal--large .modal__header {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .modal--large .modal__header {
        margin-bottom:15px
    }
}

@media(max-width: 1280px) {
    .modal--large {
        width:85vw;
        -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.3);
        box-shadow: 0 5px 20px rgba(0,0,0,.3)
    }
}

@media(max-width: 768px) {
    .modal--large {
        width:90vw;
        margin-top: 3.6%!important;
        margin-bottom: 3.6%!important
    }
}

@media(max-width: 680px) {
    .modal--large {
        width:100vw;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0!important;
        margin-bottom: 0!important
    }
}

.modal__header {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.27272727273;
    padding: 40px 40px 0;
    margin-bottom: 12.5px
}

@media (max-width: 768px) {
    .modal__header {
        margin-bottom:10px
    }
}

@media (max-width: 680px) {
    .modal__header {
        margin-bottom:10px
    }
}

@media (max-width: 480px) {
    .modal__header {
        margin-bottom:7.5px
    }
}

.modal__header>* {
    margin-bottom: 0;
    margin-top: 0
}

@media(max-width: 1170px) {
    .modal__header {
        padding:37.5px;
        padding-bottom: 0!important;
        font-size: 1.25rem
    }

    @media (max-width: 768px) {
        .modal__header {
            padding:30px
        }
    }

    @media (max-width: 680px) {
        .modal__header {
            padding:30px
        }
    }

    @media (max-width: 480px) {
        .modal__header {
            padding:22.5px
        }
    }

    .modal__header>* {
        margin-right: 3%
    }
}

@media(max-width: 768px) {
    .modal__header h3 {
        margin-right:7.5%
    }
}

@media(max-width: 680px) {
    .modal__header {
        padding:20px
    }

    @media (max-width: 768px) {
        .modal__header {
            padding:20px
        }
    }

    @media (max-width: 680px) {
        .modal__header {
            padding:20px
        }
    }

    @media (max-width: 480px) {
        .modal__header {
            padding:20px
        }
    }

    .modal__header h3 {
        margin-top: 0
    }
}

.modal__header:empty {
    display: none
}

.modal__body {
    padding: 0 40px
}

@media(max-width: 1170px) {
    .modal__body {
        padding:0 37.5px
    }

    @media (max-width: 768px) {
        .modal__body {
            padding:0 30px
        }
    }

    @media (max-width: 680px) {
        .modal__body {
            padding:0 30px
        }
    }

    @media (max-width: 480px) {
        .modal__body {
            padding:0 22.5px
        }
    }
}

@media(max-width: 680px) {
    .modal__body {
        padding:0 20px
    }

    @media (max-width: 768px) {
        .modal__body {
            padding:0 20px
        }
    }

    @media (max-width: 680px) {
        .modal__body {
            padding:0 20px
        }
    }

    @media (max-width: 480px) {
        .modal__body {
            padding:0 20px
        }
    }
}

.modal__body table {
    width: 100%
}

.modal__body p:only-of-type {
    margin-bottom: 0
}

.modal__body .btn:last-child {
    margin: 20px 0 40px
}

@media(max-width: 1170px) {
    .modal__body .btn:last-child {
        margin:25px 0 37.5px
    }

    @media (max-width: 768px) {
        .modal__body .btn:last-child {
            margin:20px 0 30px
        }
    }

    @media (max-width: 680px) {
        .modal__body .btn:last-child {
            margin:20px 0 30px
        }
    }

    @media (max-width: 480px) {
        .modal__body .btn:last-child {
            margin:15px 0 22.5px
        }
    }
}

@media(max-width: 680px) {
    .modal__body .btn:last-child {
        margin:20px 0
    }

    @media (max-width: 768px) {
        .modal__body .btn:last-child {
            margin:20px 0
        }
    }

    @media (max-width: 680px) {
        .modal__body .btn:last-child {
            margin:20px 0
        }
    }

    @media (max-width: 480px) {
        .modal__body .btn:last-child {
            margin:20px 0
        }
    }
}

.modal__body--grabbed-content .distric-map__field {
    position: static;
    width: 100%;
    padding-left: 0;
    opacity: 1;
    visibility: visible
}

.modal__body--grabbed-content .distric-map__field:first-child {
    padding-top: 12.5px
}

@media (max-width: 768px) {
    .modal__body--grabbed-content .distric-map__field:first-child {
        padding-top:10px
    }
}

@media (max-width: 680px) {
    .modal__body--grabbed-content .distric-map__field:first-child {
        padding-top:10px
    }
}

@media (max-width: 480px) {
    .modal__body--grabbed-content .distric-map__field:first-child {
        padding-top:7.5px
    }
}

.modal__body--grabbed-content .distric-map__field:not(:last-of-type) {
    margin-bottom: 12.5px
}

@media (max-width: 768px) {
    .modal__body--grabbed-content .distric-map__field:not(:last-of-type) {
        margin-bottom:10px
    }
}

@media (max-width: 680px) {
    .modal__body--grabbed-content .distric-map__field:not(:last-of-type) {
        margin-bottom:10px
    }
}

@media (max-width: 480px) {
    .modal__body--grabbed-content .distric-map__field:not(:last-of-type) {
        margin-bottom:7.5px
    }
}

.modal__body--grabbed-content .distric-map__field-regions {
    display: none
}

.modal__body--grabbed-content .distric-map__field-chief a {
    font-weight: inherit
}

.modal__body--grabbed-content .distric-map__field-chief .distric-map__field-title {
    display: none
}

.modal__footer {
    background: #f0f0f4;
    padding: 20px 40px;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    position: relative
}

@media(max-width: 1170px) {
    .modal__footer {
        padding:25px 37.5px;
        margin-top: 25px;
        font-size: .875rem
    }

    @media (max-width: 768px) {
        .modal__footer {
            margin-top:20px
        }
    }

    @media (max-width: 680px) {
        .modal__footer {
            margin-top:20px
        }
    }

    @media (max-width: 480px) {
        .modal__footer {
            margin-top:15px
        }
    }

    @media (max-width: 768px) {
        .modal__footer {
            padding:20px 30px
        }
    }

    @media (max-width: 680px) {
        .modal__footer {
            padding:20px 30px
        }
    }

    @media (max-width: 480px) {
        .modal__footer {
            padding:15px 22.5px
        }
    }
}

@media(max-width: 680px) {
    .modal__footer {
        padding:20px;
        margin-top: 20px
    }

    @media (max-width: 768px) {
        .modal__footer {
            margin-top:20px
        }
    }

    @media (max-width: 680px) {
        .modal__footer {
            margin-top:20px
        }
    }

    @media (max-width: 480px) {
        .modal__footer {
            margin-top:20px
        }
    }

    @media (max-width: 768px) {
        .modal__footer {
            padding:20px
        }
    }

    @media (max-width: 680px) {
        .modal__footer {
            padding:20px
        }
    }

    @media (max-width: 480px) {
        .modal__footer {
            padding:20px
        }
    }
}

.modal__footer .fancybox-close-small {
    height: 100%;
    font-size: .875rem;
    font-weight: 500;
    width: auto;
    text-transform: lowercase;
    padding-right: 40px!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1170px) {
    .modal__footer .fancybox-close-small {
        padding-right:37.5px!important
    }

    @media (max-width: 768px) {
        .modal__footer .fancybox-close-small {
            padding-right:30px!important
        }
    }

    @media (max-width: 680px) {
        .modal__footer .fancybox-close-small {
            padding-right:30px!important
        }
    }

    @media (max-width: 480px) {
        .modal__footer .fancybox-close-small {
            padding-right:22.5px!important
        }
    }
}

@media(max-width: 680px) {
    .modal__footer .fancybox-close-small {
        padding-right:20px!important
    }

    @media (max-width: 768px) {
        .modal__footer .fancybox-close-small {
            padding-right:20px!important
        }
    }

    @media (max-width: 680px) {
        .modal__footer .fancybox-close-small {
            padding-right:20px!important
        }
    }

    @media (max-width: 480px) {
        .modal__footer .fancybox-close-small {
            padding-right:20px!important
        }
    }
}

.modal__footer .fancybox-close-small span {
    padding-right: 30px;
    position: relative;
    top: 1px
}

@media(max-width: 1170px) {
    .modal__footer .fancybox-close-small span {
        top:2px
    }
}

.modal__footer .fancybox-close-small:after,.modal__footer .fancybox-close-small:before {
    top: 25%;
    right: 40px;
    left: auto
}

@media(max-width: 1170px) {
    .modal__footer .fancybox-close-small:before {
        right:37.5px
    }

    @media (max-width: 768px) {
        .modal__footer .fancybox-close-small:before {
            right:30px
        }
    }

    @media (max-width: 680px) {
        .modal__footer .fancybox-close-small:before {
            right:30px
        }
    }

    @media (max-width: 480px) {
        .modal__footer .fancybox-close-small:before {
            right:22.5px
        }
    }

    .modal__footer .fancybox-close-small:after {
        right: 37.5px
    }

    @media (max-width: 768px) {
        .modal__footer .fancybox-close-small:after {
            right:30px
        }
    }

    @media (max-width: 680px) {
        .modal__footer .fancybox-close-small:after {
            right:30px
        }
    }

    @media (max-width: 480px) {
        .modal__footer .fancybox-close-small:after {
            right:22.5px
        }
    }
}

@media(max-width: 680px) {
    .modal__footer .fancybox-close-small:before {
        right:20px
    }

    @media (max-width: 768px) {
        .modal__footer .fancybox-close-small:before {
            right:20px
        }
    }

    @media (max-width: 680px) {
        .modal__footer .fancybox-close-small:before {
            right:20px
        }
    }

    @media (max-width: 480px) {
        .modal__footer .fancybox-close-small:before {
            right:20px
        }
    }

    .modal__footer .fancybox-close-small:after {
        right: 20px
    }

    @media (max-width: 768px) {
        .modal__footer .fancybox-close-small:after {
            right:20px
        }
    }

    @media (max-width: 680px) {
        .modal__footer .fancybox-close-small:after {
            right:20px
        }
    }

    @media (max-width: 480px) {
        .modal__footer .fancybox-close-small:after {
            right:20px
        }
    }
}

.modal__footer:empty {
    display: none
}

@media(max-width: 680px) {
    .fancybox-slide--html {
        padding:0
    }
}

.fancybox-bg {
    background: hsla(0,0%,100%,.9)
}

.fancybox-close-small {
    width: 55px;
    height: 55px;
    font-size: 0;
    overflow: hidden;
    padding: 0!important;
    outline: 0!important;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media(max-width: 680px) {
    .fancybox-close-small {
        width:45px;
        height: 45px
    }
}

.fancybox-close-small:hover {
    opacity: .5
}

.fancybox-close-small svg {
    display: none
}

.fancybox-close-small:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 13px;
    margin: auto;
    width: 25px;
    height: 4px;
    background-color: #000;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0)
}

.fancybox-close-small:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 13px;
    margin: auto;
    width: 25px;
    height: 4px;
    background-color: #000;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0)
}

@media(max-width: 1170px) {
    .fancybox-close-small:after,.fancybox-close-small:before {
        width:20px
    }
}

.fancybox-close-small:before {
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0)
}

[data-js-gallery-container] .card__image-wrap {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

[data-js-gallery-container] .card__image-wrap:hover {
    opacity: .75
}

.not-found {
    text-align: center
}

.not-found__big {
    font-weight: 700;
    font-size: 17.25rem;
    line-height: 1;
    opacity: .2
}

@media (max-width: 768px) {
    .not-found__big {
        font-size:40vw
    }
}

.not-found__text {
    font-size: 1.125rem
}

.not-found__btn {
    margin-top: 30px
}

.page {
    width: 100%
}

.page__title {
    text-align: center;
    margin: 40px 0
}

@media (max-width: 1023px) {
    .page__title {
        margin:30px 0
    }
}

.page--main .chief .chief__name a {
    font-size: inherit!important;
    color: #262626
}

@media (max-width: 768px) {
    .page--main .chief__dls dl:nth-child(2) {
        display:none
    }
}

@media (max-width: 768px) {
    .page--main .chief__position {
        max-width:75%
    }
}

@media(max-width: 1023px) {
    .page--main .card.card--big {
        margin-bottom:25px
    }

    @media (max-width: 768px) {
        .page--main .card.card--big {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .page--main .card.card--big {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .page--main .card.card--big {
            margin-bottom:15px
        }
    }

    .page--main .card.card--big .card__left {
        display: none
    }

    .page--main .card.card--big .card__right {
        width: 100%
    }
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 4.275% 0
}

.pagination+.section__footer {
    margin-bottom: 30px
}

@media (max-width: 480px) {
    .pagination {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.pagination__item {
    margin: 0 6px 0 0;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    font-weight: 700;
    outline: 2px solid #e5e5e9;
    outline-offset: -2px;
    color: #3f3f3f
}

@media (max-width: 480px) {
    .pagination__item {
        width:30px;
        height: 30px;
        line-height: 1.875rem;
        font-size: .875rem;
        margin-bottom: 6px!important
    }
}

.pagination__item:last-child {
    margin-right: 0
}

.pagination__item:only-child {
    display: none
}

.pagination__link {
    text-decoration: none;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: inherit
}

.pagination__link--current {
    background-color: #e5e5e9;
    pointer-events: none
}

.pagination__link--hellip {
    pointer-events: none
}

.pagination__link:hover {
    background-color: #f3f3f4
}

.poll-report,.poll-report tr {
    position: relative
}

.poll-report th:last-of-type {
    position: absolute;
    right: 0
}

.poll-report td[colspan] {
    padding-right: 20%
}

@media(max-width: 480px) {
    .poll-report td[colspan] {
        padding-right:30%
    }
}

.poll-report td:last-child {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: right;
    background: transparent!important
}

.poll-report td:last-child .bar {
    position: inherit;
    height: 100%;
    right: 0;
    width: 0;
    top: 0;
    -webkit-transition: width 1.5s ease-out;
    -o-transition: width 1.5s ease-out;
    transition: width 1.5s ease-out;
    background-color: hsla(0,0%,71%,.2)
}

.poll-report td:first-child,.poll-report th:first-child {
    text-align: center;
    width: 10%
}

@media(max-width: 480px) {
    .poll-report td:first-child,.poll-report th:first-child {
        display:none
    }
}

.poll {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.poll .poll-result-question {
    font-weight: 600;
    margin-bottom: 10px
}

.poll .heading {
    width: 100%
}

.poll__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.poll__item:not(:last-of-type) {
    margin-bottom: 5px
}

.poll__item>div {
    margin-right: 10px
}

.poll__item>div.checked+label {
    font-weight: 500
}

.poll__item label {
    cursor: pointer
}

.poll__submit {
    margin-top: 20px
}

.poll__results {
    max-width: 33.33333%
}

@media(max-width: 1023px) {
    .poll__results {
        max-width:60%
    }
}

@media(max-width: 680px) {
    .poll__results {
        max-width:none
    }
}

.poll__bar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px
}

.poll__bar:first-of-type .poll__bar-line div {
    background-color: #69a861;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.poll__bar:nth-of-type(2) .poll__bar-line div {
    background-color: #485480;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.poll__bar:nth-of-type(3) .poll__bar-line div {
    background-color: #ff8282;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.poll__bar:nth-of-type(4) .poll__bar-line div {
    background-color: #e980ff;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.poll__bar-count {
    width: 14%
}

.poll__bar-count:after {
    content: "%"
}

.poll__bar-line {
    position: absolute;
    width: 97.5%;
    height: 3px;
    bottom: -3px;
    left: 0;
    pointer-events: none;
    background-color: #f2f2f5
}

.poll__bar-line div {
    width: 0;
    -webkit-transition: .9s ease-in;
    -o-transition: .9s ease-in;
    transition: .9s ease-in;
    background-color: #000;
    position: inherit;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 100%
}

@media(max-width: 680px) {
    .poll__bar--voted {
        font-weight:500
    }
}

.poll__bar--voted:after {
    position: absolute;
    background: url(/local/templates/rekam/frontend/assets/app/images/app/images/marked.png) no-repeat;
    width: 14px;
    height: 14px;
    right: -3.5%;
    top: .25em;
    content: ""
}

@media(max-width: 680px) {
    .poll__bar--voted:after {
        content:none
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

.js-preloader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    cursor: default;
    z-index: 500;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 0
}

.js-preloader__el {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    left: 50%;
    top: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin: -1.8em 0 0 -1.8em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 3.6em;
    height: 3.6em;
    border: .5em solid #262626;
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: b 1s cubic-bezier(.5,0,.5,1) infinite;
    animation: b 1s cubic-bezier(.5,0,.5,1) infinite;
    z-index: 501
}

.js-preloader--top .js-preloader__el {
    top: 25%
}

.js-preloader__el-dot {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit
}

.js-preloader__el-dot:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.js-preloader__el-dot:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.js-preloader__el-dot:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

.js-preloader--fade:before {
    content: "";
    display: inherit;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.9);
    position: inherit;
    z-index: inherit;
    cursor: default;
    pointer-events: none
}

.js-preloader--show {
    opacity: 1
}

.js-preloader__parent {
    position: relative;
    z-index: -1;
    pointer-events: none;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.js-preloader__parent--document .js-preloader {
    position: fixed
}

.js-preloader__parent * {
    pointer-events: inherit;
    -webkit-user-select: inherit;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    user-select: inherit;
    cursor: inherit
}

@media (max-width: 480px) {
    .grid-col {
        width:calc(25% - 15px);
        width: -webkit-calc(25% - 15px)
    }
}

.results {
    margin-top: 30px
}

@media(max-width: 768px) {
    @media (max-width:768px) {
        .results {
            margin-top:20px
        }
    }

    @media (max-width: 680px) {
        .results {
            margin-top:20px
        }
    }

    @media (max-width: 480px) {
        .results {
            margin-top:20px
        }
    }
}

.results__subheading {
    padding-bottom: 10px;
    border-bottom: 2px solid #d7d7da;
    margin-bottom: 10px
}

.results__subheading+.results__items .results__items-item {
    padding: 20px 0;
    border-bottom: 2px solid #d7d7da;
    margin: 0
}

@media(max-width: 768px) {
    .results__subheading+.results__items .results__items-item {
        padding:20px 0
    }

    @media (max-width: 768px) {
        .results__subheading+.results__items .results__items-item {
            padding:20px 0
        }
    }

    @media (max-width: 680px) {
        .results__subheading+.results__items .results__items-item {
            padding:20px 0
        }
    }

    @media (max-width: 480px) {
        .results__subheading+.results__items .results__items-item {
            padding:20px 0
        }
    }
}

.results__subheading+.results__items .results__items-item:last-of-type:not(:only-child) {
    padding-bottom: 0;
    border: 0
}

.results__pagination {
    margin-bottom: 30px
}

@media(max-width: 768px) {
    @media (max-width:768px) {
        .results__pagination {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .results__pagination {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .results__pagination {
            margin-bottom:20px
        }
    }
}

.results__count {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .results__count {
        font-size:1.125rem
    }
}

.results__count span {
    font-weight: 500
}

.results__items+.results__pagination {
    margin-top: 30px;
    margin-bottom: 0
}

@media(max-width: 768px) {
    .results__items+.results__pagination {
        margin-top:20px
    }

    @media (max-width: 768px) {
        .results__items+.results__pagination {
            margin-top:20px
        }
    }

    @media (max-width: 680px) {
        .results__items+.results__pagination {
            margin-top:20px
        }
    }

    @media (max-width: 480px) {
        .results__items+.results__pagination {
            margin-top:20px
        }
    }
}

.results__items-item {
    margin-bottom: 25px
}

@media(max-width: 768px) {
    @media (max-width:768px) {
        .results__items-item {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .results__items-item {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .results__items-item {
            margin-bottom:20px
        }
    }
}

.results__items-item-link {
    font-size: 1rem
}

.results__items-item:only-child {
    margin-bottom: 0
}

.results__items-item:only-child .chief {
    border-bottom: 0;
    padding-bottom: 0
}

.results__items-item .chief {
    border-bottom: 2px solid #d7d7da;
    position: relative;
    padding-bottom: 25px
}

@media(max-width: 768px) {
    @media (max-width:768px) {
        .results__items-item .chief {
            padding-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .results__items-item .chief {
            padding-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .results__items-item .chief {
            padding-bottom:20px
        }
    }
}

.results__items-item .chief .chief__left {
    max-width: 150px
}

@media (max-width: 480px) {
    .results__items-item .chief .chief__left {
        display:none
    }
}

.results__items-item .chief .chief__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0%;
    min-height: 198px
}

@media(max-width: 768px) {
    .results__items-item .chief .chief__right {
        padding-right:0
    }
}

@media (max-width: 480px) {
    .results__items-item .chief .chief__right {
        padding-left:0
    }
}

.results__items-item .chief .chief__department .heading {
    font-size: 1rem
}

.results__items-item .chief .chief__name {
    margin-bottom: 5px
}

.results__items-item .chief .chief__bd {
    margin-bottom: 0
}

.results__items-item .chief .chief__right>div:not(.chief__dls) {
    max-width: 69%
}

@media(min-width: 769px) and (max-width:920px) {
    .results__items-item .chief .chief__right>div:not(.chief__dls) {
        max-width:60%
    }
}

@media(max-width: 768px) {
    .results__items-item .chief .chief__right>div:not(.chief__dls) {
        max-width:none
    }
}

.results__items-item .chief .chief__position {
    font-size: .875rem
}

.results__items-item .chief .chief__dls {
    border-left: 1px solid #d7d7da;
    width: 25.5%;
    padding: 25px 0 25px 25px;
    position: absolute;
    right: 0;
    bottom: 25px;
    top: 0
}

@media(max-width: 768px) {
    .results__items-item .chief .chief__dls {
        width:100%;
        position: static;
        padding: 0;
        margin-top: 20px;
        border-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    @media (max-width: 680px) {
        .results__items-item .chief .chief__dls {
            margin-top:20px
        }
    }

    @media (max-width: 480px) {
        .results__items-item .chief .chief__dls {
            margin-top:20px
        }
    }

    @media (max-width: 768px) {
        .results__items-item .chief .chief__dls dl {
            margin:0 20px 0 0
        }
    }

    @media (max-width: 680px) {
        .results__items-item .chief .chief__dls dl {
            margin:0 20px 0 0
        }
    }

    @media (max-width: 480px) {
        .results__items-item .chief .chief__dls dl {
            margin:0 20px 0 0
        }
    }
}

@media(max-width: 680px) {
    .results__items-item .chief .chief__dls {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .results__items-item .chief .chief__dls dl {
        margin: 0 0 10px
    }

    .results__items-item .chief .chief__dls dl:last-of-type {
        margin-bottom: 0
    }
}

.section__aux-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px
}

@media (max-width: 768px) {
    .section__aux-row {
        margin-left:-20px
    }
}

@media (max-width: 680px) {
    .section__aux-row {
        margin-left:-20px
    }
}

@media (max-width: 480px) {
    .section__aux-row {
        margin-left:-15px
    }
}

.grid-col {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px)
}

@media (max-width: 480px) {
    .grid-col {
        width:calc(50% - 15px);
        width: -webkit-calc(50% - 15px)
    }
}

.section__aux-col {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    margin-left: 25px;
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .section__aux-col {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .section__aux-col {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .section__aux-col {
        margin-bottom:15px
    }
}

@media (max-width: 768px) {
    .section__aux-col {
        margin-left:20px
    }
}

@media (max-width: 680px) {
    .section__aux-col {
        margin-left:20px
    }
}

@media (max-width: 480px) {
    .section__aux-col {
        margin-left:15px
    }
}

@media (max-width: 768px) {
    .section__aux-col {
        width:calc(50% - 20px)
    }
}

@media (max-width: 480px) {
    .section__aux-col {
        width:calc(50% - 15px)
    }
}

@media(max-width: 680px) {
    .section__aux-col {
        width:calc(100% - 20px)
    }
}

@media (max-width: 768px) {
    .section__aux-col {
        width:-webkit-calc(50% - 20px)
    }
}

@media (max-width: 480px) {
    .section__aux-col {
        width:-webkit-calc(50% - 15px)
    }
}

@media(max-width: 680px) {
    .section__aux-col {
        width:-webkit-calc(100% - 20px)
    }
}

.section {
    margin: 4.275% 0
}

.gosuslugi-banner {
	overflow: hidden;
	max-height:208px;
}

@media(max-width: 540px) {
    .gosuslugi-banner {
	max-height:488px;
}
}


@media(max-width: 767px) {
    .section--mobile-hidden {
        display:none
    }
}

@media(max-width: 767px) {
    .section--mobile-hidden {
        display:none
    }
}

.section__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px
}

@media (max-width: 680px) {
    .section__header {
        display:block
    }
}

.section__header-right {
    margin-left: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 680px) {
    .section__header-right {
        margin-top:5px
    }
}

.section__title {
    margin: 0;
    max-width: 770px
}

.page--inside .section__title {
    max-width: 85%
}

.section__link {
    text-transform: uppercase;
    font-weight: 700;
    color: #262626
}

.section__timestamp {
    margin-top: 30px
}

@media (max-width: 768px) {
    @media (max-width:768px) {
        .section__timestamp {
            margin-top:20px
        }
    }

    @media (max-width: 680px) {
        .section__timestamp {
            margin-top:20px
        }
    }

    @media (max-width: 480px) {
        .section__timestamp {
            margin-top:20px
        }
    }
}

.section__timestamp .date {
    display: inherit
}

.section__timestamp~.section__detail,.section__timestamp~.section__preview {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    max-width: 69%
}

@media(max-width: 768px) {
    .section__timestamp~.section__detail,.section__timestamp~.section__preview {
        max-width:100%;
        margin-left: 0;
        margin-right: 0
    }
}

.section__embed {
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

@media(max-width: 1023px) {
    .section__embed {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.section__embed:empty {
    display: none
}

.section__embed iframe,.section__embed img {
    display: block
}

.section__embed .gallery-slider .swiper-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

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

.section__detail,.section__preview {
    font-size: 1rem;
    line-height: 1.6
}

.section__footer {
    padding: 20px 10px;
    border: 2px solid #d7d7da;
    border-width: 2px 0;
    margin-top: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 375px) {
    .section__footer {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.section__footer-right:only-child {
    margin-left: auto
}

.section__footer-left {
    font-size: 1rem;
    line-height: 1.25;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

@media(max-width: 375px) {
    .section__footer-left {
        margin-bottom:25px
    }

    @media (max-width: 768px) {
        .section__footer-left {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .section__footer-left {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .section__footer-left {
            margin-bottom:15px
        }
    }
}

.section__footer:empty {
    display: none
}

.section__aux {
    border-top: 3px solid #262626;
    margin-top: 40px
}

@media(max-width: 680px) {
    .section__aux {
        margin-top:30px
    }

    @media (max-width: 768px) {
        .section__aux {
            margin-top:30px
        }
    }

    @media (max-width: 680px) {
        .section__aux {
            margin-top:30px
        }
    }

    @media (max-width: 480px) {
        .section__aux {
            margin-top:30px
        }
    }
}

.section__aux:last-of-type {
    margin-top: 0
}

.section__aux-title {
    margin: 20px 0
}

.section__aux-title .h2,.section__aux-title .h3,.section__aux-title .h4,.section__aux-title .h5,.section__aux-title h2,.section__aux-title h3,.section__aux-title h4,.section__aux-title h5 {
    margin: 0
}

@media(max-width: 680px) {
    .section__aux-title {
        margin:20px 0
    }

    @media (max-width: 768px) {
        .section__aux-title {
            margin:20px 0
        }
    }

    @media (max-width: 680px) {
        .section__aux-title {
            margin:20px 0
        }
    }

    @media (max-width: 480px) {
        .section__aux-title {
            margin:20px 0
        }
    }
}

.section__aux-body h4 {
    margin-bottom: 15px;
    margin-top: 0
}

.section__aux-body p {
    margin: 0 0 10px
}

.section__aux-body p:last-child {
    margin-bottom: 0
}

.section__aux-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px
}

@media(max-width: 680px) {
    .section__aux-footer {
        margin-top:20px
    }

    @media (max-width: 768px) {
        .section__aux-footer {
            margin-top:20px
        }
    }

    @media (max-width: 680px) {
        .section__aux-footer {
            margin-top:20px
        }
    }

    @media (max-width: 480px) {
        .section__aux-footer {
            margin-top:20px
        }
    }
}

.section__aux-footer-right:empty {
    display: none
}

.section__aux-col {
    margin-bottom: 0
}

@media(max-width: 680px) {
    .section__aux-col:not(:last-of-type) {
        margin-bottom:20px
    }

    @media (max-width: 768px) {
        .section__aux-col:not(:last-of-type) {
            margin-bottom:20px
        }
    }

    @media (max-width: 680px) {
        .section__aux-col:not(:last-of-type) {
            margin-bottom:20px
        }
    }

    @media (max-width: 480px) {
        .section__aux-col:not(:last-of-type) {
            margin-bottom:20px
        }
    }
}

.section__aux-col:only-of-type {
    width: 100%
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #dddde1;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 0 15px;
    font-size: .875rem;
    line-height: 2.375rem;
    color: #262626;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .i-icon {
    display: block;
    margin-right: 14px;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.selectric-open .i-icon {
    -webkit-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0)
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-bottom-color: transparent
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    margin: 0!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    outline: none!important;
    border: none!important;
    *font: 0/0 a!important;
    background: none!important;
    display: none
}

.selectric-temp-show {
    position: absolute!important;
    visibility: hidden!important;
    display: block!important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #dddde1;
    border-top-color: transparent;
    z-index: -1
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items li,.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    min-height: 20px;
    color: #262626
}

.selectric-items li {
    display: block;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.selectric-items li:hover {
    background: #f2f2f5;
    font-weight: 500
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default!important;
    background: none!important;
    color: #666!important
}

.selectric-items .disabled,.selectric-items .selectric-group .selectric-group-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px
}

@media (max-width: 768px) {
    .services-grid {
        margin-left:-20px
    }
}

@media (max-width: 680px) {
    .services-grid {
        margin-left:-20px
    }
}

@media (max-width: 480px) {
    .services-grid {
        margin-left:-15px
    }
}

.grid-col {
    width: -webkit-calc(25% - 25px);
    width: calc(25% - 25px)
}

@media (max-width: 768px) {
    .grid-col {
        width:calc(50% - 20px)
    }
}

@media (max-width: 680px) {
    .grid-col {
        width:calc(100% - 20px)
    }
}

@media (max-width: 480px) {
    .grid-col {
        width:calc(100% - 15px)
    }
}

@media (max-width: 768px) {
    .grid-col {
        width:-webkit-calc(50% - 20px)
    }
}

@media (max-width: 680px) {
    .grid-col {
        width:-webkit-calc(100% - 20px)
    }
}

@media (max-width: 480px) {
    .grid-col {
        width:-webkit-calc(100% - 15px)
    }
}

.services-grid__col {
    width: -webkit-calc(25% - 25px);
    width: calc(25% - 25px);
    margin-left: 25px;
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .services-grid__col {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .services-grid__col {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .services-grid__col {
        margin-bottom:15px
    }
}

@media (max-width: 768px) {
    .services-grid__col {
        margin-left:20px
    }
}

@media (max-width: 680px) {
    .services-grid__col {
        margin-left:20px
    }
}

@media (max-width: 480px) {
    .services-grid__col {
        margin-left:15px
    }
}

@media (max-width: 768px) {
    .services-grid__col {
        width:calc(50% - 20px)
    }
}

@media (max-width: 680px) {
    .services-grid__col {
        width:calc(100% - 20px)
    }
}

@media (max-width: 480px) {
    .services-grid__col {
        width:calc(100% - 15px)
    }
}

@media (max-width: 768px) {
    .services-grid__col {
        width:-webkit-calc(50% - 20px)
    }
}

@media (max-width: 680px) {
    .services-grid__col {
        width:-webkit-calc(100% - 20px)
    }
}

@media (max-width: 480px) {
    .services-grid__col {
        width:-webkit-calc(100% - 15px)
    }
}

.service-card {
    position: relative;
    height: 0;
    padding-bottom: 63%
}

@media (max-width: 680px) {
    .service-card {
        padding-bottom:45%
    }
}

.service-card__bg,.service-card__link,.service-card__title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.service-card__link {
    z-index: 2;
    border: 0
}

.service-card__bg {
    -webkit-background-size: cover;
    background-size: cover
}

@media (max-width: 680px) {
    .service-card__bg {
        background-position:100% 50%
    }
}

.service-card__title {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    padding: 17px 20px
}

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

@media (max-width: 1023px) {
    .sides {
        display:block
    }
}

.sides__sidebar {
    width: 360px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px
}

@media (max-width: 768px) {
    .sides__sidebar {
        margin-right:20px
    }
}

@media (max-width: 680px) {
    .sides__sidebar {
        margin-right:20px
    }
}

@media (max-width: 480px) {
    .sides__sidebar {
        margin-right:15px
    }
}

@media (max-width: 1366px) {
    .sides__sidebar {
        width:300px
    }
}

@media (max-width: 1023px) {
    .sides__sidebar {
        width:100%;
        margin: 0;
        margin-bottom: 20px
    }
}

.sides__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0
}

.map-columns {
    width: 100%;
    border-bottom: 0;
    margin-bottom: 0
}

@media(max-width: 480px) {
    .map-columns {
        display:block
    }

    .map-columns tbody,.map-columns td,.map-columns tr {
        display: inherit;
        width: inherit
    }

    .map-columns td:last-child {
        padding-top: 0
    }
}

.map-columns td {
    padding: 25px 0 0
}

@media (max-width: 768px) {
    .map-columns td {
        padding:20px 0 0
    }
}

@media (max-width: 680px) {
    .map-columns td {
        padding:20px 0 0
    }
}

@media (max-width: 480px) {
    .map-columns td {
        padding:15px 0 0
    }
}

.map-columns .map-level-0>li {
    margin: 0 0 25px
}

@media (max-width: 768px) {
    .map-columns .map-level-0>li {
        margin:0 0 20px
    }
}

@media (max-width: 680px) {
    .map-columns .map-level-0>li {
        margin:0 0 20px
    }
}

@media (max-width: 480px) {
    .map-columns .map-level-0>li {
        margin:0 0 15px
    }
}

.map-columns .map-level-0>li:last-child {
    margin-bottom: 0
}

.map-columns .map-level-0>li>a {
    font-size: 1.125rem
}

.card-slider .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px
}

@media (max-width: 768px) {
    .card-slider .swiper-wrapper {
        margin-left:-20px
    }
}

@media (max-width: 680px) {
    .card-slider .swiper-wrapper {
        margin-left:-20px
    }
}

@media (max-width: 480px) {
    .card-slider .swiper-wrapper {
        margin-left:-15px
    }
}

.card-slider__slide {
    width: -webkit-calc(33.33% - 25px);
    width: calc(33.33% - 25px);
    margin-left: 25px;
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .card-slider__slide {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .card-slider__slide {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .card-slider__slide {
        margin-bottom:15px
    }
}

@media (max-width: 768px) {
    .card-slider__slide {
        margin-left:20px
    }
}

@media (max-width: 680px) {
    .card-slider__slide {
        margin-left:20px
    }
}

@media (max-width: 480px) {
    .card-slider__slide {
        margin-left:15px
    }
}

@media (max-width: 768px) {
    .card-slider__slide {
        width:calc(33.33% - 20px)
    }
}

@media (max-width: 680px) {
    .card-slider__slide {
        width:calc(33.33% - 20px)
    }
}

@media (max-width: 480px) {
    .card-slider__slide {
        width:calc(33.33% - 15px)
    }
}

@media (max-width: 768px) {
    .card-slider__slide {
        width:-webkit-calc(33.33% - 20px)
    }
}

@media (max-width: 680px) {
    .card-slider__slide {
        width:-webkit-calc(33.33% - 20px)
    }
}

@media (max-width: 480px) {
    .card-slider__slide {
        width:-webkit-calc(33.33% - 15px)
    }
}

.swiper-button-disabled {
    pointer-events: none
}

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

.slider {
    margin-bottom: 15px
}

.slider__pagination {
    margin-top: 15px
}

.slider__pagination,.slider__pagination-bullet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.slider__pagination-bullet {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    border: 3px solid transparent;
    position: relative;
    cursor: pointer;
    background-color: #d9dae3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slider__pagination-bullet:not(:last-child) {
    margin-right: 12px
}

.slider__pagination-bullet--active {
    background-color: #fff;
    border-color: #6d6d6f
}

.main-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.main-slider .swiper-slide {
    height: auto
}

.main-slider__slide {
    background-color: #d8d8d8;
    height: 100%
}

.main-slider-slide {
    position: relative
}

.main-slider-slide__link {
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.main-slider-slide__block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 35px 40px
}

@media (max-width: 1170px) {
    .main-slider-slide__block {
        padding:25px
    }

    @media (max-width: 768px) {
        .main-slider-slide__block {
            padding:20px
        }
    }

    @media (max-width: 680px) {
        .main-slider-slide__block {
            padding:20px
        }
    }

    @media (max-width: 480px) {
        .main-slider-slide__block {
            padding:15px
        }
    }
}

.main-slider-slide__title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    text-shadow: #000 1px 1px 0,#000 -1px -1px 0,#000 -1px 1px 0,#000 1px -1px 0
}

@media (max-width: 1170px) {
    .main-slider-slide__title {
        font-size:2.3125rem;
        line-height: 1.05
    }
}

@media (max-width: 1023px) {
    .main-slider-slide__title {
        font-size:2.1rem;
        line-height: 1.025
    }
}

@media (max-width: 768px) {
    .main-slider-slide__title {
        font-size:1.55rem
    }
}

@media (max-width: 480px) {
    .main-slider-slide__title {
        font-size:1.2875rem
    }
}

@media (max-width: 375px) {
    .main-slider-slide__title {
        font-size:1.075rem
    }
}

@media (max-width: 1170px) {
    .main-slider-slide__title br {
        display:none
    }
}

.main-slider-slide__img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    font-family: object-fit\:cover;
    object-fit: cover;
    min-height: inherit
}

@media (max-width: 480px) {
    .main-slider-slide__img {
        -o-object-position:50% 50%;
        object-position: 50% 50%
    }
}

.main-slider-slide__img img {
    display: block
}

.main-slider-slide__img-wrap {
    height: 100%
}

@media (max-width: 480px) {
    .main-slider-slide__img-wrap {
        min-height:200px
    }
}

.card-slider {
    position: relative
}

.card-slider .swiper-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 768px) {
    .card-slider .swiper-container:after {
        content:"";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20%;
        background: -webkit-gradient(linear,left top,right top,from(transparent),to(#fff));
        background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff);
        background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff);
        z-index: 3
    }
}

@media(max-width: 680px) {
    .card-slider .swiper-container:after {
        width:7.5%
    }

    .card-slider .swiper-container .card__image-wrap img {
        width: 100%
    }

    .card-slider .swiper-container .card__text,.card-slider .swiper-container .card__title {
        padding-right: 7.5%
    }
}

.card-slider .swiper-wrapper {
    height: auto;
    width: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768px) {
    .card-slider .swiper-wrapper {
        margin-left:0
    }
}

.card-slider__slide {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 374px
}

@media (max-width: 768px) {
    .card-slider__slide {
        margin-left:0
    }
}

.card-slider__btn {
    position: absolute;
    z-index: 3;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #f0f0f4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

@media (max-width: 768px) {
    .card-slider__btn {
        height:40px
    }
}

@media (max-width: 680px) {
    .card-slider__btn {
        height:40px
    }
}

@media (max-width: 480px) {
    .card-slider__btn {
        height:30px
    }
}

@media (max-width: 768px) {
    .card-slider__btn {
        width:40px
    }
}

@media (max-width: 680px) {
    .card-slider__btn {
        width:40px
    }
}

@media (max-width: 480px) {
    .card-slider__btn {
        width:30px
    }
}

@media(max-width: 1280px) {
    .card-slider__btn {
        display:none
    }
}

.card-slider__btn:hover {
    background: #dddde1
}

.card-slider__btn.swiper-button-disabled {
    opacity: .5
}

.card-slider__btn--prev {
    left: -75px
}

@media (max-width: 768px) {
    .card-slider__btn--prev {
        left:-60px
    }
}

@media (max-width: 680px) {
    .card-slider__btn--prev {
        left:-60px
    }
}

@media (max-width: 480px) {
    .card-slider__btn--prev {
        left:-45px
    }
}

.card-slider__btn--prev .i-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.card-slider__btn--next {
    right: -75px
}

@media (max-width: 768px) {
    .card-slider__btn--next {
        right:-60px
    }
}

@media (max-width: 680px) {
    .card-slider__btn--next {
        right:-60px
    }
}

@media (max-width: 480px) {
    .card-slider__btn--next {
        right:-45px
    }
}

.card-slider__btn .i-icon {
    display: block
}

.people-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.people-slider-next {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e5e5e9;
    color: #5c5c5d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-width: 768px) {
    .people-slider-next {
        height:40px
    }
}

@media (max-width: 680px) {
    .people-slider-next {
        height:40px
    }
}

@media (max-width: 480px) {
    .people-slider-next {
        height:30px
    }
}

@media (max-width: 768px) {
    .people-slider-next {
        width:40px
    }
}

@media (max-width: 680px) {
    .people-slider-next {
        width:40px
    }
}

@media (max-width: 480px) {
    .people-slider-next {
        width:30px
    }
}

.people-slider-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e5e5e9;
    color: #5c5c5d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-width: 768px) {
    .people-slider-prev {
        height:40px
    }
}

@media (max-width: 680px) {
    .people-slider-prev {
        height:40px
    }
}

@media (max-width: 480px) {
    .people-slider-prev {
        height:30px
    }
}

@media (max-width: 768px) {
    .people-slider-prev {
        width:40px
    }
}

@media (max-width: 680px) {
    .people-slider-prev {
        width:40px
    }
}

@media (max-width: 480px) {
    .people-slider-prev {
        width:30px
    }
}

.people-slider-next:hover {
    background-color: #d2d2d6
}

.people-slider-prev:hover {
    background-color: #d2d2d6
}

@media(max-width: 1280px) {
    .people-slider-next,.people-slider-prev {
        display:none
    }
}

.people-slider-prev {
    left: -25px
}

@media (max-width: 768px) {
    .people-slider-prev {
        left:-20px
    }
}

@media (max-width: 680px) {
    .people-slider-prev {
        left:-20px
    }
}

@media (max-width: 480px) {
    .people-slider-prev {
        left:-15px
    }
}

.people-slider-prev .i-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.people-slider-next {
    right: -25px
}

@media (max-width: 768px) {
    .people-slider-next {
        right:-20px
    }
}

@media (max-width: 680px) {
    .people-slider-next {
        right:-20px
    }
}

@media (max-width: 480px) {
    .people-slider-next {
        right:-15px
    }
}

@media(max-width: 768px) {
    .people-slider {
        position:relative
    }

    .people-slider:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 12.5%;
        background: -webkit-gradient(linear,right top,left top,from(#e5e5e9),to(transparent));
        background: -webkit-linear-gradient(right,#e5e5e9,hsla(240,8%,91%,0));
        background: linear-gradient(270deg,#e5e5e9,hsla(240,8%,91%,0));
        height: 100%;
        content: "";
        z-index: 3
    }
}

@media(max-width: 680px) {
    .people-slider:after {
        width:20%
    }
}

.people-slider__slide {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

@media(max-width: 768px) {
    .people-slider__slide {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

.people-slider__image img {
    display: block;
    max-width: 260px;
    max-height: 318px;
    margin: 0 auto
}

@media(max-width: 1280px) {
    .people-slider__image img {
        max-width:100%
    }
}

.people-slider__caption {
    text-align: center;
    padding: 0 15%;
    margin-top: 10px;
    font-size: 1rem
}

@media (max-width: 1023px) {
    .people-slider__caption {
        font-size:.875rem
    }
}

.gallery-slider {
    width: 100%;
    position: relative
}

.gallery-slider--disabled .gallery-slider-fade-pagination {
    display: none
}

.gallery-slider-fade-pagination {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.gallery-slider-fade-pagination__item {
    cursor: pointer;
    position: inherit;
    top: inherit;
    width: 12%;
    z-index: 2;
    height: inherit;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.gallery-slider-fade-pagination__item .i-icon {
    position: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    fill: #fff;
    display: block;
    background: rgba(0,0,0,.2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 10px
}

@media (max-width: 768px) {
    .gallery-slider-fade-pagination__item .i-icon {
        height:40px
    }
}

@media (max-width: 680px) {
    .gallery-slider-fade-pagination__item .i-icon {
        height:40px
    }
}

@media (max-width: 480px) {
    .gallery-slider-fade-pagination__item .i-icon {
        height:30px
    }
}

@media (max-width: 768px) {
    .gallery-slider-fade-pagination__item .i-icon {
        width:40px
    }
}

@media (max-width: 680px) {
    .gallery-slider-fade-pagination__item .i-icon {
        width:40px
    }
}

@media (max-width: 480px) {
    .gallery-slider-fade-pagination__item .i-icon {
        width:30px
    }
}

@media(max-width: 768px) {
    .gallery-slider-fade-pagination__item {
        width:30%
    }

    .gallery-slider-fade-pagination__item:hover {
        width: 30%!important
    }

    .gallery-slider-fade-pagination__item .i-icon {
        display: none
    }
}

.gallery-slider-fade-pagination__item.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

.gallery-slider-fade-pagination__item--right {
    right: 0;
    opacity: 1;
    background: -webkit-gradient(linear,right top,left top,from(#fff),to(transparent));
    background: -webkit-linear-gradient(right,#fff,hsla(0,0%,100%,0));
    background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0))
}

.gallery-slider-fade-pagination__item--right:hover {
    width: 15%
}

.gallery-slider-fade-pagination__item--left {
    left: 0;
    opacity: 1;
    background: -webkit-gradient(linear,left top,right top,from(#fff),to(transparent));
    background: -webkit-linear-gradient(left,#fff,hsla(0,0%,100%,0));
    background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0))
}

.gallery-slider-fade-pagination__item--left .i-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.gallery-slider-fade-pagination__item--left:hover {
    width: 15%
}

@media(max-width: 768px) {
    .gallery-slider-fade-pagination__item--left {
        display:none
    }
}

.gallery-slider .swiper-container {
    margin: 0;
    width: 100%
}

.gallery-slider .swiper-slide {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: .75
}

.gallery-slider .swiper-slide:hover {
    opacity: 1
}

.gallery-thumbs {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0%;
    margin-left: 25px
}

@media (max-width: 768px) {
    .gallery-thumbs {
        margin-left:20px
    }
}

@media (max-width: 680px) {
    .gallery-thumbs {
        margin-left:20px
    }
}

@media (max-width: 480px) {
    .gallery-thumbs {
        margin-left:15px
    }
}

.gallery-thumbs .swiper-wrapper {
    margin-left: 0
}

.gallery-thumbs .swiper-slide {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: .5;
    cursor: pointer;
    margin-right: 12.5px
}

@media (max-width: 768px) {
    .gallery-thumbs .swiper-slide {
        margin-right:10px
    }
}

@media (max-width: 680px) {
    .gallery-thumbs .swiper-slide {
        margin-right:10px
    }
}

@media (max-width: 480px) {
    .gallery-thumbs .swiper-slide {
        margin-right:7.5px
    }
}

.gallery-thumbs .swiper-slide:last-of-type {
    margin-right: 0
}

.gallery-thumbs .swiper-slide:first-of-type {
    margin-bottom: 12.5px
}

@media (max-width: 768px) {
    .gallery-thumbs .swiper-slide:first-of-type {
        margin-bottom:10px
    }
}

@media (max-width: 680px) {
    .gallery-thumbs .swiper-slide:first-of-type {
        margin-bottom:10px
    }
}

@media (max-width: 480px) {
    .gallery-thumbs .swiper-slide:first-of-type {
        margin-bottom:7.5px
    }
}

.gallery-thumbs .swiper-slide-thumb-active {
    pointer-events: none;
    opacity: 1
}

.gallery-thumbs .swiper-slide img {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.gallery-thumbs .swiper-slide:hover {
    opacity: .75
}

.socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #949494
}

.socials__item {
    margin: 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.socials__item:hover {
    opacity: 1
}

@media (max-width: 768px) {
    .socials__item:first-of-type {
        margin-left:0
    }
}

.socials__icon {
    height: 20px;
    width: 20px
}

.socials__icon path {
    fill: currentColor
}

.socials__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

details {
    position: relative;
    min-height: 1em;
    max-height: 10em;
    -webkit-transition: min-height .15s linear,max-height .5s linear;
    -o-transition: min-height .15s linear,max-height .5s linear;
    transition: min-height .15s linear,max-height .5s linear;
    will-change: max-height;
    overflow: hidden
}

section.grafik__container details:only-child {
    margin-bottom: 25px;    
}

details:not(:only-child) {
    margin-bottom: 25px;
    margin-top: 25px
}

@media (max-width: 768px) {
    details:not(:only-child) {
        margin-top:20px
    }
}

@media (max-width: 680px) {
    details:not(:only-child) {
        margin-top:20px
    }
}

@media (max-width: 480px) {
    details:not(:only-child) {
        margin-top:15px
    }
}

@media (max-width: 768px) {
    details:not(:only-child) {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    details:not(:only-child) {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    details:not(:only-child) {
        margin-bottom:15px
    }
}

details:not(:only-child)[open] {
    padding-bottom: 25px
}

@media (max-width: 768px) {
    details:not(:only-child)[open] {
        padding-bottom:20px
    }
}

@media (max-width: 680px) {
    details:not(:only-child)[open] {
        padding-bottom:20px
    }
}

@media (max-width: 480px) {
    details:not(:only-child)[open] {
        padding-bottom:15px
    }
}

details[open] {
    min-height: 2em;
    max-height: 9999999em
}

details[open] summary {
    margin-bottom: 20px
}

details[open] summary span {
    color: inherit!important
}

details[open] summary .i-icon {
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

details[open] summary~* {
    opacity: 1
}

details summary {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    padding-right: 50px;
    cursor: pointer;
    outline: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative
}

@media (max-width: 768px) {
    details summary {
        padding-right:40px
    }
}

@media (max-width: 680px) {
    details summary {
        padding-right:40px
    }
}

@media (max-width: 480px) {
    details summary {
        padding-right:30px
    }
}

details summary h2,details summary h3,details summary h4,details summary h5 {
    margin-top: 0
}

details summary a[name] {
    border: 0;
    visibility: hidden
}

details summary:before {
    content: none!important
}

details summary[data-css-label]:before {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.375rem;
    color: #6c6c6c;
    content: attr(data-css-label)!important;
    width: 100%;
    display: block
}

details summary:hover span {
    color: #5c5c5d
}

details summary::-webkit-details-marker {
    display: none
}

details summary::-moz-list-bullet {
    list-style-type: none
}

details summary>:first-child {
    width: 100%;
    margin: 0;
    display: block
}

details summary span {
    border-bottom: 1px dotted currentColor;
    font-weight: 500;
    color: #485480;
    margin-right: 5%;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

details summary .i-icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    opacity: .5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

details summary~* {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.table-overflow,.table-overflow__wrapper {
    position: relative;
    width: 100%
}

.table-overflow__wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 768px) {
    .table-overflow:after {
        position:absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 25%;
        background: -webkit-gradient(linear,left top,right top,from(transparent),to(#fff));
        background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff);
        background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff);
        content: ""
    }

    .table-overflow table {
        min-width: 200vw
    }

    .table-overflow table td:last-child,.table-overflow table th:last-child {
        padding-right: 75px
    }
}

.page table {
    border: 2px solid #e2e2e6;
    border-width: 2px 0;
    border-collapse: collapse;
    margin-bottom: 40px;
    empty-cells: hide
}

@media(max-width: 680px) {
    .page table[data-hide-td-1] td:first-child,.page table[data-hide-td-1] th:first-child {
        display:none
    }
}

@media(max-width: 680px) {
    .page table[data-hide-td-2] td:nth-child(2),.page table[data-hide-td-2] th:nth-child(2) {
        display:none
    }
}

@media(max-width: 680px) {
    .page table[data-hide-td-3] td:nth-child(3),.page table[data-hide-td-3] th:nth-child(3) {
        display:none
    }
}

@media(max-width: 680px) {
    .page table[data-hide-td-4] td:nth-child(4),.page table[data-hide-td-4] th:nth-child(4) {
        display:none
    }
}

@media(max-width: 680px) {
    .page table[data-hide-td-5] td:nth-child(5),.page table[data-hide-td-5] th:nth-child(5) {
        display:none
    }
}

@media(max-width: 680px) {
    .page table[data-hide-td-6] td:nth-child(6),.page table[data-hide-td-6] th:nth-child(6) {
        display:none
    }
}

.page table td,.page table th {
    padding: 18px;
    border: 0
}

section.grafik__container table td,section.grafik__container table th {
    border: 1px solid #e2e2e6
}

@media (max-width: 1023px) {
    .page table td,.page table th {
        padding:15px
    }
}

.page table th {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.22222;
    background-color: #fff;
    text-align: left
}

@media (max-width: 1023px) {
    .page table th {
        font-size:1rem
    }
}

.page table td {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

@media(max-width: 680px) {
    .page table td[data-hide] {
        display:none
    }
}

@media(max-width: 680px) {
    .page table tr[data-hide] {
        display:none
    }
}

.page table tr:not(:only-child):not([data-js-bar]):hover td {
    background-color: #f0f0f4!important
}

.page table tr:nth-child(2n) td {
    background-color: #f8f8fa
}

.page table tr:nth-child(2n) td .bar {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

html.visually-impaired .results__items-item .chief .chief__dls {
    position: static;
    border: 0;
    padding-left: 0
}

html.visually-impaired .label span {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

html.visually-impaired .label span[data-message]:after {
    width: 100%;
    padding-bottom: 2.5px;
    font-weight: 500
}

html.visually-impaired .poll__bar--voted:after {
    content: none
}

html.visually-impaired .poll__bar--voted {
    font-weight: 700
}

html.visually-impaired .header__nav-feedback .header__nav-col {
    width: auto
}

html.visually-impaired .header__nav-feedback .header__nav-col--address {
    padding-left: 0
}

html.visually-impaired .card__flow-bg {
    background-image: none!important
}

html.visually-impaired .card--big .card__left {
    display: none
}

html.visually-impaired .card--big .card__right {
    width: 100%
}

html.visually-impaired .card {
    -webkit-box-shadow: none;
    box-shadow: none
}

html.visually-impaired * {
    font-style: normal
}

html.visually-impaired .poll-report td:last-child {
    background-color: transparent!important
}

html.visually-impaired .input {
    font-size: inherit;
    letter-spacing: inherit
}

html.visually-impaired .header__for-disabled {
    display: none
}

html.visually-impaired .for-disabled {
    pointer-events: none
}

html.visually-impaired h1 {
    line-height: 1.33
}

html.visually-impaired .burger__text {
    width: auto;
    text-transform: uppercase
}

html.visually-impaired .ya-share2__link,html.visually-impaired div[style*=background-image],html.visually-impaired iframe,html.visually-impaired img,html.visually-impaired object,html.visually-impaired picture,html.visually-impaired svg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

html.visually-impaired .icon-link--archive .i-icon,html.visually-impaired .links-broadcast .i-icon {
    display: none
}

html.visually-impaired .header__nav {
    height: 50vh
}

html.visually-impaired--high-contrast-1 .main-slider {
    color: #fff
}

html.visually-impaired--high-contrast-1 .footer__wrap,html.visually-impaired--high-contrast-1 .results__subheading,html.visually-impaired--high-contrast-1 .results__subheading+.results__items .results__items-item,html.visually-impaired--high-contrast-1 .section__footer {
    border-color: #000
}

html.visually-impaired--high-contrast-1 .chief__dls dt,html.visually-impaired--high-contrast-1 .date,html.visually-impaired--high-contrast-1 .label,html.visually-impaired--high-contrast-1 a,html.visually-impaired--high-contrast-1 details summary[data-css-label]:before,html.visually-impaired--high-contrast-1 details summary span {
    color: #000
}

html.visually-impaired--high-contrast-1 .label span[data-message]:after {
    background: #000;
    color: #fff
}

html.visually-impaired--high-contrast-2 .page--main .chief .chief__name a {
    color: #fff
}

html.visually-impaired--high-contrast-2 .distric-map__field * {
    color: #000!important
}

html.visually-impaired--high-contrast-2 .card--big,html.visually-impaired--high-contrast-2 .chief--big,html.visually-impaired--high-contrast-2 .fancybox-content,html.visually-impaired--high-contrast-2 .header,html.visually-impaired--high-contrast-2 .highlighted:not(.selected),html.visually-impaired--high-contrast-2 .links-broadcast,html.visually-impaired--high-contrast-2 .pagination__item,html.visually-impaired--high-contrast-2 .pagination__link--current {
    background: #000
}

html.visually-impaired--high-contrast-2 .date {
    font-weight: 500;
    font-style: normal;
    color: #000
}

html.visually-impaired--high-contrast-2 .breadcrumbs,html.visually-impaired--high-contrast-2 .chief__dls dt,html.visually-impaired--high-contrast-2 .date,html.visually-impaired--high-contrast-2 details summary[data-css-label]:before {
    color: #fff
}

html.visually-impaired--high-contrast-2 .fast-search__btn .i-icon {
    fill: #000
}

html.visually-impaired--high-contrast-2 button .i-icon {
    fill: #fff
}

html.visually-impaired--high-contrast-2 .btn:not(.btn--dark) {
    background: #000;
    color: #fff
}

html.visually-impaired--high-contrast-2 .overlay {
    background-color: rgba(0,0,0,.75)
}

html.visually-impaired--high-contrast-2 .selectric,html.visually-impaired--high-contrast-2 .selectric * {
    color: #000!important
}

html.visually-impaired--high-contrast-2 table tr:hover td {
    background-color: #000!important;
    color: #fff!important
}

html.visually-impaired--high-contrast-2 td,html.visually-impaired--high-contrast-2 th,html.visually-impaired--high-contrast-2 tr {
    background-color: #000!important
}

html.visually-impaired--high-contrast-2 .fancybox-close-small:after,html.visually-impaired--high-contrast-2 .fancybox-close-small:before {
    background-color: #fff
}

html.visually-impaired--high-contrast-2 .card__flow-bg,html.visually-impaired--high-contrast-2 .modal__footer {
    background-color: #000
}

html.visually-impaired--high-contrast-2 .label span[data-message]:after {
    background: #000;
    color: #fff
}

html.visually-impaired--high-contrast-3 .ya-share2__link,html.visually-impaired--high-contrast-3 div[style*=background-image],html.visually-impaired--high-contrast-3 iframe,html.visually-impaired--high-contrast-3 img,html.visually-impaired--high-contrast-3 object,html.visually-impaired--high-contrast-3 picture,html.visually-impaired--high-contrast-3 svg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

html.visually-impaired--high-contrast-3 .main-slider-slide__title {
    color: #fff!important
}

html.visually-impaired--high-contrast-3 .slider__pagination-bullet {
    background-color: #1d6aa5;
    border-color: #195283
}

html.visually-impaired--high-contrast-3 .btn--dark,html.visually-impaired--high-contrast-3 .fancybox-close-small:after,html.visually-impaired--high-contrast-3 .fancybox-close-small:before {
    background-color: #1d6aa5
}

html.visually-impaired--high-contrast-3 .footer__wrap,html.visually-impaired--high-contrast-3 .results__subheading,html.visually-impaired--high-contrast-3 .results__subheading+.results__items .results__items-item,html.visually-impaired--high-contrast-3 .section__footer {
    border-color: #195283
}

html.visually-impaired--high-contrast-3 .input {
    background-color: #fff;
    color: #195283
}

html.visually-impaired--high-contrast-3 .service-card__title {
    color: #fff!important;
    text-shadow: 0 5px 5px rgba(0,0,0,.5)
}

html.visually-impaired--high-contrast-3 .breadcrumbs,html.visually-impaired--high-contrast-3 .chief__dls dt,html.visually-impaired--high-contrast-3 .date,html.visually-impaired--high-contrast-3 .label,html.visually-impaired--high-contrast-3 .page--main .chief .chief__name a,html.visually-impaired--high-contrast-3 details summary[data-css-label]:before {
    color: #195283
}

html.visually-impaired--high-contrast-3 .card--big,html.visually-impaired--high-contrast-3 .card--white,html.visually-impaired--high-contrast-3 .chief--big,html.visually-impaired--high-contrast-3 .fancybox-content,html.visually-impaired--high-contrast-3 .highlighted:not(.selected),html.visually-impaired--high-contrast-3 .links-broadcast,html.visually-impaired--high-contrast-3 .pagination__link--current {
    background: #fff
}

html.visually-impaired--high-contrast-3 table tr:hover td {
    background-color: #fff!important
}

html.visually-impaired--high-contrast-3 td,html.visually-impaired--high-contrast-3 th,html.visually-impaired--high-contrast-3 tr {
    background-color: #fff!important
}

html.visually-impaired--high-contrast-3 .label span[data-message]:after {
    background: #195283;
    color: #fff
}

html.visually-impaired--high-contrast-1 :after,html.visually-impaired--high-contrast-1 :before {
    color: #212121
}

html.visually-impaired--high-contrast-1 .events-calendar__title {
    color: #fff!important
}

html.visually-impaired--high-contrast-1 body {
    background-color: #fff
}

html.visually-impaired--high-contrast-1 blockquote {
    background-color: #000;
    border-color: #000;
    color: #fff;
    margin: 0
}

html.visually-impaired--high-contrast-1 .button {
    background: none;
    border: 1px solid #000;
    width: auto;
    color: #000
}

html.visually-impaired--high-contrast-1 .button:hover {
    background: #000;
    color: #fff
}

html.visually-impaired--high-contrast-1 .sidebar {
    background-color: #212121
}

html.visually-impaired--high-contrast-1 .sidebar__title {
    color: #fff!important;
    opacity: 1
}

html.visually-impaired--high-contrast-1 .sidebar__filter {
    background-color: #f4f4f4
}

html.visually-impaired--high-contrast-1 .side-nav__item {
    border: none;
    background: 0
}

html.visually-impaired--high-contrast-1 .side-nav__link {
    color: #fff!important;
    padding: 15px
}

html.visually-impaired--high-contrast-1 .side-nav__link:hover {
    color: #fff;
    background-color: #000
}

html.visually-impaired--high-contrast-1 .icon g,html.visually-impaired--high-contrast-1 .icon path {
    fill: #000;
    stroke: #000
}

html.visually-impaired--high-contrast-1 .option:hover {
    background-color: #000;
    color: #fff
}

html.visually-impaired--high-contrast-1 .paginator__item {
    border: 1px solid #000
}

html.visually-impaired--high-contrast-1 .paginator__item--active,html.visually-impaired--high-contrast-1 .paginator__item:hover {
    background-color: #000;
    color: #fff!important
}

html.visually-impaired--high-contrast-1 .paginator__item--active path,html.visually-impaired--high-contrast-1 .paginator__item:hover path {
    fill: #fff!important
}

html.visually-impaired--high-contrast-1 .description-list__details {
    color: #000
}

html.visually-impaired--high-contrast-1 .hint__content {
    background-color: #000;
    color: #fff!important
}

html.visually-impaired--high-contrast-1 .hint__content:after {
    border-top: 8px solid #000
}

html.visually-impaired--high-contrast-1 .switcher__item {
    background-color: #000;
    color: #fff!important;
    border: 1px solid #fff
}

html.visually-impaired--high-contrast-1 .calendar-event__link,html.visually-impaired--high-contrast-1 .calendar-event__text,html.visually-impaired--high-contrast-1 .calendar-event__title {
    color: #fff!important
}

html.visually-impaired--high-contrast-1 .news-widget {
    background-color: #fff;
    background-image: none
}

html.visually-impaired--high-contrast-1 .news-widget__top {
    background-color: #000
}

html.visually-impaired--high-contrast-1 .main-h2,html.visually-impaired--high-contrast-1 .news-widget__more {
    color: #fff!important
}

html.visually-impaired--high-contrast-1 .select {
    border: 1px solid #000
}

html.visually-impaired--high-contrast-1 .calculator-link {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
    background-image: -webkit-linear-gradient(#000,#000);
    background-image: linear-gradient(#000,#000)
}

html.visually-impaired--high-contrast-1 .calculator-link span.calculator-link__text {
    color: #fff
}

html.visually-impaired--high-contrast-1 .calculator-link:after {
    display: none
}

html.visually-impaired--high-contrast-2 a:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-2 div:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-2 h1:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-2 h2:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-2 h3:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-2 h4:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-2 p:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-2 span:not(.visually-impaired-panel__btn) {
    color: #fff
}

html.visually-impaired--high-contrast-2 :after,html.visually-impaired--high-contrast-2 :before {
    color: #fff
}

html.visually-impaired--high-contrast-2 .events-calendar__title {
    color: #000!important
}

html.visually-impaired--high-contrast-2 body {
    background-color: #212121
}

html.visually-impaired--high-contrast-2 blockquote {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    margin: 0
}

html.visually-impaired--high-contrast-2 .button {
    background: none;
    border: 1px solid #fff;
    width: auto;
    color: #fff
}

html.visually-impaired--high-contrast-2 .button:hover {
    background: #fff;
    color: #000
}

html.visually-impaired--high-contrast-2 .sidebar {
    background-color: #fff
}

html.visually-impaired--high-contrast-2 .sidebar__title {
    color: #212121!important;
    opacity: 1
}

html.visually-impaired--high-contrast-2 .sidebar__filter {
    background-color: #4c4c4c
}

html.visually-impaired--high-contrast-2 .side-nav__item {
    border: none;
    background: 0
}

html.visually-impaired--high-contrast-2 .side-nav__link {
    color: #000!important;
    padding: 15px
}

html.visually-impaired--high-contrast-2 .side-nav__link:hover {
    color: #000;
    background-color: #fff
}

html.visually-impaired--high-contrast-2 .icon g,html.visually-impaired--high-contrast-2 .icon path {
    fill: #fff;
    stroke: #fff
}

html.visually-impaired--high-contrast-2 .option:hover {
    background-color: #fff;
    color: #000
}

html.visually-impaired--high-contrast-2 .paginator__item {
    border: 1px solid #fff
}

html.visually-impaired--high-contrast-2 .paginator__item--active,html.visually-impaired--high-contrast-2 .paginator__item:hover {
    background-color: #fff;
    color: #000!important
}

html.visually-impaired--high-contrast-2 .paginator__item--active path,html.visually-impaired--high-contrast-2 .paginator__item:hover path {
    fill: #000!important
}

html.visually-impaired--high-contrast-2 .description-list__details {
    color: #fff
}

html.visually-impaired--high-contrast-2 .hint__content {
    background-color: #fff;
    color: #000!important
}

html.visually-impaired--high-contrast-2 .hint__content:after {
    border-top: 8px solid #fff
}

html.visually-impaired--high-contrast-2 .switcher__item {
    background-color: #fff;
    color: #000!important;
    border: 1px solid #000
}

html.visually-impaired--high-contrast-2 .calendar-event__link,html.visually-impaired--high-contrast-2 .calendar-event__text,html.visually-impaired--high-contrast-2 .calendar-event__title {
    color: #000!important
}

html.visually-impaired--high-contrast-2 .news-widget__top {
    background-color: #fff
}

html.visually-impaired--high-contrast-2 .news-widget__item {
    background-color: #000
}

html.visually-impaired--high-contrast-2 .main-h2,html.visually-impaired--high-contrast-2 .news-widget__more {
    color: #000!important
}

html.visually-impaired--high-contrast-2 .news-widget {
    background-color: #000;
    background-image: none
}

html.visually-impaired--high-contrast-2 .calculator-link {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background-image: -webkit-linear-gradient(#fff,#fff);
    background-image: linear-gradient(#fff,#fff)
}

html.visually-impaired--high-contrast-2 .calculator-link span.calculator-link__text {
    color: #000
}

html.visually-impaired--high-contrast-2 .calculator-link:after {
    display: none
}

html.visually-impaired--high-contrast-3 a:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-3 div:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-3 h1:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-3 h2:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-3 h3:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-3 h4:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-3 p:not(.visually-impaired-panel__btn),html.visually-impaired--high-contrast-3 span:not(.visually-impaired-panel__btn) {
    color: #195283
}

html.visually-impaired--high-contrast-3 :after,html.visually-impaired--high-contrast-3 :before {
    color: #195283
}

html.visually-impaired--high-contrast-3 .calendar-event__link,html.visually-impaired--high-contrast-3 .events-calendar__events-title,html.visually-impaired--high-contrast-3 .events-calendar__title {
    color: #badfff!important
}

html.visually-impaired--high-contrast-3 body {
    background-color: #badfff
}

html.visually-impaired--high-contrast-3 blockquote {
    background-color: #badfff;
    border-color: #badfff;
    color: #195283;
    margin: 0
}

html.visually-impaired--high-contrast-3 .button {
    background: none;
    border: 1px solid #badfff;
    width: auto;
    color: #badfff
}

html.visually-impaired--high-contrast-3 .button:hover {
    background: #badfff;
    color: #195283
}

html.visually-impaired--high-contrast-3 .sidebar {
    background-color: #004578
}

html.visually-impaired--high-contrast-3 .sidebar__title {
    color: #badfff!important;
    opacity: 1
}

html.visually-impaired--high-contrast-3 .sidebar__filter {
    background-color: #5993c0
}

html.visually-impaired--high-contrast-3 .side-nav__item {
    border: none;
    background: 0
}

html.visually-impaired--high-contrast-3 .side-nav__link {
    color: #badfff!important;
    padding: 15px
}

html.visually-impaired--high-contrast-3 .side-nav__link:hover {
    color: #badfff;
    background-color: #004578
}

html.visually-impaired--high-contrast-3 .icon g,html.visually-impaired--high-contrast-3 .icon path {
    fill: #195283;
    stroke: #195283
}

html.visually-impaired--high-contrast-3 .option:hover {
    background-color: #badfff;
    color: #195283
}

html.visually-impaired--high-contrast-3 .paginator__item {
    border: 1px solid #badfff
}

html.visually-impaired--high-contrast-3 .paginator__item--active,html.visually-impaired--high-contrast-3 .paginator__item:hover {
    background-color: #badfff;
    color: #195283!important
}

html.visually-impaired--high-contrast-3 .paginator__item--active path,html.visually-impaired--high-contrast-3 .paginator__item:hover path {
    fill: #195283!important
}

html.visually-impaired--high-contrast-3 .description-list__details {
    color: #badfff
}

html.visually-impaired--high-contrast-3 .hint__content {
    background-color: #badfff;
    color: #195283!important
}

html.visually-impaired--high-contrast-3 .hint__content:after {
    border-top: 8px solid #badfff
}

html.visually-impaired--high-contrast-3 .switcher__item {
    background-color: #badfff;
    color: #195283!important;
    border: 1px solid #195283
}

html.visually-impaired--high-contrast-3 .calendar-event__link,html.visually-impaired--high-contrast-3 .calendar-event__text,html.visually-impaired--high-contrast-3 .calendar-event__title {
    color: #badfff!important
}

html.visually-impaired--high-contrast-3 .news-widget {
    background-image: none
}

html.visually-impaired--high-contrast-3 .news-widget__top {
    background-color: #195283
}

html.visually-impaired--high-contrast-3 .news-widget__more {
    color: #000!important
}

html.visually-impaired--high-contrast-3 .main-h2 {
    color: #badfff!important
}

html.visually-impaired--high-contrast-3 .calculator-link {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#195283),to(#195283));
    background-image: -webkit-linear-gradient(#195283,#195283);
    background-image: linear-gradient(#195283,#195283)
}

html.visually-impaired--high-contrast-3 .calculator-link span.calculator-link__text {
    color: #badfff
}

html.visually-impaired--high-contrast-3 .calculator-link:after {
    display: none
}

html.visually-impaired--font-large {
    font-size: 19px;
    line-height: 1.8
}

html.visually-impaired--font-medium {
    font-size: 17px;
    line-height: 1.5
}

html.visually-impaired--font-small {
    font-size: 15px;
    line-height: 1.4
}

html.visually-impaired--kerning-large {
    letter-spacing: 4px
}

html.visually-impaired--kerning-medium {
    letter-spacing: 0
}

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px
}

@media (max-width: 768px) {
    .grid {
        margin-left:-20px
    }
}

@media (max-width: 680px) {
    .grid {
        margin-left:-20px
    }
}

@media (max-width: 480px) {
    .grid {
        margin-left:-15px
    }
}

.grid-col {
    width: -webkit-calc(33.33% - 25px);
    width: calc(33.33% - 25px);
    margin-left: 25px;
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .grid-col {
        margin-bottom:20px
    }
}

@media (max-width: 680px) {
    .grid-col {
        margin-bottom:20px
    }
}

@media (max-width: 480px) {
    .grid-col {
        margin-bottom:15px
    }
}

@media (max-width: 768px) {
    .grid-col {
        margin-left:20px
    }
}

@media (max-width: 680px) {
    .grid-col {
        margin-left:20px
    }
}

@media (max-width: 480px) {
    .grid-col {
        margin-left:15px
    }
}

@media (max-width: 768px) {
    .grid-col {
        width:calc(33.33% - 20px)
    }
}

@media (max-width: 680px) {
    .grid-col {
        width:calc(33.33% - 20px)
    }
}

@media (max-width: 480px) {
    .grid-col {
        width:calc(33.33% - 15px)
    }
}

@media (max-width: 768px) {
    .grid-col {
        width:-webkit-calc(33.33% - 20px)
    }
}

@media (max-width: 680px) {
    .grid-col {
        width:-webkit-calc(33.33% - 20px)
    }
}

@media (max-width: 480px) {
    .grid-col {
        width:-webkit-calc(33.33% - 15px)
    }
}

.visually-impaired-panel {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    background-color: #f0f0f4;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .3s,visibility .3s;
    -o-transition: opacity .3s,visibility .3s;
    transition: opacity .3s,visibility .3s
}

@media(max-width: 1023px) {
    .visually-impaired-panel {
        display:none
    }
}

.visually-impaired-panel--opened {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    pointer-events: auto
}

.visually-impaired-panel__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: inherit!important;
    padding: 25px
}

@media (max-width: 768px) {
    .visually-impaired-panel__wrapper {
        padding:20px
    }
}

@media (max-width: 680px) {
    .visually-impaired-panel__wrapper {
        padding:20px
    }
}

@media (max-width: 480px) {
    .visually-impaired-panel__wrapper {
        padding:15px
    }
}

.visually-impaired-panel__col {
    background-color: inherit!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.visually-impaired-panel__col-title {
    font-size: 20px!important;
    line-height: 1!important;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000!important;
    letter-spacing: 0!important
}

.visually-impaired-panel__col-title a {
    color: inherit!important;
    border-bottom: 2px solid
}

.visually-impaired-panel__col-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.visually-impaired-panel__btn {
    width: 40px;
    height: 40px;
    border: 1px solid currentColor;
    text-align: center;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    line-height: 40px!important;
    font-size: 16px!important;
    font-weight: 500;
    letter-spacing: 0!important
}

.visually-impaired-panel__btn:not(:last-child) {
    margin-right: 10px
}

.visually-impaired-panel__btn:hover {
    border-color: currentColor
}

.visually-impaired-panel__btn--fsmall {
    font-size: 16px!important
}

.visually-impaired-panel__btn--fmedium {
    font-size: 20px!important
}

.visually-impaired-panel__btn--flarge {
    font-size: 26px!important
}

.visually-impaired-panel__btn--hc1 {
    background-color: #fff!important;
    color: #000!important
}

.visually-impaired-panel__btn--hc2 {
    background-color: #000!important;
    color: #fff!important
}

.visually-impaired-panel__btn--hc3 {
    background-color: #badfff!important;
    color: #195283!important
}

.visually-impaired-panel__btn--ksmall {
    letter-spacing: 0!important
}

.visually-impaired-panel__btn--klarge {
    letter-spacing: 5px!important;
    text-indent: 5px
}

.ya-share2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.ya-share2:before {
    content: attr(data-title);
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 500;
    color: #666
}

@media(max-width: 480px) {
    .ya-share2:before {
        content:none
    }
}

.ya-share2:empty {
    display: none
}

.ya-share2__link {
    border: 0;
    text-decoration: none
}

/* End */
/* /local/templates/rekam/frontend/assets/main.css?1643879789199302 */

/* End */


/* Start:/local/templates/rekam/template_styles.css?16776873362207*/
.page__pagination {
    margin-bottom: var(--columnOffset);
}

.pagination {
    margin-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pagination, .pagination__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination__items {
    min-width: 0;
    color: #888;
}

.pagination__item {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    transition: .3s;
}

.pagination__item--active, .pagination__item:focus, .pagination__item:hover {
    background-color: #f0f0f4;
    color: black;
}

.pagination__navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination__nav:not(:last-child) {
    margin-right: 8px;
}

.pagination__nav--disabled {
    background-color: #e6e6e6;
}

.pagination__nav--prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pagination__nav {
    background-color: #f0f0f4;
    color: black;
}

.pagination__nav .pagination__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;
}

.pagination__nav--disabled .pagination__link {
    cursor: not-allowed;
}

.pagination__link {
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
}

.i-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: .8em;
    fill: currentColor;
}

.pagination__nav .i-icon {
    width: 23px;
    height: 23px;
}

#input-attachment-info {
    color: #5d5b5b;
}

.news_card {
    display: inline-block;
    margin: 0 15px 15px 0;
    text-align: center;
	width: 126px;
}
.news_card > img {
border: 1px solid gray;
}

/* End */
/* /local/templates/rekam/frontend/assets/main.css?1757570299249830 */
/* /local/templates/rekam/template_styles.css?16776873362207 */
