

/* Start:/local/templates/.default/css/vector/jquery.formstyler.css?175222374513615*/
.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 #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    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-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: #F5F5F5;
    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/.default/css/vector/slick.css?17522237451703*/
/* 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;
}

.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/.default/css/reset.css?1752223745985*/
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

header,
section,
footer,
aside,
nav,
article,
figure {
    display: block;
}

input,
button,
textarea,
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: none;
    -webkit-appearance: none;
}

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

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

table {
    border-spacing: 0;
    border-collapse: collapse;
}
/* End */


/* Start:/local/templates/.default/css/font.css?17522237454731*/
@font-face {
    font-family: 'HelveticaNeue';
    src: url('/local/templates/.default/css/fonts/HelveticaNeue.eot');
    src: local('fonts/HelveticaNeue'), url('/local/templates/.default/css/fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/css/fonts/HelveticaNeue.woff') format('woff'), url('/local/templates/.default/css/fonts/HelveticaNeue.ttf') format('truetype'), url('/local/templates/.default/css/fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/local/templates/.default/css/fonts/HelveticaNeue.eot');
    src: local('fonts/HelveticaNeue'), url('/local/templates/.default/css/fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/css/fonts/HelveticaNeue.woff') format('woff'), url('/local/templates/.default/css/fonts/HelveticaNeue.ttf') format('truetype'), url('/local/templates/.default/css/fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('/local/templates/.default/css/fonts/HelveticaNeue-Bold.eot');
    src: local('fonts/HelveticaNeue-Bold'), url('/local/templates/.default/css/fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/css/fonts/HelveticaNeue-Bold.woff') format('woff'), url('/local/templates/.default/css/fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('/local/templates/.default/css/fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Thin';
    src: url('/local/templates/.default/css/fonts/HelveticaNeue-Thin.eot');
    src: local('fonts/HelveticaNeue-Thin'), url('/local/templates/.default/css/fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/css/fonts/HelveticaNeue-Thin.woff') format('woff'), url('/local/templates/.default/css/fonts/HelveticaNeue-Thin.ttf') format('truetype'), url('/local/templates/.default/css/fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue Light';
    src: url('/local/templates/.default/css/fonts/HelveticaNeue-Light.eot');
    src: local('fonts/HelveticaNeue Light'), url('/local/templates/.default/css/fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/css/fonts/HelveticaNeue-Light.woff') format('woff'), url('/local/templates/.default/css/fonts/HelveticaNeue-Light.ttf') format('truetype'), url('/local/templates/.default/css/fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue Medium';
    src: url('/local/templates/.default/css/fonts/HelveticaNeue-Medium.eot');
    src: local('fonts/HelveticaNeue Medium'), url('/local/templates/.default/css/fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/css/fonts/HelveticaNeue-Medium.woff') format('woff'), url('/local/templates/.default/css/fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('/local/templates/.default/css/fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Light';
    src: url('/local/templates/.default/css/fonts/HelveticaLight.eot');
    src: local('fonts/Helvetica Light'), url('/local/templates/.default/css/fonts/HelveticaLight.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/css/fonts/HelveticaLight.woff') format('woff'), url('/local/templates/.default/css/fonts/HelveticaLight.ttf') format('truetype'), url('/local/templates/.default/css/fonts/HelveticaLight.svg#HelveticaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue Cyrillic';
    src: url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Regular.eot');
    src: local('fonts/HelveticaNeueCyr'), url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Regular.woff') format('woff'), url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Regular.ttf') format('truetype'), url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Regular.svg#HelveticaNeueCyr-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue Cyrillic';
    src: url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Bold.eot');
    src: local('fonts/HelveticaNeueCyr Bold'), url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Bold.woff') format('woff'), url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Bold.ttf') format('truetype'), url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue Cyrillic Light';
    src: url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Light.eot');
    src: local('fonts/HelveticaNeueCyr Light'), url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Light.ttf') format('truetype'), url('/local/templates/.default/css/fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
  font-family: 'rouble';
  src: url('/local/templates/.default/css/fonts/rouble.eot');
  src: url('/local/templates/.default/css/fonts/rouble.eot?#iefix') format('embedded-opentype'), url('/local/templates/.default/css/fonts/rouble.woff') format('woff'), url('/local/templates/.default/css/fonts/rouble.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/
/* End */


/* Start:/local/templates/.default/css/style.css?175222374544462*/
/* common */
body {
    font-family: 'HelveticaNeue';
    background: #FFFFFF;
    color: #222328;
}

.wrapper {
    width: 100%;
    max-width: 1224px;
    padding: 0 42px;
    margin: 0 auto;
}

h2 {
    font-family: 'HelveticaNeue Light';
    font-size: 30px;
    color: #222328;
    font-weight: 300;
    margin-bottom: 20px;
}

h3 {
    color: #222328;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Helvetica Light';
    font-weight: 300;
}

p {
    margin: 0 0 16px;
}

.text__bold {
    font-family: 'HelveticaNeue-Bold';
}

.text__med {
    font-family: 'HelveticaNeue Medium';
}

.text__grey {
    color: #83838f;
}

.text__green {
    color: #00b2ac;
}

.text__right {
    text-align: right;
}

.link {
    font-size: 14px;
    color: #00b2ac;
}

.link__grey {
    font-family: 'HelveticaNeue';
    font-size: 14px;
    color: #767676;
    text-decoration: underline;
}

.link__more {
    font-size: 18px;
}

.link_image {
    display: block;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.hidden {
    display: none;
}

.note {
    font-size: 14px;
    color: #83838f;
    margin-bottom: 6px;
}

.row {
    margin: 0 -15px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row_inside {
    margin: 0 -30px;
}

.item {
    padding: 0 15px;
    float: left;
}

.item_inside {
    padding: 0 30px;
}

.item75 {
    width: 75%;
}

.item73 {
    width: 73%;
}

.item68 {
    width: 68%;
}

.item66 {
    width: 66.6667%;
}

.item66 {
    width: 66.6667%;
}

.item50 {
    width: 50%;
}

.item34 {
    width: 33.3333%;
}

.item32 {
    width: 32%;
}

.item27 {
    width: 27%;
}

.item25 {
    width: 25%;
}

.item__right {
    float: right;
}

/* buttons */
.button-block__right {
    text-align: right;
}

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

.button-block__bottom {
    margin-bottom: 40px;
}

.button {
    display: inline-block;
    vertical-align: middle;
    height: 46px;
    line-height: 46px;
    border: none;
    text-align: center;
    padding: 0 5px;
    border-radius: 23px;
    font-family: 'HelveticaNeue';
    font-size: 18px;
    transition: all 0.3s;
    cursor: pointer;
    width: 300px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.button__bold {
    font-family: 'HelveticaNeue-Bold';
}

.button__light {
    font-family: 'HelveticaNeue Light';
}

.button100 {
    width: 100%;
}

.button__green {
    color: #ffffff;
    background: #00b2ac;
}

.button__green:hover {
    background: #179796;
}

.button__green:active,
.button__green:focus {
    background: #0574E;
}

.button__yellow {
    color: #222328;
    background: #fdd615;
}

.button__yellow:hover {
    background: #fee361;
}

.button__yellow:active,
.button__yellow:focus {
    background: #fdc115;
}

.button_border {
    border: 1px solid;
    background: #FFFFFF;
    line-height: 44px;
}

.button_border__green {
    border-color: #00B2AC;
    color: #00B2AC;
}

.button_border__green:hover {
    background: #ecf6f8;
}

.button_border__green:active,
.button_border__green:focus {
    background: #7fd8d5;
}

.button_sguare {
    font-size: 16px;
    border-radius: 8px;
    min-height: 46px;
    display: block;
    line-height: 1;
    padding: 5px 0 0;
    background: #ecf6f8 url(/local/templates/.default/css/img/select-grey.png) no-repeat center 26px;
    background: #ecf6f8 url(/local/templates/.default/css/img/select-grey.svg) no-repeat center 26px;
    color: #767676;
    text-align: center;
}

/* icon */
.icon {
    display: inline-block;
    vertical-align: middle;
}

.icon__pdf {
    background: url(/local/templates/.default/css/img/pdf-white.png) no-repeat center;
    background: url(/local/templates/.default/css/img/pdf-white.svg) no-repeat center;
    background-size: contain;
    width: 29px;
    height: 28px;
    margin-right: 5px;
}

/* form */
.select .jq-selectbox {
    width: 100%;
}

.select .jq-selectbox__select {
    background: #FFFFFF;
    border: solid 1px #bababa;
    border-radius: 8px;
    box-shadow: none;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: #979797;
    height: 46px;
    line-height: 44px;
    padding: 0 35px 0 10px;
    text-shadow: none;
}

.select .jq-selectbox__trigger {
    border-left: none;
}

.select .jq-selectbox__trigger-arrow {
    border: none;
    height: 11px;
    background: url(/local/templates/.default/css/img/select.png) no-repeat center;
    background: url(/local/templates/.default/css/img/select.svg) no-repeat center;
    background-size: 100%;
    top: 17px;
    width: 18px;
}

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

.select .jq-selectbox li:hover {
    background-color: #00B2AC;
}

.select .jq-selectbox__dropdown {
    top: 103%;
    background: #ffffff;
    padding: 13px 0;
    width: 100% !important;
}

.select .jq-selectbox__dropdown li {
    padding: 15px;
    white-space: normal;
}

.field {
    background: #FFFFFF;
    border: solid 1px #bababa;
    border-radius: 8px;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: #222328;
    height: 46px;
    /*  line-height: 44px; */
    padding: 0 10px;
    width: 100%;
}

.field::-webkit-input-placeholder {
    color: #979797;
    opacity: 1;
}

.field::-moz-placeholder {
    color: #979797;
    opacity: 1;
}

.field:-moz-placeholder {
    color: #979797;
    opacity: 1;
}

.field:-ms-input-placeholder {
    color: #979797;
    opacity: 1;
}

.field_text {
    height: 109px;
    line-height: 1;
    padding: 13px 10px 5px 10px;
    width: 100%;
    resize: none;
}

label.error {
    display: none !important;
}

.field.error {
    border: 1px solid #D0021B;
}

label.is-placeholder {
    display: none;
}

label.is-placeholder.visible {
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: 'HelveticaNeue';
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    color: #979797;
    z-index: 10;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox label {
    cursor: pointer;
    display: block;
    line-height: 25px;
    padding-left: 35px;
    position: relative;
}

.checkbox input[type="checkbox"] + .checkbox_bg {
    display: block;
    font-size: 16px;
    color: #2f353d;
}

.checkbox input[type="checkbox"] + .checkbox_bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #00B2AC;
    border-radius: 50%;
    background: #FFFFFF;
    content: "";
    display: block;
    transition: all 0.3s;
}

.checkbox input[type="checkbox"]:checked + .checkbox_bg::before {
    background: #00B2AC url(/local/templates/.default/css/img/check-button.png) no-repeat center 7px;
    background: #00B2AC url(/local/templates/.default/css/img/check-button.svg) no-repeat center 7px;
    background-size: 11px 8px;
}

/* header */
.header-top {
    border-top: solid 1px #b8b8b8;
    border-bottom: solid 1px #b8b8b8;
}

.header-top_menu {
    list-style: none;
    margin: 0 -15px;
    float: left;
}

.header-top_menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px 0 0;
}

.header-top_menu a {
    font-size: 14px;
    font-family: 'HelveticaNeue Light';
    color: #4a4a4a;
    display: block;
    padding: 8px 15px 10px;
    transition: all 0.3s;
}

.header-top_menu a:hover {
    background-color: #fdd615;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: #808080
}

.header-top_soc {
    list-style: none;
    padding: 8px 0;
    float: right;
}

.header-top_soc li {
    display: inline-block;
    padding-left: 35px;
    vertical-align: middle;
}

.top-soc_ok {
    display: block;
    background: url(/local/templates/.default/css/img/ok.png) no-repeat;
    background: url(/local/templates/.default/css/img/ok.svg) no-repeat;
    width: 14px;
    height: 24px;
    background-size: 100%;
}

.top-soc_vk {
    display: block;
    background: url(/local/templates/.default/css/img/vk.png) no-repeat;
    background: url(/local/templates/.default/css/img/vk.svg) no-repeat;
    width: 24px;
    height: 14px;
    background-size: 100%;
}

.top-soc_insta {
    display: block;
    background: url(/local/templates/.default/css/img/insta.png) no-repeat;
    background: url(/local/templates/.default/css/img/insta.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
}

.top-soc_tube {
    display: block;
    background: url(/local/templates/.default/css/img/tube.png) no-repeat;
    background: url(/local/templates/.default/css/img/tube.svg) no-repeat;
    width: 24px;
    height: 17px;
    background-size: 100%;
}

.top-soc_tw {
    display: block;
    background: url(/local/templates/.default/css/img/twitter.png) no-repeat;
    background: url(/local/templates/.default/css/img/twitter.svg) no-repeat;
    width: 24px;
    height: 20px;
    background-size: 100%;
}

.top-soc_fb {
    display: block;
    background: url(/local/templates/.default/css/img/facebook.png) no-repeat;
    background: url(/local/templates/.default/css/img/facebook.svg) no-repeat;
    width: 13px;
    height: 24px;
    background-size: 100%;
}

.header-name {
    padding: 23px 0 18px;
    text-align: right;
}

.header_logo {
    display: block;
    float: left;
    margin-right: 20px;
    width: 311px;
    height: 39px;
    background: url(/local/templates/.default/css/img/logo.png) no-repeat;
    background: url(/local/templates/.default/css/img/logo.svg) no-repeat;
    background-size: 100%;
}

.header-name_text {
    font-size: 24px;
    font-family: 'HelveticaNeue Light';
    white-space: nowrap;
}

.header-bottom {
    background: #00b4ae;
}

.header-bottom {
    height: 40px;
}

.header-bottom .wrapper {
    position: relative;
}

.header-bottom_menu {
    list-style: none;
    margin: 0 -20px;
    float: left;
}

.header-bottom_menu li {
    display: block;
    float: left;
}

.header-bottom_menu a {
    font-size: 18px;
    font-family: 'HelveticaNeue Light';
    color: #FFFFFF;
    display: block;
    padding: 0 20px;
    transition: all 0.3s;
    height: 40px;
    line-height: 40px;
}

.header-bottom_menu a.selected,
.footer_top_menu a.selected,
.header-bottom_menu a:hover {
    color: #000000;
    background: #fdd615;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -10px;
    height: 50px;
    padding-top: 10px;
}

.header-search {
    float: right;
    padding: 7px 0 0;
}

.header-search_button {
    width: 25px;
    height: 25px;
    background: url(/local/templates/.default/css/img/search-white.png) no-repeat;
    background: url(/local/templates/.default/css/img/search-white.svg) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.header-search_submit {
    width: 20px;
    height: 20px;
    background: url(/local/templates/.default/css/img/search-green.png) no-repeat;
    background: url(/local/templates/.default/css/img/search-green.svg) no-repeat;
    background-size: 100%;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}

.header-search_block {
    position: absolute;
    right: 42px;
    left: 42px;
    top: 5px;
    z-index: 2;
    display: none;
}

.header-search_field {
    border-radius: 8px;
    background: #ffffff;
    width: 100%;
    font-size: 14px;
    font-style: italic;
    color: #222328;
    height: 30px;
    padding: 0 0 0 10px;
    border: none;
    transition: all 0.3s;
}

.header-search_field::-webkit-input-placeholder {
    color: #979797;
    opacity: 1;
}

.header-search_field::-moz-placeholder {
    color: #979797;
    opacity: 1;
}

.header-search_field:-moz-placeholder {
    color: #979797;
    opacity: 1;
}

.header-search_field:-ms-input-placeholder {
    color: #979797;
    opacity: 1;
}

.header-search_block label.is-placeholder.visible {
    top: 7px;
    font-size: 14px;
}

.header-menu_open {
    float: right;
    width: 18px;
    margin: 6px 0 0 25px;
    cursor: pointer;
}

.header-menu_open_line {
    height: 2px;
    background: #FFFFFF;
    margin-bottom: 2px;
}

.header-hidden {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
}

.header-mobile_menu_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 110;
    background: rgba(0, 178, 172, 0.9);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    /* background: #00b2acb3;  */
    -webkit-filter: blur(3.5px);
    filter: blur(3.5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3.5');
    display: none;
}

.header-mobile_menu {
    list-style: none;
    text-align: center;
    padding: 20px 0;
}

.header-mobile_menu li {
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    /* transition: all 0.3s; */
}

.header-mobile_menu li:hover {
    background: #fdd61580;
}

.header-mobile_menu a {
    display: block;
    color: #FFFFFF;
    font-family: 'Helvetica Light';
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-mobile_menu li:hover a {
    border-bottom: none;
}

.header-mobile_menu_add {
    background: #20777c80;
}

.header-mobile_menu li:hover {
    background: #fdd615;
}

.header-mobile_menu li:hover a {
    color: #000;
}

.header-menu_close {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;;
    border-bottom-left-radius: 100px;
    background: #1aa5a4 url(/local/templates/.default/css/img/close-white.png) no-repeat 35px 15px;
    /*  background: #1aa5a4 url(/local/templates/.default/css/img/close-white.svg) no-repeat 35px 15px;  */
    background-size: 15px 15px;
    cursor: pointer;
    z-index: 300;
}

/* banner */
.banner {
    width: 100%;
    display: block;
}

.banner__main {
    margin-bottom: 40px;
}

.banner__main .wrapper {
    height: 0;
}

.banner__main-img {
    display: flex;
    justify-content: center;
    background-color: #00b4ae;
    overflow: hidden;
}

.banner__main img {
    max-width: none;
}

.banner_content {
    max-width: 530px;
    display: table-cell;
    height: 260px;
    vertical-align: middle;
}

.banner_title {
    font-family: 'HelveticaNeue-Bold';
    font-size: 45px;
}

.banner_text {
    font-size: 26px;
    font-family: 'HelveticaNeue Light';
    color: #83838f;
}

.banner__small {
    height: 260px;
    background: url(/local/templates/.default/css/../image/banner.jpg) no-repeat center;
    background-size: cover !important;
    padding-left: 45px;
    margin: 0 0 50px;
}

/* main content */
.content_left {
    float: left;
    width: 24.12%;
    padding: 0 15px 50px;
}

.aside-menu {
    list-style: none;
}

.aside-menu li {
    margin-bottom: 15px;
}

.aside-menu a {
    color: #00b2ac;
    font-size: 16px;
}

.content_center {
    float: left;
    width: 51.76%;
    padding: 0 15px 50px;
}

.content_main {
    width: 75.88%;
    padding: 0 15px 50px;
    float: left;
}

.content_right {
    float: right;
    width: 24.12%;
    padding: 0 15px;
}

.content_right_item {
    width: 100%;
    padding: 0 0 20px 0;
}

.filter {
    margin: 0 -15px 30px;
}

.filter_item {
    float: left;
    padding: 0 15px;
    position: relative;
}

.filter_item label.is-placeholder.visible {
    top: 14px;
    left: 25px;
}

.filter_item25 {
    width: 25%;
}

.filter_item50 {
    width: 50%;
}

.filter_item40 {
    width: 40%;
}

.filter_item60 {
    width: 60%;
}

.filter_item33 {
    width: 33.3333%;
}

.filter_item66 {
    width: 66.6667%;
}

.filter__right {
    width: 263px;
    float: right;
    margin: -7px 0 0;
}

.filter_item__up {
    margin-top: -7px;
}

.filter_item__right {
    float: right;
}

.filter_text {
    font-family: 'HelveticaNeue Light';
}

.filter_item__line {
    /*padding-top: 11px;*/
}

.new_image {
    width: 165px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    float: right;
    margin-left: 17px;
    display: block;
}

.new_wrapper {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 100px;
}

.new_item {
    padding: 30px 0;
    border-bottom: solid 1px #b0c0c2;
    display: block;
    min-height: 70px;
}

.new_item:last-child {
    border-bottom: none;
}

.new_item:first-child {
    padding-top: 0;
}

.new_time {
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    color: #83838f;
    margin-bottom: 4px;
    display: block;
}

.new_title {
    font-size: 20px;
    line-height: 24px;
    color: #222328;
    display: block;
    margin-bottom: 15px;
}

.new_name {
    font-size: 20px;
    line-height: 24px;
    color: #222328;
    display: block;
    font-family: 'Helvetica';
}

.new_edition {
    font-size: 14px;
    line-height: 32px;
    color: #00b2ac;
    margin-bottom: 6px;
    display: block;
    font-weight: 700;
}

.new_autors {
    display: block;
    font-family: 'HelveticaNeue Light';
    font-size: 14px;
    margin-bottom: 4px;
    color: #83838f;
}

.new_autors span {
    color: #333333;
    font-family: "HelveticaNeue Medium";
}

.new_keywords {
    display: block;
    font-size: 14px;
    color: #333333;
    font-family: 'HelveticaNeue Medium';
}

.new_keywords .link {
    font-family: 'HelveticaNeue Light';
}

.new_field {
    font-family: 'HelveticaNeue Medium';
    font-size: 16px;
    color: #83838f;
    margin-bottom: 20px;
}

.new_text {
    font-family: 'HelveticaNeue Light';
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 11px;
}

.new_subtitle {
    font-family: 'HelveticaNeue-Bold';
    font-size: 16px;
    color: #00b2ac;
    margin-bottom: 11px;
}

.edition-slider {
    margin: 30px 0;
}

.edition_item {
    font-size: 16px;
    font-family: 'HelveticaNeue Light';
    line-height: 20px;
    width: 202px;
    margin: auto;
}

.edition_image {
    width: 137px;
    height: 200px;
    margin: 0 auto 10px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
}

.edition_time {
    text-align: center;
    margin-bottom: 15px;
}

.edition_theme span {
    color: #9b9b9b;
}

.slick-arrow {
    width: 46px;
    height: 46px;
    text-indent: -9999px;
    background: #CC0000;
    border: none;
    position: absolute;
    top: 70px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.slick-prev {
    left: 0;
    background: url(/local/templates/.default/css/img/left.png) no-repeat center;
    background: url(/local/templates/.default/css/img/left.svg) no-repeat center;
    background-size: 100%;
}

.slick-next {
    right: 0;
    background: url(/local/templates/.default/css/img/right.png) no-repeat center;
    background: url(/local/templates/.default/css/img/right.svg) no-repeat center;
    background-size: 100%;
}

.title-top {
    margin-bottom: 18px;
}

.title-top h3 {
    float: left;
    width: 60%;
}

.bg__blue {
    background: #ecf6f8;
    padding: 40px 0;
    margin-bottom: 50px;
}

.questions {
    padding: 24px 0 0;
}

.questions .bx-controls-direction {
    display: none;
}

.questions .bx-pager {
    text-align: center;
    margin: 35px 0;
}

.questions .bx-pager-item {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.questions .bx-pager-link {
    display: block;
    width: 8px;
    height: 8px;
    background: #d8d8d8;
    text-indent: -9999px;
    border-radius: 50%;
}

.questions .bx-pager-link.active {
    background: #00b2ac;
}

.questions_item {
    margin-bottom: 33px;
}

.questions_item:last-child {
    margin-bottom: 0;
}

.question_field {
    border-radius: 15px;
    background-color: #ffffff;
    padding: 29px;
    margin-bottom: 10px;
}

.question_title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 7px;
    font-family: 'Helvetica';
}

.question_text {
    font-family: 'HelveticaNeue Light';
    font-size: 16px;
    line-height: 22px;
    color: #2f353d;
    margin-bottom: 15px;
}

.question_answer {
    color: #83838f;
    font-family: 'HelveticaNeue Medium';
    font-size: 16px;
    padding-right: 10px;
}

.question_answer span {
    font-size: 14px;
    font-family: 'HelveticaNeue Light';
}

.questions .content_left {
    padding-right: 5px;
}

.subscription {
    border-radius: 23px;
    border: 2px dotted #d8d8d8;
    margin: 0 0 50px;
    padding: 51px 105px 37px;
}

.subscription .field,
.subscription .select .jq-selectbox__select {
    font-size: 18px;
}

.subscription .filter {
    margin: 0 -15px;
}

.renounce {
    font-size: 14px;
    color: #767676;
    font-family: 'HelveticaNeue';
    border: none;
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
    text-align: left;
}

.subscription .filter_item50 {
    margin-bottom: 20px;
}

.subscription .button {
    margin-bottom: 25px;
    width: 100%;
}

.footer_top {
    background: #00b2ac;
}

.footer_top_menu {
    list-style: none;
    margin: 0 -15px;
}

.footer_top_menu li {
    display: inline-block;
    padding-top: 5px;
}

.footer_top_menu a {
    display: block;
    padding: 16px 17px 12px;
    font-family: 'HelveticaNeue Light';
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.footer_top_menu a:hover,
.footer_top_menu a.selected {
    color: #222328;
    background: #fdd615;
}

.footer_top_menu a.selected {
    padding-top: 16px;
}

.footer_center {
    background: #20787c;
}

.footer_center_menu {
    list-style: none;
    padding: 26px 0;
    float: left;
}

.footer_center_menu li {
    display: inline-block;
    margin-right: 40px;
}

.footer_center_menu li:last-child {
    margin-right: 0;
}

.footer_center_menu a {
    display: block;
    font-family: 'HelveticaNeue Light';
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s;
}

.footer_soc {
    list-style: none;
    padding: 25px 0 10px;
    float: right;
}

.footer_soc li {
    display: inline-block;
    padding-left: 35px;
    vertical-align: middle;
}

.footer_soc li:first-child {
    padding-left: 0;
}

.footer_soc_ok {
    display: block;
    background: url(/local/templates/.default/css/img/ok_2.png) no-repeat;
    background: url(/local/templates/.default/css/img/ok_2.svg) no-repeat;
    width: 14px;
    height: 24px;
    background-size: 100%;
}

.footer_soc_vk {
    display: block;
    background: url(/local/templates/.default/css/img/vk_2.png) no-repeat;
    background: url(/local/templates/.default/css/img/vk_2.svg) no-repeat;
    width: 24px;
    height: 14px;
    background-size: 100%;
}

.footer_soc_insta {
    display: block;
    background: url(/local/templates/.default/css/img/insta_2.png) no-repeat;
    background: url(/local/templates/.default/css/img/insta_2.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
}

.footer_soc_tube {
    display: block;
    background: url(/local/templates/.default/css/img/tube_2.png) no-repeat;
    background: url(/local/templates/.default/css/img/tube_2.svg) no-repeat;
    width: 24px;
    height: 17px;
    background-size: 100%;
}

.footer_soc_tw {
    display: block;
    background: url(/local/templates/.default/css/img/twitter_2.png) no-repeat;
    background: url(/local/templates/.default/css/img/twitter_2.svg) no-repeat;
    width: 24px;
    height: 20px;
    background-size: 100%;
}

.footer_soc_fb {
    display: block;
    background: url(/local/templates/.default/css/img/facebook_2.png) no-repeat;
    background: url(/local/templates/.default/css/img/facebook_2.svg) no-repeat;
    width: 13px;
    height: 24px;
    background-size: 100%;
}

.footer_bottom {
    text-align: center;
}

.copy {
    font-family: 'HelveticaNeue Light';
    font-size: 14px;

    padding: 10px 0;
}

.footer_note {
    padding: 0 0 10px;
    background: url(/local/templates/.default/css/img/waring.png) no-repeat center top;
    background: url(/local/templates/.default/css/img/waring.svg) no-repeat center top;
    height: 29px;
}

.letter_item {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #00b2ac;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 50%;
    border: solid 1px #ffffff;
}

.letter_item:hover {
    border: solid 1px #00b2ac;
    text-decoration: none;
}

.letter_item:active,
.letter_item:focus {
    background: #7fd8d5;
    border: solid 1px #00b2ac;
    text-decoration: none;
}

.letter_item__active,
.letter_item__active:focus {
    border: solid 1px #179796;
    background: #179796;
    color: #FFFFFF;
    text-decoration: none;
}

.catalog_wrapper {
    margin: 0 -15px;
}

.catalog {
    display: table;
    word-spacing: -0.36em;
    width: 100%;
}

.catalog_item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    word-spacing: normal;
    padding: 0 15px;
    margin-bottom: 27px;
}

.catalog_image {
    width: 100%;
    padding-top: 61%;
    margin-bottom: 11px;
    background: url(/local/templates/.default/css/../image/img1.jpg) no-repeat center;
    background-size: cover;
    display: block;
}

.catalog_title {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #00b2ac;
}

.warning {
    font-size: 18px;
    color: #424546;
    margin-bottom: 26px;
    text-align: center;
}

.nav-link {
    display: inline-block;
    position: relative;
    padding: 5px 0 0 0px;
    font-family: 'Helvetica Light';
    font-size: 30px;
    color: #222328;
    min-height: 40px;
    margin-bottom: 40px;
    width: 89%;
}

@media (max-width: 670px ) {
    .nav-link {
        width: 70%
    }
}

/*.nav-link::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  content: '';
  border-radius: 50%;
  border: 1px solid #00B2AC;
}*/
.arrow-back {
    display: inline-block;
    background: url(/local/templates/.default/css/img/arrow_in_circ.svg) -24px -13px no-repeat;
    width: 50px;
    height: 47px;
    background-size: 200%;
    vertical-align: top;
    margin-right: 10px;
}

.menu {
    border-bottom: 1px solid #b0c0c2;
    margin-bottom: 40px;
    overflow: hidden;
}

/*.menu .slick-slide {
  width: auto !important;
}*/
.menu li {
    list-style: none;
    float: left;
}

.menu a {
    font-family: 'HelveticaNeue Light';
    font-size: 16px;
    display: block;
    color: #222328;
    transition: all 0.3s;
    padding: 0 10px 13px;
    position: relative;
    height: 33px;
    line-height: 20px;
}

.menu a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #FDD615;
    content: '';
    opacity: 0;
    transition: all 0.3s;
}

.menu a.active {
    font-family: 'HelveticaNeue-Bold';
    color: #000000;
}

.menu a.active::after {
    opacity: 1;
}

.menu_info {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 5px;
    border-radius: 50%;
    background: #00B2AC;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    line-height: 19px;
    font-family: 'HelveticaNeue-Bold';
    font-size: 10px;
}

.field-news .item {
    margin-bottom: 50px;
}

.line_left {
    float: left;
    width: 73%;
    padding: 0 30px;
}

.line_right {
    float: right;
    width: 27%;
    padding: 0 30px;
}

.line_left .button-block {
    margin-top: 30px;
}

.autors_list {
    margin-bottom: 19px;
}

.autors_item {
    margin-bottom: 11px;
}

.autors_item_image {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
    float: right;
    margin-left: 15px;
}

.autors_item .link {
    display: block;
}

.search-block {
    position: relative;
}

.search_submit {
    background: url(/local/templates/.default/css/img/search-grey.png) no-repeat;
    background: url(/local/templates/.default/css/img/search-grey.svg) no-repeat;
    background-size: 100%;
    border: none;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 25px;
}

.autors_header {
    padding-bottom: 6px;
    border-bottom: 1px solid #00B2AC;
    color: #00B2AC;
    font-size: 14px;
    line-height: 18px;
}

.autors_header .item {
    margin-bottom: 0;
}

.autors_table_theme {
    font-size: 16px;
}

.autors_table {
    padding: 25px 0 0;
    border-bottom: 1px solid #b0c0c2;
}

.autors_table:last-child {
    border-bottom: none;
}

.autors_table_image {
    border-radius: 50%;
    float: left;
    height: 68px;
    margin-right: 30px;
    overflow: hidden;
    width: 68px;
}

.autors_table .link {
    display: block;
}

.autors_table_item {
    margin-bottom: 30px;
}

.autor-block {
    padding: 0 0 0 26%;
    position: relative;
}

.autor-block_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 23%;
    max-width: 263px;
    border-radius: 50%;
    overflow: hidden;
}

.autor-block_item .new_name {
    display: inline-block;
    padding-right: 10px;
}

.autor-block_item .new_profession {
    font-size: 18px;
}

.autor-block_item .question_field {
    background-color: #ecf6f8;
    margin-top: 10px;
}

.autor-block_item {
    border-bottom: 1px solid #b0c0c2;
    display: block;
    padding: 30px 0;
}

.autor-block_item:first-child {
    padding-top: 0;
}

.autor-block_item:last-child {
    border-bottom: none;
}

.autor-block .filter {
    margin-bottom: 0;
}

.datepicker-block {
    float: right;
    margin-left: 19px;
}

.datepicker-block_text {
    font-family: 'HelveticaNeue Light';
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.datepicker {
    background: url(/local/templates/.default/css/img/calendar.png) no-repeat center;
    background: url(/local/templates/.default/css/img/calendar.svg) no-repeat center;
    width: 22px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
}

.autor-block {
    padding-bottom: 40px;
    min-height: 300px;
}

.autor_table {
    padding: 25px 0 20px;
}

.autor_header {
    border-bottom: 1px solid #b0c0c2;
    color: #00b2ac;
    font-size: 14px;
    line-height: 18px;
    padding: 21px 0 27px;
}

.publications_filter .checkbox {
    font-family: 'HelveticaNeue Light';
}

.publications_filter .filter {
    margin-bottom: 23px;
}

.publications_filter .datepicker-block {
    margin-left: 0;
}

.key {
    border-top: solid 2px #b0c0c2;
    padding: 20px 0 30px;
}

.key_item {
    display: inline-block;
    border-radius: 15px;
    background: #ecf6f8;
    padding: 6px 44px 6px 15px;
    vertical-align: middle;
    position: relative;
    margin: 0 20px 10px 0;
}

.key_text {
    white-space: nowrap;
    font-size: 14px;
}

.key_close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #cef2f9;
    background: url(/local/templates/.default/css/img/close-grey.png) no-repeat center;
    background: url(/local/templates/.default/css/img/close-grey.svg) no-repeat center;
    background-size: 12px;
    cursor: pointer;
}

.label__announce {
    display: inline-block;
    background-color: #ff2a63;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-right: 10px;
}

.new_item__announce .new_time,
.new_item__announce .new_title,
.new_item__announce .new_autors,
.new_item__announce .new_keywords,
.new_item__announce .new_keywords .link {
    color: #9b9b9b;
}

.publications_news {
    padding-bottom: 10px;
}

.key-words {
    margin-bottom: 50px;
}

.key-words_item {
    border-radius: 15px;
    border: solid 2px #ecf6f8;
    display: inline-block;
    padding: 6px 15px;
    vertical-align: middle;
    margin: 0 7px 11px 0;
    font-size: 14px;
}

.breadcrumbs_link::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    border-color: transparent transparent transparent #9b9b9b;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 6px;
}

.breadcrumbs_link__last::after {
    display: none;
}

.breadcrumbs_link {
    color: #00B2AC;
    font-family: 'HelveticaNeue Medium';
    position: relative;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 28px;
}

.breadcrumbs span {
    font-family: 'HelveticaNeue Light';
    color: #9b9b9b;
    vertical-align: middle;
    font-size: 14px;
    line-height: 28px;
}

.breadcrumbs {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.breadcrumbs_main {
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    /*background: #00B2AC;*/
    background: url('/local/templates/.default/css/img/n_b_breadcrumbs.svg');
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
}

.breadcrumbs_main::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    border-color: transparent transparent transparent #9b9b9b;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: -13px;
}

.publication .new_autors {
    margin: 0;
}

.publication .new_keywords {
    margin-bottom: 7px;
}

.publication_text {
    padding-top: 22px;
}

.publication_text p {
    font-size: 18px;
    font-family: 'HelveticaNeue Light';
    line-height: 28px;
    color: #000000;
    margin-bottom: 33px;
}

.publication_text .photo_small {
    float: left;
    margin: 0 29px 29px 0;
    max-width: 263px;
}

.publication_text .photo_big {
    float: right;
    margin: 0 0 29px 29px;
    max-width: 263px;
}

.publication_text p.quote {
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
    color: #2f353d;
    padding: 47px 67px;
    border-radius: 15px;
    background: #fefae3;
    margin: 40px 0;
}

.copy_text {
    font-family: 'HelveticaNeue-Bold';
    font-size: 16px;
    border-radius: 5px;
    background: #fefae3;
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
}

.share_text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    font-family: 'HelveticaNeue Light';
}

.share_link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    border: 2px solid #00B2AC;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center;
}

.share_link__fb {
    background: url(/local/templates/.default/css/img/facebook_2.png) no-repeat center;
    background: url(/local/templates/.default/css/img/facebook_2.svg) no-repeat center;
}

.share_link__tw {
    background: url(/local/templates/.default/css/img/twitter_2.png) no-repeat center;
    background: url(/local/templates/.default/css/img/twitter_2.svg) no-repeat center;
}

.share_link__vk {
    background: url(/local/templates/.default/css/img/vk_2.png) no-repeat center;
    background: url(/local/templates/.default/css/img/vk_2.svg) no-repeat center;
}

.share_link__ok {
    background: url(/local/templates/.default/css/img/ok_2.png) no-repeat center;
    background: url(/local/templates/.default/css/img/ok_2.svg) no-repeat center;
}

.share .link__grey {
    display: inline-block;
    vertical-align: middle;
}

.share {
    margin-bottom: 50px;
}

.events_news {
    padding-bottom: 10px;
}

.vestnik_title {
    margin-bottom: 25px;
}

.vestnik_title h2 {
    display: inline;
    vertical-align: baseline;
    margin-bottom: 0;
}

.vestnik_title .title_note {
    display: inline;
    vertical-align: baseline;
}

.title_note {
    font-size: 18px;
    font-family: 'HelveticaNeue-Bold';
    line-height: 32px;
    color: #00b2ac;
}

.vestnik_top .menu {
    margin-bottom: 33px;
}

.vestnik_top .publications_filter .filter {
    margin-bottom: 30px;
}

.aside_image {
    margin-bottom: 30px;
}

.vestnik_list h2 {
    margin-bottom: 26px;
}

.vestnik_list h2 a {
    color: #000;
}

.vestnik_list h2 a:hover {
    color: #00b3ad;
}


.theme {
    border-radius: 5px;
    background: #ecf6f8;
    font-size: 18px;
    font-family: 'HelveticaNeue Light';
    margin-bottom: 21px;
    padding: 8px 14px;
}

.theme span {
    font-family: 'HelveticaNeue-Bold';
}

.vestnik_list {
    padding-bottom: 10px;
}

.vestnik_list .new_item {
    padding: 11px 0;
}

.vestnik_list .new_item:first-child {
    padding-top: 0;
}

.vestnik_text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.vestnik_block {
    border-bottom: 1px solid #b0c0c2;
    margin-bottom: 40px;
}

.vestnik_block:last-child {
    border-bottom: none;
}

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

.vestnik_list__single .theme {
    font-size: 14px;
    margin-bottom: 33px;
}

.vestnik_list__single .share_text {
    display: block;
    margin: 0 0 18px;
}

.share_link__block .share_link:first-child {
    margin-left: 0;
}

.share_link__block .share_link:last-child {
    margin-right: 0;
}

.share_link__block .share_link {
    margin: 0 9px 17px;
}

.magazine-block {
    padding: 0 0 20px 25.5%;
}

.magazine_more .news_main {
    padding: 20px 0;
}

.magazine-slider {
    margin-bottom: 50px;
    text-align: center;
}

.question_note {
    font-family: 'HelveticaNeue Light';
    font-size: 14px;
    color: #83838f;
    height: 46px;
    line-height: 46px;
}

.questions-top .filter {
    margin-bottom: 0;
}

.bg__blue__questions {
    padding: 40px 0 0;
    margin-bottom: 0;
}

.content__questions .content_main {
    padding-bottom: 0;
}

.bg__blue__questions .banner__small {
    margin-bottom: 0;
}

.content__questions .content_left {
    width: 25%;
}

.content__questions .content_main {
    width: 75%;
}

.single-question .question_field {
    margin-top: 18px;
}

.question_action {
    background-color: #fefae3;
    font-size: 14px;
    font-family: 'HelveticaNeue Light';
    float: right;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.question_field__question .question_action {
    background: #fefae3;
}

.question_field__answer .question_action {
    background: #ffffff;
}

.question_field__answer {
    background: #fefae3;
}

.add_text {
    font-family: 'HelveticaNeue Light';
    font-size: 16px;
    margin-bottom: 38px;
}

/* form */
.form {
    margin-bottom: 50px;
}

.form_item {
    position: relative;
    margin-bottom: 21px;
}

.form_label {
    display: table;
    width: 50%;
    padding-right: 25px;
    text-align: right;
    height: 46px;
    float: left;
    font-family: 'HelveticaNeue Light';
    font-size: 18px;
}

.form_label span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}

.field_wrapper {
    width: 50%;
    float: right;
    display: block;
    position: relative;
}

.form_star {
    position: absolute;
    right: 4px;
    top: 0;
    z-index: 2;
    font-family: 'HelveticaNeue Light';
    font-size: 24px;
    color: #9b9b9b;
}

@media (max-width: 767px) {
    .form_star {
        right: 9px;
        top: 48px;
    }
}

.form_note {
    font-size: 14px;
    color: #d0021b;
}

.form .button {
    width: 50%;
}

.form_info {
    width: 50%;
    float: right;
    font-size: 14px;
    color: #83838f;
    padding-top: 10px;
}

.documents_item {
    padding: 24px 0 19px 67px;
    border-bottom: solid 1px #b0c0c2;
    position: relative;
}

.documents_item .new_title {
    margin-bottom: 0;
}

.documents_item__pdf::before {
    position: absolute;
    top: 24px;
    left: 0;
    content: '';
    width: 45px;
    height: 52px;
    background: url(/local/templates/.default/css/img/pdf.png) no-repeat center;
    background: url(/local/templates/.default/css/img/pdf.svg) no-repeat center;
    background-size: 100%;
}

.documents_item__word::before {
    position: absolute;
    top: 24px;
    left: 0;
    content: '';
    width: 45px;
    height: 52px;
    background: url(/local/templates/.default/css/img/word.png) no-repeat center;
    background: url(/local/templates/.default/css/img/word.svg) no-repeat center;
    background-size: 100%;
}

.documents_item:last-child {
    border-bottom: none;
}

.documents {
    padding-bottom: 20px;
}

.doc_size {
    border-radius: 5px;
    background: #fbf6f0;
    display: inline-block;
    padding: 0 11px;
    height: 30px;
    line-height: 30px;
    font-family: 'HelveticaNeue Light';
    font-size: 14px;
}

.enter_block {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1501;
    overflow-x: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
}

.enter_bg {
    background: rgba(0, 178, 172, 0.9);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    /*  background: #00b2acb3;  */
    -webkit-filter: blur(3.5px);
    filter: blur(3.5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3.5');
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1500;
}

.enter_text {
    width: 99%;
    max-width: 500px;
    margin: 0 auto 40px;
    padding-top: 142px;
}

.enter_title img {
    width: 100%;
    height: auto;
}

.enter_title {
    margin-bottom: 92px;
}

.enter_title_text {
    display: block;
    width: 100%;
    background: url(/local/templates/.default/css/img/Logo_mobile.png) no-repeat center;
    background: url(/local/templates/.default/css/img/Logo_mobile.svg) no-repeat center;
    background-size: 100%;
    padding-bottom: 13.5%;
}

.enter_message {
    width: 99%;
    max-width: 460px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 4px 0 #0000004d;
    padding: 34px 30px;
}

.enter_message p {
    font-family: 'HelveticaNeue Light';
    font-size: 14px;
    line-height: 22px;
    color: #83838f;
    margin-bottom: 20px;
}

.search_field {
    margin-bottom: 10px;
    padding: 6px 0 0;
}

.search_field .link {
    font-size: 16px;
}

.search_list .row {
    margin-bottom: 30px;
}

.search_list .button-block {
    padding-right: 165px;
}

.search_list .question_field {
    margin-top: 18px;
    background: #ecf6f8;
}

.search_text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.menu_block__hidden {
    display: none;
}

.search_news h3 {
    padding-top: 18px;
}

.search_documents h3 {
    padding-top: 24px;
}

.search_list .button {
    width: 263px;
}

form {
    position: relative;
}

.load_box {
    display: none;
    z-index: 200;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/local/templates/.default/css/img/aj_loader.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.59);
}

.load_box.open {
    display: block;
}

.wr-filter-content {
    position: relative;
}

div.nav_p_button {
    padding: 5px 9px;
    border-radius: 20px;
    background: #00b2ac;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

div.nav_p_button.open {
    border: 1px solid #00b2ac;
    color: #00b2ac;
    padding: 5px 9px;
    background: #fff;
    cursor: default;
}

.wr-pager {
    text-align: center;
    padding-bottom: 30px;
}

.f_close {
    display: none;
}

.form-error {
    border: 1px solid red !important;
}

.form-error-text {
    color: red !important;
}

._open {
    display: inline-block !important;
}

._close {
    display: none !important;
}

.search_title a,
.new_name a {
    color: #222328;
    text-decoration: none;
}

.close_small_s {
    position: absolute;
    right: -26px;
    top: 5px;
    color: #fff;
    /*font-size: 13px;
    padding: 1px 5px;*/
    width: 20px;
    height: 20px;
    /*border: 1px solid;
    border-radius: 25px;*/
    cursor: pointer;
    background: url('/local/templates/.default/css/img/n_close_s.svg');
}

.slick-slide {
    height: auto !important;
}

.item25 .share span.wr-share_email {
    padding-top: 15px;
}

.t_header_author {
    padding-bottom: 6px;
    border-bottom: 1px solid #00B2AC;
    color: #00B2AC;
    font-size: 14px;
    line-height: 18px;
}

.small-error {
    color: red;
    border: 1px solid red !important;
}


div.content-box {
    margin-bottom: 50px;
}

div.content-box p {
    font-size: 14px;
    line-height: 18px;
}

div.content-box p.title {
    font-size: 19px;
    margin-bottom: 25px;
}

.ab-sub {
    float: right;
    border-bottom: 3px solid #fff !important;
}

.about-nav ul li.ab-sub:hover {
    border-bottom: 3px solid #fff !important;
}

.about-nav {
    overflow: hidden;
    margin-bottom: 30px;
}


.about-nav ul {
    width: 100%;
    border-bottom: 2px solid #d4dad9;
}

.about-nav ul li {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 3px solid #fff;
}

li.active {
    font-weight: bold;
    /* border-bottom: 3px solid #f4d52d !important; */
}

.about-nav ul li:hover {
    border-bottom: 3px solid #f4d52d !important;
}

div.wr-tabs div._close.active {
    display: block !important;
}

.text-private_policity {
    margin-top: 10px;
}

@media (max-width: 568px) {
    .about-nav ul li {
        cursor: pointer;
        border-bottom: 3px solid #d4dad9;
        width: 100%
    }

    .about-nav {
        border: none;
        /*margin-bottom: 60px!important;*/
    }

    .about-nav ul {
        border: none;
    }

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

@media (max-width: 1199px) {
    .banner__main img {
        height: 240px;
    }
}

@media (max-width: 1023px) {
    .banner__main img {
        height: 215px;
    }
}

@media (max-width: 900px) {
    .banner__main img {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .banner__main {
        height: auto !important;
    }
    .banner__main-img {
        justify-content: flex-end;
    }

    .banner__main img {
        height: 250px;
    }
}

@media (max-width: 568px) {
    .banner__main img {
        height: 200px;
    }
}

@media (max-width: 420px) {
    .banner__main img {
        height: 190px;
    }
}

@media (max-width: 380px) {
    .banner__main img {
        height: 150px;
    }
}

.__off-scroll {
    overflow: hidden;
}
/* End */


/* Start:/local/templates/.default/css/media.css?175222374524781*/
/* media */
@media screen and (min-width: 1200px) {
    .large-hide {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .desktop-hide {
        display: none;
    }
}

/* 1200*/
@media screen and (max-width: 1200px) {
    .desktop-show {
        display: none;
    }

    .header-top_menu li {
        padding-right: 0;
    }

    .header-name_text {
        font-size: 21px;
    }

    .header-bottom_menu {
        margin: 0 -15px;
    }

    .header-bottom_menu a {
        font-size: 16px;
        padding: 0 15px;
    }

    .content_right {
        float: none;
        padding: 0;
        width: auto;
        clear: both;
        margin: 0;
    }

    .content_left {
        width: 33.3333%;
        padding-bottom: 50px;
    }

    .content_center {
        width: 66.6667%;
    }

    .content_main {
        width: 66.6667%;
    }

    .content_right_item {
        width: 33.3333%;
        padding: 0 15px 50px;
        float: left;
    }

    .banner__small {
        height: 215px;
        padding-left: 39px;
    }

    .banner__small .banner_content {
        height: 215px;
    }

    .content_main .filter__right {
        float: none;
        margin: 0 0 18px;
    }

    .content_main .title-top h3 {
        float: none;
        padding-top: 0;
        width: 100%;
    }

    .bg__blue {
        padding: 45px 0;
    }

    .bg__blue__questions {
        padding: 40px 0 0;
    }

    .subscription {
        padding: 51px 51px 37px;
    }

    .footer_top_menu a {
        padding: 18px 14px 13px;
        font-size: 16px;
    }

    .catalog_item {
        width: 33.3333%;
    }

    .line_left {
        width: 66.6667%;
    }

    .line_right {
        width: 33.3333%;
    }

    .autors_top .filter_item50,
    .autors_top .filter_item25 {
        width: 33.3333%;
    }

    .autor-block_table .item50:first-child {
        width: 66.6667%;
    }

    .autor-block_table .item50:last-child {
        width: 33.3333%;
    }

    .autors_header .item25,
    .autors_header .item50 {
        width: 33.3333%;
    }

    .autors_table .item25 {
        width: 33.3333%;
    }

    .autors_table .item75 {
        width: 66.6667%;
    }

    .autors_table_item .item66,
    .autors_table_item .item34 {
        width: 50%;
    }

    .events_news .item75 {
        width: 100%;
        float: none;
    }

    .vestnik_list .item25 {
        width: 26.5%;
    }

    .vestnik_list .item50 {
        width: 73.5%;
    }

    .vestnik_list__single .item25 {
        width: 33.3333%;
    }

    .vestnik_list__single .item75 {
        width: 66.6667%;
    }

    .magazine-block {
        padding: 0 0 20px;
    }

    .single-question .item25 {
        width: 33.3333%;
    }

    .single-question .item75 {
        width: 66.6667%;
    }

    .form_label {
        font-size: 16px;
        padding-right: 10px;
        width: 35%;
    }

    .field_wrapper {
        width: 65%;
    }

    .form_note {
        position: absolute;
        bottom: -15px;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }

    .form .button {
        width: 65%;
    }

    .form_info {
        width: 65%;
    }

    .search_list .item25 {
        width: 33.3333%;
    }

    .search_list .item75 {
        width: 66.6667%;
    }

    .search_list .button-block {
        padding-right: 0;
    }

    .search_list .button-block__center {
        text-align: left;
    }

    .publications_news .item75 {
        width: 66.6667%;
    }

    .publications_news .item25 {
        width: 33.3333%;
    }
}

/* /1200 */

/* min 1024 */
@media screen and (min-width: 1024px) {
    .subscription_right {
        margin: 0 0 30px;
        padding: 30px 20px 23px;
    }

    .subscription_right .field,
    .subscription_right .select .jq-selectbox__select {
        font-size: 13px;
    }

    .subscription_right .filter_item label.is-placeholder.visible {
        left: 10px;
    }

    .subscription_right .button,
    .subscription_right .note {
        margin-bottom: 15px;
    }

    .subscription_right .renounce,
    .subscription_right .note {
        text-align: center;
    }

    .subscription_right .filter {
        margin: 0;
    }

    .subscription_right .filter_item {
        float: none;
        padding: 0;
    }

    .subscription_right .filter_item50 {
        width: 100%;
        margin-bottom: 15px;
    }

    .subscription_right .filter_item66 {
        width: 100%;
    }

    .subscription_right .filter_item33 {
        width: 100%;
    }
}

/* /min1024 */

/* 768 */
@media screen and (min-width: 768px) {
    .tablet-show {
        display: block;
    }
}

/* 1023 */
@media screen and (max-width: 1023px) {
    .tablet-hide {
        display: none;
    }

    .wrapper {
        padding: 0 25px;
    }

    .header_logo {
        width: 210px;
        height: 26px;
        background: url(/local/templates/.default/css/img/Logo_mobile.png) no-repeat;
        background: url(/local/templates/.default/css/img/Logo_mobile.svg) no-repeat;
        background-size: 100%;
    }

    .header-bottom {
        padding: 14px 0 9px;
        height: auto;
    }

    .header-search {
        padding: 0;
    }

    .header-search_button {
        height: 20px;
        width: 20px;
    }

    .header-search_block {
        left: 25px;
        right: 25px;
    }

    .banner__small {
        height: 165px;
        padding-left: 28px;
    }

    .banner__small .banner_content {
        height: 165px;
    }

    .banner__small .banner_title {
        font-size: 36px;
    }

    .subscription {
        padding: 51px 33px 25px;
    }

    .subscription .filter_item33 {
        float: none;
        clear: both;
        margin: auto;
    }

    .subscription .filter_item66 {
        width: 100%;
    }

    .footer_top_menu a {
        font-size: 12px;
    }

    .footer_center_menu li {
        margin-right: 28px;
    }

    .footer_center_menu a {
        font-size: 12px;
    }

    .footer_center_menu li {
        margin-right: 20px;
    }

    .footer_soc li {
        padding-left: 20px;
    }

    .line_left {
        width: 100%;
        margin-bottom: 50px;
    }

    .line_left .button-block__right,
    .field-news .button-block__right {
        text-align: center;
    }

    .line_right {
        width: 100%;
    }

    .line_right .button100 {
        width: 300px;
        margin: auto;
        display: block;
    }

    .row_inside.field-news {
        margin: 0;
    }

    .field-news .item_inside {
        padding: 0;
    }

    .field-news .item66,
    .field-news .item34 {
        width: 100%;
        float: none;
    }

    .autor-block {
        padding: 0;
    }

    .autor-block_image {
        display: none;
        left: auto;
        top: 84px;
        right: 0;
        width: 220px;
    }

    .autor-block_item__first {
        margin-right: 275px;
        min-height: 230px;
    }

    .publications_filter .select .jq-selectbox__select,
    .publications_filter .field,
    .publications_filter .filter_text,
    .publications_filter .checkbox input[type="checkbox"] + .checkbox_bg,
    .publications_filter .datepicker-block_text {
        font-size: 14px;
    }

    .publications_news .item75,
    .publications_news .item25 {
        width: 100%;
        float: none;
    }

    .key-words {
        border-top: 1px solid #b0c0c2;
        padding-top: 24px;
    }

    .publication_text p {
        font-size: 18px;
        line-height: 28px;
    }

    .publication_text p.quote {
        font-size: 20px;
        line-height: 30px;
    }

    .vestnik_block:last-child {
        margin-bottom: 9px;
    }

    .form .item50 {
        width: 100%;
        float: none;
        padding-right: 25%;
    }

    .documents .item75,
    .documents .item25 {
        width: 100%;
        float: none;
    }

    .documents .banner__aside {
        max-width: 210px;
    }

    .button_sguare {
        font-size: 14px;
        min-height: 35px;
        background: #ecf6f8;
        text-decoration: underline;
        padding: 9px 0 0;
    }

    .autors_table_item .item66 {
        width: 66.6667%;
    }

    .autors_table_item .item34 {
        width: 33.3333%;
    }

    .autors_header .item50 {
        width: 44.5%;
    }

    .autors_header .item25:last-child {
        width: 22.1667%;
    }

    .autors_table .new_profession {
        display: none;
    }

    .theme {
        font-size: 14px;
    }

    .vestnik_list__single .filter_item33 {
        width: 37.3%;
    }

    .vestnik_list__single .filter_item33:first-child {
        width: 25.4%;
        padding-right: 0;
    }

    .vestnik_list__single .select .jq-selectbox__select {
        font-size: 14px;
    }

    .vestnik_list__single .field {
        font-size: 14px;
    }

}

/* /1023 */

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .autors_list {
        display: table;
        word-spacing: -0.36em;
        width: 100%;
    }

    .autors_item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        word-spacing: normal;
        padding: 0 30px;
    }

    .slick-arrow {
        height: 33px;
        top: 83px;
        width: 33px;
    }
}

/* min 768 */
@media screen and (min-width: 767px) {

    .mobile-show {
        display: none;
    }

    /*.questions .bx-pager {
      text-align: center;
      margin-bottom: 35px;
    }
    .questions .bx-pager-item {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 4px;
    }
    .questions .bx-pager-link {
      display: block;
      width: 8px;
      height: 8px;
      background: #d8d8d8;
      text-indent: -9999px;
      border-radius: 50%;
    }
    .questions .bx-pager-link.active {
      background: #00b2ac;
    }*/
}

/* /min768 */

/* 767 */
@media screen and (max-width: 767px) {
    .mobile-hide {
        display: none;
    }

    .header-bottom {
        padding: 12px 0 7px;
    }

    .header_logo {
        width: 164px;
        height: 20px;
    }

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

    .header-mobile_menu li {
        padding: 0 15px;
    }

    .wrapper {
        padding: 0 15px;
    }

    .header-search_block {
        left: 15px;
        right: 15px;
    }

    .content_left {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }

    .questions .content_left {
        padding-right: 20px;
    }

    .content_center {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }

    .content_main {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }

    .select .jq-selectbox__select {
        font-size: 13px;
        height: 40px;
        line-height: 38px;
    }

    .vestnik_list__single .select .jq-selectbox__select {
        font-size: 13px;
    }

    .select .jq-selectbox__trigger-arrow {
        height: 9px;
        right: 10px;
        width: 17px;
        top: 15px;
    }

    .filter {
        margin: 0 -8px 21px;
    }

    .filter_item {
        padding: 0 8px;
    }

    .filter__right {
        width: 100%;
        margin: 0 0 8px;
        float: none;
    }

    .title-top h3 {
        float: none;
        width: 100%;
    }

    .new_time {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .new_title {
        font-size: 15px;
        line-height: 19px;
    }

    .new_name {
        font-size: 15px;
        line-height: 19px;
    }

    .new_image {
        height: 60px;
        width: 100px;
    }

    .new_autors {
        font-size: 12px;
        line-height: 16px;
    }

    .new_keywords {
        font-size: 12px;
        line-height: 16px;
    }

    .content_right_item {
        float: none;
        margin: auto;
        padding-bottom: 20px;
        width: 100%;
        max-width: 290px;
    }

    .content_right {
        margin: 0;
    }

    .banner__main {
        /*background: url(/local/templates/.default/css/../image/banner-main.png) no-repeat 72% 50%;*/
        background-size: cover;
        height: 256px;
    }

    .banner__small {
        height: 295px;
        background: url(/local/templates/.default/css/../image/banner.jpg) no-repeat 80% 50%;
        background-size: cover;
        padding-left: 0;
    }

    .wrapper__banner {
        padding: 0;
    }

    .button {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        width: 100%;
    }

    .button_border {
        line-height: 38px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    .bg__blue {
        padding: 20px 0;
    }

    .bg__blue__questions {
        padding: 20px 0 0;
    }

    .questions__main .bx-pager-item {
        margin: 0 2px;
        width: auto;
        height: auto;
    }

    .questions__main .bx-pager-link {
        font-family: 'HelveticaNeue Light';
        font-size: 22px;
        text-align: center;
        color: #83838f;
        display: none;
        width: auto;
        height: auto;
        background: transparent;
        text-indent: 0px;
        border-radius: 0;
    }

    .questions__main .bx-pager-item:last-child .bx-pager-link {
        display: block;
    }

    .questions__main .bx-pager-link.active {
        display: block;
        background: transparent;
    }

    .questions__main .bx-pager-link.active::after {
        content: '/';
    }

    .questions__main .bx-pager-item:last-child .bx-pager-link.active::after {
        content: '';
    }

    .questions__main .bx-controls-direction {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        z-index: 5;
    }

    .questions__main .bx-controls {
        position: relative;
        height: 50px;
        text-align: center;
        margin: 20px 0;
    }

    .questions__main .bx-pager {
        margin: 0;
        padding-top: 10px;
        position: relative;
        z-index: 10;
        display: inline-block;
    }

    .questions .bx-prev {
        position: absolute;
        top: 50%;
        margin-top: -25px;
        left: 35px;
        height: 50px;
        width: 50px;
        background: url(/local/templates/.default/css/img/left.png) no-repeat center;
        background: url(/local/templates/.default/css/img/left.svg) no-repeat center;
        background-size: 100%;
    }

    .questions .bx-next {
        position: absolute;
        top: 50%;
        margin-top: -25px;
        right: 35px;
        height: 50px;
        width: 50px;
        background: url(/local/templates/.default/css/img/right.png) no-repeat center;
        background: url(/local/templates/.default/css/img/right.svg) no-repeat center;
        background-size: 100%;
    }

    .bx-wrapper {
        margin-bottom: 20px;
    }

    .question_title {
        margin-bottom: 3px;
        font-size: 15px;
        line-height: 19px;
    }

    .question_text {
        font-size: 12px;
        line-height: 16px;
    }

    .question_answer,
    .question_answer span {
        font-size: 12px;
    }

    .field {
        font-size: 13px;
        height: 40px;
        line-height: 38px;
    }

    .search_submit {
        top: 7px;
    }

    .vestnik_list__single .field {
        font-size: 13px;
    }

    .subscription {
        padding: 30px 20px 25px;
    }

    .subscription .filter_item50 {
        width: 100%;
    }

    .subscription .filter {
        margin: 0;
    }

    .subscription .filter_item {
        padding: 0;
    }

    .subscription .filter_item33 {
        width: 100%;
    }

    .footer_soc {
        float: none;
        text-align: center;
        padding: 14px 0;
    }

    .footer_soc li {
        padding: 0 10px;
    }

    .footer_soc li:last-child {
        padding-right: 0;
    }

    .copy {
        font-size: 12px;
    }

    .filter h2 {
        padding-top: 5px;
    }

    .catalog_wrapper {
        margin: 0 -10px;
    }

    .catalog_item {
        width: 50%;
        margin-bottom: 18px;
        padding: 0 10px;
    }

    .catalog_title {
        font-size: 12px;
    }

    .warning {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .nav-link {
        font-size: 20px;
        margin-bottom: 19px;
    }

    .menu a {
        font-size: 14px;
    }

    .menu {
        margin-bottom: 18px;
    }

    .field-news .item {
        margin-bottom: 20px;
    }

    .questions .row {
        margin: 0;
    }

    .questions .item {
        padding: 0;
        float: none;
    }

    .questions .item68 {
        width: 100%;
    }

    .questions .item32 {
        width: 100%;
    }

    .autors_top .filter_item50,
    .autors_top .filter_item25 {
        width: 100%;
        float: none;
    }

    .autors_top .filter_item__up {
        margin: 0;
    }

    .autors_top {
        position: relative;
    }

    .autors_top .search-block {
        position: absolute;
        top: -10px;
        left: 8px;
        right: 8px;
        z-index: 10;
    }

    .search-block-btn {
        position: absolute;
        top: -10px;
        right: 8px;
        cursor: pointer;
        z-index: 5;
    }

    .autors_table .item25 {
        width: 100%;
        float: none;
        margin-bottom: 24px;
    }

    .autors_table .item75,
    .autors_table .item66,
    .autors_table .item34 {
        width: 100%;
        float: none;
    }

    .autors_table_image {
        float: right;
        margin-left: 15px;
    }

    .row_inside {
        margin-right: 0;
        margin-left: 0;
    }

    .item_inside {
        padding-left: 0;
        padding-right: 0;
    }

    .line_left,
    .line_right {
        padding: 0;
    }

    .datepicker-block_text {
        display: none;
    }

    .autor-block_top .menu a {
        font-size: 12px;
        padding: 0 5px 13px;
    }

    .autor-block_top .menu a {
        font-size: 12px;
        padding: 0 8px 13px;
    }

    .autor-block_item__first {
        margin-right: 0;
        min-height: 0;
    }

    .autor-block_image {
        display: block;
        width: 100%;
        min-width: 263px;
        margin: 0 auto 32px;
        position: static;
    }

    .autor-block_item .new_name {
        display: block;
        padding-right: 0;
    }

    .autor-block_item .new_profession {
        font-size: 12px;
    }

    .autor-block_table .item50:first-child {
        width: 100%;
        float: none;
    }

    .autor-block_table .item50:last-child {
        width: 100%;
        float: none;
    }

    .breadcrumbs a,
    .breadcrumbs span {
        line-height: 22px;
    }

    .breadcrumbs_main {
        top: 1px;
    }

    .publication_text p {
        font-size: 12px;
        line-height: 22px;
    }

    .publication_text p.quote {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
        padding: 20px;
    }

    .publication .new_autors {
        margin: 0 0 20px;
    }

    .publication_text .photo_small {
        max-width: 100px;
    }

    .publication_text .photo_big {
        margin: 0 auto 20px;
        float: none;
        display: block;
    }

    .copy_text {
        font-size: 14px;
        padding: 14px;
        margin-bottom: 20px;
    }

    .share {
        margin-bottom: 30px;
        text-align: center;
    }

    .share_text {
        display: block;
        margin: 0 0 18px;
    }

    .share_link {
        margin-bottom: 21px;
    }

    .new_text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 7px;
    }

    .link__more {
        font-size: 15px;
    }

    .title_note {
        font-size: 12px;
    }

    .vestnik_top .menu {
        margin-bottom: 20px;
    }

    .vestnik_top .filter_item25 {
        width: 50%;
        margin-bottom: 11px;
    }

    .vestnik_top .filter_item__search {
        width: 86%;
    }

    .vestnik_top .filter_item__line {
        width: 40px;
        float: right;
    }

    .vestnik_top .publications_filter .filter {
        margin-bottom: 10px;
    }

    .publications_filter .filter_item25,
    .publications_filter .filter_item50,
    .publications_filter .filter_item55,
    .publications_filter .filter_item66 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .publications_filter .filter_item25:last-child {
        margin-bottom: 0;
    }

    .publications_filter .filter {
        margin-bottom: 20px;
    }

    .vestnik_list .banner__aside {
        max-width: 260px;
        margin: 27px auto 30px;
    }

    .vestnik_list .item25 {
        width: 165px;
    }

    .vestnik_list .item50 {
        width: 100%;
        float: none;
    }

    .vestnik_list h2 {
        clear: both;
        margin-bottom: 7px;
    }

    .link_image {
        margin-bottom: 18px;
    }

    .vestnik_list .theme {
        margin-left: 153px;
        margin-bottom: 10px;
    }

    .vestnik_list__single .filter_text {
        font-size: 12px;
        margin-left: 153px;
    }

    .theme {
        font-size: 12px;
    }

    .vestnik_list__single .item75 {
        width: 100%;
        float: none;
    }

    .vestnik_list__single .filter {
        clear: both;
    }

    .vestnik_list__single .filter_item33 {
        width: 50%;
    }

    .magazine-block {
        padding: 0 0 20px;
    }

    .single-question .item75 {
        width: 100%;
        float: none;
    }

    .single-question .banner__aside {
        max-width: 260px;
        margin: auto;
    }

    .single-question .questions_item {
        margin-bottom: 20px;
    }

    .form .item50 {
        padding: 0;
    }

    .form.row {
        margin: 0 0 20px;
    }

    .form_label {
        width: auto;
        /*position: absolute;*/
        left: 10px;
        top: 0;
        font-size: 18px;
        z-index: 20;
    }

    .field_wrapper {
        width: 100%;
        float: none;
    }

    .field_wrapper .field {
        height: 46px;
        line-height: 44px;
    }

    .form .field_text {
        height: 109px;
        line-height: 1;
        padding: 13px 10px 5px;
    }

    .form .button {
        width: 100%;
    }

    .form_info {
        width: 100%;
    }

    .add_text {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .documents .banner__aside {
        max-width: 260px;
        margin: 0 auto;
    }

    .enter_text {
        width: 87%;
        padding-top: 84px;
    }

    .enter_message {
        width: 100%;
        padding: 20px 18px;
    }

    .search_top .filter_item25 {
        width: 100%;
        float: none;
    }

    .search_top .filter_item50 {
        width: 100%;
        float: none;
    }

    .search_top .filter_item__up {
        margin-top: 0;
    }

    .search_list .item25,
    .search_list .item75 {
        width: 100%;
        float: none;
    }

    .checkbox input[type="checkbox"] + .checkbox_bg {
        font-size: 12px;
    }

    .questions {
        padding: 0;
    }

    .questions .item32 {
        padding-bottom: 20px;
    }

    .line_right .button100 {
        width: 100%;
    }

    .news_main__events .new_keywords {
        display: none;
    }

    .question_note {
        text-align: center;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }

    .content__questions .content_left {
        width: 100%;
        float: none;
    }

    .content__questions .content_main {
        width: 100%;
        float: none;
    }

    .doc_size {
        padding: 0 7px;
        height: 23px;
        line-height: 23px;
        font-size: 12px;
    }

    .documents_item .new_keywords {
        display: none;
    }

    .search_list .button {
        width: 100%;
    }

    .search_title {
        display: block;
        margin-bottom: 6px;
    }

    .search_text {
        font-size: 16px;
        line-height: 24px;
    }

    .catalog__vestnik .edition_time {
        font-size: 12px;
    }

    .catalog__vestnik .edition_theme {
        font-size: 10px;
    }

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

/* /767 */

@media screen and (max-width: 1200px) {
    .index_public_select {
        float: left;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    div.autors_table_item_search div.item.item25 {
        top: 30px;
        position: absolute;
    }
}

@media screen and (max-width: 568px) {
    .banner__small {
        height: 200px;
        background: url(/local/templates/.default/css/../image/banner.jpg) no-repeat 77% 50%;
        background-size: cover;
        padding-left: 0;
    }
}

@media screen and (max-width: 420px) {
    .banner__small {
        height: 165px;
        background: url(/local/templates/.default/css/../image/banner.jpg) no-repeat 77% 50%;
        background-size: cover;
        padding-left: 0;
    }
}

/*@media (min-width: 320px) and (max-width: 767px)
{

      .search_tab_all div.item.item25,
      .search_tab_all div.item.item75
      {
        width: 100%;
        float: none;
        display: inline-block;
        /*top: 30px;
        position: absolute;*/
}

}
*

/
/* End */
/* /local/templates/.default/css/vector/jquery.formstyler.css?175222374513615 */
/* /local/templates/.default/css/vector/slick.css?17522237451703 */
/* /local/templates/.default/css/reset.css?1752223745985 */
/* /local/templates/.default/css/font.css?17522237454731 */
/* /local/templates/.default/css/style.css?175222374544462 */
/* /local/templates/.default/css/media.css?175222374524781 */
