@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap);

:root {
    --color_whitewhite: 255 255 255;
    --color_blackblack: 0 0 0;
    --color_white: 255 255 255;
    --color_white_back: 249 249 249;
    --color_white_border: 235 235 235;
    --color_black: 0 0 0;
    --color_black_second_text: 36 36 36;
    --color_gray_text: 152 152 152;
    --color_gray_icon: 177 177 177;
    --color_gray_icon_alt: 196 196 196;
    --color_red: 255 35 35;
    --color_red_light: 255 71 93;
    --color_1: 243 175 0;
    --color_1_hover: 225 156 0;
    --color_1_link: 255 165 0;
    --color_1_link_hover: 232 125 0;
    --standart_font: 'Roboto', sans-serif;
    --standart_font_size: 16px;
    --second_font: 'Nunito', sans-serif;
    --second_font_size: 14px;
    --standart_border_radius: 6px;
    --standart_margin_lr: 15px;
    --header_height: 60px;
    --user_page_image_height: 180px;
    --topslider_height: 352px
}

@font-face {
    font-family: Roboto, sans-serif;
    font-display: auto;
    src: url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100;1,300;1,400;1,500;1,700;1,900)
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.woff?258h11) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.icon-angle-down-solid:before {
    content: "\e900"
}

.icon-image:before {
    content: "\e90d"
}

.icon-checkmark:before {
    content: "\ea10"
}

.icon-arrow-up-right:before {
    content: "\ea33"
}

* {
    margin: 0;
    padding: 0;
    color: rgb(var(--color_black));
    box-sizing: border-box;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
    font-family: var(--standart_font);
}

body {
    min-height: 100vh;
    padding: 0 !important;
    position: relative;
    background: rgb(var(--color_white_back));
    overflow: overlay;
    overflow-x: hidden;
    font-size: var(--standart_font_size);
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    background: rgb(177 177 177 / 50%);
    border-radius: 100px
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(177 177 177 / 100%)
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0)
}

::selection {
    background: rgb(var(--color_black_second_text));
    color: rgb(var(--color_white))
}

:focus {
    outline: 0
}

a {
    color: #13038f;
    text-decoration: none
}

a:hover {
    color: rgb(var(--color_1_link_hover));
    text-decoration: none
}

em {
    font-style: italic;
    display: contents !important;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=file] {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    width: 20px;
    font-size: var(--second_font_size);
    color: rgb(var(--color_gray_text))
}

input[type=file]:before {
    font-family: icomoon;
    content: '\e90d';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    color: rgb(var(--color_gray_icon));
    font-size: 20px
}

input[type=file].loaded:before, input[type=file]:hover:before {
    color: rgb(var(--color_1))
}

input[type=file]::file-selector-button {
    display: none
}

input[type=file].loaded {
    width: auto
}

.h1, h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px
}

.h2, h2 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 26px
}

.h3, h3 {
    font-size: 24px;
    margin-bottom: 18px;
    margin-top: 18px
}

.h5, h5 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 16px;
    margin-top: 20px
}

* > .h5:first-child, * > h5:first-child {
    margin-top: 0
}

p {
    margin-bottom: 30px
}

figure {
    position: relative;
    margin: 0
}
.fr-img-wrap {
    position: relative;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, 
figure figcaption,
.fr-inner {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 12px !important;
    color: #d7d7d7;
    background: rgba(var(--color_blackblack)/ .65);
    padding: 6px 10px;
    border-radius: var(--standart_border_radius);
    width: auto;
    z-index: 2;
    max-width: calc(100% - 30px)
}

.page {
    position: relative
}

.microd {
    width: 1px;
    height: 1px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1
}

.test-block {
    width: 100%;
    height: 4000px;
    background: rgb(var(--color_white_border))
}

.fa, .fa:before {
    font-family: 'Font Awesome 5 Pro'
}

.path-fill-white_border {
    fill: rgb(var(--color_white_border))
}

.path-fill-white {
    fill: rgb(var(--color_white))
}

.path-fill-gray_text {
    fill: rgb(var(--color_gray_text))
}

.lazyloaded {
    transition: opacity .2s
}

.container {
    padding-left: var(--standart_margin_lr);
    padding-right: var(--standart_margin_lr)
}

.row {
    --bs-gutter-x: calc(var(--standart_margin_lr) * 2)
}

.btn, .btn * {
    color: rgb(var(--color_black))
}

.btn {
    font-weight: 400;
    border-radius: var(--standart_border_radius);
    padding: 6px 16px;
    font-family: var(--second_font)
}

.btn:hover {
    transform: scale(1.02);
    color: initial
}

.btn:active {
    transform: scale(.98)
}

.btn.btn-big {
    padding: 16px 30px;
    font-size: calc(var(--standart_font_size) + 2px);
    font-weight: 700
}

.btn-primary, .btn-primary * {
    color: rgb(var(--color_white))
}

.btn-primary {
    background-color: rgb(var(--color_1));
    border-color: rgb(var(--color_1))
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-check:focus + .btn-primary, .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .show > .btn-primary.dropdown-toggle {
    background-color: rgb(var(--color_1_hover));
    border-color: rgb(var(--color_1_hover))
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-check:focus + .btn-primary, .btn-primary.active:focus, .btn-primary:active:focus, .btn-primary:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(var(--color_1_hover) / 50%)
}

.btn-light {
    background-color: rgb(var(--color_white));
    border-width: 1px;
    border-style: solid;
    border-color: rgb(var(--color_white_border));
    color: rgb(var(--color_black_second_text))
}

.btn-light:hover {
    color: rgb(var(--color_black));
    background-color: rgb(var(--color_white_back));
    border-color: rgb(var(--color_white_border))
}

.btn-add-news, .btn-add-news * {
    color: rgb(var(--color_blackblack))
}

.btn-add-news {
    background: rgb(var(--color_1));
    margin-bottom: 15px;
    width: 100%;
    max-width: 400px;
    padding: 14px 16px
}

.btn-add-news i {
    font-size: calc(var(--standart_font_size) + 12px);
    position: relative;
    top: calc(var(--standart_font_size) - 11px);
    height: 1px;
    line-height: 0
}

.btn-add-news.btn-add-news-wa i {
    font-weight: 100
}

.alert {
    padding: 15px;
    border: 0;
    border-radius: var(--standart_border_radius)
}

.alert, .alert * {
    color: rgb(var(--color_whitewhite));
    font-size: var(--second_font_size);
    line-height: 120%
}

.alert-danger {
    background: rgb(var(--color_red))
}

.alert-secondary {
    color: rgb(var(--color_blackblack))
}

.form-control, .form-select, input[type=number], input[type=password], input[type=tel], input[type=text], textarea {
    background-color: rgb(var(--color_white)) !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(var(--color_white_border));
    border-radius: var(--standart_border_radius);
    color: rgb(var(--color_black));
    padding: 10px 15px;
    width: 100%;
    min-height: 46px
}

.form-control:focus, .form-select:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 0 2px rgb(var(--color_white_border));
    border-color: rgb(var(--color_white_border));
    background-color: rgb(var(--color_white)) !important;
    color: rgb(var(--color_black))
}

input.form-control:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: rgb(var(--color_white)) !important;
    color: rgb(var(--color_black)) !important
}

.form-label {
    font-weight: 400;
    font-size: var(--second_font_size);
    line-height: 100%;
    color: rgb(var(--color_black_second_text))
}

.custom-label {
    position: relative
}

.custom-label .form-label {
    position: absolute;
    top: -4px;
    left: 10px;
    cursor: auto;
    transition: .2s;
    font-size: 12px;
    padding: 0 5px;
    background: rgb(var(--color_white))
}

.form-check {
    margin-bottom: 0;
    min-height: 0;
    width: fit-content;
    cursor: pointer
}

.form-check * {
    cursor: pointer
}

.form-check .form-check-input[type=checkbox] {
    width: 16px;
    height: 16px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(var(--color_white_border));
    border-radius: 2px;
    display: flex;
    box-sizing: border-box;
    top: -5px
}

.form-check:hover .form-check-input[type=checkbox] {
    border-color: rgb(var(--color_1))
}

.form-check .form-check-input[type=checkbox]:before {
    font-family: icomoon;
    content: '\ea10';
    position: absolute;
    top: 0;
    left: 2px;
    font-weight: 500;
    color: rgb(var(--color_white));
    font-size: 12px;
    display: none
}

.form-check .form-check-input[type=checkbox]:checked {
    border-color: rgb(var(--color_1));
    background-color: rgb(var(--color_1));
    background-image: none
}

.form-check .form-check-input[type=checkbox]:checked:before {
    display: flex
}

.form-check .form-check-label {
    padding-left: 10px
}

.form-check-small .form-check-label {
    font-size: var(--second_font_size);
    color: rgb(var(--color_black_second_text));
    padding-left: 6px;
    margin-top: 1px
}

.d-none {
    display: none !important
}

.curs-point {
    cursor: pointer
}

.btn-close {
    background: 0 0;
    width: 20px;
    height: 20px;
    position: relative;
    padding: 0 !important;
    margin: -20px -5px 0 0 !important;
    opacity: 1
}

.btn-close:focus {
    box-shadow: none
}

.btn-close:after, .btn-close:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgb(var(--color_gray_text));
    position: absolute;
    top: calc(50% - .5px);
    left: 0;
    border-radius: 100px
}

.btn-close:before {
    transform: rotate(45deg)
}

.btn-close:after {
    transform: rotate(-45deg)
}

.btn-close:hover:after, .btn-close:hover:before {
    background: rgb(var(--color_1_hover))
}

.btn-close:active {
    transform: scale(.9)
}

.emu-radio {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    position: relative;
    top: -1px
}

.emu-radio:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%
}

.emu-radio:before {
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(var(--color_white_border))
}

.active > .emu-radio:before {
    border-width: 5px;
    border-color: rgb(var(--color_1))
}

:hover > .emu-radio:before {
    border-color: rgb(var(--color_1))
}

.custom-select {
    position: relative
}

.custom-select ::selection {
    background: inherit;
    color: inherit
}

.custom-select-list {
    display: flex;
    position: absolute;
    flex-direction: column;
    transition: .2s;
    z-index: 98;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background: rgb(var(--color_white));
    width: 240px;
    max-width: calc(100vw - (var(--standart_margin_lr) * 2));
    border-radius: var(--standart_border_radius);
    border: 1px solid rgb(var(--color_white_border));
    top: 100%;
    transform: scaleY(0);
    transform-origin: top center
}

.custom-select.active .custom-select-list {
    transform: scaleY(1)
}

.custom-select-option-input {
    display: none
}

.custom-select-option-active {
    cursor: pointer;
    display: flex;
    align-items: center
}

.custom-select-option-active span {
    font-weight: 500
}

.custom-select-option-active:hover span {
    color: rgb(var(--color_1_link))
}

.custom-select-option-active:active span {
    transform: scale(.96)
}

.custom-select-option-active:after {
    font-family: icomoon;
    content: '\e900';
    color: rgb(var(--color_1));
    font-size: 7px;
    margin-left: 7px;
    transition: .2s linear
}

.custom-select.active .custom-select-option-active:after {
    transform: rotate(180deg)
}

.custom-select-item {
    color: rgb(var(--color_black));
    font-size: var(--second_font_size);
    padding: 10px 15px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.custom-select-item:last-of-type {
    padding-bottom: 20px
}

.custom-select.select-city .custom-select-item:nth-of-type(2) {
    padding-top: 20px
}

.custom-select-item.active, .custom-select-item.active:hover {
    color: rgb(var(--color_black));
    cursor: default
}

.custom-select.select-city {
    height: calc(var(--header_height) - 1px);
    display: flex;
    align-items: center
}

.custom-select.select-city .custom-select-item[title=all_cities] {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 500;
    border-bottom: 1px solid rgb(var(--color_white_back))
}

.custom-select.select-city .custom-select-list {
    left: -46px;
    z-index: -1;
    border-radius: 0 0 var(--standart_border_radius) var(--standart_border_radius)
}

.custom-select.select-category {
    margin-left: 30px
}

.custom-select.select-category * {
    font-size: var(--second_font_size);
    font-family: var(--standart_font);
    font-weight: 400
}

.custom-select.select-category .custom-select-list {
    right: 0;
    top: calc(100% + 7px)
}

.custom-select.select-category .custom-select-option, .custom-select.select-category .custom-select-option-active {
    height: 100%
}

.custom-select.select-category .custom-select-option-active span {
    white-space: nowrap
}

.custom-select.select-category .custom-select-item {
    padding: 6px 15px;
    justify-content: flex-end
}

.custom-select.select-category .custom-select-item:first-of-type {
    padding-top: 12px
}

.custom-select.select-category .custom-select-item:last-of-type {
    padding-bottom: 12px
}

.form-check-input:focus {
    box-shadow: none
}

.form-check-input:active {
    filter: brightness(1)
}

.form-switch {
    padding-left: 0;
    display: flex;
    align-items: center
}

.form-switch, .form-switch * {
    cursor: pointer
}

.form-switch label {
    padding-left: 20px
}

.form-switch:hover label {
    color: rgb(var(--color_1_link))
}

.form-switch .form-check-input {
    width: 38px;
    height: 20px;
    margin-left: 0;
    margin-top: -2px;
    margin-right: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(var(--color_white_border));
    background-color: rgb(var(--color_white));
    background-image: none !important;
    position: relative;
    transition: 0
}

.form-switch:hover .form-check-input {
    border-color: rgb(var(--color_1))
}

.form-switch .form-check-input:checked, .form-switch .form-check-input:checked:before, .form-switch .form-check-input:hover, .form-switch .form-check-input:hover:before {
    transition: .2s
}

.form-switch .form-check-input:checked {
    border-color: rgb(var(--color_1));
    background-color: rgb(var(--color_1))
}

.form-switch .form-check-input:before {
    content: '';
    width: 16px;
    height: 16px;
    background: rgb(var(--color_white_border));
    position: absolute;
    border-radius: 100%;
    top: 1px;
    left: 1px
}

.form-switch:hover .form-check-input:before {
    background: rgb(var(--color_1))
}

.form-switch .form-check-input:checked:before {
    left: calc(100% - 17px);
    background: rgb(var(--color_white))
}

.modal-body, .modal-header {
    padding: 20px
}

.modal-dialog {
    margin: auto;
    display: flex;
    align-items: center;
    min-height: 100%
}

.modal-content {
    background-color: rgb(var(--color_white));
    border: 1px solid rgb(var(--color_white_border));
    border-radius: var(--standart_border_radius)
}

.modal-header {
    border-bottom: 0
}

.select2-container .select2-choice, .select2-container-multi .select2-choices, .select2-drop, .select2-drop-active, .select2-drop.select2-drop-above, .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form input[type=tel], .um .um-form input[type=text], .um .um-form textarea, .um .upload-progress {
    background: 0 0;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(var(--color_white_border)) !important;
    border-radius: var(--standart_border_radius) !important
}

.um .um-form input[type=number]:focus, .um .um-form input[type=password]:focus, .um .um-form input[type=tel]:focus, .um .um-form input[type=text]:focus, .um .um-form textarea:focus {
    background: 0 0;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(var(--color_white_border)) !important;
    border-radius: var(--standart_border_radius) !important;
    box-shadow: 0 0 0 2px rgb(var(--color_white_border)) !important
}

.um-field-label label {
    font-weight: 400;
    font-size: var(--second_font_size) !important;
    line-height: 100% !important;
    padding-left: var(--standart_border_radius)
}

.um-col-alt {
    margin: 0
}

.um-row {
    margin-bottom: 20px !important
}

.um-11.um {
    max-width: 100% !important;
    margin: 0 !important
}

.um-field {
    padding: 0 !important;
    margin-bottom: 15px
}

.um-field-checkbox {
    cursor: pointer;
    width: fit-content;
    display: flex !important
}

.um-field-checkbox-option, .um-field-radio-option {
    font-size: var(--second_font_size) !important;
    line-height: 100% !important;
    margin-left: 15px;
    color: rgb(var(--color_gray_text)) !important
}

.um-field-checkbox:hover .um-field-checkbox-option, .um-field-checkbox:hover .um-field-radio-option {
    color: rgb(var(--color_1_link)) !important
}

.um-field-checkbox-state {
    top: -2px;
    position: relative
}

.um-field-checkbox-state, .um-field-checkbox-state:before, .um-field-radio-state {
    width: 16px;
    height: 16px
}

.um-field-checkbox-state:before {
    content: '';
    border-width: 1px;
    border-style: solid;
    border-color: rgb(var(--color_white_border));
    border-radius: 2px;
    display: flex;
    box-sizing: border-box
}

.um-field-checkbox:hover .um-field-checkbox-state:before {
    border-color: rgb(var(--color_1))
}

.um-field-checkbox-state:after {
    font-family: icomoon;
    content: '\ea10';
    position: absolute;
    top: 1;
    left: 3px;
    font-weight: 500;
    color: rgb(var(--color_white));
    font-size: 12px;
    display: none
}

.um-field-checkbox input:checked + .um-field-checkbox-state:before {
    border-color: rgb(var(--color_1));
    background-color: rgb(var(--color_1))
}

.um-field-checkbox input:checked + .um-field-checkbox-state:after {
    display: flex
}

.um-field-checkbox-state i {
    display: none !important
}

.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
    background: rgb(var(--color_1));
    border-radius: var(--standart_border_radius);
    color: rgb(var(--color_blackblack))
}

.um a.um-button:hover, .um input[type=submit].um-button:hover {
    background: rgb(var(--color_1_hover))
}

#loginModal .modal-dialog {
    max-width: 360px
}

.password-reset-link {
    margin: 10px auto;
    display: table
}

.ual_error {
    margin-bottom: 20px
}

.ual_error:empty {
    display: none
}

.searchform {
    width: 100%;
    display: flex;
    background: rgb(var(--color_white));
    border: 1px solid rgb(var(--color_white_border));
    border-radius: 100px;
    height: 100%
}

.searchform input[type=search] {
    width: 100%;
    background: 0 0;
    border: none;
    border-radius: 0;
    padding: 6px 20px 5px;
    font-family: var(--standart_font);
    font-weight: 400
}

.searchform input[type=search]::placeholder {
    color: rgb(var(--color_gray_icon_alt))
}

.searchsubmit {
    width: 60px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.searchsubmit button {
    z-index: 2;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.searchsubmit img, .searchsubmit svg {
    width: 20px;
    height: 20px
}

.searchsubmit svg path {
    fill: #a3a3a3;
    stroke: #a3a3a3
}

.searchsubmit:hover svg path {
    fill: rgb(var(--color_1));
    stroke: rgb(var(--color_1))
}

.searchsubmit:active img, .searchsubmit:active svg {
    transform: scale(.92)
}

.fbx-rounded .fbx-inner {
    border: 0
}

.fbx-rounded .fbx-prev {
    left: -36px
}

.fbx-rounded .fbx-next {
    right: -36px
}

.tegs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

.tegs a {
    display: flex;
    align-items: center;
    font-size: var(--second_font_size);
    color: rgb(var(--color_gray_text));
    margin-left: 20px
}

.tegs a:before {
    content: '#'
}

.tegs a:hover {
    color: rgb(var(--color_1_link))
}

body.error404 .banners {
    display: none !important
}

.block-404 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 90px
}

.page-content .block-404-text-b {
    font-size: 180px;
    font-weight: 900;
    color: rgb(var(--color_1));
    line-height: 100%
}

.page-content .block-404-text-m p {
    font-size: 30px
}

.page-content .block-404-text-m a .fa {
    color: rgb(var(--color_1));
    margin-right: 5px
}

.page-content .block-404-text-m a:hover .fa {
    color: rgb(var(--color_1_link_hover1_))
}

.banners {
    overflow: hidden;
    border-radius: var(--standart_border_radius);
    position: relative
}

.banners-list {
    display: flex
}

.banners-list .slick-list, .banners-list .slick-track {
    min-width: 100%
}

.sidebar .banners-list, .sidebar .banners-slider .slick-list, .sidebar .banners-slider .slick-track {
    min-height: 100%;
    width: 100%
}

.banners-slider .slick-track {
    display: flex
}

.banners-header {
    position: relative;
    z-index: 100;
    margin-top: -1px
}

.banners-modal .banner-main-image img {
    height: auto
}

.banners.banners-bottom-fixed, .banners.banners-bottom-fixed .banner-item-in, .banners.banners-header {
    overflow: hidden;
    border-radius: 0
}

.banner-item {
    position: relative;
    height: auto;
    display: flex !important;
    align-items: center
}

.banner-item-in {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
    display: flex !important;
    align-items: center;
    overflow: hidden
}

.banner-main-image {
    width: 100%;
    position: relative;
    z-index: 2
}

.banners-bottom-fixed .banner-main-image {
    margin-top: auto
}

.banners .banner-main-image .container {
    padding: 0
}

.banners.banners-bottom-fixed .banner-main-image .container, .banners.banners-header .banner-main-image .container {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5)
}

.banner-main-image img {
    width: 100%;
    height: auto;
    max-height: 100%
}

.banner-back, .banner-back img, .banner-back-color, .banner-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0
}

.banner-back img, .page-content .banner-back img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.banner-link {
    z-index: 3
}

.banner-item-text {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

.sidebar-in {
    display: flex;
    flex-wrap: wrap
}

.sidebar .banners.banners-sidebar .banners-list:not(.slick-initialized) {
    position: relative;
    width: 100%
}

.sidebar .banners.banners-sidebar .banners-list:not(.slick-initialized) .banner-item:not(:first-of-type) {
    position: absolute;
    width: 100%
}

.sidebar-info .info-more-text-2 {
    margin-top: 15px
}

.sidebar-info .info-more-text-2 p {
    margin-bottom: 5px
}

.sidebar-info .info-more-text-2 a {
    text-decoration: underline
}

.banners-bottom-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 98
}

.banners-bottom-fixed .banners-list-desk {
    height: 100px
}

.banners-bottom-fixed .banners-list-desk .banner-item, .banners-bottom-fixed .banners-list-desk .banner-main-image, .banners-bottom-fixed .banners-list-desk .banners-list, .banners-bottom-fixed .banners-list-desk .container {
    height: 100%
}

.banners-bottom-fixed .banner-main-image img {
    width: 100%
}

.banners-bottom-fixed .banners-list-desk .banner-main-image img {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin: auto;
    pointer-events: none
}

.banners-bottom-fixed .banners-list:not(.banners-list-desk) .banner-main-image .container {
    max-width: 100%
}

.banners-bottom-fixed.banner-hide {
    animation: fixedbannerhide .6s linear forwards
}

.banners-bottom-fixed.banner-hide-insta, .banners-bottom-fixed.banner-hide-insta .banners-list-desk {
    display: none !important;
    height: 0
}

@keyframes fixedbannerhide {
    0% {
        bottom: 0
    }
    50% {
        bottom: -200px;
        opacity: 1
    }
    99% {
        bottom: -400px;
        opacity: 0
    }
    100% {
        bottom: -400px;
        opacity: 0;
        height: 0
    }
}

.banner-close-block {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: calc(100% + 10px);
    z-index: 4;
    display: none
}

.modal-info .banner-close-block {
    bottom: calc(100% - 16px)
}

.banners-list + .banner-close-block {
    display: block
}

.banner-close {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: rgb(var(--color_1));
    cursor: pointer;
    float: right;
    margin-top: -14px;
    margin-right: 5px
}

.banner-close:after, .banner-close:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 1px;
    background: rgb(var(--color_black));
    border-radius: 10px;
    top: calc(50% - .5px);
    left: 0;
    right: 0;
    margin: auto
}

.banner-close:before {
    transform: rotate(45deg)
}

.banner-close:after {
    transform: rotate(-45deg)
}

.banner-close:hover {
    transform: scale(1.1)
}

.banner-close:active {
    transform: scale(.9)
}

.banner-position-home {
    width: 33%;
    max-width: 280px;
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.content-block .banner-position-home:first-of-type {
    margin-right: calc(var(--bs-gutter-x) * 1)
}

.content-block .banner-position-home:last-of-type {
    margin-left: calc(var(--bs-gutter-x) * 1)
}

.banners-single-news-w {
    width: calc(100% + 100px);
    margin-left: -50px;
    border-radius: 0
}

.banners-random .banners-list, .banners-slider:not(.banners-slider-1) .banners-list .slick-track {
    display: flex;
    justify-content: space-between
}

.banners-random .banners-list .banner-item {
    width: 100%
}

.banners-space.banners-single-news-w {
    width: 100%;
    margin-left: 0
}

.banners-space .banners-list {
    width: calc(100% + var(--standart_margin_lr));
    margin-left: calc(0px - (var(--standart_margin_lr) / 2))
}

.banners-space:not(.banners-slider) .banners-list .banner-item {
    padding-left: calc(var(--standart_margin_lr) / 2);
    padding-right: calc(var(--standart_margin_lr) / 2);
    margin-bottom: var(--standart_margin_lr)
}

.banners-space.banners-random-1 .banners-list .banner-item {
    margin-bottom: 0
}

.banners-space.banners-single-news-w .banner-item-in {
    border-radius: var(--standart_border_radius)
}

.banner_type_mimic.banner-item {
    margin-right: -1px
}

.banner_type_mimic .banner-item-in {
    display: flex;
    flex-direction: column;
    border-color: rgb(var(--color_white_border));
    border-style: solid;
    border-width: 1px;
    background: rgb(var(--color_white))
}

.banners-single-news-w.news-single-block:not(.banners-space) .banner_type_mimic:first-child .banner-item-in {
    border-left-width: 0
}

.banners-single-news-w.news-single-block:not(.banners-space) .banner_type_mimic:last-child .banner-item-in {
    border-right-width: 0
}

.banner_type_mimic .banner-mimic-cont {
    padding: 5px 10px 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%
}

.banner_type_mimic .banner-mimic-link_name {
    margin-top: auto;
    color: rgb(var(--color_red_light));
    font-weight: 700;
    font-size: 12px
}

.banner_type_mimic .banner-mimic-title {
    font-size: calc(var(--standart_font_size) - 1px);
    font-weight: 800;
    margin-bottom: 5px
}

.banner_type_mimic .banner-mimic-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: var(--second_font_size);
    margin-bottom: 10px
}

.banner_type_mimic .banner-mimic-image {
    width: 100%;
    position: relative;
    overflow: hidden
}

.banner_type_mimic .banner-mimic-image:before {
    content: '';
    display: block;
    padding-top: 66.46%
}

.banner_type_mimic .banner-mimic-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: .2s
}

.banner_type_mimic .banner-item-in:hover .banner-mimic-image img {
    transform: scale(1.05)
}

.banners-lenta-news.banners-space {
    margin-top: 2px
}

#header, .header-back {
    height: var(--header_height)
}

#header {
    position: absolute;
    z-index: 99;
    width: 100%
}

#header.header_fixed {
    position: fixed;
    top: 0
}

.header-container, .header-container > .row, .header-in {
    height: 100%;
    align-items: center
}

.header-in {
    position: relative;
    background: rgb(var(--color_white));
    border-bottom: 1px solid rgb(var(--color_white_border))
}

.header-item {
    display: flex;
    align-items: center;
    max-height: 100%;
    order: 1
}

.logo {
    display: flex;
    position: relative;
    margin-right: 10px;
    height: 60px;
    align-items: center
}

.logo .logo-name:not([href]), .logo:not([href]) {
    cursor: default
}

.logo ::selection {
    background: inherit;
    color: inherit
}

.logo-name {
    margin-top: 12px
}

.logo-name span {
    font-size: 36px;
    font-weight: 700;
    line-height: 0;
    transition: .16s;
    position: relative;
    display: inline-block
}

.logo-name span:nth-of-type(1) {
    color: rgb(var(--color_1));
    z-index: 2
}

.logo-alert {
    width: 48px;
    height: 48px;
    padding-top: 3px;
    font-size: 14px;
    color: rgb(var(--color_gray_text));
    position: relative;
    margin-left: 5px
}

.header-item-user {
    margin-left: auto;
    position: relative;
    height: calc(var(--header_height) - 1px)
}

.header-user-info {
    display: flex;
    align-items: center;
    cursor: pointer
}

.header-user-avatar {
    width: 40px;
    height: 40px;
    position: relative;
    transition: .2s;
    border-radius: 100%
}

.header-user-info:active .header-user-avatar {
    transform: scale(.92);
    box-shadow: 0 0 0 3px rgb(var(--color_white_border))
}

.header-user-avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    background: rgb(var(--color_white_back))
}

.user-avatar-aura {
    display: none;
    position: absolute
}

html[myuserrole=administrator] .cur-user .user-avatar-aura {
    display: flex;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    border-radius: 100%;
    background: rgb(var(--color_1));
    background: -moz-linear-gradient(left, rgb(var(--color_1)) 50%, rgb(var(--color_black)) 50%);
    background: -webkit-linear-gradient(left, rgb(var(--color_1)) 50%, rgb(var(--color_black)) 50%);
    background: linear-gradient(to right, rgb(var(--color_1)) 50%, rgb(var(--color_black)) 50%);
    transform: rotate(315deg)
}

html[myuserrole=administrator] .cur-user .header-user-info:active .header-user-avatar {
    box-shadow: 0 0 0 6px rgb(var(--color_white_border))
}

.user-name {
    position: relative
}

.header-user-name {
    font-weight: 500
}

.header-user-info:hover .header-user-name {
    color: rgb(var(--color_1_link))
}

.header-user-nr {
    display: flex;
    flex-direction: column;
    margin-left: 10px
}

.header-user-role {
    display: none;
    text-transform: lowercase;
    font-size: 12px;
    color: rgb(var(--color_gray_text))
}

html[myuserrole=administrator] .cur-user .header-user-role {
    display: flex
}

.header-user-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    background: rgb(var(--color_white));
    border: 1px solid rgb(var(--color_white_border));
    border-radius: 0 0 var(--standart_border_radius) var(--standart_border_radius);
    transition: .2s;
    z-index: -1;
    top: 100%;
    transform: scaleY(0);
    transform-origin: top center
}

.header-item-user.active .header-user-menu {
    transform: scaleY(1)
}

.header-user-menu-item {
    padding: 15px 20px;
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
    color: rgv(var(--color_black))
}

.header-user-menu-item.curs-point:hover {
    color: rgb(var(--color_1_link))
}

.header-user-menu-item:first-of-type {
    padding-top: 20px
}

.header-user-menu-item:last-of-type {
    padding-bottom: 20px
}

.header-user-menu-item-neo {
    border-top: 1px solid rgb(var(--color_white_border));
    padding-top: 20px
}

.header-item.main-menu {
    position: relative;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content
}

.header-item.main-menu .menu-item {
    color: rgb(var(--color_black));
    padding: 9px;
    font-size: 14px;
    font-weight: 500
}

.header-item.main-menu .menu-item:hover {
    color: rgb(var(--color_1_link))
}

.header-item.main-menu .menu-item:active {
    transform: scale(.96)
}

.mobile-menu-item {
    margin-bottom: 15px
}

.mobile-menu-item.mobile-menu-item-alt {
    padding-top: 15px;
    position: relative
}

.mobile-menu-item.mobile-menu-item-alt:before {
    content: '';
    width: calc(100% + 40px);
    height: 1px;
    background: rgb(var(--color_white_border));
    left: -20px;
    position: absolute;
    top: 0
}

.mobile-menu-item.mobile-menu-central {
    text-align: center
}

.header-item.main-menu-button-cont {
    order: 0;
    padding-right: 0
}

.main-menu-button {
    width: 28px;
    height: 20px;
    position: relative;
    cursor: pointer
}

.main-menu-button-line, .main-menu-button-line:before {
    transition: .2s
}

.main-menu-button-line {
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto
}

.main-menu-button-line:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: rgb(var(--color_black_second_text));
    position: absolute
}

.main-menu-button-line:nth-of-type(1) {
    top: 0
}

.main-menu-button-line:nth-of-type(1):before {
    background: rgb(var(--color_1))
}

.main-menu-button-line:nth-of-type(2) {
    top: calc(50% - 1px)
}

.main-menu-button-line:nth-of-type(3) {
    top: calc(100% - 2px)
}

.main-menu-button-line:nth-of-type(3):before {
    right: 0;
    width: 78.57%
}

.mobile-main-menu-active .main-menu-button-line:nth-of-type(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg)
}

.mobile-main-menu-active .main-menu-button-line:nth-of-type(1):before {
    width: 50%
}

.mobile-main-menu-active .main-menu-button-line:nth-of-type(2) {
    transform: rotate(-45deg)
}

.mobile-main-menu-active .main-menu-button-line:nth-of-type(3) {
    top: calc(50% - 1px);
    transform: rotate(45deg)
}

.mobile-main-menu-active .main-menu-button-line:nth-of-type(3):before {
    width: 50%
}

.main-menu-mobile .social-links {
    justify-content: center
}

.main-menu-mobile .social-links .qr, .main-menu-mobile .social-links:before {
    display: none !important
}

.main-menu-mobile .social-links .icon path {
    fill: rgb(var(--color_1_link))
}

.main-menu-mobile .social-links a {
    padding: 5px 10px 0
}

s .mobile-menu-m {
    display: flex;
    flex-direction: column;
    align-items: center
}

.mobile-menu-m .menu-item {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: rgb(var(--color_black))
}

.mobile-menu-m .menu-item {
    padding-top: 5px
}

.mobile-menu-m .menu-item:not(last-child) {
    padding-bottom: 11px
}

.mobile-menu-m .custom-select.select-category {
    margin-left: 0;
    text-align: center;
    margin-bottom: 5px
}

.mobile-menu-m .custom-select.select-category * {
    font-size: 16px
}

.mobile-menu-m .custom-select.select-category .custom-select-option-active {
    justify-content: center
}

.mobile-menu-m .custom-select.select-category .custom-select-list {
    right: 0;
    left: 0;
    margin: auto
}

.mobile-menu-m .custom-select.select-category .custom-select-item {
    justify-content: center
}

.main-menu-mobile {
    position: absolute;
    background: rgb(var(--color_white));
    width: 100%;
    height: calc(100vh - var(--header_height) + 1px);
    overflow-y: auto;
    border-top: 1px solid rgb(var(--color_white_border));
    padding: 20px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: .2s
}

.mobile-main-menu-active .main-menu-mobile {
    transform: scaleY(1)
}

.mobile-seach-form-cont {
    height: 38px
}

.main-menu-mobile .info-more-text, .main-menu-mobile .info-more-text * {
    font-size: 10px
}

.main-menu-mobile .info-more-text {
    color: rgb(var(--color_gray_text))
}

.main-menu-mobile .info-more-text-2 a {
    text-decoration: underline;
    color: rgb(var(--color_black_second_text))
}

.main-menu-mobile .info-more-text-2, .main-menu-mobile .info-more-text-2 * {
    font-size: var(--second_font_size)
}

.main-menu-mobile .copyright strong {
    position: relative
}

.main-menu-mobile .copyright strong:before {
    content: 'mg';
    font-weight: 700;
    font-size: 41px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: rgb(var(--color_black_second_text));
    opacity: .12;
    top: -4px
}

.main-menu-mobile .copyright {
    padding-top: 10px;
    padding-bottom: 10px
}

.main-menu-mobile .copyright span {
    font-size: var(--second_font_size)
}

.main-menu-mobile .wd-link, .main-menu-mobile .wd-link a {
    font-size: var(--second_font_size)
}

.main-menu-mobile .wd-link a {
    font-weight: 700;
    color: rgb(var(--color_black_second_text))
}

.unheader-block {
    height: 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between
}

.page-content {
    padding-top: 30px;
    padding-bottom: 100px
}

.page-content img {
    max-width: 100%;
    height: auto
}

.page-content * {
    line-height: 140%;
    font-family: var(--second_font);
    font-weight: 600
}

.page-content b, .page-content strong {
    font-weight: bolder
}

.news-single * {
    font-family: var(--standart_font);
    font-weight: 400
}

.news-single p, .news-single p * {
    font-size: 17px
}

.page-content .h1, .page-content h1 {
    font-weight: 700
}


.page-content .h5, .page-content h5 {
    font-weight: 800
}

.page-content ol, .page-content ul {
    margin-bottom: 30px;
    margin-top: -5px
}

.page-content ol li, .page-content ul li {
    margin-bottom: 10px
}

.content-item {
    margin-bottom: 30px
}

.content-block {
    display: flex;
    flex-wrap: wrap
}

.sidebar-item {
    margin-bottom: 30px;
    width: 100%
}

.right-sidebar .sidebar-item:last-child {
    margin-bottom: 0
}

.main-contant p a, .remember-coments a {
    text-decoration: underline
}

.main-contant p a:hover, .remember-coments a:hover {
    text-decoration: none
}

.wd-link {
    margin-top: 15px
}

.wp-pagenavi {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap
}

.pagination a, .pagination span, .wp-pagenavi a, .wp-pagenavi span {
    background: 0 0;
    padding: 4px 10px;
    margin: 0 4px;
    border-radius: 2px
}

.pagination span.current, .wp-pagenavi span.current {
    color: rgb(var(--color_white));
    background: rgb(var(--color_1))
}

.pagination a, .wp-pagenavi a {
    color: rgb(var(--color_gray_text))
}

.pagination a:hover, .wp-pagenavi a:hover {
    color: rgb(var(--color_1))
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    width: 100%;
    justify-content: center;
    margin-top: 20px
}

.tags_teaser_item {
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
    padding-top: 8px;
    border-top: 1px solid rgb(var(--color_gray_icon_alt))
}

.social-links {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    flex-wrap: wrap
}

.social-links:before {
    content: '';
    width: 100%;
    padding-top: 100%;
    display: block
}

.social-links a {
    padding: 10px 5px 0
}

.social-links a:first-of-type {
    padding-left: 0
}

.social-links a:last-of-type {
    padding-right: 0
}

.social-links .icon {
    width: 24px;
    height: 24px;
    transition: .2s
}

.social-links .icon path {
    fill: rgb(var(--color_gray_icon))
}

.social-links .qr {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 20px;
    display: none
}

.social-links .icon.icon-tt-1, .social-links .icon.icon-tt-2 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0
}

.social-links .icon.icon-tt-0 {
    position: relative;
    left: 0;
    top: 0;
    animation: animtt0 .4s infinite
}

.social-links .icon.icon-tt-1 {
    left: -2px;
    top: -2px;
    animation-name: animtt1;
    animation-duration: .2s;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.social-links .icon.icon-tt-2 {
    left: 2px;
    top: 2px;
    animation-name: animtt2;
    animation-duration: .2s;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.social-links .icon.icon-tt-0 path {
    fill: rgb(var(--color_black))
}

.social-links .icon.icon-tt-1 path {
    fill: #25f4ee
}

.social-links .icon.icon-tt-2 path {
    fill: #fe2c55
}

.icon-cont {
    position: relative
}

@keyframes animtt0 {
    0% {
        left: 0;
        top: 0
    }
    25% {
        left: -.85px;
        top: .85px
    }
    50% {
        left: 0;
        top: 0
    }
    75% {
        left: .85px;
        top: -.85px
    }
    100% {
        left: 0;
        top: 0
    }
}

@keyframes animtt1 {
    0% {
        left: -2px;
        top: -2px
    }
    100% {
        left: -2px;
        top: -1px
    }
}

@keyframes animtt2 {
    0% {
        left: 2px;
        top: 2px
    }
    100% {
        left: 1px;
        top: 1.25px
    }
}

.social-links .qr > rect {
    fill: rgb(var(--color_whitewhite))
}

.social-links .qr g path {
    fill: rgb(var(--color_blackblack))
}

.social-links a:hover .icon {
    transform: translateY(-5px)
}

.social-links :hover path {
    fill: rgb(var(--color_black_second_text))
}

.social-links a:hover .qr {
    display: block
}

.info-block * {
    font-size: 10px;
    font-family: var(--standart_font);
    font-weight: 400;
    text-align: left;
    color: rgb(var(--color_gray_text))
}

.info-block .wd-kink {
    margin-top: 10px
}

.news-link-in-single {
    color: #000;
    text-decoration: none;
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3
}

.news-more-info {
    display: flex;
    align-items: center;
    width: 100%
}

.news-more-info * {
    font-size: var(--second_font_size);
    color: rgb(var(--color_gray_text))
}

.news-more-info-item {
    display: flex;
    align-items: center;
    margin-left: 15px
}

.news-more-info-item .icon {
    margin-right: 5px
}

.news-more-info-item .icon path {
    fill: rgb(var(--color_gray_icon))
}

.news-more-info-item:first-of-type {
    margin-left: 0 !important
}

.news-time {
    margin-right: auto
}

.news-share {
    position: relative;
    z-index: 2
}

.news-share ul {
    margin-bottom: 0 !important
}

.news-share ul li {
    margin-top: 0 !important
}

.news-share .share-button {
    position: relative;
    cursor: pointer;
    display: none
}

.news-share .share-button:active {
    transform: scale(.92)
}

.news-share .share-button .icon path, .news-share .share-socials .share-social-item .img-svg path {
    fill: rgb(var(--color_gray_icon))
}

.news-share .share-button:hover .icon path, .news-share .share-socials .share-social-item:hover .img-svg path, .news-share.active .share-button .icon path {
    fill: rgb(var(--color_1))
}

.news-share .share-socials {
    z-index: 2;
    display: flex
}

.top-slider .news-share .share-socials {
    top: auto;
    bottom: calc(100% + 10px)
}

.news-share.active .share-socials {
    display: block;
    padding: 5px 0
}

.news-share .share-socials .share-social-item {
    font-size: 0;
    padding: 3px 2px;
    display: flex;
    align-items: center
}

.news-share .share-socials .share-social-item:hover {
    color: rgb(var(--color_1_link))
}

.news-share .share-socials .share-social-item .img-svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px
}

.news-share .share-socials .share-social-item.share-social-item-ok, .news-share .share-socials .share-social-item.share-social-item-tw, .news-share .share-socials .share-social-item.share-social-item-vk {
    display: none !important
}

.news-categories {
    position: absolute;
    top: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    z-index: 4
}

.news-categories_alt {
    text-align: right
}

.news-categories a {
    font-size: var(--second_font_size);
    background: rgb(var(--color_1));
    color: #000000;
    padding: 5px 12px;
    height: 30px;
    border-radius: 10px;
    transition: 0s;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.news-categories a:not(:last-of-type), .news-categories_alt a:not(:last-of-type) {
    margin-right: 10px
}

.news-categories a:hover {
    transform: scale(1.05)
}

a.category-link-photoreport, a.category-link-video {
    display: none !important
}

.news-item:not(.news-single) {
    position: relative;
    overflow: hidden
}

.news-item-in {
    text-decoration: none;
    color: #000;
    width: 100%;
    position: relative;
    overflow: hidden
}

.news-item-info {
    width: 100%
}

.top-slider {
    width: 100%;
    height: var(--topslider_height);
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: var(--standart_border_radius);
    border: 1px solid rgb(var(--color_white_border))
}

.top-slider .slick-list {
    width: 100%;
    height: 100%
}

.top-slider .top-slider-left .slick-track {
    margin-top: calc(0 - (var(--topslider_height) / 4));
    display: flex;
    flex-direction: column
}

.top-slider .news-item-in {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: flex
}

.top-slider .news-main-image {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.top-slider .news-main-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0 !important;
    position: relative;
    z-index: 2
}

.top-slider .news-main-image img.lazyload, .top-slider .news-main-image img.lazyloading {
    opacity: 1
}

.top-slider .news-item {
    background: rgb(var(--color_white));
    position: relative
}

.top-slider .top-slider-left {
    width: 120px;
    flex: none
}

.top-slider .top-slider-left .news-item {
    height: calc(var(--topslider_height) / 4);
    cursor: pointer
}

.top-slider .news-item .news-main-image {
    position: relative;
    overflow: hidden
}

.top-slider .top-slider-left .news-item .news-main-image img {
    filter: grayscale(.3)
}

.top-slider .top-slider-left .news-item:hover .news-main-image img {
    transform: scale(1.04);
    filter: grayscale(0)
}

.top-slider .top-slider-right {
    height: 100%;
    width: calc(100% - 120px)
}

.top-slider .top-slider-right .news-item {
    width: 100%;
    height: var(--topslider_height)
}

.top-slider .top-slider-right .news-item .news-main-image img {
    transition: .2s
}

.top-slider .top-slider-right .news-item:hover .news-main-image img {
    transform: scale(1.04)
}

.top-slider .news-item-info {
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 60%;
    order: 1;
    display: flex;
    flex-direction: column
}

.top-slider .news-title {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 20px
}


.top-slider .news-subtitle {
    font-size: var(--second_font_size);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical
}

.top-slider .news-more-info {
    margin-top: auto;
    margin-bottom: 0
}

.top-slider .news-categories {
    top: 10px;
    left: 10px;
    margin-left: 0;
    width: 60%
}

.news-sidebar .news-item {
    margin-bottom: 16px
}

.news-sidebar .news-item:last-of-type {
    margin-bottom: 0
}

.news-sidebar .news-more-info, .news-sidebar .news-title {
    margin-bottom: 3px
}

.news-sidebar .news-categories {
    position: inherit;
    top: 0;
    margin-left: 0
}

.news-sidebar .news-categories a {
    background: 0 0;
    color: #000000;
    font-size: 12px;
    padding: 0;
    height: auto;
    transition: 0s;
    margin-bottom: 0
}

.news-sidebar .news-more-info * {
    font-size: 12px;
    color: rgb(var(--color_gray_text))
}

.news-sidebar .news-more-info .icon {
    width: 12px
}

.news-sidebar .news-title {
    font-size: var(--second_font_size)
}

.news-sidebar .news-item:hover .news-title {
    color: rgb(var(--color_1_link_hover))
}

.news-sidebar .news-item-in {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    cursor: pointer
}

.news-sidebar.business-news .news-main-image {
    flex: none;
    width: 84px;
    height: 56px;
    position: relative
}

.news-sidebar .news-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(var(--standart_border_radius) / 2);
    z-index: 2
}

.news-sidebar.business-news .news-more-info {
    flex: none;
    width: 100%
}

.news-sidebar.business-news .news-item-info {
    width: calc(100% - 84px);
    padding-left: 10px
}

.news-sidebar.business-news .news-item-info .news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: -3px
}

.news-home-block {
    width: 100%;
    flex: 1
}

.page-content .news-home-block-header {
    display: flex;
    align-items: center;
    flex: none;
    width: 100%;
    background: rgb(var(--color_white));
    padding: 10px 15px;
    border-radius: var(--standart_border_radius);
    border: 1px solid rgb(var(--color_white_border));
    margin-bottom: 20px;
    margin-top: 0;
    height: 48px
}

.news-home-block-title {
    font-size: 20px;
    font-weight: 800;
    color: rgb(var(--color_black_second_text))
}


.news-home-block-header a {
    margin-left: auto
}

.news-home-block-header.nav-tabs {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0
}

.news-home-block-header.nav-tabs .nav-item {
    width: 100%;
    height: 100%;
    margin-bottom: 0
}

.news-home-block-header.nav-tabs .news-home-block-title {
    border: 0;
    background: 0 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 10px 15px;
    height: 100%;
    line-height: 100%
}


.news-home-block-header.nav-tabs .nav-item:not(:last-of-type) {
    border-right: 1px solid rgb(var(--color_white_back))
}

.news-home-block-header.nav-tabs .news-home-block-title:not(.active):hover {
    color: rgb(var(--color_1))
}

.news-home-block-header.nav-tabs .news-home-block-title.active {
    color: #000000;
    background: rgb(var(--color_1));
    cursor: default
}

.news-home-block-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.news-home-block-list .news-item {
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
}

.news-home-block-list .news-item:nth-child(1) {
    order: 1
}

.news-home-block-list .news-item:nth-child(2) {
    order: 2
}

.news-home-block-list .news-item:nth-child(3) {
    order: 3
}

.news-home-block-list .news-item:nth-child(4) {
    order: 4
}

.news-home-block-list .news-item:nth-child(5) {
    order: 5
}

.news-home-block-list .news-item:nth-child(6) {
    order: 6
}

.news-home-block-list .news-item:nth-child(7) {
    order: 7
}

.news-home-block-list .news-item:nth-child(8) {
    order: 8
}

.news-home-block-list .news-item:nth-child(9) {
    order: 9
}

.news-home-block-list .news-item:nth-child(10) {
    order: 10
}

.news-home-block-list .news-item:nth-child(11) {
    order: 11
}

.news-home-block-list .news-item:nth-child(12) {
    order: 12
}

.news-home-block-list .banners-lenta-news {
    width: 100%
}

.news-home-block-list .banners-lenta-news-1 {
    order: 4
}

.news-home-block-list .banners-lenta-news-2 {
    order: 8
}

.news-home-block-list .news-item-in {
    display: flex;
    background: rgb(var(--color_white));
    padding: 10px;
    border-radius: var(--standart_border_radius);
    border: 1px solid rgb(var(--color_white_border));
    min-height: 97px
}

.news-home-block-list .news-item-in .news-main-image {
    width: 18.52%;
    position: relative;
    flex: none;
    margin-right: 15px;
    overflow: hidden;
    border-radius: calc(var(--standart_border_radius) / 2)
}

.news-home-block-list .news-item-in .news-main-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: z-index: 2;
    top: 0;
    left: 0;
    border-radius: 0
}

.news-home-block-list:not(.blog-news) .news-item:hover .news-main-image img {
    transform: scale(1.05)
}

.news-home-block-list .news-item-in .news-item-info {
    display: flex;
    flex-direction: column;
    width: 100%
}

.news-home-block-list .news-item-in .news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-home-block-list:not(.blog-news) .news-item:hover .news-subtitle, .news-home-block-list:not(.blog-news) .news-item:hover .news-title {
    color: rgb(var(--color_1_link_hover))
}

.news-home-block-list .news-item-in .news-more-info {
    margin-bottom: 6px
}

.news-home-block-list .news-item-in .news-more-info * {
    font-size: 12px;
    color: rgb(var(--color_gray_text))
}

.news-home-block-list .news-item-in .news-more-info .icon {
    width: 12px
}

.news-home-block-list.news-latest .news-item-in {
    padding: 15px
}

.news-home-block-list.news-latest .news-item-in .news-main-image {
    width: 200px;
    max-width: 33%;
    margin-right: 20px
}

.news-home-block-list.news-latest .news-item-in .news-title {
    font-size: 18px;
    font-weight: 700
}

.news-home-block-list.news-latest .news-item-in .news-subtitle {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: var(--second_font_size)
}

.news-home-block-list.news-latest .news-tegs {
    margin-top: 10px
}

.un-list-link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

.news-photo-block-list {
    display: flex;
    flex-wrap: wrap;
    border-radius: var(--standart_border_radius);
    position: relative;
    overflow: hidden;
    background: rgb(var(--color_white))
}

.news-photo-block-list .news-item {
    width: 25%;
    position: relative;
    overflow: hidden
}

.news-photo-block-list .news-item .news-item-in, .news-photo-block-list .news-item .news-item-in .news-main-image {
    width: 100%
}

.news-photo-block-list .news-item .news-item-in:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 69%
}

.news-photo-block-list .news-item .news-item-in .news-main-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.news-photo-block-list .news-item .news-item-in .news-main-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .2s;
    border-radius: 0 !important
}

.news-photo-block-list .news-item:hover .news-main-image img {
    transform: scale(1.05);
    filter: blur(2px)
}

.news-photo-block-list .news-item .news-item-info {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(var(--color_1)/ .6);
    padding: 12px;
    transition: .2s;
    display: flex;
    flex-direction: column;
    z-index: 2
}

.news-photo-block-list .news-item:hover .news-item-info {
    opacity: 1
}

.news-photo-block-list .news-item .news-item-info * {
    color: rgb(var(--color_blackblack))
}

.news-photo-block-list .news-item .news-more-info * {
    font-size: 12px
}

.news-photo-block-list .news-item .news-item-info .icon {
    width: 12px
}

.news-photo-block-list .news-item .news-more-info-item {
    margin-left: 10px
}

.news-photo-block-list .news-item .news-item-info .icon path {
    fill: rgb(var(--color_blackblack))
}

.news-photo-block-list .news-item .news-more-info {
    margin-top: 0
}

.news-photo-block-list .news-item .news-title {
    padding: 12px;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.news-video-block-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.news-video-block-list .news-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    position: relative;
    border-radius: var(--standart_border_radius);
    overflow: hidden
}

.news-video-block-list .news-item:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 55%
}

.news-video-block-list .news-item .news-item-in, .news-video-block-list .news-item .news-main-video, .news-video-block-list .news-item .news-main-video .rll-youtube-player {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.news-video-block-list .news-item .news-main-video iframe {
    width: 100%;
    height: 100%
}

.news-video-block-list .news-item .news-link-in-single-alt {
    position: absolute;
    z-index: 3;
    bottom: -50px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: rgb(var(--color_1));
    border-radius: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.news-video-block-list .news-item .news-link-in-single-alt:before {
    font-family: icomoon;
    content: '\ea33';
    color: rgb(var(--color_blackblack));
    font-size: 20px;
    font-weight: 400
}

.news-video-block-list .news-item:hover .news-link-in-single-alt {
    bottom: 10px
}

.news-video-block-list .news-item .news-link-in-single-alt:hover {
    transition: 0s;
    background: rgb(var(--color_1_hover))
}

.news-video-block-list .news-item .news-main-video {
    display: none
}

.youtube-preview-image-block {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0
}

.youtube-preview-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.youtube-preview-image-block .youtube-preview-image-btn {
    width: 30%;
    max-width: 100px;
    aspect-ratio: 3/2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(var(--color_1));
    border-top-right-radius: 15% 30%;
    border-top-left-radius: 15% 30%;
    border-bottom-right-radius: 15% 30%;
    border-bottom-left-radius: 15% 30%;
    transition: .15s
}

.youtube-preview-image-block .youtube-preview-image-btn svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25%;
    height: auto;
    box-shadow: 0 0 0 rgb(0 0 0 / 100%)
}

.youtube-preview-image-block .youtube-preview-image-btn path {
    fill: rgb(var(--color_whitewhite))
}

.youtube-preview-image-block:hover .youtube-preview-image-btn {
    transform: scale(1.06);
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    background-color: rgb(var(--color_1_hover));
    aspect-ratio: 1/1;
    border-radius: 100% !important;
    width: 20%
}

.youtube-preview-image-block:hover .youtube-preview-image-btn svg {
    width: 33, 3333%
}

.youtube-preview-image-block:active .youtube-preview-image-btn {
    transform: scale(.94);
    box-shadow: 0 0 0 rgb(0 0 0 / 100%);
    transition: 50ms
}

.youtube-video {
    position: relative;
    background: rgb(var(--color_blackblack))
}

.youtube-video iframe {
    width: 100%
}

.youtube-video.youtube-video-single {
    position: relative
}

.youtube-video.youtube-video-single:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 55%
}

.news-single, .page-block {
    background: rgb(var(--color_white));
    border-radius: var(--standart_border_radius);
    border: 1px solid rgb(var(--color_white_border));
    padding: 34px 50px;
    position: relative;
    margin-bottom: 30px
}

.news-single .news-subtitle {
    font-size: 18px;
    font-weight: 700
}

.news-single .news-single-block, .news-single-sector, .page-content .wp-block-gallery, .page-content .wp-block-image, .page-content blockquote, .youtube-video.youtube-video-single {
    margin-bottom: 30px
}

.news-single-sector:last-child {
    margin-bottom: 0
}

.page-content .instagram-media, .page-content .twitter-tweet {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
    width: 100%
}

.news-single-sector.news-single-content {
    margin-bottom: 30px
}

.news-single-sector.news-single-content .wp-caption {
    max-width: 100%
}

.news-single-content p:last-child {
    margin-bottom: 0
}

.news-single-content video {
    max-width: 600px;
}

.page-content blockquote {
    margin-top: 40px;
    position: relative;
    padding-left: 50px
}

.page-content blockquote:before {
    content: '';
    background-color: rgb(var(--color_white));
    background-image: url(../images/icons/icon-quote.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 23px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0
}

.page-content blockquote p {
    margin-bottom: 16px
}

.page-content blockquote cite, .page-content blockquote em {
    font-size: 17px;
    font-style: italic;
    width: 100%;
    display: block
}

.wp-block-image figcaption {
    margin: 0;
    z-index: 2
}

.news-single .news-single-sector {
    margin-left: auto;
    margin-right: auto
}

.news-single .news-single-sector .remoji_bar {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px 1px;
    border: 1px solid rgb(var(--color_white_border));
    width: 100%;
    border-radius: var(--standart_border_radius)
}

.news-single .news-single-sector .remoji_bar:not(:last-of-type) {
    display: none !important
}

.news-single .news-single-sector .remoji_bar::before {
    content: 'Оставить реакцию:';
    width: 100%
}

.news-video, .news:not(.news-list) .news-image.news-main-image img, .news:not(.top-news) .news-image.news-main-image img, .wp-block-image:not(.is-style-rounded) img {
    position: relative;
    border-radius: var(--standart_border_radius);
    overflow: hidden;
    z-index: 2
}

.news-video {
    width: 100%
}

.news-video.news-main-video {
    display: none;
    position: absolute;
    top: 0
}

.news-video:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56%
}

.news-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.news-single .news-image.news-main-image {
    position: relative
}

.news-single .news-image.news-main-image:after {
    display: none
}

.news-single .news-more-info {
    margin-bottom: 10px
}

.news-single .news-uncontent {
    display: flex;
    justify-content: space-between
}

.news-list {
    flex: none;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px
}

.news-list .news-item {
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    display: flex
}

.news-list .news-item .news-item-in, .news-list .news-item .news-item-info {
    flex: 1;
    display: flex;
    flex-direction: column
}

.news-list .news-item .news-item-in {
    background: rgb(var(--color_white));
    position: relative;
    overflow: hidden;
    border-radius: var(--standart_border_radius);
    border: 1px solid rgb(var(--color_white_border))
}

.news-list .news-item .news-item-info {
    padding: 10px
}

.news-list .news-item .news-main-image {
    position: relative;
    overflow: hidden
}

.news-list .news-item .news-main-image:before {
    content: '';
    display: flex;
    width: 100%;
    padding-top: 70%;
    background: rgb(var(--color_white_border))
}

.news-item .news-main-image:after {
    content: 'mg';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: rgb(var(--color_white_border));
    color: rgb(var(--color_gray_icon_alt));
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .2s;
    line-height: 1px;
    border-radius: var(--standart_border_radius)
}

.news-item .news-item-in:hover .news-main-image:after {
    transform: scale(1.08)
}

.news-list .news-item .news-main-image img {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: .2s;
    z-index: 2
}

.news-list .news-item .news-item-in:hover .news-main-image img {
    transform: scale(1.04)
}

.news-list .news-item .news-title {
    margin-bottom: 10px
}

.news-list .news-item .news-more-info {
    margin-top: auto
}

.news-item .news-uncontent {
    margin-top: auto
}

.news-list.news-latest .news-item {
    width: 100%
}

.news-list.news-latest .news-item-in {
    flex-direction: row
}

.user-info {
    display: flex;
    align-items: center
}

.user-nr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px
}

.user-avatar {
    width: 40px;
    height: 40px;
    position: relative;
    transition: .2s;
    border-radius: 100%;
    flex: none
}

a.user-info:active .user-avatar {
    transform: scale(.92);
    box-shadow: 0 0 0 3px rgb(var(--color_white_border))
}

.user-avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    background: rgb(var(--color_white_back))
}

.user-name {
    font-weight: 700;
    color: rgb(var(--color_black_second_text));
    font-size: var(--second_font_size)
}

a.user-info:hover .user-name {
    color: rgb(var(--color_1_link))
}

.user-role {
    text-transform: lowercase;
    font-size: 12px;
    color: rgb(var(--color_gray_text));
    margin-top: -5px
}

.um_custom_role_1-info.user_aura_default-info .user-avatar-aura {
    display: flex;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    border-radius: 100%;
    background: linear-gradient(54.11deg, rgba(255, 154, 30, 1) 15.02%, #ff9a1e 50.38%, #ff000f 85%)
}

.administrator-info.user_aura_default-info .user-avatar-aura {
    display: flex;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    border-radius: 100%;
    background: rgb(var(--color_1));
    background: -moz-linear-gradient(left, rgb(var(--color_1)) 50%, rgb(var(--color_black)) 50%);
    background: -webkit-linear-gradient(left, rgb(var(--color_1)) 50%, rgb(var(--color_black)) 50%);
    background: linear-gradient(to right, rgb(var(--color_1)) 50%, rgb(var(--color_black)) 50%);
    transform: rotate(315deg)
}

.right-sidebar .unheader-block {
    display: none
}

.cpecial-links {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between
}

.cpecial-links a, .cpecial-links a img, .cpecial-links a svg {
    height: 44px;
    width: fit-content
}

.cpecial-links a svg:hover path.path-fill-white_border {
    fill: rgb(var(--color_1))
}

.cpecial-links a svg:hover path.path-fill-gray_text {
    fill: rgb(var(--color_black_second_text))
}

.comment-list {
    margin-left: 0;
    padding-left: 0
}

.comment-list .comment {
    list-style: none
}

.comment-list .comment .comment-block {
    margin-bottom: 16px
}

.comment-list .comment .user-info {
    margin-bottom: 5px
}

.comment-list .comment .user-avatar {
    width: 28px;
    height: 28px
}

.comment-list .comment .user-nr {
    flex-direction: row;
    align-items: center
}

.comment-list .comment .user-name {
    font-size: var(--second_font_size)
}

.comment-list .comment .user-role {
    margin-top: 0;
    margin-left: 6px
}

.comment-list .children, .comment-list .comment .comment-content {
    padding-left: 40px
}

.comment-list .comment .comment-content {
    display: flex;
    flex-direction: column
}

.comment-list .comment .comment-content > * {
    order: 1
}

.comment-list .comment .comment-content p {
    margin-bottom: 5px
}

.comment-list .comment .reply a {
    font-size: var(--second_font_size)
}

.comment-list .comment .comment-meta {
    order: 2
}

.comment-list .comment .comment-meta * {
    font-size: 12px
}

.comment-list .comment .comment-meta-data {
    color: rgb(var(--color_gray_text))
}

.comment-list .comment .comment-block em {
    background: rgb(var(--color_1));
    color: rgb(var(--color_blackblack));
    padding: 5px 15px;
    border-radius: var(--standart_border_radius);
    font-size: var(--second_font_size);
    margin-top: 15px;
    display: flex;
    width: fit-content
}

.comment-list .comment .reply {
    order: 4
}

.comment-content iframe {
    margin-top: 10px;
    border-radius: var(--standart_border_radius);
    max-width: 100%
}

.comment-list .comment .comment-content .remoji_bar {
    order: 3
}

.remoji_add_container, .remoji_container {
    border-radius: var(--standart_border_radius)
}

.remoji_add_container:hover, .remoji_container:hover {
    box-shadow: inset 0 0 0 1px rgb(var(--color_white_border));
    background: rgb(var(--color_white))
}

.remoji_count {
    color: rgb(var(--color_gray_text));
    font-size: var(--second_font_size);
    font-weight: 400;
    position: relative;
    top: 1px;
    padding: 0 5px
}

.dco-attachment-gallery {
    display: flex;
    flex-wrap: wrap
}

.dco-image-attachment img {
    border-radius: var(--standart_border_radius)
}

.dco-attachment-gallery .dco-image-attachment a {
    min-height: 100%
}

.dco-attachment-gallery .dco-image-attachment img {
    min-height: 100%;
    object-fit: cover
}

.comment-form-attachment__autoembed-links-notice, .comment-form-attachment__file-size-notice, .comment-form-attachment__file-types-notice, .comment-form-attachment__label {
    display: none !important
}

.comment-form-attachment__drop-area-inner {
    display: none
}

#commentform {
    display: flex;
    flex-wrap: wrap
}

#commentform > * {
    order: 1
}

#commentform > .comment-form-attachment {
    order: 2;
    margin-left: 15px;
    display: flex;
    align-items: center;
    flex: 1;
    margin-bottom: 0
}

.remember-coments {
    background: rgb(var(--color_white_back));
    font-size: var(--standart_font_size);
    color: rgb(var(--color_gray_text));
    padding: 16px 20px;
    border-radius: var(--standart_border_radius)
}

.comments .form-submit {
    margin-bottom: 0
}

.page-block .remoji_bar {
    display: none !important
}

.line-menu ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 20px
}

.line-menu ul li {
    list-style: none;
    display: flex;
    margin-bottom: 0
}

.line-menu ul li a {
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: var(--standart_border_radius);
    border: 1px solid rgb(var(--color_1));
    padding: 2px 10px
}

.line-menu ul li.current-menu-item a {
    background: rgb(var(--color_1));
    color: rgb(var(--color_white));
    cursor: default
}

.pdf-list {
    display: flex;
    flex-wrap: wrap;
    flex: none;
    width: calc(100% + (var(--standart_margin_lr) * 2));
    margin-left: calc(0px - var(--standart_margin_lr));
    margin-bottom: calc(0px - (var(--standart_margin_lr) * 2))
}

.pdf-list .pdf-item {
    width: 25%;
    padding-left: var(--standart_margin_lr);
    padding-right: var(--standart_margin_lr);
    margin-bottom: calc(var(--standart_margin_lr) * 2)
}

.pdf-list .pdf-item-in {
    position: relative;
    width: 100%;
    text-align: center;
    transition: .2s;
    border-radius: var(--standart_border_radius);
    padding-bottom: 10px
}

.pdf-list .pdf-item-in:hover {
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(var(--color_blackblack)/ .35)
}

.pdf-list .pdf-item-in .pdf-main-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--standart_border_radius);
    margin-bottom: 8px
}

.pdf-list .pdf-item-in .pdf-main-image:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 142.85%
}

.pdf-list .pdf-item-in .pdf-main-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0
}

.pdf-list .pdf-item-in .pdf-item-title {
    font-weight: 700;
    padding: 0 5px
}

.pdf-list .pdf-item-in .pdf-item-date {
    font-size: var(--second_font_size);
    padding: 0 5px
}

.pdf-list .pdf-item-in:hover .pdf-item-date, .pdf-list .pdf-item-in:hover .pdf-item-title {
    color: rgb(var(--color_1))
}

.pdf-link-in-single {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.user-conteiner .page-block {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

.user-conteiner .um-cover {
    background: 0 0;
    position: relative;
    overflow: hidden;
    height: auto !important
}

.user-conteiner .um-cover:before {
    content: '';
    display: block;
    padding-top: 22%
}

.user-conteiner .um-cover .um-cover-e, .user-conteiner .um-cover .um-cover-e img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    top: 0;
    left: 0
}

.user-conteiner .um-12.um .um-profile-meta {
    padding-left: 0 !important;
    flex: 1;
    flex-wrap: wrap
}

.user-conteiner .um-cover-overlay {
    border-top-left-radius: var(--standart_border_radius);
    border-top-right-radius: var(--standart_border_radius)
}

.user-conteiner .um-cover .um-cover-e {
    border-top-left-radius: var(--standart_border_radius);
    border-top-right-radius: var(--standart_border_radius);
    overflow: hidden
}

.user-conteiner .um-profile-photo-img {
    background: 0 0;
    border: 0
}

.user-conteiner div.uimob960 .um-profile-photo {
    width: var(--user_page_image_height) !important;
    height: calc(var(--user_page_image_height) / 2);
    margin-left: 0;
    margin-right: calc(var(--standart_margin_lr) * 2)
}

.user-conteiner .uimob960 .um-profile-photo a.um-profile-photo-img, .user-conteiner .um-profile-photo a.um-profile-photo-img {
    width: var(--user_page_image_height) !important;
    height: var(--user_page_image_height) !important;
    top: calc(0px - (var(--user_page_image_height) / 2)) !important;
    background: 0 0;
    border-radius: 100% !important
}

.user-conteiner .um-profile-photo a.um-profile-photo-img {
    border: 0 !important;
    box-sizing: border-box
}

.user-conteiner .um-profile-photo a.um-profile-photo-img img {
    border-radius: 0 !important
}

.user-conteiner .um-main-meta {
    padding: 0;
    height: calc(var(--user_page_image_height) / 2);
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.user-conteiner .um-header {
    min-height: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: calc(var(--standart_margin_lr) * 2);
    padding-right: calc(var(--standart_margin_lr) * 2);
    display: flex;
    flex-wrap: wrap
}

.user-conteiner .um-header > div {
    order: 1;
    display: flex
}

.user-conteiner .um-profile.um .um-name {
    width: 100%;
    margin: auto
}

.user-conteiner .um-profile.um .um-name .um-name-user {
    cursor: default;
    color: rgb(var(--color_black));
    font-size: 34px;
    font-weight: 300;
    line-height: 78%
}

.user-conteiner .um-profile.um .um-name .um-name-role {
    font-size: var(--second_font_size);
    color: rgb(var(--color_gray_text));
    text-transform: lowercase
}

.user-conteiner .um-header .um-profile-edit {
    margin-right: 0;
    margin-left: auto;
    position: inherit;
    order: 3
}

.user-conteiner .um-header .um-meta-text {
    order: 4;
    width: 100%;
    margin-top: 0;
    font-size: var(--standart_font_size);
    color: rgb(var(--color_black_second_text))
}

.user-conteiner .um {
    margin-bottom: 0 !important;
    padding-bottom: 0
}

.user-conteiner .um-profile-body {
    padding-left: calc(var(--standart_margin_lr) * 2);
    padding-right: calc(var(--standart_margin_lr) * 2);
    padding-bottom: 0
}

.um-cover-overlay-t, .um-faicon-camera, .um-faicon-picture-o {
    color: rgb(var(--color_whitewhite))
}

.user-conteiner .um-button {
    color: rgb(var(--color_blackblack));
    transition: .2s
}

.user-conteiner .um-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 5px rgba(var(--color_blackblack)/ .8)
}

.user-conteiner .um-profile-edit .um-faicon-cog {
    color: rgb(var(--color_gray_icon_alt))
}

.user-conteiner .um-profile-edit .um-faicon-cog:hover {
    color: rgb(var(--color_1))
}

.user-conteiner .um-dropdown {
    border-radius: var(--standart_border_radius);
    background: rgb(var(--color_white));
    border: 1px solid rgb(var(--color_white_border))
}

.user-conteiner .um-dropdown ul {
    background: 0 0
}

.user-conteiner .um-profile.um .um-profile-headericon a {
    color: rgb(var(--color_black_second_text))
}

.user-conteiner .um-dropdown li:last-child a {
    border-top: 1px solid rgb(var(--color_white_border))
}

.user-conteiner .um-profile.um .um-profile-headericon a:hover {
    color: rgb(var(--color_1))
}

.page-block.author-block-m {
    padding-bottom: 0
}

.um-header-m {
    width: 100%;
    position: relative;
    border-radius: var(--standart_border_radius);
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: var(--standart_margin_lr);
    padding-right: var(--standart_margin_lr)
}

.um-header-m-in {
    width: calc(100% + (var(--standart_margin_lr) * 2));
    margin-left: calc(0px - var(--standart_margin_lr));
    display: flex;
    align-items: center
}

.um-header-m .um-cover-m {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0
}

.um-header-m .um-cover-m img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    top: 0;
    left: 0
}

.um-header-m .um-author-header-item {
    position: relative;
    z-index: 1;
    padding-left: var(--standart_margin_lr);
    padding-right: var(--standart_margin_lr);
    height: fit-content
}

.um-header-m .um-author-photo-in {
    position: relative;
    width: 60px;
    height: auto
}

.um-header-m .um-author-photo-in:before {
    content: '';
    display: block;
    padding-top: 100%
}

.um-header-m .um-author-photo-in img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 100%
}

.um-header-m .um-author-info {
    background: rgb(0 0 0 / 47%);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px
}

.um-author-role, .um-header-m .um-author-name {
    color: rgb(var(--color_whitewhite))
}

.um-header-m .um-author-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 2px;
    padding-bottom: 3px
}

.um-header-m .um-author-role {
    font-size: 14px;
    text-transform: lowercase;
    margin-top: -3px
}

.user-conteiner .news-home-block-header {
    margin-bottom: 32px
}

.news-home-block-list.news-latest.blog-news .news-item {
    margin-bottom: 40px
}

.news-home-block-list.news-latest.blog-news .news-item-in {
    flex-direction: column;
    padding: 34px 50px
}

.news-home-block-list.news-latest.blog-news .news-item-in .news-main-image {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    border-radius: var(--standart_border_radius)
}

.news-home-block-list.news-latest.blog-news .news-item-in .news-main-image:before {
    display: none
}

.news-home-block-list.news-latest.blog-news .news-item-in .news-main-image img {
    position: relative
}

.news-home-block-list.news-latest.blog-news .news-link-in-single {
    display: none
}

.news-home-block-list.news-latest.blog-news a.news-title {
    color: rgb(var(--color_black))
}

.news-home-block-list.news-latest.blog-news a.news-title:hover {
    color: rgb(var(--color_1_hover))
}

.news-home-block-list.news-latest.blog-news .news-item-in .news-subtitle {
    font-size: var(--standart_font_size)
}

.news-home-block-list.news-latest.blog-news .news-item-in .news-more-info {
    margin-bottom: 10px
}

.short-content {
    font-size: 0
}

.open-all-comments {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: var(--second_font_size)
}

.um-user-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background: rgb(var(--color_white));
    border-radius: 100px;
    border: 1px solid rgb(var(--color_white_border));
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden
}

.um-user-menu-item {
    padding: 10px 0;
    margin-left: 10px;
    margin-right: 10px;
    color: rgb(var(--color_black));
    position: relative
}

.um-user-menu-item.active {
    color: rgb(var(--color_1))
}

.um-user-menu-item.active:before {
    content: '';
    width: 100%;
    height: 2px;
    background: rgb(var(--color_1));
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 2px 2px 0 0
}

.status-pending .remoji_bar {
    display: none
}

.modal-info {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 102
}

.modal-info.modal-info-hide, .modal-info.modal-info-hide-insta {
    display: none !important
}

.modal-info-back {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(var(--color_blackblack)/.6)
}

.modal-info-block {
    position: relative;
    z-index: 2
}

.modal-info .banner-close {
    margin-right: -10px
}

.modal-info .banner-item .banner-item-text, .modal-info .banner-item .banner-item-text * {
    line-height: 140%
}

.your-news-info {
    text-align: center;
    border: 1px solid rgb(var(--color_1));
    padding: 15px;
    border-radius: var(--standart_border_radius)
}

.your-news-info .h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 900
}

.your-news-info > div {
    font-size: 14px
}

.your-news-info .your-news-info-wha_link, .your-news-info .your-news-info-wha_link i {
    color: #39c33f
}

.your-news-info .your-news-info-wha_link {
    text-decoration: none;
    font-weight: 700;
    padding: 0 .6em .3em;
    display: inline-block;
    border-radius: 3px
}

.your-news-info .your-news-info-wha_link:hover {
    color: #fff;
    background: #39c33f
}

.your-news-info .your-news-info-wha_link i {
    font-size: 1.5em;
    position: relative;
    top: .1em;
    margin-right: .15em
}

.your-news-info .your-news-info-wha_link:hover i {
    color: #fff
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--color_white));
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.preloader .logo {
    width: 100px;
    height: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(.8)
}

.preloader .logo .logo-name {
    display: flex;
    position: relative;
    z-index: 2;
    margin-top: -.6em
}

.loader {
    width: 100px;
    height: 100px;
    border: 2px solid rgb(var(--color_black));
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.loader-h, .loader-m {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.loader-m {
    width: 100%;
    height: 100%;
    animation: rotation 2s linear infinite
}

.loader-h {
    width: 60%;
    height: 60%;
    animation: rotation 24s linear infinite
}

.loader-m::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 0;
    background: rgb(var(--color_1));
    width: 3px;
    height: 50%;
    transform: translateX(-50%);
    border-radius: 100px
}

.loader-h::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 0;
    background: rgb(var(--color_1_link_hover));
    width: 5px;
    height: 50%;
    transform: translateX(-50%);
    border-radius: 100px
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.news-home-block-list.news-latest .news-item-sticky.news-item-sticky-1 .news-item-in .news-main-image {
    width: 300px;
    max-width: 40%
}

.news-home-block-list.news-latest .news-item-sticky .news-item-in .news-item-info {
    padding-top: 10px
}

.sticky:not(svg) {
    opacity: 0
}

.sticky {
    z-index: 3;
    position: absolute;
    top: -10px;
    right: 10px;
    height: 30px;
    width: auto;
    transform: rotate(37deg)
}

.sticky path {
    fill: rgb(var(--color_1));
    stroke: rgb(var(--color_white_back));
    stroke-width: 2px;
    stroke-linejoin: round;
    stroke-linecap: round
}

.news-home-block-list.news-latest .news-item-sticky.news-item-sticky-1 .sticky {
    top: -16px;
    right: 15px;
    height: 44px
}

.news-home-block-list.news-latest .news-item-sticky.news-item-sticky-1 .news-item-in {
    border: 1px solid rgb(var(--color_1))
}

.news-sidebar .news-item.news-item-sticky.news-item-sticky .news-item-in {
    padding-top: 5px
}

.news-sidebar .news-item.news-item-sticky.news-item-sticky-1 .news-item-in {
    border: 1px solid rgb(var(--color_1));
    padding: 5px;
    border-radius: 3px
}

.news-sidebar .news-item.news-item-sticky.news-item-sticky .sticky {
    right: -8px;
    top: -16px
}

#scrollToTop {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
    font-size: 18px;
    border: none;
    outline: 0;
    background-color: #797979;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
    opacity: .5
}

#scrollToTop:hover {
    background-color: #777;
    opacity: 1
}

.navigation-news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.navigation-news .navigation-news-item {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.navigation-news .navigation-news-item .news-title {
    color: inherit;
    display: flex;
    align-items: center;
    padding: 6px 15px;
    border: 1px solid rgb(var(--color_1));
    font-size: 13px;
    flex: 1;
    width: 100%
}

.navigation-news .navigation-news-item .news-title i {
    font-weight: 900;
    color: inherit
}

.navigation-news .navigation-news-item.next-news {
    margin-right: auto
}

.navigation-news .navigation-news-item.previous-news {
    margin-left: auto
}

.navigation-news .navigation-news-item img {
    width: 30%;
    max-width: 100px;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 2
}

.navigation-news .navigation-news-item a {
    display: flex;
    transition: .1s;
    box-shadow: 0 0 0 rgb(0 0 0 / 100%);
    border-radius: var(--standart_border_radius);
    min-height: 100%;
    width: 100%;
    position: relative
}

.navigation-news .navigation-news-item a:before {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 20px
}

.navigation-news .navigation-news-item.next-news a:before {
    content: '\e900';
    left: -14px;
    rotate: 90deg
}

.navigation-news .navigation-news-item.previous-news a:before {
    content: '\e900';
    right: -14px;
    rotate: -90deg
}

.navigation-news .navigation-news-item.next-news .news-title {
    text-align: left;
    border-radius: 0 var(--standart_border_radius) var(--standart_border_radius) 0
}

.navigation-news .navigation-news-item.previous-news .news-title {
    text-align: right;
    justify-content: end;
    border-radius: var(--standart_border_radius) 0 0 var(--standart_border_radius)
}

.navigation-news .navigation-news-item.next-news img {
    border-radius: var(--standart_border_radius) 0 0 var(--standart_border_radius);
    margin-right: -1px
}

.navigation-news .navigation-news-item.previous-news img {
    border-radius: 0 var(--standart_border_radius) var(--standart_border_radius) 0;
    margin-left: -1px
}

.navigation-news .navigation-news-item a:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%)
}

.navigation-news .navigation-news-item a:active {
    transform: scale(.98);
    box-shadow: 0 0 0 rgb(0 0 0 / 100%)
}

.navigation-news .navigation-news-item a:hover .news-title {
    border-color: rgb(var(--color_1_link_hover))
}

.top-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.top-news .news-item {
    width: calc(33.3333% - 5px)
}

.top-news .news-item:nth-child(1) {
    width: 100%
}

.top-news .news-item:not(:nth-child(1)) {
    margin-top: 10px
}

.top-news .news-item-in {
    position: relative;
    overflow: hidden
}

.top-news .news-item-in:hover .news-main-image img {
    transform: scale(1.05)
}

.top-news .news-item .news-categories {
    margin-left: 12px
}

.top-news .news-item .news-categories a:nth-child(n+2) {
    display: none
}

.top-news .news-item:not(:nth-child(1)) .news-categories {
    top: 5px
}

.top-news .news-item:not(:nth-child(1)) .news-categories a {
    color: #000;
    font-size: 12px;
    padding: 2px 10px;
    height: 24px
}

.top-news .news-item .news-main-image {
    display: flex;
    position: relative;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-radius: var(--standart_border_radius)
}

.top-news .news-item:not(:nth-child(1)) .news-main-image {
    margin-bottom: 5px
}

.top-news .news-item .news-main-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .15s
}

.top-news .news-item:nth-child(1) .news-item-info {
    position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 20px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 1) 100%);
    border-radius: 0 0 var(--standart_border_radius) var(--standart_border_radius)
}

.top-news .news-item:nth-child(1) .news-item-info * {
    color: rgb(var(--color_whitewhite))
}

.top-news .news-item:nth-child(1) .news-item-info .news-title {
    font-size: 24px;
    font-weight: 700
}

.banners-for-mob {
    display: flex;
    justify-content: space-around;
    width: 100%
}

.banners-for-mob-sb3 .banners {
    margin-top: 10px
}

.banners-for-desc-sb1 {
    display: flex;
    width: 100%
}
.news-sidebar-1 .news-sidebar-list .banners-for-desc-sb1 {
    order: 3;
    margin-bottom: 10px;
}

.news-sidebar-1 .news-sidebar-list {
    display: flex;
    flex-direction: column
}

.maininfo-text {
    background: #000;
    padding: 10px 0;
    text-align: center
}

.maininfo-text * {
    color: #fff
}

.news-single .news-categories {
    top: -15px
}

.news-single .news-single-content table {
    border-spacing: 0;
    margin-bottom: 2em;
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
    display: block;
}
.news-single .news-single-content table td,
.news-single .news-single-content table th {
    background-color: color-mix(in srgb, var(--color-base), transparent 97%);
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    text-align: left;
    padding: 5px 5px;
    font-size: 14px;
}
.news-single .news-single-content table th {
    background: #ededed;
    text-transform: uppercase;
}

.oc-float-left img {
    float: left;
    margin-right: 15px;
}
.oc-float-right img {
    float: right;
    margin-left: 15px;
}
.single-gallery {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.single-gallery .gallery-item {
    flex: none;
}
.single-gallery[gallery-count="2"] .gallery-item {
    width: 50%;
}
.single-gallery[gallery-count="3"] .gallery-item {
    width: 33.3333%;
}
.single-gallery[gallery-count="4"] .gallery-item {
    width: 25%;
}
.single-gallery .gallery-item ._in {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
.single-gallery .gallery-item img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #ffa700;
    text-shadow: 0 0 3px #000000;
}

.tg-li {
    width: 100%;
    margin-bottom: 20px;
    img {
        width: 100%;
        height: auto;
    }
}

.top-socials {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    width: 100%;
    margin-bottom: 10px;
    a {
        display: flex;
        flex: 1;
        column-gap: 5px;
        background: #4babe1;
        color: #fff;
        padding: 5px 7px;
        border-radius: 4px;
        justify-content: center;
        svg {
            flex: none;
            width: 20px;
            path {
                fill: #fff;
            }
        }
        span {
            color: #fff;
        }
        &:nth-child(2) {
            background: #e74a82;
        }
    }
}