.heading-ru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 96px
}
.heading-ru .label {
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 2
}
.heading-ru__left {
  background: var(--yellow);
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.heading-ru__right {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.heading-ru__centered {
  margin-top: auto
}
.heading-ru__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.heading-ru__text .h1,
.heading-ru__text h1 {
  font-size: clamp(2rem,5vw,4rem)
}
.heading-ru__descr {
  max-width: 500px;
  font-size: .875rem
}
.heading-ru__button {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 6px
}
.heading-ru__tile {
  position: relative;
  height: 100%;
  margin: 0
}
.heading-ru__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-height: 351px
}
.heading-ru__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}
.heading-ru__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px
}
.heading-ru__tag {
  font-size: .8125rem;
  text-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding: 0 9px;
  line-height: 1;
  margin-right: 8px;
  border-radius: 40px;
  background: rgba(255,255,255,.3);
  text-decoration: none;
  white-space: nowrap
}
.text-white .heading-ru__tag {
  color: var(--white)!important
}
.heading-ru__views {
  font-size: .8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.heading-ru__views svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  fill: currentColor
}
.heading-ru._singlecol {
  margin-bottom: 16px
}
.heading-ru._singlecol .breadcrumbs {
  margin-top: 0
}
.heading-ru._singlecol .heading-ru__left {
  z-index: 1;
  background: 0 0;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(53,45,33,.5)),to(rgba(0,0,0,0)));
  background: -o-linear-gradient(bottom,rgba(53,45,33,.5) 0,rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg,rgba(53,45,33,.5) 0,rgba(0,0,0,0) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0
}
.heading-ru._singlecol .heading-ru__text {
  margin-right: 0
}
.heading-ru._singlecol .heading-ru__text p {
  font-size: 1.125rem;
  line-height: 1.2
}
.heading-ru._singlecol .heading-ru__tile {
  position: static
}
.heading-ru._singlecol .heading-ru__tile a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.heading-ru._singlecol .heading-ru__image {
  min-height: 593px
}
.heading-ru._high .heading-ru__left {
  top: 0;
  padding: 45px 24px 40px
}
.heading-ru._high .heading-ru__text {
  max-width: 487px;
  text-align: center
}
.heading-ru._high .heading-ru__button {
  width: 100%;
  max-width: 327px;
  margin-top: auto
}
.heading-ru._high .heading-ru__image {
  min-height: 550px
}
.heading-ru._video {
  position: relative;
  min-height: 540px
}
.heading-ru._video .heading-ru__left {
  background: 0 0
}
.heading-ru._video .heading-ru__right {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: none
}
.heading-ru._video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.heading-ru._video .heading-ru__text {
  max-width: 400px!important;
  text-align: center
}
.heading-ru._video .heading-ru__button {
  width: 100%;
  max-width: 327px;
  margin: 0
}
.heading-ru._image-only {
  min-height: auto;
  height: 400px;
  margin-bottom: 40px
}
.heading-ru._image-only img,
.heading-ru._image-only picture {
  height: 100%
}
.heading-ru._image-inside {
  min-height: 477px
}
.heading-ru._image-inside .heading-ru__right {
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.heading-ru._image-inside .heading-ru__text {
  max-width: 487px;
  text-align: center;
  margin-bottom: 40px
}
.heading-ru._image-inside .heading-ru__text .h1,
.heading-ru._image-inside .heading-ru__text h1 {
  font-weight: 700;
  font-size: clamp(2rem,5vw,4rem)!important
}
.heading-ru._image-inside .heading-ru__button {
  width: 100%;
  max-width: 327px;
  margin-top: auto
}
.heading-ru._image-inside .heading-ru__image {
  min-height: auto
}
.heading-ru._image-inside .heading-ru__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
@media (min-width:768px) {
  .heading-ru {
    margin-top: 16px
  }
  .heading-ru__left {
    padding: 26px 24px 32px
  }
  .heading-ru__centered {
    margin: auto 0
  }
  .heading-ru__text {
    margin-right: 85px
  }
  .heading-ru__button {
    margin-top: 27px
  }
  .heading-ru._singlecol .heading-ru__image {
    min-height: 647px
  }
  .heading-ru._video {
    min-height: 307px
  }
  .heading-ru._image-inside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .heading-ru._image-inside .heading-ru__left {
    width: 50%;
    padding: 64px 16px 16px
  }
  .heading-ru._image-inside .heading-ru__right {
    padding: 16px 16px 16px 0
  }
  .heading-ru._image-inside .heading-ru__text {
    max-width: none;
    text-align: left
  }
}
@media (min-width:1024px) {
  .heading-ru {
    min-height: 480px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px
  }
  .heading-ru__left {
    width: 420px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 40px 24px 24px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .heading-ru__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .heading-ru__text {
    margin-right: 35px
  }
  .heading-ru__descr {
    font-size: 1.125rem
  }
  .heading-ru__button {
    margin-top: auto
  }
  .heading-ru__icons {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset
  }
  .heading-ru._singlecol .breadcrumbs {
    margin-top: -16px;
    margin-bottom: 13px
  }
  .heading-ru._singlecol .heading-ru__left {
    position: static;
    padding-top: 48px;
    background: -webkit-gradient(linear,left top,right top,from(rgba(53,45,33,.5)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(left,rgba(53,45,33,.5) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(90deg,rgba(53,45,33,.5) 0,rgba(0,0,0,0) 100%)
  }
  .heading-ru._singlecol .heading-ru__image {
    min-height: auto;
    position: absolute;
    top: 0;
    left: 0
  }
  .heading-ru._high {
    min-height: 532px
  }
  .heading-ru._high .heading-ru__left {
    width: 50%;
    padding-left: 32px;
    padding-right: 0;
    padding-bottom: 48px
  }
  .heading-ru._high .heading-ru__text {
    max-width: none;
    text-align: left
  }
  .heading-ru._high .heading-ru__button {
    width: auto
  }
  .heading-ru._high .heading-ru__image {
    min-height: auto
  }
  .heading-ru._video {
    min-height: 420px
  }
  .heading-ru._video .heading-ru__text {
    margin: 0!important;
    text-align: left!important
  }
  .heading-ru._video .heading-ru__button {
    margin: 0;
    width: auto
  }
  .heading-ru._image-inside .heading-ru__button {
    width: auto
  }
}
@media (min-width:1280px) {
  .heading-ru._video {
    min-height: 525px
  }
  .heading-ru._image-inside .heading-ru__left {
    padding: 78px 50px 50px
  }
}
@media (min-width:1440px) {
  .heading-ru {
    min-height: 520px
  }
  .heading-ru__left {
    width: 520px
  }
  .heading-ru._video {
    min-height: 595px
  }
}
@media (min-width:1620px) {
  .heading-ru__left {
    width: 600px
  }
  .heading-ru__right {
    max-height: 610px
  }
  .heading-ru._video {
    min-height: 674px
  }
  .heading-ru._image-inside .heading-ru__left {
    width: 750px
  }
}
@media (min-width:1920px) {
  .heading-ru._video {
    min-height: 775px
  }
}
@media (max-width:1023px) {
  .heading-ru__button .btn {
    width: 50%
  }
  .heading-ru._high .breadcrumbs__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .heading-ru._high .heading-ru__left {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(53,45,33,.5)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(top,rgba(53,45,33,.5) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg,rgba(53,45,33,.5) 0,rgba(0,0,0,0) 100%)
  }
  .heading-ru._high .heading-ru__text {
    margin-left: auto;
    margin-right: auto
  }
  .heading-ru._high .heading-ru__button {
    margin-left: auto;
    margin-right: auto
  }
  .heading-ru._high .heading-ru__button .btn {
    width: 100%
  }
  .heading-ru._video .heading-ru__text {
    margin-left: auto;
    margin-right: auto
  }
  .heading-ru._video .heading-ru__button {
    margin-left: auto;
    margin-right: auto
  }
  .heading-ru._video .heading-ru__button .btn {
    width: 100%
  }
  .heading-ru._image-inside .heading-ru__button {
    margin-left: auto;
    margin-right: auto
  }
  .heading-ru._image-inside .heading-ru__button .btn {
    width: 100%
  }
}
@media (max-width:767px) {
  .heading-ru__button .btn {
    width: 100%
  }
  .heading-ru._image-inside .heading-ru__text {
    margin-left: auto;
    margin-right: auto
  }
}
@media (max-width:424px) {
  .heading-ru__text .h1,
  .heading-ru__text h1 {
    font-size: 9.5vw!important
  }
}