/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   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,
canvas,
object,
audio,
video {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

input,
textarea,
select {
    color: #000;
    vertical-align: middle;
    /* font: 100% Arial, Helvetica, sans-serif; */
    font: 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;
    -o-transition: all .3s;
    transition: all .3s;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
th,
blockquote,
button,
figure,
legend,
textarea,
pre,
iframe,
input,
form,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 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;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    /*vertical-align: middle;*/
    vertical-align: top;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   ICON-FONT
   ========================================================================== */
/*TODO: change icons font !!!!!*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?2a0yqy');
    src: url('../fonts/icomoon.eot?2a0yqy#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?2a0yqy') format('truetype'),
    url('../fonts/icomoon.woff?2a0yqy') format('woff'),
    url('../fonts/icomoon.svg?2a0yqy#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.i-moon:before,
[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-long-arrow:before {
    content: "\e905";
}

.icon-youtube:before {
    content: "\e907";
}

.icon-selected2:before {
    content: "\e900";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    font: 16px/1.1 'Source Sans Pro', sans-serif;
    color: #3e4244;
    scroll-behavior: smooth;
    /*font-size: 1em;*/
    /*line-height: 1.4;*/
}

body.menu-opened {
    overflow: hidden;
    margin-left: -17px;
    /*padding-right: 17px;*/
}

/*.menu-opened .page-wrapper{*/
/*	padding-right: 17px;*/
/*}*/

#page-wrapper {
    /*position: relative;*/
    overflow-x: hidden;
}


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

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

#content-wrapper {
    padding-top: 35px;
    min-height: 65vh;
    /*min-height: calc(100vh - 70px);*/
}

hr.border {
    display: block;
    height: 1px;
    width: 100%;
    border: 0;
    background: none;
    background: #3e4244;
    margin: 1em 0 2em;
    padding: 0;
}

hr.border--bold {
    height: 2px;
}

hr.border--with-more-space {
    margin: 1em 0 3.55em;
}

.container--with-border,
main.home-page > section > .container {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    /*border-bottom: 1px solid #3e4244;*/
}

.container--with-border:after,
main.home-page > section > .container:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    height: 1px;
    bottom: 0;
    background-color: #3e4244;
    /*display: block;*/
    /*border-bottom: 1px solid #3e4244;*/
}


.border-beetwen-childrens > * + * {
    padding-top: 34px;
    margin-top: 10px;
    border-top: 1px solid #000;
}

/* ==========================================================================
SLICK-SLIDER Default Style - slick.css
========================================================================== */
/* 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;
}

/* ==========================================================================
   CUSTOM SLICK Style
   ========================================================================== */

.sliderDouble__slide {
    max-width: initial;
}

.slider-with-arrow {
    padding-bottom: 40px;
}

.slider-with-arrow .slick-arrow {
    position: absolute;
    width: 50px;
    height: 25px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #4C4F51;
    z-index: 2;
}


.slider-with-arrow .slick-next {
    margin-left: 40px;
}

.slider-with-arrow .slick-prev {
    margin-left: -40px;
}

.slider-with-arrow .slick-arrow:before {
    content: '\e905';
    position: absolute;
    top: 50%;
    left: 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%);
    color: inherit;
    font-size: 7px;
    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;
}

.slider-with-arrow .slick-prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.slider-with-arrow .slick-arrow:hover {
    /*background-color: #BABAC4;*/
    color: #000;
}

.slider-with-arrow--gallery {
    padding: 0 0 20px;
    border-bottom: 1px solid #000;
}

.slider-with-arrow--gallery .post__capt {
    padding: 0 10%;
    text-align: center;
}

.slider-with-arrow--gallery .slick-arrow {
    margin: 0 0 15px;;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.slider-with-arrow--gallery .slick-prev {
    left: 0;
}

.slider-with-arrow--gallery .slick-next {
    right: 0;
    left: auto;
}


.section-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.section-ttl--sm {
    font-size: 15px;
}

.section-ttl--md {
    font-size: 21px;
    margin-bottom: 47px;
}

.mega-ttl {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
}

.mega-ttl:before {
    content: '';
    position: absolute;
    top: 100%;
    /*margin-top: 14px;*/
    left: 0;
    width: 100%;
    max-width: 350px;
    height: 4px;
    background-color: #3e4244;
}

.mega-ttl--invert {
    color: #ffffff;
}

.mega-ttl--line-white:before,
.mega-ttl--invert:before {
    background-color: #fff;
}


/* ==========================================================================
   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;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

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

/* ==========================================================================
    Base classes
========================================================================== */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.line-ttl {
    color: #3e4244;
    font-size: 21px;
    font-weight: 300;
    position: relative;
    margin-bottom: 50px;
}

.line-ttl:before {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 10px;
    left: 0;
    width: 100%;
    max-width: 540px;
    height: 1px;
    background-color: #3e4244;
}

.line-ttl--wide {
    margin-bottom: 70px;
}

.line-ttl--wide:before {
    max-width: initial;
    margin-top: 26px;
}

.line {
    display: block;
    border: none;
    height: 1px;
    background-color: #3e4244;
    margin: 20px 0;
}

.hover-line {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 1px;
}

.hover-line:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    background-color: #3e4244;
    z-index: -1;
}

.hover-line:hover:before {
    visibility: visible;
    opacity: 1;
}

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

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

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

.grid-manual {
    display: grid;
    grid-gap: 30px;
    /*grid-template-columns: repeat(auto-fill, minmax(233px,1fr));*/
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-auto-rows: 20px;
    margin: 0;
}

.grid-manual .grid-elem {
    max-width: initial;
    flex: initial;
    padding: 0;
}

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

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

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

.loading {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
    filter: blur(5px);
}


/* ==========================================================================
  Author's custom styles
  ========================================================================== */

/*cms-editor*/
.cms-editor {
    font-family: inherit;
    font-size: 1.143rem;
    line-height: 1.6;
    font-weight: 300;
    padding-bottom: 25px;
}

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

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

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

.cms-editor > iframe {
    width: 100%;
    height: 460px;
}

.cms-editor p a {
    font-weight: 600;
    text-decoration: underline;
}

.shift-text {
    font-size: 18px;
    font-weight: 400;
}

.shift-text p {
    display: inline-block;
    vertical-align: top;
}

.shift-text p + p {
    margin-left: 111px;
}

.gray-text {
    color: #3e4244;
}

.bracket-link {
    display: inline-block;
    vertical-align: top;
    color: #3e4244;
    font-size: 21px;
    font-weight: 600;
}


.bracket-link:before {
    content: '\005B';
}

.bracket-link:after {
    content: '\005D';
}

.detail-list {
    font-size: 15px;
    font-weight: 300;
}

.detail-list > *:after {
    content: '';
    clear: both;
    display: block;
}

.detail-list dt {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.detail-list dd {
    margin-bottom: 37px;
}

.detail-list dd + dd {
    margin-top: -37px;
}

.detail-list a {
    text-decoration: underline;
}

/*detail-list--space*/
.detail-list--space dt {
    margin-bottom: 15px;
}

.detail-list--space dd {
    margin-bottom: 0;
}

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

.detail-list--space dd + dt {
    margin-top: 40px;
}

.detail-list--big-ttl dt{
    font-size: 21px;
}


.dt-inline,
.dt-inline + dd {
    display: inline-block;
    vertical-align: top;
}


.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent;
    font-size: 15px;
    line-height: 1;
    background: transparent;
    /*padding: 9px 33px;*/
    /*font-weight: 400;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}


.btn-more {
    color: #3e4244;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    width: 100%;
    max-width: 130px;
    float: right;
    text-align: left;
    justify-content: flex-start;
    border-bottom: 1px solid #3e4244;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn.btn-dark{
    background: #3e4244;
    border-color: #3e4244;
    color: #fff;
}
.btn.btn-dark:hover{
    border-color: #3e4244;
    color: #3e4244;
    background: #fff;
}

*:hover > .btn-more {
    color: #000;
}


.btn-ico {
    border-color: #3e4244;
    width: 100%;
    height: 42px;
    position: relative;
    padding-right: 40px;
    padding: 1px 40px 1px 5px;
}

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

.btn-ico--short {
    width: 50%;
}


.btn-donate {
    font-weight: 400;
    font-size: 18px;
    max-width: 150px;
}

.btn-donate:before {
    font-size: 32px;
}

.btn-donate:focus,
.btn-donate:hover {
    background-color: rgba(255, 255, 255, 0.22);
}

.btn-share {
    font-size: 0;
    font-size: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-href {
    color: #b2223e;
    font-size: 18px;
    font-weight: 600;
    flex-direction: row-reverse;
}
.btn-href:before {
    margin-left: 12px;
    color: inherit;
    font-size: 2em;
    line-height: 0;
}

.sticky {
    position: sticky;
    top: 0;
}


.btn-up {
    max-width: 159px;
    padding: 5px 30px 5px 15px;
    display: block;
    margin-left: auto;
}


.btn-ico-bdr {
    width: 100%;
    max-width: 161px;
    height: 42px;
    position: relative;
    padding: 5px 30px 5px 15px;
    text-align: left;
    justify-content: flex-start;
    border-bottom: 1px solid #3e4244;
}

.btn-ico-bdr: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;

}


/* --- header --- */
header {
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    background-color: #f4d0a8;
}


@keyframes menu-shift {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}


.menu-opened header:after {
    content: '';
    position: absolute;
    width: 40%;
    bottom: 0;
    right: 0;
    background-color: #edb39f;
    animation: menu-shift 0.5s ease-out both;
    animation-delay: .28s;
}

.menu-opened header.bg-red:after {
    background-color: #f4d0a8;

}


.site-header {
    position: relative;
    z-index: 2;
}

.site-header__wrp {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 70px;
    /*padding: 10px 0;*/
}

.site-logo {
    display: inline-flex;
    align-items: center;
}

.site-logo:before {
    font-size: 2.16em;
}

.site-logo__name {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    font-weight: inherit;
}


/*.language-select*/

.language-select {
    position: relative;
    font-size: inherit;
    line-height: 1.1;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    /*margin-left: 105px;*/
    margin-right: -15px;
    color: #333E44;
    padding: 5px 0;
    display: inline-block;
}

.language-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    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 14px;
}

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


.site-nav {
    display: none;
    height: calc(100vh - 70px);
    padding: 8.12% 0 25px;
    overflow: hidden auto;
    position: relative;
    z-index: 1;
}

.site-nav__wrp {
    justify-content: space-between;
}

.main-nav {
    display: flex;
    flex-flow: column;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 300;
}

.main-nav__itm {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0;
}

.main-nav__itm:nth-child(3n) {
    margin-bottom: 10px;
}

.main-nav__link,
.sub-nav__link {
    display: block;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sub-nav {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    left: 100%;
    line-height: 40px;
    top: 0;
    display: none;
}

.sub-nav__link + .sub-nav__link {
    margin-top: 1px;
}

.sub-nav__link.active,
.sub-nav__link:hover,
.main-nav__link.active {
    font-weight: 600;
}

.sub-nav__link.active:before,
.sub-nav__link:hover:before,
.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;
}

.main-nav__link.active + .sub-nav {
    display: block;
    width: 100%;
}


/*header-info*/
.header-info {
    font-size: 18px;
    font-weight: 300;
}

.header-info dd {
    margin-bottom: 36px;
}

.header-info__ttl {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 36px;
}

.header-info__ttl2,
.subscribe_form__ctrl {
    color: #3e4244;
    font-size: 15px;
    font-weight: 400;
}

.address-list {
    font-style: normal;
    margin-bottom: 15px;
}

.address-list span {
    display: inline-block;
    vertical-align: top;
}

.address-list a {
    display: inline-block;
    vertical-align: top;
}

.btn-menu__cls {
    display: none;
}

.menu-opened .btn-menu__cls {
    display: inline-block;
}

.menu-opened .btn-menu__opn {
    display: none;
}

.social-nav {
    font-size: 0;
    line-height: 0;
}

.social-nav__elem {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-nav__elem:before {
    font-size: 1.3rem;
    line-height: 1.1;
}

.social-nav__elem + .social-nav__elem {
    margin-left: 25px;
}

/*subscribe_form*/
.subscribe_form__holder {
    width: 100%;
    max-width: 256px;
    position: relative;
    margin-bottom: 25px;
}

.subscribe_form__ctrl {
    width: 100%;
    font-family: "Source Sans Pro", serif;
    font-weight: 400;
    color: #3e4244;
    padding: 6px 50px 6px 0;
    border-bottom: 1px solid #3e4244;
    background: transparent;
}

.subscribe_form__ctrl::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.subscribe_form__ctrl::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.subscribe_form__ctrl:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.subscribe_form__ctrl:-moz-placeholder {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

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

.subscribe_form__btn:before {
    display: inline-block;
    vertical-align: top;
    font-size: 32px;
    line-height: 1;
    padding-right: 8px;
}
.subscribe_form__btn:focus:before{
    color: #000;
    font-weight: 600;
}


/*top-visual*/
.top-visual {
    background-color: #f4d0a8;
    padding: 11px 0 15px;
    margin-top: -1px;
    /*margin-bottom: 50px;*/
}

.top-visual__holder {
    margin: 0 -115px 0 -50px;
}

.top-slider {
    list-style: none;
    padding: 0;
}

.top-photo {
    overflow: hidden;
}

/*.top-photo__img {*/
/*height: 410px;*/
/*overflow: hidden;*/
/*}*/

.top-photo__img img {
    width: 100%;
    max-height: 410px;
    object-fit: cover;
    object-position: 50% 0;
}


.slick-initialized .top-slider__slide {
    display: flex;
}

.top-slider__slide {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.top-slider__slide .visual-intro {
    margin-bottom: 50px;
    padding-left: 0;
}



.top-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.top-slider .slick-dots li {
    display: inline-block;
    margin: 5px;
    padding-right: 14px;
}

.top-slider .slick-dots button {
    font-size: 0;
    line-height: 0;
    width: 11px;
    height: 11px;
    background-color: transparent;
    border: solid 1px #3e4244;
    padding: 0;
    border-radius: 999px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.top-slider .slick-dots .slick-active button {
    border-color: #b2223e;
}


.visual-intro__ttl {
    /* Text style for "насильства" */
    color: #292c2d;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 52px;
}

.visual-intro__ttl--big {
    font-size: 62px;
}

.visual-intro__ttl span {
    margin-top: 16px;
    display: inline-block;
    vertical-align: top;
    color: #292c2d;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}


.visual-intro__time {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 11px;
}

.visual-intro__sign {
    font-size: 18px;
    font-weight: 300;
}


.ref-list {
    margin: 0 -5px;
    display: flex;
    flex-flow: row wrap;
}

.ref-list__el {
    padding: 0 5px;
    margin-bottom: 10px;
}

.ref-list__el--wide {
    flex: 1 1 75%;
}

.img-list {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
}

.img-list img {
    padding: 10px;
}

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


/*post*/

.post {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 300;
    color: #3e4244;
    margin-bottom: 50px;
}

.post__pict {
    flex: 0 1 100%;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.post__pict.preload {
    width: 255px;
    height: 200px;
    background: #ccc;
    filter: blur(5px);
}


.post__pict img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: 5s ease-in-out;
    transition: 5s ease-in-out;
}

.post__pict-max-160 {
    max-width: 160px;
    flex: 0 0 160px;
}

.post__pict--max-255 {
    flex: 0 0 255px;
}

.post__pict--max-350 {
    flex: 1 0 350px;
}


@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    25% {
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    25% {
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}
.post b {
    font-weight: 600;
}



.post__capt {
    padding-left: 10px;
}

.post__ttl {
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.post__ttl--bold {
    font-weight: 600;
}

.post__ttl--md {
    font-size: 20px;
    font-weight: 600;
}

.post__ttl--lg {
    font-size: 24px;
    font-weight: 600;
}

.post__ttl--xl {
    font-size: 28px;
    font-weight: 600;
}

.source {
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.post__time {
    display: block;
    margin-top: 25px;
    font-weight: 400;
}


.post--horizontal-center .post__cont,
.post--horizontal .post__cont {
    display: flex;
}

.post--horizontal-center .post__cont {
    align-items: center;
}

.post--horizontal-center .post__pict,
.post--horizontal .post__pict {
    margin: 0 30px 0 0;
}

.post--horizontal-center .post__ttl,
.post--horizontal .post__ttl {
    margin-bottom: 18px;
}

.post--horizontal-center .post__time,
.post--horizontal .post__time {
    margin-top: 21px;
}

.post--horizontal-center .post__capt,
.post--horizontal .post__capt {
    padding-left: 0;
}


.post-featured,
.post-ad {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-bottom: 50px;
    color: #fff;
    padding: 29px 21px 28px 10px;
    background-color: #e88874;
}
.post-featured__ttl,
.post-ad__ttl {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}
.post-featured__subttl,
.post-ad__subttl {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}
.post-featured__desc,
.post-ad__descr {
    color: #3e4244;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 38px;
}
.post-featured__additional,
.post-ad__additional {
    font-size: 17px;
    font-weight: 600;
}

.combi-post {
    display: flex;
    flex-flow: row wrap;
}

.combi-post .post {
    margin: 0 5% 10px 0;
    flex: 1 1 255px;
}

.combi-post .post__pict {
    margin-bottom: 18px;
}

.combi-post .post__capt {
    padding-left: 0;
}

.combi-post__text {
    flex: 1 1 60%;
    margin-top: -7px;
}


/*section explanation*/
.explanation {
    padding: 50px 0 14px;
    background-color: #f4d0a8;
    min-height: 172px;
}

.explanation__ttl {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

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

.explanation .btn-ico-bdr {
    display: flex;
    margin-left: auto;
}

.explanation .cms-editor {
    text-align: justify;
}

.deco-border {
    position: relative;
}

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

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

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

.aside-nav {
    display: flex;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    flex-flow: column wrap;
    padding-left: 20px;
}

.aside-nav__link {
    display: inline-block;
    vertical-align: top;
    padding: 2px 0;
    margin-bottom: 8px;
    padding-left: 5px;

}

.aside-nav__link--accent {
    font-weight: 500;
    text-decoration: underline;
}


.aside-nav__link:hover,
.aside-nav__link.active {
    font-weight: 700;
}

.aside-nav__link--accent:hover,
.aside-nav__link--accent:active {
    font-weight: 500;
}


.aside-nav--md {
    font-size: 18px;
}

.aside-nav--md .aside-nav__link {
    margin-bottom: 15px;

}

.aside-nav--with-border {
    padding-bottom: 16px;
    padding-left: 31px;
}

.aside-nav--with-border:before {
    content: '';
    position: absolute;
    right: 0;
    left: 19px;
    /* width: 100%; */
    bottom: 0;
    height: 1px;
    background-color: #3e4244;
}

.aside-bar__block {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
}

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

/*aside-search*/

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

.aside-search__ctrl {
    font-family: 'Source Sans Pro', sans-serif;
    flex-basis: 100%;
    font-size: 15px;
    height: 100%;
    border: none;
    background: none;
    padding-right: 5px;
    text-indent: 14px;
}

.aside-search__ctrl::-webkit-input-placeholder {
    color: #929293;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.aside-search__ctrl::-moz-placeholder {
    color: #929293;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.aside-search__ctrl:-ms-input-placeholder {
    color: #929293;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.aside-search__ctrl:-moz-placeholder {
    color: #929293;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.aside-search__btn {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0;
    line-height: 0;
    flex-basis: 35px;
    height: 100%;
    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: 30px 0 30px 10px;
    /*padding-bottom: 25px;*/
    position: relative;
}


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

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


.aside-accordion__content:before {
    content: '';
    position: absolute;
    right: 0;
    left: 10px;
    /* width: 100%; */
    bottom: 0;
    height: 1px;
    background-color: #3e4244;
}



.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: 25px;
    cursor: pointer;
    color: #3e4244;
}

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

.aside-filter__checkbox + label:before {
    content: '\e900';
    position: absolute;
    left: 0;
    top: 50%;
    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.5rem;
    margin-top: -1px;
    line-height: 1;
    color: #f2f2f2;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.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;
    /*padding-left: 14px;*/
}

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

.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-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: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;
    padding-left: 14px;
    /*margin-left: 50px;*/
}

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

.aside-accordion__opener:after {
    content: '';
    position: absolute;
    left: 0;
    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;
    /*overflow-y: auto;*/
}

/*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: 26px;
    height: 26px;
    font-size: 15px;
    line-height: 26px;
    cursor: pointer;
}

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

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

.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 {
    content: '\e90a';
    left: 60%;
    border-width: 0 0 2px 2px;
}

.pagination-list li.next a:before {
    content: '\e90a';
    border-width: 2px 2px 0 0;
    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: 15px;
    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 !important;
    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;
    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;
}

/*breadcrumb-nav*/
.breadcrumb-nav {
    display: block;
    border-bottom: 3px solid #3e4244;
    padding-bottom: 9px;
    margin-bottom: 25px;
    /*margin-bottom: 38px;*/
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    max-width: 254px;
}

.breadcrumb-nav__step {
    display: inline;
    /*display: inline-block;*/
    /*vertical-align: top;*/
    text-decoration: underline;
}

.breadcrumb-nav__step:not(:last-child):after {
    content: '/';
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}

.breadcrumb-nav__step:last-child {
    text-decoration: none;
    pointer-events: none;
    font-weight: 400;
}


.team__short-article .post {
    font-size: 16px;
}

/*action-list*/
.action-list__el + .action-list__el {
    margin-top: 20px;
}


/*pub-list*/
.pub-list__ttl {
    color: #3e4244;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 7px;
}

.pub-list__cell + .pub-list__ttl {
    margin-top: 25px;
}

.pub-info {
    color: #3e4244;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.pub-info__name {
    float: left;
    width: 160px;
    margin-right: 30px;
}

.pub-info__desc {
    display: block;
    overflow: hidden;
}

.pub-info__desc--big {
    font-size: 20px;
    font-weight: 600;
}

.pub-info a {
    text-decoration: underline;
}

.pub-info--v-space .pub-info__desc,
.pub-info--v-space .pub-info__name {
    margin-bottom: 10px;
}

.bg-list {
    font-size: inherit;
    background-color: #f4d0a8;
    padding: 40px 90px 50px 92px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 300;
}

.bg-list__ttl {
    margin-bottom: 35px;
    font-weight: 600;
}

.bg-list__itm + .bg-list__itm {
    margin-top: 16px;
}

.bg-list__itm {
    position: relative;
}

.bg-list__itm:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    border: 1px solid #000;
    left: -30px;
    top: 6px;
}

.bg-list--without-style dd:before {
    display: none;
}

.list-column {
    color: #3e4244;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;

}

.gallery-slider {
    position: relative;
}

.gallery-slider .slick-track {
    display: flex;
}

.gallery-slider__slide {
    margin: 0;
}

.gallery-slider .post__pict img {
    max-width: 88%;
    margin: auto;
}

.gallery-slider--without-btn-line {
    border-bottom: none;
}

.grid-elem .post__pict img {
    width: 255px;
    height: 200px;
    object-fit: cover;
}

.grid-elem .post {
    margin-bottom: 56px;
}

.banner-link {
    height: 70px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    background-color: #e88874;
    border-color: #e88874;
    padding: 15px 85px 15px 20px;
}

.banner-link:hover {
    color: #3e4244;
    border-color: #3e4244;
}

.banner-link:before {
    right: 30px;
}

.year-nav {
    color: #3e4244;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 3px solid #3e4244;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(91px, 1fr));
}

.year-nav__lnk {
    padding: 5px 10px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    margin-bottom: 11px;
    min-height: 41px;
    justify-content: center;
    position: relative;
}

.year-nav__lnk:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1px;
    background-color: #3e4244;
}

.year-nav__lnk--double {
    grid-column: span 2;

}

.year-nav__lnk:hover:after,
.year-nav__lnk:hover {
    background-color: #e88874;
}

.participants-list__ttl {
    color: #606363;
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 27px;
    margin-bottom: 30px;
    border-bottom: 1px solid #606363;
}

.participants-list__cell {
    margin-bottom: 50px;
}

.participants-info {
    color: #3e4244;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 22px 30px;
}

.participants-info__ttl {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 4px;
}

.participants-info__ttl a {
    text-decoration: underline;
}

.participants-info__detail {
    color: #3e4244;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}

.simple-term-list {
    color: #3e4244;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

.simple-term-list dt {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 4px;
}

.simple-term-list dd + dt {
    margin-top: 16px;
}

.prime-head {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 40px;
}

.prime-head__ttl {
    /*font-size: 40px;*/
    font-size: calc(100% + 1.4vw);
    font-weight: 600;
    line-height: 1.1;
    flex: 0 1 90%;
}

.prime-head__tag {
    display: inline-block;
    vertical-align: top;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 28px;
}

.prime-head__tag b {
    font-weight: 600;
}

.prime-head--with-tag .btn-share {
    margin-top: -55px;
}

.prime-href {
    display: flex;
    align-items: center;
    max-width: 555px;
    flex-wrap: wrap;
    padding: 0 10px 12px 15px;
    position: relative;
    justify-content: space-between;
    color: #3e4244;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 33px;
}

.prime-href:before,
.prime-href:after {
    position: absolute;
    content: '';
    top: 100%;
    /*margin-top: 10px;*/
    height: 2px;
    background-color: #3e4244;
}

.prime-href:before{
    left: 0;
    width: 70%;
}

.prime-href:after{
    background-color: #b2223e;
    right: 0;
    width: 30%;
}



.prime-mark {
    display: block;
    color: #b2223e;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 33px;
    padding-bottom: 10px;
    border-bottom: 2px solid #b2223e;
    max-width: 541px;
    text-transform: uppercase;
}

.prime-mark__rt {
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    margin-left: 13px;
}


.event-list__ttl {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-bottom: 27px;
}

.prime-subhead {
    margin-top: -10px;
    color: #3e4244;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}


.prime-subhead__ttl {
    font-size: 24px;
    font-weight: 600;
    /*margin-bottom: 10px;*/
}

.event-block {
    display: grid;
    grid-template-columns: 1fr 5fr;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.event-block--without-border {
    border: none;
}

.event-block__ttl {
    font-size: 21px;
    font-weight: 600;
}

.event-block__subttl {
    font-size: 21px;
    font-weight: 300;
    margin: 6px 0 27px;
}

.event-block__accent {
    font-size: 21px;
    font-weight: 400;
}

.event-block__place {
    margin-bottom: 10px;
}

.event-block__details {
    display: grid;
    grid-template-columns: 3fr 1fr 3fr;
}

.event-list__elem + .event-list__elem {
    border-top: none;
}

.event-block__btn {
    justify-content: flex-start;
    margin-left: -8px;
}

.events-block + .events-block {
    margin-top: 45px;
}

.event-list--without-border


    /*shedule-list*/

.shedule-list {
    padding: 30px 0;
    position: relative;
    border: 1px solid;
    border-color: #000 transparent;
}

.shedule-block {
    /*padding: 20px 0;*/
    position: relative;
}

.shedule-block + .shedule-block {
    margin-top: 60px;
}

.shedule-block + .shedule-block:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 27px;
    width: 100%;
    z-index: -1;
    height: 1px;
    background: #000;
}


.shedule-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    position: relative;
}

.shedule-info .btn-share {
    display: inline;
    font-size: 2.4rem;
}


.shedule-info__date {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: bold;
}

.shedule-info__time {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: 300;
}

.shedule-info__duration {
    color: #929293;
    font-size: 24px;
    font-weight: 600;
    margin: -10px 0 10px;
}

.shedule-info__lng {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
}

.shedule-desc {
    font-size: 15px;
    margin-left: -15px;
    line-height: 1.6;
}

.shedule-desc__title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 3px;
}

.shedule-desc__author {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 19px;
}

.posts--digital .btn{
    max-width: 60%;
    margin: 45px 0 10px;
}


.space-list{
    width: 90%;
    margin: auto;
}

.demo-tabs .tabs-nav{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(33%,1fr));
    grid-auto-rows: minmax(54px, auto);
    font-size: 21px;
    line-height: 1.25;
    font-weight: 600;
    border-bottom: 3px solid #3e4244;
}

.demo-tabs__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}

.demo-tabs__lnk{
    display: flex;
    flex-basis: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 5px;
}

.demo-tabs__item.tabs-nav__i--active {
    background-color: #f4d0a8;
    pointer-events: none;
}

.demo-tabs__btn {
    background-color: #e88874;
    font-size: 21px;
    color: #fff;
    border: none;
    height: 54px;
}

.demo-tabs__cont {
    /*height: 300px;*/
    padding: 25px 0;
    border-bottom: 1px solid #000;
}

.demo-info {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));*/
    grid-template-columns: repeat(auto-fill, minmax(calc(100%/5 - 10px), 1fr));
    grid-auto-rows: minmax(96px, auto);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300;
    border-top: 1px solid #3e4244;
    border-bottom: 1px solid #3e4244;
    grid-column-gap: 10px;
}

.demo-info__headline{
    grid-column-start: 1;
    grid-column-end: 3;
}

.demo-info__cell {
    display: flex;
    /*align-items: center;*/
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 20px 5px 5px;
}

.demo-info-ttl{
    font-size: 21px;
    line-height: 1.05;
    font-weight: 600;
}

.underline-list{

}

.underline-list__ttl {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    margin-bottom: 30px;
}

.underline-list q {
    font-weight: 600;
    text-decoration: underline;
}

.underline-list__cell * + * {
    margin-top: 30px;
}


.map-holder {
    height: 370px;
    position: relative;
    background-color: #ccc;
    font-size: 11px;
    line-height: 1.4;
    /*margin-right: -30px;*/
    z-index: 1;
}

#visit-map {
    height: 100%;
}

.visit-map__pointer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 260px;
    height: 100%;
    max-height: 86px;
    background-color: #fff;
    border: 1px solid rgba(204, 204, 204, 1);
    padding: 11px 30px 11px 16px;
    z-index: 2;
    margin: 20px 0 0 11px;
}

.visit-map__nav {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}


.company-address {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
}

.company-info {
    font-size: 18px;
    line-height: 1.5;
}

.company-info a{
    text-decoration: underline;
}


.company-info__row {
    margin-bottom: 30px;
}

.visit-list__block {
    margin-bottom: 30px;
}

.simple-lst {
    font-size: 15px;
}


/* --- footer --- */
footer {
    padding: 100px 0;
}

.space-list__el {
    position: relative;
    padding-left: 50px;
}

.space-list__el + .space-list__el {
    margin-top: 7px;
}
.space-list--ico .space-list__el:before {
    position: absolute;
    left: 0;
    top: 5px;
    color: #9a9da0;
    width: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

/* ==========================================================================
    Helper classes
========================================================================== */

.none {
    display: none !important;
}

.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.hidden.focusable:active,
.hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.poss {
    position: static;
}

.invisible {
    visibility: hidden;
    opacity: 0;
}


.bg-color {
    background-color: #f4d0a8;
}

.bg-red {
    background-color: #edb39f;
}

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

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

.align-right-ib {
    margin-left: 100%;
    transform: translateX(-100%);
}

.block {
    display: block;
}

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

.tdu {
    text-decoration: underline;

}

.fz15 {
    font-size: 15px;
    line-height: 1.5;
}

.fz26 {
    font-size: 26px;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.m0 {
    margin: 0;
}

.mt0 {
    margin-top: 0;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}


.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}


.mb100 {
    margin-bottom: 100px;
}

.row--up-shift {
    margin-top: -45px;
}

.ml10 {
    margin-left: 10px;
}


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
/* quick-srch */

.quick-srch-opener {
    background: transparent;
    font-size: 25px;
    width: 40px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    border-bottom: 2px solid #3E4244;
    color: #3E4244;
    margin-right: 50px;
    align-self: flex-end;
}

.quick-srch {
    display: none;
    position: fixed;
    /* top: 70px; */
    padding: 100px 15px 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(244, 209, 168, 0.945);
    z-index: 10;
    justify-content: center;
}
.admin-bar .quick-srch{
    padding: 132px 15px 30px;
}
.site-header__center {
    z-index: 11;
}

.site-header__right {
    display: flex;
    justify-content: flex-end;
}

.quick-srch-opened {
    overflow: hidden;
}

.quick-srch-opened .quick-srch {
    display: flex;
}

.main-search {
    width: 100%;
    max-width: 542px;
    margin: 1% auto 6.4%;
    position: relative;
}

.main-search__holder {
    min-height: 50px;
    position: relative;
}

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

.main-search__holder--query {
    padding: 11px 30px 11px 35px;
    border-bottom: 2px solid #3E4244;
    background: transparent;
    overflow: hidden;
}

.main-search__ctrl {
    width: 100%;
    height: 100%;
    background-color: inherit;
    padding: 2px 70px 2px 20px;
    border-left: 1px solid #000;
    color: #3E4244;
    font-size: 18px;
    font-weight: 400;
}

.main-search__holder--query:focus-within {
    background-color: transparent;
}

.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: 0;
    bottom: 0;
    font-size: 0;
    line-height: 0;
    color: #606363;
}

.main-search__btn:before {
    font-size: 35px;
    font-weight: bold;
    color: inherit;
}

.main-search__btn:hover,
.main-search__btn:focus {
    color: #000;
}

.main-search-sgs {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 20px;
}

.main-search-sgs::-webkit-scrollbar-track {
    background-color: transparent;
}

.main-search-sgs::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.main-search-sgs::-webkit-scrollbar-thumb {
    background-color: #3E4244;
}

.main-search-sgs__el+.main-search-sgs__el {
    margin-top: 20px;
}

.main-search-sgs__el {
    color: #4C5051;
    display: flex;
    flex-wrap: wrap;
}

.main-search-sgs__el:hover,
.main-search-sgs__el:focus {
    color: #292C2D;
    cursor: pointer;
}

.main-search-sgs__ttl {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    width: calc(100% - 45px);
}

.main-search-sgs__ttl span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
    width: 100%;
}

.main-search-sgs__date {
    font-size: 10px;
    font-weight: 600;
    width: 45px;
}

.quick-srch-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 60px;
    font-size: 40px;
    margin: 0 30px 10px;
    background: none;
    border: none;
    transform: rotate(45deg);
    color: #606363;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   ========================================================================== */

@media screen and (max-width: 1340px) {
    .top-visual__holder {
        /*margin: 0 -60px 0 -45px;*/
        margin: 0 -45px;
    }

    body.menu-opened {
        margin-left: 0;
    }

    /*.menu-opened header:after {*/
    /*	right: 0;*/
    /*}*/

}


@media screen and (max-width: 1199.98px) {
    .top-visual__holder {
        margin: 0 -30px;
    }
    .posts--digital .btn{
        max-width: initial;
    }
}


@media screen and (max-width: 991.98px) {

    .aside-bar,
    .aside-form {
        max-width: 50%;
        margin: auto;
    }

    .content-wrapper__sidebar {
        margin-bottom: 30px;
    }

    .top-visual__holder {
        margin: 0 -15px;
    }

    .visual-intro__ttl {
        /*font-size: 33px;*/
        font-size: 30px;
        margin-bottom: 30px;

    }


    .post--horizontal .post__pict {
        margin-right: 15px;
    }

    .team-full .post {
        display: block;
        margin-bottom: 30px;
    }

    .breadcrumb-nav {
        max-width: 541px;
    }

    .visual-intro__ttl span {
        font-size: 20px;
    }

    .prime-href {
        max-width: initial;
    }

    .btn-ico--short{
        min-width: 100%;
    }
    .main-search {
        max-width: 1000px;
    }
}


@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) {

    .aside-bar,
    .aside-form {
        max-width: initial;
    }


    .site-nav {
        padding: 5px 0 0;
    }

    .site-nav > .container,
    .site-nav__wrp {
        height: 100%;
    }

    .site-nav__wrp {
        justify-content: space-between;
    }


    .top-slider .slick-dots {
        text-align: center;
    }

    .top-slider .slick-dots {
        left: 0;
        bottom: 0;
    }

    .menu-opened header:after {
        display: none;
    }


    .site-nav__additional:before {
        content: '';
        position: absolute;
        right: -25%;
        left: -25%;
        bottom: -25px;
        top: -25px;
        background-color: #edb39f;
        z-index: -1;
    }

    .header-info__ttl {
        display: none;
    }

    .header-info {
        display: flex;
        flex-wrap: wrap;
        padding: 25px 0;
    }

    .header-info dd {
        width: 50%;
        order: 4;
        margin-bottom: 20px;
    }


    dd.header-info__adr {
        order: 1;
    }

    dd.header-info__ttl2 {
        order: 2;
    }

    dd.header-info__soc {
        order: 3;
    }

    .main-nav {
        margin-bottom: 50px;
    }

    .header-info__form {
        margin-top: -80px;
    }

    .team .post--horizontal-center .post__cont {
        display: flex;
    }

    .post--horizontal-center .post__cont,
    .post--horizontal .post__cont {
        display: block;
    }


    .post--horizontal-center .post__pict,
    .post--horizontal .post__pict {
        margin-right: initial;
        margin-bottom: 20px;
        flex-basis: initial;
    }

    .team .post--horizontal-center .post__pict {
        margin: 0 20px 0 0;
    }

    .post__pict {
        flex-basis: initial;
    }

    .explanation__content {
        margin-bottom: 10px;
    }

    .pub-info__name {
        float: none;
        width: initial;
    }

    .pub-info__desc + .pub-info__name {
        margin-top: 10px;
        display: block;
    }

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

    .year-nav {
        font-size: 15px;
        grid-template-columns: repeat(auto-fill, minmax(50px, 2fr));
    }

    .year-nav__lnk {
        min-height: 20px;
    }

    .prime-head__ttl {
        font-size: 25px;
    }


    .top-photo__img img{
        height: initial;
    }

    .shedule-info__duration,
    .prime-head--with-tag .btn-share {
        margin: 0;
    }

    .shedule-info {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 -5px;
    }

    .shedule-desc {
        margin: 0;
    }

    .shedule-info > * {
        font-size: calc(100% + 1.4vw);
        line-height: 1.3;
        padding: 5px;
    }

    .posts--digital .btn{
        margin: 10px 0 30px;
    }

    .demo-tabs__btn,
    .demo-tabs .tabs-nav{
        font-size: 18px;
    }


}


@media screen and (max-width: 575.98px) {
    .main-search__holder+.main-search__holder {
        margin-top: 25px;
    }

    .main-search__ctrl {
        padding: 2px 30px 2px 20px;
    }

    .main-search__btn {
        width: 50px;
    }

    .quick-srch>.container {
        padding: 0;
    }

    .quick-srch {
        padding-top: 70px;
    }

    .main-search__ctrl {
        padding-right: 15px;
    }

    .main-search-sgs {
        max-height: calc(100vh - 175px);
    }

    .quick-srch-closer {
        margin-right: 5px;
    }
    .cms-editor > iframe {
        width: 100%;
        height: 260px;
    }

    #content-wrapper {
        padding-top: 15px;
    }

    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .main-nav,
    .sub-nav {
        line-height: 1.3;
    }

    .main-nav__itm,
    .sub-nav__link {
        padding: 3px 0;
    }

    .main-nav {
        font-size: 18px;
    }

    .main-nav__itm:nth-child(3n) {
        margin-bottom: initial;
    }

    .sub-nav {
        font-size: 15px;
    }

    .site-logo__name {
        display: none;
    }

    .row--up-shift {
        margin-top: initial;
    }


    .header-info {
        /*display: grid;*/
        display: block;
    }

    .header-info dd {
        width: initial;
    }

    .header-info__form {
        margin: 0;
    }

    .post__ttl--lg {
        font-size: 18px;
    }

    .slider-with-arrow--gallery .post__capt {
        padding: 0;
        text-align: center;
    }

    .slider-with-arrow--gallery .slick-arrow {
        margin: 0 0 8px;
    }

    .gallery-slider {
        padding-bottom: 40px;
    }

    .bg-list {
        font-size: inherit;
        background-color: #f4d0a8;
        padding: 40px 20px 40px 42px;
    }

    .bg-list__itm:before {
        left: -20px;
    }


    .grid-manual {
        /*grid-template-columns: repeat(auto-fill, minmax(50%,1fr))*/
        grid-template-columns: 1fr 1fr;
    }

    .grid-elem .post__pict img {
        /*width: initial;*/
        width: 100%;
        height: auto;
    }

    .banner-link {
        font-size: 17px;
        padding: 15px 50px 15px 15px;
    }

    .banner-link:before {
        right: 10px;
    }

    .prime-head__ttl {
        flex-basis: 100%;
        margin-bottom: 10px;
    }

    .breadcrumb-nav {
        max-width: initial;
    }

    .prime-head {
        margin-bottom: 10px;
    }


    .prime-head__tag {
        margin-bottom: 14px;
    }


    .grid-manual {
        display: block;
    }


    .shift-text p + p {
        margin-left: initial;
    }

    .shift-text p {
        display: block;
        margin: 0 0 10px;
    }


    .list-column {
        column-count: 1;
    }

    .prime-href:after,
    .gallery-slider .post__pict img {
        min-width: 100%;
    }

    .prime-href:before,
    .shedule-info .btn-share {
        display: none;
    }

    .shedule-info__lng {
        font-size: 15px;
    }

    .participants-info {
        display: block;
    }

    .participants-info__detail {
        margin: 4px 0 20px;
    }

    .demo-tabs .tabs-nav {
        display: block;
    }
    .demo-tabs__item {
        margin: 0;
        padding: 0;
        min-height: 50px;
    }
    .demo-tabs__btn {
        min-width: 100%;
    }

    .demo-info-ttl {
        font-size: 18px;
    }

    .demo-info__cell {
        padding-bottom: 20px;
    }

}


@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


