@charset "UTF-8";

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "PTSerif";
    font-display: swap;
    src: url("../fonts/PTSerif-Regular.woff") format("woff"), url("../fonts/PTSerif-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

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

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

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: "Roboto";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: "Roboto";
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

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

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

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    color: #04000E;
    font-size: 14px;
    line-height: 1.4;
}

body._lock {
    overflow: hidden;
    touch-action: none;
}

body._lock::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

body::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: -o-linear-gradient(311.99deg, rgba(59, 55, 67, 0.6) 2.37%, rgba(39, 43, 51, 0.6) 97.63%);
    background: linear-gradient(138.01deg, rgba(59, 55, 67, 0.6) 2.37%, rgba(39, 43, 51, 0.6) 97.63%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: none;
    visibility: hidden;
    z-index: 8;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 100px;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 0px;
}

.btn._fw {
    width: 100%;
}

.select {
    position: relative;
}

.select__item {
    position: relative;
}

.select__title {
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 30px;
    padding: 0px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.select__value span {
    height: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select__value:before {
    content: "";
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 11px;
    height: 7px;
    background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    color: #000;
    display: none;
    position: absolute;
    top: 29px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    font-size: 14px;
    padding: 10px 0px 5px 0px;
}

.select__option {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0px 0px 0px 0px;
}

.select._active {
    z-index: 5;
}

.select._active .select__value:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select._active .select__options {
    display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0px 20px;
}

textarea.input {
    resize: none;
    padding: 0px 0px;
}

.checkbox {
    position: relative;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
    background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: calc(20 / 16);
    cursor: pointer;
}

.checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}

.checkbox a {
    color: #fff;
    text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212;
}

.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.options__item {
    position: relative;
    cursor: pointer;
}

.options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
}

.options__input:checked + .options__text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: calc(20 / 16);
}

.options__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}

.options__text:after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77243a;
    position: absolute;
    left: 5px;
    top: 4px;
}

.rating-block {
    display: table;
    font-size: 0;
}

.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.rating.edit .star {
    cursor: pointer;
}

.rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.rating__line {
    position: absolute;
    width: 85px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
    z-index: 1;
    background-size: 85px 100%;
}

.rating__activeline {
    position: absolute;
    width: 0px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
    z-index: 2;
    background-size: 85px 100%;
}

.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle;
}

.quantity {
    width: 88px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    position: relative;
    cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0px 0px 0px -4.5px;
    background-color: #a6a6a6;
    width: 9px;
    height: 1px;
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.quantity__input input {
    height: 100%;
    color: #a6a6a6;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

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

.rub:after {
    content: "₽";
}

ol.counter {
    list-style-type: none;
    counter-reset: item;
}

ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px;
}

ol.counter li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    color: #818181;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #4274bb;
}

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

.es {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.table {
    display: table;
    font-size: 0;
    width: 100%;
}

.trow {
    display: table-row;
}

.cell {
    display: table-cell;
}

.cell.full {
    width: 100%;
}

._ibg {
    position: relative;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.moretext {
    overflow: hidden;
}

.moretext__more {
    cursor: pointer;
}

.moretext__more span {
    font-style: normal;
}

.moretext__more span:first-child {
    display: block;
}

.moretext__more span:last-child {
    display: none;
}

.moretext__more.active span {
    font-style: normal;
}

.moretext__more.active span:first-child {
    display: none;
}

.moretext__more.active span:last-child {
    display: block;
}

#map {
    background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
    overflow: hidden;
}

._swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.slick-slider {
    position: relative;
}

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

.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slick-slider .slick-track {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-slider .slick-slide {
    position: relative;
}

.tab__item {
    display: none;
}

.tab__item.active {
    display: block;
}

._tabs-block {
    display: none;
}

._tabs-block._active {
    display: block;
}

.mirror {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.nicescroll-rails {
    z-index: 1000 !important;
}

.gm-style-iw-t {
    opacity: 0;
}

.baloon {
    opacity: 1;
    right: -7px !important;
    bottom: 80px !important;
}

.baloon button {
    display: none !important;
}

.baloon:after {
    display: none !important;
}

.baloon-style {
    display: none;
}

.baloon-content.gm-style-iw {
    opacity: 1;
    border-radius: 0px !important;
    max-width: 300px !important;
    padding: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important;
}

.baloon-content.gm-style-iw:after {
    display: none !important;
}

.baloon-close {
    top: 18px !important;
}

._custom-scroll {
    position: fixed;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1000;
}

._custom-scroll__line {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px 0 0 3px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

h1,
.title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

h3 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

h4 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

img,
svg {
    vertical-align: middle;
}

time {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #818086;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

time::before {
    content: "";
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    background: url(../img/icons/time.svg) center/100% no-repeat;
}

.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}

.popup::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
}

.popup.show {
    visibility: visible;
    overflow: auto;
}

.popup.show::before {
    opacity: 1;
}

.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup._active {
    overflow: auto;
    visibility: visible;
}

.popup._active::before {
    opacity: 1;
}

.popup._active .popup__body {
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F3;
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__body {
    transform: scale(0);
    transition: all 0.3s ease 0s;
    background-color: #fff;
    width: 100%;
    height: 100vh;
}

.popup__close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 30;
    background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
    padding: 16px 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background: #F2F2F3;
    min-height: 56px;
    z-index: 10;
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.logo__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67px;
    flex: 0 0 67px;
    width: 67px;
}

.logo__image img,
.logo__image svg {
    width: 100%;
    max-width: 100%;
}

.logo__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #04000E;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.menu__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #04000E;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-header__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.search-header__head svg path {
    fill: #818086;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-header__head img,
.search-header__head svg {
    width: 100%;
    max-width: 100%;
}

.socials-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.socials-header__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
}

.socials-header__item svg path {
    fill: #818086;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.socials-header__item img,
.socials-header__item svg {
    width: 100%;
    max-width: 100%;
}

.icon-menu {
    display: none;
}

.footer {
    padding: 40px 0px 24px;
    background: #F2F2F3;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-bottom: 40px;
}

.footer__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 24px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}

.footer__navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.footer__other {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 385px;
    flex: 0 0 385px;
}

.footer__socials {
    margin-top: 40px;
}

.footer__copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: #9B999F;
    text-align: center;
}

.logo-footer__image {
    width: 90px;
    max-width: 90px;
}

.logo-footer__image img,
.logo-footer__image svg {
    width: 100%;
    max-width: 100%;
}

.logo-footer__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #04000E;
    margin-top: 8px;
}

.navigation-footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.navigation-footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
}

.navigation-footer__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4F4C56;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.subscribe-footer__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #04000E;
}

.subscribe-footer__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #4F4C56;
    margin-top: 8px;
}

.subscribe-footer__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-top: 16px;
}

.subscribe-footer__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    color: #818086;
    min-width: 0px;
    max-width: 100%;
}

.subscribe-footer__btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 10px 16px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #4272D7;
    border-radius: 4px;
}

.socials-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.socials-footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
}

.socials-footer__item svg path {
    fill: #818086;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pagging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 24px;
}

.pagging__arrow {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #9B999F;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #D9D9DB;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pagging__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.pagging__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #9B999F;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #D9D9DB;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pagging__item._more {
    border: none;
}

.pagging__item._active {
    color: #FFFFFF;
    background: #4272D7;
    border-color: #4272D7;
}

.header-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.header-section__more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 2px solid #4272D7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-section__more img,
.header-section__more svg {
    width: 16px;
    max-width: 16px;
}

.videoblogs__content {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
    row-gap: 24px;
}

.videoblogs__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 1px * 3) / 4);
    flex: 0 0 calc((100% - 1px * 3) / 4);
}

.videoblogs__item:not(:nth-child(-n+10)) {
    display: none;
}

.item-videoblog {
    position: relative;
    overflow: hidden;
}

.item-videoblog:nth-child(1),
.item-videoblog:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 24px) / 2);
    flex: 0 0 calc((100% - 24px) / 2);
}

.item-videoblog:nth-child(1) .item-videoblog__head,
.item-videoblog:nth-child(2) .item-videoblog__head {
    border-radius: 4px;
}

.item-videoblog:nth-child(1) .item-videoblog__image,
.item-videoblog:nth-child(2) .item-videoblog__image {
    padding-bottom: 73%;
}

.item-videoblog:nth-child(1) .item-videoblog__image._video::before,
.item-videoblog:nth-child(2) .item-videoblog__image._video::before {
    top: 50%;
    left: 50%;
}

.item-videoblog:nth-child(1) .item-videoblog__theme,
.item-videoblog:nth-child(2) .item-videoblog__theme {
    border-radius: 4px 0px;
}

.item-videoblog:nth-child(1) .item-videoblog__body,
.item-videoblog:nth-child(2) .item-videoblog__body {
    position: static;
    padding: 8px 0px 0px;
}

.item-videoblog:nth-child(1) .item-videoblog__name,
.item-videoblog:nth-child(2) .item-videoblog__name {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #04000E;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.item-videoblog:nth-child(1) .item-videoblog__time,
.item-videoblog:nth-child(2) .item-videoblog__time {
    color: #818086;
}

.item-videoblog:nth-child(1) .item-videoblog__time::before,
.item-videoblog:nth-child(2) .item-videoblog__time::before {
    background: url(../img/icons/time.svg) center/100% no-repeat;
}

.item-videoblog:nth-child(1) {
    margin-right: 23px;
}

.item-videoblog__head {
    position: relative;
    display: block;
    overflow: hidden;
}

.item-videoblog__image._video::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 21, 36, 0.4)), to(rgba(12, 21, 36, 0.4)));
    background: -o-linear-gradient(bottom, rgba(12, 21, 36, 0.4), rgba(12, 21, 36, 0.4));
    background: linear-gradient(0deg, rgba(12, 21, 36, 0.4), rgba(12, 21, 36, 0.4));
    left: 0;
    top: 0;
    z-index: 1;
}

.item-videoblog__image {
    width: 100%;
    height: 220px;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.item-videoblog__head a {
    display: block;
}

.item-videoblog__image._video::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/icons/play.svg) center/100% no-repeat;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.item-videoblog__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.item-videoblog__theme {
    background: #FFFFFF;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #E6E5E7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 3px 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #04000E;
    border-radius: 0px 0px 4px 0px;
}

.item-videoblog__body {
    padding: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 5;
}

.item-videoblog__name {
    font-weight: 500;
    color: #04000E;
}

.item-videoblog__time {
    margin-top: 8px;
}

.item-videoblog__time::before {
    background: url(../img/icons/time.svg) center/100% no-repeat;
}

.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
}

.sidebar__news {
    background: #F2F2F3;
    border-radius: 4px;
}

.sidebar__news-table {
    background: #F2F2F3;
    border-radius: 4px;
}

.sidebar-news {
    padding: 24px;
}

.sidebar-news__header {
    margin-bottom: 24px;
}

.sidebar-news__list {
    margin: -12px 0px -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-news__item {
    margin: 0px -24px;
    padding: 12px 24px;
}

.sidebar-news__item.active {
    background: rgba(66, 114, 215, 0.1);
}

.sidebar-news__item.active .sidebar-news__name {
    font-weight: 600;
}

.sidebar-news__name {
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.44;
    color: #04000E;
}

.table-news-sidebar {
    padding: 24px;
}

.table-news-sidebar__content {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
}

.table-news-sidebar__image {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.table-news-sidebar__image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 21, 36, 0.4)), to(rgba(12, 21, 36, 0.4)));
    background: -o-linear-gradient(bottom, rgba(12, 21, 36, 0.4), rgba(12, 21, 36, 0.4));
    background: linear-gradient(0deg, rgba(12, 21, 36, 0.4), rgba(12, 21, 36, 0.4));
}

.table-news-sidebar__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.table-news-sidebar__body {
    padding-top: 8px;
}

.table-news-sidebar__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #04000E;
}

.table-news-sidebar__time {
    margin-top: 8px;
}

.ads-vertical {
    padding: 12px 0px;
}

.ads-vertical img {
    width: 100%;
    max-width: 100%;
}

.ads-horiz {
    width: 100%;
    max-width: 100%;
    height: 120px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.ads-horiz img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.analitics._minimal .analitics__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 24px * 3) / 4);
    flex: 0 0 calc((100% - 24px * 3) / 4);
}

.analitics._minimal .analitics__item:nth-child(1),
.analitics._minimal .analitics__item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 24px) / 2);
    flex: 0 0 calc((100% - 24px) / 2);
}

.analitics:not(._other) .analitics__item:nth-child(1) .item-analitics__title,
.analitics:not(._other) .analitics__item:nth-child(2) .item-analitics__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
}

.analitics._other .analitics__item:nth-child(1),
.analitics._other .analitics__item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 24px * 2) / 3);
    flex: 0 0 calc((100% - 24px * 2) / 3);
}

.analitics__content {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
}

.analitics__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 24px * 2) / 3);
    flex: 0 0 calc((100% - 24px * 2) / 3);
}

.analitics__item:nth-child(1),
.analitics__item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 24px) / 2);
    flex: 0 0 calc((100% - 24px) / 2);
}

.item-analitics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.videoblogs a.item-videoblog__theme {
    position: absolute;
    top: 0;
    left: 0;
}
.item-analitics__image {
    display: block;
    position: relative;
    padding-bottom: 56%;
    border-radius: 4px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.item-analitics__image._video::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/icons/play.svg) center/100% no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.item-analitics__image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 21, 36, 0.4)), to(rgba(12, 21, 36, 0.4)));
    background: -o-linear-gradient(bottom, rgba(12, 21, 36, 0.4), rgba(12, 21, 36, 0.4));
    background: linear-gradient(0deg, rgba(12, 21, 36, 0.4), rgba(12, 21, 36, 0.4));
    opacity: 0;
}

.item-analitics__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-analitics__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
    padding-top: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.item-analitics__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #04000E;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.item-analitics__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.44;
    color: #4F4C56;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.info-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: -20px;
}

.info-page__back {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #818086;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.info-page__back::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
    background: url(../img/icons/back.svg) center/100% no-repeat;
}

.news-page__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-page__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto;
    max-width: 100%;
}

.news-page__body {
    padding-top: 10px;
    padding-bottom: 40px;
}

.news-page__text {
    font-family: "PTSerif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 20px;
}

.news-page__text > *:not(:last-child) {
    margin-bottom: 15px;
}

.news-page__text ul {
    list-style: disc;
    padding-left: 25px;
}

.news-page__text ul li {
    list-style: disc;
}

.news-page__image {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.news-page__image img {
    width: 100%;
    max-width: 100%;
}

.news-page__video {
    border-radius: 4px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.news-page__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #04000E;
    width: 100%;
    /*max-width: 490px;*/
    margin: 0px auto;
}

.news-page__description > *:not(:last-child) {
    margin-bottom: 20px;
}

.news-page__footer {
    border-top: 1px solid #D9D9DB;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.news-page__author {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.actions-news-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.actions-news-page__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #4F4C56;
}

.actions-news-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.actions-news-page__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
}

.actions-news-page__item img,
.actions-news-page__item svg {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.actions-news-page__item svg path {
    fill: #4665D6;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.authors {
    padding: 30px 0px 80px;
}

.authors__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #04000E;
}

.authors__content {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
}

.authors__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 24px * 3) / 4);
    flex: 0 0 calc((100% - 24px * 3) / 4);
}

.authors__image {
    width: 100%;
    position: relative;
    padding-bottom: 99%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.authors__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.authors__body {
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
}

.authors__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #04000E;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.authors__job {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #818086;
}

.authors__publications {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #818086;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.author-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.author-page__image {
    height: 282px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 282px;
    flex: 0 0 282px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: block;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.author-page__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.author-page__name {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #04000E;
    margin-bottom: 5px;
}

.author-page__work {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #818086;
}

.author-page__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #4F4C56;
    margin-top: 20px;
}

.author-page__description > *:not(:last-child) {
    margin-bottom: 20px;
}

.publications__title span {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.publications__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.publications__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.publications__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 282px;
    flex: 0 0 282px;
    height: 160px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    display: block;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.publications__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.publications__image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 21, 36, 0.4)), to(rgba(12, 21, 36, 0.4)));
    background: -o-linear-gradient(bottom, rgba(12, 21, 36, 0.4), rgba(12, 21, 36, 0.4));
    background: linear-gradient(0deg, rgba(12, 21, 36, 0.4), rgba(12, 21, 36, 0.4));
    left: 0;
    top: 0;
    z-index: 1;
}

.publications__image._video::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/icons/play.svg) center/100% no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.publications__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
}

.publications__name {
    color: #04000E;
}

.publications__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #4F4C56;
}

.contacts {
    width: 100%;
    max-width: 690px;
}

.contacts__content {
    margin-top: 24px;
}

.contacts__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
}

.contacts__row {
    background: #FFFFFF;
    border: 1px solid #D9D9DB;
    border-radius: 4px;
    padding: 32px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
}

.contacts__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #04000E;
}

.contacts__info {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #04000E;
}

.contacts__info a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #4665D6;
}

.contacts__socials {
    margin-top: 30px;
}

.socials-contacts__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
}

.socials-contacts__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(70, 101, 214, 0.2);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.socials-contacts__item svg path {
    fill: #4665D6;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about {
    width: 100%;
    max-width: 690px;
}

.about__content {
    margin-top: 30px;
}

.about__body > *:not(:last-child) {
    margin-bottom: 20px;
}

.about__footer {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #D9D9DB;
}

.page {
    padding-top: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding-top: 30px;
    padding-bottom: 70px;
}

.page__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 32px;
}

.page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 282px;
    flex: 0 0 282px;
}

.lang__item {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #04000E;
}
.lang__item-current {
    font-weight: 400;
    color: #818086;
}

.play__logo:before {
    z-index: 1;
    content: url(/dist/img/play.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.ckeditor strong {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.ckeditor hr {
    border-top: 1px solid #d9d9db;
}
.header-section__title {
    color:#04000E;
}
.header-section__title:hover {
    color:#4272D7;
}

.hotlines {
    margin-top: 15px;
    background: #df0032;
    padding: 2px;
    text-align: center;
}

.hotlines a{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4px 0px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}
.hotlines a span{
    color:#ffffff;
    font-size: 18px;
    display:inline-block;
    padding-left:100%;
    -webkit-animation: marquee 10s infinite linear;
    animation: marquee 10s infinite linear;
}

@-webkit-keyframes marquee {
    0%{-webkit-transform: translate(0, 0);}
    100%{-webkit-transform: translate(-100%, 0);}
}
@keyframes marquee{
    0%{transform: translate(0, 0);}
    100%{transform: translate(-100%, 0)}
}

@media (min-width: 767.98px) {
    .logo__text {
        display: none;
    }

    .ads-horiz._mmd3 {
        display: none;
    }
}

@media (min-width: 991.98px) {
    .quantity__button:hover::before,
    .quantity__button:hover::after {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .item-videoblog:nth-child(4n+3) {
        border-radius: 4px 0px 0px 4px;
    }

    .item-videoblog:nth-child(4n+3) .item-videoblog__theme {
        border-radius: 4px 0px;
    }

    .item-videoblog:nth-child(4n+6),
    .item-videoblog:last-child {
        border-radius: 0px 4px 4px 0px;
    }

    .ads-horiz._mmd2 {
        display: none;
    }

    .authors__image::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 21, 36, 0.35)), to(rgba(12, 21, 36, 0.35)));
        background: -o-linear-gradient(bottom, rgba(12, 21, 36, 0.35), rgba(12, 21, 36, 0.35));
        background: linear-gradient(0deg, rgba(12, 21, 36, 0.35), rgba(12, 21, 36, 0.35));
    }
}

@media (min-width: 992px) {
    .select__option:hover {
        background: #d9d9d9;
    }

    .checkbox a:hover {
        text-decoration: none;
    }
}

@media (max-width: 1412px) {
    .sidebar-news {
        padding: 16px 16px 12px;
    }

    .sidebar-news__item {
        margin: 0px -16px;
        padding: 12px 16px;
    }

    .item-analitics__image._video::before {
        width: 24px;
        height: 24px;
    }

    .publications__content {
        row-gap: 24px;
        margin-top: 24px;
    }

    .publications__name {
        font-size: 20px;
        line-height: 1.3;
    }

    .page__content {
        padding-top: 25px;
        padding-bottom: 60px;
    }

    .page__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }
}

@media (max-width: 1100px) {
    .analitics._minimal .analitics__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 24px * 2) / 3);
        flex: 0 0 calc((100% - 24px * 2) / 3);
    }

    .analitics._other .analitics__item:nth-child(1),
    .analitics._other .analitics__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 24px * 2) / 3);
        flex: 0 0 calc((100% - 24px * 2) / 3);
    }

    .analitics__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 24px * 2) / 3);
        flex: 0 0 calc((100% - 24px * 2) / 3);
    }

    .publications__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 16px * 1) / 2);
        flex: 0 0 calc((100% - 16px * 1) / 2);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .publications__image {
        width: 100%;
        height: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-bottom: 56%;
    }

    .publications__info {
        padding-top: 8px;
    }

    .publications__name {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 991.98px) {
    ._container {
        padding: 0px 30px;
    }

    .select__title {
        font-size: 18px;
    }

    .select__options {
        font-size: 18px;
    }

    .menu__list {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .footer__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 16px) / 2);
        flex: 0 0 calc((100% - 16px) / 2);
    }

    .footer__navigation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .footer__other {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 16px) / 2);
        flex: 0 0 calc((100% - 16px) / 2);
    }

    .videoblogs__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 1px * 2) / 3);
        flex: 0 0 calc((100% - 1px * 2) / 3);
    }

    .videoblogs__item:not(:nth-child(-n+8)) {
        display: none;
    }

    .item-videoblog:nth-child(1),
    .item-videoblog:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 16px) / 2);
        flex: 0 0 calc((100% - 16px) / 2);
    }

    .item-videoblog:nth-child(1) .item-videoblog__name,
    .item-videoblog:nth-child(2) .item-videoblog__name {
        font-size: 20px;
    }

    .item-videoblog:nth-child(1) {
        margin-right: 15px;
    }

    .item-videoblog__image {
        padding-bottom: 0;
        height: 210px;
    }

    .sidebar__news-table {
        display: none;
    }

    .sidebar-news {
        padding: 12px 12px 12px;
    }

    .sidebar-news__item {
        margin: 0px -12px;
        padding: 12px 12px;
    }

    .analitics._minimal .analitics__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 16px * 2) / 3);
        flex: 0 0 calc((100% - 16px * 2) / 3);
    }

    .analitics._minimal .analitics__item:nth-child(1),
    .analitics._minimal .analitics__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 16px * 1) / 2);
        flex: 0 0 calc((100% - 16px * 1) / 2);
    }

    .analitics:not(._other) .analitics__item:nth-child(1) .item-analitics__title,
    .analitics:not(._other) .analitics__item:nth-child(2) .item-analitics__title {
        font-size: 20px;
    }

    .analitics._other .analitics__item:nth-child(1),
    .analitics._other .analitics__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 16px * 2) / 3);
        flex: 0 0 calc((100% - 16px * 2) / 3);
    }

    .analitics__content {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .analitics__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 16px * 2) / 3);
        flex: 0 0 calc((100% - 16px * 2) / 3);
    }

    .analitics__item:nth-child(1),
    .analitics__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 16px * 1) / 2);
        flex: 0 0 calc((100% - 16px * 1) / 2);
    }

    .item-analitics__image._video::before {
        width: 16px;
        height: 16px;
    }

    .info-page__title {
        font-size: 16px;
        line-height: 1.2;
    }

    .news-page__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .news-page__body {
        padding-bottom: 30px;
    }

    .authors__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 24px * 2) / 3);
        flex: 0 0 calc((100% - 24px * 2) / 3);
    }

    .author-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 24px;
    }

    .author-page__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
        flex: 0 0 165px;
        height: 165px;
        width: 165px;
    }

    .author-page__description {
        margin-top: 12px;
    }

    .author-page__description > *:not(:last-child) {
        margin-bottom: 12px;
    }

    .page__content {
        padding-top: 25px;
        padding-bottom: 50px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .page__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
        flex: 0 0 165px;
    }
}

@media (max-width: 767.98px) {
    ._container {
        padding: 0px 15px;
    }

    h1,
    .title {
        font-size: 20px;
        line-height: 1.3;
    }

    h3 {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
    }

    .header {
        min-height: 60px;
    }

    .header__socials {
        margin-top: 30px;
    }

    .menu__body {
        position: fixed;
        bottom: 0;
        right: 0;
        background: #4272D7;
        padding: 30px 15px;
        z-index: 1;
        height: 100%;
        max-height: calc(100% - 60px);
        width: 100%;
        overflow-y: auto;
        max-width: 240px;
        transform: translateX(100%);
        transition: all 0.3s ease 0s;
    }

    .menu__body._active {
        transform: translateX(0px);
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 15px;
    }

    .menu__link {
        font-weight: 700;
        font-size: 20px;
        line-height: 128%;
        color: #FFFFFF;
    }

    .socials-header__item {
        opacity: 0.7;
    }

    .socials-header__item svg path {
        fill: #fff;
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 18px;
        height: 12px;
        cursor: pointer;
        z-index: 5;
    }

    .icon-menu span {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #04000E;
    }

    .icon-menu span:first-child {
        top: 0px;
    }

    .icon-menu span:last-child {
        top: auto;
        bottom: 0px;
    }

    .icon-menu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .icon-menu._active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }

    .icon-menu._active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1px);
    }

    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 40px;
    }

    .footer__main {
        -webkit-column-gap: 38px;
        -moz-column-gap: 38px;
        column-gap: 38px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .footer__navigation {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .footer__other {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 335px;
    }

    .footer__socials {
        margin-top: 32px;
    }

    .navigation-footer {
        -ms-grid-columns: 2fr 3fr;
        grid-template-columns: 2fr 3fr;
    }

    .videoblogs__content {
        row-gap: 16px;
    }

    .videoblogs__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 1px * 1) / 2);
        flex: 0 0 calc((100% - 1px * 1) / 2);
    }

    .item-videoblog:nth-child(1),
    .item-videoblog:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 8px) / 2);
        flex: 0 0 calc((100% - 8px) / 2);
    }

    .item-videoblog:nth-child(1) .item-videoblog__image,
    .item-videoblog:nth-child(2) .item-videoblog__image {
        /*height: 150px;*/
        padding-bottom: 0;
    }

    .item-videoblog:nth-child(1) .item-videoblog__image._video::before,
    .item-videoblog:nth-child(2) .item-videoblog__image._video::before {
        width: 28px;
        height: 28px;
        top: 50%;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .item-videoblog:nth-child(1) .item-videoblog__name,
    .item-videoblog:nth-child(2) .item-videoblog__name {
        font-size: 16px;
    }

    .item-videoblog:nth-child(2n+3) {
        border-radius: 4px 0px 0px 4px;
    }

    .item-videoblog:nth-child(2n+3) .item-videoblog__theme {
        border-radius: 4px 0px;
    }

    .item-videoblog:nth-child(2n+4),
    .item-videoblog:last-child {
        border-radius: 0 4px 4px 0;
    }

    .item-videoblog:nth-child(1) {
        margin-right: 7px;
    }

    .item-videoblog__image._video::before {
        width: 14px;
        height: 14px;
        top: 5px;
        right: 5px;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .sidebar._md3 {
        display: none;
    }

    .sidebar__news {
        background: transparent;
    }

    .sidebar__news-table {
        background: transparent;
    }

    .sidebar-news {
        padding: 0px;
    }

    .sidebar-news .ads-vertical {
        display: none;
    }

    .analitics._minimal .analitics__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 8px) / 2);
        flex: 0 0 calc((100% - 8px) / 2);
    }

    .analitics._minimal .analitics__item:not(:nth-child(-n+4)) {
        display: none;
    }

    .analitics._minimal .analitics__item:nth-child(1),
    .analitics._minimal .analitics__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 8px * 1) / 2);
        flex: 0 0 calc((100% - 8px * 1) / 2);
    }

    .analitics:not(._other) .analitics__item:nth-child(1) .item-analitics__title,
    .analitics:not(._other) .analitics__item:nth-child(2) .item-analitics__title {
        font-size: 16px;
    }

    .analitics._other .analitics__item:nth-child(1),
    .analitics._other .analitics__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 8px * 1) / 2);
        flex: 0 0 calc((100% - 8px * 1) / 2);
    }

    .analitics__content {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        row-gap: 16px;
        margin-top: 16px;
    }

    .analitics__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 8px * 1) / 2);
        flex: 0 0 calc((100% - 8px * 1) / 2);
    }

    .analitics__item:nth-child(1),
    .analitics__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 8px * 1) / 2);
        flex: 0 0 calc((100% - 8px * 1) / 2);
    }

    .item-analitics__image._video::before {
        width: 22px;
        height: 22px;
    }

    .news-page__body {
        padding-bottom: 20px;
    }

    .news-page__text {
        margin-bottom: 16px;
    }

    .news-page__image {
        margin-bottom: 20px;
    }

    .news-page__author {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.2;
    }

    .authors__content {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        row-gap: 16px;
    }

    .authors__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 8px * 2) / 3);
        flex: 0 0 calc((100% - 8px * 2) / 3);
    }

    .author-page {
        row-gap: 16px;
    }

    .contacts__content {
        margin-top: 16px;
    }

    .contacts__rows {
        row-gap: 16px;
    }

    .contacts__socials {
        margin-top: 24px;
    }

    .socials-contacts__list {
        margin-top: 25px;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .about__content {
        margin-top: 24px;
    }

    .about__body h2 {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 600;
    }

    .about__body > *:not(:last-child) {
        margin-bottom: 16px;
    }

    .about__footer {
        padding-top: 24px;
        margin-top: 24px;
    }

    .page__content {
        padding-top: 15px;
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 24px;
    }
}

@media (any-hover: hover) and (max-width: 767.98px) {
    .socials-header__item:hover {
        opacity: 1;
    }

    .socials-header__item:hover svg path {
        fill: #fff;
    }
}

@media (max-width: 550px) {
    .news-page__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 20px;
    }
}

@media (max-width: 479.98px) {
    .header__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .lang__item-current {
        display: none;
    }

    .page__sidebar {
        order: 99;
    }

    .header__actions {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .footer__main {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }

    .footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
    }

    .footer__copy {
        padding: 0px 10px;
    }

    .navigation-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 8px;
    }

    .pagging {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }

    .pagging__list {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }

    .videoblogs__content {
        row-gap: 24px;
    }

    .item-videoblog:nth-child(1),
    .item-videoblog:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .item-videoblog__image {
        height: 200px;
    }

    .sidebar-news__item:not(:nth-child(-n+10)) {
        display: none;
    }

    .sidebar-news__item {
        margin: 0px -15px;
        padding: 12px 15px;
    }

    .analitics._minimal .analitics__item:nth-child(1),
    .analitics._minimal .analitics__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .analitics__content {
        row-gap: 24px;
    }

    .analitics__item:nth-child(1),
    .analitics__item:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .item-analitics__image._video::before {
        width: 14px;
        height: 14px;
    }

    .news-page__body {
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .news-page__image {
        margin-bottom: 16px;
    }

    .news-page__footer {
        padding-top: 16px;
    }

    .authors__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 8px * 1) / 2);
        flex: 0 0 calc((100% - 8px * 1) / 2);
    }

    .author-page__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        height: 120px;
        width: 120px;
    }

    .author-page__description > *:not(:last-child) {
        margin-bottom: 8px;
    }

    .publications__content {
        margin-top: 16px;
    }

    .publications__name {
        font-size: 14px !important;
    }

    .publications__description {
        display: none;
    }

    .socials-contacts__list {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 15px;
        width: 100%;
        max-width: 270px;
    }

    .about__content {
        margin-top: 16px;
    }

    .about__footer {
        padding-top: 16px;
        margin-top: 16px;
    }
}

@media (max-width: 991.98px) and (min-width: 767.98px) {
    .item-videoblog:nth-child(3n+3) {
        border-radius: 4px 0px 0px 4px;
    }

    .item-videoblog:nth-child(3n+3) .item-videoblog__theme {
        border-radius: 4px 0px;
    }

    .item-videoblog:nth-child(3n+5),
    .item-videoblog:last-child {
        border-radius: 0px 4px 4px 0px;
    }
}

@media (max-width: 991.98px) and (min-width: 479.98px) {
    .sidebar-news__item:not(:nth-child(-n+8)) {
        display: none;
    }
}

@media (max-width: 1100px) and (min-width: 767.98px) {
    .analitics._minimal .analitics__item:not(:nth-child(-n+5)) {
        display: none;
    }
}

@media (any-hover: hover) {
    .menu__link:hover {
        color: #4272D7;
    }

    .search-header__head:hover svg path {
        fill: #4272D7;
    }

    .socials-header__item:hover svg path {
        fill: #4272D7;
    }

    .navigation-footer__link:hover {
        color: #4272D7;
    }

    .socials-footer__item:hover svg path {
        fill: #4272D7;
    }

    .pagging__item:not(._active, ._more):hover {
        background: rgba(66, 114, 215, 0.1);
    }

    .item-videoblog:nth-child(1):hover .item-videoblog__name,
    .item-videoblog:nth-child(2):hover .item-videoblog__name {
        color: #4272D7;
        text-decoration: none;
    }

    .item-videoblog:hover .item-videoblog__name {
        text-decoration: underline;
    }

    .table-news-sidebar__item:hover .table-news-sidebar__image::after {
        opacity: 0;
    }

    .table-news-sidebar__name:hover {
        color: #4272D7;
    }

    .item-analitics:hover .item-analitics__image:not(._video)::after {
        opacity: 1;
    }

    .item-analitics__title:hover {
        color: #4272D7;
    }

    .actions-news-page__item:hover svg path {
        fill: #32458a;
    }

    .authors__item:hover .authors__image::after {
        opacity: 0;
    }

    .authors__name:hover {
        color: #4272D7;
    }

    .authors__publications:hover {
        color: #4272D7;
    }

    .publications__name:hover {
        color: #4272D7;
    }

    .contacts__info a:hover {
        text-decoration: underline;
    }

    .socials-contacts__item:hover {
        background: #4272D7;
    }

    .socials-contacts__item:hover svg path {
        fill: #fff;
    }
}
