<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset css*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ""; content: none; } table {border-collapse: collapse; border-spacing: 0; } /*reset css end*/

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-regular.eot");
    src: local("roboto-regular"), local("roboto-regular"),
        url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/roboto-regular.woff") format("woff"),
        url("../fonts/roboto-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-medium.eot");
    src: local("roboto-medium"), local("roboto-medium"),
        url("../fonts/roboto-medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/roboto-medium.woff") format("woff"),
        url("../fonts/roboto-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-bold.eot");
    src: local("roboto-bold"), local("roboto-bold"),
        url("../fonts/roboto-bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/roboto-bold.woff") format("woff"),
        url("../fonts/roboto-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-black.eot");
    src: local("roboto-black"), local("roboto-black"),
        url("../fonts/roboto-black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/roboto-black.woff") format("woff"),
        url("../fonts/roboto-black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body,
html {
    height: 100%;
    width: 100%;
    background: #fff;
    border: none;
    margin: 0;
    padding: 0;
}
body {
    color: #232323;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    font-style: normal;
}
body,
.header,
.footer {
    min-width: 390px;
}
a,
a:hover,
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a[href^="tel:"],
a[href^="tel:"]:hover {
    white-space: nowrap;
    color: inherit !important;
    font-size: inherit !important;
    text-decoration: none !important;
}

.main-header,
.header .logo img,
.aside.aside-left,
.aside.aside-right,
.menu.top-menu ul li a:after,
.news_block_item .image img {
    transition: 0.3s;
}

.top-menu {
    display: flex;
    padding-right: 34px;
}

#lpage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    min-width: 420px;
}
.container {
    zoom: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding-top: 33px;
    padding-bottom: 25px;
}
.container &gt; .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}
.header {
    z-index: 2;
}
.header,
.footer {
    background: url(/img/header-bg.jpg) no-repeat center top #ededed;
    background-size: cover;
}
.main-header {
    overflow: hidden;
    padding-top: 16px;
    padding-bottom: 16px;
}
.main-header .logo {
    margin-right: 70px;
}
.main-header .wrapper,
.main-header .header-blocks-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 auto;
}
.main-header .header-blocks-wrap {
    flex-wrap: wrap;
}

.aside.aside-left,
.aside.aside-left .sidebar-inner {
    width: 540px;
    margin-right: 80px;
}
/*.txt-page .aside.aside-left,*/
/*.txt-page .aside.aside-left .sidebar-inner {*/
/*    width: 265px;*/
/*}*/
.aside.aside-right {
    width: 265px;
    margin-left: 80px;
}
.aside img {
    max-width: 100%;
    height: auto;
}
body:not(.articles-news-current-page) .aside.aside-right .sidebar-inner {
    width: 265px;
    max-width: 100%;
}
.content {
    flex: 1;
    max-width: 100%;
}
.aside.block:not(:last-child),
.content .block:not(:last-child) {
    margin-bottom: 50px;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    width: 1810px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
}
button {
    outline: 0;
}
button.styler,
input[type="submit"].styler,
input[type="reset"].styler,
input[type="button"].styler {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: "Roboto", sans-serif;
}
.content .section:not(.section_basket2) img,
.block img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0px 0 20px 0;
    padding: 0;
}
h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 23px;
}
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
    margin-top: 30px;
}
.h3,
.h3.h_op,
.LastPosition .h4,
.uss_comments h3,
.comment_form_title,
.news_similar_title {
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 28px;
    position: relative;
}
.aside .h3 {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
p + p,
* + iframe {
    margin-top: 10px;
}
strong {
    font-weight: 700;
}

.uss-flex-items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

/*&amp;#209;&amp;#129;&amp;#208;&amp;#191;&amp;#208;&amp;#184;&amp;#209;&amp;#129;&amp;#208;&amp;#186;&amp;#208;&amp;#184;*/
.uss_section_content ul,
.uss_section_content ul li,
.uss_section_content ol,
.uss_section_content ol li {
    margin: 0;
    padding: 0;
    position: relative;
}
.uss_section_content ul {
    margin: 20px 0 20px 20px;
    display: table;
}
.uss_section_content .ya-share2 ul {
    margin: 0;
}

.uss_section_content ul li:last-child {
    margin-bottom: 0;
}
.uss_section_content ul li {
    line-height: 24px;
    padding: 0 0 0 15px;
    margin-bottom: 12px;
}
.uss_section_content ul li:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0a34af;
    position: absolute;
    left: 0px;
    top: 10px;
}
.uss_section_content ol {
    list-style-position: inside;
    margin: 20px 0 20px 20px;
}
.uss_section_content ol li {
    line-height: 24px;
    padding: 0 0 0 0px;
    margin-bottom: 12px;
    list-style-type: decimal !important;
}
.uss_error_form {
    padding: 5px 12px 5px;
}
.uss_error_form ol {
    margin: 5px 0;
}
.uss_error_form ol li {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 5px 15px !important;
}
/*&amp;#209;&amp;#129;&amp;#208;&amp;#191;&amp;#208;&amp;#184;&amp;#209;&amp;#129;&amp;#208;&amp;#186;&amp;#208;&amp;#184; end*/

/*&amp;#208;§&amp;#208;&amp;#184;&amp;#208;ª&amp;#209;&amp;#338;&amp;#209;Ç&amp;#209;à&amp;#209;ã &amp;#209;á&amp;#208;µ&amp;#208;&amp;#186;&amp;#208;±&amp;#208;&amp;#190;&amp;#208;&amp;#186;&amp;#209;&amp;#129;&amp;#209;ã &amp;#208;&amp;#184; &amp;#209;à&amp;#208;∞&amp;#208;&amp;#180;&amp;#208;&amp;#184;&amp;#208;&amp;#190; &amp;#208;&amp;#186;&amp;#208;&amp;#189;&amp;#208;&amp;#190;&amp;#208;&amp;#191;&amp;#208;&amp;#186;&amp;#208;&amp;#184;*/
input[type="text"].styler::-webkit-input-placeholder {
    color: #231f20 !important;
}
input[type="text"].styler::-moz-placeholder {
    color: #231f20 !important;
} /* Firefox 19+ */
input[type="text"].styler:-moz-placeholder {
    color: #231f20 !important;
} /* Firefox 18- */
input[type="text"].styler:-ms-input-placeholder {
    color: #231f20 !important;
}

.uss_eshop_block_item .eshop_filters_area .eshop_filters_line {
    display: block;
}
.eshop_filters_area .jq-selectbox__select {
    border-radius: 4px;
}
.uss_shop_blocks_view .uss_eshop_item .eshop_filters_area {
    display: block;
}
.uss_eshop_filters_block .filter_producer.filter_item {
    margin-right: 15px;
}
.uss_eshop_filters_block .filter_producer.filter_item,
.uss_eshop_filters_block .filter_producer.filter_item .jq-selectbox {
    margin-bottom: 0;
}
/*&amp;#208;§&amp;#208;&amp;#184;&amp;#208;ª&amp;#209;&amp;#338;&amp;#209;Ç&amp;#209;à&amp;#209;ã &amp;#209;á&amp;#208;µ&amp;#208;&amp;#186;&amp;#208;±&amp;#208;&amp;#190;&amp;#208;&amp;#186;&amp;#209;&amp;#129;&amp;#209;ã &amp;#208;&amp;#184; &amp;#209;à&amp;#208;∞&amp;#208;&amp;#180;&amp;#208;&amp;#184;&amp;#208;&amp;#190; &amp;#208;&amp;#186;&amp;#208;&amp;#189;&amp;#208;&amp;#190;&amp;#208;&amp;#191;&amp;#208;&amp;#186;&amp;#208;&amp;#184; end*/

/*&amp;#208;&amp;#178;&amp;#209;ã&amp;#208;&amp;#191;&amp;#208;∞&amp;#208;&amp;#180;&amp;#208;∞&amp;#209;&amp;#381;&amp;#209;â&amp;#208;&amp;#184;&amp;#208;&amp;#185; &amp;#209;&amp;#129;&amp;#208;&amp;#191;&amp;#208;&amp;#184;&amp;#209;&amp;#129;&amp;#208;&amp;#190;&amp;#208;&amp;#186;*/
.jq-selectbox__select {
    position: relative;
    height: 46px;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: url(/img/transparent.png) #fff !important;
    padding: 0 50px 0 0px;
    border-radius: 5px !important;
    border: 1px solid #e4ebf0;
}
.jq-selectbox__select-text {
    height: 46px;
    border-right: 0;
    font-size: 14px;
    line-height: 44px;
    font-family: "Inter";
    text-shadow: none;
    color: #8b8d8f;
    padding: 0 15px;
}
.jq-selectbox.changed .jq-selectbox__select-text {
    color: #231f20;
}
.jq-selectbox__trigger {
    width: 46px;
    height: 46px;
    border-radius: 0 5px 5px 0px;
    background: #08a6f3;
    position: absolute;
    top: -1px;
    right: -1px;
}
.jq-selectbox__trigger {
    border-left: 0;
}
.jq-selectbox__trigger:after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(/img/arrow-down-white.svg) no-repeat;
    background-size: 14px 8px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.jq-selectbox.opened .jq-selectbox__trigger:after {
    content: "";
    -webkit-transform: translate(-50%, -50%) scale(1, -1);
    -ms-transform: translate(-50%, -50%) scale(1, -1);
    -o-transform: translate(-50%, -50%) scale(1, -1);
    transform: translate(-50%, -50%) scale(1, -1);
}
.jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    display: none;
}
.jq-selectbox,
.jq-selectbox li,
.jq-selectbox__dropdown,
.jq-selectbox__dropdown li,
.jq-selectbox__select-text,
.jq-selectbox__dropdown li {
    font-family: "Inter";
}
.jq-selectbox__select,
.jq-selectbox__select * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jq-selectbox__dropdown {
    border-radius: 5px;
    border: 1px solid #e4ebf0 !important;
    overflow: hidden;
    box-shadow: 10px 10px 20px rgb(40 107 146 / 20%);
}
.jq-selectbox__dropdown ul::-webkit-scrollbar {
    width: 5px;
    background: #dee7ee;
    padding-right: 13px;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
    background-color: #08a6f3;
    border-radius: 10px;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-button {
    display: none;
}

.jq-selectbox li,
.jq-selectbox__dropdown li {
    padding: 10px 15px;
    font-size: 14px;
    color: #002230;
}
.jq-selectbox__search input {
    border: 1px solid #e4ebf0 !important;
    border-radius: 12px !important;
    padding: 8px 27px 8px 14px;
    font-size: 16px;
    color: #002230;
    background: url(/img/icon-search-black.svg) no-repeat center right 10px
        transparent;
    background-size: 18px 18px;
}
.jq-selectbox__search input::-webkit-input-placeholder {
    color: #002230 !important;
    font-size: 16px !important;
}
.jq-selectbox__search input::-moz-placeholder {
    color: #002230 !important;
    font-size: 16px !important;
} /* Firefox 19+ */
.jq-selectbox__search input:-moz-placeholder {
    color: #002230 !important;
    font-size: 16px !important;
} /* Firefox 18- */
.jq-selectbox__search input:-ms-input-placeholder {
    color: #002230 !important;
    font-size: 16px !important;
}

.jq-selectbox__not-found {
    padding: 10px 16px;
    background: #08a6f3;
    font-size: 16px;
    color: #fff;
    border-radius: 12px;
}
.jq-selectbox.focused .jq-selectbox__trigger,
.jq-selectbox .jq-selectbox__select:hover .jq-selectbox__trigger {
    background: #08a6f3;
}
.jq-selectbox__dropdown ul li {
    cursor: pointer;
}
/*&amp;#208;&amp;#178;&amp;#209;ã&amp;#208;&amp;#191;&amp;#208;∞&amp;#208;&amp;#180;&amp;#208;∞&amp;#209;&amp;#381;&amp;#209;â&amp;#208;&amp;#184;&amp;#208;&amp;#185; &amp;#209;&amp;#129;&amp;#208;&amp;#191;&amp;#208;&amp;#184;&amp;#209;&amp;#129;&amp;#208;&amp;#190;&amp;#208;&amp;#186; end*/

a {
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.header .logo img {
    display: block;
    max-width: 100px;
    height: auto;
}

.sliders-block {
    margin: 0 auto 45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.main-slider .slick-list {
    /*height: 650px;*/
    height: 100%;
}
.small-sliders {
    width: 570px;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.small-sliders .small-slider {
    /*height: 300px;*/
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
}
.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.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;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.main-slider {
    width: 100%;
    /* overflow: hidden; */
    z-index: 1;
    width: 1160px;
    max-width: 100%;
}
.sliders-block .slick-list,
.sliders-block .slick-track {
    height: 100% !important;
}
.sliders-block .slider {
    position: relative;
    /*max-width: calc(100% - 620px);*/
}
.sliders-block .slider .uss_widget_outer_content {
    z-index: 3;
    height: 100%;
}
.sliders-block .slider .uss_widget_outer_content,
.main-slider .slick-list {
    max-height: 100%;
}
.sliders-block .slider:before {
    box-shadow: inset 0 0 2px #c7ac6c !important;
}
.sliders-block .slider:after {
    content: "";
    display: block;
    box-shadow: 8px 12px 15px 10px #0e161b;
    position: absolute;
    left: 2px;
	right: 2px;
    top: 2px;
	bottom: 2px;
    opacity: 40%;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.main-slider .slick-arrow {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 64px;
    height: 64px;
    z-index: 1001;
    opacity: 0.2;
    background-size: 79%;
}
.main-slider .slick-arrow:hover {
    opacity: 1 !important;
}
.main-slider .slick-arrow.slick-prev {
    background: url(../img/slider-arrow-left-white.png) 50% no-repeat;

    left: 10px;
}
.main-slider .slick-arrow.slick-next {
    background: url(../img/slider-arrow-right-white.png) 50% no-repeat;

    right: 10px;
}
.main-slider .slick-arrow.slick-prev + .slick-arrow.slick-prev,
.main-slider .slick-arrow.slick-next + .slick-arrow.slick-next {
    display: none;
}

.news_block_item {
    position: relative;
    overflow: hidden;
}
.news_block_item .title {
    margin-bottom: 0;
}
.news-mp .news_block_item .title {
    font-size: 27px;
    font-weight: bold;
}

.news_block_item a,
.news_list .news_item .title a,
.similar_items .news_item .title a {
    text-decoration: none;
}
.similar_items .news_item .title a:hover {
    text-decoration: underline;
}
.news_block_item .title a:hover,
.news_list .news_item .title a:hover {
    text-decoration: none !important;
}

.news_block_item .image img {
    display: block;
}
.sliders-block
    .uss_widget_outer_content:not(.slick-slider)
    .news_block_item:not(:first-child) {
    display: none;
}
.sliders-block .news_block_item {
    margin-bottom: 0;
}
.sliders-block .image {
    margin-right: 0;
}
.sliders-block .news_block_item .image {
    position: relative;
    float: none;
}
.news_list .image .uss_image_holder {
    overflow: hidden;
}
.news_list.news_block_items .news_item .image .uss_image_holder {
    height: auto !important;
}
.block.news.txt-above .news_block_item .image,
.news_list .news_item .uss_image_holder a,
.sliders-block .news_block_item .image {
    position: relative;
    display: block;
}
.block.news.txt-above .news_block_item .image:after,
.news_list .news_item .uss_image_holder a:after,
.sliders-block .small-slider  .news_block_item .image:after
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 20%,
        transparent 0%,
        rgba(0, 0, 0, 0.55) 70%,
        rgba(0, 0, 0, 0.8) 100%
    );
    max-height: none !important;
    min-height: auto !important;
    height: 100% !important;
}

.sliders-block .news_block_item .image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        transparent 0%,
        rgba(0, 0, 0, 0.55) 70%,
        rgba(0, 0, 0, 0.8) 100%
    );
    max-height: none !important;
    min-height: auto !important;
    height: 100% !important;
}
.sliders-block .news_block_item .image {
    position: relative;
}
.sliders-block .news_block_item .image:before {
    content: "";
    /*box-shadow: inset 0 0 0 2px #fff !important;*/
    z-index: 1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sliders-block .news_block_item .image &gt; a &gt; img {
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.sliders-block .news_block_item .info {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 25px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
    z-index: 3;
}
.sliders-block .news_block_item .info {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.sliders-block .news_block_item .info .date {
    order: 10;
}
.sliders-block .main-slider .news_block_item .title {
    font-size: 36px;
    line-height: normal;
    margin: 0;
    font-weight: 700;
    height: 100%;
    display: flex;
}
.sliders-block .small-slider .news_block_item .title {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}

.news-list-page .news_list.news_block_items .news_item.banner {
    width: 100% !important;
}
.uss-flex-items.news_list {
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
}
.meteoservice-3569744370.compact-mode {
    font-weight: 600 !important;
}
.meteoservice-3569744370 .wi {
    padding: 0 10px;
}
.similar_items .news_item .date {
    margin-top: -1px;
    font-size: 14px;
}
.news_block_item .preview,
.news_item .preview {
    display: none;
}
.header-sliders-off.news-current-page .sidebar-inner .block.news.special:nth-of-type(1){
    display: none;
}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 24px!important;
    width: 24px!important;
}
.ya-share2__container_mobile .ya-share2__badge {
    border-radius: 15%!important;
}
td span span, em span span {
    display: block;
}
.news_block_item .image {
    padding: 0px;
}



@media (max-width: 1850px) {
    .main-slider {
        max-width: 65%;
    }
    .small-sliders {
        max-width: 31%;
    }
    .sliders-block .main-slider .news_block_item .title {
        font-size: 30px;
    }
    .sliders-block .small-slider .news_block_item .title {
        font-size: 22px;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
    .sliders-block .small-slider .news_block_item .title {
        font-size: 1.5vw;
        line-height: normal;
    }
}
@media (max-width: 1200px) {
    .sliders-block {
        display: block;
    }
    .main-slider {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .small-sliders {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .small-slider {
        width: calc((100% / 2) - 15px);
    }
    .sliders-block .slider .news_block_item .title {
        font-size: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .pda-head {
        position: relative;
        padding: 10px 0 0;
    }

    .pda-head img {
        width: 125px;
        height: auto;
        display: flex;
        margin: 0 auto;
    }

    .pda_menu__inner .menu &gt; ul &gt; li {
        display: block;
        border-bottom: 1px solid #a7a7a7;
    }
    .menu.dop-menu ul &gt; li {
        border-bottom: 1px solid #a7a7a7;
    }

    .pda_menu__inner {
        background: #e1e1e1;
        padding: 0;
        overflow-y: auto;
        height: 100vh;
    }
    .pda_menu {
        background: #f5f5f5;
    }
    .opened .search {
        position: absolute;
        display: block;
        top: 12px;
        right: 15px;
        z-index: 30;
    }

    .search_opener {
        width: 40px;
        height: 40px;
        border-width: 0;
    }
    .search_opener.opened + .search_close {
        margin-top: -13px;
    }
    .search .uss_site_search {
        width: 346px;
    }
    .pda_menu a:hover,
    .pda_menu a.active {
        color: #3f51b5;
    }

    .menu.dop-menu ul &gt; li.last {
        border: 0;
    }
}
@media (max-width: 768px) {
    .articles-news-current-page .news_item .title a,
    .news-mp .news_block_item .title {
        font-size: 19px;
    }
    .news-current-page h1 {
    font-size: 26px !important;
    line-height: 1.2em;
    font-weight: 600;
    }
    .singlepage:not(.news-list-page) .header-icons {
        display: none;
    }
    .news_block_item .title a {
        padding: 20px 25px !important;
    }
    .slider .news_block_item .title a {
        padding: 20px;
    }
    .sliders-block .slider .news_block_item .title {
        font-size: 18px !important;
    }
    .main-slider .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 30px !important;
    }
    .news-mp .news_block_item .title {
        font-size: 18px !important;
    }

    .singlepage:not(.news-news-list-page):not(.news-current-page) .news_list .news_item .info {
        position: static;
        color: #232323;
        display: block;
        height: auto;
    }
    .singlepage:not(.news-news-list-page):not(.news-current-page) .news_list .news_item .info .title {
        font-size: 25px;
    }
    .singlepage:not(.news-news-list-page):not(.news-current-page) .news_item .title a {
        padding: 0;
        font-size: 25px;
    }
    .singlepage:not(.news-news-list-page):not(.news-current-page) .news_list.news_block_items .news_item .image {
        margin-bottom: 10px;
    }
    .singlepage:not(.news-news-list-page).news-current-page:not(.articles-news-current-page) .comment_form_block ~ .uss_news .news_item .image {
        margin-bottom: 0;
    }
    .singlepage:not(.news-news-list-page):not(.news-current-page) .news_list .news_item .uss_image_holder a:after {
        display: none;
    }
    .block.news.txt-above .news_block_item .info {
    position: static!important;
    color: #232323!important;;
    display: block!important;;
    height: auto!important;;
    }
    .block.news.txt-above .news_block_item .info .title {
    display: block;
    }
    .block.news.txt-above .news_block_item .info .title a {
    padding: 5px 1px !important;
    font-size: 25px;
    }
    .news-news-list-page .news_list .news_item .info .title a {
    font-size: 25px;
    }
    .block.news.txt-above .news_block_item .image:after {
    display: none;
    } 
    .sliders-block .slider .news_block_item .title {
    font-size: 21px !important;
    line-height: 1;
    }
}
@media (max-width: 600px) {
    .header-sliders-on .main-header {
        padding-top: 7px !important;
        padding-top: 7px !important;
    }
   
    .small-sliders {
        display: none;
    }
    .small-slider {
        width: 100%;
    }
    .small-slider + .small-slider {
        margin-top: 25px;
    }
    .header .top-menu {
        position: absolute;
        display: block !important;
        width: calc(100% - 170px) !important;
    }
    .header-blocks-wrap .top-menu &gt; ul &gt; li &gt; a {
        margin-bottom: 0;
    }
}

/*&amp;#208;&amp;#191;&amp;#208;&amp;#190;&amp;#208;&amp;#184;&amp;#209;&amp;#129;&amp;#208;&amp;#186;*/
.search {
    position: relative;
    margin-left: -18px;
}
.main-header .search_opener {
    width: 40px;
    height: 40px;
    border-width: 0;
}
.search_opener {
    cursor: pointer;
}
.search_opener:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/icon-search.svg) no-repeat center center;
    filter: contrast(0.3);
    background-size: 19px;
    position: absolute;
    top: 0;
    left: 0;
}

.search_close {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    right: 60px;
    top: 50%;
    margin-top: -13px;
    z-index: 15;
}
.search_opener.opened {
    background: none;
    opacity: 0;
}
.search_opener.opened:before,
.search_opener.opened:after {
    left: 9px;
    top: 19px !important;
}
.search_opener.opened:before,
.search_opener.opened:after,
.search_close:before,
.search_close:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}
.search_opener.opened:before,
.search_opener.opened:after {
    display: none;
}
.search_opener.opened:after,
.search_close:after {
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search_opener.opened + .search_close {
    display: block;
}
.search .uss_site_search {
    display: none;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 2;
    width: 360px;
}
.uss_site_search {
    position: relative;
    width: 100%;
    height: 42px;
}
.uss_site_search .uss_input_name {
    background: url(/img/transparent.png) no-repeat left center #fff;
    color: #000;
    margin: 0;
    position: relative;
    z-index: 2;
    box-shadow: inset 0 0 0 1px #dddddd;
}
.uss_site_search .uss_input_name {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    padding-left: 15px !important;
    padding-right: 65px;
    font-size: 18px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    text-indent: 0px;
    margin: 0;
    border-radius: 0px;
}

.uss_site_search {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.content .uss_site_search {
    height: 50px;
}
.search .uss_site_search .uss_input_name,
.search .uss_site_search .uss_submit {
    border-radius: 0;
}
.search .uss_site_search .uss_input_name {
    padding-right: 90px;
}
.uss_site_search .uss_submit {
    position: absolute;
    right: 0px;
    top: 0;
    display: block;
    background: url(/img/icon-search.svg) no-repeat center center #ccc;
    background-size: 30px;
    border: 0;
    height: 100% !important;
    color: #fff;
    padding: 0 10px;
    border-radius: 0px;
    width: 50px;
    margin: 0;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
}
.uss_autocomplete_results,
.uss_search_city_results {
    border-color: #ccc;
}
.uss_autocomplete_results li,
.uss_search_city_results li {
    padding: 8px 10px;
    font-size: 16px;
    font-family: inherit;
}
.uss_site_search .uss_input_name::-webkit-input-placeholder {
    color: #b5acb5 !important;
}
.uss_site_search .uss_input_name::-moz-placeholder {
    color: #b5acb5 !important;
} /* Firefox 19+ */
.uss_site_search .uss_input_name:-moz-placeholder {
    color: #b5acb5 !important;
} /* Firefox 18- */
.uss_site_search .uss_input_name:-ms-input-placeholder {
    color: #b5acb5 !important;
}
/*&amp;#208;&amp;#191;&amp;#208;&amp;#190;&amp;#208;&amp;#184;&amp;#209;&amp;#129;&amp;#208;&amp;#186; end*/

.header-widget {
    max-height: 40px;
    display: flex;
    margin-bottom: -7px;
}

.header .call_me {
    font-size: 12px;
    color: #e31b1b;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 900;
}
.call_me {
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
}
.call_me:hover {
    text-decoration: none;
}
.header-sliders-on .main-header {
    padding-top: 17px;
    padding-bottom: 0px;
    margin: 0 2.5%;
}
.header-sliders-on .header .top-menu .burger__icon,
.in-bottom-menu .header .top-menu .burger__icon,
.header-sliders-on.in-bottom-menu .header.fixed .top-menu .burger__icon {
    display: none;
}
.header-sliders-on .header.fixed .top-menu .burger__icon {
    display: flex;
}
.header.fixed .dop-menu {
    top: 0;
}
@media (min-width: 1201px) {
    .header-sliders-off .main-header,
    .fixed .main-header {
        padding-top: 0;
        padding-bottom: 0px;
        margin: 0;
    }
     .header-sliders-off .main-header, .fixed .main-header  {padding-top: 3px; padding-bottom: 3px;  margin: 0;}
    .header-sliders-off .header .logo img {
        display: block;
        max-width: 105px;
        height: auto;
        margin: 0px 0 0px 0;
    }
}
.header-sliders-off .header {
    background: #fff;
}

.menu &gt; ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    position: relative;
}
.menu ul &gt; li &gt; a {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
}
.menu.top-menu &gt; ul &gt; li &gt; a {
    padding: 0 30px;
    position: relative;
    color: #525252;
}

.menu.top-menu &gt; ul &gt; li:not(:first-child) &gt; a:before {
    content: "";
    width: 3px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    background: #a1a1a1;
    top: 50%;
    margin-top: -9px;
}
.menu.top-menu &gt; ul &gt; li &gt; a:after {
    position: absolute;
    content: "";
    width: calc(100% - 44px);
    height: 4px;
    left: 22px;
    right: 22px;
    display: block;
    background: transparent;
    bottom: -4px;
}

.menu.top-menu &gt; ul li a.active:after {
    background: #e31b1b;
}

.menu.top-menu &gt; ul li a:hover:after {
    background: #525252;
}

.header-sliders-on .dop-menu {
    margin: 23px 2.5% 18px;
    position: relative;
    top: -7px;
}
.header-blocks-wrap .dop-menu {
    width: 100%;
    margin: 20px 0 0 30px;
}
.header-sliders-on .header .menu.dop-menu &gt; .wrapper &gt; ul &gt; li &gt; a {
    color: #041c64;
    font-size: 11px;
}
.header-sliders-on .header.fixed .menu.dop-menu &gt; .wrapper &gt; ul &gt; li &gt; a {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    color: #525252;
}
.header-sliders-on .header .menu.dop-menu &gt; .wrapper &gt; ul &gt; li &gt; a:hover {
    text-decoration: underline;
}
.header-sliders-on .header .menu.dop-menu &gt; .wrapper &gt; ul &gt; li &gt; a.active {
    color: #e31b1b;
}

.dop-menu &gt; ul &gt; li &gt; a:hover {
    text-decoration: underline;
}

.header.fixed .dop-menu,
.main-header + .dop-menu {
    background: #eee;
    margin: 0;
    display: none;
}
.header.fixed .dop-menu.opened,
.main-header + .dop-menu.opened,
.singlepage.in-bottom-menu .main-header + .dop-menu {
    display: block !important;
}

.header.fixed .dop-menu.opened,
.main-header + .dop-menu.opened ul,
.singlepage.in-bottom-menu .main-header + .dop-menu {
    padding: 0px 0px 2px;
}

.header-blocks-wrap .top-menu .burger__icon {
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    position: relative;
    width: 24px;
    min-width: 24px;
    height: 19px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-self: center;
    cursor: pointer;
}
.header-blocks-wrap .top-menu .burger__icon span {
    width: 100%;
    background: #000;
    border-radius: 2px;
    height: 2px;
    display: block;
}
.header.fixed .logo img {
    max-width: 100px;
}

.header-sliders-on .header .menu.dop-menu &gt; .wrapper &gt; ul,
.header.fixed .dop-menu &gt; .wrapper &gt; ul,
.main-header + .dop-menu &gt; .wrapper &gt; ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 1px 0px;
}

#lpage &gt; .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #dfdfdf;
    margin: 0;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 20%);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(223, 223, 223, 1) 33%
    );
}
#lpage &gt; .header.fixed .sliders-block {
    display: none;
}

.header-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    /*margin-left: 88px;*/
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-icons p {
    margin: 0;
}
.header-icons img {
    display: block;
    width: 22px;
    height: 22px;
}

.singlepage:not(.news-list-page) .header {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(223, 223, 223, 1) 33%
    );
}
.singlepage:not(.news-list-page) .header-icons {
    position: relative;
    top: auto;
    right: auto;
}

.news-tabs {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-shadow: 0 8px 10px 0px #0000001c;
    margin: 0 0 20px;
    width: 100%;
}

.news-tabs &gt; li {
    width: 50%;
}
.news-tabs &gt; li &gt; span {
    padding: 15px 12px;
    font-size: 18x;
    line-height: 1;
    font-weight: 500;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.news-tabs &gt; li.active {
    background: #ededed;
    color: #e31b1b;
}
.news-tabs &gt; li:not(.active) &gt; span {
    cursor: pointer;
}
.news-tab__content:not(:first-child) {
    display: none;
}
a.see-more {
    margin-top: 30px;
    display: block;
    background: #ededed;
    text-decoration: none;
    padding: 9px 12px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
}
a.see-more:hover {
    color: #e31b1b;
}

.block.news.special {
    /*margin-bottom: 40px;*/
    margin-bottom: 18px;
}
.block.news .news_block_item {
    position: relative;
}
.block.news .news_block_item:after {
    content: "";
    clear: both;
    display: table;
}
.news_block_item .date,
.news_list .news_item .date {
    color: #c8c9c9;
    font-weight: 500;
}

.block.news.txt-right .news_block_item {
    padding: 30px 0 25px;
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
}
.block.news.txt-right .news_block_item.last {
    border-bottom: 0;
    padding-bottom: 0;
}
.block.news.txt-right .news_block_item:first-child {
    padding-top: 0;
    margin-top: -5px;
}
.block.news.txt-right .news_block_item.banner {
    padding: 0;
    border: 0;
    margin-bottom: -17px;
}
.block.news.txt-right .news_block_item .image {
    margin: 5px 20px 10px 0;
}
.news-w-tabs .news_block_item .title a {
    display: block;
}
.news-w-tabs .news_block_item .title a .news_time {
    margin-right: 10px;
    font-size: 14px;
    color: #03227a;
}
.block.news.txt-right .title,
.block.news.txt-bottom .title {
    line-height: 1.4;
}
.block.news.txt-above .news_block_item .image,
.block.news.txt-bottom .news_block_item .image {
    margin-right: 0;
}

.block.news.txt-above .news_block_item .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.news_block_item .title,
.news_item .title {
    margin-bottom: 0;
    height: 100%;
    display: flex;
}

.news_block_item .title a,
.news_item .title a {
    display: grid;
    align-items: end;
    padding: 20px 30px;
}

.aside .news_block_item .title a,
.similar_items .news_item .title a {
    padding: 0;
}

.slider .news_block_item .title a {
    display: grid;
    align-items: end;
    padding: 25px 30px;
    height: 100%;
}
.news_block_item .commentsAmount,
.news_item .commentsAmount {
    display: none !important;
}

.block.news.txt-bottom .news_block_item .image {
    float: none;
    margin: 0px 0px 10px 0;
}

.news_list .image {
    border: 0;
}
.block.news {
    position: relative;
}
.news-attention-title {
    position: absolute;
    top: 0;
    z-index: 1;
    color: #e31b1b;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    padding: 9px 15px;
    font-size: 18px;
    line-height: 1;
    background: linear-gradient(
        to left,
        transparent 0%,
        rgba(255, 255, 255, 1) 100%
    );
}

/*&amp;#209;&amp;#402;&amp;#208;&amp;#178;&amp;#208;µ&amp;#208;ª&amp;#208;&amp;#184;&amp;#209;á&amp;#208;µ&amp;#208;&amp;#189;&amp;#208;&amp;#184;&amp;#208;µ &amp;#208;&amp;#186;&amp;#208;∞&amp;#209;à&amp;#209;Ç&amp;#208;&amp;#184;&amp;#208;&amp;#189;&amp;#208;&amp;#186;&amp;#208;&amp;#184;*/
.news_block_item .image,
.news_list .news_item .image {
    overflow: hidden;
}
.news_block_item .image img,
.news_list .news_item .image img {
    transition: 0.5s;
}
.news_block_item:hover .image img,
.news_list .news_item:hover .image img {
    transform: scale(1.1);
}
/*&amp;#209;&amp;#402;&amp;#208;&amp;#178;&amp;#208;µ&amp;#208;ª&amp;#208;&amp;#184;&amp;#209;á&amp;#208;µ&amp;#208;&amp;#189;&amp;#208;&amp;#184;&amp;#208;µ &amp;#208;&amp;#186;&amp;#208;∞&amp;#209;à&amp;#209;Ç&amp;#208;&amp;#184;&amp;#208;&amp;#189;&amp;#208;&amp;#186;&amp;#208;&amp;#184; end*/

.block.news.special .date {
    display: none;
}
.block.news + .aside-bnr {
    margin-top: 50px;
}
.aside-bnr p {
    margin: 0;
}
.aside-bnr p + p {
    margin-top: 40px;
}
.aside-bnr img {
    display: block;
}
.aside-bnr div {max-width: 100%;}

/*&amp;#209;&amp;#129;&amp;#208;&amp;#191;&amp;#208;&amp;#184;&amp;#209;&amp;#129;&amp;#208;&amp;#190;&amp;#208;&amp;#186; &amp;#208;&amp;#189;&amp;#208;&amp;#190;&amp;#208;&amp;#178;&amp;#208;&amp;#190;&amp;#209;&amp;#129;&amp;#209;Ç&amp;#208;µ&amp;#208;&amp;#185;*/
.news_list .news_item .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.news_list .news_item .info title {
    height: 100%;
    display: flex;
}
.news_list .news_item .info title a {
    display: grid;
    align-items: end;
    padding: 30px;
}

.news_list .news_item {
    position: relative;
}
.news_list.news_block_items .news_item .image {
    margin: 0;
}
.news_list .news_item .info .title,
.news-current-page
    .uss_news:not(.news_exact_item)
    &gt; .news_list
    .news_item
    .title {
    font-size: 27px;
    margin: 0;
    font-weight: 600;
}
.news_list .news_item .info .date {
    order: 10;
}
.news-current-page h1 {
    margin-bottom: 21px;
    margin-top: -6px;
}
.news-list-page:not(.news-news-list-page) .news_list.news_block_items {
    display: flex;
    flex-wrap: wrap;
}
.news-list-page:not(.news-news-list-page) .news_list.news_block_items .news_item {
    max-width: calc((100% - (1) * 56px) / 2);
    margin-bottom: 75px;
    margin-right: 55px;
}
.news-list-page:not(.news-news-list-page) .news_list.news_block_items .news_item:nth-of-type(2n) {
    margin-right: 0;
}

.wrap_news_date_section_name_social_links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.wrap_news_date_section_name_social_links .section_name.uss_news_date {
    margin-bottom: 0;
}
.uss_social_links {
    padding-left: 20px;
}
.uss_social_links ul li:after {
    display: none;
}

.news_exact_item .uss_img_wrapper {
    margin-right: 0;
    float: none;
    width: auto !important;
}
.news_exact_item .uss_img_wrapper .uss_img_big {
    float: none;
    border: 0;
}
.news_exact_item .uss_img_big .uss_img_big_image {
    height: auto !important;
}
.news_exact_item .photo_caption {
    margin-top: 7px;
    color: #bfbfbf;
    font-size: 16px;
}

.section_name.uss_news_date {
    font-size: 15px;
    color: #8f8b8b;
    margin-bottom: 7px;
    display: block;
}
.uss_news_date {
    display: none;
}
.uss_news_fulltext + .author {
    margin-top: 30px;
    font-style: italic;
    display: block;
    text-align: right;
    font-style: italic;
}
.uss_news_fulltext p a {
    color: #03227a;
}
.uss_news_fulltext em {
    font-style: italic;

}

.uss_news_social_links {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.news-news-list-page .news_list.news_block_items {
    display: flex;
    flex-wrap: wrap;
}
.news-news-list-page .news_list.news_block_items .news_item {
    max-width: calc((100% - (2) * 56px) / 3);
    margin-bottom: 75px;
    margin-right: 55px;
}
.news-news-list-page .news_list.news_block_items .news_item:nth-of-type(3n) {
    margin-right: 0;
}
.news-news-list-page .news_list .news_item .info {
    position: static;
    font-size: 21px;
    display: block;
    height: auto;
}
.news-news-list-page .news_list .news_item .info .title {
    font-size: 21px;
}
.news-news-list-page .news_list .news_item .info .title a {
    display: block;
    padding: 7px 0 0;
    color: #000;
}
.news-news-list-page .news_list .news_item .uss_image_holder a:after,
.news-current-page:not(.articles-news-current-page) .news_list .news_item .uss_image_holder a:after {
    display: none;
}










@media (min-width: 1201px) and (max-width: 1800px) {
    .uss_news_social_links {
    	align-items: center;
    	font-size: 19px;
    }
    .social-bottom__description {
	    line-height: normal !important;
	    flex: 0 1 245px;
    }
    .social-bottom__description span {
    	display: inline-block;
    }
	.uss_news_social_links .ya-share2 {
    	flex: 1 0 auto;
	}
}
@media (min-width: 1201px) and (max-width: 1320px) {
    .social-bottom__description {
	    min-width: 220px;
	    width: 220px;
    }
	.uss_news_social_links .ya-share2 ul {
		width: 120px;
	}
}
@media (max-width: 1000px) {
    .social-bottom__description {
	    min-width: 195px;
	    width: 195px;
	    line-height: normal !important;
	    font-size: 16px;
    }
    .social-bottom__description span {
    	display: inline-block;
    }
    .uss_news_social_links {
    	align-items: center;
    }
    .uss_news_social_links .ya-share2 {
    	flex: 1;
    }
}
@media (max-width: 599px) {
    .uss_news_social_links {
    	gap: 10px;
    }
	.uss_news_social_links .ya-share2 ul {
	    width: 115px;
	    margin: auto;
	}
	.uss_news_social_links .ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
	    height: 24px !important;
	    width: 24px !important;
	}
	.uss_news_social_links .ya-share2__container_mobile .ya-share2__badge {
	    border-radius: 5px !important;
	}
}
.uss_section_content .uss_news_social_links li:after {
    display: none;
}
.uss_print_button {
    margin: 0;
}
.uss_print_button a {
    padding: 0px !important;
    background: url(/img/icon-printer.png) no-repeat 50% 50%;
    width: 25px;
    height: 25px;
    background-size: contain;
    display: block;
}

/*—Ò˚ÎÍË ÔÓ ÚÂÏÂ*/

.news_similar_title {
    position: relative;
    font-style: italic;
    font-weight: 700;
    color: #ff0c00;
    font-size: 18px;
    margin-bottom: 10px;
}
.news_similar_title:after {
    content: ":";
}
.similar_items_list .news_item + .news_item {
    margin-top: 0px;
}
.similar_items_list .news_item {
    margin: 0;
}
.similar_items .news_item .info {
    font-style: italic;
}
.similar_items .news_item .title,
.similar_items .news_item .date {
    display: inline;
}
.similar_items .news_item .date {
    margin-right: 10px;
    font-size: 14px;
}
.similar_items .news_item .info .title a {
    color: #4a3296;
    line-height: 1;
    font-size: 14px;
    padding: 0 !important;
}
.similar_items .news_item .info .title a:hover {
    color: #ff1b1b;
}
/*—Ò˚ÎÍË ÔÓ ÚÂÏÂ end*/

.uss_comments {
    border-top: 0;
    margin: 20px 0 0;
    padding: 0;
}
.uss_comments .answer {
    margin: 0 0 0px 0px;
    border-left: 0;
}
.uss_comments .uss_comments_title {
    margin-bottom: 15px;
}
.uss_comments .comment {
position: relative;
    margin: 0;
    padding: 15px 0 15px 70px;
    min-height: 100px;
    font-size: 14px;
}
.uss_comments .comment:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(/img/icon-human.png) no-repeat center center #f2f2f2;
    position: absolute;
    left: 0;
    background-size: 50%;
}
.uss_comments .comment .title {
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0 0 10px 0;
}
.uss_comments .comment .title .user {
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}
.uss_comments .comment .title .date {
    font-size: 14px;
    color: #bfbfbf;
}
.uss_comments .add_answer {
    margin-bottom: 15px;
}
.comment_form_block form,
.comment_answer_form form {
    display: flex;
    flex-direction: column;
    padding: 25px 30px 30px 30px;
    margin-bottom: 35px;
    border: 1px solid #d1d1d1;
}
.comment_form_block .uss_form_tml .uss_form_item {
    margin-bottom: 0;
}
.comment_form_block .uss_form_tml .uss_form_item:not(:first-child),
#ommentaddform_id .uss_form_item:not(:first-child) {
    margin: 15px 0 0 0;
}
.comment_answer_form #ommentaddform_id .uss_form_item:first-of-type {
    margin-top: 0;
}
.markItUpEditor {
    height: 92px !important;
}
.comment_form_block .markItUpHeader,
.comment_form_block .markItUpEditor,
.comment_form_block #emoticons {
    max-width: 100%;
}
.comment_form_block .markItUpEditor,
#ommentaddform_id .markItUpEditor {
    min-width: 100%;
    resize: none;
}
.comment_form_block .uss_form_tml label,
#ommentaddform_id label {
    font: inherit !important;
}
.comment_form_block .uss_form_tml .uss_form_item:not(.uss_form_checkbox) label,
#ommentaddform_id .uss_form_item:not(.uss_form_checkbox) label {
    font: inherit !important;
    font-size: 20px !important;
    min-width: 100px;
}
.comment_answer_form
    #ommentaddform_id
    .uss_form_item:not(.uss_form_checkbox)
    label {
    font-size: 16px !important;
}
.comment_form_block .comment_form_block #ommentaddform_id .uss_form_checkbox,
#ommentaddform_id .uss_form_checkbox {
    line-height: normal !important;
}
.comment_form_block #ommentaddform_id .uss_form_text,
#ommentaddform_id .uss_form_text {
    margin-right: 0;
}
.comment_form_block #ommentaddform_id .uss_form_text input,
#ommentaddform_id .uss_form_text input {
    width: 100%;
}
.comment_form_block .markItUpContainer,
#ommentaddform_id .markItUpContainer {
    font: inherit;
}
.comment_form_block #ommentaddform_id input,
.comment_form_block #ommentaddform_id textarea,
.comment_form_block .markItUpHeader {
    border-radius: 0;
    border-color: #d1d1d1;
    box-shadow: none;
    font: inherit;
}
.comment_form_block .markItUpHeader,
#ommentaddform_id .markItUpHeader {
    padding: 0;
    margin-bottom: 15px;
}
.comment_form_block .markItUpHeader ul,
#ommentaddform_id .markItUpHeader ul {
    margin: 15px 0 3px 15px;
}
.comment_form_block .markItUpHeader ul li,
#ommentaddform_id .markItUpHeader ul li {
    padding: 0 10px 0 0;
}
.comment_form_block .markItUpHeader ul li:after,
#ommentaddform_id .markItUpHeader ul li:after {
    display: none;
}
.comment_form_block #emoticons,
#ommentaddform_id #emoticons {
    border: 0;
    padding: 0;
    margin: 15px 0 0;
}
.comment_form_block #emoticons img,
#ommentaddform_id #emoticons img {
    margin: 0 13px 12px 0;
}
.comment_form_block .comments_form .uss_form_item.uss_form_captcha,
#ommentaddform_id .uss_form_item.uss_form_captcha {
    width: 100% !important;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 0;
    background: #ededed;
    padding: 10px;
}
.comment_form_block #ommentaddform_id .uss_form_captcha label,
#ommentaddform_id .uss_form_captcha label {
    margin: 0 0 0 10px;
    line-height: normal !important;
}
.comment_form_block .captcha_colors .border_one_color.selected .one_color,
#ommentaddform_id .captcha_colors .border_one_color.selected .one_color {
    border: 2px solid #000;
}
.comment_form_block .captcha_colors .border_one_color.selected .one_color.black,
#ommentaddform_id .captcha_colors .border_one_color.selected .one_color.black {
    border-color: red;
}
.comment_form_block .captcha_colors .border_one_color,
#ommentaddform_id .captcha_colors .border_one_color {
    float: left;
    margin-left: 5px;
    padding: 5px;
}
.comment_form_block .captcha_colors .border_one_color .one_color,
#ommentaddform_id .captcha_colors .border_one_color .one_color {
    width: 30px !important;
    height: 30px !important;
}
.comment_form_block #ommentaddform_id .uss_form_checkbox,
#ommentaddform_id .uss_form_checkbox {
    width: 100%;
    padding-top: 1px;
}
.comment_form_block .warning,
#ommentaddform_id .warning {
    font-style: italic;
    font-size: 15px;
    line-height: normal;
}
.comment_form_block .uss_form_tml .uss_form_item.uss_form_checkbox,
.comment_form_block .uss_form_tml .uss_form_item.uss_form_checkbox label,
#ommentaddform_id .uss_form_tml .uss_form_item.uss_form_checkbox,
#ommentaddform_id .uss_form_tml .uss_form_item.uss_form_checkbox label {
    line-height: 1.3 !important;
    font-size: 14px;
}
.comment_form_block .jq-checkbox,
#ommentaddform_id .jq-checkbox {
    margin-bottom: -1px;
}
.comment_form_block input[type="submit"].styler {
    background: none;
}
button.styler,
input[type="submit"].styler,
input[type="reset"].styler,
input[type="button"].styler {
    padding: 7px 20px;
    font: inherit;
    font-weight: 700 !important;
}
.comment_form_block .uss_form_tml .uss_form_item.uss_form_submit,
#ommentaddform_id .uss_form_item.uss_form_submit {
    margin-top: 20px;
}

.uss_ok_form {
    margin: 1em 0 1em;
    font: inherit;
}

.comment_form_block {
    margin: 27px 0 19px;
    padding: 0;
}
.comment_form_block ~ .uss_news .news_item {
    position: relative;
}

.news-current-page .header .logo img {
    max-width: 85px;
}
.title_samenews_list {
    margin-bottom: 18px;
    font-weight: 900;
    color: #00006F;
    font-size: 18px;
}
.news-current-page .uss_news:not(.news_exact_item) {
    margin-top: 0px;
}
.news-current-page:not(.articles-news-current-page)
    .uss_news:not(.news_exact_item)
    .news_item
    + .news_item {
    margin-top: 30px;
}
.news-current-page:not(.articles-news-current-page) .comment_form_block ~ .uss_news .news_item {
    max-width: calc((100% - (1) * 30px) / 2);
    margin: 0 0 50px 0 !important;
}
.news-current-page:not(.articles-news-current-page) .comment_form_block ~ .uss_news .news_item .uss_image_holder:after {
    display: none;
}
.news-current-page:not(.articles-news-current-page) .comment_form_block ~ .uss_news .news_item .info {
    position: relative;
    color: #000;
}
.news-current-page:not(.articles-news-current-page) .comment_form_block ~ .uss_news .news_item .info .title {
    display: block;
    font-weight: 900;
    font-size: 18px;
}
.news-current-page:not(.articles-news-current-page) .comment_form_block ~ .uss_news .news_item .info .title a {
    display: block;
    padding: 7px 0 0 0 !important;
}

.news-current-page:not(.articles-news-current-page)
    .uss_news
    .news_item.banner {
    display: none;
}
.news-current-page:not(.articles-news-current-page)
    .uss_news
    .uss_image_holder {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}
.news-current-page .uss_news .uss_image_holder img {
    width: 100%;
}

/*&amp;#208;&amp;#353;&amp;#208;∞&amp;#209;à&amp;#209;Ç&amp;#208;&amp;#190;&amp;#209;á&amp;#208;&amp;#186;&amp;#208;∞ &amp;#208;&amp;#189;&amp;#208;&amp;#190;&amp;#208;&amp;#178;&amp;#208;&amp;#190;&amp;#209;&amp;#129;&amp;#209;Ç&amp;#208;&amp;#184; end*/

/*&amp;#208;&amp;#353;&amp;#208;∞&amp;#209;à&amp;#209;Ç&amp;#208;&amp;#190;&amp;#209;á&amp;#208;&amp;#186;&amp;#208;∞ &amp;#208;&amp;#189;&amp;#208;&amp;#190;&amp;#208;&amp;#178;&amp;#208;&amp;#190;&amp;#209;&amp;#129;&amp;#209;Ç&amp;#208;&amp;#184; &amp;#208;&amp;#178; &amp;#209;à&amp;#208;∞&amp;#208;∑&amp;#208;&amp;#180;&amp;#208;µ&amp;#208;ª&amp;#208;µ &amp;#209;&amp;#129;&amp;#209;Ç&amp;#208;∞&amp;#209;Ç&amp;#209;&amp;#338;&amp;#208;&amp;#184;*/
.articles-news-current-page .aside.aside-right {
    width: 540px;
}
.articles-news-current-page .news_list.news_block_items .news_item {
    max-width: calc((100% - (1) * 50px) / 2);
    margin-bottom: 50px;
}
.articles-news-current-page
    .news_list.news_block_items
    .news_item
    .uss_image_holder {
    height: auto !important;
}
/*&amp;#208;&amp;#353;&amp;#208;∞&amp;#209;à&amp;#209;Ç&amp;#208;&amp;#190;&amp;#209;á&amp;#208;&amp;#186;&amp;#208;∞ &amp;#208;&amp;#189;&amp;#208;&amp;#190;&amp;#208;&amp;#178;&amp;#208;&amp;#190;&amp;#209;&amp;#129;&amp;#209;Ç&amp;#208;&amp;#184; &amp;#208;&amp;#178; &amp;#209;à&amp;#208;∞&amp;#208;∑&amp;#208;&amp;#180;&amp;#208;µ&amp;#208;ª&amp;#208;µ &amp;#209;&amp;#129;&amp;#209;Ç&amp;#208;∞&amp;#209;Ç&amp;#209;&amp;#338;&amp;#208;&amp;#184; end*/

.bottom-bnr {
    margin-top: 100px;
}
.main-footer {
    padding-top: 100px;
    padding-bottom: 25px;
}
.footer .call_me {
}
.main-footer &gt; .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.main-footer &gt; .wrapper &gt; .left {
    margin: 0 50px;
    display: flex;
    align-items: center;
}
.main-footer &gt; .wrapper &gt; .right {
    padding-right: 50px;
}
.footer .slogan {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
.footer-txt {
    font-size: 19px;
}
.footer-txt p + p {
    margin-top: 20px;
}
.main-footer .logo img {
    width: 100%;
    height: auto;
}
.footer-txt a[href*="privacy-policy"] {
    margin-left: 15px;
    font-size: 18px;
}

.site-counters {
    display: none;
}

.footer_contacts {
    margin: 80px 0;
    font-size: 28px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.footer_contacts .tg img {
    display: block;
}

.footer-cookie-txt {
    font-size: 15px;
    font-style: italic;
    justify-content: center;
}

.modal {
    display: none;
}
.modal {
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    font-size: 15px;
    line-height: 1.2;
    color: #303030;
}
.modal .modal-wrap {
    max-height: 100vh;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    padding: 35px;
    border-radius: 0;
    width: 390px;
    max-width: calc(100vw - 100px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal .modal-wrap .h3,
.buy_one_click_form_tml .uss_buy_one_click_title,
.catalog_orderform_tml .h3 {
    background: none;
    font-size: 25px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 0px;
}
.modal .modal-wrap .group .fc_item {
    margin-bottom: 15px;
}
.modal .modal-wrap .group .fc_item:not(.block) {
    max-width: 420px;
    width: 100%;
}
.modal .modal-wrap .group .fc_item label.sector_title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.modal .modal-wrap .group .fc_item .elem_item {
    width: 100%;
}
.modal .modal-wrap .group .fc_item .elem_item input,
.modal .modal-wrap .group .fc_item .elem_item textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal .modal-wrap .group:not(.end) .fc_item .elem_item input {
    width: 100%;
    /*height: 40px;*/
}
.modal .modal-wrap .group .fc_item .elem_item textarea {
    width: 100%;
    height: 90px;
}
.modal .modal-wrap .group .fc_item.fc_radio .radio_label .jq-radio ~ * {
    font-weight: normal;
    font-size: 14px;
}
.modal .modal-wrap .group .fc_item.fc_radio label:hover .jq-radio {
    border-color: #d60420;
}
.modal .fc_form_tml .group.end {
    text-align: center;
}
.modal .modal-wrap .group .fc_item.fc_checkbox,
.modal .modal-wrap .group .fc_item.fc_checkbox_one {
    font-size: 14px;
    width: 100%;
    display: inline;
}
.modal .modal-wrap .group .fc_item.fc_checkbox .elem_item,
.modal .modal-wrap .group .fc_item.fc_checkbox_one .elem_item {
    width: auto !important;
    display: inline;
    vertical-align: middle;
}
.modal .modal-wrap .group .fc_item.fc_checkbox .jq-checkbox {
    margin-bottom: 1px;
}
.modal .modal-wrap .group .fc_item.fc_checkbox label.sector_title,
.modal .modal-wrap .group .fc_item.fc_checkbox_one label.sector_title {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #939393;
}
.modal .modal-wrap .group .fc_item.fc_checkbox label.sector_title a,
.modal .modal-wrap .group .fc_item.fc_checkbox_one label.sector_title a {
    /*color: inherit;*/
}
.modal .modal-wrap .buttons input.submit {
    display: inline-block;
    padding: 10px 14px;
    line-height: 1;
    /*height: auto;*/
    min-height: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    text-decoration: none;
    /*color: #fff;*/
    margin-top: 15px;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
}
.modal .modal-wrap .fc_form_tml {
    margin-bottom: 0;
    max-height: 100%;
    overflow: auto;
}
.modal .modal-wrap .fc_form_tml {
    scrollbar-width: thin;
    scrollbar-color: #cccccc #eeeeee;
} /*&amp;#209;&amp;#129;&amp;#209;Ç&amp;#209;à&amp;#208;&amp;#190;&amp;#209;á&amp;#208;&amp;#186;&amp;#208;∞ &amp;#208;&amp;#180;&amp;#208;ª&amp;#209;&amp;#143; &amp;#208;&amp;#188;&amp;#208;&amp;#190;&amp;#208;∑&amp;#208;&amp;#184;&amp;#208;ª&amp;#208;ª&amp;#209;ã &amp;#208;&amp;#184; &amp;#209;&amp;#710;&amp;#208;&amp;#184;&amp;#209;à&amp;#208;&amp;#184;&amp;#208;&amp;#189;&amp;#208;∞ &amp;#209;Ç&amp;#208;&amp;#190;&amp;#208;ª&amp;#209;&amp;#338;&amp;#208;&amp;#186;&amp;#208;&amp;#190; &amp;#209;Ç&amp;#208;∞&amp;#208;&amp;#186;&amp;#208;∞&amp;#209;&amp;#143;*/
.modal .modal-wrap .fc_form_tml::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.modal .modal-wrap .fc_form_tml::-webkit-scrollbar-track {
    background: #eeeeee;
}
.modal .modal-wrap .fc_form_tml::-webkit-scrollbar-track-piece {
    background: #eeeeee;
}
.modal .modal-wrap .fc_form_tml::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 4px;
}

.modal .modal-wrap .fc_form_tml .group .fc_item {
    width: 100%;
}
.modal .modal-wrap .fc_form_tml .group .fc_item:not(.fc_checkbox) .elem_item {
    width: 100%;
}
.modal .modal-wrap .fc_form_tml .group .fc_item textarea {
    resize: none;
}
.modal .modal-wrap .fc_form_tml .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal .close {
    position: absolute;
    cursor: pointer;
    z-index: 1002;
    display: block;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 8px;
}

/*close btn*/
.buy_one_click_form_tml .buy_one_click_window_wrap a.close,
.catalog_orderform_tml .catalog_orderform_window_wrap a.close,
.uss_modal_window .uss_modal_content .uss_modal_close,
#uss_basket_ask_where_to_go_block .close_button,
.modal .close {
    background: none;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
    transition: 0.5s;
}
.buy_one_click_form_tml .buy_one_click_window_wrap a.close:hover,
.catalog_orderform_tml .catalog_orderform_window_wrap a.close:hover,
.uss_modal_window .uss_modal_content .uss_modal_close:hover,
#uss_basket_ask_where_to_go_block .close_button:hover,
.modal .close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.6;
}
.buy_one_click_form_tml .buy_one_click_window_wrap a.close:before,
.buy_one_click_form_tml .buy_one_click_window_wrap a.close:after,
.catalog_orderform_tml .catalog_orderform_window_wrap a.close:before,
.catalog_orderform_tml .catalog_orderform_window_wrap a.close:after,
.uss_modal_window .uss_modal_content .uss_modal_close:before,
.uss_modal_window .uss_modal_content .uss_modal_close:after,
#uss_basket_ask_where_to_go_block .close_button:before,
#uss_basket_ask_where_to_go_block .close_button:after,
.modal .close:before,
.modal .close:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}
.buy_one_click_form_tml .buy_one_click_window_wrap a.close:after,
.catalog_orderform_tml .catalog_orderform_window_wrap a.close:after,
.uss_modal_window .uss_modal_content .uss_modal_close:after,
#uss_basket_ask_where_to_go_block .close_button:after,
.modal .close:after {
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#uss_basket_ask_where_to_go_block .close_button img {
    display: none;
}
.uss_user_basket .uss_delete_pos .add_to_wishlist,
.uss_user_wishlist .uss_delete_pos .add_to_cart {
    margin-right: 10px !important;
}
.uss_delete_pos .add_to_wishlist,
.uss_delete_pos .add_to_cart {
    width: auto;
}
.uss_user_basket .uss_delete_pos a,
.uss_user_wishlist .uss_delete_pos a {
    vertical-align: middle;
}
.uss_delete_pos .del_basket_item,
.uss_delete_pos .del_wish {
    position: relative;
    width: 24px !important;
    height: 24px !important;
    display: inline-block !important;
    margin: 0 0px 0 -8px !important;
    transition: 0.5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.uss_delete_pos .del_basket_item:hover,
.uss_delete_pos .del_wish:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.uss_delete_pos .del_basket_item img,
.uss_delete_pos .del_wish img {
    display: none !important;
}
.uss_delete_pos .del_basket_item:before,
.uss_delete_pos .del_basket_item:after,
.uss_delete_pos .del_wish:before,
.uss_delete_pos .del_wish:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #e70000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    left: 0px;
}
.uss_delete_pos .del_basket_item:after,
.uss_delete_pos .del_wish:after {
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*close btn end*/

/*&amp;#209;Ñ&amp;#208;&amp;#190;&amp;#209;à&amp;#208;&amp;#188;&amp;#209;ã &amp;#208;&amp;#189;&amp;#208;∞ &amp;#209;&amp;#129;&amp;#208;∞&amp;#208;&amp;#185;&amp;#209;Ç&amp;#208;µ*/
.fc_form_tml,
.uss_form_tml {
    margin-bottom: 0;
    background: transparent;
    padding: 0px;
    position: relative;
    z-index: 10;
}
.fc_form_tml .fc_item .elem_item,
.uss_form_checkbox {
    width: 100%;
}
.fc_form_tml .elem_item:not(.captcha_item) input.styler:not([type="submit"]),
.uss_form_tml input.styler:not([type="submit"]),
#loginForm input:not([type="submit"]),
.uss_subscribe_form #subscribe_input_email,
.fc_form_tml input[type="text"].styler,
.uss_form_tml input[type="text"].styler,
.uss_form_text input,
.uss_form_captcha input,
.uss_eshop_amount_block input.basket_amount_class,
.uss_buy_one_click_pos .uss_shop_by .amount.styler,
.uss_user_basket .uss_number .uss_field input,
input,
input[type="text"].styler,
input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="submit"],
input[type="submit"].styler,
input[type="reset"],
input[type="reset"].styler,
input[type="button"],
input[type="button"].styler,
input[type="tel"].styler,
input[type="url"].styler,
input[type="password"],
button.styler,
select,
.fc_form .buttons input.submit,
#ommentaddform_id .uss_form_item.uss_form_submit input[type="submit"],
.uss_search_form .uss_input_name,
.lh_search form .uss_input_name,
.uss_form_tml .uss_form_submit input {
    font-family: inherit;
    font-size: inherit;
    font-size: 18px;
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    /*background: transparent;*/
    background-color: #fff;
    background-position: center right 10px;
    border: 1px solid;
    border-color: #585f68;
    border-color: #dbdbdb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
textarea,
textarea.styler,
.fc_form_tml textarea.styler,
.uss_form_tml textarea.styler {
    font-family: inherit;
    font-size: inherit;
    font-size: 18px;
    line-height: 1.4;
    height: 100px;
    padding: 10px 15px;
    border-radius: 0px;
    /*background: transparent;*/
    background-color: #fff;
    background-position: center right 10px !important;
    border-width: 1px;
    border-color: #585f68;
    border-color: #dbdbdb;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    overflow: auto;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
#ommentaddform_id .uss_form_item.uss_form_submit input[type="submit"] {
    /*color: #fff;*/
}
form[action*="passrecovery"] {
    margin-top: 25px;
}
form[action*="passrecovery"] input[type="submit"] {
    border: 0;
    cursor: pointer;
}
.uss_error_form {
    border-radius: 0px;
}
input,
select,
button {
    vertical-align: middle;
}
input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.jq-selectbox__select {
    height: 40px;
    background: #f5f5f5;
    padding-left: 15px;
    border: 1px solid #e3e6ec;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #cacacb;
    border-radius: 3px;
}
.jq-selectbox__select-text {
    height: 100%;
    line-height: 38px;
    text-shadow: none;
}
.jq-selectbox__trigger-arrow {
    top: 18px;
}
.jq-selectbox *,
.jq-selectbox__dropdown,
.jq-selectbox__dropdown * {
    font-family: inherit;
    font-size: inherit;
}

.jq-radio {
    width: 18px;
    height: 18px;
    border: 1px solid #c2c2c2;
    margin: -2px 7px 0px 0;
    background: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #666;
}
.fc_item.fc_radio .radio_wrapper label {
    font-weight: 400;
}

.fc_item.fc_files .fc_upload_wrapper,
.fc_item.fc_files .fc_upload_wrapper .jq-file,
.jq-file {
    width: 100%;
}
.jq-file,
.jq-file__browse,
.jq-file .jq-file__name {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.jq-file .jq-file__name {
    border: 1px solid #e3e6ec;
}
.jq-file__browse,
.jq-file__name,
.jq-selectbox__select {
    font-family: inherit;
}
.fc_form_tml
    .elem_item:not(.captcha_item)
    input.styler:not([type="submit"]):hover,
.fc_form_tml
    .elem_item:not(.captcha_item)
    input.styler:not([type="submit"]):focus,
.uss_form_tml input.styler:not([type="submit"]):hover,
.uss_form_tml input.styler:not([type="submit"]):focus,
#loginForm input:not([type="submit"]):hover,
#loginForm input:not([type="submit"]):focus,
.uss_subscribe_form #subscribe_input_email:hover,
.uss_subscribe_form #subscribe_input_email:focus,
.fc_form_tml input[type="text"].styler:hover,
.fc_form_tml input[type="text"].styler:focus,
.fc_form_tml textarea.styler:hover,
.fc_form_tml textarea.styler:focus,
.uss_form_tml input[type="text"].styler:hover,
.uss_form_tml input[type="text"].styler:focus,
.uss_form_tml textarea.styler:hover,
.uss_form_tml textarea.styler:focus,
.uss_form_text input:hover,
.uss_form_text input:focus,
.uss_form_captcha input:hover,
.uss_form_captcha input:focus,
.uss_buy_one_click_pos .uss_shop_by .amount.styler:hover,
.uss_user_basket .uss_number .uss_field input:hover,
.uss_eshop_amount_block input.basket_amount_class:hover,
input[type="text"].styler:hover,
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="url"].styler:hover,
textarea:hover,
textarea.styler:hover,
.fc_form_tml textarea.styler:hover,
.uss_form_tml .uss_form_item textarea.styler:hover,
input:hover,
.jq-selectbox .jq-selectbox__select:hover,
.jq-selectbox .jq-selectbox__select:focus,
.jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox.focused .jq-selectbox__trigger,
.jq-selectbox .jq-selectbox__select:hover,
.jq-selectbox .jq-selectbox__select:hover .jq-selectbox__trigger,
.jq-file:hover .jq-file__name,
.comment_form_block #ommentaddform_id input:hover,
.comment_form_block #ommentaddform_id input:focus,
.comment_form_block #ommentaddform_id textarea:hover,
.comment_form_block #ommentaddform_id textarea:focus {
    border-color: #000;
}

.fc_captcha .captcha_item {
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.uss_form_captcha img,
.fc_captcha.styler .captcha_item img {
    border: none !important;
    width: 96px;
    height: 50px !important;
    border-radius: 10px;
}
.uss_form_captcha {
    width: auto;
    border-radius: 0px;
    padding: 0;
    background: none;
}
.uss_form_tml .uss_form_captcha label,
.uss_form_captcha label {
    min-width: 100%;
    margin-bottom: 4px;
}
.uss_form_captcha input {
    width: 258px !important;
    width: calc(100% - 96px - 10px) !important;
    margin-left: 10px;
}
.fc_form_tml .group .fc_item.fc_checkbox_one,
.uss_form_tml .group .fc_item.fc_checkbox_one {
    width: 100%;
}
button.styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active,
input[type="button"].styler:not([disabled]):active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="text"].styler,
input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="url"].styler,
textarea.styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
}

input.styler::-webkit-input-placeholder {
    color: #929292 !important;
}
input.styler:-ms-input-placeholder {
    color: #929292 !important;
}
textarea.styler::-webkit-input-placeholder {
    color: #929292 !important;
}
textarea.styler:-ms-input-placeholder {
    color: #929292 !important;
}

.fc_form_tml input.styler::-webkit-input-placeholder {
    color: #929292 !important;
}
.fc_form_tml input.styler:-ms-input-placeholder {
    color: #929292 !important;
}

.fc_form_tml textarea.styler::-webkit-input-placeholder {
    color: #929292 !important;
}
.fc_form_tml textarea.styler:-ms-input-placeholder {
    color: #929292 !important;
}

.catalog_menu_item .catalog_orderbutton:hover,
.uss_catalog_block_cat .catalog_orderbutton:hover,
.uss_catalog_detail .catalog_orderbutton:hover,
.uss_catalog_list_cat .catalog_orderbutton:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
.uss_catalog_detail .catalog_orderbutton {
    height: 46px;
    line-height: 46px;
    padding: 0 40px;
}

.fc_form_tml input[type="submit"].styler,
#ommentaddform_id .uss_form_item.uss_form_submit input[type="submit"] {
    background: #ededed;
    color: #000;
    border: 0;
    padding: 0 25px;
}
.fc_form_tml input[type="submit"].styler:hover,
#ommentaddform_id .uss_form_item.uss_form_submit input[type="submit"]:hover {
    background: url(/img/transparent.png) #ededed;
    text-decoration: none;
    color: #e31b1b;
}

.uss_form_tml .uss_form_submit {
    margin-top: 0;
    margin-bottom: 0 !important;
}
form[action*="feedback"],
form[action*="faq"],
form[name*="guestbookitemaddform"],
form[name*="faqitemaddform"],
form[action*="basket"],
form[action*="CatalogOrderForm"],
form[action*="enter"],
form[action*="registration"],
form[action*="mycabinet"],
form[action*="changepass"],
form[action*="passrecovery"] {
    margin-top: 35px;
    max-width: 390px;
}
.fc_form_tml &gt; .uss_error_form,
.uss_section_content &gt; .uss_error_form {
    margin-top: 35px;
    min-width: 390px;
    max-width: 390px;
}
form[action*="feedback"],
form[action*="CatalogOrderForm"] {
    margin-top: 20px;
}
form[action*="feedback"] .jq-checkbox {
    /*margin-bottom: -3px;*/
}
.fc_form_tml .elem_item:not(.captcha_item) input.styler:not([type="submit"]),
.uss_form_tml input.styler:not([type="submit"]),
#loginForm input:not([type="submit"]),
.uss_subscribe_form #subscribe_input_email,
.fc_captcha input[type="text"].styler,
.uss_form_text input,
.uss_form_captcha input,
.uss_eshop_amount_block input.basket_amount_class,
.uss_buy_one_click_pos .uss_shop_by .amount.styler,
.uss_user_basket .uss_number .uss_field input,
.fc_form_tml textarea.styler,
.uss_form_tml .uss_form_item textarea.styler,
form[name*="registrationeditform"] input[type="submit"],
form[action*="registration"] input[type="submit"],
form[action*="passrecovery"] input[type="submit"],
form[action*="changepass"] input[type="submit"] {
    width: 100%;
}
.uss_form_captcha {
    width: auto;
    max-width: 390px;
}
.section_registration .uss_error_form {
    max-width: 390px;
}

/**/
.fc_form_tml .fc_item,
.uss_form_tml .fc_item {
    margin-bottom: 20px;
}
.uss_section_content .uss_eshop_filters form .group .eshop_filters_items label,
.uss_eshop_filters .uss_eshop_filters_block .filter_producer label.for_styler,
.fc_form_tml .fc_item label,
.uss_form_tml .fc_item label,
.uss_form_tml label,
.form_styler label.sector_title {
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: inherit !important;
    margin-bottom: 0px;
}
.uss_eshop_filters_block .filter_price {
    /*font-size: 18px;*/
}
.uss_form_item.uss_form_checkbox,
.fc_form_tml .group .fc_item.fc_checkbox,
.fc_form_tml .group .fc_item.fc_checkbox &gt; .force_position_right {
    line-height: 1;
}
.uss_form_item.uss_form_checkbox &gt; label,
.fc_form_tml .group .fc_item.fc_checkbox &gt; label.force_position_right,
.fc_form_tml
    .group
    .fc_item.fc_checkbox
    div.label_under_hint.sector_title.force_position_right
    label.force_position_right {
    line-height: 22px !important;
    line-height: normal !important;
}
.fc_item.fc_checkbox .elem_item,
.fc_checkbox label.sector_title {
    vertical-align: middle;
}
/**/

.jq-checkbox__div {
    display: none;
}
.jq-checkbox {
    border-radius: 0;
    width: 20px;
    height: 20px;
    border: 0;
    background: none;
    margin: 0 8px 0 0;
    overflow: visible !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dbdbdb;
}
.jq-checkbox.checked {
    position: relative;
}
.jq-checkbox:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/galka.svg) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    background-size: 14px;
}
.jq-checkbox.checked:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/galka.svg) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    background-size: 14px;
}
form .fc_item.fc_checkbox input[type="checkbox"] {
    display: none;
}
.fc_form_tml {
    margin-bottom: 0;
}
.uss_ok_form {
    font-size: 16px;
}
.modal .uss_ok_form {
    text-align: center;
}
.markItUpHeader,
.markItUpEditor,
#emoticons {
    width: 100% !important;
    border-radius: 0 !important;
    max-width: 100%;
}
textarea.markItUpEditor {
    font-size: 15px !important;
}

.uss_section_content .uss_eshop_filters form .group .eshop_filters_items label,
.uss_eshop_filters .uss_eshop_filters_block .filter_producer label.for_styler,
.fc_form_tml .fc_item label,
.uss_form_tml .fc_item label,
.uss_form_tml label,
.form_styler label.sector_title {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .search .uss_site_search {width: 300px;}
    .main-footer &gt; .wrapper &gt; .right {
        padding-right: 0;
    }
    .uss_shop_form {
        max-width: 100%;
    }
    .uss_shop_form .fc_form_tml .jq-checkbox {
        margin-right: 10px;
    }
    form[action*="feedback"] {
        max-width: 100%;
    }
    form[action*="feedback"],
    form[action*="faq"],
    form[name*="guestbookitemaddform"],
    form[name*="faqitemaddform"],
    form[action*="basket"],
    form[action*="CatalogOrderForm"],
    form[action*="enter"],
    form[action*="registration"],
    form[action*="mycabinet"],
    form[action*="changepass"],
    form[action*="passrecovery"],
    .section_registration .uss_error_form,
    .uss_form_item.uss_form_captcha {
        max-width: 100%;
    }
    .uss_form_tml.comments_form .uss_form_item {
        float: none;
        width: 100% !important;
        margin-right: 0;
    }
    .uss_form_tml.comments_form .uss_form_item:not(.uss_form_submit) input,
    .uss_form_tml.comments_form .uss_form_item textarea {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .buy_one_click_form_tml .buy_one_click_window_wrap a.close,
    .catalog_orderform_tml .catalog_orderform_window_wrap a.close {
        right: 7px;
        top: 7px;
    }
}
/*&amp;#209;Ñ&amp;#208;&amp;#190;&amp;#209;à&amp;#208;&amp;#188;&amp;#209;ã &amp;#208;&amp;#189;&amp;#208;∞ &amp;#209;&amp;#129;&amp;#208;∞&amp;#208;&amp;#185;&amp;#209;Ç&amp;#208;µ end*/

/*&amp;#208;&amp;#191;&amp;#208;&amp;#190;&amp;#208;ª&amp;#208;µ &amp;#208;&amp;#190;&amp;#209;&amp;#710;&amp;#208;&amp;#184;&amp;#208;±&amp;#208;&amp;#186;&amp;#208;&amp;#184; &amp;#208;&amp;#178; &amp;#209;Ñ&amp;#208;&amp;#190;&amp;#209;à&amp;#208;&amp;#188;&amp;#208;µ*/
.uss_error_form {
    padding: 5px 12px 5px;
    background: #ff8a80;
    border-color: #c62828;
    border-radius: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
form .uss_error_form {
    width: 100%;
    min-width: 100%;
}
form input.styler.error,
form input.error_field,
form textarea.styler.error,
form textarea.error_field {
    border-color: #c62828 !important;
}
.fc_form_tml .hintError {
    font-size: 16px;
}
.catalog_orderform_tml .fc_form_tml textarea + .hintError {
    margin-top: -5px;
}
.uss_error_form ol {
    margin: 5px 0;
    list-style-type: decimal;
    list-style-position: inside;
}
.uss_error_form ol li {
    font-size: 16px !important;
    color: #000;
    line-height: normal;
    margin: 0 0 7px 0px !important;
    padding: 0 0 0 0px;
    font-weight: 400 !important;
}
.uss_error_form ol li:last-child {
    margin-bottom: 0 !important;
}
.uss_error_form ol li b {
    font-weight: 700;
}
/*&amp;#208;&amp;#191;&amp;#208;&amp;#190;&amp;#208;ª&amp;#208;µ &amp;#208;&amp;#190;&amp;#209;&amp;#710;&amp;#208;&amp;#184;&amp;#208;±&amp;#208;&amp;#186;&amp;#208;&amp;#184; &amp;#208;&amp;#178; &amp;#209;Ñ&amp;#208;&amp;#190;&amp;#209;à&amp;#208;&amp;#188;&amp;#208;µ end*/

@media (min-width: 1850px) {
    .sliders-block .slider.main-slider {
        height: 650px !important;
    }
    .small-sliders .small-slider {
        height: 301px !important;
    }
}
@media (max-width: 1850px) {
    /* .header-content {
        min-width: 100%;
        margin: 20px 0 0 0px;
        padding-left: 25px;
    }*/
    .header .call_me {
        order: 3;
    }
    .aside.aside-left,
    .aside.aside-left .sidebar-inner.sidebar-fixed,
    .articles-news-current-page .aside.aside-right {
        min-width: 30%;
        width: 30%;
    }
    /*.txt-page .aside.aside-left, .txt-page .aside.aside-left .sidebar-inner {*/
    /*min-width: 20%;*/
    /*width: 250px;*/
    /*}*/
    .aside.aside-left .sidebar-inner {
        width: 100%;
    }
    .news-tabs &gt; li &gt; span {
        font-size: 15px;
        padding: 9px 12px;
    }
    .block.news.txt-right .news_block_item .image {
        max-width: 30%;
    }
    .footer_contacts {
        margin: 40px 0;
        font-size: 26px;
    }
}

@media (max-width: 1620px) {
    h1 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .news-current-page h1 {
        font-size: 30px;
    }
    .news-list-page .container {
        padding-top: 15px;
    }
    .news-list-page .aside.aside-right {
        /*margin-top: 35px !important;*/
        margin-top: 27px !important;
    }
    .uss_news_fulltext p, .uss_section_content ul li {
        font-size: 17px;
    }
    .similar_items .news_item .title a {
        line-height: 1.2;
        font-size: 14px;
    }
    .aside.aside-left {
        margin-right: 50px;
    }
    .aside.aside-right {
        min-width: 220px;
        width: 220px;
        margin-left: 50px;
    }
    /*.txt-page .aside.aside-left, .txt-page .aside.aside-left .sidebar-inner {*/
    /*min-width: 220px;*/
    /*width: 220px;*/
    /*margin-right: 50px;*/
    /*}*/
    body:not(.articles-news-current-page) .aside.aside-right .sidebar-inner {
        width: 220px;
    }
    .block.news.txt-above .news_block_item .image,
    .block.news.txt-above .news_block_item .image img {
        width: 100%;
    }
    .block.news.txt-above .news_block_item .info {
        font-size: 24px;
    }
    .footer .slogan {
        font-size: 26px;
        line-height: normal;
    }
    .main-footer {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .header-content {
        margin-left: 0px;
    }
    .main-header .logo {
        margin-right: 40px;
    }
    .header-icons {
        /*margin-left: 40px;*/
    }
    .main-slider .slick-arrow {
        background-size: 63% !important;
    }
    .menu.top-menu &gt; ul &gt; li &gt; a {
        padding: 0px 18px;
    }
    .menu.top-menu &gt; ul &gt; li &gt; a:after {
        width: auto;
        height: 4px;
        left: 20px;
        right: 20px;
    }
}

@media (max-width: 1550px) {
    .news-list-page .aside.aside-right {
        margin-top: 27px !important;
    }
    .menu ul &gt; li &gt; a {
        font-size: 12px;
        display: inline-block;
        margin-bottom: 5px;
    }
    .menu.top-menu &gt; ul &gt; li &gt; a {
        padding: 0 22px;
    }
    .main-header .logo {
        margin-right: 25px;
    }

    .header-content {
        margin-left: 0;
    }
    .block.news.txt-right .title,
    .block.news.txt-bottom .title {
        line-height: 1.3;
        font-size: 16px;
    }
    .sliders-block .small-slider .news_block_item .title {
        font-size: 1.4vw;
        line-height: normal;
    }

    .comment_form_block
        .uss_form_tml
        .uss_form_item:not(.uss_form_checkbox)
        label {
        font-size: 17px !important;
    }
    h1 {
        font-size: 30px;
        line-height: 1.15;
    }
    .news-list-page .container h1 {
        font-size: 18px;
        margin-bottom: 7px;
    }
}
.block.news .news_block_item {
    margin-bottom: 6%;
}

@media (min-width: 1440px) {
    body, .news-current-page:not(.articles-news-current-page) .comment_form_block ~ .uss_news .news_item .info .title, .uss_news_fulltext p, .title_samenews_list {
        font-size: 21px!important;
    }
    .block.news.txt-right .title, .block.news.txt-bottom .title {
        font-size: 18px!important;
    }
    .uss_comments .comment .title .user, .comment_text, .uss_comments .add_answer {
    font-size: 18px;
	}
    
}

@media (max-width: 1440px) {
    .news-news-list-page .news_list.news_block_items .news_item {
        max-width: calc((100% - (2) * 46px) / 3);
        margin-bottom: 46px;
        margin-right: 45px;
    }
    .news-list-page:not(.news-news-list-page) .news_list.news_block_items {
        justify-content: space-between;
    }
    .news-list-page:not(.news-news-list-page) .news_list.news_block_items .news_item {
        width: 48% !important;
        margin-bottom: 4%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 48%;
    }
}

@media (max-width: 1300px) {
    .news-list-page .container {
        padding-top: 14px;
    }
    .header .call_me {
    }
    .main-header .logo {
        margin-right: 5px;
    }
    .menu.top-menu &gt; ul &gt; li &gt; a {
        padding: 0 10px;
    }

    .footer-txt {
        font-size: 16px;
    }
    .footer_contacts {
        font-size: 18px;
    }
    .footer_contacts img {
        width: 40px;
        height: auto;
    }
    .main-footer &gt; .wrapper &gt; .left {
        margin-right: 50px;
    }
    .singlepage:not(.news-list-page) .header-icons {
        /*margin-left: 20px;*/
    }
    .singlepage:not(.news-list-page) .header-icons img {
        width: 25px;
        height: 25px;
    }
    .menu.top-menu &gt; ul &gt; li &gt; a:after {
        width: auto;
        height: 4px;
        left: 10px;
        right: 10px;
    }
    .footer .right .call_me {
        font-size: 18px !important;
    }

    .news-news-list-page .news_list .news_item .info .title {
        font-size: 18px;
    }
}
@media (min-width: 1201px) and (max-width: 1620px) {
    .two-aside-col .content {
        width: calc(100% - 30% - 100px - 220px);
    }
}
@media (min-width: 1201px) {
    .burger {
        display: none;
    }
}
@media (max-width: 1200px) {
     .header-sliders-on .fixed .main-header {padding-bottom: 10px!important; padding-top: 10px!important;}
    .header-blocks-wrap .top-menu .burger__icon {
        display: none !important;
    }
    .news_list .news_item .info .title,
    .news-current-page
        .uss_news:not(.news_exact_item)
        &gt; .news_list
        .news_item
        .title {
        font-size: 21px;
    }
    .singlepage .header {
        box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    }
    .main-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header .logo img {
        margin: 0;
    }
    .header-content {
        margin: 0;
        padding: 0;
    }
    .singlepage:not(.news-list-page) .header-icons img {
        width: 25px;
        height: 25px;
    }

    .main-header .logo {
        margin-right: 0px;
    }
    .header-icons {
        margin-left: 0px;
        position: relative;
        top: auto;
        right: auto;
    }
    .header-content {
        justify-content: flex-end;
        gap: 25px;
        padding-right: 25px;
    }
    .header .search,
    .header .search_close {
        position: static;
    }
    .search_opener.opened + .search_close {
      
        padding-left: 8px;
    }
    .header .search .search_opener:before {
        position: relative;
    }
    .header .uss_site_search {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        box-shadow: 0px 8px 15px rgb(0 0 0 / 15%);
    }
    .aside {
        display: none;
    }
    .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .news-list-page .container {
        padding-top: 14px;
    }

    h1 {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 25px;
    }
    .block.news.txt-above .news_block_item .info,
    .news_list .news_item .info .title,
    .news-current-page
        .uss_news:not(.news_exact_item)
        &gt; .news_list
        .news_item
        .title {
        font-size: 20px;
    }
    .news_list.news_block_items .news_item {
        margin-bottom: 0;
    }
    .uss_comments .comment:before {
        width: 50px;
        height: 50px;
        background-size: 20px;
    }
    .uss_comments .comment {
        position: relative;
        padding: 20px 0 20px 70px;
        min-height: 50px;
    }

    .burger {
        position: relative;
        background: none;
        border: 0;
        padding: 0;
        color: #000;
        cursor: pointer;
        height: 40px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .burger__title {
        font-size: 18px;
        line-height: 1;
        margin-right: 15px;
        margin-bottom: -2px;
    }
    .burger__icon {
        position: relative;
        width: 24px;
        min-width: 24px;
        height: 19px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-box-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .burger__icon span {
        width: 100%;
        background: #000;
        border-radius: 2px;
        height: 2px;
    }
    .burger.active .burger__icon span {
        display: none;
    }
    .burger.active .burger__icon:before,
    .burger.active .burger__icon:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 22px;
        height: 2px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
    }
    .burger.active .burger__icon:after {
        content: "";
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .pda_menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.45);
        z-index: 10000;
        overflow: hidden;
    }
    .pda_menu .mmenu_holder &gt; ul {
        background: none;
    }
    .pda_menu.opened {
        background: #e1e1e1;
        display: block !important;
    }
    .pda_menu.opened .lh_menu_holder {
        left: 0;
        right: auto;
        -webkit-transition: all 0.23s ease-in-out;
        transition: all 0.23s ease-in-out;
    }
    .pda_menu .close {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 30;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .pda_menu .close:before,
    .pda_menu .close:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 30px;
        height: 2px;
        background: #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 14px;
    }
    .pda_menu .close:after {
        content: "";
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .pda_menu .close img {
        display: none;
    }
    .pda_menu .close:hover {
        background-position: -26px 0;
    }

    .menu {
        width: 100%;
        padding: 0px 15px 0px 15px;
        margin: 0;
    }
    .menu &gt; ul,
    .menu &gt; ul &gt; li {
        display: inline-block;
    }
    .menu.top-menu &gt; ul &gt; li:not(:first-child) &gt; a:before,
    .menu.top-menu &gt; ul &gt; li &gt; a:after {
        display: none;
    }
    .pda_menu a {
        height: auto;
        padding: 10px 15px 10px 10px !important;
        line-height: normal;
        white-space: normal;
        text-align: left;
        display: block;
    }
    .pda_menu a:hover,
    .pda_menu a.active {
        color: red;
    }
    .menu.top-menu &gt; ul &gt; li &gt; a {
        display: block;
    }
    .pda_menu .dop-menu &gt; .wrapper {
        padding: 0;
    }

    .pda_menu__inner .top-menu .burger__icon {
        display: none;
    }
    .pda_menu__inner .top-menu ul,
    .pda_menu__inner .top-menu li {
        display: inline;
    }
    .pda_menu__inner .dop-menu {
        padding: 0px 15px 0px 15px;
        margin: 0;
        top: 0;
    }

    .bottom-bnr {
        margin-top: 50px;
    }
    .footer-txt a[href*="privacy-policy"] {
        margin: 17px 0 0 0;
        display: block;
    }
    .main-footer &gt; .wrapper &gt; .left {
        margin-right: 50px;
    }
    .footer .logo img {
        max-width: 180px;
        height: auto;
    }
    .footer-txt,
    .footer_contacts {
        font-size: 20px;
    }
    .header-widget,
    .header .call_me,
    .header .menu,
    .weatherInformer22-exchange {
        display: none !important;
    }
    .header .top-menu {
        position: absolute;
        display: block !important;
        width: auto;
    }
    .pda_menu__inner .top-menu &gt; ul &gt; li &gt; a,
    .pda_menu__inner .dop-menu &gt; .wrapper &gt; ul &gt; li &gt; a,
    .pda_menu__inner .dop-menu &gt; ul &gt; li &gt; a {
        font-size: 20px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
    }
    .pda_menu__inner .top-menu ul {
        display: block;
        width: 100%;
    }

    .singlepage.in-bottom-menu .main-header + .dop-menu {
        display: none !important;
    }
} /*1200*/

@media (max-width: 1000px) {
    .aside {
        display: none;
    }
    .news-news-list-page .news_list.news_block_items .news_item {
        max-width: calc((100% - (1) * 30px) / 2);
        margin-right: 28px;
    }
    .news-news-list-page .news_list.news_block_items .news_item:nth-of-type(3n) {
        margin-right: 28px;
    }
    .singlepage.news-news-list-page .news_list.news_block_items .news_item:nth-of-type(2n) {
        margin-right: 0;
    }
    
}
@media (max-width: 799px) {
	.header-exchange {
		display: none;
	}
}
@media (max-width: 768px) {
    .uss_news_fulltext p {
    	font-size: 21px;
        line-height: 1.5em;
    }
    .header .logo img {
        max-width: 140px;
    }
    h1 {
        font-size: 24px;
        font-weight: 500;
    }

    .block.news.txt-above .news_block_item .info,
    .news_list .news_item .info .title{
        font-size: 19px;
    }
    
    .news-current-page .uss_news:not(.news_exact_item) &gt; .news_list .news_item .title {
        font-size: 20px;
    }
    .uss_news_social_links,
    .news-current-page .uss_news:not(.news_exact_item),
    .bottom-bnr {
        margin-top: 30px;
    }
    .comment_form_block {
        margin: 30px 0;
    }
    .news-list-page:not(.news-news-list-page) .news_list.news_block_items .news_item,
    .articles-news-current-page .news_list.news_block_items .news_item {
        margin-bottom: 0px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .news-list-page:not(.news-news-list-page) .news_list.news_block_items .news_item + .news_item,
    .articles-news-current-page
        .news_list.news_block_items
        .news_item
        + .news_item {
        margin-top: 30px;
    }
    .news-list-page:not(.news-news-list-page) .news_list.news_block_items .news_item {
        width: 100% !important;
        max-width: 100%;
    }
    .news-list-page:not(.news-news-list-page) .news_list.news_block_items .news_item:nth-of-type(2n),
    .news-list-page:not(.news-news-list-page) .news_list.news_block_items .news_item:nth-of-type(3n) {
        margin-right: 0;
    }

    .comment_form_block .uss_form_tml .uss_form_item.uss_form_submit input,
    .fc_form_tml input[type="submit"].styler {
        width: 100%;
    }
    .articles-news-current-page .news_list.news_block_items .news_item {
        max-width: 100%;
        margin-right: 0;
    }
    .main-footer &gt; .wrapper {
        display: block;
    }
    .main-footer {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .main-footer &gt; .wrapper &gt; .left {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        margin-bottom: 18px;
    }
    .footer .call_me {
        padding-right: 0px;
    }
    .footer .logo img {
        max-width: 180px;
        height: auto;
    }
    .main-footer {
        text-align: center;
    }
    .footer .slogan,
    .footer-txt {
        font-size: 18px;
        line-height: 1.1;
    }
    .footer_contacts {
        margin: 20px 0;
        font-size: 18px;
        justify-content: center;
    }
    .footer_contacts .tg img {
        display: block;
        width: 40px;
        height: auto;
    }
    .footer-cookie-txt {
        font-size: 16px;
        line-height: normal;
    }
    .uss_comments .comment:before {display: none;}
    .uss_comments .comment {    padding: 20px 0 20px 20px; font-size: 15px;}
    
}
@media (max-width: 767px) {
    .news-current-page:not(.articles-news-current-page) .comment_form_block ~ .uss_news .news_item {
        max-width: 100%;
    }
	.comment_form_block .uss_form_tml .uss_form_item:not(.uss_form_checkbox) label, #ommentaddform_id .uss_form_item:not(.uss_form_checkbox) label {
	    font-size: 15px !important;
	}
}
@media (max-width: 600px) {
    .header .logo img {
        max-width: 100px;
    }
    .burger__icon {
        width: 40px;
        min-width: 24px;
        height: 30px;
    }
    .burger__title {
        display: none;
    }
    .burger__icon span {
        height: 4px;
    }
    .header-content &gt; * {
        display: none;
    }

    .header-blocks-wrap .top-menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
        gap: 12px 7px;
            max-width: 210px;
    }
    .header-blocks-wrap .top-menu a.active {
        color: red;
    }
    .header-blocks-wrap .top-menu &gt; ul &gt; li &gt; a {
        font-size: 16px;
    }

    .menu &gt; ul,
    .menu &gt; ul &gt; li {
        display: block;
    }

    .captcha_colors {
	    display: flex;
    }

    .news-news-list-page .news_list.news_block_items .news_item {
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
}

@media (max-width: 599px) {
	.wrap_news_date_section_name_social_links {
		display: block;
	}
	.uss_social_links {
	    padding-left: 0px;
	    margin-top: 10px;
	}
}

.meteoservice-3507158638.compact-mode td,
.meteoservice-3507158638.compact-mode th {
    min-width: auto;
}
#informer .header {
    background: initial;
    min-width: auto;
}
#informer table {
    background-color: transparent !important;
}
#informer table td,
#informer table th {
    background-color: transparent !important;
}
.header-widget a {
    text-decoration: none !important;
}
.meteoservice-3278433631.compact-mode {
    display: flex !important;
}

.header-sliders-off .menu.dop-menu ul &gt; li &gt; a {
    font-weight: 400;
    text-transform: none;
    color: #525252;
}
.header-sliders-off .menu.dop-menu ul &gt; li &gt; a:hover,
.header-sliders-off .menu.dop-menu ul &gt; li &gt; a.active {
    text-decoration: underline;
}
#informer table td.wind {
    display: none;
}
.weatherInformer22-city,
.weatherInformer22-icon,
.weatherInformer22-wind,
.weatherInformer22-temp,
.weatherInformer22-pressure,
.weatherInformer22-humidity {
    display: none;
}
.weatherInformer22-exchange {
    font-size: 14px;
}
.ww-informers-box-854753 {
    display: flex;
    align-items: center;
}

.news-list-page .news_list.news_block_items .news_item.banner:empty,
.uss_widget_outer_content .banner:empty {
    display: none;
}

#informer table th i {
    font-size: 20px !important;
}
.compact-mode {
    display: flex !important;
    margin-top: -1px !important;
}
.header-sliders-off .dop-menu {
    top: 0;
}
.footer .right .call_me {
    font-size: 26px;
    color: #232323;
}
.news_tags {
    margin: 0 0 1em;
    font-size: 15px;
    color: #8f8b8b;
    margin-bottom: 7px;
    display: block;
}
.footer .call_me {
    font-size: 15px;
    color: #e31b1b;
    white-space: nowrap;
    padding-right: 14px;
}

.news-list-page .aside.aside-right {
    margin-top: 66px;
}
.articles-news-current-page .news_item .title a {
    font-size: 18px;
}
.to-top-btn {
    border: 2px solid #727272;
    box-shadow: 0 0 4px 0 rgb(136 136 136 / 75%);
    width: 35px;
    height: 35px;
}
.uss_privacy_policy_wrap {
    position: fixed;
}
.main-footer &gt; .wrapper &gt; .left {
    flex-direction: column;
    justify-content: center;
}

.news_block_item .date,
.news_list .news_item .date {
    display: none;
}

.similar_items .news_item .info {
    display: flex;
}

.sliders-block {
    margin: 0 auto 9px;
    transform: scale(0.95);
}
.nextNewsWrap {
   display: none;
}
a.show-hide-link {
    cursor: pointer;
    font-size: 14px;
    color: #747070;
    text-decoration: underline;
}
a.show-hide-link:hover{
   text-decoration: none; 
}
.author {
    text-align: right;
    font-size: 15px;
    margin-bottom: 20px;
    font-style: italic;
}
.exchange-name, .exchange-value, .exchange {
	display: inline-block;
	font-size: 14px;
}

.uss_search_finded_link {
	display: flex;
}
.content .section .uss_search_finded_link  img{
	max-width: unset;
}
.news_search_date {
    font-size: 15px;
    color: #a5a3a3;
}
.wrap_news_search_image {
	margin: 5px 20px 5px 5px;
}</pre></body></html>