@charset "UTF-8";

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

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

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

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  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: "Onest";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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: #3B2720;
  font-size: 16px;
}

body._lock {
  overflow: hidden;
}

._no-webp .wrapper {
  background: url(../img/bg.png) center 70px/100% auto repeat-y, #fff;
}

.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 {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0px 20px;
}

.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,
textarea {
  border-radius: 0 !important;
}

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

img,
svg {
  vertical-align: middle;
}

.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-frame {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video-frame video,
.video-frame iframe,
.video-frame object,
.video-frame 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;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  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;
  min-height: 607px;
}

._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%;
}

.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: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.pagging__arrow {
  width: 54px;
  height: 54px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px;
  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-radius: 6px;
  border: 1px solid #818086;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagging__arrow._disabled {
  pointer-events: none;
}

.pagging__arrow._disabled svg path {
  fill: #818086;
}

.pagging__arrow svg path {
  fill: #D2222A;
  -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: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.pagging__item {
  width: 54px;
  height: 54px;
  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;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #D2222A;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 6px;
  border: 1px solid #D2222A;
}

.pagging__item._active {
  color: #fff;
  background: #D2222A;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  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);
}

.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 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}

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

.header {
  background: #D2222A;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 10;
}

.header__content {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}

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

.header__other {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.header__menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.social-header__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

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

.language-header__item._active {
  opacity: 0.5;
}

.language-header__link {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.search-header__head {
  width: 24px;
  height: 24px;
}

.search-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
  width: 320px;
  max-width: 100%;
}

.search-header__input {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 18px;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  background: none;
  font-size: 16px;
  font-family: Onest;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search-header__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-header__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-header__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-header__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-header__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-header__input:focus {
  border-color: #fff;
}

.search-header__btn {
  padding: 10px 15px;
  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;
  color: #FFF;
  font-size: 16px;
  font-family: Onest;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: none;
  background: #A6191F;
}

.menu {
  padding: 0px 20px;
}

.menu__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu__item {
  position: relative;
}

.menu__link {
  height: 70px;
  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;
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.menu__link._spoller._active span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.menu__link._spoller span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  height: 14px;
  width: 14px;
  position: relative;
}

.menu__link._spoller span::before,
.menu__link._spoller span::after {
  content: "";
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #3B2720;
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__link._spoller span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.menu__link::after {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  position: absolute;
  background: #D2222A;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__sublist {
  position: absolute;
  top: calc(100% - 20px);
  left: -20px;
  width: 100vw;
  max-width: 235px;
  max-height: 320px;
  overflow-y: auto;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0px 14px 64px -4px rgba(24, 39, 75, 0.12), 0px 8px 22px -6px rgba(24, 39, 75, 0.12);
  box-shadow: 0px 14px 64px -4px rgba(24, 39, 75, 0.12), 0px 8px 22px -6px rgba(24, 39, 75, 0.12);
}

.sublist-menu {
  padding: 10px;
  display: none;
}

.sublist-menu__link {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 10px;
  display: block;
}

.icon-menu {
  display: none;
}

.footer {
  background: #D2222A;
  padding: 60px 0px;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__column._main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
}

.footer__logo {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  display: block;
}

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

.footer__social {
  margin-bottom: 25px;
}

.footer__copy {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__name {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.footer__list {
  margin-top: 20px;
  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: 15px;
}

.footer__item {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__link {
  color: inherit;
}

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

.social-footer__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-footer__item img,
.social-footer__item svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.last-news {
  padding: 40px 0px 50px;
}

.last-news__container {
  padding: 0px;
}

.last-news__wrapper {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  min-width: 0px;
}

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

.last-news__thrumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 390px;
  flex: 0 0 390px;
}

.head-section {
  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;
}

.head-section__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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;
}

.head-section__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31px;
  flex: 0 0 31px;
  height: 31px;
  width: 31px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.head-section__icon img,
.head-section__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.head-section__name {
  color: #000;
  font-size: 24px;
  line-height: 1;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.head-section__result {
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #D2222A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  white-space: nowrap;
  padding-left: 20px;
}

.head-section__link {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-last-news__slider {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-last-news__slider .swiper-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main-last-news__item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-height: 100%;
  position: relative;
}

.main-last-news__image {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-bottom: 40%;
}

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

.main-last-news__info {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 7, 8, 0)), to(#190708));
  background: -o-linear-gradient(top, rgba(25, 7, 8, 0) 0%, #190708 100%);
  background: linear-gradient(180deg, rgba(25, 7, 8, 0) 0%, #190708 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  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;
}

.main-last-news__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-last-news__date {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.thrumb-last-news__slider {
  padding: 2px;
  min-width: 0px;
  min-height: 0px;
}

.thrumb-last-news__slider .swiper-wrapper {
  min-width: 0px;
  min-height: 0px;
}

.thrumb-last-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ECECEC;
  position: relative;
  cursor: pointer;
}

.thrumb-last-news__item.swiper-slide-thumb-active::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #D2222A;
  z-index: 1;
}

.thrumb-last-news__item:not(:last-child) {
  border-bottom: none;
}

.thrumb-last-news__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  min-height: 100px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

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

.thrumb-last-news__info {
  padding: 12px 12px 12px 15px;
}

.thrumb-last-news__name {
  color: #3B2720;
  font-size: 16px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.thrumb-last-news__date {
  color: #3B2720;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
  display: inline-block;
}

._paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin-top: 10px;
}

._paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19px;
  flex: 0 0 19px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._paggination .swiper-pagination-bullet::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9px;
  flex: 0 0 9px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #D2222A;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._paggination .swiper-pagination-bullet-active {
  border-color: #D2222A;
}

._paggination .swiper-pagination-bullet-active::after {
  opacity: 1;
}

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

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

.content__main section {
  padding: 50px 0px;
}

.content__main section:first-child {
  padding-top: 0;
}

@media screen and (min-width: 900px) {
  .content__main section+section {
    border-top: 4px solid #D2222A;
  }
}

.content__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  padding-bottom: 50px;
}

.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: 30px;
  margin-top: 20px;
}

.sidebar:not(._no-breadcrums) {
  margin-top: 40px;
}

.sidebar__item {
  width: 100%;
  min-height: 220px;
  background: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-youtube__column {
  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;
  row-gap: 18px;
}

.sidebar-youtube__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  height: 35px;
  width: 35px;
}

.sidebar-youtube__icon img,
.sidebar-youtube__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.sidebar-youtube__title {
  color: #D2222A;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.sidebar-youtube__image {
  margin-top: 5px;
  width: 100%;
  max-width: 154px;
}

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

.sidebar-facebook__column {
  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;
}

.sidebar-facebook__icon {
  margin-bottom: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px;
  height: 54px;
  width: 54px;
}

.sidebar-facebook__icon img,
.sidebar-facebook__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.sidebar-facebook__logo {
  width: 176px;
}

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

.sidebar-facebook__subscribe {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  width: 149px;
  min-height: 41px;
  color: #787878;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.08), 0px 6px 12px -6px rgba(24, 39, 75, 0.12);
  box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.08), 0px 6px 12px -6px rgba(24, 39, 75, 0.12);
  position: relative;
}

.sidebar-facebook__subscribe::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  right: -13px;
  bottom: -25px;
  position: absolute;
  background: url(../img/cursor.svg) center/cover no-repeat;
}

.sidebar-facebook__subscribe img,
.sidebar-facebook__subscribe svg {
  width: 17px;
  height: 17px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17px;
  flex: 0 0 17px;
}

.sidebar-komsomol {
  position: relative;
}

.sidebar-komsomol__image {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.sidebar-komsomol__body {
  z-index: 1;
}

.sidebar-komsomol__logo {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 186px;
}

.sidebar-komsomol__logo img {
  width: 100%;
  max-width: 100%;
}

.sidebar-komsomol__text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  left: 0px;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  position: absolute;
}

.sidebar-newspaper__column {
  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;
  row-gap: 18px;
}

.sidebar-newspaper__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  height: 35px;
  width: 35px;
}

.sidebar-newspaper__icon img,
.sidebar-newspaper__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.sidebar-newspaper__title {
  color: #D2222A;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.sidebar-newspaper__image {
  margin-top: 7px;
  width: 100%;
  max-width: 165px;
}

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

.news-sidebar {
  padding: 20px 12px;
  background: #F1F1F1;
}

.news-sidebar__title {
  color: #3B2720;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.news-sidebar__list {
  margin-top: 20px;
  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: 20px;
}

.news-sidebar__item {
  display: block;
}

.news-sidebar__description {
  color: #3B2720;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news-sidebar__date {
  color: #818086;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  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;
  margin-top: 4px;
}

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

.news {
  padding: 50px 0px;
}

.news__body {
  margin-top: 30px;
}

.news__item {
  padding: 20px 0px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

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

.news__item:last-child {
  padding-bottom: 0;
}

.news__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 186px;
  flex: 0 0 186px;
  height: 140px;
  overflow: hidden;
  position: relative;
}

.news__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news__info {
  -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: 12px;
}

.news__name {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news__description {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news__date {
  color: #3B2720;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.news__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 185px;
  flex: 0 0 185px;
  height: 48px;
  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: #D2222A;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news__pagging {
  margin-top: 30px;
}

.political {
  padding: 50px 0px;
}

.political__content {
  margin-top: 30px;
}

.political__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 20px;
  row-gap: 30px;
}

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

.political__pagging {
  margin-top: 30px;
}

.banner-political {
  display: block;
  position: relative;
}

.banner-political__image {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 66.5%;
}

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

.banner-political__info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 7, 8, 0)), to(#190708));
  background: -o-linear-gradient(top, rgba(25, 7, 8, 0) 0%, #190708 100%);
  background: linear-gradient(180deg, rgba(25, 7, 8, 0) 0%, #190708 100%);
  padding: 20px;
  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;
}

.banner-political__name {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.banner-political__date {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.item-political__head {
  position: relative;
}

.item-political__image {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 62%;
  overflow: hidden;
}

.item-political__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-political__date {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 7, 8, 0)), to(#190708));
  background: -o-linear-gradient(top, rgba(25, 7, 8, 0) 0%, #190708 100%);
  background: linear-gradient(180deg, rgba(25, 7, 8, 0) 0%, #190708 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.item-political__info {
  padding-top: 12px;
  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: 12px;
}

.item-political__name {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-political__description {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.declaration {
  padding: 50px 0px;
}

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

.declaration__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
  flex: 0 0 calc((100% - 20px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

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

.declaration__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 186px;
  flex: 0 0 186px;
  height: 140px;
  overflow: hidden;
  position: relative;
  display: block;
}

.declaration__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.declaration__info {
  -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: 12px;
}

.declaration__name {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.declaration__date {
  color: #3B2720;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.declaration__pagging {
  margin-top: 30px;
}

.video {
  padding: 50px 0px;
}

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

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

.video__pagging {
  margin-top: 30px;
}

.item-video {
  display: block;
}

.item-video__head {
  position: relative;
}

.item-video__head.playing .item-video__image::before,
.item-video__head.playing .item-video__image::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.item-video__head.playing .item-video__date {
  opacity: 0;
}

.item-video__image {
  position: relative;
  width: 100%;
  padding-bottom: 62%;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.item-video__image::after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: inline-block;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 7, 8, 0)), to(rgba(25, 7, 8, 0.6)));
  background: -o-linear-gradient(top, rgba(25, 7, 8, 0) 0%, rgba(25, 7, 8, 0.6) 100%);
  background: linear-gradient(180deg, rgba(25, 7, 8, 0) 0%, rgba(25, 7, 8, 0.6) 100%);
}

.item-video__image::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 49px;
  height: 49px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/icons/play.svg) center/cover no-repeat;
  pointer-events: none;
}

.item-video__image img,
.item-video__image video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-video__date {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 7, 8, 0)), to(rgba(25, 7, 8, 0.6)));
  background: -o-linear-gradient(top, rgba(25, 7, 8, 0) 0%, rgba(25, 7, 8, 0.6) 100%);
  background: linear-gradient(180deg, rgba(25, 7, 8, 0) 0%, rgba(25, 7, 8, 0.6) 100%);
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-video__body {
  padding-top: 12px;
}

.item-video__name {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrums {
  padding: 20px 0px 30px;
}

.breadcrums+section {
  padding-top: 0 !important;
}

.breadcrums__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.breadcrums__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: #818086;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.breadcrums__item a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrums__item:not(:last-child)::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  height: 1px;
  width: 10px;
  display: inline-block;
  background: #818086;
}

.breadcrums__item span {
  color: #D2222A;
}

.news-page__body {
  margin-top: 20px;
}

.news-page__body img,
.news-page__body picture {
  width: 100%;
  max-width: 100%;
}

.news-page__description {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  margin-top: 30px;
}

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

.news-page__footer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E5E5E5;
}

.news-page__source {
  color: #4F4C56;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  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__source a {
  color: inherit;
}

.head-news-page__title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.head-news-page__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.head-news-page__date {
  color: #818086;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  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;
}

.head-news-page__date::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
  background: url(../img/icons/date.svg) center/cover no-repeat;
}

.head-news-page__share {
  color: #4F4C56;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  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;
}

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

.head-news-page__share_link img,
.head-news-page__share_link svg {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.other-news__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

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

.item-news-tabel__head {
  position: relative;
}

.item-news-tabel__image {
  position: relative;
  width: 100%;
  height: 180px;
}

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

.item-news-tabel__date {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 7, 8, 0)), to(#190708));
  background: -o-linear-gradient(top, rgba(25, 7, 8, 0) 0%, #190708 100%);
  background: linear-gradient(180deg, rgba(25, 7, 8, 0) 0%, #190708 100%);
}

.item-news-tabel__info {
  padding-top: 12px;
  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: 12px;
}

.item-news-tabel__name {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.item-news-tabel__description {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.statute__content {
  margin-top: 30px;
}

.statute__download {
  color: #3B2720;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

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

.statute__description {
  margin-top: 30px;
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
}

.leaders__content {
  margin-top: 30px;
}

.leaders__main {
  padding-bottom: 30px;
  border-bottom: 4px solid #D2222A;
}

.leaders__other {
  padding-top: 30px;
}

.main-leaders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.main-leaders__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  height: 360px;
  overflow: hidden;
  position: relative;
}

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

.main-leaders__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.44;
}

.main-leaders__status {
  color: #D2222A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.44;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.main-leaders__name {
  color: #3B2720;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.44;
}

.main-leaders__description {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  margin-top: 10px;
}

.other-leaders__title {
  color: #D2222A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
  text-transform: uppercase;
}

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

.other-leaders__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 50px * 2) / 3);
  flex: 0 0 calc((100% - 50px * 2) / 3);
  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: 10px;
}

.other-leaders__image {
  width: 100%;
  padding-bottom: 112%;
  position: relative;
  overflow: hidden;
}

.other-leaders__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.other-leaders__name {
  color: #3B2720;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.44;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.other-leaders__description {
  color: #818086;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 6px;
}

.committee__content {
  margin-top: 30px;
}

.committee__item {
  padding: 30px 0px;
}

.committee__item:not(:last-child) {
  border-bottom: 4px solid #D2222A;
}

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

.committee__item:last-child {
  padding-bottom: 0;
}

.committee__address {
  color: #D2222A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
  text-transform: uppercase;
}

.committee__body {
  margin-top: 20px;
  row-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.contacts-committee__title {
  color: #3B2720;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
}

.contacts-committee__list {
  margin-top: 20px;
  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: 15px;
}

.contacts-committee__text {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.contacts-committee__text a {
  color: inherit;
}

.contacts-committee__social {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.contacts-committee__social img,
.contacts-committee__social svg {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

.main-committee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.main-committee__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.main-committee__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-committee__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: 10px;
}

.main-committee__name {
  color: #3B2720;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.44;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-committee__status {
  color: #818086;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
}

.main-committee__description {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
}

.connect__content {
  margin-top: 30px;
}

.connect__description {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
}

.connect__description:not(:last-child) {
  margin-bottom: 30px;
}

.connect__link {
  color: #3B2720;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

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

.reply__content {
  margin-top: 30px;
}

.reply__row {
  padding: 30px 0px;
}

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

.reply__row:not(:last-child) {
  border-bottom: 4px solid #D2222A;
}

.reply__row:last-child {
  padding-bottom: 0;
}

.reply__name {
  color: #D2222A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.44;
  text-transform: uppercase;
}

.reply__description {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  margin-top: 20px;
}

.reply__download {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  color: #3B2720;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.44;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

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

.reply__pagging {
  margin-top: 30px;
}

.help__content {
  margin-top: 30px;
}

.help__callback {
  margin-top: 50px;
}

.spollers-help__item {
  padding: 30px 0px;
  border-bottom: 1px solid #CDCDCD;
}

.spollers-help__item:first-child {
  border-top: 1px solid #CDCDCD;
}

.spollers-help__main {
  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;
  cursor: pointer;
}

.spollers-help__main._active .spollers-help__name {
  color: #D2222A;
}

.spollers-help__main._active .spollers-help__icon span {
  background: #D2222A;
}

.spollers-help__main._active .spollers-help__icon span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.spollers-help__name {
  color: #3B2720;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.44;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.spollers-help__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  height: 28px;
  width: 28px;
  position: relative;
}

.spollers-help__icon span {
  width: 19px;
  height: 2.5px;
  background: #3B2720;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.spollers-help__icon span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.spollers-help__body {
  margin-top: 12px;
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  display: none;
}

.spollers-help__pagging {
  margin-top: 30px;
}

.callback-help__title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

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

.callback-help__input {
  background: #EFEFEF;
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 20px;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
  flex: 0 0 calc((100% - 30px * 1) / 2);
}

.callback-help__input::-webkit-input-placeholder {
  color: #3B2720;
}

.callback-help__input::-moz-placeholder {
  color: #3B2720;
}

.callback-help__input:-ms-input-placeholder {
  color: #3B2720;
}

.callback-help__input::-ms-input-placeholder {
  color: #3B2720;
}

.callback-help__input::placeholder {
  color: #3B2720;
}

.callback-help__textarea {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  resize: none;
  background: #EFEFEF;
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 20px;
  height: 210px;
  overflow-y: auto;
}

.callback-help__textarea::-webkit-input-placeholder {
  color: #3B2720;
}

.callback-help__textarea::-moz-placeholder {
  color: #3B2720;
}

.callback-help__textarea:-ms-input-placeholder {
  color: #3B2720;
}

.callback-help__textarea::-ms-input-placeholder {
  color: #3B2720;
}

.callback-help__textarea::placeholder {
  color: #3B2720;
}

.callback-help__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.callback-help__button {
  background: #D2222A;
  padding: 14px 42px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  margin: 0px auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.result__content {
  margin-top: 30px;
}

.result__item {
  padding: 20px 0px;
  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: 12px;
}

.result__item._video .result__name::before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
  background: url(../img/icons/video.svg) center/100% no-repeat;
}

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

.result__item:last-child {
  padding-bottom: 0;
}

.result__item:not(:last-child) {
  border-bottom: 1px solid #CDCDCD;
}

.result__name {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.result__description {
  color: #3B2720;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.result__date {
  color: #3B2720;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.result__pagging {
  margin-top: 20px;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #fff;
  padding-top: 170px;
}

@media (min-width: 479.98px) {
  .pagging__list li._more {
    display: none;
  }
}

@media (min-width: 720.98px) {
  .header__logo_mob {
    display: none;
  }

  .search-header__head {
    display: none;
  }

  .menu__item._active .menu__link {
    color: #D2222A;
  }

  .menu__item._active .menu__link::after {
    content: "";
    opacity: 1;
    visibility: visible;
  }

  .menu__link._spoller._active {
    color: #D2222A;
  }

  .menu__link._spoller._active span::after {
    background: #D2222A;
  }

  .last-news__paggination {
    display: none;
  }

  .sidebar-newspaper__icon {
    display: none;
  }

  /* .news__item {
    display: none;
  } */

  /* .news__item:nth-child(-n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  } */
  .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .news__item:not(:first-child) {
    border-top: 1px solid #E5E5E5;
  }
}

@media (min-width: 991.98px) {

  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .footer__column._contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }

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

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

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

@media (max-width: 1272px) {
  .menu__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .last-news {
    padding: 30px 0px 50px;
  }

  .last-news__wrapper {
    margin-top: 20px;
  }

  .last-news__thrumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
  }

  .head-section__result {
    padding-left: 10px;
  }

  .head-section__link {
    font-size: 14px;
  }

  .main-last-news__name {
    font-size: 18px;
  }

  .thrumb-last-news__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    min-height: 86px;
  }

  .thrumb-last-news__info {
    padding: 8px 12px 8px 15px;
  }

  .thrumb-last-news__name {
    font-size: 14px;
  }

  .content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .sidebar:not(._no-breadcrums) {
    margin-top: 60px;
  }

  .news__body {
    margin-top: 20px;
  }

  .news__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 110px;
  }

  .news__info {
    row-gap: 8px;
  }

  .news__name {
    font-size: 14px;
  }

  .news__description {
    font-size: 14px;
  }

  .political__content {
    margin-top: 20px;
  }

  .banner-political__name {
    font-size: 18px;
  }

  .item-political__info {
    row-gap: 8px;
    padding-top: 8px;
  }

  .item-political__name {
    font-size: 14px;
  }

  .item-political__description {
    font-size: 14px;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
  }

  .declaration__body {
    margin-top: 20px;
    row-gap: 20px;
  }

  .declaration__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 110px;
  }

  .declaration__name {
    font-size: 14px;
  }

  .video__content {
    margin-top: 20px;
  }

  .item-video__image {
    padding-bottom: 67%;
  }

  .item-video__date {
    display: none;
  }

  .item-video__name {
    font-size: 14px;
  }

  .other-news__body {
    margin-top: 20px;
  }

  .item-news-tabel__info {
    padding-top: 8px;
    row-gap: 8px;
  }

  .item-news-tabel__description {
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
  }

  .other-leaders__body {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

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

  .other-leaders__image {
    padding-bottom: 125%;
  }
}

@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }

  .header__content {
    height: 80px;
  }

  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
  }

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

  .menu__link {
    font-size: 14px;
    height: 50px;
  }

  .menu__sublist {
    top: calc(100% - 5px);
    max-width: 220px;
  }

  .sublist-menu__link {
    font-size: 14px;
  }

  .footer {
    padding: 50px 0px;
  }

  .footer__column._main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
  }

  .last-news {
    padding: 30px 0px 40px;
  }

  .last-news__wrapper {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .last-news__thrumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }

  .head-section__name {
    font-size: 20px;
  }

  .head-section__result {
    padding-left: 0;
    display: block;
    margin-top: 6px;
  }

  .thrumb-last-news__item {
    display: none;
  }

  .thrumb-last-news__item:nth-child(-n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .thrumb-last-news__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    min-height: 79px;
  }

  .thrumb-last-news__date {
    margin-top: 8px;
  }

  .content {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .content__main section {
    padding: 40px 0px;
  }

  .content__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    padding-bottom: 40px;
  }

  .sidebar {
    row-gap: 12px;
  }

  .sidebar__item {
    min-height: 144px;
  }

  .sidebar-youtube__column {
    row-gap: 12px;
  }

  .sidebar-youtube__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23px;
    flex: 0 0 23px;
    height: 23px;
    width: 23px;
  }

  .sidebar-youtube__title {
    font-size: 10px;
  }

  .sidebar-youtube__image {
    margin-top: 3px;
    max-width: 101px;
  }

  .sidebar-facebook__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px;
    width: 36px;
    margin-bottom: 5px;
  }

  .sidebar-facebook__logo {
    width: 117px;
  }

  .sidebar-facebook__subscribe::after {
    right: -8px;
    bottom: -16px;
    width: 30px;
    height: 30px;
  }

  .sidebar-facebook__subscribe img,
  .sidebar-facebook__subscribe svg {
    width: 11px;
    height: 11px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11px;
    flex: 0 0 11px;
  }

  .sidebar-facebook__subscribe {
    font-size: 10px;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    min-height: 27px;
    width: 100px;
    margin-top: 12px;
    border-radius: 4px;
  }

  .sidebar-komsomol__logo {
    top: 8px;
    width: 124px;
  }

  .sidebar-komsomol__text {
    font-size: 11px;
    padding: 5px 9px;
  }

  .sidebar-newspaper__column {
    row-gap: 12px;
  }

  .sidebar-newspaper__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23px;
    flex: 0 0 23px;
    height: 23px;
    width: 23px;
  }

  .sidebar-newspaper__title {
    font-size: 10px;
  }

  .sidebar-newspaper__image {
    margin-top: 0px;
    max-width: 121px;
  }

  .news-sidebar {
    padding: 16px 10px;
  }

  .news-sidebar__title {
    font-size: 18px;
  }

  .news-sidebar__list {
    margin-top: 15px;
    row-gap: 15px;
  }

  .news {
    padding: 40px 0px;
  }

  .political {
    padding: 40px 0px;
  }

  .political__body {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-top: 35px;
  }

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

  .item-political__description {
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
  }

  .declaration {
    padding: 40px 0px;
  }

  .declaration__body {
    row-gap: 15px;
  }

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

  .video {
    padding: 40px 0px;
  }

  .video__content {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }

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

  .head-news-page__title {
    font-size: 20px;
  }

  .other-news__body {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .item-news-tabel__image {
    height: auto;
    padding-bottom: 68%;
  }

  .item-news-tabel__name {
    font-size: 14px;
  }

  .item-news-tabel__description {
    font-size: 14px;
  }

  .statute__content {
    margin-top: 20px;
  }

  .statute__description {
    margin-top: 20px;
  }

  .leaders__content {
    margin-top: 20px;
  }

  .leaders__main {
    padding-bottom: 20px;
  }

  .leaders__other {
    padding-top: 20px;
  }

  .main-leaders {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .main-leaders__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 200px;
  }

  .main-leaders__status {
    font-size: 18px;
  }

  .main-leaders__name {
    font-size: 18px;
  }

  .other-leaders__title {
    font-size: 18px;
  }

  .other-leaders__body {
    margin-top: 20px;
  }

  .other-leaders__image {
    padding-bottom: 130%;
  }

  .other-leaders__name {
    font-size: 16px;
  }

  .other-leaders__description {
    font-size: 14px;
  }

  .committee__address {
    font-size: 16px;
  }

  .committee__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .connect__content {
    margin-top: 20px;
  }

  .connect__description:not(:last-child) {
    margin-bottom: 20px;
  }

  .reply__content {
    margin-top: 20px;
  }

  .reply__row {
    padding: 20px 0px;
  }

  .reply__name {
    font-size: 16px;
  }

  .reply__download {
    font-size: 16px;
  }

  .reply__pagging {
    margin-top: 20px;
  }

  .help__content {
    margin-top: 20px;
  }

  .help__callback {
    margin-top: 40px;
  }

  .spollers-help__item {
    padding: 20px 0px;
  }

  .spollers-help__name {
    font-size: 16px;
  }

  .spollers-help__pagging {
    margin-top: 20px;
  }

  .callback-help__title {
    font-size: 20px;
  }

  .callback-help__form {
    margin-top: 20px;
  }

  .result__content {
    margin-top: 20px;
  }

  .page {
    padding-top: 130px;
  }
}

@media (max-width: 720.98px) {
  .pagging {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .pagging__arrow {
    width: 44px;
    height: 44px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
  }

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

  .pagging__item {
    width: 44px;
    height: 44px;
  }

  .header__content {
    height: 62px;
  }

  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }

  .header__logo_pc {
    display: none;
  }

  .header__other {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .search-header._active .search-header__body {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .search-header__body {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 60px;
    z-index: 5;
    right: 20px;
    width: calc(100vw - 40px);
    left: 20px;
    background: #D2222A;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px;
  }

  .menu {
    position: fixed;
    top: 62px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    background: #D2222A;
    padding: 0px 20px 30px;
    overflow-y: auto;
    height: 100vh;
    max-height: calc(100vh - 61px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 4;
  }

  .menu._active {
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    pointer-events: all;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 0px;
  }

  .menu__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0px;
  }

  .menu__link {
    color: #fff;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu__link._spoller span::before,
  .menu__link._spoller span::after {
    background: #fff;
  }

  .menu__sublist {
    position: static;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 20px;
  }

  .sublist-menu {
    padding: 0px 0px 0px 20px;
  }

  .sublist-menu__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .sublist-menu__link {
    padding: 0px 0px;
    color: #fff;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 22px;
    height: 16px;
    cursor: pointer;
  }

  .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-color: #fff;
  }

  .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 {
    padding: 40px 0px;
  }

  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 30px;
  }

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

  .footer__logo {
    max-width: 190px;
  }

  .footer__item br {
    display: none;
  }

  .last-news__thrumb {
    display: none;
  }

  .head-section__main {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .head-section__name {
    font-size: 18px;
  }

  .main-last-news__image {
    padding-bottom: 66.5%;
  }

  .main-last-news__info {
    padding: 12px;
  }

  .main-last-news__name {
    font-size: 16px;
  }

  .main-last-news__date {
    font-size: 14px;
  }

  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    padding-bottom: 30px;
  }

  .content__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 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: 30px;
  }

  .content__main section {
    padding: 30px 0px;
  }

  .content__main section {
    padding: 0px;
  }

  .content__main section+section {
    padding: 30px 0px;
  }

  .content__main section+section:last-child {
    padding-bottom: 0;
  }

  .content__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-bottom: 0;
  }

  .sidebar {
    margin-top: 0px !important;
  }

  .sidebar._mmd3 {
    display: none;
  }

  .sidebar__item {
    min-height: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    padding: 0px 0px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

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

  .sidebar-youtube__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
  }

  .sidebar-youtube__title {
    font-size: 14px;
  }

  .sidebar-youtube__image {
    max-width: 146px;
  }

  .sidebar-facebook {
    padding: 0px 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sidebar-facebook__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sidebar-facebook__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    height: 42px;
    width: 42px;
  }

  .sidebar-facebook__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33px;
    flex: 0 0 33px;
    height: 33px;
    width: 33px;
  }

  .sidebar-facebook__logo {
    width: 138px;
  }

  .sidebar-facebook__subscribe::after {
    width: 45px;
    height: 45px;
    right: -13px;
    bottom: -25px;
  }

  .sidebar-facebook__subscribe img,
  .sidebar-facebook__subscribe svg {
    width: 17px;
    height: 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
  }

  .sidebar-facebook__subscribe {
    margin-top: 0;
    font-size: 15px;
    width: 150px;
    min-height: 49px;
    padding: 5px 10px;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
  }

  .sidebar-komsomol__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .sidebar-komsomol__body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 15px;
    z-index: 1;
  }

  .sidebar-komsomol__logo {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 228px;
  }

  .sidebar-komsomol__text {
    position: static;
    font-size: 16px;
  }

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

  .sidebar-newspaper__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
  }

  .sidebar-newspaper__title {
    font-size: 14px;
  }

  .sidebar-newspaper__image {
    max-width: 121px;
  }

  .news {
    padding: 30px 0px;
  }

  .news__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }

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

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

  .news__info {
    padding-top: 8px;
  }

  .news__description {
    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;
  }

  .political {
    padding: 30px 0px;
  }

  .political:not(._page) .political__item {
    display: none;
  }

  .political:not(._page) .political__item:nth-child(-n+2) {
    display: block;
  }

  .political__body {
    margin-top: 20px;
    row-gap: 20px;
  }

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

  .political__pagging {
    margin-top: 20px;
  }

  .banner-political__info {
    padding: 12px;
  }

  .banner-political__name {
    font-size: 16px;
  }

  .banner-political__date {
    font-size: 14px;
  }

  .item-political__image {
    padding-bottom: 66%;
  }

  .item-political__description {
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
  }

  .declaration {
    padding: 30px 0px;
  }

  .declaration__body {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }

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

  .declaration__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 66.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .declaration__pagging {
    margin-top: 20px;
  }

  .video {
    padding: 30px 0px;
  }

  .video:not(._page) .video__item:not(:nth-child(-n+4)) {
    display: none;
  }

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

  .video__pagging {
    margin-top: 20px;
  }

  .breadcrums+section {
    margin-top: -30px;
  }

  .head-news-page__title {
    font-size: 18px;
  }

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

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

  .item-news-tabel__description {
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
  }

  .statute__download {
    font-size: 18px;
  }

  .main-leaders__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 160px;
    margin-bottom: 20px;
  }

  .other-leaders__body {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }

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

  .other-leaders__image {
    padding-bottom: 125%;
  }

  .committee__content {
    margin-top: 20px;
  }

  .committee__item {
    padding: 20px 0px;
  }

  .reply__description {
    font-size: 14px;
    margin-top: 15px;
  }

  .reply__download {
    margin-top: 15px;
  }

  .help__callback {
    margin-top: 30px;
  }

  .spollers-help__body {
    font-size: 14px;
  }

  .callback-help__form {
    row-gap: 20px;
  }

  .page {
    padding-top: 62px;
  }
}

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

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

  .pagging__list li:not(:nth-child(-n+2), :last-child, ._more) {
    display: none;
  }

  .menu__list {
    row-gap: 0px;
  }

  .menu__item {
    padding: 20px 0px;
  }

  .sidebar__item {
    min-height: 100px;
  }

  .sidebar-youtube__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
  }

  .sidebar-youtube__title {
    font-size: 10px;
  }

  .sidebar-youtube__image {
    max-width: 126px;
  }

  .sidebar-facebook {
    padding: 0px 20px;
  }

  .sidebar-facebook__column {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .sidebar-facebook__logo {
    width: 109px;
  }

  .sidebar-facebook__subscribe::after {
    right: -8px;
    bottom: -16px;
    width: 30px;
    height: 30px;
  }

  .sidebar-facebook__subscribe img,
  .sidebar-facebook__subscribe svg {
    width: 11px;
    height: 11px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11px;
    flex: 0 0 11px;
  }

  .sidebar-facebook__subscribe {
    font-size: 10px;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    min-height: 27px;
    width: 100px;
    border-radius: 4px;
  }

  .sidebar-komsomol__body {
    row-gap: 10px;
  }

  .sidebar-komsomol__text {
    font-size: 14px;
  }

  .sidebar-newspaper__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
  }

  .sidebar-newspaper__title {
    font-size: 10px;
  }

  .sidebar-newspaper__image {
    max-width: 100px;
  }

  .news-page__description {
    margin-top: 20px;
  }

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

  .news-page__footer {
    margin-top: 20px;
    padding-top: 20px;
  }

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

  .other-leaders__image {
    padding-bottom: 118%;
  }

  .main-committee__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 116px;
  }

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

  .result__item {
    padding: 15px 0px;
  }

  .result__pagging {
    margin-top: 15px;
  }
}

@media (max-width: 1272px) and (min-width: 991.98px) {
  .thrumb-last-news__item {
    display: none;
  }

  .thrumb-last-news__item:nth-child(-n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 991.98px) and (min-width: 720.98px) {
  .declaration:not(._page) .declaration__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .declaration:not(._page) .declaration__item:not(:nth-child(-n+3)) {
    display: none;
  }
}

@media (any-hover: hover) {
  .pagging__arrow:not(._disabled):hover {
    background: #D2222A;
    border-color: #D2222A;
  }

  .pagging__arrow:not(._disabled):hover svg path {
    fill: #fff;
  }

  .pagging__item:not(._active):hover {
    background: #D2222A;
    border-color: #D2222A;
    color: #fff;
  }

  .social-header__item:hover {
    opacity: 0.8;
  }

  .language-header__item:not(._active) .language-header__link:hover {
    text-decoration: underline;
  }

  .search-header__btn:hover {
    opacity: 0.7;
  }

  .menu__link:hover {
    color: #D2222A;
  }

  .menu__link:hover._spoller span::before,
  .menu__link:hover._spoller span::after {
    background: #D2222A;
  }

  .sublist-menu__link:hover {
    color: #D2222A;
  }

  .footer__link:hover {
    text-decoration: underline;
  }

  .social-footer__item:hover {
    opacity: 0.8;
  }

  .head-section__link:hover {
    text-decoration: underline;
  }

  .news-sidebar__item:hover .news-sidebar__description {
    color: #D2222A;
  }

  .news__image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .news__name:hover {
    color: #D2222A;
  }

  .news__button:hover {
    background: #770d13;
  }

  .item-political__image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .item-political__name:hover {
    color: #D2222A;
  }

  .declaration__image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .declaration__name:hover {
    color: #D2222A;
  }

  .item-video__image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .item-video__name:hover {
    color: #D2222A;
  }

  .breadcrums__item:hover a {
    color: #3B2720;
  }

  .news-page__source a:hover {
    text-decoration: underline;
  }

  .item-news-tabel__name:hover {
    color: #D2222A;
  }

  .other-leaders__image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .other-leaders__name:hover {
    color: #D2222A;
  }

  .contacts-committee__text a:hover {
    text-decoration: underline;
  }

  .main-committee__image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .main-committee__name:hover {
    color: #D2222A;
  }

  .callback-help__button:hover {
    background: #770d13;
  }

  .result__name:hover {
    color: #D2222A;
  }
}

._webp .wrapper {
  background: url(../img/bg.webp) center 70px/100% auto repeat-y, #fff;
}