

/* Start:/local/templates/main/css/jquery.formstyler.css?167966712513430*/
.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF;
    cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: #666;
    box-shadow: inset 0 -3px 6px #AAA;
}

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

.jq-checkbox.disabled {
    opacity: .55;
}


.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF;
    cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7);
}

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

.jq-radio.disabled {
    opacity: .55;
}


.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer;
}

.jq-file__name {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 14px/32px Arial, sans-serif;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}


.jq-number {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 36px 0 0;
}

.jq-number__field {
    width: 100px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-number__field:hover {
    border-color: #B3B3B3;
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333;
    text-align: left;
    /* для Opera Presto */
    -moz-appearance: textfield;
}

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

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0;
}

.jq-number__spin:hover {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #AAA;
}


.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox__select {
    height: 32px;
    padding: 0 45px 0 10px;
    border: 1px solid #262626;
    border-bottom-color: #262626;
    border-radius: 4px;
    background: #262626;
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #262626;
}

.jq-selectbox__select:hover {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox__select:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

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

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #262626 box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}

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

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231F20;
}

.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF;
}

.jq-selectbox li:hover {
    background-color: #08C;
    color: #FFF;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}


.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}

.jq-select-multiple li.disabled {
    color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333;
}

input[type='search'].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
    border-color: #B3B3B3;
}

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    outline: none;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}

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

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

/* End */


/* Start:/local/templates/main/css/slick.css?16796671251776*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/* End */


/* Start:/local/templates/main/css/swiper.min.css?167966712513678*/
/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/main/css/jquery.fancybox.min.css?167966712513735*/
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/main/css/fullcalendar.min.css?167966712516066*/
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */.fc button,.fc table,body .fc{font-size:1em}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-webkit-touch-callout:none;-khtml-user-select:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc.fc-bootstrap3 a,.ui-widget .fc-event{text-decoration:none}.fc-limited{display:none}.fc-icon,.fc-toolbar .fc-center{display:inline-block}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-bootstrap3 .fc-popover .panel-body,.fc-bootstrap4 .fc-popover .card-body{padding:0}.fc-now-indicator{position:absolute;border:0 solid red}.fc-bootstrap3 .fc-today.alert,.fc-bootstrap4 .fc-today.alert{border-radius:0}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.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{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-bootstrap4 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-bootstrap3 hr.fc-divider,.fc-bootstrap4 hr.fc-divider{border-color:inherit}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc.fc-bootstrap4 a{text-decoration:none}.fc.fc-bootstrap4 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap4 .fc-popover.card{position:absolute}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
/* End */


/* Start:/local/templates/main/css/main.css?1684929682125997*/
@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('/local/templates/main/css/../fonts/icomoon.eot?l39gm3');
    src: url('/local/templates/main/css/../fonts/icomoon.eot?l39gm3#iefix') format('embedded-opentype'),
    url('/local/templates/main/css/../fonts/icomoon.ttf?l39gm3') format('truetype'),
    url('/local/templates/main/css/../fonts/icomoon.woff?l39gm3') format('woff'),
    url('/local/templates/main/css/../fonts/icomoon.svg?l39gm3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:fallback;
}

/*
@font-face {
	font-family: "";
	src: local("☺");
	src: url("/local/templates/main/css/../fonts/.eot");
	src: url("/local/templates/main/css/../fonts/.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/main/css/../fonts/.woff") format("woff"),
		url("/local/templates/main/css/../fonts/.ttf") format("truetype"),
		url("/local/templates/main/css/../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: 100%;
    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;
}
.header .for-ads-link{padding: 4px 0; padding-left: 50px;margin-top:1px;}
.header .for-ads-link a{color: #8A8989; font-size: 14px;}

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



h1 {
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 750;
    letter-spacing: -0.6px;
    line-height: 140%;
}

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

p, .js-pict-titles {
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 19px;
    line-height: 160%;
}

p b {
    font-weight: 600;
    font-size: 19px;
    line-height: 160%;
}

.js-pict-titles p:first-of-type b {
    font-size: 22px;
}


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

.age-restrict {
 	background-image: url('/local/templates/main/css/../img/16_gray.png');
	background-repeat: no-repeat;
	background-position: 20px 27px;
}

.h-top-box {
    background-color: #fff;
    color: #8A8989;
    display: flex;
    min-height: 32px;
    margin-bottom: 16px;
    font-family: 'Open Sans';
}

.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;
    text-decoration: none;
    position: relative;
    padding-left: 24px;
    color: #8A8989;
    margin: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ht-city:before {
    content: '\e90e';
    font-family: icomoon;
    position: absolute;
    top: 6px;
    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;
    font: 14px/1.2 "Open Sans", sans-serif;
    text-shadow: none;
    outline: none;
    background: #fff;
    color: #8A8989;
    box-shadow: -0.1px 1px 8px rgba(255, 255, 255, 0.16);
}

.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: 1px;
}

.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: 16px;
    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: 600;
    line-height: 100%;
    position: relative;
    z-index: 1;
}

.column-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    /* 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: 18px;
    font-weight: 600;
    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;
    margin-top: 11px;
}

.n-list-box > div > p {
    font-size: 14px;
    line-height: 150%;
}

.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: 16px;
    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: 160%;
    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: 17px;
    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: 10px;
    padding-bottom: 10px;
}

.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: 1;
    -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: 16px;
    font-weight: 400;
    line-height: 100%;
    text-transform: none;
}

.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: 20px;
    font-weight: 700;
    line-height: 125%;
    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: 16px;
    font-weight: 600;
    line-height: 160%;
}


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


}

.f-bottom-box:nth-child(1) p b {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 27px;
    display: block;
    letter-spacing: -0.3px;
    line-height: 160%;
}

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

.f-bottom-box:nth-child(2) p b {
    font-weight: 600;
}

.f-bottom-box:nth-child(2) p {
    font-size: 12px;
    line-height: 120%;
}

.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);
    overflow: visible!important;
}

.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: 18px;
    font-weight: 400;
    padding-top: 1px;
    margin-top: 20px;
    margin-bottom: 7px;
    line-height: 160%;
}

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

.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;
    line-height: 100%;
}

.nbl-title {
    text-decoration: none;
    color: black;
    font-size: 14px;
    line-height: 140%;
    display: inline-block;
    font-weight: 400;
}
.n-list-box .nbl-title-strong {
    font-weight: 600;
}

.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: 600;
    color: #010101;
    text-decoration: none;
    display: block;
    line-height: 140%;
    font-size: 18px;
}

.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;
    line-height: 145%;        
    font-size: 16px;
}

.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: 100%;
    margin-bottom: 14px;
}

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

.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: 12px;
    font-weight: 400;
    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;
    height: auto;
}

.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: 24px;
    font-weight: 400;
    line-height: 140%;
    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: 16px;
}



.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('/local/templates/main/css/../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('/local/templates/main/css/../img/bg_new_year.png');*/

/*       background-image: url('/local/templates/main/css/../img/index-bg.jpg'); */
    background-repeat: no-repeat;
     background-position: center top;
    background-size: cover;

/*    background-repeat: repeat; */
/*    background-position: center top; */
/*    background-size: auto; */
}
.footer,
.content > .container,
.top-banner {
	position: relative;
	z-index: 2;
}

.footer-style .footer,
.footer-style .footer {
    background-image: url('/local/templates/main/css/../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('/local/templates/main/css/../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: 655px; */
	margin-left: auto;
	position: relative;
	max-width: 100%;
    margin-top: 5px;
}
.menu-slider:after,
.menu-slider:before {
	content: ' ';
	position: absolute;
	left: -2px;
	top: 0;
	bottom: 0;
	width: 4px;
	background-color: #fff;
	z-index: 2;
}

.menu-slider .slick-slide a {
    color: #8A8989;
    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;
    }

    .box-w1 {
        height: auto;
    }
}

@media screen and (max-width: 1240px) {
    .main-soc-block {
        margin-left: -20px!important;
    }
    .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;
        line-height: 100%;
        font-weight: 600;
    }
    .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) {
    p, .js-pict-titles {
        font-size: 17px;
    }
    p b {
        font-size: 17px;
    }

    .false_textarea {
        height: auto!important;
    }
    .main-soc-block {
        margin-left: 0px!important;
    }
    .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: 28px;
        font-weight: 750;
    }
    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) {
    .news-yand {
        flex-wrap: wrap;
        margin-left: 0!important;
        justify-content: center!important;
    }
    .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: 28px;
        font-weight: 750;
    }

    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: 1px;
	}

}

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

    .header .for-ads-link{padding-left: 0px;}

    .ht-city .jq-selectbox {
        width: auto;
    }
    .age-restrict {
        background-position: 20px 17px;
    }
        
    .ht-city {
        margin-left: 0;
            display: block;
        text-align: center;
        padding-left: 0;
    }
    .ht-city:before {
        position: relative;
        left: unset;
        top: 3px;
    }
    .ht-city .jq-selectbox {
        top: -1px;
    }
    .header .for-ads-link {
        display: block;
        text-align: center;
    }
    .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 {
        display: block;
	}
	.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;
}

.insta-embeded{background: #f9f9f9; padding: 22px; text-align: center;}
.insta-embeded iframe{position: relative; max-width: 640px; width: 100%; height: 600px;}

.article-embeded { padding: 10px 0; border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; margin: 10px auto; text-decoration: none; display: block}
.article-embeded .after-ar{display: flex; justify-content: space-between; margin-top: 0; font-family: 'PT Serif Caption', Helvetica, sans-serif}
.article-embeded .article-info {flex: 1; padding-right: 30px; display: flex; flex-direction: column; justify-content: space-between;}
.article-embeded .article-info .name{text-decoration: none; color: #000; font-family: "Open Sans"; font-size: 26px; font-weight: 700; letter-spacing: -0.6px; line-height: 1.35; display: block}
.article-embeded .article-info .subname{text-decoration: none; color: #000; font-size: 16px; line-height: 1.35; display: block; margin-top: 15px;}
.article-embeded .article-info .rubric{font-size: 14px; line-height: 1.35;}
@media screen and (max-width: 414px){
	.article-embeded .after-ar{flex-direction: column}
	.article-embeded .article-image{order: 1; display: flex; justify-content: center; margin-bottom: 15px;}
	.article-embeded .article-info{order: 2}
	.article-embeded .article-info .name{line-height: 1.2; font-size: 20px;}
	.article-embeded .article-info .rubric{margin-top: 15px;}
}
.bglink{
display:block;
height:100%;
width:100%;
position:fixed;
left:0;
top:0;
z-index:1;
text-indent:-5000em;
}
.main-soc-block {
    padding-left: 42px;
    padding-right: 42px;
    border-left: 4px solid #2f4399;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: -42px;
    line-height: 110%;
}

.main-soc-block  p {
    font-size: 15px;
}
.main-soc-block-two {
    padding-left: 42px;
    padding-right: 42px;
    border-left: 4px solid #2f4399;
    font-style: italic;
    font-weight: 600;
    margin-top: 10px;
    line-height: 110%;
}

.main-soc-block-two  p {
    font-size: 15px;
}
.news-soc {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.news-yand {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: 60px;
    margin-bottom: 20px;
}
.news-yand p {
    margin-right: 20px;
    font-weight: bold;
}
.news-link {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0.80009px 4.80053px rgb(32 33 36 / 28%);
    border-radius: 0px 6px 6px 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 49%;
    height: 40px;
}
.news-link.ya {
    margin-right: 2px;
    border-radius: 6px 0px 0px 6px;
}
.news-link.ya{
    background-image: url('/local/templates/main/img/yandexnews_btn.svg');
    width: 185px;
}
.news-link.goo {
    background-image: url('/local/templates/main/img/googlenews_btn.svg');
    width: 185px;
}
.main-modal-auth {
    width: 550px!important;
}
.main-modal-auth .fancybox-close-small {
    top: 20px!important;
    right: 10px!important;
}
.main-modal-auth ul {
    text-align: center;
}
@media (min-width: 992px) {
	.partner-lentainform {
		margin: -70px;
		padding-bottom:40px;
		transform: scale(0.86);
		margin-top: -30px;
	}
}
.bglink_hidden{
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: default;  /* устанавливаем курсор в виде стрелки */
    color: #999; /* цвет текста для нективной ссылки */
}
.video__adaptive{
	max-width:853px;
	width: 100% !important;
}
.captcha__bitrix-image{
    max-width: 200px;
}
#captcha_word{
    margin: 10px 0 0 0;
    max-width: 200px;
}

.new-year::before {
    width: 100px;
    content:" ";
    position: absolute;
    top: -16px;
    height: 106px;
    margin-left: -79px;
    background-image: url('/local/templates/main/img/left_ny_1.png');
    z-index: -1;
}

.new-year::after {
    width: 91px;
    content:" ";
    position: absolute;
    top: -6px;
    height: 91px;
    margin-left: 348px;
    background-image: url('/local/templates/main/img/right_ny_1.png');
    z-index: -1;
}

.photo-elem {
 	margin-bottom: 16px;
	line-height: 280%;
}


@media (max-width: 991px) {
    .new-year::before {
       background-size: 50%;
       background-repeat: no-repeat;
       top: 13px;
       margin-left: -38px;
    }
    .new-year::after {
       background-size: 50%;
       background-repeat: no-repeat;
       top: 10px;
       margin-left: 164px;                
    }
}
@media (max-width: 767px) {
    .new-year::before {
        top: 0;
        margin-left: -133px;
    }
    .new-year::after {
        top: 0;
        margin-left: 83px;                
    }
}

@media (max-width: 489px) {
    .new-year::before {
        top: 0px;
        margin-left: -133px;
    }
    .new-year::after {
        top: 0px;
        margin-left: 83px;                
    }
}

@media (max-width: 479px) {
    .new-year::before {
        top: 0px;
    }
    .new-year::after {
        top: 0px;
    }
    .hc-top::after {
        width: 360px;
        content: " ";
        position: relative;
        top: 5px;
        height: 21px;
/*        background-image: url('/local/templates/main/img/snow_ny.png'); */
        z-index: 1;
        display: block;
        margin: 0 auto;
    }
}

/* End */


/* Start:/local/templates/main/css/custom.css?167966712511575*/
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek*/
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese*/
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* greek-ext*/
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek*/
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese*/
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* greek-ext*/
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek*/
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese*/
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext*/
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin*/
@font-face {
    font-family: 'Open Sans';
    font-display:swap;
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.tablebodytext, .js-toggle{
    display: none;
}
.adm_alert {
    color: #c00;
}
.t-box .t-slider {
    max-height: 32px;
    opacity: 0;
}
.photogall .t-date {
   color: #ccc;
}
#PERSONAL_BIRTHDAY {
    width: 85%;
    display: inline-block;
}
span.bx-input-file-desc {
    display: none;
}
.poll-bar {
    margin-bottom: 2%;
}
.poll .bar {
    height: 1em;
    margin: 1px 0;
    background-color: #ddd;
}
.poll .bar .foreground {
    background-color: #29459d;
    height: 1em;
    float: left;
}
.poll .percent {
    text-align: right;
}
.false_textarea {
    background: #ffffff;
    position: absolute;
    /*width: 100%;*/
    height: calc(100% - 53px);
    top:1px;
    left: 1px;
    right: 1px;
    padding: 6px 8px;
    outline: none;
    overflow: hidden;
}
textarea:not(.open) + .false_textarea {
    display: none;
}
.smiles {
    position: absolute;
    top:10px;
    right: 40px;
    z-index: 1;
    display: none;
}
.false_textarea div {
    /*display: inline;*/
}
.false_textarea img, .co-text img, .smiles img{
    height: 20px;
     margin: 0 3px;
     display: inline-block;
     vertical-align: text-top;
 }
.smiles img{
    cursor: pointer;
    margin: 0 2px;
}
.main_sl_art .ts-content {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 100%);
    height: inherit;
}
#finderror-modal.modal {
    width: 480px;
}
#finderror-modal.modal .form{
    margin-top: 0;
}
#finderror-modal.modal .form hr{
    margin-left: 0;
    margin-right: 0;
}
#finderror-modal.modal .g-recaptcha{
    width: 150px;
    margin:0 auto;
}
.select_err {
    color: #29459d;
    font-style: italic;
}
.c_small {
    font-size: 12px;
}
.top_p {
    padding: 20px 0;
}
.as-box-border .as-img-wrapper .label a, .h-caption a{
    color: #fff;
    text-decoration: none;
}
.as-caption a {
    color: #000;
    text-decoration: none;
}
.js-foot-region-select li {
    cursor: pointer;
}
.rubr_bunns {
    text-align: center;
    padding-bottom: 13px;
}
#subscr_ok {
    text-align: center;
}
.informer_box {
    display: none;
}
.pb-list.js-ul-news {
    margin-bottom: 0;
}
.uploadgif {
    position: relative;
}
.uploadgif img{
    position: absolute;
    top: 0px;
}
.captcha {
    height: 86px;
}
.js-main-load {
    width: 100%;
    height: 80%;
}
.banner a {
    text-align: center;
}
.container {
    padding-top: 1px;
}
.aside .as-banner .as-box-border {
    margin-bottom: 7px;
}
.invbl {
    display: none;
}
.popup-subscription.popup-body {
    max-width: 100%;
}
.cs-for-close {
    position: absolute;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 15px;
    right: -25px;
    top:-25px;
}
.cs-for-close .popup-close{
    right: 4px;
    top: 4px;
}
.modal-soc {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}
.modal-title-dt {
    width: 100%;
    display: flex;
    justify-content: center;
}
.ya-share2__item_service_instagram .ya-share2__icon {
    height: 48px;
    width: 48px;
    background-size: 48px 48px;
    background-image: url('/local/templates/main/css/../img/logo-instagram.svg');
}
.ya-share2__item_service_ya .ya-share2__icon {
    height: 48px;
    width: 48px;
    background-size: 48px 48px;
    background-image: url('/local/templates/main/css/../img/Yandex_Zen_logo_icon.svg');
}
/*@media  (max-width:990px) {
    .js-sv-block {
        max-width: 100%;
    }
}*/
/*.h-bottom-box, .h-bottom-box>div {
    max-height: 66px;
}*/

.col-content {align-self: flex-start}
.js-sv-block.js-sv-narrow .flexible-wrapper-other{flex-wrap: nowrap}
.js-sv-block.js-sv-narrow .flexible-wrapper-other .box-w1{width: 33.3333%}
.js-sv-block.js-sv-narrow .flexible-wrapper-other .box-w1:nth-child(1n+4){display: none}
/* End */


/* Start:/local/components/bitrix/socserv.auth.form/templates/flat/style.min.css?16796671252638*/
.bx-authform-social-popup{display:none;background:#fff;width:auto;padding:15px;font-size:14px;white-space:nowrap}.bx-authform-social-popup form{margin-bottom:0}.bx-authform-social-popup input[type="text"]{display:inline-block;max-width:150px;font-size:18px;height:30px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-authform-social ul{padding:5px 0 12px;margin:0 0 15px;display:block}.bx-authform-social ul li{position:relative;display:inline-block;width:35px;height:35px;margin-right:5px}.bx-authform-social ul li .bx-authform-social-icon{display:block;width:35px;height:35px;	background-image: url(/local/components/bitrix/socserv.auth.form/templates/flat/images/sprite.png); background-repeat:no-repeat;border-bottom:0}.bx-authform-social ul li .bx-authform-social-icon:hover{opacity:.9}.bx-authform-social ul li .bx-authform-social-icon.box{background-position:0 0}.bx-authform-social ul li .bx-authform-social-icon.dropbox{background-position:-44px 0}.bx-authform-social ul li .bx-authform-social-icon.bitrix24{background-position:-88px 0}.bx-authform-social ul li .bx-authform-social-icon.yandex{background-position:-132px 0}.bx-authform-social ul li .bx-authform-social-icon.openid{background-position:-176px 0}.bx-authform-social ul li .bx-authform-social-icon.odnoklassniki{background-position:-220px 0}.bx-authform-social ul li .bx-authform-social-icon.google{background-position:-264px 0}.bx-authform-social ul li .bx-authform-social-icon.mymailru{background-position:-308px 0}.bx-authform-social ul li .bx-authform-social-icon.mailru2{background-position:-440px 0}.bx-authform-social ul li .bx-authform-social-icon.livejournal{background-position:-352px 0}.bx-authform-social ul li .bx-authform-social-icon.openid-mail-ru{background-position:-440px 0}.bx-authform-social ul li .bx-authform-social-icon.liveid{background-position:-484px 0}.bx-authform-social ul li .bx-authform-social-icon.liveinternet{background-position:-528px 0}.bx-authform-social ul li .bx-authform-social-icon.blogger{background-position:-572px 0}.bx-authform-social ul li .bx-authform-social-icon.vkontakte{background-position:-616px 0}.bx-authform-social ul li .bx-authform-social-icon.twitter{background-position:-660px 0}.bx-authform-social ul li .bx-authform-social-icon.facebook{background-position:-704px 0}.bx-authform-social ul li .bx-authform-social-icon.google-plus{background-position:-748px 0}.bx-authform-social ul li .bx-authform-social-icon.office365{background-position:-792px 0}.bx-authform-social ul li .bx-authform-social-icon.zoom{background-position:-836px 0}
/* End */


/* Start:/local/templates/main/template_styles.css?16796671253733*/
.captcha__container{
    display: flex;
    flex-direction: column;
}
#mainCaptcha{
    text-align: center;
    padding: 10px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
    margin-bottom: 5px;
}
.telegram-message{
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.telegram-message__container{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 90px 40px;
    background: #F3F3F3;
    max-width: 370px;
    border: 1px solid #DDE0E4;
    box-sizing: border-box;
    border-radius: 2px;
}
.telegram-message__title{
    font-family: 'Open Sans', serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 140%;
    color: #0B0C10;
}
.telegram-message__submit{
    padding: 22px 38px 21px 39px;
    font-family: 'PT Root UI', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    border: 1px solid #29459D;
    text-align: center;
    background: #29459D;
    border-radius: 2px;
    color: white;
    transition: color 0.2s ease-out 0.01s , background-color 0.2s ease-out 0.01s;
    text-decoration: none;
}
.telegram-message__submit:hover{
    background: white;
    color: black;
    border: 1px solid black;
}
.telegram-message__close{
    position: absolute;
    right: 23px;
    top: 23px;
    transform: scale(1);
}
.telegram-message__close:hover{
    cursor: pointer;
    transform: scale(1.2);
}
.telegram-message_active{
    display: flex;
}
.check{
    display: flex !important;
}
.news-box.yadir{
/*    max-width: 300px;
    width: 100%;
    height: 500px; */
}
.rubr_bunns > a{
    max-width: 1240px;
    width: 100%;
    max-height: 250px;
}
.rubr_bunns > a > img{
    max-width: 1240px;
    width: 100%;
    object-fit: cover;
    max-height: 250px;
}
.rubr_bunns{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    margin-bottom: 20px;
    padding: 0;
}
.rubrics__yandex-banner{
    max-width: 300px;
    width: 100%;
    height: 500px;
}
.detail__banners{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.detail__banner-yandex{
    max-width: 960px;
    width: 100%;
    height: 150px;
}
.detail__banner-yandex > div{
    max-width: 960px;
    width: 100%;
    height: 150px;
}
.detail__banner{
    max-width: 960px;
    width: 100%;
    height: 250px;
}
.side__yandex-banner{
    width: 320px;
    height: 480px;
}
.ya-banner__mb {
    display: none;
    margin: 0 auto;
}
.top-banner-slider img{
    object-fit: cover;
}
.as-banner__img {
    width: 100%;
    object-fit: cover;
}
.image-margin {
    margin: 15px;
}
.as-banner {
    margin: 0 auto;
}
@media (max-width: 992px) {
    .rubrics__yandex-banner {
        margin: 0 auto;
    }
    .ya-banner__dt {
        display: none;
    }
    .ya-banner__mb {
        display: block;
    }
}

.banner2.top-banner-slider {
	max-height: 186px;
	margin-bottom: 5px;
}

.read-more-detail {
  display: flex;
}

@media screen and (max-width: 479px) {
	.read-more-detail {
	  display: block;
	}
	.news-link.ya {
	margin-bottom: 10px;
	}
}

/* End */
/* /local/templates/main/css/jquery.formstyler.css?167966712513430 */
/* /local/templates/main/css/slick.css?16796671251776 */
/* /local/templates/main/css/swiper.min.css?167966712513678 */
/* /local/templates/main/css/jquery.fancybox.min.css?167966712513735 */
/* /local/templates/main/css/fullcalendar.min.css?167966712516066 */
/* /local/templates/main/css/main.css?1684929682125997 */
/* /local/templates/main/css/custom.css?167966712511575 */
/* /local/components/bitrix/socserv.auth.form/templates/flat/style.min.css?16796671252638 */
/* /local/templates/main/template_styles.css?16796671253733 */
