@charset "utf-8";
/*CSS3*/

/*
Template developer: Elesin Alexander
Skype: virusanja
*/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,800&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=PT+Serif+Caption:400,400i&subset=cyrillic'); в custom.css с отложенной загрузкой*/

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

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
    content: "\e91e";
}
.icon-photo:before {
    content: "\e91d";
}
.icon-arr-back:before {
    content: "\e900";
}
.icon-arr-end:before {
    content: "\e901";
}
.icon-arr-home:before {
    content: "\e902";
}
.icon-arr-next:before {
    content: "\e903";
}
.icon-arrow-b:before {
    content: "\e904";
}
.icon-arrow-big-l:before {
    content: "\e905";
}
.icon-arrow-big-r:before {
    content: "\e906";
}
.icon-arrow-t:before {
    content: "\e907";
}
.icon-cinema:before {
    content: "\e908";
}
.icon-comment:before {
    content: "\e909";
}
.icon-dislik:before {
    content: "\e90a";
}
.icon-enter:before {
    content: "\e90b";
}
.icon-lightning:before {
    content: "\e90c";
}
.icon-like:before {
    content: "\e90d";
}
.icon-dislike:before {
    content: "\e91c";
}
.icon-map_marker:before {
    content: "\e90e";
}
.icon-search:before {
    content: "\e90f";
}
.icon-smiley:before {
    content: "\e910";
}
.icon-telegram:before {
    content: "\e911";
}
.icon-twitter:before {
    content: "\e912";
}
.icon-views:before {
    content: "\e913";
}
.icon-odnoklassniki:before {
    content: "\e914";
}
.icon-checkmark:before {
    content: "\e915";
}
.icon-tick:before {
    content: "\e915";
}
.icon-approve:before {
    content: "\e915";
}
.icon-submit:before {
    content: "\e915";
}
.icon-keyboard_arrow_up:before {
    content: "\e916";
}
.icon-keyboard_arrow_right:before {
    content: "\e917";
}
.icon-keyboard_arrow_left:before {
    content: "\e918";
}
.icon-keyboard_arrow_down:before {
    content: "\e919";
}
.icon-vk:before {
    content: "\e91a";
}
.icon-facebook:before {
    content: "\e91b";
}
.icon-brand:before {
    content: "\e91b";
}
.icon-social:before {
    content: "\e91b";
}





html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
    outline: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],

    /* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

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

a {
    text-decoration: underline;
    color: #2f4399;

}

a:hover {
    text-decoration: none;
    color: #2f4399;
}

img {
    max-width: 100%;
	height: auto;
    border: 0;
}

.row:after,
.clearfix:after {
    content: ' ';
    display: table;
    clear: both;
}

.container {
    width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}

.btn {
    /*	iOS reset style*/
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    background-color: #2c449b;
    color: #fefefe;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    padding: 7px 27px;
    text-decoration: none;
    border: none;
    display: inline-block;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
    outline: none;
}

.btn:hover {
    background-color: #395ed0;
    color: white;
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

body {
    background: white;
    font-family: 'PT Serif Caption', Helvetica, sans-serif;
    line-height: 1.65;
    min-width: 320px;
    color: black;
    font-size: 15px;
    overflow: hidden;
    overflow-y: auto;

}

.header {
    position: relative;
    z-index: 2;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

strong {
    font-weight: 700;
    letter-spacing: -0.3px;
}



h1 {
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 1.35;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 29px;
    margin-bottom: 9px;
    line-height: 1.3;
}

p {
    margin-top: 9px;
    margin-bottom: 9px;
}

blockquote {
    font-style: italic;
    margin: 11px 0 10px 86px;
    clear: both;
}

.top-banner {
    background-color: black;
}

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

/*
.banner-wrapper {
    margin-left: -30px;
    margin-right: -30px;
}
*/

.banner a,
.banner-wrapper a {
    display: block;
}

.h-top-box {
    background-color: #252525;
    color: white;
    font-family: 'Open Sans';
    background-image: url('../img/16+.png');
    background-repeat: no-repeat;
    background-position: left 20px center;
}

.h-top-box .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 9px;
}

.ht-city {
    display: flex;
	align-items: center;
    font-size: 14px;
    color: #929292;
    text-decoration: none;
    position: relative;
    padding-left: 24px;
    margin: 1px 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ht-city:before {
    content: '\e90e';
    font-family: icomoon;
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 18px;
}

.ht-city span {
    color: white;
}

.menu {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%;

}

.ml-more-list {
    position: absolute;
    right: 0;
}


.menu-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu-list > li {
    display: block;
    position: relative;
}

.menu-list > li:first-child:before {
    display: none;
}

.menu-list > li:before {
    content: ' | ';
    color: #fffefe;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin: 0 9px;
}

.menu-list > li > a {
    color: #fffefe;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

/*
.ht-city:hover,
.menu-list>li>a:hover {
    opacity: 0.7;
}
*/

.ht-city .jq-selectbox {
    width: 130px;
	margin-left: 10px;
}

.ht-city .jq-selectbox__select:hover {
    background: transparent;
}

.ht-city .jq-selectbox__select {
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #262626;
    font: 14px/1.2 "Open Sans", sans-serif;
    text-shadow: none;
    color: #feffff;
    outline: none;
}

.ht-city .jq-selectbox__trigger {
    display: none;
}

.ht-city .jq-selectbox.focused .jq-selectbox__select {
    border: none;
}

.ht-city .jq-selectbox__dropdown {
    min-width: 160px;
    border-radius: 0;
    right: 0;
}

.ht-city .jq-selectbox__select:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jq-selectbox li:hover {
    background-color: #9f9f9f;
    color: #FFF;
}





.hc-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0 0 0;
    border-bottom: 2px solid #8a8a8a;
}

.h-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 375px;
    padding: 0 5px;
}

.h-social,
.h-info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%;
    margin-bottom: 4px;

}

.h-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #8a8989;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
}

.h-info p {
    margin: 0 30px 0 0;

}

.h-social {
    text-align: right;
}

.h-social-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 4px 0 0 0;
    padding: 0;
}

.h-social-list > li {
    display: block;

}

.h-social-list > li > a {
    text-decoration: none;
    width: 34px;
    height: 34px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(138, 138, 138, 0.8);
    font-size: 14px;
    -webkit-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}

.h-social-list > li > a:hover {
    color: rgb(67, 67, 67);
}

.logo {
    margin-top: 10px;
    display: inline-block;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    display: block;
    margin-bottom: 4px;
}

.logo img {
    display: block;
}

a.logo:hover {
    opacity: 0.7;
}

.h-social-list .icon-facebook {
    font-size: 16px;
}

.h-social-list .icon-twitter {
    font-size: 16px;
}

.h-social-list .icon-vk {
    font-size: 24px;
}

.h-social-list .icon-odnoklassniki {
    font-size: 16px;
}

.h-social .h-social-list {
    margin-right: -6px;
}


.t-box {

    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #29459d;
    position: relative;
    /*    margin: 0 -18px;*/
    margin: 0;
    z-index: 2;
}

.t-more-list {
    position: absolute;
}

.t-list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;

}

.t-slider .slick-slide,
.menu-slider .slick-slide,
.t-list > li {
    position: relative;
    display: block;
    text-align: center;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu-slider .slick-slide:not(:first-child):before,
.t-slider .slick-slide:not(:first-child):before,
.t-list > li:not(:first-child):before {
    content: '|';
    position: absolute;
    left: -4px;
    top: 3px;
}

.menu-slider .slick-slide,
.t-slider .slick-slide {
    outline: none;
}

.menu-slider .slick-slide a,
.t-slider .slick-slide a,
.t-list > li > a {
    display: block;
    text-decoration: none;
    color: #29459d;
    padding: 3px 18px;
    position: relative;
    -webkit-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
    white-space: nowrap;
    outline: none;
}


.t-slider .slick-slide a:hover,
.t-more-list > li > a:hover,
.t-list > li > a:hover {
    color: #7b9bff;
}
.menu-slider .slick-slide a:hover {
	color: #d8d8d8;
}

.t-list > li.hidden {
    display: none;
}


.t-list > li.more-item {}

.t-more-list {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.32);
    padding: 0;
    display: none;
}

.t-more-list > li {
    display: block;
}

.t-more-list > li > a {
    white-space: nowrap;
    color: #29459d;
    text-decoration: none;
    border-bottom: 1px solid #d6d6d6;
    display: block;
    padding: 5px 14px;
    -webkit-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}

.t-more-list > li:last-child > a {
    border-bottom: none;
}

.h-bottom-box {
    background-color: #29459d;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.57);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.57);
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.h-bottom-box.pos-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
}

.h-bottom-box .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.category-nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1%;
    margin: 0 0 0 -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hb-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;

}

.category-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    position: relative;
}

.category-list > li {
    display: block;
    margin-left: 16px;
    margin-right: 10px;
    position: relative;
}

.category-list > li > a {
    color: #fffefe;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding: 6px 0 6px 0;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.category-list > li > a:before {
    content: ' ';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ef7f30;
    z-index: -1;
    -webkit-transition: height 300ms, left 300ms, right 300ms;
    -o-transition: height 300ms, left 300ms, right 300ms;
    transition: height 300ms, left 300ms, right 300ms;
}

.category-list > li:nth-of-type(6n + 2) > a:before {
    background-color: #cc9933;
}

.category-list > li:nth-of-type(6n + 3) > a:before {
    background-color: #9bbf3b;
}

.category-list > li:nth-of-type(6n + 4) > a:before {
    background-color: #7b8bcf;
}

.category-list > li:nth-of-type(6n + 5) > a:before {
    background-color: #b53026;
}

.category-list > li:nth-of-type(6n + 6) > a:before {
    background-color: #297898;
}
.category-list > li.active > a:before,
.category-list > li > a:hover:before {
    height: 100%;
    left: -7px;
    right: -7px;
}


.log-in {
    text-decoration: none;
    color: white;
    font-size: 25px;
    width: 75px;
    display: block;
    height: 55px;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -20px;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}

.log-in:hover {
    background-color: #395ed0;
    color: white;
}

.h-search {
    background-color: white;
    display: block;
    width: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    min-height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #29459d;
    font-size: 25px;
    border: none;
    position: relative;
    z-index: 1;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}

.h-search:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.hs-input-wrapper {
    position: absolute;
    right: 100%;
    margin-right: 1px;
    top: 0;
    bottom: 0;
    background-color: white;
    z-index: -1;
    overflow: hidden;

    transition: width 600ms;
}
.h-search-wrapper {
    position: relative;
    z-index: 2;
}
.h-search-wrapper form {
    z-index: 2;
}
.h-search-wrapper .hs-input-wrapper input {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: none;
    color: #29459d;
    font-size: 20px;
    padding: 0 0 0 44px;
}
.hs-input-wrapper:not(.active) {
    width: 0 !important;
}

.gs-close {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: 0;
    padding: 0 10px;
    font-size: 40px;
    line-height: 1;
    font-family: Arial;
    z-index: 2;
    color: #ff8484;
    transition: color 300ms;
    cursor: pointer;
}
.gs-close:hover {
    color: red;
}




.category-list > .cat-item.hidden {
    display: none;
}

.cat-more-item {
    position: relative;

}

.cat-more-list {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    background-color: #29459d;
    color: white;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.32);
}

.cat-more-list > li {
    margin: 0;
    padding: 0;
    display: block;
}

.cat-more-list > li > a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    padding: 3px 14px 7px 14px;
    -webkit-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
    font-family: 'Open Sans';
    position: relative;
    z-index: 1;

}

.cat-more-list > li > a:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #ef7f30;
    -webkit-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    z-index: -1;
}

.cat-more-list > li:last-of-type > a:before {
    height: 0;
}

.cat-more-list > li:nth-of-type(6n + 2) > a:before {
    background-color: #cc9933;
}

.cat-more-list > li:nth-of-type(6n + 3) > a:before {
    background-color: #9bbf3b;
}

.cat-more-list > li:nth-of-type(6n + 4) > a:before {
    background-color: #7b8bcf;
}

.cat-more-list > li:nth-of-type(6n + 5) > a:before {
    background-color: #b53026;
}

.cat-more-list > li:nth-of-type(6n + 6) > a:before {
    background-color: #297898;
}

.cat-more-list > li > a:hover:before {
    height: 100%;
}

.banner {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 3px;
}

.content > .container {
    -webkit-box-shadow: -37px 0 0 0px #e5e5e5, 37px 0 0 0px #e5e5e5;
    box-shadow: -37px 0 0 0px #e5e5e5, 37px 0 0 0px #e5e5e5;
    padding-bottom: 40px;
    background-color: #f7f7f7;
}

.edition .content > .container,
.index .content > .container {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.head {
    background-color: #2c449b;
    color: white;
    margin-left: -30px;
    margin-right: -30px;
    padding: 6px 30px;
    padding-left: 68px;
    position: relative;
}

.h-caption {
    display: block;
    color: white;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.column-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
    margin-bottom: 30px;
}

.col-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%;
}

.aside {
    width: 294px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 9px;
}

.content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.ch-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 169px;
    height: 192px;
    background-color: grey;
    position: relative;
}

.ch-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.text-content {
    padding-left: 21px;
    padding-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%;
}

.t-date,
.author {
    display: inline-block;
    color: black;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}
.t-date span {
    color: inherit!important;
}
.author:hover {
    color: #7b7b7b;
}

.tc-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.link-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
}

.link-col .t-date {
    color: black;
    font-weight: 700;
}

.col-content {
    padding-right: 30px;
}

.tc-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    color: #7b7b7b;
    min-width: 59px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tc-icon span {
    font-family: 'Open Sans';
    font-size: 12px;
    display: block;
    margin-left: 4px;
}

.tc-icon .icon-comment {
    font-size: 18px;
    margin-bottom: -7px;
    display: block;
}

.tc-icon .icon-views {
    font-size: 12px;
    display: block;
    margin-right: 3px;
    margin-bottom: -4px;
}

.text-content h1 {
    margin-top: 1px;
}

.text-content {
    margin-bottom: 63px;
}

.padding-box {
    padding-left: 42px;
    padding-right: 42px;
}

.padding-box > img {
    margin-top: 26px;
    margin-bottom: 9px;
    margin-left: -41px;
    margin-right: -41px;
}

.padding-box .text-content {
    width: auto;
}

.as-caption {
    display: block;
    color: black;
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 11px;
}

.as-banner,
.as-box {
    font-family: "Open Sans";
    /*margin-bottom: 20px;*/
}

.as-box-border {
    background-color: white;
    border: 1px solid #c3c3c3;
}

.as-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.as-img-wrapper {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 48px;
    background-color: #f2f2f2;
    position: relative;
}

.as-info-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 57px;
    background-color: #f2f2f2;
    padding-left: 15px;
    padding-right: 8px;
    width: 1%;
}

.as-img {
    display: block;
    width: 150px;
    height: 170px;
    background-color: #e8e8e8;
    position: relative;
}

.as-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}


.as-info-wrapper .author {
    line-height: 1.45;
    display: block;
    margin-bottom: 3px;
}

.as-info-wrapper p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
}

.as-content {
    padding: 24px 18px 3px 18px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.as-date {
    display: block;
    color: #9d9c9c;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 13px;
    line-height: 1;
}

.as-title {
    display: block;
    color: #010101;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.25;
    margin-bottom: 24px;
}

.as-content p {
    margin: 0 0 15px 0;

}

.as-banner {
    /*    border: 1px solid #c3c3c3;*/
}

.as-box + .as-banner {
    margin-top: 43px;
}

.as-banner a {
    display: block;
    margin: -1px;
}

.as-banner a img {
    display: block;
}

.text-bug {
    opacity: 0.8;
    color: black;
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: italic;
    margin: 0 auto 14px auto;


}

.after-ar,
.social-box {
    margin: 0 auto;
    width: 683px;
    max-width: 100%;
    padding-left: 16px;
    margin-top: 26px;
    margin-bottom: 26px;
}

.share-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-btns {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%;
}

.comment-btn {
    display: inline-block;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fffefe;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}

.comment-btn > span {
    background-color: #2f4399;
    color: white;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}

.comment-btn:hover > span {
    background-color: #556ed6;
}

.c-counter {
    margin-right: 1px;
    padding: 2px;
    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;
    padding: 0 5px;
}

.c-counter span {
    display: block;
    margin-left: 3px;
}

.c-title {
    font-size: 12px;
    padding: 6px 5px 6px 3px;
    display: block;
}

.c-counter .icon-comment {
    font-size: 18px;
}

.content-banner {
    background-color: #e3e9f6;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 17px;
}

.content-banner a {
    display: block;
}

.content-banner a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.other-ar {
    display: block;
    margin: 0 auto;
    font-family: "Open Sans";
    width: 665px;
    max-width: 100%;
    margin-top: 17px;
}

.other-ar-caption {
    color: black;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.other-ar-list {
    margin: 0;
    padding: 0;
}

.other-ar-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
    margin-bottom: 19px;
}

.other-ar-list > li span {
    color: #858585;
    font-size: 12px;
    margin-top: 3px;
    display: block;
    margin-right: 4px;

}

.other-ar-list > li a {
    color: #2f4399;
    font-size: 16px;
    text-decoration: none;
}

.other-ar-list > li a:hover {
    text-decoration: underline;
}

.comments {
    font-family: "Open Sans";
    margin-top: 30px;
    padding-bottom: 42px;
}

.c-toggle {
    color: black;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-bottom: 2px solid black;
    line-height: 1.3;
    margin-bottom: 32px;
}

.c-toggle:after {
    content: '\e904';
    font-family: icomoon;
    font-size: 8px;
    margin-left: 5px;
}

.send-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 62px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 37px;
}

.comment-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%;
    position: relative;
}

.comment-input form {
    display: block;
    width: 100%;
}

.comment-input textarea {
    width: 100%;
    min-height: 44px;
    height: 44px;
    resize: none;
    background-color: white;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    padding: 9px 35px 9px 9px;
    display: block;
    font-size: 14px;
    -webkit-transition: min-height 600ms;
    -o-transition: min-height 600ms;
    transition: min-height 600ms;
}

.comment-input textarea.open {
    min-height: 220px;
}

.ava {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #ededed;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin-right: 21px;
    display: block;
    position: relative;
}

.ava img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.smiley {
    padding: 0;
    outline: none;
    position: absolute;
    top: 10px;
    right: 8px;
    height: 24px;
    width: 23px;
    font-size: 22px;
    line-height: 1;
    color: #bdc3c7;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}

.smiley:hover {
    color: black;
}

.comment-list li > ul,
.comment-list > li > ul > li > ul,
.comment-list > li > ul,
.comment-list {
    margin: 0;
    padding: 0;
}

.comment-list > li > ul > li ul > li,
.comment-list > li > ul > li,
.comment-list > li {
    display: block;
}

.comment-list > li {
    margin-bottom: 16px;
}

.comment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.comment-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%;
}

.c-ava {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 50%;
    -webkit-box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 23px;
    margin-top: 2px;
}

.c-ava img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.nickname {
    color: #2f4399;
    font-size: 15px;
    display: inline-block;

}

.nickname span {
    color: #919191;
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
}

.co-header {
    line-height: 1;
    margin-bottom: 6px;
}

.co-reply {
    font-size: 12px;
    color: #7d7d7d;
    text-decoration: none;
    display: inline-block;

}

.co-reply:hover {
    color: #62a600;
}

.co-rating {
    font-size: 12px;
    color: #7d7d7d;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;


}

.co-rating.positive {
    color: #62a600;
}

.co-rating.negative {
    color: #891f1f;
}

.co-rating-buttons {
    display: inline-block;
    margin-left: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.comment-box:hover .co-rating-buttons {
    opacity: 1;
}

.co-rating-buttons a {
    text-decoration: none;
    font-size: 19px;
    color: #cfd6da;
}

.co-rating-buttons a:hover {
    color: #cccccc;
}

.comment-list > li > ul > li > ul,
.comment-list > li > ul {
    margin-left: 63px;
}

.co-text {
    line-height: 1.35;
}

.ci-hidden {
    text-align: right;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ci-hidden.active {
    opacity: 1;
    -webkit-transition: opacity 300ms 600ms;
    -o-transition: opacity 300ms 600ms;
    transition: opacity 300ms 600ms;
}

.ci-btn {
    margin-top: 15px;

}

.footer {
    font-family: "Open Sans";
    padding-bottom: 15px;
	background-color: white;
}

.f-top-container {
    background-color: #2f4399;
    color: white;
}

.fnav-list {
    margin: 0;
    padding: 0;

}

.col-count-2 {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}

.fnav-list > li {
    display: block;
    line-height: 1;
    /*    line-height: 1.3;*/
    margin-bottom: 10px;
    margin-bottom: 15px;


}

.fnav-list > li > span,
.fnav-list > li > a {
    color: white;
    text-decoration: none;
    color: white;

    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.fnav-list > li > a:hover {
    text-decoration: underline;
}

.f-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 23px;
    padding-bottom: 19px;
}

.f-nav-title {
    display: block;
    color: #fffefe;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 32px;
}

.f-nav-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding: 5px 8px 0 20px;
    max-width: 38%;
}

.f-nav-box:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #575fa4;

}

.f-nav-box:first-child:before {
    display: none;
}

.f-nav-box.editions {
    font-family: Georgia;
}

.f-nav-box.editions .f-nav-title {
    font-size: 25px;
    font-family: Georgia;
    font-weight: 400;
}


.f-nav-box.editions .fnav-list > li > a {
    text-transform: none;
    font-size: 18px;
}

.f-nav-box.editions .fnav-list > li {
    position: relative;
    padding-left: 23px;
    font-size: 18px;
    margin-bottom: 22px;

}

.f-nav-box.editions .fnav-list > li:before {
    content: '\00A7';
    position: absolute;
    left: 0;
    top: 0;
}

.f-counter-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.f-counter-list > li {
    display: block;
    width: 33.3333%;
    margin-bottom: 14px;
}

.f-counter-list > li:nth-child(3n + 2) {
    text-align: center;
}

.f-counter-list > li:nth-child(3n + 3) {
    text-align: right;
}

.f-counter-list > li a {
    display: inline-block;
}

.f-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.f-bottom-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 33%;
    padding-top: 29px;
}

.f-bottom-box:nth-child(1) {
    width: 42.6%;
    padding-right: 10px;
    padding-top: 28px;
    padding-bottom: 8px;
}

.f-bottom-box:nth-child(2) {
    width: 34%;
    padding-right: 8px;
}

.f-bottom-box:nth-child(3) {
    width: 23.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fb-title {
    display: block;
    color: #262626;
    font-size: 15px;
    font-weight: 700;
}


.f-bottom-box:nth-child(1) p {
    color: #262626;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 1;


}

.f-bottom-box:nth-child(1) p b {
    font-weight: 700;
    margin-bottom: 27px;
    display: block;
    letter-spacing: -0.3px;
}

.f-bottom-box:nth-child(1) p span {
    display: block;
    margin-bottom: 8px;
}

.f-bottom-box:nth-child(2) p {
    font-size: 13px;
}

.f-bottom-box:nth-child(2) .fb-title {
    margin-bottom: 16px;
}

.f-bottom-box:nth-child(3) .fb-title {
    margin-bottom: 5px;
}

.f-bottom-container .h-social-list {
    margin-left: -6px;
}

.f-bottom-container .h-social-list > li > a {
    text-decoration: none;
    width: 40px;
    height: 34px;
    margin-right: 1px;
    font-size: 17px;
    line-height: 1;
    color: #324297;
}

.f-bottom-container .h-social-list > li > a:hover {
    color: #5d76f8;
}

.f-bottom-container .h-social-list .icon-facebook {
    font-size: 18px;
}

.f-bottom-container .h-social-list .icon-twitter {
    font-size: 18px;
}

.f-bottom-container .h-social-list .icon-vk {
    font-size: 25px;
    margin-top: -1px;
}

.f-bottom-container .h-social-list .icon-odnoklassniki {
    font-size: 20px;
}

.fs-top {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fs-bottom {
    margin-bottom: 0;
}

.creator-wrapper > .container {
    padding-top: 11px;
    padding-bottom: 11px;
}

.creator {
    display: inline-block;

}

.h-search-wrapper,
.h-login-wrapper {
    position: relative;
}
.h-login-wrapper {
	z-index: 9;
}

.enter-modal {
    position: absolute;
    width: 293px;
    background-color: #f3f3f3;
    border: 1px solid #c3c3c3;
    top: 0;
    right: 0;
    font-family: "Open Sans";
    padding: 13px 15px 9px 15px;
    color: black;
    font-size: 15px;
    font-weight: 400;
    display: none;
    z-index: 10;
}

.e-modal-close {
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 40px;
    line-height: 1;
    color: #29459d;
    -webkit-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}

.e-modal-close:hover {
    color: red;
}

.e-modal-title {
    display: block;
    text-align: left;
    color: black;
    line-height: 1;
    font-size: 25px;
    font-weight: 700;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 25px;
}

.e-modal-form {
    padding: 0 26px 31px 26px;
    border-bottom: 2px solid #c2c2c2;
}

.e-modal-form label {
    display: block;
    margin-bottom: 18px;
}

.e-modal-form label span {
    display: block;
    margin-bottom: 4px;
}

.e-modal-form label input {
    width: 100%;
}

input:not(.btn) {
    height: 33px;
    background-color: white;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    padding: 0 10px;
    line-height: 1;
}

input:not(.btn).parsley-error {
    border-color: red;
}

label.check span {
    display: inline-block;
}

label.check {
    position: relative;
    padding-left: 26px;
}

label.check span {
    color: black;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
}

label.check .jq-checkbox {
    position: absolute !important;
    top: 5px;
    left: 1px;
    line-height: 1;
}

.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    margin: 0 4px 0 0;
    border-radius: 0;
    cursor: pointer;
    width: 16px;
    height: 17px;
    background: white;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
}

.jq-checkbox.focused {
    border: 1px solid #bcbcbc;
}

.jq-checkbox.checked .jq-checkbox__div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1;
    text-align: center;

}

.jq-checkbox.checked .jq-checkbox__div:before {
    content: '\e915';
    font-family: icomoon;
    line-height: 1;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 1px;
    color: #2c449b;
}

.e-modal-form .btn {
    display: block;
    width: 165px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.e-modal-bottom {
    font-size: 12px;
    color: black;
    font-weight: 400;
    padding: 4px 0 0 17px;
}

.e-modal-bottom a {
    margin-left: 3px;
    color: #2c449b;
    font-weight: 700;
    text-decoration: none;
}

.e-modal-bottom a:hover {
    text-decoration: underline;
}

.padding-box .text-content {
    padding-left: 0;
    margin-bottom: 0;
}

body div.float-left,
body img.float-left {
    float: left;
    margin-right: 20px;
    margin-top: 11px;

}

.ins-text {
    position: relative;
    color: white;
}

.ins-text .bb-body p {
    font-size: 18px;
    font-weight: 700;
}

.video {
    text-align: center;
    margin: 38px auto;
}

.padding-box .video {
    margin-left: -41px;
    margin-right: -41px;
}

.iframe,
.video iframe {
    max-width: 100%;
}

.page-slider {
    border-top: 2px solid #c6c6c6;
    border-bottom: 2px solid #c6c6c6;
    padding: 19px 41px;
    font-family: "Open Sans";
}

.ps-title {
    color: black;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.p-slider {
    padding: 0 33px;
}

.p-slider .slick-slide {
    padding: 0 9px;
}

.p-img {
    display: block;
    background-color: grey;
    padding: 32.6% 0;
    position: relative;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.p-img:hover {
    opacity: 0.7;
}

.p-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.slick-arrow {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 27px;
    background-color: #818181;
    overflow: hidden;
    border-radius: 50%;
    margin-top: -14px;
    color: transparent;
    border: none;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
    line-height: 1;
    z-index: 2;
}

.slick-arrow:before {
    font-family: icomoon;
    color: white;
    font-size: 35px;
    font-weight: 800;
    line-height: 1;
    top: -4px;
    position: absolute;
}

.slick-arrow.slick-prev {
    left: 0;
}

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


.slick-arrow.slick-prev:before {
    content: '\e918';
    left: -4px;
}

.slick-arrow.slick-next:before {
    content: '\e917';
    left: -2px;
}

.slick-arrow:hover {
    background-color: #4e4e4e;
}

.after-ar {
    color: black;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    padding-top: 1px;
    margin-top: 20px;
    margin-bottom: 7px;
}

.after-ar a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

.after-ar a:hover {
    text-decoration: underline;
}

.after-ar p {
    margin-top: 0;
    margin-bottom: 13px;
}

.after-ar + .social-box {
    margin-top: 10px;
}

.news-list {
    background-color: white;
    border: 1px solid #c3c3c3;
    padding: 9px 19px 17px 19px;
    margin-bottom: 19px;
}

.n-list {
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
}

.n-list > li {
    display: block;
    margin-bottom: 15px;
}

.nlb-date {
    display: inline-block;

    color: #8a8989;
    font-size: 12px;
    font-weight: 400;
}

.nlb-header .icon-lightning {
    color: #da1b1b;
    font-size: 17px;
    vertical-align: middle;
    margin-right: 3px;
}

.nbl-cat {
    color: #ef7f30;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
}

.nbl-title {
    text-decoration: none;
    color: black;
    font-size: 14px;
    line-height: 1.45;
    display: inline-block;
}

.nbl-cat:hover,
.nbl-title:hover {
    text-decoration: underline;
}

.nlb-header .icon-photo,
.nlb-header .icon-cinema {
    color: #c3c3c3;
    margin-left: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.nb-all {
    display: inline-block;
    text-decoration: none;
    color: #2c449b;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.nb-all:hover {
    text-decoration: underline;
}

.corner {
    position: absolute;
    width: 30px;
    background-color: transparent;
    left: 0;
    top: 0;
    bottom: 0;

}

.column-1 .col-content {
    width: auto;
    padding-right: 0;
}

.full-width {
    margin-left: -41px;
    margin-right: -41px;
    margin-bottom: 44px;
    margin-top: 20px;

}

.full-width img {
    widows: 100%;
}

.img-and-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -41px;
    margin-right: -41px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
    margin-bottom: 19px;
}

.ic-box {
    width: 48.8%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ic-box img {
    width: 100%;
}

.ic-caption {
    width: 48.8%;
    border-top: 2px solid #c6c6c6;
    border-bottom: 2px solid #c6c6c6;
    color: #2c449b;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding: 16px 0;
    line-height: 1.4;
}

.ic-caption p {
    margin: 0;

}

.column-1 .padding-box {
    border-bottom: 2px solid #c6c6c6;
    padding-bottom: 25px;
}

.padding-box .form {
    margin-left: -41px;
    margin-right: -41px;
}

.form {
    background-color: rgba(238, 238, 238, 0.48);
    border: 1px solid #c3c3c3;
    margin-top: 23px;
    margin-bottom: 58px;
    padding: 40px 42px;
}

.f-wrapper {
    width: 662px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.form label {
    display: block;
}

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

.f-half > .ch-wrapper,
.f-half > label {
    width: 47.2%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
}


.form label span {
    display: block;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    color: black;
    margin-bottom: 5px;
}

.form label span b {
    font-weight: 400;
    color: red;

}

.sub-text,
.form label > b {
    opacity: 0.5;
    color: black;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: italic;
    display: block;
    font-weight: 400;
    line-height: 1;
    margin-right: -30px;
}

.form label input {
    width: 100%;
    display: block;
    margin-bottom: 10px;

}

textarea {
    resize: vertical;
    min-height: 121px;
    background-color: white;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    padding: 9px 10px;
    line-height: 1.3;
}

.jq-checkbox.parsley-error,
textarea.parsley-error {
    border-color: red;
}

.form label textarea {
    width: 100%;
    margin-bottom: 33px;
}

.form hr {
    margin-left: -84px;
    margin-right: -84px;
    border: 0;
    height: 2px;
    background-color: #c2c2c2;
    margin-bottom: 25px;
}

.send-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*    flex-wrap: wrap;*/
    margin-bottom: 35px;

}

.captcha {
    width: 282px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
}

.agr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%;
    padding-left: 31px;
}

.form .check span {
    font-size: 12px;
    line-height: 1.3;
    padding-top: 2px;
}

.agr .check > b {
    margin-left: -26px;
}

.iss-caption {
    display: block;
    color: black;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.iss-list {
    margin: 0 -41px 47px -41px;
    padding: 0;
    font-family: "Open Sans";
}

.iss-list > li {
    padding: 35px 41px 17px 41px;
    display: block;
    line-height: 1.7;
    border-bottom: 2px solid #c6c6c6;

}

.iss-box {
    margin-bottom: 16px;
}

.iss-box.iss-answer {
    margin-left: 84px;
    font-style: italic;
}

.pagination {
    font-family: "Open Sans";
    margin-top: 47px;
    margin-bottom: 37px;
}

.pagination-list {
    margin: 0;
    padding: 0;
    text-align: center;
}

.pagination-list > li {
    display: inline-block;
    margin: 0 3px;
}

.pagination-list > li > a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    width: 39px;
    height: 39px;
    background-color: white;
    border: 1px solid #c3c3c3;
    text-align: center;
    padding-top: 7px;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
    line-height: 1.5;
}

.pagination-list > li:hover > a {
    background-color: #e3e3e3;
}

.pagination-list > li.active > a {
    background-color: #2c449b;
    border-color: #c3c3c3;
    color: white;
}

.form.p-form {
    width: 649px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form.p-form .f-wrapper {
    width: 360px;
}

.form.p-form label {
    margin-bottom: 21px;
}

.form.p-form label + .sub-text {
    margin-top: -19px;
}

.sub-text {
    width: 100%;
}

.form.p-form hr {
    margin-top: 33px;
    margin-left: -123px;
    margin-right: -123px;
}

.ch-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ch-wrapper > span {
    width: 100%;
    margin-bottom: 14px;
    font-family: "Open Sans";
}

.ch-wrapper > span b {
    color: red;
    font-weight: 400;
}

.jq-radio {
    margin: 0 4px 0 0;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: white;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    line-height: 1;
}

.jq-radio.focused {
    border: 1px solid #bcbcbc;
}

.jq-radio.checked .jq-radio__div {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #2c449b;
}

.radio {
    position: relative;
    padding-left: 23px;
}

.radio .jq-radio {
    position: absolute !important;
    left: 0;
    top: 3px;
}

.form .radio span {
    color: black;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}


.form.p-form hr:nth-of-type(2) {
    margin-top: -4px;
}


.form .jq-selectbox {
    width: 100%;
    margin-bottom: 17px;
}

.jq-selectbox__select {
    padding: 0 45px 0 10px;
    border-radius: 0;
    font: 15px/33px "Open Sans", sans-serif;
    color: black;
    text-shadow: none;
    height: 33px;
    background: white;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
}

.jq-selectbox__select:hover {
    background: white;
}

.jq-selectbox__select:active {
    background: white;
    -webkit-box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
}

.jq-selectbox__trigger {
    border-left: 0;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #bcbcbc;
}

.photo-dwnld {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 14px;
    padding-top: 13px;
}

.pd-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;

}

.pd-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.pd-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%;
    padding-left: 44px;
}

.pd-input span {
    color: black;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-bottom: 7px;
}

.jq-file {
    width: 298px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jq-file__name {
    padding: 0 10px 0 10px;
    border-radius: 0;
    font: 15px/33px "Open Sans", sans-serif;
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    width: 178px;
    height: 33px;
    background: white;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
    box-shadow: -0.1px 1px 8px rgba(0, 0, 0, 0.16);
}

.jq-file__browse {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font: 15px/33px "Open Sans", sans-serif;
    text-shadow: none;

    color: #fefefe;
    font-weight: 400;
    width: 106px;
    background: #2c449b;
}

.jq-file:hover .jq-file__browse {
    background: #395ed0;
}

.pd-input b {
    font-weight: 400;
    opacity: 0.5;
    color: black;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: italic;
    display: block;
}

.check-wrapper {
    margin-bottom: 44px;
}

.check-wrapper span {
    color: black;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-bottom: 7px;
}

.check-wrapper .check .jq-checkbox {
    top: 0px;
}

.check-wrapper .check span {
    line-height: 1;
}


.pb-list {
    margin: 11px 0 63px 0;
    padding: 0;
}

.pb-list > li {
    display: block;
    margin-bottom: 18px;
}

.pb-box {
    background-color: white;
    border: 1px solid #c3c3c3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pb-img {
    width: 232px;
    height: 174px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: block;
}

.pb-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.pb-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%;
    padding: 17px 13px 17px 17px;
    color: #010101;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 1.3;
}

.pb-body .tc-top {
    line-height: 1;
    padding-right: 24px;
    margin-bottom: 16px;
}

.pb-body .t-date {
    color: #090909;
    font-size: 12px;
    font-weight: 400;
}

.pb-caption {
    font-weight: 700;
    color: #010101;
    text-decoration: none;
    display: block;
}

.pb-caption:hover {
    text-decoration: underline;
}

.as-personal {
    background-color: white;
    border: 1px solid #c3c3c3;
    margin-top: 2px;
    text-align: center;
    padding: 10px 21px 29px 21px;
    font-family: "Open Sans";
    margin-bottom: 27px;
}

.ap-title {
    display: block;
    color: black;

    font-size: 25px;
    font-weight: 700;
    margin-bottom: 17px;
}

.ap-name {
    display: block;
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 9px;
    margin-bottom: 17px;
}

.as-personal .btn {
    display: block;
    margin-top: 21px;
}

.as-personal p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.search {
    position: relative;
    margin-bottom: 26px;
}

.search-wrapper {
    position: relative;
    margin-top: 10px;
}

.search input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: black;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    padding-right: 60px;
}

.search button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: 0;
    font-size: 29px;
    color: #29459d;
    line-height: 1;
    padding: 0 10px;
}

.search button:hover {
    color: #3b61d9;
}

.s-result {
    color: black;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
}

.category-date {
    color: white;
    display: inline-block;
    padding: 5px 6px;
    color: white;
    font-size: 12px;
    font-weight: 400;
    margin-top: -3px;
}

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


.column-3 .pb-img {
    width: 297px;
    height: 218px;
    max-width: 100%;
}

.pb-box.nws .pb-img {
    height: 100%;
}

.pb-box.nws {
    height: 218px;
}

.pb-box.nws .pb-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pb-box.nws .h-half {
    height: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pb-box.nws .h-half .tc-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pb-box.nws .h-half .pb-caption {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1%;
}

.pb-box.nws .b-half {
    height: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.b-half p {
    height: 100%;
    margin: 0;
}

.b-half {
    padding: 9px 0 5px 0;
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;

}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}

.column-3 .col-content {
    padding-right: 15px;
}

.column-3 .aside {
    padding-right: 15px;
}

.column-3 .aside:last-of-type {
    padding-right: 0;
}

.column-3 .pb-list {
    margin-top: 9px;
}

.news-box .category-date {
    line-height: 1;
    margin-bottom: 14px;
}

.news-box {
    font-family: "Open Sans";
    line-height: 1.4;
    background-color: white;
    border: 1px solid #c3c3c3;
    margin-bottom: 21px;
}

.nb-img {
    height: 221px;
    position: relative;
    display: block;
    text-decoration: none;
}

.nb-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.nb-body {
    padding: 14px 10px;
}

.nb-body p {
    margin-bottom: 0;
}

.nb-body p .ellip-line {
    vertical-align: -23.7%;
}

.label {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
    color: #fefefe;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    background-color: #2c449b;
    padding: 4px 8px;
    line-height: 1.3;

}

.pb-img-wrapper {
    width: 150px;
    position: relative;
    padding-top: 48px;
    background-color: #f2f2f2;
}

.pb-img-wrapper .pb-img {
    width: 100%;
    height: 170px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tc-name {
    display: block;
    width: 100%;
    color: black;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    text-decoration: none;
}

.tc-name:hover {
    text-decoration: underline;
}

.pb-box.pb-small-img .pb-caption {
    font-size: 20px;
}

.gallery-slider {
    margin-top: 46px;
}

.gs-big-slide {
    width: 940px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 33px;
}

.gs-big-slide .g-img {
    display: block;
    padding: 33.5% 0;
    position: relative;
}

.gs-min img,
.gs-big-slide .g-img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.gs-carousel-slide {
    padding: 0 53px;
}


.gs-carousel-slide .slick-slide {
    padding: 0 11px;
    outline: none;

}

.gs-min {
    display: block;
    padding: 33.5% 0;
    position: relative;
    opacity: 0.5;
    -webkit-transition: opacity 300ms, -webkit-box-shadow 300ms;
    transition: opacity 300ms, -webkit-box-shadow 300ms;
    -o-transition: opacity 300ms, box-shadow 300ms;
    transition: opacity 300ms, box-shadow 300ms;
    transition: opacity 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
    cursor: pointer;
    /*    border: 2px solid transparent;*/
    /*    border-color: red;*/
}

.gs-min img {
    z-index: -1;
}

.gs-carousel-slide {
    margin-bottom: 24px;
}

.gs-carousel-slide .slick-slide.slick-current .gs-min {
    -webkit-box-shadow: inset 0 0 0 2px #2c449b;
    box-shadow: inset 0 0 0 2px #2c449b;
    opacity: 1;
}

.gs-carousel-slide .slick-slide .gs-min:hover {
    opacity: 1;
}

.gs-text-slide {
    width: 846px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gs-text-slide .slick-slide {
    outline: none;
}

.slide-count {
    display: block;
    font-weight: 700;
}

.ot-gallery {
    margin: 0 -11px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ot-gallery > li {
    display: block;
    width: 25%;
    padding: 11px;
}

.nb-body {}

.nb-body .nlb-date span {
    display: block;
}

.nb-body .nlb-date {
    margin-bottom: 8px;
}

.ot-gallery > li .news-box-wrapper .news-box {
    min-height: 100%;
}

.ot-gallery > li .news-box-wrapper {
    height: 100%;
}

.news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nb-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nb-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.top-slider {
    margin-top: 23px;
    font-family: "Open Sans";
    margin-bottom: 21px;
}

.ts-box {
    position: relative;
    padding: 25.4% 0;
}

.ts-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.ts-content {
    padding: 46px 205px 46px 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(92%, rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 92%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 92%);

}

.ts-title {
    color: white;
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;
    display: block;
    line-height: 1.5;
    margin-top: 8px;
}

.ts-box .t-date {
    color: white;
    font-weight: 400;
}

.slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 54px;
    right: 43px;
}

.slick-dots > li {
    display: inline-block;
    margin-left: 10px;
}

.slick-dots > li button {
    width: 17px;
    height: 17px;
    border: 2px solid white;
    line-height: 1;
    background-color: transparent;
    overflow: hidden;
    color: transparent;
}

.slick-dots > li.slick-active button {
    background-color: white;
}


.top-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 51px;
    background-color: transparent;
    overflow: hidden;
    border-radius: 0;
    margin-top: -10px;
    color: transparent;
    border: none;
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
    line-height: 1;
    z-index: 2;
}

.top-slider .slick-arrow.slick-next {
    right: 37px;
}

.top-slider .slick-arrow.slick-prev {
    left: 37px;
}

.top-slider .slick-arrow:before {
    font-weight: 400;
    font-size: 48px;
    top: 0;
}

.top-slider .slick-arrow.slick-prev:before {
    content: '\e905';
    left: 0;
}

.top-slider .slick-arrow.slick-next:before {
    content: '\e906';
}


.gallery-list {
    padding: 0;
    margin: 0 -11px 30px -11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-list > li {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    padding: 0 11px;
    margin-bottom: 22px;
}

.gallery-box {
    display: block;
    position: relative;
    padding: 37.8% 0;
    overflow: hidden;
}

.gallery-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    -webkit-transition: -webkit-transform 1300ms;
    transition: -webkit-transform 1300ms;
    -o-transition: transform 1300ms;
    transition: transform 1300ms;
    transition: transform 1300ms, -webkit-transform 1300ms;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box .t-date {
    color: white;
    line-height: 1;
    font-weight: 400;
}

.gallery-box .ts-title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 0px;
    letter-spacing: -0.5px;
}

.gallery-box .ts-content {
    padding: 32px 19px;
    font-family: "Open Sans";
    line-height: 1.3;

}

/*
.flexible-wrapper>*>*,
.flexible-wrapper>* {
    border: 1px solid black;
}
*/

.flexible-wrapper-other,
.flexible-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}

.flexible-wrapper {
    margin-top: 20px;
}

/*column*/

.col-w-3 {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.col-w-1 {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -ms-flex-negative: 0;

    flex-shrink: 0;
}


/*rows*/

.box-w2 {
    width: 66.6666%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 8px;
    margin-bottom: 21px;
}

.box-w1 {
    width: 33.3333%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 8px;
    margin-bottom: 21px;
}

.flexible-wrapper-other .box-w2 {
    width: 50%;
}

.flexible-wrapper-other .box-w1 {
    width: 25%;
}

.box-w1h3 {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 8px;
    margin-bottom: 21px;
}

.box-w1 > div,
.box-w1h3 > div,
.box-w2 > div {
    min-height: 100%;
}

.bs-box {
    display: block;
    background-color: #4b4b4b;
    position: relative;
}

.bs-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.bs-box,
.slick-initialized .slick-slide,
.slick-track,
.banner-slider,
.slick-slider .slick-list {
    height: 100%;
}

.bs-box {
    min-height: 100%;
    height: 472px;
}

.bg-img {
    min-height: 100%;
    height: 472px;
}

.bs-box {
    min-height: 100%;
    text-decoration: none;
    color: white;
    font-family: "Open Sans";
}

.bb-body {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 7px 15px 17px;
}

.t-date {
    font-size: 14px;
    font-weight: 400;
    color: #fefefe;
}

.bb-body p {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-top: -1px;
}

.bs-tag {
    opacity: 0.5;
    color: white;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
}

.bs-tags {
    display: block;
    margin-top: 28px;
}

.banner-slider .slick-dots {
    bottom: auto;
    top: 23px;
    right: 29px;
}

.banner-slider .slick-dots > li button {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    display: block !important;
    line-height: 1;
    padding: 0;
}

.banner-slider .slick-dots > li.slick-active button {
    background-color: #2c449b;
    border-color: #2c449b;
}

.interview {
    color: black;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
}

.interview label {
    display: block;
}

.interview {
    background-color: rgba(255, 255, 255, 0.48);
    border: 1px solid #c3c3c3;
    padding: 5px 27px;
}

.interview p {
    margin-bottom: 34px;
}

.interview label {
    line-height: 1;
    margin-left: 15px;
    margin-bottom: 19px;
}

.interview label span {
    line-height: 1.2;
}

.interview .captcha {
    margin-top: 40px;
    margin-bottom: 12px;

}


.flexible-wrapper-other .as-box-border {
    min-height: 100%;
}

.flexible-wrapper-other .as-box {
    height: 100%;
}

.flexible-wrapper-other .as-title {
    font-size: 15px;
}



.flexible-wrapper-other .as-content {
    padding: 14px 10px;
}

.box-gallery {
    position: relative;
}

.bg-carousel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 27px 21px 27px;
}

.bg-carousel .slick-slide {
    padding: 0 10px;
    outline: none;

}

.box-gallery,
.bg-slide {
    height: 100%;
}
.bg-slide .slick-slide a {
	padding: 33% 0;
    display: block;
	position: relative;
}
.bg-img {
    display: block;
    min-height: 100%;
    position: relative;
}

.slick-slide img,
.bgc-img img,
.bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.bgc-img {
    display: block;
    padding: 36%;
    cursor: pointer;
    position: relative;

}

.bgc-img img {
    z-index: -1;
}

.bg-carousel .slick-slide.slick-current .bgc-img {
    -webkit-box-shadow: inset 0 0 0 2px #2c449b;
    box-shadow: inset 0 0 0 2px #2c449b;
}

.box-w2 .gallery-box {
    padding: 0;
    height: 462px;
    min-height: 100%;
}

.head + .flexible-wrapper-other {
    margin-top: 17px;
}


.flexible-wrapper-other .ts-content {
    padding-bottom: 17px;

}

.flexible-wrapper-other .bs-tags {
    margin-top: 10px;
}

.flexible-wrapper-other .ts-title {
    line-height: 1.2;
}

.col-vertical2 > div {
    min-height: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.col-vertical2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.news-text {
    background-color: white;
    border: 1px solid #c3c3c3;
    font-family: "Open Sans";
    padding: 18px 10px;
    line-height: 1.4;
    margin-bottom: 21px;
}

.news-text:last-child {
    margin-bottom: 0;
}

.news-text .category-date {
    line-height: 1;
    margin-bottom: 14px;
}

.news-text .pb-caption {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 17px;
}


.poster-wrapper {
    background: url('../img/poster-bg.png') no-repeat center bottom #2f4399;
    margin-left: -30px;
    margin-right: -30px;
    padding: 13px 23px 8px 23px;
    font-family: "Open Sans";
    color: white;
    margin-bottom: 21px;

}

.poster-title {
    font-size: 61px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 23px;
}

.poster-wrapper .news-box {
    border: none;
    background-color: transparent;
}

.poster-wrapper .as-date {
    line-height: 1.6;
    color: white;
    margin-bottom: 23px;
}

.poster-wrapper .nb-body {
    padding-top: 30px;
}

.poster-wrapper .pb-caption {
    color: white;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.m-title {
    color: #5989a5;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 24px;
}

.most-wrapper {
    margin: 0 -30px;
    padding: 18px 30px 12px 30px;
}

.news-text .nlb-date {
    margin-bottom: 20px;
}

.edition .head {
    background-color: #e20010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.edition .head .btn {
    background-color: transparent;
    border: 2px solid white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    white-space: nowrap;
}

.edition .head .btn:hover {
    background-color: white;
    color: #e20010;
}

.edition .head .h-caption {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 400;
}

.btn-more-wrapper {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;

}

.btn-more-wrapper .btn {
    background-color: #e20010;
}

.btn-more-wrapper .btn:hover {
    background-color: #ff3443;
}

.caption-wrapper {
    background-color: white;
    margin-left: -30px;
    margin-right: -30px;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Open Sans";
}

.c-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.c-text h1 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 40px;
    margin-top: 0;
}

.c-text p {
    margin: 11px 0;
    line-height: 1;
}

.calendar {
    background-color: white;
    border: 1px solid #c3c3c3;
    margin-top: 14px;
    padding: 26px 94px 18px 94px;
    font-family: "Open Sans";
    line-height: 1;
    overflow: hidden;
    margin-bottom: 24px;
}

.ca-title {
    display: block;
    text-align: center;
    color: black;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 26px;
}

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

}

.calendar-flexible > div {
    width: 30.9%;
}

.fc-view-container {
    padding-top: 8px;
    position: relative;
}

.fc-view-container:before {
    content: ' ';
    position: absolute;
    top: 0;
    height: 1px;
    background-color: #cccccc;
    width: 400%;
    left: -50%;

}


.calendar-box {
    color: black;

    font-size: 16px;
    font-weight: 400;
}

.fc-content-skeleton table tbody {
    display: none;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    display: block;
    float: none;
    height: 44px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-top: 12px;
    color: black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid transparent;
    cursor: default;
    -webkit-transition: background-color 300ms, border-color 300ms;
    -o-transition: background-color 300ms, border-color 300ms;
    transition: background-color 300ms, border-color 300ms;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number.event {
    font-weight: 700;
    cursor: pointer;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number.event:hover {
    background-color: rgba(44, 68, 155, 0.22);
    border-color: #2c449b;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 0;
    height: auto !important;

}

.fc-ltr .fc-basic-view .fc-day-top.fc-other-month a {
    display: none;
}

.calendar-nav {
    position: relative;
    margin: 0 -57px 9px -57px;
    padding: 1px 0;
}

.ca-nav-btn {
    position: absolute;
    top: 0;
    text-decoration: none;
    color: #304499;
    font-size: 44px;
    opacity: 0.2;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ca-nav-btn:hover {
    opacity: 1;
}

#calendar-prev {
    left: 0;
}

#calendar-next {
    right: 0;
}


.fc-center h2 {
    color: #2c449b;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fc-unthemed td.fc-today,
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead,
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
    border: none;

}

.fc-unthemed td.fc-today {
    background-color: #e5e8f3;
}

.fc-ltr .fc-basic-view .fc-day-top.fc-sun .fc-day-number,
.fc-ltr .fc-basic-view .fc-day-top.fc-sat .fc-day-number {
    color: rgba(44, 68, 155, 0.5);

}

.edition .fc-center h2 {
    color: #e20010;
}

.edition .ca-nav-btn {
    color: #e20010;
}

.edition .fc-ltr .fc-basic-view .fc-day-top .fc-day-number.event:hover {
    background-color: rgba(142, 0, 0, 0.22);
    border-color: #e20010;
}

.edition .fc-unthemed td.fc-today {
    background-color: #f1e0e0;
}
.edition .fc-unthemed td.fc-today.fc-other-month {
	background-color: transparent;
}
.modal {
    width: 920px;
    max-width: 100%;
    background-color: #eee;
    border: 1px solid #c3c3c3;
}

.half-item textarea {
    width: 100%;
    resize: none;
    min-height: 155px;
}

.half-item {
    width: 48.3%;
}

.half-item:first-child label {
    margin-bottom: 20px;
}


.modal {
    padding: 52px 20px;
}

.modal-title {
    display: block;
    text-align: center;
    color: black;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 700;
    line-height: 1;

}

.modal .form {
    margin-top: 23px;
    margin-bottom: 58px;
    padding: 24px 12px;
    border: none;
    margin-bottom: 11px;
}


.modal .f-wrapper {
    width: 724px;
}

.modal .form hr {
    margin-left: -58px;
    margin-right: -58px;
}

.modal .fancybox-close-small {
    top: 49px;
    right: 19px;

}

.modal .fancybox-close-small:after {
    font-size: 40px;
    color: #2c449b;
}

.modal .fancybox-close-small:hover:after {
    color: red;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    padding: 0 20px;
}


.content {
    
    background-attachment: fixed;

}
.site-background {
	content: ' ';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
/*	z-index: -1;*/
	background-image: url('../img/index-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.footer,
.content > .container,
.top-banner {
	position: relative;
	z-index: 2;
}

.footer-style .footer,
.footer-style .footer {
    background-image: url('../img/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
}

.footer-style .footer .f-top-container {
    background-color: transparent;
}

.footer-style .footer .creator-wrapper > .container,
.footer-style .footer .f-bottom-wrapper,
.footer-style .footer .f-nav-wrapper {
    position: relative;
    z-index: 1;
}

.footer-style .footer .creator-wrapper > .container:before,
.footer-style .footer .f-bottom-wrapper:before,
.footer-style .footer .f-nav-wrapper:before {
    content: ' ';
    position: absolute;
    background-color: #2f4399;
    top: 0;
    bottom: 0;
    left: -73px;
    right: -73px;
    z-index: -1;
}

.footer-style .footer .f-bottom-wrapper:before {
    background-color: rgba(255, 255, 255, 0.54);
    left: -93px;
    right: -93px;
}

.footer-style .footer .creator-wrapper > .container:before {
    background-color: rgba(255, 255, 255, 0.54);
    left: -63px;
    right: -63px;
}


.menu-slider .slick-arrow,
.t-box .slick-arrow {
    width: 24px;
    border-radius: 0;
    background: white;
    height: 22px;
    margin-top: -12px;
}

.menu-slider .slick-arrow:before,
.t-box .slick-arrow:before {
    font-size: 25px;
    color: #29459d;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 400;
}

.menu-slider .slick-arrow.slick-prev,
.t-box .slick-arrow.slick-prev {
    left: -20px;
}

.menu-slider .slick-arrow.slick-next,
.t-box .slick-arrow.slick-next {
    right: -20px;
}

.t-box .slick-arrow:hover:before {
    color: #7b9bff;
}
.menu-slider .slick-arrow {
	background-color: transparent;
	color: white;
}
.menu-slider .slick-arrow:before {
	color: white;
}
.ar-author {
    color: black;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
}

.flexible-wrapper-other > .flexible-wrapper-other {
    width: 100%;
}

#err-modal.modal {
    width: 482px;
    padding-left: 52px;
    padding-right: 52px;
    padding-bottom: 23px;
}

#err-modal.modal .fancybox-close-small {
    top: 12px;
}

#err-modal.modal .form {
    margin-top: 0;
    padding-top: 14px;
}

#err-modal.modal .f-wrapper > p {
    font-size: 16px;
    margin-bottom: 18px;
}

#err-modal.modal .f-wrapper > p span {
    display: block;
    color: #2c449b;
    font-style: italic;
}

#err-modal.modal .half-item {
    width: 100%;
    margin-bottom: 0;

}

#err-modal.modal .half-item textarea {
    margin-bottom: 8px;
}

#err-modal.modal hr {
    margin-left: -33px;
    margin-right: -33px;
    margin-bottom: 40px;
}

#err-modal.modal .captcha {
    margin-left: auto;
    margin-right: auto;
}

.to_top {
    background-color: #29459d;
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    font-size: 33px;
    padding-bottom: 1px;
    line-height: 1;
    color: white;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: background-color 300ms;
	display: none;
}
.to_top:hover {
    background-color: #3f65dd;
}


.news-box.yadir {
    border: none;
    background-color: transparent;
}
.yadir-wrapper {
    align-self: center;
}
.sbs {
    margin-top: 29px;
    max-width: 151px;
    width: 100%;
    margin-bottom: 15px;
}
.sbs-title {
    color: #fffefe;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.7;
    display: block;
    margin-bottom: 4px;
}

.sbs-input {
    position: relative;
}
.sbs-input input {
    width: 100%;
    color: #2f4399;
    font-family: "Open Sans";
    font-size: 11px;
    height: 30px;
    display: block;
    padding: 0 4px;
}
.sbs-input button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background-color: #cfd8ff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 300ms;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
input:not(.btn).parsley-error + button {
    border-color: red;
}
.sbs-input button i {
    color: #575fa4;
    font-size: 19px;
    line-height: 1;
}
.sbs-input button:hover {
    background-color: #e4e9fc;
}
.sbs-input input::-webkit-input-placeholder {color: #2f4399;  }
.sbs-input input:-ms-input-placeholder {color: #2f4399;  }
.sbs-input input::-ms-input-placeholder {color: #2f4399;  }
.sbs-input input::placeholder { color: #2f4399; }


.sbs-lnk {
    display: inline-block;
    color: white;
    color: #fffefe;
    font-size: 11px;
    text-decoration: underline;
    text-transform: uppercase;
}
.sbs-lnk:hover {
    text-decoration: none;
    color: white;
}
#sbs-modal .half-item textarea {
    /*    min-height: 241px;*/
    flex-grow: 1;
    height: 1%;
    margin-bottom: 41px;
}

#sbs-modal .half-item:nth-of-type(2) label {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.banner-slider .slick-arrow {
	opacity: 0;
	margin-left: 10px;
	margin-right: 10px;
	transition: opacity 300ms;
}
.banner-slider:hover .slick-arrow {
	opacity: 1;
}

.banner-slider .bs-box:hover {
	color: white;
}

body.error-page {
	background: #d9dadf;
	overflow: hidden;
}
.content > .container.err-container {
	display: flex;
	align-items: center;
	box-shadow: none;
	padding: 32px 0 0 0;
    background-color: transparent;
	height: 100vh;
	
	
}

.err-bg {
	margin-left: -45px;
	flex-grow: 1;
	width: 1%;
	background: url('../img/error-bg.jpg') no-repeat center;
	background-size: contain;
	height: 932px;
	max-height: 100%;
}

.err-box {
	flex-shrink: 0;
	width: 428px;
	padding-right: 30px;
}
.err-box .logo {
	margin-right: 30px;
	width: auto;
}
.err-box h1 {
	color: #29459d;
/*font-family: OpenSans;*/
font-size: 80px;
font-weight: 700;
	letter-spacing: 0.3px;
	margin-bottom: 16px;
	margin-top: 45px;
}

.err-box a {
	display: inline-block;
	
}
.err-box {
	font-size: 18px;
	font-weight: 400;
	color: black;
	line-height: 1.3;
	font-family: 'Open Sans';
}
.menu-slider {
	width: 751px;
	margin-left: auto;
	position: relative;
	max-width: 100%;
}
.menu-slider:after,
.menu-slider:before {
	content: ' ';
	position: absolute;
	left: -2px;
	top: 0;
	bottom: 0;
	width: 4px;
	background-color: #252525;
	z-index: 2;
}

.menu-slider .slick-slide a {
	    color: #fffefe;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: opacity 300ms, color 300ms;
    -o-transition: opacity 300ms, color 300ms;
    transition: opacity 300ms, color 300ms;
}
.menu-slider .slick-slide a:hover {
	
}
.menu-slider .slick-arrow {
	z-index: 9999;
}


.menu-slider:not(.slick-slider) {
	display: flex;
	overflow: hidden;
}
.menu-slider:not(.slick-slider)>div {
	width: 100%;
	flex-shrink: 0;
}

.f-counter-list {
	overflow: hidden;
}


html {
	overflow: hidden;
	overflow-y: auto;
}





@media screen and (max-width: 1390px) {
    .container {
        width: 1190px;
    }
    .column-3 .pb-img {
        width: 213px;
        height: 236px;
    }
    .pb-box.pb-small-img .pb-img {
        width: 100%;
        height: 170px;
    }
    .ts-title {
        font-size: 35px;
    }
}

@media screen and (min-width: 1241px) {
    .resize-visible,
    .ot-gallery > li:nth-last-of-type(1),
    .ot-gallery > li:nth-last-of-type(2) {
        display: none;
    }
}

@media screen and (max-width: 1240px) {
    .container {
        width: 950px;
    }
    .h-top-box {
        background-position: left 10px center;
    }
    .padding-box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .padding-box > img {
        margin-top: 26px;
        margin-bottom: 9px;
        margin-left: -20px;
        margin-right: -20px;
    }

    blockquote {
        margin: 11px 0 10px 30px;
    }
    .text-content h1 {
        font-size: 28px;
    }
    .menu-list > li:before {
        margin: 0 3px;
        font-weight: 400;
    }
    .menu-list > li > a {
        font-size: 14px;
        font-weight: 400;
    }
    .aside {
        width: 250px;
    }
    .col-content {
        padding-right: 0;
    }
    .column-2 {
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aside {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .as-caption {
        width: 100%;
        padding: 0 10px;
    }
    .as-info-wrapper {
        width: 1%;
    }
    .as-banner,
    .as-box {
        width: 33.3333%;
        padding: 0 10px;
    }
    .as-box-border {
        min-height: 100%;
    }
    .as-box + .as-banner {
        margin-top: 0;
    }
    .category-list > li > a {
        font-size: 16px;
    }
    .category-list > li {
        margin-left: 7px;
        margin-right: 7px;
    }
    .log-in,
    .h-search {
        height: 43px;
    }
    .e-modal-title {
        font-size: 24px;
    }
    .e-modal-close {
        right: 10px;
    }
    .f-nav-box.editions .f-nav-title,
    .f-nav-title {
        font-size: 18px;
    }
    .fnav-list > li > a {
        font-size: 12px;
    }
    .f-nav-box.editions .fnav-list > li > a {
        font-size: 15px;
    }
    .f-nav-box.editions .fnav-list > li {
        padding-left: 16px;
    }
    .col-count-2 {
        -webkit-column-gap: 10px;
        column-gap: 10px;
    }
    .f-bottom-box:nth-child(3) {
        width: 100%;
        text-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .f-counter-list {
        width: 300px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .f-bottom-container .h-social-list {
        margin-bottom: 20px;

    }
    .creator-wrapper {
        text-align: center;
    }
    .f-bottom-box:nth-child(1) {
        width: 59%;
    }
    .f-bottom-box:nth-child(2) {
        width: 41%;
    }
    .fs-top {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .fs-bottom {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .col-content {
        width: auto;
    }
    .padding-box .video {
        margin-left: -20px;
        margin-right: -20px;
    }
    .news-list {
        /*        width: 100%;*/
        margin-left: 10px;
        margin-right: 10px;
    }
    .n-list {
        /*
        display: flex;
        flex-wrap: wrap;

*/
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
    .n-list > li {
        margin-bottom: 20px;
        display: inline-block;
    }
    .head {
        padding-left: 46px;
    }
    .iss-list,
    .padding-box .form,
    .img-and-caption,
    .full-width {
        margin-left: -20px;
        margin-right: -20px;
    }
    .iss-list > li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .form.p-form {
        margin-left: auto;
        margin-right: auto;
    }
    .as-personal {
        margin-top: 0;
    }
    .as-personal-wrapper {
        width: 33.3333%;
        padding: 0 10px;
    }
    .column-3 {
        display: block;
    }
    .column-3 .col-content {
        padding-right: 0;
    }
    .as-caption {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .news-box-wrapper {
        width: 33.3333%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .news-box-wrapper .news-box {
        min-height: 100%;

    }
    .column-3 .aside {
        padding-right: 0;
    }
    .column-3 .pb-img {
        width: 312px;
    }
    .ot-gallery .news-box-wrapper {
        width: 100%;
        padding: 0;
    }
    .ot-gallery > li {
        width: 33.3333%;
    }
    .ts-title {
        font-size: 26px;
    }
    .gallery-box .ts-title {
        font-size: 20px;
    }
    .col-w-3,
    .col-w-1,
    .box-w1h3 {
        width: 100%;
        padding: 0;
    }
    .box-w1h3 .news-list {
        margin-left: 7px;
        margin-right: 7px;
    }
    .box-w1 .news-list {
        margin-left: 0;
        margin-right: 0;
    }

    .box-w1 .n-list {
        -webkit-column-count: 1;
        column-count: 1;
    }
    .flexible-wrapper-other .box-w1 {
        width: 33.3333%;
    }
    .flexible-wrapper-other .box-w2 {
        width: 66.6666%;
    }
    .flexible-wrapper-other .as-box {
        width: auto;
        padding: 0;
    }
    .flexible-wrapper-other .box-w2.col-vertical2 + .box-w1 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .flexible-wrapper-other .box-w2:first-child {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }
    .poster-wrapper .title-box {
        width: 100%;
    }
    .m-title {
        font-size: 30px;
    }
    .calendar {
        padding: 26px 45px 18px 45px;
    }
    .calendar-nav {
        margin: 0 -25px 9px -25px;
    }
	.err-box h1 {
		font-size: 60px;
	}
	.err-box {
		width: 352px;
	}

}

@media screen and (min-width: 992px) {
    .flexible-wrapper .resize-visible {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .container {
        width: 680px;
        padding: 0 15px;
    }
    .h-top-box .container {
/*        display: block;*/
    }

    .menu-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .h-logo {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 185px;
    }
    .head {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner {
        margin-left: -15px;
        margin-right: -15px
    }
    .h-caption {
        font-size: 30px;
    }
    .log-in,
    .h-search {
        width: 50px;
    }
    .log-in {
        margin-right: -15px;
    }
    .enter-modal {
        right: -15px;
    }
    .padding-box {
        padding-left: 0;
        padding-right: 0;
    }
    .padding-box > img {
        margin-left: 0;
        margin-right: 0;
    }
    .text-content h1 {
        font-size: 22px;
    }
    body {
        font-size: 14px;
        line-height: 1.5;
    }
    .as-banner,
    .as-box {
        width: 50%;
    }
    .as-caption {
        font-size: 20px;
    }
    .other-ar-caption {
        font-size: 18px;
    }
    .other-ar-list > li {
        margin-bottom: 10px;
    }
    .send-comment {
        margin-left: 0;
    }
    .f-nav-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .f-nav-box {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .f-nav-box:nth-child(3):before {
        display: none;
    }
    .f-nav-box.editions .fnav-list > li,
    .fnav-list > li {
        margin-bottom: 5px;
    }
    .f-nav-box.editions .f-nav-title,
    .f-nav-title {
        margin-bottom: 14px;
        font-size: 16px;
    }
    .f-nav-box.editions .f-nav-title {
        font-size: 18px;
    }
    .as-title {
        font-size: 17px;
    }
    .f-nav-wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }
    .n-list {
        -webkit-column-count: 2;
        column-count: 2;
    }
    .padding-box .video {
        margin-left: 0;
        margin-right: 0;
    }
    .nb-all {
        margin-top: 0;
    }
    .head {
        padding-left: 15px;
    }
    .corner {
        width: 12px;
    }
    body div.float-left.float-left,
    body img.float-left.float-left {
        display: inline-block;
        float: none;
    }
    .iss-list,
    .padding-box .form,
    .img-and-caption,
    .full-width {
        margin-left: 0;
        margin-right: 0;
    }
    .ic-caption {
        font-size: 16px;
    }
    .iss-list > li {
        padding-left: 0;
        padding-right: 0;
    }
    .form hr {
        margin-left: 0px;
        margin-right: 0px;
    }
    .iss-box.iss-answer {
        margin-left: 30px;
    }
    .form.p-form {
        margin-left: auto;
        margin-right: auto;
    }
    .as-personal-wrapper {
        width: 50%;
    }
    .news-box-wrapper {
        width: 50%;
    }
    .ot-gallery > li {
        width: 50%;
    }
    .gs-carousel-slide {
        padding: 0 32px;
    }
    .gs-carousel-slide .slick-slide {
        padding: 0 4px;
    }
    .ts-title {
        font-size: 20px;
    }
    .gallery-box .ts-title {
        font-size: 18px;
    }
    .ts-content {
        padding: 12px 172px 12px 18px;
    }
    .slick-dots {
        bottom: 12px;
        right: 18px;
    }
    .slick-dots > li {
        margin-left: 5px;
    }
    .slick-dots > li button {
        width: 16px;
        height: 16px;

    }
    .top-slider .slick-arrow.slick-prev {
        left: 18px;
    }
    .top-slider .slick-arrow.slick-next {
        right: 18px;
    }
    .top-slider .slick-arrow {
        margin-top: -30px;
    }
    .gallery-box .ts-content {
        padding: 12px 10px;
    }
    .gallery-box .ts-title {
        font-size: 16px;
    }
    .flexible-wrapper-other .box-w2,
    .box-w2 {
        width: 100%;
    }
    .flexible-wrapper-other .box-w1,
    .box-w1 {
        width: 50%;
    }
    .flexible-wrapper-other .resize-visible {
        display: none;
    }
    .flexible-wrapper-other .box-w2.col-vertical2 + .box-w1 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .m-title {
        font-size: 26px;
    }
    .most-wrapper {
        margin: 0 -15px;
        padding: 18px 15px 12px 15px;
    }
    .poster-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        padding: 13px 9px 8px 9px;
    }
    .c-img {
        display: none;
    }
    .caption-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .c-text h1 {
        font-size: 30px;
    }
    .ca-1 {
        display: none;
    }
    .calendar-flexible > div {
        width: 47.9%;
    }
    .ca-title {
        font-size: 22px;
    }
    .modal .form hr {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-style .footer .f-bottom-wrapper:before {
        left: -83px;
        right: -83px;
    }
    .footer-style .footer .creator-wrapper > .container:before {
        left: -68px;
        right: -68px;
    }
    .f-nav-box:nth-child(3),
    .f-nav-box:nth-child(4),
    .f-nav-box:nth-child(5) {
        width: 33.3333%;
    }
	
	.err-box h1 {
		font-size: 44px;
		margin-top: 30px;
	}
	.err-box {
		width: 282px;
	}
	.err-box {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {
    .nav-toggle {
        display: none;
    }
    .menu-list {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

}

@media screen and (max-width: 767px) {
    .container {
        width: auto;
    }
    .menu-list {
        display: none;
    }
    .nav-toggle {
        color: white;
        font-size: 16px;
        text-decoration: none;
        position: relative;
    }
    .nav-toggle:after {
        content: '\e919';
        font-family: icomoon;
        vertical-align: middle;
        line-height: 1;
    }
    .h-top-box .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 9px;
    }

    .ht-city {
        margin-left: 28px;
        padding-left: 17px;
    }
    .h-info p {
        margin: 0 10px 0 0;
    }
    .h-logo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        text-align: center;
    }
    .logo {
        width: 185px;
        margin-left: auto;
        margin-right: auto;
    }
    .menu {
        position: relative;
    }
    .menu-list {
        position: absolute;
        top: 100%;
        right: -20px;
        width: 187px;
        background-color: #252525;
        border-top: 1px solid white;
        text-align: right;
        padding: 10px 20px;
        z-index: 3;
        display: block;
        display: none;
    }
    .menu-list li {
        margin-left: 0;
    }
    .menu-list > li:before {
        display: none;
    }
    .menu-list > li > a {
        padding: 5px 0;
        display: block;
    }
    .menu-list > li > a:hover {
        text-decoration: underline;
    }
    .t-list > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    /*
    .t-box {
        margin-left: -5px;
        margin-right: -5px;
    }
*/
    .e-modal-form {
        padding: 4px 0 11px 0;
    }
    .e-modal-title {
        font-size: 20px;
        padding-right: 30px;
    }
    .e-modal-title {
        margin-bottom: 10px;
    }
    .e-modal-form label {
        margin-bottom: 5px;
    }
    .e-modal-bottom {
        padding-left: 0;
    }
    .e-modal-bottom p {
        margin: 0;
    }
    .category-list > li > a {
        font-size: 14px;
    }
    .category-list > li {
        margin-left: 4px;
        margin-right: 4px;
    }
    .category-nav {
        margin-left: -4px;
    }
    .h-caption {
        font-size: 22px;
    }
    .ch-img {
        width: 129px;
        height: 147px;
    }
    .text-content {
        padding-left: 10px;
        padding-top: 3px;
        margin-bottom: 30px;
    }
    .text-content h1 {
        font-size: 20px;

    }

    h2 {
        font-size: 18px;
    }
    .after-ar,
    .social-box {
        padding-left: 0;
    }
    .img-and-caption {
        display: block;
    }
    .ic-caption,
    .ic-box {
        width: auto;
        border-top: 0;
    }
    .form label > b {
        margin-right: 0;
    }
    .send-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .agr {
        width: auto;
        margin-bottom: 20px;
    }
    .captcha {
        margin-left: auto;
        margin-right: auto;
    }
    .form .check span {
        padding-top: 7px;
    }
    .content-header {
        margin-top: 20px;
    }
    .m-title {
        font-size: 24px;
    }
    .news-text .pb-caption {
        font-size: 18px;
    }
    .ca-title {
        font-size: 20px;
    }
    .fc-center h2 {
        font-size: 18px;
    }
    .modal .fancybox-close-small {
        top: 5px;
        right: 0px;
    }
    .modal {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .modal .form {
        margin-top: 0;
    }
    .modal .send-box {
        margin-bottom: 20px;
    }
    #err-modal.modal .fancybox-close-small {
        top: 1px;
    }
  /*  .to_top {
        position: absolute;
        left: 10px;
        bottom: 7px;
    }
*/
    .creator-wrapper {
        position: relative;
    }

	body {
		font-size: 18px;
	}
	.nbl-title {
		font-size: 16px;
	}
	.h-top-box .menu-slider .slick-slide:not(:first-child):before,
	.h-top-box .t-slider .slick-slide:not(:first-child):before,
	.h-top-box .t-list > li:not(:first-child):before {
		top: 0;
	}

}

@media screen and (max-width: 645px) {
    .as-banner,
    .as-box {
        width: auto;
        padding: 0;
    }
    .aside {
        display: block;
        margin: 0;
    }
    .as-img-wrapper {
        padding-top: 0;
    }
    .as-info-wrapper {
        padding-top: 10px;
    }

    .as-img {
        width: 129px;
        height: 147px;
    }
    .as-img-wrapper {
        width: 129px;
    }


    .as-content {
        padding: 14px 10px 3px 10px;
    }
    .as-date {
        margin-bottom: 6px;
    }
    .as-title {
        margin-bottom: 10px;
    }
    .as-banner a img {
        margin-left: auto;
        margin-right: auto;
    }
    .comment-list > li > ul > li > ul,
    .comment-list > li > ul {
        margin-left: 20px;
    }
    .f-nav-wrapper {
        /*        display: block;*/
    }
    .f-nav-box {
        width: 100%;
        border-bottom: 1px solid #575fa4;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .f-nav-box:nth-child(2),
    .f-nav-box:nth-child(3) {
        width: 50%;
    }
    .f-nav-box:before {
        display: none;
    }
    .f-nav-box:nth-child(3):before {
        display: block;
        bottom: 10px;
    }
    .f-nav-box:last-child {
        border-bottom: none;
    }
    .f-bottom-box:nth-child(2) p b {
        display: block;
    }
    .f-bottom-box:nth-child(1) {
        width: 55%;
    }
    .f-bottom-box:nth-child(2) {
        width: 45%;
    }
    .page-slider {
        padding-left: 0;
        padding-right: 0;
    }
    .news-list {
        margin-left: 0;
        margin-right: 0;
    }
    .n-list {
        -webkit-column-gap: 10px;
        column-gap: 10px;
    }
    body img.float-left {
        float: none;
    }
    .form {
        padding: 27px 15px;
    }
    .pagination-list > li > a {
        font-size: 13px;
        width: 34px;
        height: 34px;
        padding-top: 8px;
    }
    .pagination-list > li {
        margin: 0;
    }
    .form.p-form hr {
        margin-left: -30px;
        margin-right: -30px;
    }
    .photo-dwnld {
        display: block;
    }
    .pd-input {
        width: auto;
        padding-left: 0;
    }
    .pd-img {
        margin-bottom: 20px;
    }
    .pb-box {
        display: block;
    }
    .pb-body {
        width: auto;
    }
    .pb-img {
        margin-left: auto;
        margin-right: auto;
    }
    .as-personal-wrapper {
        width: auto;
    }
    .news-box-wrapper {
        width: auto;
        padding: 0;
    }
    .ot-gallery > li {
        width: 100%;
    }
    .ot-gallery > li .news-box-wrapper .news-box {
        display: block;
    }



    .ts-title {
        font-size: 16px;
    }
    .gallery-box .ts-title {
        font-size: 14px;
    }
    .ts-content {
        padding: 17px 124px 11px 10px;
    }
    .slick-dots {
        bottom: 11px;
        right: 10px;
    }
    .slick-dots > li {
        margin-left: 4px;
    }
    .slick-dots > li button {
        width: 16px;
        height: 16px;

    }
    .top-slider .slick-arrow.slick-prev {
        left: 10px;
    }
    .top-slider .slick-arrow.slick-next {
        right: 10px;
    }
    .top-slider .slick-arrow {
        margin-top: -40px;
        width: 18px;
        height: 31px;
    }
    .top-slider .slick-arrow:before {
        font-size: 30px;
    }
    .gallery-box .ts-content {
        padding: 11px 10px;
    }
    .gallery-box .ts-title {
        font-size: 16px;
    }

    .gallery-list > li {
        width: 100%;
    }
    .flexible-wrapper-other .box-w1,
    .box-w1 {
        width: 100%;
    }

    .poster-title {
        font-size: 40px;
    }
    .flexible-wrapper-other.poster-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flexible-wrapper-other.poster-wrapper .box-w1 {
        width: 330px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .bs-box,
    .bg-img,
    .box-w2 .gallery-box {
        height: 382px;
    }
    .bb-body p {
        font-size: 22px;
    }
    .c-text h1 {
        font-size: 22px;
    }
    .edition .head .btn {
        font-size: 12px;
    }
    .ca-3 {
        display: none;
    }
    .calendar-flexible {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .calendar-flexible > div {
        width: 324px;
        max-width: 100%;
    }
    .half-item {
        width: 100%;
    }
    .modal-title {
        font-size: 20px;
    }
    .pb-box.nws {
        height: auto;
    }
    .pb-box.nws .pb-img {
        height: 235px;
    }
    .f-nav-box {
        width: 100%;
        max-width: 100%;
    }
    .h-search-wrapper .hs-input-wrapper input {
        font-size: 16px;
    }
    .f-nav-box:nth-child(4),
    .f-nav-box:nth-child(5) {
        width: 50%;
        border-bottom: 0;
    }
	.err-bg {
		display: none;
	}
	.content > .container.err-container {
		justify-content: center;
		
	}
	.err-box {
		padding: 10px;
	}

}

@media screen and (max-width: 479px) {
    .f-counter-list > li {
        padding: 0 2px;
    }
    .h-social,
    .h-info {
        width: 100%;
        text-align: center;
        display: block;
    }
    .h-info p {
        display: block;
    }
    .content-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .text-content {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-left: 0;
        margin-bottom: 0;
    }
    body {
        line-height: 1.3;
    }
    .log-in,
    .h-search {
        font-size: 15px;
        width: 28px;
    }
    .h-top-box .container {
        display: block;
        text-align: center;
    }
    .ht-city .jq-selectbox {
        width: auto;
    }
    .ht-city {
        display: inline-block;
        margin-left: 0;
    }
    .menu-list {
        right: auto;
        left: 50%;
        margin-left: -94px;
        text-align: center;
        margin-top: 5px;
    }
    .e-modal-title {
        font-size: 18px;
    }
    label.check .jq-checkbox {
        top: 2px;
    }
    .share-wrapper {
        display: block;
    }
    .social-btns {
        width: auto;
        margin-left: -4px;
        margin-right: -4px;
    }
    .ava {
        margin-right: 10px;
    }
    .comment-input textarea {
        padding: 12px 35px 9px 9px;
    }
    .f-bottom-wrapper {
        display: block;
    }
    .f-bottom-box:nth-child(1),
    .f-bottom-box:nth-child(2) {
        width: auto;
    }
    .f-bottom-box:nth-child(3) {
        display: block;
        text-align: center;
    }
    .fs-top {
        width: auto;
    }
    .fs-bottom {
        width: auto;
    }
    .c-ava {
        margin-right: 10px;
    }
    .n-list {
        -webkit-column-count: 1;
        column-count: 1;
    }
    .ic-caption {
        font-size: 13px;
    }
    .f-half {
        display: block;
    }
    .f-half > label {
        width: auto;
    }
    .form .check span {
        padding-top: 4px;
    }
    .form.p-form hr {
        margin-left: 0;
        margin-right: 0;
    }
    .f-half > .ch-wrapper {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .ch-wrapper label {
        margin-right: 30px;
    }
    .form.p-form label + .sub-text {
        margin-top: 0;
    }
    .agr {
        padding-left: 0;
    }
    .form.p-form .send-box,
    .photo-dwnld {
        width: 360px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .jq-file__browse {
        width: 76px;
    }
    .jq-file {
        width: 257px;
    }
    .ap-name {
        font-size: 20px;
    }
    .ap-title {
        font-size: 19px;
    }
    .pagination-list > li > a {
        font-size: 11px;
        width: 25px;
        height: 25px;
        padding-top: 5px;
    }
    .tc-icon {
        min-width: 0;
        margin-left: 9px;
    }
    .category-date {
        padding: 3px 2px;
    }
    .ts-content {
        padding-right: 10px;
    }
    .gallery-box .ts-title,
    .ts-title {
        font-size: 13px;
        margin-top: 0;
    }
    .gallery-box .t-date,
    .ts-box .t-date {
        font-size: 12px;
    }
    .slick-dots {
        bottom: auto;
        top: 100%;
        margin-top: 7px;
        left: 0;
        text-align: center;
    }
    .slick-dots > li button {
        border-color: black;
    }
    .slick-dots > li.slick-active button {
        background-color: black;
    }
    .top-slider {
        margin-bottom: 40px;
    }
    .gallery-box {
        padding: 24.8% 0;
    }
    .m-title {
        font-size: 20px;
    }
    .news-text .pb-caption {
        font-size: 16px;
    }
    .bb-body p {
        font-size: 15px;
    }
    .bs-tags {
        margin-top: 10px;
    }
    .edition .head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .edition .head .btn {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 5px;
        padding-top: 2px;
        padding-bottom: 3px;
    }
    .calendar {
        padding-left: 29px;
        padding-right: 29px;
    }
    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        height: 32px;
        padding-top: 6px;
    }
    .ca-title {
        font-size: 18px;
    }

    .modal {
        padding: 32px 5px 2px 5px;
    }
    .fancybox-is-sliding .fancybox-slide,
    .fancybox-slide--current,
    .fancybox-slide--next,
    .fancybox-slide--previous {
        padding: 0 10px;
    }
    .modal .form label textarea {
        margin-bottom: 10px;
    }
    .modal .form hr {
        margin-bottom: 10px;
    }
    .modal .fancybox-close-small {
        top: 2px;
    }
    .modal-title {
        font-size: 18px;
    }
    .ins-text .bb-body p {
        font-size: 15px;
        font-weight: 400;
    }
    .ins-text .bb-body {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 7px;
    }
    #err-modal.modal {
        padding-left: 10px;
        padding-right: 10px;
    }
    .h-search-wrapper .hs-input-wrapper input {
        font-size: 14px;
    }
	.menu {
		width: 100%;
		margin-top: 4px;
	}
	.h-top-box {
		    background-position: left 10px top 6px;
	}
	.menu-slider .slick-slide a {
		padding-left: 10px;
		padding-right: 10px;
	}



}

.pb-body {
    overflow: hidden;
}

.pb-caption:hover .ellip-line {
    text-decoration: underline;
}


body .smiteaser10822 {
    padding: 0;
}
body .smi_header {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
    color: #fefefe;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    background-color: #2c449b;
    padding: 4px 8px;
    line-height: 1.3;
}
div#smi_teaser_10822 {
    position: relative;
}

.smiimg10822 a {
    height: 221px;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

body .smiimg10822 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}
body a.smititle10822 {
    display: block;
    color: black;
}

body .smiteaser10822:hover a.smititle10822 {
    text-decoration: underline;
    color: #2f4399;
}
body .smitext10822 {
    padding: 0 10px;
}

body .smiteaser10822 {
    border-bottom: 0;
    padding-bottom: 12px;
}