/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
 .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(./images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  /*background-color: #F5F5F5;*/
  background-color: #fff;
}

a {
  text-decoration: none;
}

.js-tab-block-body-item {
  display: none;
}

.mobile-to-992 {
  display: none;
}

.desktop-from-992 {
  display: block;
}

@media (max-width: 992px) {
  .mobile-to-992 {
    display: block;
  }

  .desktop-from-992 {
    display: none;
  }
}
.custom-select {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.custom-select[disabled=true] {
  pointer-events: none;
}
.custom-select[disabled=true] .custom-select-title {
  color: #000000;
}
.custom-select.open .custom-select-icon {
  transform: rotate(180deg);
}
.custom-select-placeholder {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7D7D7D;
  margin-bottom: 6px;
}
.custom-select-title {
  display: flex;
}
.custom-select-container {
  display: none;
}
.custom-select-container-block {
  position: absolute;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #EFEFEF;
  display: flex;
  z-index: 100000000000;
  flex-direction: column;
}
.custom-select-container-block-item {
  text-decoration: none !important;
  padding-right: 28px;
  width: 100%;
  padding-left: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
  font-weight: normal;
  color: #000;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
}
.custom-select-container-block-item:hover {
  background-color: #f5f4f4;
}
.custom-select-container-block-item.active {
  background-color: #232326;
}
@media (max-width: 576px) {
  .custom-select-placeholder {
    font-size: 12px;
    margin-bottom: 0;
  }
  .custom-select-title {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .custom-select-container-block {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .custom-select-container-block-item {
    padding-right: 28px;
    font-size: 12px;
  }
}
.container-block {
  padding-top: 22px;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.container-block-left {
  width: 260px;
  padding-left: 20px;
  padding-right: 28px;
}
.container-block-center {
  width: 1180px;
}
.container-block .current-small-block {
  margin-top: 40px;
}
.container-block .news-small-block-partners {
  margin-top: 40px;
}
.container-block .block-tab-links {
  margin-top: 50px;
}
.container-block .banner-solo {
  margin-top: 50px;
}

.container-2 {
  padding-top: 36px;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.container-2-center {
  flex-grow: 1;
  padding-left: 25px;
}
.container-2-social {
  padding-left: 40px;
  align-self: stretch;
  padding-right: 40px;
}
.container-2-right {
  width: 208px;
}
.container-2 .current-small-block {
  margin-top: 40px;
}
.container-2 .news-small-block-partners {
  margin-top: 40px;
}
.container-2 .block-tab-links {
  margin-top: 50px;
}
.container-2 .banner-solo {
  margin-top: 50px;
}

.container-3 {
  padding-top: 36px;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding-left: 25px;
}
.container-3-center {
  width: 960px;
  flex-grow: 1;
  padding-right: 40px;
}
.container-3-center-wrap {
  display: flex;
  align-items: flex-start;
}
.container-3-center-wrap-left {
  width: 90%;
}
.container-3-center-wrap-right {
  padding-left: 40px;
  align-self: stretch;
}
.container-3-right {
  width: 208px;
}
.container-3-left {
  width: 208px;
  min-width: 208px;
  margin-right: 30px;
}
.container-3 .current-small-block {
  margin-top: 40px;
}
.container-3 .news-small-block-partners {
  margin-top: 40px;
}
.container-3 .block-tab-links {
  margin-top: 50px;
}
.container-3 .banner-solo {
  margin-top: 50px;
}

.container-center-small {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1073px;
}

.container-article {
  max-width: 745px;
  width: 100%;
  margin: 0 auto;
}

.container-4 {
  padding-top: 36px;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding-left: 25px;
  flex-wrap: wrap;
}
.container-4-center {
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 69px;
}
.container-4-center-wrap {
  display: flex;
  align-items: flex-start;
}
.container-4-center-wrap-right {
  padding-left: 40px;
  align-self: stretch;
}
.container-4-left {
  width: 208px;
  align-self: stretch;
}
.container-4-left .block-tab-links-ads {
  padding-top: 20px;
  margin-left: 0;
}
.container-4-left .block-tab-links-ads-title {
  margin-bottom: 13px;
}
.container-4-left-wrap {
  position: sticky;
  top: 15px;
  align-self: flex-start;
}
.container-4 .account-menu {
  position: relative;
}
.container-4-right {
  align-self: stretch;
}

.banners-en-wrap {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
}
.banners-en-item {
  width: 100%;
  display: block;
}
.banners-en-item-image {
  width: 100%;
}

@media (max-width: 1500px) {
  .container-block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-block-left {
    padding-left: 0;
    width: 236px;
  }
  .container-block-center {
    width: calc(100% - 236px);
  }
  .container-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-2-center {
    padding-left: 0;
  }
  .container-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-4 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-4-center {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .container-block-left {
    width: 195px;
  }
  .container-block-center {
    width: calc(100% - 195px);
  }
  .container-2-1200 {
    flex-direction: column;
  }
  .container-2-1200 .block-tab-links-ads-solo {
    margin-top: 15px;
    width: auto;
  }
  .container-2-1200 .block-tab-links-ads-solo .block-tab-links-ads-item {
    width: 208px;
    padding-bottom: unset;
    height: 251px;
  }
  .container-2-1200 .block-tab-links-ads-solo .block-tab-links-ads-item:first-child {
    margin-right: 10px;
  }
  .container-2-1200 .block-tab-links-ads-content {
    flex-direction: row;
  }
  .container-2-1200 .container-2-right {
    width: unset;
  }
  .container-3 {
    flex-direction: column;
  }
  .container-3-center {
    padding-right: 0;
    width: 100%;
  }
  .container-3-right {
    width: 100%;
    display: none;
  }
  .container-3.container-3-catalog-item .container-3-center-wrap-right {
    display: none;
  }
  .container-3.container-3-catalog-item .container-3-left {
    display: none;
  }
  .container-3.container-3-catalog-item .container-3-center-wrap {
    width: 100%;
  }
  .container-3.container-3-catalog-item .container-3-center-wrap .container-3-center-wrap-left {
    width: 100%;
  }

  .container-4-right {
    display: none;
  }
}
@media (max-width: 991px) {
  .container-block {
    padding-top: 0;
  }
  .container-block-center {
    width: 100%;
  }
  .container-2 {
    padding-top: 15px;
    flex-direction: column;
  }
  .container-2-center {
    width: 100%;
  }
  .container-2-social {
    display: none;
  }
  .container-2-right {
    width: 100%;
  }
  .container-3 {
    padding-top: 15px;
  }
  .container-3-center-wrap-right {
    display: none;
  }
  .container-3-right {
    display: block;
  }
  .container-3 .page-head {
    margin-bottom: 0;
  }
  .container-center-small {
    margin-top: 0;
    padding-top: 16px;
  }

  .container-article {
    width: 100%;
    max-width: unset;
  }

  .container-4 {
    padding-top: 15px;
    flex-direction: column;
  }
  .container-4-center {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .container-4-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container-2-1200 .block-tab-links-ads-solo {
    width: 100%;
  }
  .container-2-1200 .block-tab-links-ads-solo .block-tab-links-ads-item {
    width: auto;
    height: unset;
    overflow: hidden;
    padding-bottom: 132%;
  }
  .container-2-1200 .block-tab-links-ads-solo .block-tab-links-ads-item:first-child {
    margin-right: 0;
  }
  .container-2-1200 .block-tab-links-ads-content {
    flex-direction: row;
  }
  .container-2-1200 .container-2-right {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .banners-en-wrap {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    grid-gap: 10px;
  }
}
.news-page-image {
  width: 100%;
  background: #fff;
  padding: 15px;
  text-align: center
}
.news-page-image img {
  /*width: 100%;*/
  height: 100%;
  margin-bottom: 13px;
}
.news-page-image-title {
  padding-left: 44px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #AFAFAF;
  font-family: "Lora", serif;
}
.news-page-text {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 44px;
}
.news-page-text p {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #2B2A29;
}
.news-page-text p:last-child {
  margin-bottom: 0;
}
.news-page-text-author {
  padding-left: 44px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #AFAFAF;
  font-family: "Lora", serif;
}

@media (max-width: 1500px) {
  .news-page-image-title {
    padding-left: 0;
  }
  .news-page-text {
    padding-left: 0;
  }
  .news-page-text-author {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .news-page-text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .news-page-image img {
    margin-bottom: 1px;
  }
}
@media (max-width: 540px) {
  .news-page-image {
    margin-top: 15px;
  }
}
.catalog-item-content {
  width: 100%;
  max-width: 715px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.catalog-item-content-item {
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-gap: 2px;
  margin-bottom: 2px;
  width: 100%;
  height: 100%;
}
.catalog-item-content-item:last-child {
  margin-bottom: 0;
}
.catalog-item-content-item-title {
  min-height: 50px;
  height: 100%;
  background-color: #fff;
  width: 260px;
  min-width: 260px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #949494;
}
.catalog-item-content-item-content {
  align-self: stretch;
  min-height: 50px;
  height: 100%;
  flex-grow: 1;
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 17px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #2B2A29;
  padding-bottom: 16px;
}
.catalog-item-content-item-content p {
  margin-bottom: 30px;
}
.catalog-item-content-item-content p:last-child {
  margin-bottom: 0;
}
.catalog-item-content-item-rating .catalog-item-content-item-title {
  background-color: #F2994A;
  color: #fff;
}
.catalog-item-content-item-rating .catalog-item-content-item-content .competition-item-rating-block {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 293px;
}

.catalog-item-comments {
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
  margin-top: 63px;
}
.catalog-item-comments-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #A42522;
  margin-bottom: 20px;
}
.catalog-item-comments-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.catalog-item-comments-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 25px;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 25px;
}
.catalog-item-comments-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.catalog-item-comments-item-text {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
}
.catalog-item-comments-item-text-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #2B2A29;
  margin-bottom: 4px;
}
.catalog-item-comments-item-text-description {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #2B2A29;
  margin-bottom: 9px;
}
.catalog-item-comments-item-text-date {
  font-weight: normal;
  font-size: 13px;
  line-height: 130%;
  color: #949494;
}
.catalog-item-comments-form {
  margin-top: 60px;
  width: 100%;
}
.catalog-item-comments-form-textarea {
  width: 100%;
  height: 150px;
  resize: none;
  padding: 15px;
  border: 1px solid #D6D6D6;
  outline: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #2B2A29;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 16px;
}
.catalog-item-comments-form-textarea::-moz-placeholder {
  color: #AFAFAF;
  font-weight: 500;
  font-size: 13px;
}
.catalog-item-comments-form-textarea:-ms-input-placeholder {
  color: #AFAFAF;
  font-weight: 500;
  font-size: 13px;
}
.catalog-item-comments-form-textarea::placeholder {
  color: #AFAFAF;
  font-weight: 500;
  font-size: 13px;
}
.catalog-item-comments-form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-item-comments-form-bottom-text {
  max-width: 227px;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  color: #2B2A29;
}
.catalog-item-comments-form-bottom-text a {
  color: #A42522;
}
.catalog-item-comments-form-btn {
  background: #A42522;
  border: 1px solid #A42522;
  outline: none;
  width: 190px;
  height: 50px;
  display: flex;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.catalog-item-comments-form-btn:hover {
  background: #7a1b19;
  border: 1px solid #7a1b19;
}

@media (max-width: 767px) {
  .catalog-item-content {
    margin-top: 0;
  }
  .catalog-item-content-item {
    display: flex;
    flex-direction: column;
    grid-gap: 0px;
    margin-bottom: 0;
  }
  .catalog-item-content-item-title {
    width: 100%;
    padding-top: 12px;
    height: unset;
    min-height: unset;
    font-size: 13px;
  }
  .catalog-item-content-item-content {
    min-height: unset;
    padding-top: 4px;
    width: 100%;
    padding-bottom: 0;
    font-size: 12px;
  }
  .catalog-item-content-item-content p {
    font-size: 12px;
  }
  .catalog-item-content-item.catalog-item-content-item-last-info .catalog-item-content-item-content {
    padding-bottom: 15px;
  }
  .catalog-item-content-item-rating {
    margin-top: 2px;
  }
  .catalog-item-content-item-rating .catalog-item-content-item-title {
    height: 50px;
    padding-top: 0;
  }
  .catalog-item-content-item-rating .catalog-item-content-item-content {
    padding-top: 0;
    display: flex;
    align-items: center;
    height: 50px;
  }
  .catalog-item-content-item-rating .catalog-item-content-item-content .competition-item-rating-block {
    min-width: 260px;
  }

  .catalog-item-comments {
    margin-top: 20px;
  }
  .catalog-item-comments-title {
    font-size: 18px;
    line-height: 22px;
  }
  .catalog-item-comments-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .catalog-item-comments-item-image {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .catalog-item-comments-item-image svg {
    max-width: 100%;
    max-height: 100%;
  }
  .catalog-item-comments-item-text {
    padding-left: 9px;
  }
  .catalog-item-comments-item-text-title {
    font-size: 14px;
    line-height: 130%;
  }
  .catalog-item-comments-item-text-description {
    font-size: 12px;
    line-height: 130%;
  }
  .catalog-item-comments-item-text-date {
    font-size: 12px;
    line-height: 130%;
  }
  .catalog-item-comments-form {
    margin-top: 37px;
  }
  .catalog-item-comments-form-bottom {
    flex-direction: column;
    align-items: center;
  }
  .catalog-item-comments-form-bottom-text {
    order: 1;
    text-align: center;
    font-size: 12px;
    line-height: 160%;
  }
  .catalog-item-comments-form-bottom-text a {
    font-size: 12px;
    line-height: 160%;
  }
  .catalog-item-comments-form-btn {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    max-width: 360px;
    margin-bottom: 16px;
  }
}
.main-page {
  padding-top: 65px;
}

.header-banner {
  background: linear-gradient(90.49deg, #19365A -0.96%, #2768B8 44.59%, #2665B3 65.73%, #19365A 103.15%);
  overflow: hidden;
  display: block;
}
.header-banner-container {
  width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px 0 16px 22px;
}
.header-banner-title {
  font-weight: 500;
  font-size: 32.6161px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.header-banner-subtitle {
  font-weight: normal;
  font-size: 20.2444px;
  line-height: 25px;
  color: #FFFFFF;
}
.header-banner-image {
  width: 269px;
  height: 302px;
  position: absolute;
}
.header-banner-image-1 {
  bottom: 60px;
  transform: translate(0, 100%);
  left: 910px;
}
.header-banner-image-2 {
  bottom: 94px;
  transform: translate(0, 100%);
  left: 1024px;
}
.header-banner-image-3 {
  bottom: 105px;
  transform: translate(0, 100%);
  left: 1180px;
}
.header-banner-image-4 {
  bottom: 140px;
  transform: translate(0, 100%);
  left: 1290px;
}
.header-block {
  display: flex;
  flex-direction: column;
}
.header-block-top {
  display: flex;
  justify-content: center;
  background-color: #A42522;
  padding-top: 8px;
  padding-bottom: 11px;
}
.header-block-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-block-top-links {
  display: flex;
  align-items: center;
}
.header-block-top-links-item {
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  margin-right: 33px;
}
.header-block-top-links-item:last-child {
  margin-right: 0;
}
.header-block-top-language {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-block-top-language-item {
  margin-left: 12px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}
.header-block-top-language-item:first-child {
  margin-left: 0;
}
.header-block-top-language-item.active {
  font-weight: 600;
}
.header-block-middle {
  display: flex;
  justify-content: center;
}
.header-block-middle-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 7px;
  border-bottom: 1px solid #CCCCCC;
}
.header-block-middle-text {
  font-size: 18px;
  line-height: 23px;
  color: #C4C4C4;
  font-family: "Lora", serif;
}
.header-block-middle-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #A42522;
}
.header-block-bottom {
  display: flex;
  justify-content: center;
  padding-top: 7px;
}
.header-block-bottom-logo {
  width: 220px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-block-bottom-logo img {
  max-width: 100%;
  max-height: 100%;
}
.header-block-bottom-logo-wrap {
  position: relative;
  width: 220px;
  display: block;
  margin: 0 auto;
  height: 100%;
}
.header-block-bottom-links-item {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #2B2A29;
  margin-right: 31px;
}
.header-block-bottom-links-item:last-child {
  margin-right: 0;
}
.header-block-bottom-links-item-red {
  color: #A42522;
}
.header-block-bottom-control {
  display: flex;
  align-items: center;
}
.header-block-bottom-icon {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.header-block-bottom-icon-user .header-block-bottom-icon-block {
  margin-top: 4px;
}
.header-block-bottom-icon:first-child {
  position: relative;
  margin-right: 33px;
}
.header-block-bottom-icon:first-child::after {
  content: "";
  height: 20px;
  width: 1px;
  right: -15px;
  position: absolute;
  background-color: #CCCCCC;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
}
.header-block-bottom-icon-block {
  display: flex;
  align-items: center;
  margin-right: 7px;
}
.header-block-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-block .container-left {
  width: 260px;
}
.header-block .container-center {
  width: 1180px;
}

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
  background-color: #F5F5F5;
}
.search-modal-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}
.search-modal-close {
  cursor: pointer;
  margin-bottom: 150px;
}
.search-modal-form {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 685px;
}
.search-modal-form .input-wrap-input {
  border-color: #A42522;
}
.search-modal-form .input-wrap-button-el {
  position: absolute;
  right: 0;
  bottom: 9px;
  color: #A42522;
  cursor: pointer;
}

.news-small-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.news-small-block-title {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.news-small-block-title-row {
  align-items: flex-end;
  margin-bottom: 16px;
}
.news-small-block-title-subtext {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #A42522;
  margin-bottom: 4px;
}
.news-small-block-title-icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.news-small-block-title-text {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #2B2A29;
}
.news-small-block-tab {
  display: flex;
  flex-direction: column;
}
.news-small-block-tab-head {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.news-small-block-tab-head-item {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #AFAFAF;
  margin-right: 11px;
  cursor: pointer;
}
.news-small-block-tab-head-item.active {
  color: #2B2A29;
}
.news-small-block-tab-head-item:last-child {
  margin-right: 0;
}
.news-small-block-tab-body-item-extra {
  color: #A42522;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 17px;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}

.news-small-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 33px;
}
.news-small-item:last-child {
  margin-bottom: 0;
}
.news-small-item-image {
  width: 100%;
  display: block;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.news-small-item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 100%;*/
  height: 100%;
}
.news-small-item-title {
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2B2A29;
}
.news-small-item-description {
  margin-top: 6px;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #AFAFAF;
}

.current-small-block-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #2B2A29;
}
.current-small-block-number {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #A42522;
}
.current-small-block-image {
  margin-top: 17px;
  margin-bottom: 25px;
  display: block;
}
.current-small-block-image img {
  max-width: 100%;
}
.current-small-block-social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 29px;
}
.current-small-block-social-vk {
  background-color: #4489ED;
}
.current-small-block-social-youtube {
  background-color: #FF0000;
}
.current-small-block-social-fb {
  background-color: #3B5998;
}
.current-small-block-social-tw {
  background-color: #00ACED;
}
.current-small-block-social-ok {
  background-color: #EE8108;
}
.current-small-block-social-jj {
  background-color: #1CADE5;
}
.current-small-block-social-item {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.current-small-block-social-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ads-row-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ads-row-block-item {
  position: relative;
  width: 100%;
  padding-bottom: 69%;
  overflow: hidden;
}
.ads-row-block-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-block {
  position: relative;
  z-index: 1;
}
.main-slider-counter {
  position: absolute;
  right: calc(7% + 131px);
  bottom: calc(11%);
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  color: rgba(255, 255, 255, 0.5);
  z-index: 10000000000;
}
.main-slider-line {
  width: calc(100% - 14%);
  height: 4px;
  position: absolute;
  left: 7%;
  display: block;
  bottom: 6%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10000000000;
}
.main-slider-line span {
  height: 4px;
  position: absolute;
  left: 0;
  display: block;
  bottom: 6%;
  display: block;
  background-color: #A42522;
  z-index: 10000000000;
  transition: 0.3s ease-in-out;
}
.main-slider .owl-nav {
  position: absolute;
  right: 7%;
  bottom: calc(10%);
  display: flex;
  align-items: center;
}
.main-slider .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5) !important;
  margin-right: 11px;
  transition: 0.3s ease-in-out;
}
.main-slider .owl-nav .owl-prev:hover {
  background-color: #A42522 !important;
}
.main-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5) !important;
  transition: 0.3s ease-in-out;
}
.main-slider .owl-nav .owl-next:hover {
  background-color: #A42522 !important;
}
.main-slider-item {
  width: 100%;
  position: relative;
  padding-bottom: 54%;
  overflow: hidden;
}
.main-slider-item-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.main-slider-item-image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-slider-item-image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.main-slider-item-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8% 0 11% 7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-slider-item-text__title {
  font-weight: 600;
  font-size: 53px;
  line-height: 66px;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.main-slider-item-text__subtitle {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  font-family: "Lora", serif;
  color: #FFFFFF;
  max-width: 590px;
  margin-bottom: 60px;
}
.main-slider-item-text__btn {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  width: 255px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A42522;
}
.main-slider-item-text__info {
  font-weight: normal;
  font-size: 21.72px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}

.block-tab-links {
  display: flex;
  align-items: flex-start;
}
.block-tab-links-content {
  flex-grow: 1;
}
.block-tab-links-content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}
.block-tab-links-content-title {
  font-weight: 500;
  font-size: 35px;
  line-height: 43px;
  color: #A42522;
}
.block-tab-links-content-head {
  display: flex;
  align-items: center;
}
.block-tab-links-content-head-item {
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  color: #AFAFAF;
  margin-right: 26px;
  cursor: pointer;
}
.block-tab-links-content-head-item.active {
  color: #A42522;
}
.block-tab-links-content-head-item:last-child {
  margin-right: 0;
}
.block-tab-links-content-bottom-body-item-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.block-tab-links-content-bottom-body-item-extra {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #A42522;
  margin-top: 19px;
}
.block-tab-links-item {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  background: #fff;
}
.block-tab-links-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 100%;*/
  height: 99%;
  object-fit: cover;
}
.block-tab-links-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 121.91%);
}
.block-tab-links-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 2px;
}
.block-tab-links-item-description {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #B7B7B7;
}
.block-tab-links-ads {
  margin-left: 30px;
}
.block-tab-links-ads-solo {
  margin-left: 0;
}
.block-tab-links-ads-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #2B2A29;
  height: 43px;
  padding-top: 5px;
  margin-bottom: 21px;
}
.block-tab-links-ads-content {
  display: flex;
  flex-direction: column;
}
.block-tab-links-ads-item {
  width: 208px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 123%;
  margin-bottom: 30px;
}
.block-tab-links-ads-item:last-child {
  margin-bottom: 0;
}
.block-tab-links-ads-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*height: 100%;*/
  width: 100%;
}
.block-tab-links-ads-item-text {
  padding: 17px 12px 0 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.block-tab-links-ads-item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.block-tab-links-ads-item-description {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #B1B1B1;
}

.banner-solo {
  width: 100%;
  position: relative;
  display: block;
}
.banner-solo img {
  width: 100%;
}
.banner-solo-text {
  position: absolute;
  top: 50%;
  left: 228px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.banner-solo-title {
  font-weight: 600;
  font-size: 30.5625px;
  line-height: 37px;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.banner-solo-description {
  font-weight: normal;
  font-size: 16.3px;
  line-height: 20px;
  color: #CFCFCF;
}

.footer {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
}
.footer-container-left {
  background-color: #2B2A29;
  width: calc(100% - (379px + (100% - 1440px) / 2));
  padding-left: calc((100% - 1440px) / 2);
}
.footer-container-left-wrap {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  padding-top: 49px;
  padding-right: 90px;
  padding-bottom: 22px;
}
.footer-container-left-wrap .footer-menu {
  display: flex;
  flex-direction: column;
}
.footer-container-left-wrap .footer-menu-wrap {
  display: flex;
  align-items: stretch;
}
.footer-container-left-wrap .footer-menu-column {
  display: flex;
  flex-direction: column;
  margin-right: 120px;
  flex-wrap: wrap;
}
.footer-container-left-wrap .footer-menu-column:last-child {
  margin-right: 0;
}
.footer-container-left-wrap .footer-menu:not(:first-child) {
  margin-top: 39px;
}
.footer-container-left-wrap .footer-menu-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.footer-container-left-wrap .footer-menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.footer-container-left-wrap .footer-menu-list-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  color: #B6B6B6;
}
.footer-container-left-wrap .footer-bottom {
  margin-top: 47px;
  padding-top: 21px;
  border-top: 0.5px solid #F6F6F6;
  display: flex;
  justify-content: space-between;
}
.footer-container-left-wrap .footer-bottom-left {
  margin-right: 21px;
  font-weight: normal;
  font-size: 11px;
  line-height: 140%;
  color: #FFFFFF;
  width: 305px;
  min-width: 305px;
}
.footer-container-left-wrap .footer-bottom-left a {
  font-weight: normal;
  font-size: 11px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: rgba(255, 255, 255, 0.5);
}
.footer-container-left-wrap .footer-bottom-right {
  flex-grow: 1;
  font-weight: normal;
  font-size: 11px;
  line-height: 140%;
  color: #FFFFFF;
}
.footer-container-right {
  background-color: #A42522;
  width: calc(379px + (100% - 1440px) / 2);
  padding-right: calc((100% - 1440px) / 2);
}
.footer-container-right-wrap {
  padding-top: 49px;
  height: 100%;
  padding-bottom: 22px;
}
.footer-container-right-wrap .footer-info {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 22px;
  height: 100%;
}
.footer-container-right-wrap .footer-info-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 21px;
}
.footer-container-right-wrap .footer-info-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.footer-container-right-wrap .footer-info-item:last-child {
  margin-bottom: 30px;
}
.footer-container-right-wrap .footer-info-item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 2px;
}
.footer-container-right-wrap .footer-info-item-content {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}
.footer-container-right-wrap .footer-info-item-content a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}
.footer-container-right-wrap .footer-info-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer-container-right-wrap .footer-info-social-vk {
  background-color: #4489ED;
}
.footer-container-right-wrap .footer-info-social-youtube {
  background-color: #FF0000;
}
.footer-container-right-wrap .footer-info-social-fb {
  background-color: #3B5998;
}
.footer-container-right-wrap .footer-info-social-tw {
  background-color: #00ACED;
}
.footer-container-right-wrap .footer-info-social-ok {
  background-color: #EE8108;
}
.footer-container-right-wrap .footer-info-social-jj {
  background-color: #1CADE5;
}
.footer-container-right-wrap .footer-info-social-item {
  width: 31px;
  height: 31px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-container-right-wrap .footer-info-social-item svg {
  max-width: 60%;
  max-height: 60%;
}
.footer-container-right-wrap .footer-info-social-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.footer-container-right-wrap .footer-developer {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
}
.footer-container-right-wrap .footer-developer span {
  font-weight: 600;
}

.social-block {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 15px;
  position: sticky;
  align-self: flex-start;
}
.social-block-vk {
  background-color: #C4C4C4;
}
.social-block-vk:hover {
  background-color: #4489ED;
}
.social-block-youtube {
  background-color: #C4C4C4;
}
.social-block-youtube svg path:last-child {
  fill: #C4C4C4;
}
.social-block-youtube:hover {
  background-color: #FF0000;
}
.social-block-fb {
  background-color: #C4C4C4;
}
.social-block-fb:hover {
  background-color: #3B5998;
}
.social-block-tw {
  background-color: #C4C4C4;
}
.social-block-tw:hover {
  background-color: #00ACED;
}
.social-block-ok {
  background-color: #C4C4C4;
}
.social-block-ok:hover {
  background-color: #EE8108;
}
.social-block-jj {
  background-color: #C4C4C4;
}
.social-block-jj svg path:nth-child(2) {
  fill: #C4C4C4;
}
.social-block-jj svg path:nth-child(3) {
  fill: #D6D6D6;
}
.social-block-jj svg path:nth-child(6) {
  fill: #D6D6D6;
}
.social-block-jj:hover {
  background-color: #1CADE5;
}
.social-block-jj:hover svg path:nth-child(2) {
  fill: #1CADE5;
}
.social-block-jj:hover svg path:nth-child(3) {
  fill: #14374B;
}
.social-block-jj:hover svg path:nth-child(6) {
  fill: #14374B;
}
.social-block-item {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.social-block-item svg {
  max-width: 60%;
  max-height: 60%;
}
.social-block-item svg path {
  transition: 0.3s ease-in-out;
}
.social-block-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.social-block-item-wrap:last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
}
.breadcrumbs .page-head-news {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.breadcrumbs .page-head-news-date {
  font-size: 13px;
  line-height: 16px;
  color: #AFAFAF;
  margin-right: 35px;
  position: relative;
}
.breadcrumbs .page-head-news-date:after {
  content: "";
  position: absolute;
  right: -18px;
  width: 0.5px;
  height: 16px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #CCCCCC;
  display: block;
}
.breadcrumbs .page-head-news-viewers {
  display: flex;
  align-items: center;
}
.breadcrumbs .page-head-news-viewers-icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.breadcrumbs .page-head-news-viewers-text {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #AFAFAF;
}
.breadcrumbs-item {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #C4C4C4;
  margin-right: 29px;
}
.breadcrumbs-item:not(:last-child) {
  position: relative;
}
.breadcrumbs-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 17px;
  background-color: #C4C4C4;
  content: "";
  display: block;
}
.breadcrumbs-item:last-child {
  margin-right: 0;
  color: #787878;
}

.page-head {
  margin-bottom: 20px;
}
.page-head-small-center {
  padding-left: 44px;
  padding-right: 15px;
}
.page-head-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-head-title-control {
  display: flex;
  align-items: center;
}
.page-head-title-control-pdf {
  display: flex;
  align-items: center;
}
.page-head-title-control-pdf-item {
  display: flex;
  align-items: center;
}
.page-head-title-control-pdf-item-text {
  margin-left: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #737373;
}
.page-head-title-control-item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  cursor: pointer;
}
.page-head-title-control-item-icon {
  display: flex;
  align-items: center;
  margin-right: 7px;
}
.page-head-title-control-item:first-child {
  position: relative;
  margin-right: 33px;
}
.page-head-title-control-item:first-child::after {
  content: "";
  height: 20px;
  width: 1px;
  right: -15px;
  position: absolute;
  background-color: #CCCCCC;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
}
.page-head-title-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.page-head-title-text-top {
  font-weight: 500;
  font-size: 35px;
  line-height: 120%;
  color: #A42522;
}
.page-head-title-text-bottom {
  margin-top: 10px;
  font-family: "Lora", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #AFAFAF;
}

.page-head-title-control-item-search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 300px;
  margin-right: 20px;
  width: 0;
  transition: 0.3s ease-in-out;
  margin-left: auto;
}
.page-head-title-control-item-search-form.open {
  width: 300px;
}
.page-head-title-control-item-search-form_input {
  flex-grow: 1;
  border: none;
  outline: none;
  font-size: 14px;
  background-color: transparent;
  border-bottom: 0.5px solid #000;
  height: 100%;
  padding-bottom: 2px;
}
.page-head-title-control-item-search-form_btn {
  background-color: transparent;
  border: none;
  outline: none;
  color: #A42522;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 10px;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .page-head-title-control-item-search-form {
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 300px;
    width: 0;
    transition: 0.3s ease-in-out;
    margin-left: auto;
  }
  .page-head-title-control-item-search-form.open {
    width: 200px;
  }
  .page-head-title-control-item-search-form_input {
    border: none;
    outline: none;
    font-size: 14px;
    width: 150px;
    background-color: transparent;
    border-bottom: 0.5px solid #000;
    height: 100%;
    padding-bottom: 2px;
  }
  .page-head-title-control-item-search-form_btn {
    background-color: transparent;
    border: none;
    outline: none;
    color: #A42522;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 10px;
    cursor: pointer;
  }
}
@media (max-width: 600px) {
  .page-head-title-control-item-search-form {
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 300px;
    width: 0;
    transition: 0.3s ease-in-out;
    margin-left: auto;
  }
  .page-head-title-control-item-search-form.open {
    width: 170px;
  }
  .page-head-title-control-item-search-form_input {
    border: none;
    outline: none;
    font-size: 14px;
    width: 120px;
    background-color: transparent;
    border-bottom: 0.5px solid #000;
    height: 100%;
    padding-bottom: 2px;
  }
  .page-head-title-control-item-search-form_btn {
    background-color: transparent;
    border: none;
    outline: none;
    color: #A42522;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 10px;
    cursor: pointer;
  }
}
@media (max-width: 500px) {
  .page-head-title-control-item-search-form {
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 300px;
    width: 0;
    transition: 0.3s ease-in-out;
    margin-left: auto;
    margin-right: 5px;
  }
  .page-head-title-control-item-search-form.open {
    width: 140px;
  }
  .page-head-title-control-item-search-form_input {
    border: none;
    outline: none;
    font-size: 12px;
    width: 90px;
    background-color: transparent;
    border-bottom: 0.5px solid #000;
    height: 100%;
    padding-bottom: 2px;
  }
  .page-head-title-control-item-search-form_btn {
    background-color: transparent;
    border: none;
    outline: none;
    color: #A42522;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 10px;
    cursor: pointer;
  }
}
.news-sign-block {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.news-sign-block-long .news-sign-block-image {
  padding-bottom: 19%;
}
.news-sign-block-long .news-sign-block-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  padding-left: 364px;
  padding-right: 41px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.news-sign-block-long .news-sign-block-text {
  display: flex;
  flex-direction: column;
}
.news-sign-block-long .news-sign-block-text-title {
  font-weight: 600;
  font-size: 27.0779px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.news-sign-block-long .news-sign-block-text-subtitle {
  font-weight: normal;
  font-size: 14.4416px;
  line-height: 18px;
  color: #CFCFCF;
}
.news-sign-block-long .news-sign-block-form {
  width: 366px;
  position: relative;
}
.news-sign-block-long .news-sign-block-form-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  width: 100%;
  padding-bottom: 7px;
}
.news-sign-block-long .news-sign-block-form-input::-moz-placeholder {
  color: #CFCFCF;
}
.news-sign-block-long .news-sign-block-form-input:-ms-input-placeholder {
  color: #CFCFCF;
}
.news-sign-block-long .news-sign-block-form-input::placeholder {
  color: #CFCFCF;
}
.news-sign-block-long .news-sign-block-form-btn {
  position: absolute;
  bottom: 7px;
  right: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.news-sign-block-image {
  width: 100%;
  padding-bottom: 12.7%;
  overflow: hidden;
  position: relative;
}
.news-sign-block-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.news-sign-block-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 177px;
  padding-right: 41px;
}
.news-sign-block-text {
  display: flex;
  flex-direction: column;
}
.news-sign-block-text-title {
  font-weight: 600;
  font-size: 27.0779px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.news-sign-block-text-subtitle {
  font-weight: normal;
  font-size: 14.4416px;
  line-height: 18px;
  color: #CFCFCF;
}
.news-sign-block-form {
  width: 366px;
  position: relative;
}
.news-sign-block-form-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  width: 100%;
  padding-bottom: 7px;
}
.news-sign-block-form-input::-moz-placeholder {
  color: #CFCFCF;
}
.news-sign-block-form-input:-ms-input-placeholder {
  color: #CFCFCF;
}
.news-sign-block-form-input::placeholder {
  color: #CFCFCF;
}
.news-sign-block-form-btn {
  position: absolute;
  bottom: 7px;
  right: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  grid-row-gap: 50px;
}
.grid-news-item.grid-catalog-item {
  background-color: #fff;
}
.grid-news-item.grid-catalog-item .grid-news-item-title {
  padding-left: 15px;
  padding-bottom: 23px;
  font-size: 18px;
  line-height: 22px;
}
.grid-news-item.grid-archive-item .grid-news-item-image {
  padding-bottom: 129%;
}
.grid-news-item.grid-archive-item .grid-news-item-title {
  color: #A42522;
}
.grid-news-item-image {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.grid-news-item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 100%;*/
}
.grid-news-item-title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2B2A29;
}
.grid-news-item-description {
  margin-top: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #2B2A29;
}
.grid-news-item-bottom {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.grid-news-item-bottom-date {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #AFAFAF;
  margin-right: 15px;
}
.grid-news-item-bottom-viewers {
  display: flex;
  align-items: center;
}
.grid-news-item-bottom-viewers-icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.grid-news-item-bottom-viewers-text {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #AFAFAF;
}
.grid-pagination {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-pagination-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #AFAFAF;
}
.grid-pagination-item.active {
  color: #A42522;
}
.grid-pagination-separator {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #AFAFAF;
}
.grid-pagination-button {
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #A42522;
}

.distribution-content {
  display: flex;
  flex-direction: column;
}
.distribution-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.distribution-block:last-child {
  margin-bottom: 0;
}
.distribution-block-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #2B2A29;
  margin-bottom: 20px;
}
.distribution-block-items {
  display: flex;
  flex-direction: column;
}
.distribution-block-item {
  display: grid;
  align-items: center;
  grid-gap: 30px;
  grid-template-columns: 4fr 5fr;
  padding: 14px 0 14px 19px;
  border-top: 1px solid #D6D6D6;
}
.distribution-block-item:last-child {
  border-bottom: 1px solid #D6D6D6;
}
.distribution-block-item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2B2A29;
  flex-grow: 1;
}
.distribution-block-item-wrap {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 3fr 2fr;
}
.distribution-block-item-box {
  display: flex;
  flex-direction: column;
}
.distribution-block-item-box-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #AFAFAF;
  margin-bottom: 1px;
}
.distribution-block-item-box-line {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #2B2A29;
}
.distribution-block-item-box-line a {
  color: #2B2A29;
}

.calendar-block {
  padding-right: 30px;
}
.calendar-block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.calendar-block-title-text {
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  color: #2B2A29;
  padding-bottom: 4px;
}
.calendar-block-title-month-link {
  display: flex;
  align-items: center;
}
.calendar-block-content {
  display: flex;
  flex-direction: column;
}
.calendar-block-content-top {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 1px;
  margin-bottom: 1px;
}
.calendar-block-content-top-item {
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 17.8102px;
  line-height: 22px;
  color: #2B2A29;
  padding-top: 9px;
  padding-bottom: 9px;
}
.calendar-block-content-bottom {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 1px;
}
.calendar-block-content-bottom-item {
  background-color: #fff;
  min-height: 127px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 100%));
}
.calendar-block-content-bottom-item-day {
  font-weight: normal;
  font-size: 14.4708px;
  line-height: 18px;
  height: 18px;
  color: #FFFFFF;
  background-color: #C4C4C4;
  width: 22px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.calendar-block-content-bottom-item-day.current-month {
  background-color: #A42522;
}
.calendar-block-content-bottom-item.today .calendar-block-content-bottom-item-day {
  background-color: #2768B8;
}
.calendar-block-content-bottom-item-today {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  padding-left: 7px;
  border-left: 2px solid #2768B8;
  background-color: rgba(39, 104, 184, 0.3);
  width: calc(100% - 23px);
  height: 18px;
  display: flex;
  align-items: center;
}
.calendar-block-content-bottom-item-info {
  padding-right: 15px;
  padding-left: 4px;
  border-left: 2px solid #2768B8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: rgba(39, 104, 184, 0.3);
}
.calendar-block-content-bottom-item-info-wrap {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #333333;
}
.calendar-block-content-bottom-item-info-wrap span {
  font-weight: 600;
}
.calendar-block-content-bottom-item-info-link {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #2768B8;
}
.calendar-block-content-bottom-item-info-green {
  background-color: rgba(39, 174, 96, 0.3);
  border-left: 2px solid #27AE60;
}
.calendar-block-content-bottom-item-info-green .calendar-block-content-bottom-item-info-link {
  color: #27AE60;
}

.account {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.account-page .container-3-center-wrap-left {
  flex-grow: 1;
}
.account-page .container-3-center-wrap-right {
  align-self: stretch;
}
.account-page .container-3-center {
  align-self: stretch;
}
.account-page .container-3-center-wrap {
  height: 100%;
}
.account-menu {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  position: sticky;
  top: 15px;
  width: 208px;
  border: 1px solid #D6D6D6;
}
.account-menu-wrap {
  align-self: stretch;
}
.account-menu-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #2B2A29;
  margin-bottom: 12px;
}
.account-menu-small {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #A42522;
  margin-top: 24px;
}
.account-menu-item {
  padding-left: 15px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D6D6D6;
  color: #808080;
}
.account-menu-item-icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.account-menu-item:last-child {
  border-bottom: none;
}
.account-menu-item.active {
  color: #fff;
  background-color: #A42522;
}
.account-menu-item.active .account-menu-item-icon svg path {
  stroke: #fff;
}
.account-item {
  padding: 30px;
}
.account-item-wrap {
  margin-left: 30px;
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #D6D6D6;
}
.account-item-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #2B2A29;
  margin-bottom: 13px;
}
.account-form-buttons {
  display: flex;
  align-self: center;
  margin-top: 27px;
}
.account-form-buttons-submit {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #A42522;
  background-color: transparent;
  border: none;
  outline: none;
  margin-right: 30px;
  cursor: pointer;
}
.account-form-buttons-reset {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #AFAFAF;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.account-password {
  background-color: #A42522;
}
.account-password .account-item-title {
  color: #fff;
}
.account-password .account-form-buttons-submit {
  color: #fff;
}

.input-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 30px;
}
.input-wrap.input-white .input-wrap-input {
  border-bottom: 1px solid #FFF;
  color: #fff;
}
.input-wrap.input-white .input-wrap-placeholder {
  color: #FFF;
}
.input-wrap.input-white.focused-not-empty .input-wrap-input {
  border-bottom: 1px solid #FFF;
}
.input-wrap.focused-not-empty .input-wrap-input {
  border-bottom: 1px solid #A42522;
}
.input-wrap.focused-not-empty .input-wrap-placeholder {
  bottom: 36px;
  font-size: 12px;
  line-height: 15px;
}
.input-wrap-input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #B1B1B1;
  outline: none;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  padding-bottom: 11px;
}
.input-wrap .input-wrap-placeholder {
  position: absolute;
  transition: 0.3s;
  left: 0;
  bottom: 9px;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #B1B1B1;
}
.input-wrap .input-wrap-placeholder span {
  color: #A42522;
}

.text-block {
  display: flex;
  flex-direction: column;
}
.text-block-item {
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #2B2A29;
  margin-bottom: 32px;
}
.text-block-item-separate {
  margin-bottom: 60px;
}
.text-block-item-separate:last-child {
  margin-bottom: 0;
}
.text-block-item-main-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 160%;
  color: #A42522;
}
.text-block-item:last-child {
  margin-bottom: 0;
}
.text-block-item:last-of-type {
  margin-bottom: 0;
}
.text-block-item-title {
  font-weight: 600;
}
.text-block-item p {
  line-height: 160%;
  margin-bottom: 10px;
}
.text-block-item p span {
  font-weight: 600;
}
.text-block-item p.small {
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #A42522;
}
.text-block-footer {
  margin-top: 29px;
  padding-top: 29px;
  border-top: 1px solid #CCCCCC;
  width: 100%;
}
.text-block-footer-bottom {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  margin-bottom: 29px;
  padding-bottom: 29px;
  border-bottom: 1px solid #CCCCCC;
}
.text-block-footer-links {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.text-block-footer-links-item {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #A42522;
}
.text-block-footer-links-item:nth-child(1) {
  width: 268px;
}
.text-block-footer-links-item:nth-child(2) {
  width: 238px;
}
.text-block-footer-wrap {
  display: flex;
  align-items: flex-start;
}
.text-block-footer-item {
  display: flex;
  flex-direction: column;
}
.text-block-footer-item:nth-child(1) {
  min-width: 268px;
  max-width: 268px;
}
.text-block-footer-item:nth-child(2) {
  min-width: 238px;
  max-width: 238px;
}
.text-block-footer-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #2B2A29;
  margin-bottom: 5px;
}
.text-block-footer-item .value {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #2B2A29;
}
.text-block-footer-item .value a {
  color: #2B2A29;
}
.text-block-footer-long .text-block-footer-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 38px;
}
.text-block-footer-long .text-block-footer-item:nth-child(1) {
  min-width: unset;
  max-width: unset;
}
.text-block-footer-long .text-block-footer-item:nth-child(2) {
  min-width: unset;
  max-width: unset;
}

.text-block-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.text-block-2-title {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #2B2A29;
  margin-bottom: 13px;
}
.text-block-2-description {
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #2B2A29;
}
.text-block-2-description span {
  font-weight: 500;
}
.text-block-2-description p {
  margin-bottom: 20px;
}
.text-block-2-description p:last-child {
  margin-bottom: 0;
}
.text-block-2-download {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #A42522;
  margin-top: 35px;
}

#map {
  width: 100%;
  height: 350px;
  margin-bottom: 50px;
}

.places-block {
  margin-top: 80px;
}
.places-block-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #A42522;
  margin-bottom: 30px;
}
.places-block-wrap {
  display: flex;
  flex-direction: column;
}
.places-block-item {
  padding: 30px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.places-block-item:last-child {
  margin-bottom: 0;
}
.places-block-item-images {
  display: grid;
  grid-template-columns: repeat(1, 328px);
  grid-gap: 30px;
}
.places-block-item-image {
  width: 100%;
  height: 156px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.places-block-item-image img {
  max-width: 100%;
  max-height: 100%;
}
.places-block-item-text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.places-block-item-text-year {
  font-weight: 500;
  font-size: 25px;
  line-height: 160%;
  color: #A42522;
}
.places-block-item-text-small {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #BDBDBD;
  max-width: 390px;
}
.places-block-item-text-title-block {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.places-block-item-text-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #949494;
}
.places-block-item-text-subtitle {
  margin-top: -7px;
  font-weight: normal;
  font-size: 25px;
  line-height: 160%;
  color: #2B2A29;
}
.places-block-item-value {
  padding-top: 15px;
  font-weight: normal;
  font-size: 25px;
  line-height: 160%;
  color: #949494;
}
.places-block-item-label {
  position: absolute;
  right: -66px;
  top: 14px;
  background-color: #F2C94C;
  color: #fff;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  transform: rotate(45deg);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
.places-block-item-label-2 {
  background-color: #737981;
}
.places-block-item-label-3 {
  background-color: #E1B89C;
}

.partner-item {
  background-color: #fff;
  padding: 36px 36px 36px 17px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.partner-item:last-child {
  margin-bottom: 0;
}
.partner-item:last-child {
  margin-bottom: 0;
}
.partner-item-image {
  align-self: stretch;
  height: 100%;
  position: relative;
  min-width: 176px;
  max-width: 176px;
  margin-right: 46px;
}
.partner-item-image img {
  position: sticky;
  max-width: 100%;
}
.partner-item-content {
  display: flex;
  flex-direction: column;
}
.partner-item-content-extra {
  display: none;
}
.partner-item-content-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #2B2A29;
  margin-bottom: 13px;
}
.partner-item-content-description {
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #2B2A29;
}
.partner-item-content-footer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #CCCCCC;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 27px;
}
.partner-item-content-footer-item {
  display: flex;
  flex-direction: column;
}
.partner-item-content-footer-item-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  color: #2B2A29;
  margin-bottom: 6px;
}
.partner-item-content-footer-item-value {
  font-weight: normal;
  font-size: 13px;
  line-height: 140%;
  color: #2B2A29;
  display: flex;
  flex-direction: column;
}
.partner-item-content-footer-item-value a {
  color: #2B2A29;
}
.partner-item-content-footer-item-value a.red {
  color: #A42522;
}

.monet-history {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.monet-history-item {
  background-color: #fff;
  position: relative;
  padding: 32px 22px;
}
.monet-history-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #2B2A29;
  margin-bottom: 10px;
}
.monet-history-item-year {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
  font-size: 44.5976px;
  line-height: 31px;
  color: rgba(196, 196, 196, 0.3);
}
.monet-history-item-links {
  display: flex;
  flex-direction: column;
}
.monet-history-item-links-item {
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #808080;
}
.monet-history-item-links-item.active {
  color: #A42522;
}

.competition-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.competition-item {
  background-color: #fff;
}
.competition-item-image {
  width: 100%;
  text-align: center;
}
.competition-item-image img {
  max-width: 100%;
}
.competition-item-text {
  padding: 15px 15px 24px 15px;
}
.competition-item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2B2A29;
  margin-bottom: 21px;
}
.competition-item-rating {
  display: flex;
  flex-direction: column;
}
.competition-item-rating-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #888888;
}
.competition-item-rating-block {
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.competition-item-rating-block-item {
  flex-grow: 1;
  cursor: pointer;
}
.competition-item-rating-block-item.hover svg path {
  fill: #F2994A;
}
.competition-item-rating-block:not(.hovered) .competition-item-rating-block-item.active svg path {
  fill: #F2994A;
}
.competition-item-block {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.competition-item-block:last-child {
  margin-bottom: 0;
}
.competition-item-block .title {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #888888;
  width: 125px;
}
.competition-item-block .value {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #2B2A29;
}

.judge-block {
  display: flex;
  flex-direction: column;
}

.judge-item {
  background-color: #fff;
  margin-top: 30px;
  padding: 20px 16px;
}
.judge-item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #2B2A29;
}
.judge-item-value {
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #2B2A29;
  margin-top: -5px;
}

.uniq-block {
  display: flex;
  flex-direction: column;
}

.uniq-item-top-text-item-hidden-button {
  display: none;
}

.uniq-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.uniq-item:last-child {
  margin-bottom: 0;
}
.uniq-item-top {
  display: flex;
  align-items: flex-start;
  padding: 30px 30px 50px 30px;
  background-color: #fff;
}
.uniq-item-top-image {
  display: flex;
  flex-direction: column;
  width: 416px;
  min-width: 416px;
}
.uniq-item-top-image img {
  width: 100%;
  margin-bottom: 40px;
}
.uniq-item-top-text {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.uniq-item-top-text-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #2B2A29;
  margin-bottom: 10px;
}
.uniq-item-top-text-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.uniq-item-top-text-item:last-child {
  margin-bottom: 0;
}
.uniq-item-top-text-item .title {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #949494;
  margin-bottom: 4px;
}
.uniq-item-top-text-item .value {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #2B2A29;
}
.uniq-item-top-text-item .value p {
  margin-bottom: 20px;
}
.uniq-item-top-text-item .value p:last-child {
  margin-bottom: 0;
}
.uniq-item-bottom {
  height: 50px;
  display: flex;
  align-items: center;
}
.uniq-item-bottom-left {
  height: 100%;
  display: flex;
  padding-left: 30px;
  width: 446px;
  min-width: 446px;
  background-color: #A42522;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.uniq-item-bottom-right {
  display: grid;
  flex-grow: 1;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #A42522;
  height: 100%;
}
.uniq-item-bottom-button {
  cursor: pointer;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-right: 1px solid #A42522;
}
.uniq-item-bottom-button:last-child {
  border-right: none;
}
.uniq-item-bottom-button-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #A42522;
}
.uniq-item-bottom-button-subtext {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #949494;
}
.uniq-item-bottom-button.active {
  background-color: #A42522;
}
.uniq-item-bottom-button.active .uniq-item-bottom-button-text {
  color: #fff;
}

.header-block-mobile-menu-abs {
  display: none;
}

.header-block-middle-text {
  font-family: "Lora", serif;
}
@media (max-width: 1500px) {
  .header-banner-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-block-middle-text {
    font-family: "Lora", serif;
  }
  .header-block-bottom-logo {
    left: -13px;
  }
  .header-block .container-center {
    flex-grow: 1;
    width: auto;
    padding-right: 15px;
  }
}
@media (max-width: 1340px) {
  .header-banner-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-banner-title {
    font-size: 26px;
    line-height: 140%;
  }
  .header-banner-subtitle {
    font-size: 18px;
    line-height: 120%;
  }
  .header-banner-image-1 {
    left: 720px;
  }
  .header-banner-image-2 {
    left: 814px;
  }
  .header-banner-image-3 {
    left: 910px;
  }
  .header-banner-image-4 {
    left: 1030px;
  }
  .header-block-top-links-item {
    margin-right: 16px;
  }
  .header-block-middle-text {
    font-size: 16px;
    line-height: 120%;
    font-family: "Lora", serif;
  }
  .header-block-middle-title {
    font-size: 16px;
    line-height: 120%;
  }
  .header-block-bottom-links-item {
    font-size: 15px;
    margin-right: 11px;
  }
}
@media (max-width: 1200px) {
  .header-banner-title {
    font-size: 20px;
    line-height: 120%;
  }
  .header-banner-subtitle {
    font-size: 16px;
    line-height: 140%;
  }
  .header-block-top {
    padding-top: 4px;
    padding-bottom: 6px;
  }
  .header-block-top-links-item {
    font-size: 13px;
    line-height: 120%;
  }
  .header-block-top-language-item {
    font-size: 14px;
    line-height: 120%;
  }
  .header-block-middle-wrap {
    padding-top: 11px;
  }
  .header-block-middle-text {
    font-size: 14px;
    line-height: 120%;
  }
  .header-block-middle-title {
    font-size: 12px;
    line-height: 120%;
  }
  .header-block-bottom {
    padding-top: 4px;
  }
  .header-block-bottom-logo {
    width: 180px;
    height: auto;
    bottom: -14px;
    left: 0;
  }
  .header-block-bottom-logo svg {
    max-width: 100%;
  }
  .header-block-bottom-links-item {
    font-size: 14px;
  }
  .header-block-bottom-icon {
    font-size: 14px;
    line-height: 120%;
  }
  .header-block-bottom-icon-text {
    display: none;
  }
  .header-block .container-left {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .header-block-mobile-menu-abs {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 10;
    height: calc(100vh - 75px);
  }
  .header-block-mobile-menu-abs-wrap {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  .header-block-mobile-menu-abs-wrap .footer-container-left {
    flex-grow: 1;
    background-color: #F5F5F5;
  }
  .header-block-mobile-menu-abs-wrap .footer-container-left .footer-menu-title {
    color: #333333;
  }
  .header-block-mobile-menu-abs-wrap .footer-container-left .footer-menu-list-link {
    color: #333333;
  }

  .header {
    border-bottom: 1px solid #CCCCCC;
  }
  .header-banner-container {
    padding-right: 260px;
  }
  .header-banner-title {
    font-size: 16px;
  }
  .header-banner-subtitle {
    font-size: 12px;
  }
  .header-banner-image-1 {
    left: unset;
    right: 130px;
    width: 150px;
  }
  .header-banner-image-1 img {
    max-width: 100%;
  }
  .header-banner-image-2 {
    left: unset;
    right: 70px;
    bottom: 74px;
    width: 150px;
  }
  .header-banner-image-2 img {
    max-width: 100%;
  }
  .header-banner-image-3 {
    left: unset;
    right: 0px;
    width: 150px;
  }
  .header-banner-image-3 img {
    max-width: 100%;
  }
  .header-banner-image-4 {
    display: none;
  }
  .header-block {
    display: none;
  }
  .header-block-middle-text {
    font-family: "Lora", serif;
  }
  .header-block-mobile {
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
  }
  .header-block-mobile-logo {
    height: 60px;
    display: block;
  }
  .header-block-mobile-logo svg {
    height: 100%;
    width: auto;
  }
  .header-block-mobile-control {
    display: flex;
    align-items: center;
  }
  .header-block-mobile-control-search {
    margin-right: 15px;
    width: 30px;
    height: 30px;
  }
  .header-block-mobile-control-search svg {
    width: 100%;
    height: 100%;
  }
  .header-block-mobile-control-user {
    margin-right: 15px;
    width: 30px;
    height: 30px;
  }
  .header-block-mobile-control-user svg {
    width: 100%;
    height: 100%;
  }
  .header-block-mobile-control-hamburger {
    width: 30px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  .header-block-mobile-control-hamburger span {
    width: 100%;
    height: 2px;
    background-color: #A42522;
  }
  .header-block-mobile-control-hamburger span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(0deg);
  }
  .header-block-mobile-control-hamburger span:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(0deg);
  }
  .header-block-mobile-control-hamburger.active span {
    background-color: #B6B6B6;
    height: 1px;
    position: absolute;
  }
  .header-block-mobile-control-hamburger.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header-block-mobile-control-hamburger.active span:nth-child(2) {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .header-banner-container {
    padding-right: 170px;
  }
  .header-banner-image-1 {
    left: unset;
    right: 30px;
    width: 150px;
  }
  .header-banner-image-1 img {
    max-width: 100%;
  }
  .header-banner-image-2 {
    left: unset;
    right: -10px;
    bottom: 74px;
    width: 150px;
  }
  .header-banner-image-2 img {
    max-width: 100%;
  }
  .header-banner-image-3 {
    display: none;
  }
  .header-banner-image-4 {
    display: none;
  }
  .header-block {
    display: none;
  }
  .header-block-middle-text {
    font-family: "Lora", serif;
  }
  .header-block-mobile {
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
  }
  .header-block-mobile-logo {
    height: 60px;
    display: block;
  }
  .header-block-mobile-logo svg {
    height: 100%;
    width: auto;
  }
  .header-block-mobile-control {
    display: flex;
    align-items: center;
  }
  .header-block-mobile-control-search {
    margin-right: 15px;
    width: 30px;
    height: 30px;
  }
  .header-block-mobile-control-search svg {
    width: 100%;
    height: 100%;
  }
  .header-block-mobile-control-user {
    margin-right: 15px;
    width: 30px;
    height: 30px;
  }
  .header-block-mobile-control-user svg {
    width: 100%;
    height: 100%;
  }
  .header-block-mobile-control-hamburger {
    width: 30px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header-block-mobile-control-hamburger span {
    width: 100%;
    height: 2px;
    background-color: #A42522;
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 540px) {
  .header-block-mobile-menu-abs {
    top: 51px;
    height: calc(100vh - 51px);
  }

  .header-banner-container {
    padding-right: 70px;
  }
  .header-banner-image-1 {
    left: unset;
    right: -35px;
    width: 120px;
  }
  .header-banner-image-1 img {
    max-width: 100%;
  }
  .header-banner-image-2 {
    display: none;
    left: unset;
    right: -10px;
    bottom: 74px;
    width: 150px;
  }
  .header-banner-image-2 img {
    max-width: 100%;
  }
  .header-banner-image-3 {
    display: none;
  }
  .header-banner-image-4 {
    display: none;
  }
  .header-block {
    display: none;
  }
  .header-block-middle-text {
    font-family: "Lora", serif;
  }
  .header-block-mobile {
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
  }
  .header-block-mobile-logo {
    height: 36px;
	width: 78px;
    display: block;
  }
  .header-block-mobile-logo svg {
    height: 100%;
    max-width: 100%;
  }
  .header-block-mobile-control {
    display: flex;
    align-items: center;
  }
  .header-block-mobile-control-search {
    margin-right: 15px;
    width: 20px;
    height: 20px;
  }
  .header-block-mobile-control-search svg {
    width: 100%;
    height: 100%;
  }
  .header-block-mobile-control-user {
    margin-right: 15px;
    width: 20px;
    height: 20px;
  }
  .header-block-mobile-control-user svg {
    width: 100%;
    height: 100%;
  }
  .header-block-mobile-control-hamburger {
    width: 28px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header-block-mobile-control-hamburger span {
    width: 100%;
    height: 2px;
    background-color: #A42522;
  }
  .search-modal-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .search-modal-close {
    width: 40px;
    height: 40px;
    margin-bottom: 100px;
  }
  .search-modal-close svg {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 1200px) {
  .news-small-block-title-subtext {
    font-size: 13px;
  }
  .news-small-block-title-icon {
    width: 8px;
  }
  .news-small-block-title-icon svg {
    width: 100%;
    height: auto;
  }
  .news-small-block-title-text {
    font-size: 20px;
    line-height: 24px;
  }
  .news-small-block-tab-head-item {
    font-size: 11px;
    line-height: 13px;
  }
  .news-small-block-tab-body-item-extra {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .news-small-block.grid-mobile-992 {
    margin-top: 20px;
  }
  .news-small-block.grid-mobile-992 .news-small-block-tab-body-item-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 20px;
  }
}
@media (max-width: 1200px) {
  .news-small-item {
    margin-bottom: 23px;
  }
  .news-small-item-title {
    font-size: 12px;
  }
  .news-small-item-description {
    font-size: 10px;
  }
}
@media (max-width: 1200px) {
  .current-small-block-title {
    font-size: 20px;
    line-height: 24px;
  }
  .current-small-block-image img {
    max-width: 100%;
  }
  .current-small-block-social {
    grid-row-gap: 15px;
  }
  .current-small-block-social-item {
    width: 35px;
    height: 35px;
  }
  .current-small-block-social-item svg {
    max-width: 22px;
    max-height: 22px;
  }
}
@media (max-width: 991px) {
  .current-small-block-image {
    width: calc(50% - 10px);
  }
  .current-small-block-image img {
    width: 100%;
  }
  .current-small-block-social {
    display: flex;
    align-items: center;
  }
  .current-small-block-social-item {
    margin-right: 15px;
  }
}
@media (max-width: 686px) {
  .current-small-block-image {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ads-row-block-alone {
    display: flex;
    width: 100%;
  }
  .ads-row-block-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .main-page {
    padding-top: 0px;
  }

  .main-slider-item-text__title {
    font-size: 40px;
    line-height: 120%;
  }
  .main-slider-item-text__subtitle {
    font-size: 20px;
    line-height: 120%;
  }
  .main-slider-item-text__info {
    font-size: 18px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .main-block {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main-slider-counter {
    display: none;
  }
  .main-slider-line {
    display: none;
  }
  .main-slider .owl-nav {
    display: none;
  }
  .main-slider-item {
    /* padding-bottom: 180px; */
  }
  .main-slider-item-text {
    padding-top: 32px;
    padding-left: 17px;
    padding-bottom: 26px;
  }
  .main-slider-item-text__title {
    width: 230px;
    font-size: 15px;
    line-height: 18px;
  }
  .main-slider-item-text__subtitle {
    width: 230px;
    font-size: 10px;
    line-height: 13px;
  }
  .main-slider-item-text__btn {
    display: none;
  }
  .main-slider-item-text__info {
    font-size: 10px;
    line-height: 13px;
  }
}
@media (max-width: 1500px) {
  .block-tab-links-ads {
    width: 17.4%;
  }
  .block-tab-links-ads-solo {
    width: 208px;
  }
  .block-tab-links-ads-item {
    width: 100%;
  }
}
@media (max-width: 1340px) {
  .block-tab-links-content-title {
    font-size: 28px;
    line-height: 34px;
  }
  .block-tab-links-content-bottom-body-item-extra {
    font-size: 18px;
  }
  .block-tab-links-item-title {
    font-size: 16px;
    line-height: 20px;
  }
  .block-tab-links-item-description {
    font-size: 12px;
    line-height: 16px;
  }
  .block-tab-links-ads {
    width: 17.2%;
  }
  .block-tab-links-ads-solo {
    width: 208px;
  }
  .block-tab-links-ads-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 1200px) {
  .block-tab-links-ads-solo {
    width: 180px;
  }
  .block-tab-links-ads-solo-long {
    width: 208px;
  }
  .block-tab-links-ads-title {
    font-size: 18px;
    line-height: 22px;
  }
  .block-tab-links-ads-item-title {
    font-size: 12px;
  }
  .block-tab-links-ads-item-description {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .block-tab-links {
    flex-direction: column;
  }
  .block-tab-links-content {
    width: 100%;
  }
  .block-tab-links-content-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .block-tab-links-content-title {
    font-size: 20px;
  }
  .block-tab-links-content-head-item {
    font-size: 11px;
    line-height: 13px;
  }
  .block-tab-links-content-bottom-body-item-wrap {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 20px;
  }
  .block-tab-links-ads {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .block-tab-links-ads-content {
    flex-direction: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .block-tab-links-ads-item {
    width: 100%;
    margin-bottom: 0;
  }
  .block-tab-links-ads-item-title {
    font-size: 20px;
    line-height: 28px;
  }
  .block-tab-links-ads-item-description {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 540px) {
  .block-tab-links-ads-solo-long-100 .block-tab-links-ads-content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .banner-solo-title {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-solo-description {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .banner-solo {
    height: 87px;
    margin-top: 20px !important;
    position: relative;
    overflow: hidden;
  }
  .banner-solo img {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner-solo-text {
    left: 15%;
  }
}
@media (max-width: 540px) {
  .banner-solo img {
    height: 100%;
    width: auto;
    left: -60px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 1500px) {
  .footer-container-left {
    width: calc(100% - 379px);
    padding-left: 15px;
  }
  .footer-container-left-wrap .footer-menu-wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer-container-left-wrap .footer-menu-column {
    margin-right: 0;
  }
  .footer-container-right {
    width: 379px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .footer {
    flex-direction: column;
  }
  .footer-container-left {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .footer-container-left-wrap {
    padding-top: 27px;
    padding-right: 0;
  }
  .footer-container-right {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .footer-container-right-wrap {
    max-width: 379px;
    padding-top: 16px;
    padding-left: 0;
  }
  .footer-container-right-wrap .footer-info {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .footer {
    flex-direction: column;
  }
  .footer-container-left {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .footer-container-left-wrap {
    padding-top: 27px;
    padding-right: 0;
  }
  .footer-container-left-wrap .footer-menu-title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .footer-container-left-wrap .footer-menu-list-item {
    font-size: 12px;
    line-height: 170%;
  }
  .footer-container-left-wrap .footer-menu-list-link {
    font-size: 12px;
    line-height: 170%;
  }
  .footer-container-left-wrap .footer-bottom-left {
    font-size: 8px;
    line-height: 140%;
  }
  .footer-container-left-wrap .footer-bottom-left a {
    font-size: 8px;
    line-height: 140%;
  }
  .footer-container-left-wrap .footer-bottom-right {
    font-size: 8px;
    line-height: 140%;
  }
  .footer-container-right {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .footer-container-right-wrap {
    max-width: 379px;
    padding-top: 16px;
  }
  .footer-container-right-wrap .footer-info-title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .footer-container-right-wrap .footer-info-item {
    margin-bottom: 17px;
  }
  .footer-container-right-wrap .footer-info-item-title {
    font-size: 12px;
    line-height: 140%;
  }
  .footer-container-right-wrap .footer-info-item-content {
    font-size: 12px;
    line-height: 140%;
  }
  .footer-container-right-wrap .footer-info-item-content a {
    font-size: 12px;
    line-height: 140%;
  }
  .footer-container-right-wrap .footer-developer {
    font-size: 12px;
    line-height: 140%;
  }
  .footer-container-right-wrap .footer-developer span {
    font-size: 12px;
    line-height: 140%;
  }
}
@media (max-width: 576px) {
  html {
    overflow-x: hidden;
  }

  .footer-container-left-wrap {
    padding-top: 32px;
  }
  .footer-container-left-wrap .footer-menu-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-container-left-wrap .footer-menu-column {
    max-width: 146px;
    margin-right: 18px;
  }
  .footer-container-left-wrap .footer-menu-column:last-child {
    margin-top: 30px;
    width: 324px;
    max-width: unset;
  }
  .footer-container-left-wrap .footer-menu-column:last-child .footer-menu-list {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    height: 105px;
  }
  .footer-container-left-wrap .footer-menu-column:last-child .footer-menu-list-item {
    width: 142px;
    margin-right: 18px;
  }
  .footer-container-left-wrap .footer-menu:not(:first-child) {
    margin-top: 9px;
  }
  .footer-container-left-wrap .footer-bottom {
    flex-direction: column;
  }
  .footer-container-left-wrap .footer-bottom-left {
    margin-bottom: 15px;
  }
  .footer-container-right-wrap {
    padding-top: 20px;
  }
  .footer-container-right-wrap .footer-info {
    padding-right: 0;
  }
  .footer-container-right-wrap .footer-info-social-item-wrap:last-child {
    margin-right: 0;
  }
}
@media (max-width: 576px) and (min-width: 350px) {
  .footer-container-left-wrap .footer-menu-wrap {
    justify-content: space-between;
  }
  .footer-container-left-wrap .footer-menu-column {
    width: 50%;
    max-width: unset;
    margin-right: 0;
  }
  .footer-container-left-wrap .footer-menu-column:last-child {
    width: 100%;
  }
}
@media (max-width: 350px) {
  html {
    overflow-x: hidden;
  }

  .footer-container-left-wrap {
    padding-top: 32px;
  }
  .footer-container-left-wrap .footer-menu-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-container-left-wrap .footer-menu-column {
    max-width: 146px;
    margin-right: 18px;
    margin-top: 30px;
  }
  .footer-container-left-wrap .footer-menu-column:first-child {
    margin-top: 0;
  }
  .footer-container-left-wrap .footer-menu-column:last-child {
    margin-top: 30px;
    width: 324px;
    max-width: unset;
  }
  .footer-container-left-wrap .footer-menu-column:last-child .footer-menu-list {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
  .footer-container-left-wrap .footer-menu-column:last-child .footer-menu-list-item {
    width: 142px;
    margin-right: 18px;
  }
  .footer-container-left-wrap .footer-menu:not(:first-child) {
    margin-top: 30px;
  }
  .footer-container-left-wrap .footer-bottom {
    flex-direction: column;
  }
  .footer-container-left-wrap .footer-bottom-left {
    margin-bottom: 15px;
  }
  .footer-container-right-wrap .footer-info {
    padding-right: 0;
  }
  .footer-container-right-wrap .footer-info-social-item-wrap:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1500px) {
  .breadcrumbs {
    flex-wrap: wrap;
  }
  .breadcrumbs .page-head-news {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  .page-head-small-center {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .page-head-title-text-top {
    font-size: 30px;
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  .page-head-title-control-pdf-item-text {
    font-size: 14px;
    line-height: 20px;
  }
  .page-head-title-text-top {
    font-size: 24px;
  }
  .page-head-title-text-bottom {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-head-title-text-bottom {
    font-size: 14px;
    margin-top: 0;
    line-height: 140%;
  }
}
@media (max-width: 540px) {
  .breadcrumbs {
    display: none;
  }
  .page-head {
    margin-bottom: 5px;
  }
  .page-head-title-pdf {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-head-title-control-pdf {
    margin-top: 4px;
  }
  .page-head-title-control-pdf-item-text {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 4px;
  }
  .page-head-title-control-item:first-child {
    margin-right: 15px;
  }
  .page-head-title-control-item:first-child::after {
    display: none;
  }
  .page-head-title-control-item-text {
    display: none;
  }
  .page-head-title-text {
    margin-bottom: 0px;
  }
  .page-head-title-text-top {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1340px) {
  .news-sign-block-long {
    height: 176px;
  }
  .news-sign-block-long .news-sign-block-image {
    padding-bottom: unset;
    height: 100%;
  }
  .news-sign-block-long .news-sign-block-image img {
    height: 100%;
  }
  .news-sign-block-long .news-sign-block-wrap {
    padding-left: 234px;
  }
  .news-sign-block-wrap {
    padding-left: 80px;
  }
  .news-sign-block-form {
    width: 316px;
  }
}
@media (max-width: 1200px) {
  .news-sign-block {
    height: 176px;
  }
  .news-sign-block-image {
    padding-bottom: 0;
    height: 100%;
  }
  .news-sign-block-image img {
    height: 100%;
  }
  .news-sign-block-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 200px;
    flex-direction: column;
    align-items: flex-start;
  }
  .news-sign-block-form {
    width: 366px;
  }
}
@media (max-width: 767px) {
  .news-sign-block {
    height: 158px;
  }
  .news-sign-block-long {
    height: 158px;
  }
  .news-sign-block-long .news-sign-block-wrap {
    padding-left: unset;
    padding-right: unset;
    padding-top: unset;
    padding-bottom: unset;
    padding: 23px;
  }
  .news-sign-block-long .news-sign-block-text-title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
  }
  .news-sign-block-long .news-sign-block-text-subtitle {
    font-size: 12px;
    line-height: 15px;
    max-width: 250px;
  }
  .news-sign-block-long .news-sign-block-form {
    width: 100%;
    max-width: 250px;
  }
  .news-sign-block-long .news-sign-block-form-input {
    font-size: 12px;
    line-height: 15px;
  }
  .news-sign-block-long .news-sign-block-form-input::-moz-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .news-sign-block-long .news-sign-block-form-input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .news-sign-block-long .news-sign-block-form-input::placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .news-sign-block-long .news-sign-block-form-btn {
    font-size: 12px;
    line-height: 15px;
  }
  .news-sign-block-wrap {
    padding-left: unset;
    padding-right: unset;
    padding-top: unset;
    padding-bottom: unset;
    padding: 23px;
  }
  .news-sign-block-text-title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
  }
  .news-sign-block-text-subtitle {
    font-size: 12px;
    line-height: 15px;
    max-width: 250px;
  }
  .news-sign-block-form {
    width: 100%;
    max-width: 250px;
  }
  .news-sign-block-form-input {
    font-size: 12px;
    line-height: 15px;
  }
  .news-sign-block-form-input::-moz-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .news-sign-block-form-input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .news-sign-block-form-input::placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .news-sign-block-form-btn {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 1200px) {
  .grid-news {
    grid-gap: 20px;
  }
  .grid-news-item-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .grid-news {
    grid-gap: 20px;
  }
  .grid-pagination {
    flex-wrap: wrap;
  }
  .grid-pagination-item {
    font-size: 15px;
    line-height: 18px;
  }
  .grid-pagination-button {
    font-size: 15px;
    line-height: 18px;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .grid-news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .grid-news {
    margin-top: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-news-item.grid-catalog-item .grid-news-item-title {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 18px;
  }
  .grid-news-item.grid-archive-item .grid-news-item-title {
    font-size: 14px;
    line-height: 17px;
  }
  .grid-news-item-title {
    font-size: 14px;
    line-height: 17px;
  }
  .grid-news-item-description {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 1200px) {
  .distribution-block-item {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .distribution-block-title {
    font-size: 16px;
    line-height: 20px;
  }
  .distribution-block-item-title {
    font-size: 12px;
    line-height: 15px;
  }
  .distribution-block-item-box-line {
    font-size: 12px;
    line-height: 140%;
  }
  .distribution-block-item-box-line a {
    font-size: 12px;
    line-height: 140%;
  }
}
@media (max-width: 576px) {
  .distribution-content {
    margin-top: 11px;
  }
  .distribution-block-title {
    margin-bottom: 5px;
  }
  .distribution-block-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    grid-gap: 12px;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
  }
  .distribution-block-item-wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
  }
}
@media (max-width: 1500px) {
  .calendar-block-content-bottom-item {
    min-height: 180px;
  }
}
@media (max-width: 1200px) {
  .calendar-block {
    padding-right: 0;
  }
  .calendar-block-content-top-item {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .calendar-block-title {
    background-color: #fff;
    margin-bottom: 2px;
  }
  .calendar-block-title-text {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 1px;
  }
  .calendar-block-content-top {
    display: none;
  }
  .calendar-block-content-bottom {
    display: flex;
    flex-direction: column;
  }
  .calendar-block-content-bottom-item {
    height: auto;
    min-height: 64px;
    padding-left: 31px;
    margin-bottom: 2px;
  }
  .calendar-block-content-bottom-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 19px);
    width: 22px;
    background-color: #A42522;
  }
  .calendar-block-content-bottom-item.not-this-month {
    display: none;
  }
  .calendar-block-content-bottom-item-day {
    right: unset;
    left: 0;
  }
  .calendar-block-content-bottom-item.today::after {
    background-color: #2768B8;
  }
  .calendar-block-content-bottom-item-today {
    width: calc(100% + 31px);
    margin-left: -31px;
    padding-left: 31px;
    border-left: none;
  }
  .calendar-block-content-bottom-item-info {
    border-left: none;
    width: calc(100% + 31px);
    margin-left: -31px;
    padding-left: 31px;
  }
  .calendar-block-content-bottom-item-info-green {
    border-left: none;
  }
}
@media (max-width: 1200px) {
  .account-item-title {
    font-size: 22px;
    line-height: 26px;
  }
  .account-form-buttons-submit {
    font-size: 16px;
    line-height: 18px;
  }
  .account-form-buttons-reset {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .account-menu-wrap-hor {
    width: 100%;
  }
  .account-menu-wrap-hor .account-menu-title {
    display: none;
  }
  .account-menu-wrap-hor .account-menu {
    border: none;
    overflow-x: scroll;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .account-menu-wrap-hor .account-menu .account-menu-item {
    padding-left: 5px;
    padding-right: 5px;
    background: #D6D6D6;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    margin-right: 10px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    padding-left: 0;
  }
  .account-menu-wrap-hor .account-menu .account-menu-item.active {
    background-color: #A42522;
  }
  .account-menu-wrap-hor .account-menu .account-menu-item:last-of-type {
    margin-right: 0;
  }
  .account-menu-wrap-hor .account-menu-small {
    max-width: 286px;
    font-size: 12px;
    line-height: 140%;
    color: #808080;
    margin-bottom: 12px;
  }
  .account-item-wrap {
    margin-left: 20px;
  }
  .account-item-title {
    font-size: 18px;
    line-height: 22px;
  }
  .account-form {
    padding: 21px 21px;
  }
  .account-form-buttons-submit {
    font-size: 15px;
    line-height: 18px;
  }
  .account-form-buttons-reset {
    font-size: 15px;
    line-height: 18px;
  }
  .account-password {
    padding: 21px 21px;
  }
}
@media (max-width: 767px) {
  .account {
    flex-direction: column;
  }
  .account-menu {
    width: 100%;
    margin-bottom: 25px;
  }
  .account-menu-title {
    font-size: 16px;
    line-height: 20px;
  }
  .account-item-wrap {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  .account {
    margin-top: 11px;
  }
  .account-item-wrap {
    flex-direction: column;
    border: none;
    display: flex;
  }
  .account-form {
    border: 1px solid #D6D6D6;
    margin-bottom: 25px;
  }
  .account-password {
    border: 1px solid #D6D6D6;
  }
}
@media (max-width: 1200px) {
  .input-wrap.focused-not-empty .input-wrap-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .input-wrap.input-white .input-wrap-placeholder {
    font-size: 15px;
    line-height: 18px;
  }
  .input-wrap.focused-not-empty .input-wrap-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .input-wrap .input-wrap-placeholder {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .text-block-item {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .text-block-item-main-title {
    font-size: 16px;
    line-height: 160%;
  }
  .text-block-item p.small {
    font-size: 16px;
    line-height: 160%;
  }
  .text-block-footer {
    margin-top: 20px;
    padding-top: 20px;
  }
  .text-block-footer-links {
    margin-bottom: 30px;
  }
  .text-block-footer-links-item {
    font-size: 18px;
  }
  .text-block-2-title {
    font-size: 16px;
    line-height: 160%;
  }
  .text-block-2-description {
    font-size: 16px;
    line-height: 160%;
  }
  .text-block-2-description span {
    font-size: 16px;
    line-height: 160%;
  }
  .text-block-2-description p {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 160%;
  }
  .text-block-2-download {
    font-size: 16px;
    line-height: 160%;
  }
}
@media (max-width: 767px) {
  .text-block-footer-wrap {
    flex-direction: column;
  }
  .text-block-footer-item {
    margin-bottom: 40px;
  }
  .text-block-footer-item:last-child {
    margin-bottom: 0;
  }
  .text-block-footer-item:nth-child(1) {
    min-width: 268px;
    max-width: 360px;
  }
  .text-block-footer-item:nth-child(2) {
    max-width: 360px;
  }
  .text-block-footer-long .text-block-footer-wrap {
    flex-direction: column;
    display: flex;
    grid-gap: 25px;
  }
  .text-block-footer-long .text-block-footer-item {
    margin-bottom: 0px;
  }
}
@media (max-width: 540px) {
  .text-block-item {
    font-size: 16px;
    line-height: 160%;
  }
  .text-block-footer-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .text-block-footer-links-item {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 12px;
  }
  .text-block-footer-links-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #map {
    margin-bottom: 0;
  }
}
@media (max-width: 1340px) {
  .places-block-item-text-title {
    font-size: 16px;
    line-height: 140%;
  }
  .places-block-item-text-subtitle {
    font-size: 22px;
    line-height: 140%;
  }
  .places-block-item-value {
    font-size: 22px;
    line-height: 140%;
  }
}
@media (max-width: 1200px) {
  .places-block-item {
    padding: 20px;
  }
  .places-block-item-images {
    grid-template-columns: repeat(1, 300px);
    grid-gap: 20px;
  }
  .places-block-item-image {
    height: 140px;
  }
  .places-block-item-text-title-block {
    margin-left: 20px;
  }
  .places-block-item-text-subtitle {
    font-size: 18px;
    line-height: 140%;
  }
  .places-block-item-value {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .places-block {
    margin-top: 50px;
  }
  .places-block-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .places-block-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 15px;
  }
  .places-block-item {
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .places-block-item-images {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px;
  }
  .places-block-item-image {
    padding-bottom: 50%;
    height: unset;
    position: relative;
    width: 100%;
  }
  .places-block-item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
  }
  .places-block-item-text-title-block {
    margin-left: 0;
  }
  .places-block-item-label {
    font-size: 8.79121px;
    line-height: 160%;
    right: -76px;
    top: 9px;
    height: 28px;
  }
}
@media (max-width: 540px) {
  .places-block-item-text-year {
    font-size: 16px;
    line-height: 20px;
  }
  .places-block-item-text-title {
    font-size: 12px;
    line-height: 15px;
  }
  .places-block-item-text-subtitle {
    font-size: 16px;
    line-height: 160%;
    margin-top: 0px;
  }
  .places-block-item-value {
    padding-top: 3px;
    font-size: 16px;
    line-height: 160%;
  }
}
@media (max-width: 1340px) {
  .partner-item-content-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 20px;
  }
  .partner-item-content-footer-item {
    max-width: 350px;
  }
}
@media (max-width: 1200px) {
  .partner-item {
    flex-direction: column;
    display: flex;
  }
  .partner-item-image {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .partner-item-content-extra {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 160%;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #A42522;
    cursor: pointer;
  }
  .partner-item-content-title {
    font-size: 16px;
  }
  .partner-item-content-description {
    font-size: 16px;
    height: 73px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
  }
  .partner-item-content-description.active {
    height: auto;
  }
  .partner-item-content-footer {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 1340px) {
  .monet-history {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 30px;
  }
}
@media (max-width: 991px) {
  .monet-history {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 20px;
  }
  .monet-history-item-title {
    font-size: 16px;
    line-height: 20px;
  }
  .monet-history-item-links-item {
    font-size: 16px;
    line-height: 160%;
  }
}
@media (max-width: 767px) {
  .monet-history-item {
    padding: 16px;
  }
  .monet-history-item-title {
    margin-bottom: 8px;
  }
}
@media (max-width: 540px) {
  .monet-history {
    margin-top: 15px;
  }
}
@media (max-width: 1200px) {
  .competition-block {
    grid-gap: 20px;
  }
}
@media (max-width: 991px) {
  .competition-block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 20px;
  }

  .competition-item-title {
    font-size: 14px;
    line-height: 17px;
  }
  .competition-item-rating-title {
    font-size: 12px;
    line-height: 15px;
  }
  .competition-item-block .title {
    width: 135px;
    font-size: 12px;
    line-height: 15px;
  }
  .competition-item-block .value {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 540px) {
  .competition-block {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .judge-item {
    margin-top: 20px;
    padding: 18px 16px;
  }
  .judge-item-title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .judge-item-value {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 540px) {
  .judge-item-title {
    font-size: 12px;
  }
  .judge-item-value {
    font-size: 12px;
  }
}
@media (max-width: 1340px) {
  .uniq-item-bottom-button-subtext {
    font-size: 10px;
  }
}
@media (max-width: 1200px) {
  .uniq-item-top-image {
    width: 276px;
    min-width: 276px;
  }
  .uniq-item-bottom {
    flex-direction: column;
    height: unset;
  }
  .uniq-item-bottom-left {
    height: 35px;
    width: 100%;
  }
  .uniq-item-bottom-right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .uniq-item-top-text-item-hidden {
    display: none;
  }

  .uniq-item-top-text-item-hidden-button {
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
    line-height: 15px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #A42522;
  }

  .uniq-item-top {
    padding: 15px;
    flex-direction: column;
    display: flex;
  }
  .uniq-item-top-image img {
    display: none;
  }
  .uniq-item-top-image img:first-child {
    display: block;
  }
  .uniq-item-top-text {
    padding-left: 0;
  }
  .uniq-item-top-text-title {
    font-size: 16px;
    line-height: 160%;
  }
  .uniq-item-top-text-item {
    margin-bottom: 15px;
  }
  .uniq-item-top-text-item .title {
    font-size: 12px;
    line-height: 15px;
  }
  .uniq-item-top-text-item .value {
    font-size: 12px;
    line-height: 15px;
  }
  .uniq-item-top-text-item .value p {
    font-size: 12px;
    line-height: 15px;
  }
  .uniq-item-bottom-left {
    font-size: 16px;
    line-height: 20px;
  }
  .uniq-item-bottom-button {
    font-size: 16px;
    line-height: 20px;
  }
  .uniq-item-bottom-button-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 540px) {
  .uniq-item {
    margin-bottom: 20px;
  }
  .uniq-item-bottom-left {
    height: 50px;
    align-items: center;
    justify-content: center;
    min-width: unset;
  }
  .uniq-item-bottom-right {
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
  }
  .uniq-item-bottom-button {
    height: 50px;
    border-right: none;
    border-bottom: 1px solid #A42522;
  }
  .uniq-item-bottom-button:last-child {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .header-block-top-links-item {
    position: relative;
  }
  .header-block-top-links-item::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    transition: 0.3s ease-in-out;
  }
  .header-block-top-links-item:hover::after {
    width: 100%;
  }

  .text-block-footer-links-item span {
    position: relative;
  }
  .text-block-footer-links-item span::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    background-color: #A42522;
    content: "";
    display: block;
    height: 1px;
    transition: 0.3s ease-in-out;
  }
  .text-block-footer-links-item:hover span::after {
    width: 100%;
  }

  .header-block-bottom-links-item {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .header-block-bottom-links-item::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    background-color: #A42522;
    content: "";
    display: block;
    height: 1px;
    transition: 0.3s ease-in-out;
  }
  .header-block-bottom-links-item:hover {
    color: #A42522;
  }
  .header-block-bottom-links-item:hover::after {
    width: 100%;
  }

  .header-block-bottom-icon svg path {
    transition: 0.3s ease-in-out;
  }
  .header-block-bottom-icon .header-block-bottom-icon-text {
    transition: 0.3s ease-in-out;
  }
  .header-block-bottom-icon:hover svg path {
    stroke: #A42522;
  }
  .header-block-bottom-icon:hover .header-block-bottom-icon-text {
    color: #A42522;
  }

  .news-small-block-tab-head-item {
    transition: 0.3s ease-in-out;
  }
  .news-small-block-tab-head-item:hover {
    color: #A42522;
  }

  .block-tab-links-content-head-item {
    transition: 0.3s ease-in-out;
  }
  .block-tab-links-content-head-item:hover {
    color: #A42522;
  }

  .text-block-footer-item a {
    transition: 0.3s ease-in-out;
  }
  .text-block-footer-item a:hover {
    color: #A42522;
  }

  .footer-menu-list-link {
    transition: 0.3s ease-in-out;
  }
  .footer-menu-list-link:hover {
    color: #fff;
  }

  .footer-bottom-left a {
    transition: 0.3s ease-in-out;
  }
  .footer-bottom-left a:hover {
    color: #fff;
  }

  .account-menu-item {
    transition: 0.3s ease-in-out;
  }
  .account-menu-item svg path {
    transition: 0.3s ease-in-out;
  }
  .account-menu-item:hover {
    color: #A42522;
  }
  .account-menu-item:hover svg path {
    stroke: #A42522;
  }

  .breadcrumbs-item {
    transition: 0.3s ease-in-out;
  }
  .breadcrumbs-item:hover {
    color: #333;
  }

  .main-slider-item-text__btn {
    transition: 0.3s ease-in-out;
  }
  .main-slider-item-text__btn:hover {
    background-color: #ce2f2b;
  }
}


.header-block-top-links-item-dropdown {
  background: orange;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}

.header-block-top-links-item-dropdown-up {
  color: #fff;
  background: darkorange;
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}





/* Выпадающее меню О нас*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu > li {
  display: inline-block;
  position: relative;
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: none;
  background: #A42522;
  padding: 20px;
}

ul li:hover .submenu {
  display: block;
}

.submenu-main {
  margin-bottom: 10px;
}

.submenu-main-text {
  color: #fff;
}

.submenu{
  padding: 20px 0;
  /*border: 1px solid transparent;*/
}

.submenu li{
  position: relative;
  padding: 0 20px;
}

.submenu .submenu {
  display: none !important;
  position: absolute;
  top: 0;
  left: 100%;
  border-left: 1px solid #fff;
  /*width: 100%;
  position: relative;
  padding: 10px 0;
  margin: 10px 0;
  padding-left: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;*/
}

.submenu li:hover>.submenu {
  display: block !important;
}

.submenu-main:last-child{
  margin-bottom: 0;
}

/* Top block with news and banner on main page (studiovektor26.06.23) */

.top-block-news {
	display: flex;
	gap: 0 20px;
	margin-bottom: 20px;
}
.top-block-news__news {
	flex: 1 0 auto;
}
.top-block-news__banner {
	flex: 0 0 250px;
}
.top-block-news__banner_horizontal {
  display: none;
}
.top-block-news__banner_vertical {
  align-self: center;
}
@media screen and (max-width: 959px) {
  .top-block-news {
    flex-wrap: wrap;
    gap: 20px;
  }
  .top-block-news__banner {
    flex: 0 0 100%;
    align-items: center;
  }
  .top-block-news__news {
    flex-basis: 100%;
  }
  .top-block-news__banner_vertical {
    display: none;
  }
  .top-block-news__banner_horizontal {
    display: block;
	text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .top-block-news__banner_horizontal img {
    max-width: 100%;
    object-fit: contain;
  }
}

/* Fix top menu-mobile (studiovektor26.06.23) */

@media (max-width: 576px) and (min-width: 350px) {
  .footer-container-left-wrap .footer-menu-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(12, min-content);
  }
  .footer-container-left-wrap .footer-menu-column {
    width: 100%;
  }
  .footer-container-left-wrap .footer-menu-column:nth-child(1) {
    grid-row: 1/5;
  }
  .footer-container-left-wrap .footer-menu-column:nth-child(2) {
    grid-row: 1/-1;
  }
  .footer-container-left-wrap .footer-menu-column:nth-child(3) {
    grid-row: 6/12;
    margin-top: 0;
    padding-top: 9px;
  }
  .footer-container-left-wrap .footer-menu-column:nth-child(3) .footer-menu-list {
    height: unset;
  }
}
@media (max-width: 350px) {
  .footer-container-left-wrap .footer-menu-wrap {
    display: flex;
  }
}

/* Fix studiovektor */
._fix-top-padding {
  padding-top: 20px;
}
.current-small-block._fix-top-margin {
  margin-top: 20px;
}

/* New number mobile */
.new-number-mobile {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-number-mobile .current-small-block-image {
  margin-bottom: 0;
}
@media (max-width: 686px) {
  .new-number-mobile .current-small-block-image {
      width: 80%;
  }
}