/* --- ICONs--- */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?q6o6bz');
    src: url('../fonts/icomoon.eot?q6o6bz#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?q6o6bz') format('truetype'),
    url('../fonts/icomoon.woff?q6o6bz') format('woff'),
    url('../fonts/icomoon.svg?q6o6bz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --- ICON-LIST --- */
.icon-selected2:before {
    content: "\e900";
}

.icon-drop-b:before {
    content: "\e903";
}

.icon-drop-t:before {
    content: "\e909";
}

.icon-refresh2:before {
    content: "\e90b";
}

.icon-search2:before {
    content: "\e90e";
}

.icon-arrow-r2:before {
    content: "\e910";
}

.icon-pl:before {
    content: "\e913";
}

.icon-arrow-r:before {
    content: "\e915";
}

.icon-arrow-l:before {
    content: "\e91c";
}

.icon-arrow-t:before {
    content: "\e91d";
}

.icon-arrow-b:before {
    content: "\e91e";
}

.icon-add-calendar:before {
    content: "\e901";
}

.icon-logo:before {
    content: "\e902";
}

.icon-download:before {
    content: "\e904";
}

.icon-fb:before {
    content: "\e906";
}

.icon-go-left:before {
    content: "\e90a";
}

.icon-go-right:before {
    content: "\e90c";
}

.icon-menu:before {
    content: "\e90d";
}

.icon-refresh:before {
    content: "\e90f";
}

.icon-search:before {
    content: "\e911";
}

.icon-selected:before {
    content: "\e912";
}

.icon-share:before {
    content: "\e914";
}

.icon-time-scroll:before {
    content: "\e916";
}

.icon-play:before {
    content: "\e918";
}

.icon-share2:before {
    content: "\e91b";
}

/* --- GENERAL RESET --- */
img {
    vertical-align: top;
    border-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img,
embed,
iframe,
object,
audio,
video {
    max-width: 100%;
    height: auto;
}

input,
textarea,
select {
    color: #000;
    vertical-align: middle;
    font: 100% Arial, Helvetica, sans-serif;
    /* font:100% inherit; */
}

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

input[type="search"] {
    -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
th,
blockquote,
button,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
input,
form,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

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

form {
    border-style: none;
}

iframe {
    border: 0;
}

mark {
    background-color: transparent;
}

blockquote,
q {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

audio:not([controls]) {
    display: none;
}

svg {
    fill: currentColor;
}

*,
*:before,
*:after {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

/* --- TEMPLATES OF CLASSES --- */
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.hidden {
    display: none;
}

.v-hidden {
    opacity: 0;
    visibility: hidden;
}

.inline-grid {
    font-size: 0;
    line-height: 0;
}

.inline-grid__item {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.1;
}

.list-style {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

.cell {
    display: table-cell;
    vertical-align: middle;
}

.cell-align {
    width: 1%;
    display: table-cell;
    vertical-align: middle;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.bg-contain {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.ta-center {
    display: block;
    text-align: center;
}

.ta-right {
    display: block;
    text-align: right;
}

.block {
    display: block;
}

.trns {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* --- ANIMATION KEYFRAMES--- */
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes tracking-in-contract-bck-bottom {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px) translateY(300px);
        transform: translateZ(400px) translateY(300px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes tracking-in-contract-bck-bottom {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(400px) translateY(300px);
        transform: translateZ(400px) translateY(300px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

@keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

@-webkit-keyframes rotate-hor-bottom {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@keyframes rotate-hor-bottom {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

/*zoom css*/
img[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.zoom-overlay {
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    /*filter: "alpha(opacity=0)";*/
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
    /*filter: "alpha(opacity=75)";*/
    opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default;
}

/* --- CUSTOM SLICK --- */
.custom-arrow .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: auto;
    background-color: #E8E8E8;
    border: none;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #4C4F51;
    z-index: 2;
}

.custom-arrow .slick-next {
    right: 0;
}

.custom-arrow .slick-before {
    left: 0;
}

.custom-arrow .slick-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: inherit;
    font-size: 14px;
    line-height: 1;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem;
}

.custom-arrow .slick-prev:before {
    content: '\e90a';
}

.custom-arrow .slick-next:before {
    content: '\e90c';
}

.custom-arrow .slick-arrow:hover {
    background-color: #BABAC4;
    color: #000;
}

/* --- GENERAL SETTINGS --- */
html {
    font: 14px/18px "Source Sans Pro", sans-serif;
    color: #3e4244;
    background: #fff;
}

body {
    position: relative;
}

/*body.menu-opened {*/

body.popup--opened {
    overflow: hidden;
}

.page-wrapper {
    padding: 70px 0 10px;
    position: relative;
    /*perspective: 1000px;*/
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover,
a:active,
a:focus {
    color: #000;
    text-decoration: none;
}

.ctn-wrapper {
    padding-top: 40px;
}

.primary-content {
    margin-bottom: 40px;
    padding-bottom: 40px;
    min-height: calc(100vh - 200px);
}
.primary-content.no-primary-content{
    min-height: 100px;
}
main {
    position: relative;
    padding-bottom: 40px;
}

main > section + section > .container {
    position: relative;
    margin-top: 50px;
    padding-top: 70px;

}
footer .container{
    border-top: 1px solid #3e4244;
}
main > section + section > .container:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    height: 1px;
    background-color: #3e4244;
}

/* --- MAIN STYLES --- */
.section-title {
    font-size: 1.3rem;
    margin-bottom: 50px;
}

.section-title--upper {
    text-transform: uppercase;
}

/*btn*/
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.1;
    padding: 9px 33px;
    font-family: inherit;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background: transparent;
}
.btn--white{
    background: #fff;
}
.btn--white:hover{
    background: #000;
    color: #fff;
}
.btn--more {
    border-bottom-color: #000;
    overflow: initial;
}
.btn--more:before{
    content: '';
    position: absolute;
    top: 100%;
    right: 100%;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.grid-item:hover .btn--more:before,
.wide-article__link:hover .btn--more:before,
.btn--more:hover:before{
    width: 20px;
}


.btn--ico {
    position: relative;
    padding: 15px 60px 15px 20px;
    border-color: #3e4244;
}

.btn--ico:before {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 1;
    color: inherit;
}

.btn-share {
    font-size: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.btn-share::before{
    z-index: 999;
}
.btn-share .share-after{
    background: #3e4244;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: all .3s;
}
.explanation__share:hover{
    color: #fff;
    background-color: #fff;
}
.explanation__share:hover .share-after{
    height: 200%;
}
/* --- header --- */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: 0 40px 0 26px;*/
    min-height: 70px;
    font-size: 1rem;
    line-height: 1.1;
    background-color: #fff;
}


.header--dark {
    background-color: #3e4244;
}

.header--dark .language-select,
.header--dark a {
    color: #fff;
}

.header--grey {
    background-color: #bcbfc1;
}


.header-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-info {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.header-info__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-info__block + .header-info__block {
    margin-left: 20px;
}

/*header-col--left*/
.header-col--left {
    padding: 0 75px 0 26px;
    background-color: #3e4244;
}

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

.site-link a,
.site-link a:hover,
.site-link a:active,
.site-link a:focus {
    color: #fff;
}

.site-logo {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin-right: 35px;
}

.site-logo:before {
    font-size: 2rem;
    line-height: 1;
}

.site-logo__holder {
    width: 40px;
}

.site-menu {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 0;
    line-height: 0;
    /*cursor: pointer;*/
}

.site-menu:before {
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
}

.site-name {
    font-size: 17px;
}

/*header-col--right*/
.header-col--right {
    padding-right: 30px;
}

/*site-navigation*/

.site-nav {
    display: flex;
}

.site-nav__link + .site-nav__link {
    margin-left: 30px;
}

.site-nav__link {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    /*color: #333E44;*/
    font-size: 1rem;
    position: relative;
}

.site-nav__link:nth-child(2) {
    margin-left: 80px;
}

.site-nav__link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    /*right: 0;*/
    border: 1px solid transparent;
    border-bottom-color: inherit;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.language-select:hover:before,
.site-nav__link:hover:before,
.site-nav__link.active:before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

/*.language-select*/

.language-select {
    position: relative;
    font-size: 1rem;
    line-height: 1.1;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 105px;
    color: #333E44;
    padding: 5px 0;
}

.language-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}

.language-select__dropdown a {
    padding: 5px 0;
    display: block;
    color: #333E44;
}

.language-select__dropdown li {
    cursor: pointer;
}

.language-select__opener {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 5px 14px 5px 11px;
}

.language-select__dropdown li:nth-child(odd) {
    background-color: #EFEFEF;
}

.language-select__dropdown li:nth-child(even) {
    background-color: #E5E5E5;
}

.language-select__dropdown li a:hover {
    color: #000;
}

.language-select__opener--opened {
    background-color: #E5E5E5;
}


.visual-block {
    background-position: 50% 50%;
}

.visual-block__row {
    min-height: 530px;
}

.visual-search {
    width: 100%;
    max-width: 300px;
    padding: 25px 20px 20px 25px;
    background-color: #fff;
    margin: 100px 0 0 0;
}
.filter-scroll{
    position: fixed;
    bottom: 50px;
    left: 50px;
}

/*visual-search*/
.visual-search + .visual-search {
    margin-top: 30px;
}


.visual-search__holder {
    height: 40px;
    border-bottom: 1px solid #333E44;
    position: relative;
    padding-right: 25px;
    /*flex-basis: 100%;*/
}

.visual-search__holder:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 1.9rem;
    line-height: 1;
    display: flex;
    align-items: center;
}


.visual-search__control {
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    border: none;
    background: transparent;
    color: #3e4244;
    padding: 0;
    text-indent: 15px;
}

.visual-search__control ::-webkit-input-placeholder {
    font-family: inherit;
    color: #3e4244;
}

.visual-search__control ::-moz-placeholder {
    font-family: inherit;
    color: #3e4244;
}

.visual-search__control :-ms-input-placeholder {
    font-family: inherit;
    color: #3e4244;
}

.visual-search__control :-moz-placeholder {
    font-family: inherit;
    color: #3e4244;
}

.visual-search__btn {
    width: 100%;
    margin-top: 28px;
}

.visual-search__btn:hover {
    color: #fff;
    background-color: #3e4244;
}

.visual-search__link {
    width: 100%;
    margin-top: 10px;
    color: #929293;
    border-color: transparent transparent #929293;
}

.visual-search__link:hover {
    color: #3e4244;
    border-color: transparent transparent #3e4244;
}

/*section visual-exposition*/
.visual-exposition {
    background-color: #3e4244;
    position: relative;
    /*overflow: hidden;*/
}

.visual-exposition__cont {
    padding: 30px 0 60px;
}

.visual-exposition__sample {
    margin-bottom: 40px;
    z-index: 2;
    text-align: left;
}
.visual-exposition__sample img{
    max-height: 410px;
}
.zoom-overlay-open .ctn-wrapper{
    display: none;
}
.visual-exposition__sample--video {
    position: relative;
}

.visual-exposition__sample video {
    position: relative;
    z-index: 3;
}

.visual-exposition__ttl {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
}
.cms-editor ul{
    padding-left: 40px;
}
#video-convas {
    position: absolute;
    top: 0;
    height: 75%;
    -webkit-filter: blur(35px);
    opacity: 0.5;
    z-index: 1;
    /*width: 110%;*/
    /*left: 0;*/
    /*transform: scale(1.1);*/
    left: -5%;
    width: 110%;
}

/*info-table*/
.info-grid {
    display: grid;
    /*grid-template-columns: 25% 1fr;*/
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    /*grid-column-gap: 30px;*/
    font-size: 15px;
    line-height: 2;
    font-weight: 600;
}

.info-grid > * {
    border-bottom: 1px solid #3e4244;
    padding: 17px 18px 17px 0;

}

.info-grid dt{
    font-weight: 600;
}
.info-grid dd{
    font-weight: 300;
    overflow: hidden;
}
.info-grid a {
    font-weight: 400;
    text-decoration: underline;
}
.info-grid p {
    margin-bottom: 15px;
}



/*section explanation*/
.explanation__ttl {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
}

.explanation__ttl--deco {
    position: relative;
}

.explanation__ttl--deco:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 228px;
    height: 3px;
    background-color: #3e4244;
    margin-top: 20px;
}

.explanation__ttl--light {
    font-size: 24px;
}

.explanation__ttl--superlight{
    font-size: 19px;
}

.explanation__action {
    margin: 30px 0 0 0;
}

.explanation .info-grid > *:nth-child(-n+2) {
    padding-top: 0;
}
.explanation__share--deco{
    position: relative;
}
.explanation__share--deco:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 0;
    background-color: #3e4244;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*.explanation__share:hover{*/
    /*background-color: #3e4244;*/
    /*color: #fff;*/
/*}*/
/*.explanation__share:hover:after{*/
    /*height: 40px;*/
/*}*/
.explanation--multiple > .container .row + .row {
    margin-top: 36px;
}
.explanation--hero{
    padding: 50px 0 35px;
}
.explanation--big{
    min-height: calc(100vh - 80px);
}
.explanation--grey{
    background-color: #bcbfc1;
}
.explanation--dark{
    background-color: #3e4244;
    color: #fff;
}
.explanation--dark .explanation__ttl--deco{
    color: #bcbfc1;
}
.explanation--dark .explanation__ttl--deco:before{
    background-color: #bcbfc1;
}

/*read-block*/
.header--grey + .read-block {
    background-color: #bcbfc1;
    padding: 60px 0;
}

.read-block__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.explanation__q {
    display: inline-block;
    vertical-align: top;
}

.show-more {
    position: relative;
    padding: 15px 60px 15px 20px;
    border-bottom: 1px solid #3e4244;
}

.show-more:before {
    content: "\e91e";
    position: absolute;
    right: 15px;
    font-size: 2rem;
}

.show-more--active:before {
    content: "\e91d";
}

.sticky {
    z-index: 10;
}

.fluid-block {
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.scroll .fluid-block.is_stuck {
    background-color: #bcbfc1;
    padding: 50px 0 20px;
    z-index: 10;
    visibility: visible;
    opacity: 1;
}

.fluid-block__ttl {
    font-size: 20px;
}

.fluid-block__ctrl {
    display: flex;
    justify-content: flex-end;
}

.scrollup {
    display: inline-flex;
    width: 26px;
    height: 26px;
    border: 2px solid #3e4244;
    align-items: center;
    font-size: 0;
    line-height: 0;
    justify-content: center;
    align-items: center;
}

.scrollup:before {
    font-size: 1.8rem;
    line-height: 1;
    color: inherit;
}

.scrollup:hover {
    color: #fff;
    background-color: #3e4244;
}

/*section posts*/
.post-itm {
    margin-bottom: 60px;
}

.post-itm__link {
    display: block;
    vertical-align: top;
}

.post-itm__pict {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.post-itm__pict:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #3e4244;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;

}
.post-itm__link:hover .post-itm__pict:before{
    visibility: visible;
    opacity: 1;
    width: 100%;

}

.post-itm__pict img {
    width: 100%;
    height: auto;
}

.message-itm .post-itm__pict img{
    height: 175px;
    object-fit: cover;
}

.m-grid .post-itm__pict img {
    max-height: initial;
}

.post-itm__capt {
    padding-left: 10px;
}

.post-itm__ttl {
    margin-bottom: 23px;
}

.post-itm__time {
    display: block;
    margin-top: 25px;
}

.load-post {
    display: table-cell;
    height: 170px;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.2;
    border: 1px solid #3e4244;
    padding: 5px 50px 20px 25px;
    position: relative;
}

.load-post:before {
    position: absolute;
    right: 10%;
    top: 55%;
    font-size: 2.2rem;
}

.load-post:hover {
    background-color: #3e4244;
    color: #fff;
}

/*section selected-image*/
.big-ttl {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.selected-image__desc {
    margin-bottom: 30px;
}
.faq-title{
    font-size: 20px;
    margin: 40px 0 10px;
}
.selected-image__sample {
    text-align: right;
}

.data-list li + li {
    margin-top: 4px;
}

/*section faq*/
.faq-post {
    margin-bottom: 40px;
}

.faq-post__q {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 40px;
    min-height: 38px;
    font-weight: 600;
}


/*cms-editor*/
.cms-editor {
    font-family: inherit;
    font-size: 1.143rem;
    line-height: 1.5;
    font-weight: 300;
}

.cms-editor > * + * {
    margin-top: 30px;
}

.cms-editor q:before,
.cms-editor q:after {
    content: '\0022';
    display: inline-block;
    vertical-align: top;
}

.cms-editor b {
    font-weight: 600;
}

.cms-editor a:not(.choice-list__link){
    text-decoration: underline;
}

.cms-editor .txt-indent{
    margin-left: 12%;
}

.cms-editor .txt-indent + .txt-indent{
    margin-top: 20px;
}

/*aside*/

.aside-bar {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.aside-bar__block {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    flex-direction: column;
    position: relative;
    margin-bottom: 14px;
    /*padding: 30px 10px 48px 15px;*/
    /*overflow-x: hidden;*/
}

.aslide-ttl {
    font-size: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3e4244;
    margin-bottom: 20px;
}

/*aside-search*/

.aside-search {
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #3e4244;
}

.aside-search__ctrl {
    font-family: inherit;
    flex-basis: 100%;
    border: none;
    background: none;
    padding-right: 5px;
    text-indent: 15px;
}

.aside-search__btn {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0;
    line-height: 0;
    flex-basis: 35px;
    height: 42px;
    border: none;
    background-color: transparent;
    position: relative;
    color: #3e4244;
}

.aside-search__btn:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
}

/*aside-filter*/

.aside-filter {
    width: 100%;
    padding-bottom: 25px;
    position: relative;
}

.aside-filter--advanced {
    padding-top: 25px;
    padding-left: 20px;
}


.aside-filter__itm {
    padding: 0;
    margin-left: 10px;
}

.aside-filter__itm + .aside-filter__itm {
    margin-top: 10px;
}

.aside-filter:before {
    content: '';
    position: absolute;
    right: 0;
    width: 94%;
    bottom: 0;
    height: 1px;
    background-color: #3e4244;
}

.aside-filter--advanced:before {
    display: none;
}

.aside-filter + .aside-filter {
    margin-top: 30px;
}

.aside-filter__name {
    display: block;
    width: 100%;
    padding: 0 7px;
    margin-bottom: 16px;
    color: #9D9D9E;
    font-weight: 600;
}

.aside-filter__checkbox {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    text-indent: -9999px;
}

.aside-filter__checkbox + label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #929293;
}

.aside-filter__checkbox:checked + label {
    color: #3e4244;
}

.aside-filter__checkbox + label:before {
    content: '\e900';
    position: absolute;
    left: 0;
    top: 1px;
    width: 1rem;
    height: 1rem;
    text-align: center;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    line-height: 1;
    color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.aside-filter__checkbox:checked + label:before {
    color: #3e4244;
}

/*aside-filter--advanced*/
.aside-filter--advanced:before {
    display: none;
}

.aside-filter__itm--separator {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #929293;
}

/*aside-list*/

.aside-list {
    line-height: 1.2;
    color: #000;
}

.aside-list__title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 18px;
}

.aside-list__title--big {
    font-size: 1.125rem;
}

.aside-list__link {
    display: inline-block;
    vertical-align: top;
    font-size: 0.9286rem;
    font-weight: 400;
    color: #2D3544;
    text-decoration: underline;
}

.aside-list--light .aside-list__link {
    font-size: 1.143rem;
}

.aside-list__link:hover {
    color: #3e4244;
    text-decoration: underline;
}

.aside-list--light .aside-list__link {
    color: #3e4244;
}

.aside-list--light .aside-list__link:hover {
    color: #2D3544;
    text-decoration: underline;
}

.aside-list__link--ico {
    position: relative;
    padding-left: 30px;
}

.aside-list__link--ico:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.7rem;
}

.aside-list dd + dd {
    margin-top: 14px;
}

q {
    display: block;
    margin-top: 2px;
}

q:before {
    content: '\0022';
}

q:after {
    content: '\0022';
}

/*aside-tag*/

.aside-list--tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.aside-list--tag .aside-list__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.aside-list--tag dd {
    display: inline-block;
    vertical-align: top;
    background-color: #E5E5E5;
    min-height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.aside-list--tag .aside-list__link {
    min-height: 30px;
    padding: 0 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aside-list--tag dd + dd {
    margin-top: 0;
}

.aside-list--tag dd + dt {
    margin-top: 26px;
}


.aside-accordion {
    font-size: 1rem;
}

.aside-accordion__itm {
    position: relative;
    border-bottom: 1px solid #929293;
}

.aside-accordion__itm--opened {
    border-bottom: 1px solid #3e4244;
}

.aside-accordion__itm + .aside-accordion__itm {
    margin-top: 15px;
}

.main-filter-chxb {
    position: absolute;
    left: -9999px;
    z-index: -10;
}

.main-filter-lbl {
    position: absolute;
    top: 9px;
    left: 20px;
    font-size: 0;
    line-height: 0;
    pointer-events: none;
}

.main-filter-lbl:before {
    content: '\e900';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    line-height: 1;
    color: transparent;
    /*color: #f2f2f2;*/
    display: flex;
    align-items: center;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.main-filter-lbl:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 5px;
    height: 3px;
    width: 25px;
    background-color: #3e4244;
    display: none;
}

.main-filter-chxb:indeterminate + .main-filter-lbl,
.main-filter-chxb:checked + .main-filter-lbl {
    pointer-events: auto;
}

.main-filter-chxb:indeterminate + .main-filter-lbl:before {
    color: #f2f2f2;
    /*background: green;*/
}

/*.main-filter-chxb:indeterminate + .main-filter-lbl:after{*/
/*display: block;*/
/*}*/

.main-filter-chxb:checked + .main-filter-lbl:before {
    color: #3e4244;
}

.main-filter-chxb:checked ~ .aside-accordion__opener {
    color: #3e4244;
}

.aside-accordion__opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    min-height: 40px;
    position: relative;
    margin-left: 50px;
}

.aside-accordion__opener,
.aside-accordion__opener:hover,
.aside-accordion__opener:active,
.aside-accordion__opener:focus {
    color: #929293;
}

.aside-accordion__opener:after {
    content: '';
    position: absolute;
    left: -50px;
    right: 0;
    top: 100%;
    height: 3px;
    background-color: #3e4244;
    display: none;
}

.aside-accordion__itm--opened .aside-accordion__opener:after {
    display: block;
}

.aside-accordion__itm--opened .aside-accordion__opener {
    color: #3e4244;
}

.aside-accordion__itm--opened .aslide-ttl {
    border-bottom: 3px solid #3e4244;
}

.aside-accordion__opener:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 4px;
    border: solid 4px transparent;
    border-top-color: #929293;
}

.aside-accordion__itm--opened .aside-accordion__opener:before {
    border: solid 4px transparent;
    border-bottom-color: #3e4244;
    margin-top: 0;
}

.aside-accordion__content {
    max-height: 418px;
    position: relative;
    margin: 5px 0 15px;
}

/*pagination-block*/
.pagination-block {
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #3e4244;
}


.pagination-list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination-list li {
    display: inline-block;
    vertical-align: top;
}

.pagination-list li + li {
    margin-left: 10px;
}

/*.pagination-list li.active a{*/
.pagination-list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0 10px;
    height: 26px;
    font-size: 15px;
    line-height: 26px;
    cursor: pointer;
    position: relative;
    min-width: 26px;
}

.pagination-list li.active a {
    pointer-events: none;
    border: 1px solid #3e4244;
}

.pagination-list li a:hover{
    color: #000;
}

.pagination-list .prev a:hover:before,
.pagination-list .next a:hover:before{
    border-color: rgba(62, 66, 68, 0.9);
}

.pagination-list li:not(.active):hover a:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #3e4244;
}

.pagination-list li.prev a,
.pagination-list li.next a {
    font-size: 0;
    line-height: 0;
    position: relative;
}

/*.pagination-list li.prev a:before,*/
/*.pagination-list li.next a:before {*/
    /*position: absolute;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*border: 2px solid #808080;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*-webkit-transform: translate(-50%, -50%) rotate(45deg);*/
    /*-moz-transform: translate(-50%, -50%) rotate(45deg);*/
    /*-ms-transform: translate(-50%, -50%) rotate(45deg);*/
    /*-o-transform: translate(-50%, -50%) rotate(45deg);*/
    /*transform: translate(-50%, -50%) rotate(45deg);*/
/*}*/

.pagination-list li.prev a:before,
.pagination-list li.next a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pagination-list li.prev a:before {
    content: '\e91c';
    /*left: 60%;*/
}


/*.pagination-list li.prev a:before {*/
    /*content: '\e915';*/
    /*left: 60%;*/
    /*border-width: 0 0 2px 2px;*/
/*}*/

.pagination-list li.next a:before {
    content: '\e915';
    /*left: 40%;*/
}

/*range-slider*/

#range-slider {
    height: 1px;
    /*margin: 0 50px;*/
    margin: 0 15px 0 20px;
    position: relative;
    border: none;
    background: #929293;
}

#aside-range .range-lbl {
    display: flex;
    justify-content: space-between;
    /*padding: 0 50px 30px;*/
    margin-bottom: 30px;
    padding: 0 15px 0 20px;
}

#aside-range .range-lbl__output {
    font-size: 1rem;
    padding: 8px 0;
    border-bottom: 1px solid #3e4244;
}

.aside-range__date {
    display: none;
}

#aside-range .ui-slider-handle {
    cursor: grabbing !important;
}

#aside-range .ui-widget-header {
    position: absolute;
    height: 2px;
    z-index: 1;
    background: #3e4244;
    border: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#aside-range .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
    top: 100%;
    color: #929293;
    width: 34px;
    margin-left: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

#aside-range .ui-slider-handle:before {
    content: '\e916';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    bottom: 100%;
    text-align: center;
    margin-bottom: -5px;
}

#aside-range .ui-slider-handle:hover {
    color: #3e4244;
}


.aside-range .ui-slider-handle.ui-state-hover {
    color: #3e4244;
}

/*aside-action*/

.aside-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.aside-action__show {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.aside-action__show:hover {
    background-color: #3e4244;
    color: #fff;
}

.aside-action__reload {
    flex-basis: 45px;
    min-height: 42px;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 5px;
    color: #929293;
}

.aside-action__reload:hover {
    color: #3e4244;
    /*margin-bottom: -1px;*/
}

.aside-action__reload:after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #3e4244;
    height: 1px;
    visibility: hidden;
    opacity: 0;
}

.aside-action__reload:hover:after {
    visibility: visible;
    opacity: 1;
    left: 0;
    right: 0;
}

.aside-action__reload:before {
    font-size: 1.6rem;
    line-height: 1;
    color: inherit;
}

/*section choice*/
/*.cms-editor .choice{*/
/*margin-top: -2px;*/
/*}*/
.choice {
    font-size: 15px;
    line-height: 1.2;
    color: #3e4244;
    padding: 16px 0;
}

.choice-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /*grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));*/
    /*grid-template-rows: minmax(57px, auto);*/
    grid-template-rows: auto;
    grid-gap: 10px;
    align-items: center;
}

.choice-list__link {
    display: flex;
    align-items: center;
    color: #3e4244;
    padding-bottom: 6px;
    border-bottom: 1px solid #3e4244;
    position: relative;
    text-decoration: none;
}
.choice-list__link:before{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #3e4244;
    width: 0;
}
.choice-list__link:not(.active):hover:before{
    width: 100%;
}

.choice-list__q{
    padding-left: 5px;
}

.choice-list__link.active {
    border-bottom: 3px solid #3e4244;
}
.choice-v2 .choice-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main-search.main-search-v2{
    width: 100%;
    max-width: 100%;
}
.main-search.main-search-v2 .main-search-radio__lbl{
    font-size: 18px;
}
.main-search.main-search-v2 .main-search-radio__el{
    padding: 0 10px;
}
.main-search-radio {
    flex-flow: row wrap;
    justify-content: space-between;
}
.main-search.main-search-v2 .main-search-radio__el {
    flex: 0 1;
}

/*wide-posts*/
.wide-article {
    padding: 25px 0;
}

.wide-article__pict,
.wide-article__link {
    display: block;
}

.wide-article__pict {
    max-height: 245px;
    text-align: center;
    overflow: hidden;
}
.wide-article__pict img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.wide-article__ttl {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 32px;
}

.wide-posts__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
}

.wide-article:last-child {
    margin-bottom: 30px;
}

/*search-error*/
.search-error{
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
}


/*msg-article*/
.msg-article__ttl{
    font-size: 30px;
    margin-top: -2px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #3e4244;
}
.msg-article__hero{
    margin-bottom: 26px;
}
.msg-article__lcol{
    text-align: right;
}
.msg-article__date{
    font-size: 16px;
    font-weight: 400;
}
.link-list {
    font-size: 15px;
    font-weight: 300;
}
.link-list dd {
    font-weight: 600;
}
.link-list a {
    text-decoration: underline;
}
.tile-img{
    min-width: 300px;
    min-height: 410px;
    overflow: hidden;
    display: none;
}
.tile-img.active{
    position: fixed;
    top: 0;
    left: 0;
    right: 50px;
    bottom: 0;
    /*background: #3e4244;*/
    background: rgba(62, 66, 68, .94);
    z-index: 9999;
    display: block;
}
.img-zoom{

}
.tile-img.active .tile-bar{
    position: fixed;
    top: 0;
    left: calc(100% - 50px);
    right: 0;
    bottom: 0;
    background: #292C2D;
    z-index: 9999;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.tile-close,
.tile-plus,
.tile-prev,
.tile-next,
.tile-minus{
    position: relative!important;
    z-index: 9999!important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 1!important;
    left: auto!important;
    top: auto!important;
}
.tile-close{
    margin: 20px 0;
}
.tile-close svg,
.tile-plus svg,
.tile-prev svg,
.tile-next svg,
.tile-minus svg{
    width: 50px!important;
    height: 50px!important;
    fill:#B7BBBC!important;
}
.tile-close:hover svg,
.tile-plus:hover svg,
.tile-prev:hover svg,
.tile-next:hover svg,
.tile-minus:hover svg{
    fill:#E8F0FE!important;
}
/*.tile-close::before,*/
/*.tile-close::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 2px;*/
/*    height: 30px;*/
/*    background: #bcbfc1;*/
/*    left: 16px;*/
/*    top: 3px;*/
/*}*/
.tile-close::before{
    transform: rotate(45deg);
}
.tile-close::after{
    transform: rotate(-45deg);
}
.viewerControls{
    display: none!important;
}

/*contacts*/
.contacts{
    padding: 0 15px;
    font-size: 15px;
    font-weight: 300;
}
.contacts b {
    font-weight: 600;
    color: #bcbfc1;
}
.contacts a {
    text-decoration: underline;
}
.contacts a:active,
.contacts a:focus,
.contacts a:hover{
    color: #fff;
}

.contacts__block{
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.contacts__block + .contacts__block{
    margin-top: 30px;

}
.contacts__col{
    min-height: 40px;
}
/*Modification classes*/
.w-100{
    width: 100%;
}
.m-0 {
    margin: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
/*user-form*/
.info-span{
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}
.user-form{
    display: inline-block;
    width: 100%;
}
.user-form label{
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}
.user-form input[type=email],
.user-form input[type=text],
.user-form input[type=date],
.user-form input[type=password],
.user-form textarea{
    display: inline-block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #3e4244;
    padding-right: 5px;
    text-indent: 15px;
    margin-bottom: 10px;
    height: 42px;
}
.user-form input[type=submit]{
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin-top: 10px;
}
.user-form textarea{
    resize: none;
    height: 70px;
}
.register-container h2,
.login-container h2{
    margin: 0 0 20px;
}
.register-container h2.mg-top{
    margin-top: 50px;
}
.log-out{
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.request-table{
    display: inline-block;
    width: 100%;
}
.request-item{
    display: inline-block;
    width: 100%;
    margin: 3px 0;
}
.request-item.head{
    border-bottom: solid 2px;
    margin-bottom: 10px;
}
.request-item.active{
    border: solid 1px;
}
.request-item span{
    display: inline-block;
    width: 19%;
    padding: 3px;
}
.request-item.head span{
    font-weight: 600;
    font-size: 15px;
}
.user-page .visual-exposition__cont{
    min-height: 0;
}
.interview-user__item{
    display: inline-block;
    width: 100%;
}
.interview-form a,
.interview-user a,
.interview-user button,
.log-out{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    color: #3e4244;
}
.log-out{
    margin-top: 50px;
}
.visual-exposition__ttl.black{
    color: #3e4244;
}
.user-form__label,
.user-form__input{
    float: left;
}
.clear{
    display: inline-block;
    width: 100%;
}
.input-pen{
    position: relative;
}
.input-pen input{
    padding-right: 40px!important;
}
.input-pen::before{
    content: '';
    background-image: url(/img/pen.png);
    width: 15px;
    height: 15px;
    background-size: cover;
    position: absolute;
    right: 25px;
    top: 13px;
}
.form-message,
.success-message{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.form-message a,
.success-message a{
    font-weight: 600;
    color: #3e4244;
}
.light{
    color: #929293!important;
}
.interview-user{
    margin-top: 50px;
}
.interview-main .interview-user{
    margin-top: 12px;
}
h3.title{
    border-bottom: solid 1px;
    padding: 0 0 10px 15px;
}
.interview-form{
    margin-top: 20px;
}
.interview-form .input-pen::before{
    right: 15px;
}
.interview-user a.forget-password{
    color: #929293;
    padding: 15px;
    border-bottom: solid 1px;
    margin-bottom: 15px;
}
.title-light{
    color: #929293;
    padding: 15px;
    border-bottom: solid 1px;
    margin-bottom: 15px;
}
.register-container form{
    margin-top: 50px;
}
.half-link{
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}
.half-link a{
    display: inline-block;
    width: 50%;
    font-size: 12px;
    float: left;
}
.half-link a.light{
    text-align: right;
}
.user-profile{
    border-bottom: solid 1px;
    padding-bottom: 25px;
    margin-top: -10px;
}
.user-profile .title{
    margin-top: 25px;
}
.request-body{
    margin-top: 40px;
}

.accounts-body,
.accounts-item,
.accounts-item__id,
.accounts-item__user,
.accounts-item__user strong,
.accounts-item__user span,
.accounts-item__access,
.accounts-item__button,
.accounts-item__hidden,
.accounts-item__hidden-item,
.accounts-item__hidden-form,
.accounts-item__hidden-item strong,
.accounts-item__hidden-item span,
.accounts-item__hidden-form a,
.accounts-item__hidden-form button{
    display: inline-block;
    float: left;
    width: 100%;
}
.accounts-body{

}
.accounts-item{
    padding: 15px 0;
    font-size: 16px;
    border-bottom: solid 1px;
    margin-top: 5px;
}
.accounts-item.head{
    border-bottom: solid 2px;
    font-weight: 600;
}
.accounts-item__id{
    width: 15%;
}
.accounts-item__user{
    width: 40%;
}
.accounts-item__user strong{
    font-weight: 600;
}
.accounts-item__user span{
    color: #929293;
    margin-top: 5px;
}
.accounts-item__access{
    width: 15%;
}
.accounts-item__button{
    width: 30%;
    text-align: right;
}
.show-details{
    border: none;
    border-bottom: solid 1px;
    margin-bottom: 1px;
}
.show-details::before{
    content: "\e915";
    transform: rotate(90deg);
    font-size: 23px;
}
.accounts-item__hidden{
    display: none;
    transition: .5ms ease;
    width: 85%;
    border-top: solid 1px;
    float: right;
    margin-top: 30px;
    padding-top: 10px;
}
.accounts-item.active{
    border: solid 1px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px;
}
.accounts-item.active .accounts-item__hidden{
    display: inline-block;
}
.accounts-item.active .show-details{
    border-bottom: solid 2px;
    margin-bottom: 0;
}
.accounts-item.active .show-details::before{
    transform: rotate(-90deg);
}
.accounts-item__hidden-item{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #929293;
}
.accounts-item__hidden-item.border{
    border-bottom: solid 2px;
}
.accounts-item__hidden-item strong{
    font-weight: 600;
    width: 25%;
}
.accounts-item__hidden-item span{
    width: 75%;
}
.accounts-item__hidden-form{

}
.accounts-item__hidden-form .col-md-4{
    float: left;
    padding: 0;
}
.accounts-item__hidden-form strong{
    font-weight: 600;
    display: inline-block;
    width: 90%;
    margin: 8px 0 25px;
    border-bottom: solid 1px;
    padding-bottom: 5px;
}
.accounts-item__hidden-form button,
.accounts-item__hidden-form a{
    border: solid 1px;
    font-size: 14px;
    color: #3e4244;
    padding: 10px 20px;
    width: 90%;
    text-align: left;
    line-height: 18px;
}
.accounts-item__hidden-form input{
    border: none;
    border-bottom: solid 1px;
    margin-bottom: 25px;
    padding: 5px 20px;
    font-size: 14px;
    width: 90%;
}
.interview-itm{
    padding: 25px 15px;
}
.interview-itm::before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100% - 30px);
    left: 15px;
    background: #929293;
}
.interview-itm strong{
    display: block;
    margin-bottom: 23px;
    font-weight: 600;
    font-size: 16px;
}
.interview-itm span{
    display: block;
    margin: 15px 0;
}
.interview-itm span.btn--more{
    display: inline-flex;
    margin-bottom: 0;
}
.interview-itm__desc{

}
.interview-info{
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
}
.interview-info p{
    line-height: 25px;
}
.interview-info a{
    font-weight: 600;
    text-decoration: underline;
}
.sub-title{
    color: #929293;
    margin: 10px 0 0 0;
    display: block;
    font-size: 18px;
}
.interview-single .interview-info{
    color: #fff;
    border-bottom: solid 1px #929293;
}
.html-description p{
    margin-bottom: 25px;
}
.interview-search{
    margin-top: 40px;
}
.iframe-container{
    margin: 30px 0 100px;
    background: #3e4244;
    padding: 30px;
    position: relative;
}
.iframe-container::after{
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #3e4244;
}
.iframe-container embed{
    width: 100%;
    height: 940px;
}
.collection-interview-profile .title-light{
    color: #3e4244;
}
.collection-interview-profile .half-link a.light,
.collection-interview-profile .interview-user a.forget-password{
    color: #3e4244!important;
}
.collection-interview-profile .interview-form a.btn,
.collection-interview-profile .interview-user a.btn,
.collection-interview-profile .interview-user button,
.collection-interview-profile .log-out{
    background: #fff;
}
.related-interview{
    margin-top: 40px;
}
.related-interview .interview-itm{
    float: left;
}
.related-interview .section-title{
    margin-bottom: 20px;
}
.interview-single audio{
    height: 54px;
    width: 100%;
}
.audio-player{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    height: 54px;
}
.audio-player::before,
.audio-player::after{
    /*content: '';*/
    height: 54px;
    position: absolute;
    width: 45px;
    background: #f1f3f4;
}
.audio-player::after{
    right: 0;
}
.visual-carousel {
    background-color: #3e4244;
    position: relative;
    overflow: hidden;
    padding: 30px 0 60px;
}

.visual-carousel__cont {
    overflow: hidden;
}

.visual-carousel__content {
    color: #fff;
    margin-top: 35px;
}

.visual-exposition__ttl {
    text-transform: uppercase;
    font-size: 24px;
}

.visual-carousel__btn {
    width: initial;
    height: initial;
    background: none;
    font-size: 60px;
    color: #fff;
    bottom: 10px;
    top: auto;
    transition: opacity 1s ease-in-out;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.visual-carousel__btn:hover{
    text-shadow: 2px 2px 2px #000;
}

.visual-carousel__btn:active{
    text-shadow: 4px 4px 2px #000;
}

.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.visual-carousel__btn.swiper-button-prev{
    transform: translateX(-50%) rotate(180deg);
    /* margin-left: -18%; */
    margin-left: -16%;
}

.visual-carousel__btn.swiper-button-next{
    /* margin-left: 18%; */
    margin-left: 26%;
}


/* swiper */
.swiper-container {
    width: 100%;
    height: 410px;
}

.swiper-slide {
    transition: all 1s;
    opacity: .15;
    display: inline-flex;
    align-items: flex-end;
    color: #fff;
    width: auto;
}

.swiper-slide:not(.swiper-slide-active) img {
    cursor: pointer;
}

.swiper-slide img {
    width: auto;
    min-height: 280px;
    max-height: 280px;
    object-fit: cover;
    transition: min-height .3s;
}

.swiper-slide:not(.swiper-slide-active):hover{
    opacity: .60;
}

.swiper-slide-active {
    opacity: 1;
}


.swiper-slide-active img {
    min-height: 100%;
    cursor: grab;
}

/* FOOTER */
.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer{
    margin-top:auto;
}

#footer {
    /* background-color: #ccc; */
    color: #3e4244;
}

.footer__cont {
    padding-top: 99px;
    padding-bottom: 70px;
}
.nav-list {
    font-size: 14px;
    line-height: 1.3;
}
.nav-list dt {
    margin-bottom: 15px;
}

.nav-list dd + dd {
    margin-top: 6px;
}
.nav-list + .nav-list,
.nav-list dd + dt {
    margin-top: 28px;
}

.nav-list__ttl{
    font-weight: bold;
    text-transform: uppercase;
}

.nav-list__link{
    display: inline-block;
    vertical-align: top;
    color: #3e4244;
}
.nav-list__link:hover {
    text-decoration: underline;
}

.site-logo--footer {
    margin: -15px 0 0;
    position: absolute;
    left: -50px;
}
.site-logo--footer:before {
    font-size: 40px;
}


.company-info address span,
.company-info * + * {
    display: block;
    margin-top: 10px;
}

.company-info address {
    font-style: normal;
}

.company-link{
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 28px;
    font-size: 12px;
    text-transform: uppercase;
    color: #3e4244;
}

.company-link:hover{
    text-decoration: underline;
}

/* formRes */
#formRes {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    transform: translateX(-50%);
    z-index: 1;
    left: 50%;
    bottom: 50px;
}

#formRes.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 50px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 50px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 50px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 50px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.subscribe-form {
    font-size: 14px;
}

.subscribe-form__holder {
    display: flex;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: #3e4244;
    height: 40px;
}

.subscribe-form__ctrl {
    border: none;
    width: 100%;
    padding: 5px 0;
    color: #3e4244;
}

.subscribe-form__ctrl .visual-form__control::-webkit-input-placeholder {
    font-size: inherit;
    font-family: inherit;
}
.subscribe-form__ctrl .visual-form__control::-moz-placeholder {
    font-size: inherit;
    font-family: inherit;
}
.subscribe-form__ctrl .visual-form__control:-ms-input-placeholder {
    font-size: inherit;
    font-family: inherit;
}
.subscribe-form__ctrl .visual-form__control:-moz-placeholder {
    font-size: inherit;
    font-family: inherit;
}


.subscribe-form__btn {
    font-size: 0;
    line-height: 0;
    border: none;
    background: none;
}

.subscribe-form__btn:before {
    font-size: 25px;
}

.subscribe-form__btn:focus,
.subscribe-form__btn:active{
    outline: 1px solid #3e4244;
}

.subscribe-form__ttl {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 10px;
}

.social-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.social-list__lnk {
    display: inline-block;
    vertical-align: top;
    margin: 2px;
}

.social-list__lnk:hover svg path{
    fill: #000;
}
.visual-search__link-2{
    color: #3e4244;
    border-color: #3e4244;
    justify-content: left;
}
.visual-search__link-2:hover{
    background: #3e4244;
    color: #fff;
}
.aside-search-2{
    border-bottom: 2px solid #3e4244;
    margin-bottom: 10px;
}
.aside-search-2 .aside-search__btn{
    border: solid 1px;
    border-bottom: 0;
    padding: 0 5px;
}
.aside-search-2:hover .aside-search__btn{
    background: #3e4244;
    border-color: #3e4244;
    color: #fff;
}
.main-search {
    width: 100%;
    max-width: 542px;
    margin: 1% auto 6.4%;
}

.main-search__holder {
    min-height: 50px;
    position: relative;
    background:#292C2D;
    padding: 8px 14px;
}

.main-search__holder + .main-search__holder {
    margin-top: 5px;
}

.main-search__holder--query {
    padding: 11px 30px 11px 35px;
    border: 1px solid #3E4244;
    background: #fff;
}

.main-search__ctrl {
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* padding: 7px 65px 7px 20px; */
    padding: 2px 70px 2px 20px;
    /*border-width: 0 0 0 1px;*/
    border-width: 0;
    border-left-color: #3E4244;
    color: #3E4244;
    font-size: 18px;
    font-weight: 400;
}

.main-search__ctrl::-webkit-input-placeholder {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
}
.main-search__ctrl::-moz-placeholder {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
}
.main-search__ctrl:-ms-input-placeholder {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
}
.main-search__ctrl:-moz-placeholder {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
}

.main-search__btn {
    position: absolute;
    border: none;
    background: transparent;
    width: 97px;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
    color: fff;
}
.main-search__btn:before {
    font-size: 20px;
    color: inherit;
}

.main-search__btn:hover,
.main-search__btn:focus {
    background: #D1D2D3;
    color: #3E4244;
}
.main-search__btn:hover:before,
.main-search__btn:focus:before {
    content: "\e910";
}

.main-search-radio {
    background-color: #292C2D;
    display: flex;
    font-size: 13px;
    margin: 0 -4px;
}

.main-search-radio__el {
    padding: 0 4px;
    flex: 1 1 100%;
}

.main-search-radio__ctrl {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}


.main-search-radio__lbl {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 5px 0;
    white-space: nowrap;
    color: #D1D2D3;
}

.main-search-radio__lbl:before {
    position: absolute;
    content: '';
    top: 100%;
    /* margin-top: 5px; */
    left: 0;
    right: 0;
    height: 1px;
    background: #D1D2D3;
    transition: height .3s;
}
.main-search-radio__el a:hover,
.main-search-radio__ctrl:checked + .main-search-radio__lbl {
    color: #fff;
}
.main-search-radio__ctrl:checked + .main-search-radio__lbl:before,
.main-search-radio__el:hover a::before{
    background-color: #fff;
    height: 3px;
}

.main-search-radio__lbl small {
    font-weight: 300;
    font-size: inherit;
}

.header-v2{
    background: #bcbfc1;
}
.header-v2.header--dark a{
    color: #333E44;
}
.header-v2 .header-col--left{
    background: #bcbfc1;
    color: #333E44;
}
.header-v2 .header-col--left{
    padding: 0 75px 0 19px;
}
.btn-menu{
    width: 55px;
    text-align: center;
}
.btn-menu__cls,
.menu-opened .btn-menu__opn{
    display: none;
}
.menu-opened .btn-menu__cls{
    display: block;
}
.header-v2 .btn-menu span{
    font-size: 15px;
    position: relative;
    color: #333E44;
}
.header-v2 .site-logo{
    margin-right: 20px;
}
.header-v2 .site-logo:before{
    font-size: 35px;
    line-height: 20px;
    color: #333E44;
}
.header-v2 .site-name{
    font-size: 15px;
    color: #333E44;
}
.header-v2 .site-link:hover .site-logo:before,
.header-v2 .site-link:hover .site-name,
.header-v2 .btn-menu:hover span{
    color: #000;
}
.header-v2 .language-select{
    margin-left: 75px;
}
.header-v2 .site-nav__link + .site-nav__link{
    margin-left: 10px;
}
.header-v2 .site-nav__link-mr{
    margin-right: 75px;
}
.header-v2 .header-col--center a{
    font-size: 17px;
    font-weight: 600;
    padding: 10px;
}
.header-v2 .header-col--center:hover{
    color: #000;
}
.site-nav-hidden{
    display: none;
    height: calc(100vh - 70px);
    padding: 8.12% 0 25px;
    overflow: hidden auto;
    position: relative;
    z-index: 1;
    background: #bcbfc1;
}
.site-nav-hidden .site-nav__wrp {
    justify-content: space-between;
}
.site-nav-hidden .main-nav {
    display: flex;
    flex-flow: column;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
}
.site-nav-hidden .list-style {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-nav-hidden .main-nav__itm {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0;
}
.site-nav-hidden .main-nav__itm:nth-child(3),
.site-nav-hidden .main-nav__itm:nth-child(7),
.site-nav-hidden .main-nav__itm:nth-child(8){
    margin-bottom: 10px;
}
.site-nav-hidden .main-nav__link, .sub-nav__link {
    display: block;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.site-nav-hidden .sub-nav {
    margin-top: -37px;
    top: auto;
}
.site-nav-hidden .sub-nav {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    left: 100%;
    line-height: 40px;
    top: 0;
    display: none;
}
.site-nav-hidden .sub-nav__link.active,
.site-nav-hidden .sub-nav__link:hover,
.site-nav-hidden .main-nav__link.active{
    font-weight: 600;
}
.site-nav-hidden .main-nav__link.active{
    color: #000;
}
.site-nav-hidden .sub-nav__link.active:before,
.site-nav-hidden .sub-nav__link:hover:before,
.site-nav-hidden .main-nav__link.active:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 160px;
    left: 0;
    margin-top: -2px;
    height: 2px;
    background-color: #3e4244;
}
.site-nav-hidden .main-nav__link.active + .sub-nav {
    display: block;
    width: 100%;
}
.site-nav-hidden .sub-nav {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    left: 100%;
    line-height: 40px;
    margin-top: -37px;
    top: auto;
    display: none;
}
.site-nav-hidden .header-info{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    z-index: 9;
}
.site-nav-hidden .header-info__ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 36px;
    color: #fff;
}
.site-nav-hidden .header-info dd {
    margin-bottom: 36px;
}
.site-nav-hidden .address-list {
    font-style: normal;
    margin-bottom: 15px;
}
.site-nav-hidden .iblock {
    display: inline-block;
    vertical-align: top;
}
.site-nav-hidden .header-info__ttl2, .subscribe_form__ctrl {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.site-nav-hidden .header-info dd {
    margin-bottom: 36px;
}
.site-nav-hidden .social-nav {
    font-size: 0;
    line-height: 0;
}
.site-nav-hidden .social-nav__elem {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.site-nav-hidden .social-nav__elem + .social-nav__elem {
    margin-left: 25px;
}
.site-nav-hidden .social-nav__elem:before {
    font-size: 30px;
    line-height: 1.1;
}
.site-nav-hidden .icon-fb:before {
    content: "\e906";
}
.site-nav-hidden .icon-youtube:before {
    /*content: "\e907";*/
}
.site-nav-hidden .btn {
    cursor: pointer;
}
.site-nav-hidden .btn-donate {
    font-weight: 400;
    font-size: 18px;
    max-width: 170px;
}
.site-nav-hidden .btn-ico {
    border-color: #fff;
    width: 100%;
    height: 42px;
    position: relative;
    padding-right: 40px;
    padding: 1px 40px 1px 5px;
}
.site-nav-hidden .btn-donate:before {
    font-size: 32px;
}
.site-nav-hidden .btn-ico:before {
    /* content: ''; */
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2em;
}
.site-nav-hidden .icon-arrow-r2:before {
    content: "\e910";
}
.site-nav-hidden .subscribe_form__holder {
    width: 100%;
    max-width: 256px;
    position: relative;
    margin-bottom: 25px;
}
.site-nav-hidden .subscribe_form__ctrl {
    width: 100%;
    font-weight: 400;
    color: #fff;
    padding: 6px 50px 6px 0;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
}
.site-nav-hidden .header-info__ttl2,
.site-nav-hidden .subscribe_form__ctrl {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.header-info__form input ::-webkit-input-placeholder {
    color: #fff;
}

.header-info__form input ::-moz-placeholder {
    color: #fff;
}

.header-info__form input :-ms-input-placeholder {
    color: #fff;
}

.header-info__form input :-moz-placeholder {
    color: #fff;
}
.social-list-svg{
    transition: all .5s;
    margin-top: 8px;
}
.social-list-svg path{
    fill: #fff;
    transition: all .5s;
}
.social-list-svg:hover path{
    fill: #000;
}
.site-nav-hidden .subscribe_form__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.site-nav-hidden .subscribe_form__btn:before {
    display: inline-block;
    vertical-align: top;
    font-size: 32px;
    line-height: 1;
    padding-right: 8px;
    color: #fff;
}
.site-nav-hidden .icon-arrow-r2:before {
    content: "\e910";
}
body.gallery-loaded::before{
    content: '';
    position: fixed;
    z-index: 999999;
    background: rgba(188, 191, 193, .99);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
body.gallery-loaded::after{
    content: 'Галерея завантажується ...';
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
}
html[lang='en'] body.gallery-loaded::after{
    content: 'Gallery is loading ...';
}
@keyframes menu-shift {
    from {
        height: 0;
    }
    to {
        height: calc(100% + 70px);
    }
}
.menu-opened .site-nav-hidden::after {
    content: '';
    position: absolute;
    width: 40%;
    bottom: 0;
    right: 0;
    background-color: #3e4244;
    animation: menu-shift 0.5s ease-out both;
    animation-delay: .28s;
}
body.menu-opened {
    overflow: hidden;
    margin-left: -17px;
    /* padding-right: 17px; */
}
.footer-support{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.footer-support span{
    width: 50%;
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 5px;
    line-height: 12px;
}
.footer-support img{
    width: 50%;
    object-fit: contain;
}
.header-col--center a{
    position: relative;
}
.header-col--center a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    /* right: 0; */
    border: 1px solid transparent;
    border-bottom-color: inherit;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.header-col--center a:hover::before{
    visibility: visible;
    opacity: 1;
    width: 100%;
}
.info-grid dd strong,
.info-grid dd b{
    font-weight: 500;
}
.collection-read{
    background-color: #bcbfc1;
    padding: 60px 0;
}
.sg-social {
    position: relative;
    display: inline-flex;
    z-index: 8;
}
.sg-social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 45px;
    height: 45px;
    transition: all .3s;
}
.sg-social-button::before {
    font-family: 'icomoon' !important;
    content: "\e914";
    font-size: 40px;
}
.sg-social-pop {
    position: absolute;
    display: flex;
    width: 96px;
    top: 100%;
    flex-wrap: wrap;
    right: calc(100% - 46px);
    opacity: 0;
    transition: all .3s;
}
.sg-social a {
    width: 32px;
    height: 32px;
    padding: 1px;
}
.sg-social:hover .sg-social-button {
    background-color: #3e4244;
    color: #fff;
}
.sg-social:hover .sg-social-pop {
    opacity: 1;
}
.sg-social img {
    background-color: #3e4244;
}

.display-grid{
    column-count: 3;
    column-gap: 30px;
    display: block!important;
    padding: 0 15px 50px;
}
.display-grid .grid-item{
    margin: 0 0 50px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
}
.display-grid .grid-item .load-post{
    display: flex;
    align-items: center;
}
.display-grid .grid-item .post-itm__ttl{
    word-break: break-word;
}

.grid-item{
    cursor: pointer;
}
.grid-item-no-image .post-itm__pict{
    display: none;
}

.cms-editor ul.bibliographyList{
    list-style: none;
    padding: 0;
    margin: 0;
}

.objectSlider{
    overflow: hidden;
}
.zoomify-container-active .header,
.pdf-container-active .header{
    z-index: -1;
}
.zoomify-container,
.pdf-container{
    min-width: 300px;
    min-height: 410px;
    overflow: hidden;
    display: none;
}
.zoomify-container.active,
.pdf-container.active{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #3e4244;*/
    background: rgba(62, 66, 68, .94);
    z-index: 9999;
    display: block;
}
.pdf-item,
.zoomify-item{
    width: 100%;
    height: 100%;
}
.img-zoom{

}
.pdf-toolbar,
.zoomify-toolbar{
    position: fixed!important;
    top: auto;
    left: calc(50% - 75px);
    right: auto;
    bottom: 0;
    background: #292C2D!important;
    z-index: 9999;
    display: flex!important;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.pdf-toolbar,
.zoomify-toolbar{
    opacity: 1!important;
}
.pdf-toolbar-item,
.zoomify-toolbar-item{
    width: 50px;
    height: 50px;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    position: relative!important;
    cursor: pointer;
}
.pdf-toolbar-item img,
.zoomify-toolbar-item img{
    max-height: 30px;
    max-width: 46px;
    position: absolute!important;
    top: auto!important;
    left: auto!important;
}
.pdf-toolbar-item:nth-child(4),
.zoomify-toolbar-item:nth-child(4){
    display: none!important;
}
.pdf-toolbar-item:nth-child(3) img,
.zoomify-toolbar-item:nth-child(3) img{
    width: 32px;
}
.pdf-toolbar,
.zoomify-toolbar{
    height: 50px;
}
.pdf-close,
.zoomify-close{
    position: fixed;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    background: #292C2D;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
}
.pdf-close svg,
.zoomify-close svg{
    transition: all .3s;
    fill: #B7BBBC!important;
}
.pdf-close:hover svg,
.zoomify-close:hover svg{
    transition: all .3s;
    fill: #fff!important;
}
.pdf-arrows,
.zoomify-arrows{
    position: fixed;
    display: flex;
    z-index: 999;
    bottom: 0;
    left: calc(50% + 25px);
}
.pdf-prev,
.zoomify-prev,
.pdf-next,
.zoomify-next{
    width: 50px;
    height: 50px;
    background: #292C2D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.zoomify-prev svg,
.pdf-prev svg,
.zoomify-next svg,
.pdf-next svg{
    fill: #B7BBBC;
}
.zoomify-prev:hover svg,
.pdf-prev:hover svg,
.zoomify-next:hover svg,
.pdf-next:hover svg{
    fill: #fff;
}
.zoomify-slider .zoomify-toolbar,
.pdf-slider .pdf-toolbar{
    left: calc(50% - 125px);
}
.tile-close{
    position: fixed!important;
    right: 15px;
    top: 15px!important;
    width: 45px;
    height: 45px;
    background: #292C2D;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999!important;
    cursor: pointer;
}
.swiper-slide.single-slide{
    opacity: 1;
}
.swiper-slide.single-slide img{
    max-height: 410px;
}

.section-title-button{
    cursor: pointer;
    transition: all .3s;
}
.section-title-button.active{
    font-weight: 600;
}

.header-info__soc svg{
    filter: brightness(0) invert(1);
    margin-right: 15px;
}
.header-info__soc a:last-child svg{
    margin-right: 0;
}

.pdf-container, .pdf-container.active{
    padding-top: 90px;
    background: rgb(209 209 209);
}
#pdf-wrapper{
    z-index: 888;
}
#document-iframe{
    height: calc(100vh - 90px) !important;
}
.pdf-close{
    z-index: 999999;
}

/* --- MEDIA Q. --- */
@media screen and (min-width: 1200px) {
    .info-grid a{
        position: relative;
    }
    .info-grid a:before{
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 40px;
        height: 3px;
        background-color: #3e4244;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        margin-top: 25px;
    }
    .info-grid a:hover:before{
        visibility: visible;
        opacity: 1;
        margin-top: 20px;
    }
}



@media screen and (max-width: 1199.98px) {
    .msg-article__ttl{
        font-size: 22px;
        margin-top: 0;
    }
    .visual-block__row {
        min-height: 450px;
    }

    .faq-post__q {
        min-height: initial;
        margin-bottom: 10px;
    }

    .visual-exposition__cont {
        padding: 30px 0;
    }

    .visual-exposition__sample {
        margin-bottom: 30px;
    }

    .fluid-block.is_stuck {
        padding: 25px 0;
    }
    .main-search {
        max-width: 1000px;
    }
    .header-v2 .site-nav__link-mr{
        margin-right: 0;
    }
    .header-v2 .language-select{
        margin-right: 30px;
    }
    .header-v2 .site-nav__link + .site-nav__link{
        margin-left: 0;
    }
}
@media screen and (max-width: 991.98px) {
    .site-nav.hidden-md{
        display: none;
    }
    .header-col--left {
        padding: 0 25px 0 15px;
    }

    .header-col--right {
        padding-right: 15px;
    }

    .explanation__ttl {
        font-size: 28px;
    }

    .selected-image__sample {
        margin-bottom: 20px;
    }

    .site-nav__link:nth-child(2) {
        margin-left: initial;
    }

    .site-nav__link + .site-nav__link {
        margin-left: 30px;
    }
    .explanation__share--deco:after{
        display: none;
    }
    .btn-share{
        float: right;
        margin-top: 45px;
    }
    .btn-share:hover .share-after{
        height: 100%;
    }
    .footer__info {
        padding-bottom: 45px;
    }

    .footer__action {
        margin-top: -40px;
    }
    .display-grid{
        column-count: 2;
    }
    .main-search.main-search-v2 .main-search-radio__lbl{
        font-size: 16px;
    }
}

@media screen and (max-width: 767.98px), screen and (orientation: landscape) and (max-width: 767.98px), screen and (orientation: portrait) and (max-width: 767.98px) {
    .hidden-md {
        display: none;
    }
    .site-link .site-name{
        display: none;
    }
    .msg-article__lcol{
        margin-bottom: 10px;
    }

    .msg-article__date{
        font-size: 11px;
    }

    .visual-block__row {
        min-height: 360px;
    }

    .explanation__ttl--deco {
        margin-bottom: 35px;
    }

    .explanation__ttl--deco:before {
        margin-top: 12px;
    }

    .fluid-block__ttl {
        font-size: 17px;
    }
    .wide-article__pict{
        max-height: initial;
        margin-bottom: 10px;
    }
    .wide-article__ttl{
        margin-bottom: 25px;
    }
    .wide-posts__action{
        margin-top: 20px;
    }
    .visual-search{
        margin: 0;
    }
    .footer__action {
        margin-top: initial;
    }
    .footer__dual {
        display: flex;
        padding: 0;
    }
    .footer__dual .nav-list{
        padding: 0 15px;
    }
    .nav-list + .nav-list{
        margin-top: initial;
    }
    .footer__row > div {
        margin-bottom: 20px;
    }

    .footer__info {
        padding-bottom: 10px;
    }
    .main-search-radio {
        flex-flow: row wrap;
    }
    .main-search-radio__el {
        flex: 0 1;
    }
    .site-nav-hidden{
        padding: 5px 0 0;
    }
    .site-nav-hidden .container{
        margin-left: 15px;
        margin-right: 15px;
    }
    .menu-opened .site-nav-hidden::after{
        display: none;
    }
    .site-nav-hidden .site-nav__additional:before {
        content: '';
        position: absolute;
        right: -25%;
        left: -25%;
        bottom: -100%;
        top: -25px;
        background-color: #3e4244;
        z-index: -1;
        width: calc(200%);
    }
    .site-nav-hidden .main-nav{
        font-size: 16px;
    }
    .site-nav-hidden .main-nav__itm:nth-child(3n) {
        margin-bottom: initial;
    }
    .site-nav-hidden .site-nav__main{
        padding-bottom: 50px;
    }
    .site-nav-hidden .header-info {
        display: flex;
        flex-wrap: wrap;
        padding: 25px 0;
    }
    .site-nav-hidden .header-info__ttl {
        display: none;
    }
    .site-nav-hidden .header-info dd {
        order: 4;
        margin-bottom: 20px;
    }
    .site-nav-hidden dd.header-info__soc {
        order: 3;
    }
    .site-nav-hidden dd.header-info__ttl2 {
        order: 2;
    }
    .site-nav-hidden dd.header-info__adr {
        order: 1;
    }
    .site-nav-hidden .header-info__form {
        margin: 0;
    }
    .tile-img.active {
        right: 0;
        bottom: 50px;
    }
    .tile-img.active .tile-bar{
        top: calc(100% - 50px);
        left: 0;
        right: 0;
        bottom: 0;
        flex-direction: row;
    }
    .main-search.main-search-v2 .main-search-radio__lbl{
        font-size: 14px;
    }
}

@media screen and (max-width: 575.98px) {
    .hidden-sm {
        display: none;
    }

    .header-col--left {
        padding: 0 15px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .info-grid {
        line-height: 1.3;
        grid-template-columns: 40% 1fr;
    }

    .visual-exposition__cont {
        min-height: 340px;
        padding: 30px 0;
    }

    .explanation__ttl {
        font-size: 24px;
    }

    .fluid-block__ttl {
        font-size: 1rem;
    }

    .fluid-block__ctrl {
        justify-content: start;
        margin-top: 10px;
    }
    .visual-carousel__btn {
        background-color: #3e4244a2;
        font-size: 45px;
    }

    .visual-carousel__btn:hover{
        text-shadow: initial;
    }
    .visual-carousel__btn:active{
        text-shadow: 2px 2px 6px #000;
    }
    .visual-carousel__btn.swiper-button-prev{
        margin-left: -16%;
    }

    .visual-carousel__btn.swiper-button-next{
        margin-left: 16%;
    }

    .footer__dual .nav-list{
        width: 50%;
    }

    .footer__action {
        margin-top: 40px;
        max-width: 320px;
    }

    .site-logo--footer:before {
        font-size: 35px;
    }
    .site-logo--footer {
        left: -43px;
    }
    .main-search {
        margin-bottom: 45px;
    }
    .main-search__holder + .main-search__holder {
        margin-top: 55px;
    }
    .main-search-radio__lbl {
        padding: 13px 0;
    }
    .main-search__ctrl {
        padding: 2px 30px 2px 20px;
    }
    .main-search__btn {
        width: 50px;
    }
}
@media screen and (max-width: 490px) {
    .header-v2 .site-link{
        display: none;
    }
    .header-v2 .language-select {
        margin-right: 15px;
        margin-left: 0;
    }
    .display-grid{
        column-count: 1;
    }
    .choice-list{
        display: flex;
        flex-direction: column;
    }
    .choice-list__link{
        width: 100%;
    }
}
@media screen and (max-width: 380px) {

    .hidden-xs {
        display: none;
    }
    .header-v2 .site-logo.icon-logo{
        display: none;
    }
    .header-col--left {
        flex: 1;
    }

    .language-select {
        margin-left: 0;
    }

    .header-col--right {
        padding: 0 15px;
    }
}


