.advantage-card {
  position: relative;
}
.advantage-card__wrapper {
  position: relative;
}
.advantage-card::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  background-color: #fff;
  box-shadow: 36px 27px 74px rgba(16,14,23,0.19);
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}
.advantage-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border: none;
}
.advantage-card__figure {
  position: relative;
  z-index: 2;
}
.advantage-card__image {
  background: center center/cover no-repeat;
}
.advantage-card__image::after {
  content: '';
  display: block;
  padding-top: 100%;
}
.advantage-card__content {
  position: relative;
  margin-top: 60px;
  z-index: 2;
}
.advantage-card__title {
  font-size: 30px;
  line-height: 1.3;
  font-family: 'Georgia', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 20px;
  color: #0b0c0d;
}
.advantage-card__description {
  font-size: 21px;
  line-height: 1.428571428571429;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #0b0c0d;
  opacity: 0.75;
}
.advantage-card:hover::before {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
a.advantage-card {
  cursor: pointer;
}
@media (max-width: 750px) {
  .advantage-card::before {
    content: none;
  }
  .advantage-card .advantage-card__figure {
    width: 219px;
    height: 219px;
  }
}
.advantage-card_small {
  max-width: 368px;
}
@media (max-width: 1500px) {
  .advantage-card_small {
    max-width: 283px;
  }
  .advantage-card_small .advantage-card__content {
    margin-top: 39px;
  }
  .advantage-card_small .advantage-card__title {
    font-size: 25px;
    line-height: 1.28;
    margin-bottom: 10px;
  }
  .advantage-card_small .advantage-card__description {
    font-size: 18px;
    line-height: 1.444444444444444;
  }
}
@media (max-width: 1200px) {
  .advantage-card_small {
    max-width: 213px;
  }
  .advantage-card_small .advantage-card__title {
    font-size: 20px;
    line-height: 1.2;
  }
  .advantage-card_small .advantage-card__description {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1000px) {
  .advantage-card_small .advantage-card__title {
    font-size: 18px;
    line-height: 1.444444444444444;
  }
  .advantage-card_small .advantage-card__description {
    font-size: 16px;
    line-height: 1.5;
  }
  .advantage-card_small .advantage-card__content {
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .advantage-card_small {
    max-width: 213px;
  }
  .advantage-card_small .advantage-card__content {
    margin-top: 15px;
  }
  .advantage-card_small .advantage-card__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.advantage-card_bg {
  max-width: 508px;
}
.advantage-card_bg .advantage-card__content {
  margin-top: 0;
  padding: 0 100px 63px 89px;
}
.advantage-card_bg .advantage-card__title {
  font-size: 66px;
  line-height: 1.090909090909091;
  color: #fa1e26;
}
.advantage-card_bg .advantage-card__description {
  color: #0b0c0d;
  opacity: 0.75;
}
.advantage-card_bg .advantage-card__figure {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  padding-top: 20%;
}
.advantage-card_bg .advantage-card__image {
  flex: 1 1 100%;
  max-width: 365px;
  transform: translateX(30px);
}
@media (max-width: 1500px) {
  .advantage-card_bg .advantage-card__figure {
    justify-content: center;
    padding-top: 17%;
    margin-bottom: 35px;
  }
  .advantage-card_bg .advantage-card__image {
    transform: translateX(0);
    max-width: 250px;
  }
  .advantage-card_bg .advantage-card__content {
    padding: 0 70px 60px;
  }
  .advantage-card_bg .advantage-card__title {
    font-size: 50px;
    line-height: 1.1;
  }
  .advantage-card_bg .advantage-card__description {
    font-size: 18px;
    line-height: 1.444444444444444;
  }
}
@media (max-width: 1200px) {
  .advantage-card_bg .advantage-card__figure {
    justify-content: flex-end;
    margin-bottom: 8px;
  }
  .advantage-card_bg .advantage-card__image {
    transform: translateX(20px);
    max-width: 251px;
  }
  .advantage-card_bg .advantage-card__content {
    padding: 0 50px 60px;
  }
  .advantage-card_bg .advantage-card__title {
    font-size: 40px;
    line-height: 1.1;
  }
  .advantage-card_bg .advantage-card__description {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1000px) {
  .advantage-card_bg .advantage-card__description {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .advantage-card_bg .advantage-card__wrapper {
    background-color: transparent !important;
  }
  .advantage-card_bg .advantage-card__figure {
    justify-content: center;
    margin-bottom: 0;
    padding: 25px 30px;
  }
  .advantage-card_bg .advantage-card__image {
    transform: translateX(0);
  }
  .advantage-card_bg .advantage-card__content {
    margin-top: 15px;
    padding: 0;
  }
  .advantage-card_bg .advantage-card__title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .advantage-card_bg .advantage-card__description {
    font-size: 16px;
    line-height: 1.5;
  }
}
.advantage-card_image .advantage-card__image::after {
  padding-top: 121.54150197628458%;
}
@media (max-width: 750px) {
  .advantage-card_image .advantage-card__image::after {
    padding-top: 96.36363636363636%;
  }
}
.advantage-card_image.advantage-card_small .advantage-card__image::after {
  padding-top: 99.46236559139786%;
}
.advantage-card_compact .advantage-card__title {
  font-size: 27px;
  line-height: 1.296296296296296;
}
.advantage-card_compact .advantage-card__content {
  margin-top: 2.5rem;
}
.advantage-card_compact .advantage-card__figure {
  width: auto;
  height: auto;
}
@media (max-width: 1500px) {
  .advantage-card_compact .advantage-card__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 1000px) {
  .advantage-card_compact .advantage-card__title {
    font-size: 16px;
    line-height: 1.25;
  }
  .advantage-card_compact .advantage-card__content {
    margin-top: 1.5rem;
  }
}
.advantage-card-wrapper_drag-top_m {
  margin-top: -60px;
}
@media (max-width: 1500px) {
  .advantage-card-wrapper_drag-top_m {
    margin-top: -115px;
  }
}
@media (max-width: 1200px) {
  .advantage-card-wrapper_drag-top_m {
    margin-top: -58px;
  }
}
.advantage-card-wrapper_drag-top_large {
  margin-top: -150px;
}
.advantage-card-wrapper_top_m {
  margin-top: 122px;
}
@media (max-width: 1500px) {
  .advantage-card-wrapper_top_m {
    margin-top: 92px;
  }
}
.advantage-card-wrapper_top_xm {
  margin-top: 105px;
}
.advantage-card-wrapper_top_large {
  margin-top: 149px;
}
.advantage-card-wrapper_top_xlarge {
  margin-top: 180px;
}
.advantage-card-wrapper_flex {
  display: flex;
  flex: 1 1 auto;
}
@media (max-width: 1000px) {
  .-s\:advantage-card-wrapper_top_xxm {
    margin-top: 90px;
  }
  .-s\:advantage-card-wrapper_top_none {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .-xs\:advantage-card-wrapper_top_none {
    margin-top: 0;
  }
}

.e-article-card {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.e-article-card__wrapper {
  position: relative;
}
.e-article-card__wrapper::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  box-shadow: 36px 27px 74px rgba(16,14,23,0.19);
  opacity: 0;
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.e-article-card__figure {
  position: relative;
  background: center center/cover no-repeat;
  margin-bottom: 20px;
  min-height: 368px;
}
.e-article-card__figure::after {
  content: '';
  display: block;
  padding-top: 86.7515923566879%;
}
.e-article-card__date {
  font-size: 18px;
  line-height: 1.444444444444444;
  margin-bottom: 16px;
  color: #454b52;
  opacity: 0.8;
}
.e-article-card__title {
  font-size: 27px;
  line-height: 1.296296296296296;
  font-family: 'Georgia', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 20px;
  color: #0b0c0d;
}
.e-article-card__description {
  font-size: 21px;
  line-height: 1.428571428571429;
  margin-top: 40px;
  color: #454b52;
}
.e-article-card__tags {
  position: relative;
  z-index: 3;
}
.e-article-card__link {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  z-index: 2;
  border: none;
}
.e-article-card__link::before {
  display: none;
}
@media (max-width: 1500px) {
  .e-article-card__figure {
    min-height: 280px;
    margin-bottom: 10px;
  }
  .e-article-card__date {
    margin-bottom: 10px;
  }
  .e-article-card__title {
    font-size: 20px;
    line-height: 1.2;
  }
  .e-article-card__description {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .e-article-card__figure {
    min-height: 214px;
  }
  .e-article-card__date {
    font-size: 14px;
    line-height: 1;
  }
  .e-article-card__title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .e-article-card__figure {
    display: none;
    margin-bottom: 0;
  }
}
.e-article-card:hover .e-article-card__wrapper::after {
  opacity: 1;
}
.e-article-card:hover .e-article-card__description {
  color: #000;
}
.e-article-card_main .e-article-card__title {
  font-size: 30px;
  line-height: 1.3;
}
.e-article-card_main .e-article-card__figure::after {
  padding-top: 70.5691056910569%;
}
@media (max-width: 1500px) {
  .e-article-card_main .e-article-card__figure {
    min-height: 0;
  }
  .e-article-card_main .e-article-card__title {
    font-size: 25px;
    line-height: 1.28;
  }
}
@media (max-width: 1200px) {
  .e-article-card_main .e-article-card__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 1000px) {
  .e-article-card_main .e-article-card__wrapper {
    display: flex;
  }
  .e-article-card_main .e-article-card__figure {
    flex: 0 0 42%;
    min-height: 275px;
    margin-right: 30px;
  }
  .e-article-card_main .e-article-card__figure::after {
    padding-top: 86.7515923566879%;
  }
  .e-article-card_main .e-article-card__content {
    flex: 1 1 58%;
  }
}
@media (max-width: 750px) {
  .e-article-card_main .e-article-card__wrapper {
    flex-wrap: wrap;
  }
  .e-article-card_main .e-article-card__figure {
    display: block;
    margin-right: 0;
    margin-bottom: 7px;
    flex: 1 1 100%;
  }
  .e-article-card_main .e-article-card__content {
    flex: 1 1 100%;
  }
  .e-article-card_main .e-article-card__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.e-article-card_vertical .e-article-card__wrapper {
  display: flex;
}
.e-article-card_vertical .e-article-card__figure {
  margin-bottom: 0;
  margin-right: 50px;
  width: 100%;
  flex: 0 0 53%;
}
.e-article-card_vertical .e-article-card__content {
  flex: 1 1 47%;
}
@media (max-width: 1200px) {
  .e-article-card_vertical .e-article-card__figure {
    flex: 0 0 42%;
    min-height: 275px;
    margin-right: 30px;
  }
  .e-article-card_vertical .e-article-card__content {
    flex: 1 1 58%;
  }
}
@media (max-width: 750px) {
  .e-article-card_vertical .e-article-card__wrapper {
    flex-wrap: wrap;
  }
  .e-article-card_vertical .e-article-card__figure {
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .e-article-card_vertical .e-article-card__content {
    flex: 1 1 100%;
  }
  .e-article-card_vertical .e-article-card__description {
    margin-top: 20px;
  }
}
.e-article-card_minimal .e-article-card__title {
  font-size: 27px;
  line-height: 1.296296296296296;
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .e-article-card_minimal .e-article-card__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .e-article-card_minimal .e-article-card__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.e-article {
  max-width: 101.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1500px) {
  .e-article {
    max-width: 81.5rem;
  }
}
@media (max-width: 1200px) {
  .e-article {
    max-width: 67rem;
  }
}
@media (max-width: 1000px) {
  .e-article {
    max-width: 47rem;
  }
}
@media (max-width: 750px) {
  .e-article {
    max-width: none;
  }
  .e-article .article-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.article-widget.type-spoiler_new:last-child {
  margin-bottom: 3em;
}

.content-header {
  flex: 1 1 auto;
}
.content-header__main {
  display: flex;
  align-items: center;
}
.content-header__main-major {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
}
.content-header__main-minor {
  flex: 0 0 auto;
}
.content-header__main-minor_align_top {
  align-self: flex-start;
}
.content-header__main_width_m {
  max-width: 924px;
}
.content-header__main_width_s {
  max-width: 554px;
}
.content-header__image {
  flex: 1 1 100%;
  max-width: 366px;
}
.content-header__image-img {
  max-width: 100%;
}
.content-header__side-minor_flex {
  display: flex;
}
.content-header__side-minor_justify_right {
  justify-content: flex-end;
}
.content-header__before-title {
  font-size: 21px;
  line-height: 1.428571428571429;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 16px;
  color: #0b0c0d;
  opacity: 0.75;
}
.content-header__title {
  flex: 0 1 auto;
  margin-bottom: 0;
}
.content-header__title em {
  font-style: normal;
  position: relative;
}
.content-header__title em::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 10px;
  background-color: #ffc6c7;
  z-index: -1;
}
.content-header__title_line-height_normal {
  line-height: 1;
}
.content-header__subtitle {
  font-size: 21px;
  line-height: 1.428571428571429;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #454b52;
}
.content-header__subtitle_gap_top {
  margin-top: 1.3rem;
}
.content-header__subtitle_gap_top-m {
  margin-top: 2rem;
}
.content-header__subtitle_limit_width {
  max-width: 668px;
}
.content-header__subtitle_max-width_370 {
  max-width: 370px;
}
.content-header__subtitle_size_medium {
  font-size: 21px;
  line-height: 1.428571428571429;
}
.content-header__subtitle_width_s {
  max-width: 550px;
}
.content-header__subtitle_width_xs {
  max-width: 500px;
}
.content-header__subtitle_width_xxs {
  max-width: 440px;
}
.content-header__description {
  font-size: 27px;
  line-height: 1.296296296296296;
  font-weight: 700;
  color: #454b52;
}
.content-header__author {
  font-size: 27px;
  line-height: 1.296296296296296;
  position: relative;
  font-family: 'Georgia', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #0b0c0d;
  padding-left: 50px;
}
.content-header__author::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 30px;
  background-color: #454b52;
  opacity: 0.5;
}
@media (max-width: 750px) {
  .content-header__author {
    font-size: 16px;
    line-height: 1.5;
  }
  .content-header_xs-align_center {
    text-align: center;
  }
  .content-header_xs-align_center .content-header__main-major {
    justify-content: center;
  }
}
.content-header_imaged .content-header__main {
  flex-direction: column;
}
@media (max-width: 1500px) {
  .content-header__title {
    font-size: 40px;
    line-height: 1.1;
  }
  .content-header__subtitle,
  .content-header__before-title {
    font-size: 18px;
    line-height: 1.444444444444444;
  }
  .content-header__before-title {
    margin-bottom: 11px;
  }
}
@media (max-width: 1200px) {
  .content-header__title {
    font-size: 30px;
    line-height: 1.3;
  }
  .content-header__subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
  .content-header__main_width_m {
    max-width: 538px;
  }
  .content-header__before-title {
    font-size: 16px;
    line-height: 1.4375;
  }
  .content-header__author {
    font-size: 17px;
    line-height: 1.294117647058824;
  }
}
@media (max-width: 1000px) {
  .content-header__title {
    font-size: 25px;
    line-height: 1.28;
  }
  .content-header__subtitle {
    font-size: 14px;
    line-height: 1.428571428571429;
  }
  .content-header__author {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .content-header__title {
    font-size: 24px;
    line-height: 1.041666666666667;
  }
  .content-header__subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
}
.content-header_layer {
  padding-right: 40px;
}
@media (max-width: 750px) {
  .content-header__action {
    margin-left: auto;
  }
  .content-header__description {
    font-size: 16px;
    line-height: 1.5;
  }
}
.content-header_max-width_557 {
  max-width: 557px;
}
@media (max-width: 1000px) {
  .content-header_s_max-width_xxxs {
    max-width: 238px;
  }
}
@media (max-width: 750px) {
  .content-header_xs_center {
    text-align: center;
  }
  .content-header_xs_center .content-header__author {
    padding-top: 15px;
    padding-left: 0;
  }
  .content-header_xs_center .content-header__author::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .content-header_xs_center .content-header__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .content-header_xs_max-width_none {
    max-width: none;
  }
}
.content-header_center {
  text-align: center;
}

.good {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.good__wrapper {
  position: relative;
}
.good__wrapper::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  opacity: 0;
  background-color: #fff;
  box-shadow: 36px 27px 74px rgba(16,14,23,0.19);
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.good__figure {
  position: relative;
  background: center center/cover no-repeat;
  margin-bottom: 18px;
  min-height: 368px;
}
.good__figure::before {
  content: '';
  display: block;
  padding-bottom: 76.43312101910828%;
}
.good__title {
  font-size: 18px;
  line-height: 1.444444444444444;
  color: #454b52;
}
.good__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
}
.good__link::before {
  display: none;
}
.good:hover .good__wrapper::after {
  opacity: 1;
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 1500px) {
  .good__figure {
    margin-bottom: 10px;
    min-height: 214px;
  }
  .good__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1000px) {
  .good__figure {
    min-height: 153px;
  }
  .good__title {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 750px) {
  .good__figure {
    min-height: 138px;
  }
}
.good_scale .good__figure {
  overflow: hidden;
}
.good_scale .good__figure-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.1s linear;
  background: center center/cover no-repeat;
}

.highlight-block__wrapper {
  background-color: #fff;
  box-shadow: 15px 25px 54px rgba(120,56,52,0.17);
  border-radius: 10px;
  display: flex;
  padding: 37px 78px 48px;
}
.highlight-block__extra {
  font-size: 18px;
  line-height: 1.444444444444444;
  margin-bottom: 40px;
  text-align: center;
}
.highlight-block__major {
  flex-basis: calc(50% - 40px);
  max-width: calc(50% - 40px);
  margin-right: 20px;
}
.highlight-block__minor {
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
}
.highlight-block__figure {
  position: absolute;
  right: 0;
  top: -46px;
}
.highlight-block__image {
  background: center/cover no-repeat;
  width: 127px;
}
.highlight-block__image::after {
  content: '';
  display: block;
  padding-top: 85.8267716535433%;
}
@media (max-width: 1000px) {
  .highlight-block__wrapper {
    padding: 32px 60px 41px;
  }
  .highlight-block__major {
    flex-basis: calc(60% - 40px);
    max-width: calc(60% - 40px);
  }
  .highlight-block__minor {
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media (max-width: 1000px) {
  .highlight-block__wrapper {
    flex-wrap: wrap;
    padding: 0 20px 30px;
  }
  .highlight-block__major {
    flex-basis: 100%;
    max-width: none;
    order: 2;
    margin-right: 0;
    text-align: center;
  }
  .highlight-block__minor {
    flex-basis: 100%;
    max-width: none;
    order: 1;
    min-height: 70px;
    margin-bottom: 20px;
  }
  .highlight-block__figure {
    display: flex;
    justify-content: center;
    position: relative;
    top: -10px;
    left: 0;
    right: 0;
  }
}

.image-patterned {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex: 1 1 100%;
}
.image-patterned__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 35px;
  background-color: rgba(226,223,221,0.44);
}
.image-patterned__pattern {
  position: absolute;
  top: 50%;
  right: -10%;
  left: -10%;
  transform: translateY(-50%);
  background: center/cover no-repeat url("/images/ui/image-pattern.png");
}
.image-patterned__pattern::after {
  content: '';
  display: block;
  padding-top: 53.82198952879581%;
}
.image-patterned__image {
  position: relative;
  padding-top: 20px;
  max-width: 69%;
  flex: 1 1 auto;
}
.image-patterned__img {
  max-width: 100%;
  margin-top: auto;
}
@media (max-width: 1200px) {
  .image-patterned__bg {
    right: 70px;
    left: 18px;
  }
}
@media (max-width: 1000px) {
  .image-patterned__bg {
    right: 0;
    left: 0;
    background: none;
  }
  .image-patterned__image {
    max-width: 100%;
    padding-top: 0;
  }
  .image-patterned__pattern {
    left: -50%;
    z-index: -1;
  }
}
@media (max-width: 750px) {
  .image-patterned {
    justify-content: flex-end;
    overflow: hidden;
  }
  .image-patterned__bg {
    right: 0;
    left: 0;
    top: 30px;
    background-color: rgba(226,223,221,0.44);
  }
  .image-patterned__image {
    max-width: 65%;
    margin-top: 0;
  }
  .image-patterned__pattern {
    left: -10%;
  }
}
.image-patterned_carousel .image-patterned__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
}
@media (min-width: 751px) and (max-width: 1000px) and (min-height: 501px) {
  .image-patterned_carousel .image-patterned__image {
    left: -150px;
  }
}
@media (max-width: 750px) {
  .image-patterned_carousel::before {
    content: '';
    display: block;
    padding-bottom: 97.1875%;
  }
}
.image-captioned {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  background: center center/cover no-repeat;
}
.image-captioned__caption {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 40px;
  text-align: right;
  z-index: 2;
}
.image-captioned::before {
  content: '';
  display: block;
  padding-bottom: 116.25615763546799%;
}
.image-captioned::after {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
}
@media (max-width: 1200px) {
  .image-captioned__caption {
    font-size: 12px;
    line-height: 1.333333333333333;
    padding: 15px;
  }
}

.e-info-card {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 6rem 60px 7rem;
  border: 0.1rem solid rgba(69,75,82,0.2);
  color: #454b52;
}
.e-info-card__title {
  font-size: 42px;
  line-height: 1.19047619047619;
  font-family: 'Georgia', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fa1e26;
  margin-bottom: 2.3rem;
}
.e-info-card__title.title-h3 {
  color: #fa1e26;
}
.e-info-card__subtitle {
  font-size: 16px;
  line-height: ;
  color: rgba(69,75,82,0.7);
  margin-bottom: 5.5rem;
}
.e-info-card__content {
  margin-bottom: 5.7rem;
}
.e-info-card__content-title {
  margin-bottom: 1.8rem;
}
.e-info-card__props {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 4rem;
}
.e-info-card__props-item {
  flex-basis: calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 2rem;
}
.e-info-card__props-title {
  margin-bottom: 0.7rem;
}
.e-info-card__props-title,
.e-info-card__content-title {
  font-size: 27px;
  line-height: 1.296296296296296;
  font-family: 'Georgia', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #000;
}
.e-info-card__props-description {
  font-size: 18px;
  line-height: 1.444444444444444;
}
.e-info-card__list {
  font-size: 18px;
  line-height: 1.444444444444444;
}
@media (max-width: 1500px) {
  .e-info-card {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
  .e-info-card__title {
    font-size: 32px;
    line-height: 1.1875;
    margin-bottom: 1rem;
  }
  .e-info-card__subtitle {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 4.3rem;
  }
  .e-info-card__props {
    margin-bottom: 2.5rem;
  }
  .e-info-card__content {
    margin-bottom: 4rem;
  }
  .e-info-card__content-title {
    margin-bottom: 1.2rem;
  }
  .e-info-card__props-title,
  .e-info-card__content-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .e-info-card__props-description {
    font-size: 18px;
    line-height: 1.444444444444444;
  }
  .e-info-card__list {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .e-info-card {
    padding: 4rem 40px 6rem;
  }
  .e-info-card__title {
    font-size: 24px;
    line-height: 1.041666666666667;
  }
  .e-info-card__subtitle {
    font-size: 12px;
    line-height: 1.333333333333333;
    margin-bottom: 4rem;
  }
  .e-info-card__props-title,
  .e-info-card__content-title {
    font-size: 16px;
    line-height: 1.25;
  }
  .e-info-card__props {
    margin-bottom: 2rem;
  }
  .e-info-card__props-item {
    flex-basis: 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .e-info-card__content {
    margin-bottom: 3.8rem;
  }
}
@media (max-width: 1000px) {
  .e-info-card {
    padding: 4rem 35px 5rem;
  }
  .e-info-card__title {
    font-size: 21px;
    line-height: 1.428571428571429;
    margin-bottom: 0.5rem;
  }
  .e-info-card__props-title,
  .e-info-card__content-title {
    font-size: 16px;
    line-height: 1.5;
  }
  .e-info-card__content-description {
    font-size: 14px;
    line-height: 1;
  }
  .e-info-card__props {
    margin-bottom: 2rem;
    margin-left: -27px;
    margin-right: -27px;
  }
  .e-info-card__props-item {
    flex-basis: calc(50% - 54px);
    max-width: calc(50% - 54px);
    margin-left: 27px;
    margin-right: 27px;
  }
  .e-info-card__content {
    margin-bottom: 3.8rem;
  }
  .e-info-card__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -27px;
    margin-right: -27px;
  }
  .e-info-card__list-item {
    flex-basis: calc(50% - 54px);
    max-width: calc(50% - 54px);
    box-sizing: border-box;
    margin-left: 27px;
    margin-right: 27px;
  }
}
@media (max-width: 750px) {
  .e-info-card {
    padding: 2.5rem 15px 3.5rem;
  }
  .e-info-card__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0.8rem;
  }
  .e-info-card__subtitle {
    margin-bottom: 2.3rem;
  }
  .e-info-card__props {
    margin-bottom: 1.5rem;
  }
  .e-info-card__content {
    margin-bottom: 2.3rem;
  }
}
@media (max-width: 500px) {
  .e-info-card__list {
    margin-left: 0;
    margin-right: 0;
  }
  .e-info-card__list-item {
    flex-basis: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .e-info-card__props {
    margin-right: 0;
    margin-left: 0;
  }
  .e-info-card__props-item {
    flex-basis: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}

.info-prop {
  display: flex;
  cursor: pointer;
  flex: 1 1 100%;
  max-width: 100%;
}
.info-prop__wrapper {
  flex: 1 1 100%;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(69,75,82,0.4);
  min-height: 367px;
  padding: 80px 35px 60px;
  background-color: #fff;
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.info-prop__top {
  flex: 1 1 auto;
}
.info-prop__bottom {
  flex: 0 0 auto;
}
.info-prop__title {
  font-family: 'Georgia', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 42px;
  line-height: 1.19047619047619;
  font-weight: 400;
  margin-bottom: 1.3rem;
  color: #fa1e26;
  word-wrap: break-word;
}
.info-prop__figure {
  margin-bottom: 1.5rem;
}
.info-prop__figure-image {
  max-width: 100%;
}
.info-prop__icon {
  margin-bottom: 15px;
}
.info-prop__icon-image {
  max-width: 100%;
}
.info-prop__description {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 21px;
  line-height: 1.428571428571429;
  font-weight: 400;
  color: #454b52;
}
.info-prop__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.info-prop:hover {
  box-shadow: 43px 43px 74px rgba(171,31,43,0.19);
}
.info-prop:hover .info-prop__wrapper {
  background-color: #d12f35;
  border-color: #d12f35;
  color: #fff;
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.info-prop:hover .info-prop__title {
  color: #fff;
}
.info-prop:hover .info-prop__description {
  color: #fff;
}
@media (max-width: 1500px) {
  .info-prop__wrapper {
    padding: 60px 40px 40px;
    min-height: 280px;
  }
  .info-prop__title {
    font-size: 32px;
    line-height: 1.1875;
  }
  .info-prop__description {
    font-size: 18px;
    line-height: 1.444444444444444;
  }
}
@media (max-width: 1200px) {
  .info-prop__wrapper {
    padding: 40px 30px 40px;
    min-height: 214px;
  }
  .info-prop__figure {
    max-height: 57px;
    max-width: 46px;
  }
  .info-prop__title {
    font-size: 24px;
    line-height: 1.041666666666667;
  }
  .info-prop__description {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 1000px) {
  .info-prop__wrapper {
    min-height: 153px;
    padding: 20px;
  }
  .info-prop__figure {
    max-width: 37px;
    max-height: 42px;
  }
  .info-prop__title {
    font-size: 16px;
    line-height: 1.5;
  }
  .info-prop__description {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 750px) {
  .info-prop__wrapper {
    min-height: 144px;
    padding: 16px;
  }
}
.info-prop_clean .info-prop__wrapper {
  border-color: transparent;
}
.info-prop_shadow_simple {
  box-shadow: 15px 15px 60px rgba(108,66,70,0.15);
}
@media (max-width: 1500px) {
  .info-prop_light .info-prop__wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 1000px) {
  .info-prop_light .info-prop__wrapper {
    padding: 20px;
  }
}
@media (max-width: 750px) {
  .info-prop_light .info-prop__wrapper {
    padding: 15px 17px;
  }
}
.info-prop_light:hover .info-prop__wrapper {
  background-color: #fff;
  border-color: #fff;
  color: #0b0c0d;
  box-shadow: 36px 27px 74px rgba(128,77,81,0.19);
}
.info-prop_light:hover .info-prop__title {
  color: #fa1e26;
}
.info-prop_light:hover .info-prop__description {
  color: #0b0c0d;
}
.info-prop_more .info-prop__wrapper {
  background-color: #d12f35;
  align-items: center;
  border-color: #d12f35;
  justify-content: center;
}
.info-prop_more .info-prop__top {
  flex: 0 0 auto;
}
.info-prop_more .info-prop__top::after {
  content: '';
  display: block;
  width: 91px;
  height: 91px;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.info-prop_more .info-prop__top::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNzAiIHZpZXdCb3g9IjAgMCA3MCA3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB5MT0iMzQuNSIgeDI9IjcwIiB5Mj0iMzQuNSIgc3Ryb2tlPSIjZmZmIi8+PGxpbmUgeTE9IjM0LjUiIHgyPSI3MCIgeTI9IjM0LjUiIHN0cm9rZT0iI2ZmZiIvPjxsaW5lIHgxPSIzNC41IiB5MT0iNzAiIHgyPSIzNC41IiB5Mj0iMi4xODU1N2UtMDgiIHN0cm9rZT0iI2ZmZiIvPjxsaW5lIHgxPSIzNC41IiB5MT0iNzAiIHgyPSIzNC41IiB5Mj0iMi4xODU1N2UtMDgiIHN0cm9rZT0iI2ZmZiIvPjwvc3ZnPg==") 0 0 no-repeat;
  background-size: 100% 100%;
}
.info-prop_more .info-prop__description {
  color: #fff;
  opacity: 0.75;
  margin-top: 36px;
}
@media (max-width: 1000px) {
  .info-prop_more .info-prop__top::after {
    width: 38px;
    height: 38px;
  }
  .info-prop_more .info-prop__description {
    margin-top: 25px;
  }
}
.info-prop_more:hover .info-prop__wrapper {
  background-color: #d12f35;
  border-color: #d12f35;
}
.info-prop_more:hover .info-prop__top::after {
  transform: rotate(90deg);
}
.info-prop_more:hover .info-prop__description {
  color: #fff;
}
.info-prop_hidden_icon .info-prop__top {
  transform: translateY(0);
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.info-prop_hidden_icon .info-prop__figure {
  opacity: 0;
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(-20px);
}
.info-prop_hidden_icon:hover .info-prop__figure {
  opacity: 1;
  transform: translateY(0);
}
.info-prop_hidden_icon:hover .info-prop__top {
  transform: translateY(-50px);
}
@media (max-width: 1200px) {
  .info-prop_hidden_icon:hover .info-prop__top {
    transform: translateY(-25px);
  }
}
@media (max-width: 1000px) {
  .info-prop_hidden_icon:hover .info-prop__top {
    transform: translateY(-15px);
  }
}
@media (max-width: 1000px) {
  .info-prop_s_title_big .info-prop__title {
    font-size: 21px;
    line-height: 1.428571428571429;
  }
}
@media (max-width: 750px) {
  .info-prop_s_title_big .info-prop__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 1201px) {
  .info-prop_small .info-prop__wrapper {
    min-height: 297px;
    padding: 60px 35px 60px;
  }
  .info-prop_small .info-prop__title {
    font-size: 32px;
    line-height: 1.1875;
  }
}

.introBlock {
  position: relative;
  color: #fff;
}
.introBlock::before {
  content: '';
  display: block;
  min-height: 48.2rem;
}
.introBlock__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center/cover no-repeat;
}
.introBlock__background::after {
  opacity: 0.3;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
}
.introBlock__wrapper {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.introBlock__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.introBlock__title {
  flex-basis: 66.66666666666666%;
  max-width: 66.66666666666666%;
  font-size: 60px;
  line-height: 1.1;
  flex: 0 1 auto;
  font-family: 'Georgia', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow: hidden;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 19.8rem;
  margin-top: auto;
  align-self: center;
}
.introBlock__actions {
  margin-top: auto;
}
@media (min-width: 1501px) {
  .introBlock::before {
    min-height: 55.7rem;
  }
  .introBlock__wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .introBlock__title {
    font-size: 7.6rem;
    line-height: 1.105263157894737;
    max-height: 16.8rem;
  }
}
@media (max-width: 1200px) {
  .introBlock::before {
    min-height: 40.5rem;
  }
  .introBlock__title {
    font-size: 50px;
    line-height: 1.1;
  }
  .introBlock__wrapper {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}
@media (max-width: 1000px) {
  .introBlock__title {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media (max-width: 750px) {
  .introBlock::before {
    min-height: 28rem;
  }
  .introBlock__title {
    max-width: none;
    flex-basis: auto;
    font-size: 29px;
    line-height: 1.103448275862069;
  }
  .introBlock__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.introBlock_full .introBlock__title {
  max-height: none;
}

.media-image__major img {
  display: block;
}
.media-image_justify_end .media-image__major img {
  margin-left: auto;
}
@media (max-width: 750px) {
  .media-image_justify_end .media-image__major img {
    margin-left: 0;
  }
}
.media-image_gap-outer_large {
  margin-top: -18rem;
}
@media (max-width: 1000px) {
  .media-image_gap-outer_large {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .media-image_quote .media-image__major {
    overflow: hidden;
    border-radius: 50%;
    width: 13.7rem;
    height: 13.7rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.media-video {
  overflow: hidden;
  position: relative;
  flex: 1 1 100%;
}
.media-video::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.media-video__preview,
.media-video__main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-video__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  opacity: 1;
  background: center center/cover no-repeat;
  width: 100%;
/*&:after {
            content ''
            position absolute
            top 0
            right 0
            bottom 0
            left 0
            background rgba($c-color-black, .4)
            opacity 0
        }

        &:before {
            content ''
            z-index 10
            opacity 0
            transition opacity $c-transition-main
            position absolute
            top 50%
            left 50%
            align-center(-1px)
            width rem(70px)
            height rem(70px)
            border rem(8px) solid $c-color-red
            border-left-color rgba($c-color-red, 0)
            border-radius 50%
            animation rotate-360 1s linear infinite
        }*/
}
.media-video__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.media-video__title {
  font-size: 66px;
  line-height: 1.090909090909091;
  color: #fff;
  font-family: 'Georgia', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  margin-bottom: 67px;
  max-width: 100%;
}
.media-video__controller {
/*z-index 20
        position absolute
        top 50%
        left 50%
        align-center()*/
  position: relative;
  border-radius: 50%;
  width: 8.4rem;
  height: 8.4rem;
  border: 1px solid #fff;
}
.media-video__controller:before {
  content: '';
  z-index: 10;
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -43px;
  margin-left: -43px;
  width: 7rem;
  height: 7rem;
  border: 0.8rem solid #fa1e26;
  border-left-color: rgba(250,30,38,0);
  border-radius: 50%;
  animation: rotate-360 1s linear infinite;
}
.media-video__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0.3rem;
}
.media-video__icon svg {
  stroke: #fff;
}
.media-video__main {
  pointer-events: none;
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 30;
  opacity: 0;
}
.media-video__main iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.media-video:hover {
  box-shadow: 49px 63px 74px rgba(128,77,81,0.19);
  transition: .75s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.media-video:hover .media-video__controller,
.media-video.is-ready:hover .media-video__controller {
  background: #fa1e26;
  border-color: #fa1e26;
}
.media-video:hover .media-video__icon svg,
.media-video.is-ready:hover .media-video__icon svg {
  fill: #fff;
}
.media-video.is-before-inited:hover .media-video__controller {
  background-color: transparent;
  border-color: transparent;
}
.media-video.is-before-inited .media-video__controller::before {
  opacity: 1;
}
.media-video.is-inited .media-video__preview,
.media-video.is-inited .media-video__controller {
  opacity: 0;
}
.media-video.is-inited .media-video__main {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 1500px) {
  .media-video__content {
    padding-top: 95px;
  }
  .media-video__title {
    font-size: 50px;
    line-height: 1.1;
    max-width: 800px;
  }
}
.media-video_resizable .media-video__preview {
  max-width: 507px;
  margin-left: auto;
  margin-right: auto;
}
.media-video_resizable::before {
  padding-bottom: 59.73534971644612%;
}
@media (max-width: 1500px) {
  .media-video_resizable .media-video__preview {
    max-width: 394px;
  }
}
@media (max-width: 1000px) {
  .media-video_resizable .media-video__preview {
    max-width: 212px;
  }
  .media-video_resizable .media-video__content {
    padding-top: 55px;
  }
  .media-video_resizable .media-video__title {
    font-size: 30px;
    line-height: 1.3;
    max-width: 400px;
    margin-bottom: 23px;
  }
  .media-video_resizable .media-video__controller {
    width: 60px;
    height: 60px;
  }
  .media-video_resizable .media-video__icon {
    width: 11px;
    height: 12px;
  }
}
@media (max-width: 750px) {
  .media-video_resizable {
    min-height: 292px;
  }
  .media-video_resizable .media-video__wrapper {
    padding-bottom: 45px;
  }
  .media-video_resizable .media-video__title {
    margin-bottom: 8px;
  }
  .media-video_resizable .media-video__controller {
    width: 50px;
    height: 50px;
  }
}
.media-video_resizable:hover .media-video__preview {
  max-width: 100%;
}

.parallax-earn-left.is-inited {
  margin-top: 180px;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.parallax-leaves.is-inited {
  bottom: -280px;
}
.parallax-about.is-inited {
  margin-top: 110px;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.parallax-leaves-represent.is-inited {
  bottom: -65rem;
}
.parallax-leaves-represent-second.is-inited {
  bottom: -30rem;
}
.parallax-leaves-about.is-inited {
  bottom: -55rem;
  margin-right: 350px;
}
@media (max-width: 1500px) {
  .parallax-leaves-represent.is-inited {
    bottom: -50rem;
  }
  .parallax-leaves-about.is-inited {
    bottom: -40rem;
    margin-right: 150px;
  }
}
@media (max-width: 1200px) {
  .parallax-leaves-about.is-inited {
    bottom: -30rem;
  }
}
@media (max-width: 1000px) {
  .parallax-leaves-about {
    bottom: -12rem;
    margin-right: 100px;
  }
}
@media (max-width: 750px) {
  .parallax-leaves-about {
    bottom: auto;
    top: 5rem;
    margin-right: 50px;
  }
}

.e-person-card {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.e-person-card__wrapper {
  display: flex;
  align-items: flex-start;
}
.e-person-card__content {
  flex-basis: 60.416666666666664%;
  max-width: 60.416666666666664%;
  box-sizing: border-box;
  z-index: 5;
  position: relative;
  border: 0.1rem solid rgba(69,75,82,0.3);
  padding: 9.5rem 140px 8rem;
  min-height: 46.6rem;
  background: #fff;
}
.e-person-card__title {
  font-size: 42px;
  line-height: 1.19047619047619;
  font-family: 'Georgia', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fa1e26;
  margin-bottom: 6rem;
}
.e-person-card__description {
  font-size: 21px;
  line-height: 1.428571428571429;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 9rem;
  margin-bottom: 6rem;
}
.e-person-card__figure {
  flex-basis: 25.833333333333336%;
  max-width: 25.833333333333336%;
  z-index: 10;
  position: relative;
  margin-top: 8rem;
  margin-left: -5rem;
}
.e-person-card__figure-content {
  background: center center/cover no-repeat;
}
.e-person-card__figure-content::before {
  content: '';
  display: block;
  padding-bottom: 106.9377990430622%;
}
@media (max-width: 1500px) {
  .e-person-card__content {
    padding: 7.8rem 106px 6rem;
    min-height: 39.2rem;
  }
  .e-person-card__title {
    font-size: 32px;
    line-height: 1.1875;
    margin-bottom: 4rem;
  }
  .e-person-card__description {
    font-size: 18px;
    line-height: 1.444444444444444;
    max-height: 7.8rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1200px) {
  .e-person-card__content {
    flex-basis: 83.33333333333334%;
    max-width: 83.33333333333334%;
    min-height: 29.3rem;
    padding: 5rem 80px 7.1rem;
  }
  .e-person-card__figure {
    flex-basis: 29.166666666666668%;
    max-width: 29.166666666666668%;
    margin-top: 5rem;
    margin-left: -11.2rem;
  }
  .e-person-card__title {
    font-size: 24px;
    line-height: 1.041666666666667;
  }
  .e-person-card__description {
    font-size: 16px;
    line-height: 1.5;
    flex-basis: 75%;
    max-width: 75%;
    margin-bottom: 3.8rem;
    max-height: none;
    -webkit-line-clamp: unset;
  }
}
@media (max-width: 1000px) {
  .e-person-card__content {
    min-height: 24.8rem;
    padding: 3.8rem 30px 4.5rem 60px;
  }
  .e-person-card__figure {
    flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin-top: 4rem;
    margin-left: -9rem;
  }
  .e-person-card__title {
    font-size: 21px;
    line-height: 1.428571428571429;
    margin-bottom: 2rem;
  }
  .e-person-card__description {
    font-size: 16px;
    line-height: 1.5;
    flex-basis: 75%;
    max-width: 75%;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 750px) {
  .e-person-card__wrapper {
    flex-wrap: wrap;
  }
  .e-person-card__content {
    flex-basis: 100%;
    max-width: none;
    max-height: none;
    min-height: 0;
    padding: 3.6rem 15px 3.5rem;
  }
  .e-person-card__figure {
    flex-basis: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }
  .e-person-card__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.e-person-card_reverted {
  margin-left: auto;
}
.e-person-card_reverted .e-person-card__wrapper {
  justify-content: flex-end;
}
.e-person-card_reverted .e-person-card__content {
  order: 2;
  padding-left: 190px;
}
.e-person-card_reverted .e-person-card__figure {
  order: 1;
  margin-right: -5rem;
  margin-top: -6rem;
  margin-left: 0;
}
@media (max-width: 1200px) {
  .e-person-card_reverted .e-person-card__figure {
    margin-top: 5rem;
    margin-right: -11.2rem;
  }
}
@media (max-width: 1000px) {
  .e-person-card_reverted .e-person-card__content {
    padding-left: 155px;
  }
  .e-person-card_reverted .e-person-card__figure {
    margin-right: -9rem;
  }
}
@media (max-width: 750px) {
  .e-person-card_reverted .e-person-card__content {
    order: 1;
    padding-left: 15px;
  }
  .e-person-card_reverted .e-person-card__figure {
    order: 2;
    margin-right: 0;
  }
}

.promo-slider {
  position: relative;
}
.promo-slider__dots {
  position: absolute;
  z-index: 50;
  bottom: 80px;
  right: 0;
  left: 0;
}
.promo-slider__dots-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.promo-slider .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(69,75,82,0.5);
  border-radius: 50%;
  margin: 0 15px;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: none;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
}
.promo-slider .owl-dot::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #0b0c0d;
  border-radius: 10px;
  width: 100%;
  max-width: 0;
}
.promo-slider .owl-dot:hover {
  box-shadow: 0 1px 10px rgba(224,39,56,0.4);
}
.promo-slider .owl-dot.active {
  box-shadow: none;
  width: 65px;
  height: 2px;
  border-radius: 10px;
  background-color: rgba(69,75,82,0.15);
  border: none;
  overflow: hidden;
}
.promo-slider .owl-dot.active span {
  height: 2px;
}
.promo-slider .owl-dot.is-active::before {
  max-width: 65px;
  transition: all 4s linear;
}
@media (max-width: 1500px) {
  .promo-slider__dots {
    bottom: 50px;
  }
  .promo-slider .owl-dot {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 1000px) {
  .promo-slider__dots {
    bottom: 30px;
  }
}
@media (max-width: 750px) {
  .promo-slider__dots {
    bottom: 22px;
  }
  .promo-slider__dots-wrapper {
    justify-content: center;
  }
}
.promo-slider-item {
  position: relative;
  padding-top: 225px;
  padding-bottom: 100px;
  min-height: calc(100vg - 120px);
  background: center center/cover no-repeat;
}
.promo-slider-item__mobile-bg {
  display: none;
  background: center center/cover no-repeat;
}
.promo-slider-item__content {
  max-width: 700px;
  margin-bottom: 15px;
}
@media (max-width: 1500px) {
  .promo-slider-item {
    padding-top: 169px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .promo-slider-item {
    padding-top: 152px;
  }
}
@media (max-width: 1000px) {
  .promo-slider-item {
    padding-top: 107px;
  }
}
@media (max-width: 750px) {
  .promo-slider-item {
    display: flex;
    padding-top: 30px;
    padding-bottom: 46px;
    min-height: 444px;
  }
  .promo-slider-item__wrapper,
  .promo-slider-item__content {
    display: flex;
    margin-bottom: 0;
  }
  .promo-slider-item__wrapper {
    position: relative;
  }
  .promo-slider-item__mobile-bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.promo-slider-content {
  font-family: 'Georgia', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.promo-slider-content__before-title {
  font-size: 18px;
  line-height: 1.444444444444444;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 8px;
  color: #454b52;
}
.promo-slider-content__title {
  font-size: 66px;
  line-height: 1.090909090909091;
  margin-bottom: 30px;
  color: #0b0c0d;
}
.promo-slider-content__description {
  font-size: 30px;
  line-height: 1.333333333333333;
  color: rgba(11,12,13,0.75);
}
.promo-slider-content__description_max-width_xs {
  max-width: 485px;
}
.promo-slider-content__action {
  margin-top: 45px;
}
@media (max-width: 1500px) {
  .promo-slider-content__title {
    font-size: 50px;
    line-height: 1.1;
  }
  .promo-slider-content__description {
    font-size: 25px;
    line-height: 1.28;
  }
  .promo-slider-content__action {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .promo-slider-content {
    flex: 1;
  }
  .promo-slider-content__title {
    font-size: 40px;
    line-height: 1.1;
  }
  .promo-slider-content__description {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 1000px) {
  .promo-slider-content__title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .promo-slider-content__description {
    font-size: 18px;
    line-height: 1.444444444444444;
  }
  .promo-slider-content__action {
    margin-top: 25px;
  }
}
@media (max-width: 750px) {
  .promo-slider-content {
    display: flex;
    flex-direction: column;
  }
  .promo-slider-content__top {
    flex: 1 1 auto;
  }
  .promo-slider-content__before-title {
    text-align: center;
  }
  .promo-slider-content__title {
    font-size: 28px;
    line-height: 1.071428571428571;
    text-align: center;
    margin-bottom: 20px;
  }
  .promo-slider-content__description {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    max-width: 255px;
    margin-right: auto;
    margin-left: auto;
  }
  .promo-slider-content__action {
    text-align: center;
  }
}

.promo-video {
  position: relative;
  margin-top: -100px;
}
.promo-video__wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 130px;
}
.promo-video__video {
  max-width: 1066px;
  margin-left: auto;
  margin-right: auto;
}
.promo-video__action {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.promo-video::after {
  content: '';
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/images/ui/index-video-pattern.jpg") center center/cover no-repeat #e2dfdd;
  z-index: 1;
}
@media (max-width: 1500px) {
  .promo-video__wrapper {
    padding-bottom: 85px;
  }
  .promo-video::after {
    top: 100px;
  }
}
@media (max-width: 1000px) {
  .promo-video__wrapper {
    padding-bottom: 58px;
  }
  .promo-video__video {
    max-width: 570px;
  }
  .promo-video__action {
    margin-top: 35px;
  }
  .promo-video::after {
    top: 70px;
  }
}
.promo-video_static {
  margin-top: 0;
}

.screens,
.screens__list {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.screens__controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 71px;
  bottom: 0;
  z-index: 11;
  opacity: 0;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.screens__controls.is-active {
  opacity: 1;
  transition-delay: 0.65s;
}
.screens__control {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #454b52;
  opacity: 0.5;
  margin-bottom: 20px;
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.screens__control::before {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
}
.screens__control.is-active {
  background-color: #454b52;
  opacity: 1;
}
.screens__control:last-child {
  margin-bottom: 0;
}
.screens__control:hover {
  opacity: 1;
  border-color: #454b52;
}
@media (max-width: 1500px) {
  .screens__controls {
    right: 20px;
  }
}
@media (max-width: 1300px) {
  .screens__controls {
    right: 16px;
  }
}
@media (max-width: 750px) {
  .screens__controls {
    display: none;
  }
}
.screen {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}
.screen__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-height: 100%;
}
.screen__background {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  top: 0;
  right: 0;
  bottom: -100px;
  left: 0;
  z-index: -1;
}
.screen__background-inner {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.screen__background-inner::after {
  content: '';
  display: block;
  padding-top: 62.54158349966733%;
}
.screen__background.is-fixed {
  position: fixed;
}
.screen__background_drag_bottom_m {
  bottom: -20%;
}
.screen:not(.screen_active) {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1000px) {
  .screen__background_drag_bottom_m {
    bottom: -80px;
  }
}
@media (max-width: 750px) {
  .screen {
    position: static;
    transform: translate3d(0, 0, 0) !important;
    min-height: 0;
  }
  .screen__gap {
    max-width: 100%;
  }
  .screen__background {
    display: none;
  }
  .screen__wrapper {
    min-height: 0;
  }
  .screen:not(.screen_active) {
    opacity: 1;
    pointer-events: all;
    z-index: auto;
  }
}
.screen_grey-light {
  background-color: #f2f2f2;
}
.screen_grey-44 {
  background-color: rgba(226,223,221,0.44);
}
.screen_animated {
  transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.screen_active:not(.screen_animated) {
  position: relative;
}
.screen_in {
  position: relative;
}
.screen_align_end .screen__wrapper {
  align-items: flex-end;
}
.screen_slide {
  transition: none;
}
.screen_slide.screen_out {
  transition-duration: 0.25s;
  transition-delay: 0.5s;
  background-color: #ddd;
}
.screen_slide_up {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.screen_slide_up.screen_animated {
  transition: 0.88s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.screen_slide_up:not(.screen_active) {
  opacity: 1;
  transform: translate3d(0, 100%, 0);
}
@media (max-width: 750px) {
  .screen_slide_up:not(.screen_active) {
    transform: translate3d(0, 0, 0);
  }
  .-xs\:screen_bg_none {
    background: none;
  }
}
.screen-frame-up {
  transform: translate3d(0, 90%, 0);
}
@media (max-width: 750px) {
  .screen-frame-up {
    transform: translate3d(0, 0, 0);
  }
}
.screen-frame-up_half {
  transform: translate3d(0, 50%, 0);
}
@media (max-width: 750px) {
  .screen-frame-up_half {
    transform: translate3d(0, 0, 0);
  }
}
.screen-frame-up_xsmall {
  transform: translate3d(0, 15%, 0);
}
@media (max-width: 750px) {
  .screen-frame-up_xsmall {
    transform: translate3d(0, 0, 0);
  }
}
.screen_active .screen-frame-up {
  transform: translate3d(0, 0, 0);
}
.screen_animated .screen-frame-up {
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.screen_full_y .screen__wrapper {
  min-height: 100vh;
}
@media (max-width: 750px) {
  .screen_full_y .screen__wrapper {
    min-height: 0;
  }
}
.screen-frame-opacity {
  opacity: 0;
  transition: .75s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.screen_active .screen-frame-opacity {
  opacity: 1;
}
@media (max-width: 750px) {
  .screen-frame-opacity {
    opacity: 1;
  }
}
.screen_active .screen-frame-opacity_delay_m {
  transition-delay: 0.5s;
}
.screen_active .screen-frame-opacity_main {
  transition-duration: 0.25s;
}
.screen_active .screen-frame-opacity_medium {
  transition-duration: 0.5s;
}
.screen-gap {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.screen-gap_top_large {
  margin-top: 16%;
}
.screen-gap_top_xmedium {
  margin-top: 157px;
}
@media (max-width: 1000px) {
  .-s\:screen-gap_none {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .screen-gap {
    max-width: 100%;
  }
  .-xs\:screen-gap_none {
    margin-top: 0;
  }
}
.screen-leave__inner {
  background: center center/contain no-repeat;
}
.screen-leave_1 {
  position: absolute;
  top: -33px;
  right: 10px;
}
.screen-leave_1 .screen-leave__inner {
  width: 125px;
  height: 98px;
}
.screen-leave-single {
  background: center center/cover no-repeat;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.screen-leave-single::after {
  content: '';
  display: block;
}
.screen-leave-single_1 {
  max-width: 252px;
  top: -28px;
  left: 48px;
}
.screen-leave-single_1::after {
  padding-top: 79.36507936507937%;
}
.screen-leave-single_2 {
  max-width: 194px;
  top: 72px;
  right: 46px;
}
.screen-leave-single_2::after {
  padding-top: 100.51546391752578%;
}
.screen-leave-single_3 {
  max-width: 244px;
  bottom: 38px;
  left: 198px;
}
.screen-leave-single_3::after {
  padding-top: 45.49180327868852%;
}

.screen-slider {
  display: flex;
  position: relative;
  flex: 1 1 auto;
}
.screen-slider::before {
  content: '';
  position: absolute;
  top: 7%;
  right: 50px;
  bottom: 8%;
  left: -50px;
  background-color: #f2f2f2;
  z-index: -1;
}
@media (max-width: 1500px) {
  .screen-slider::before {
    left: 0;
  }
}
@media (max-width: 1000px) {
  .screen-slider::before {
    top: 0;
    right: 34px;
    bottom: 0;
  }
}
@media (max-width: 750px) {
  .screen-slider::before {
    top: 0;
    right: -20px;
    bottom: 0;
  }
}
.screen-slider-major {
  display: flex;
  align-items: center;
  padding-bottom: 110px;
}
.screen-slider-major__icon-img {
  max-width: 100%;
}
.screen-slider-major__wrapper {
  padding-left: 50px;
}
.screen-slider-major__description {
  font-size: 21px;
  line-height: 1.428571428571429;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  max-width: 367px;
  color: #0b0c0d;
  opacity: 0.75;
}
@media (max-width: 1200px) {
  .screen-slider-major__description {
    font-size: 16px;
    line-height: 1.5;
    max-width: 244px;
  }
}
@media (max-width: 1000px) {
  .screen-slider-major {
    padding-bottom: 25px;
  }
  .screen-slider-major__description {
    max-width: 272px;
  }
}
@media (max-width: 750px) {
  .screen-slider-major {
    margin-bottom: 30px;
  }
  .screen-slider-major__wrapper {
    padding-left: 0;
  }
  .screen-slider-major__description {
    font-size: 16px;
    line-height: 1.5;
  }
  .screen-slider-major__icon-img {
    max-height: 115px;
    max-width: 115px;
  }
}
.screen-slider-minor {
  position: relative;
  flex: 1 0 auto;
  margin-top: -206px;
}
.screen-slider-minor__list {
  box-sizing: border-box;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(0, 0, 0);
}
.screen-slider-minor__item {
  margin-bottom: 110px;
}
@media (max-width: 1500px) {
  .screen-slider-minor {
    margin-top: -160px;
  }
  .screen-slider-minor__item {
    margin-bottom: 80px;
  }
}
@media (max-width: 1000px) {
  .screen-slider-minor {
    margin-top: 0;
    margin-left: auto;
    max-width: 300px;
  }
  .screen-slider-minor__list {
    position: relative;
    margin-bottom: 0;
  }
  .screen-slider-minor__item_stub {
    display: none;
  }
  .screen-slider-minor__item_secondary {
    display: none;
  }
}
@media (max-width: 750px) {
  .screen-slider-minor {
    margin-top: 0;
  }
  .screen-slider-minor__list {
    position: relative;
  }
  .screen-slider-minor__item {
    margin-bottom: 0;
  }
  .screen-slider-minor__item_stub,
  .screen-slider-minor__item_secondary {
    display: none;
  }
}
.screen-slider-image__bg {
  background: center center/cover no-repeat;
}
.screen-slider-image__bg::after {
  content: '';
  display: block;
  padding-top: 99.72826086956522%;
}

.scroller {
  margin-left: -40px;
}
.scroller__wrapper {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 750px) {
  .scroller {
    margin-left: -15px;
    margin-right: -15px;
  }
  .scroller__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 15px;
  }
}
@media (max-width: 750px) {
  .scroller-inner {
    flex-wrap: nowrap;
  }
  .scroller-inner__item {
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.search-prediction.is-new {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-top: 32px;
  border-radius: 0 0 38px 38px;
  border: none;
  box-shadow: 25px 25px 74px rgba(128,77,81,0.19);
  overflow-y: auto;
}
.search-prediction.is-new .search-prediction-item {
  border-bottom: 1px solid rgba(69,75,82,0.2);
  border-top: none;
  margin-right: 33px;
  margin-left: 33px;
}
.search-prediction.is-new .search-prediction-item:last-child {
  border: none;
  border-radius: 0 0 38px 38px;
}
.search-prediction.is-new .search-prediction-item:last-child .search-prediction-item-link {
  padding-bottom: 25px;
}
.search-prediction.is-new .search-prediction-item.mod-product .search-prediction-item-link {
  padding: 10px 0 9px;
}
.search-prediction.is-new .search-prediction-item-link {
  background: #fff;
  font-size: 16px;
  padding: 14px 0 17px;
  color: #0b0c0d;
  align-items: center;
}
.search-prediction.is-new .search-prediction-item-link:hover {
  background: #fff;
  color: #fa1e26;
}
.search-prediction.is-new .search-prediction-item-title {
  flex: 1 1 auto;
}
.search-prediction.is-new .search-prediction-item-series {
  font-size: 14px;
  line-height: 1;
  color: #454b52;
  opacity: 0.5;
  margin-right: 66px;
}
.search-prediction.is-new .search-prediction-item-price {
  font-weight: 400;
}
.search-prediction.is-new .search-prediction-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #f2f2f2;
}
.search-prediction.is-new .search-prediction-item-image img {
  max-width: 100%;
}
@media (max-width: 1000px) {
  .search-prediction.is-new {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.e-step-card {
  flex: 1 1 auto;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.e-step-card__wrapper {
  display: flex;
  justify-content: space-between;
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
.e-step-card__main {
  flex-basis: calc(55.714285714285715% - 5rem);
  max-width: calc(55.714285714285715% - 5rem);
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  padding-left: 3rem;
}
.e-step-card__icon {
  text-align: center;
}
.e-step-card__icon img {
  display: inline !important;
  vertical-align: middle;
}
.e-step-card__title {
  color: #fa1e26;
  font-family: 'Georgia', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 10rem;
  line-height: 0.4;
  letter-spacing: -0.03em;
  margin-bottom: 6.2rem;
  padding-top: 3.2rem;
}
.e-step-card__description {
  font-size: 21px;
  line-height: 1.428571428571429;
  flex-basis: 75%;
  max-width: 75%;
  color: #454b52;
}
.e-step-card__side {
  flex-basis: calc(44.28571428571429% - 5rem);
  max-width: calc(44.28571428571429% - 5rem);
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}
.e-step-card__figure {
  background: center center/cover no-repeat;
}
.e-step-card__figure::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
@media (max-width: 1500px) {
  .e-step-card__title {
    padding-top: 0;
  }
  .e-step-card__description {
    font-size: 18px;
    line-height: 1.444444444444444;
  }
  .e-step-card__figure {
    background: center center/cover no-repeat;
  }
  .e-step-card__figure::before {
    padding-bottom: 100%;
  }
}
@media (max-width: 1200px) {
  .e-step-card__wrapper {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .e-step-card__main {
    flex-basis: calc(42.85714285714286% - 3rem);
    max-width: calc(42.85714285714286% - 3rem);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .e-step-card__side {
    flex-basis: calc(42.85714285714286% - 3rem);
    max-width: calc(42.85714285714286% - 3rem);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .e-step-card__title {
    font-size: 60px;
    line-height: 1.1;
    line-height: 0.909090909090909;
    margin-bottom: 3.1rem;
  }
  .e-step-card__description {
    font-size: 16px;
    line-height: 1.4375;
    flex-basis: 100%;
    max-width: none;
  }
}
@media (max-width: 1000px) {
  .e-step-card__wrapper {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
  .e-step-card__main {
    flex-basis: 100%;
    max-width: none;
    order: 2;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    padding-left: 0;
  }
  .e-step-card__side {
    flex-basis: 100%;
    max-width: none;
    order: 1;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3.5rem;
  }
  .e-step-card__title {
    font-size: 29px;
    line-height: 1.103448275862069;
    margin-bottom: 1.5rem;
  }
  .e-step-card__description {
    color: rgba(11,12,13,0.75);
  }
}
@media (max-width: 1000px) {
  .e-slider-list .owl-item:not(.active) .e-step-card .e-step-card__content {
    opacity: 0;
  }
  .e-slider-list .e-step-card__description {
    margin: 0 -25px;
  }
  .e-slider-list .e-step-card__figure {
    max-width: 30rem;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .e-slider-list .e-step-card__figure {
    max-width: 16.8rem;
  }
  .e-slider-list .e-step-card__icon {
    max-width: 6rem;
    margin: 5px auto 1.5rem;
  }
}

.company-spread {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.company-spread__wrapper {
  position: relative;
}
@media (max-width: 1500px) {
  .company-spread__description {
    font-size: 18px;
    line-height: 1.444444444444444;
  }
}
@media (min-width: 751px) {
  .company-spread__content {
    pointer-events: none;
    z-index: 50;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}

.company-spread-map {
  position: relative;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}
.company-spread-map__figure {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin-right: -24.320987654320987%;
  margin-left: -4.012345679012346%;
}
.company-spread-map__facts {
  pointer-events: none;
  z-index: 50;
  position: relative;
}
@media (max-width: 1500px) {
  .company-spread-map__figure {
    margin-right: -23.359375%;
  }
}
@media (max-width: 1200px) {
  .company-spread-map__figure {
    top: 80px;
    margin-right: -37.20703125%;
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .company-spread-map__figure {
    top: 155px;
    margin-right: -41.27604166666667%;
  }
  .company-spread-map__facts {
    padding-top: 53px;
  }
}
@media (max-width: 750px) {
  .company-spread-map {
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .company-spread-map__figure {
    top: 78px;
    margin-right: -41.37931034482759%;
    margin-left: -25.862068965517242%;
  }
  .company-spread-map__facts {
    padding-top: 0;
  }
}
.company-spread-map svg {
  overflow: visible;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 0.1px;
  padding-bottom: 63.01106301106301%;
}
.company-spread-map .svg-countries-map-country path {
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: fill;
}
.company-spread-map .svg-countries-map-country .svg-countries-map-dot {
  visibility: hidden;
}
@media (max-width: 750px) {
  .company-spread-map .svg-countries-map-country .svg-countries-map-dot [r="7.5"] {
    r: 14.5;
  }
  .company-spread-map .svg-countries-map-country .svg-countries-map-dot [r="4.5"] {
    r: 8.5;
  }
}
.company-spread-map_country_russia .svg-countries-map-country_russia .svg-countries-map-dot {
  visibility: visible;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.company-spread-map_country_russia .svg-countries-map-country_russia.is-tooltip-active path,
.company-spread-map_country_russia .svg-countries-map-country_russia:hover path {
  fill: #e2dfdd;
}
.company-spread-map_country_russia .svg-countries-map-country_russia.is-tooltip-active .svg-countries-map-dot,
.company-spread-map_country_russia .svg-countries-map-country_russia:hover .svg-countries-map-dot {
  opacity: 0;
}
.company-spread-map_country_kazakhstan .svg-countries-map-country_kazakhstan .svg-countries-map-dot {
  visibility: visible;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.company-spread-map_country_kazakhstan .svg-countries-map-country_kazakhstan.is-tooltip-active path,
.company-spread-map_country_kazakhstan .svg-countries-map-country_kazakhstan:hover path {
  fill: #e2dfdd;
}
.company-spread-map_country_kazakhstan .svg-countries-map-country_kazakhstan.is-tooltip-active .svg-countries-map-dot,
.company-spread-map_country_kazakhstan .svg-countries-map-country_kazakhstan:hover .svg-countries-map-dot {
  opacity: 0;
}
.company-spread-map_country_belarus .svg-countries-map-country_belarus .svg-countries-map-dot {
  visibility: visible;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.company-spread-map_country_belarus .svg-countries-map-country_belarus.is-tooltip-active path,
.company-spread-map_country_belarus .svg-countries-map-country_belarus:hover path {
  fill: #e2dfdd;
}
.company-spread-map_country_belarus .svg-countries-map-country_belarus.is-tooltip-active .svg-countries-map-dot,
.company-spread-map_country_belarus .svg-countries-map-country_belarus:hover .svg-countries-map-dot {
  opacity: 0;
}
.company-spread-map_country_ukraine .svg-countries-map-country_ukraine .svg-countries-map-dot {
  visibility: visible;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.company-spread-map_country_ukraine .svg-countries-map-country_ukraine.is-tooltip-active path,
.company-spread-map_country_ukraine .svg-countries-map-country_ukraine:hover path {
  fill: #e2dfdd;
}
.company-spread-map_country_ukraine .svg-countries-map-country_ukraine.is-tooltip-active .svg-countries-map-dot,
.company-spread-map_country_ukraine .svg-countries-map-country_ukraine:hover .svg-countries-map-dot {
  opacity: 0;
}
.company-spread-map_country_lithuania .svg-countries-map-country_lithuania .svg-countries-map-dot {
  visibility: visible;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.company-spread-map_country_lithuania .svg-countries-map-country_lithuania.is-tooltip-active path,
.company-spread-map_country_lithuania .svg-countries-map-country_lithuania:hover path {
  fill: #e2dfdd;
}
.company-spread-map_country_lithuania .svg-countries-map-country_lithuania.is-tooltip-active .svg-countries-map-dot,
.company-spread-map_country_lithuania .svg-countries-map-country_lithuania:hover .svg-countries-map-dot {
  opacity: 0;
}
.company-spread-map_country_latvia .svg-countries-map-country_latvia .svg-countries-map-dot {
  visibility: visible;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.company-spread-map_country_latvia .svg-countries-map-country_latvia.is-tooltip-active path,
.company-spread-map_country_latvia .svg-countries-map-country_latvia:hover path {
  fill: #e2dfdd;
}
.company-spread-map_country_latvia .svg-countries-map-country_latvia.is-tooltip-active .svg-countries-map-dot,
.company-spread-map_country_latvia .svg-countries-map-country_latvia:hover .svg-countries-map-dot {
  opacity: 0;
}
.company-spread-map_country_estonia .svg-countries-map-country_estonia .svg-countries-map-dot {
  visibility: visible;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.company-spread-map_country_estonia .svg-countries-map-country_estonia.is-tooltip-active path,
.company-spread-map_country_estonia .svg-countries-map-country_estonia:hover path {
  fill: #e2dfdd;
}
.company-spread-map_country_estonia .svg-countries-map-country_estonia.is-tooltip-active .svg-countries-map-dot,
.company-spread-map_country_estonia .svg-countries-map-country_estonia:hover .svg-countries-map-dot {
  opacity: 0;
}
.company-spread-map_country_uzbekistan .svg-countries-map-country_uzbekistan .svg-countries-map-dot {
  visibility: visible;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.company-spread-map_country_uzbekistan .svg-countries-map-country_uzbekistan.is-tooltip-active path,
.company-spread-map_country_uzbekistan .svg-countries-map-country_uzbekistan:hover path {
  fill: #e2dfdd;
}
.company-spread-map_country_uzbekistan .svg-countries-map-country_uzbekistan.is-tooltip-active .svg-countries-map-dot,
.company-spread-map_country_uzbekistan .svg-countries-map-country_uzbekistan:hover .svg-countries-map-dot {
  opacity: 0;
}
.company-spread-map_country_mongolia .svg-countries-map-country_mongolia .svg-countries-map-dot {
  visibility: visible;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.company-spread-map_country_mongolia .svg-countries-map-country_mongolia.is-tooltip-active path,
.company-spread-map_country_mongolia .svg-countries-map-country_mongolia:hover path {
  fill: #e2dfdd;
}
.company-spread-map_country_mongolia .svg-countries-map-country_mongolia.is-tooltip-active .svg-countries-map-dot,
.company-spread-map_country_mongolia .svg-countries-map-country_mongolia:hover .svg-countries-map-dot {
  opacity: 0;
}
.company-spread-map_country_abkhazia .svg-countries-map-country_abkhazia .svg-countries-map-dot {
  visibility: visible;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.company-spread-map_country_abkhazia .svg-countries-map-country_abkhazia.is-tooltip-active path,
.company-spread-map_country_abkhazia .svg-countries-map-country_abkhazia:hover path {
  fill: #e2dfdd;
}
.company-spread-map_country_abkhazia .svg-countries-map-country_abkhazia.is-tooltip-active .svg-countries-map-dot,
.company-spread-map_country_abkhazia .svg-countries-map-country_abkhazia:hover .svg-countries-map-dot {
  opacity: 0;
}
.company-spread-map_country_azerbaijan .svg-countries-map-country_azerbaijan .svg-countries-map-dot {
  visibility: visible;
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.company-spread-map_country_azerbaijan .svg-countries-map-country_azerbaijan.is-tooltip-active path,
.company-spread-map_country_azerbaijan .svg-countries-map-country_azerbaijan:hover path {
  fill: #e2dfdd;
}
.company-spread-map_country_azerbaijan .svg-countries-map-country_azerbaijan.is-tooltip-active .svg-countries-map-dot,
.company-spread-map_country_azerbaijan .svg-countries-map-country_azerbaijan:hover .svg-countries-map-dot {
  opacity: 0;
}

.company-spread-facts {
  justify-content: flex-end;
}
.company-spread-facts__list {
  display: flex;
  flex-direction: column;
}
.company-spread-facts__item {
  pointer-events: auto;
  flex: 0 0 auto;
  width: calc(50% - 25px);
}
.company-spread-facts__item:not(:first-child) {
  margin-top: -60px;
}
@media (min-width: 1201px) {
  .company-spread-facts__item:nth-child(even) {
    margin-left: -50px;
  }
}
@media (max-width: 1200px) {
  .company-spread-facts__item {
    width: calc(50% - 15px);
  }
  .company-spread-facts__item:not(:first-child) {
    margin-top: -40px;
  }
}
@media (min-width: 1001px) {
  .company-spread-facts__item:nth-child(odd) {
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  .company-spread-facts__list {
    margin-left: auto;
  }
  .company-spread-facts__item {
    width: auto;
  }
  .company-spread-facts__item:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .company-spread-facts__list {
    margin-left: 0;
  }
  .company-spread-facts__item {
    width: 50%;
  }
  .company-spread-facts__item:nth-child(even) {
    margin-left: auto;
  }
  .company-spread-facts__item:not(:first-child) {
    margin-top: 15px;
  }
}

.factoid-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 60px 140px 40px 60px;
  box-shadow: 26px 19px 54px rgba(99,77,128,0.2);
  background-color: #fff;
  color: #454b52;
}
.factoid-card__wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.factoid-card__main {
  flex: 0 1 auto;
}
.factoid-card__header {
  flex: 0 1 auto;
}
.factoid-card__title {
  color: #fa1e26;
}
.factoid-card__subtitle {
  color: rgba(11,12,13,0.5);
}
@media (max-width: 1500px) {
  .factoid-card {
    padding-right: 90px;
  }
}
@media (max-width: 1200px) {
  .factoid-card {
    padding: 40px;
  }
}
@media (max-width: 1000px) {
  .factoid-card {
    padding: 40px;
    padding-right: 90px;
  }
}
@media (max-width: 750px) {
  .factoid-card {
    font-size: 12px;
    line-height: 1.333333333333333;
    padding: 25px 23px 35px;
  }
}

.mission-basic {
  position: relative;
}
.mission-basic__perks {
  margin-right: -40px;
  margin-left: -40px;
}

.mission-perks .simplebar-wrapper {
  flex: 0 0 auto;
  padding-bottom: 9px;
}
.mission-perks .simplebar-track {
  border-radius: 10px;
  background-color: rgba(69,75,82,0.1);
}
.mission-perks .simplebar-track.simplebar-horizontal {
  left: 40px;
  right: 40px;
  height: 8px;
}
.mission-perks .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 100%;
}
.mission-perks .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  opacity: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
  background-color: #fa1e26;
}
@media (min-width: 1701px) {
  .mission-perks .simplebar-track.simplebar-horizontal {
    left: calc((100% - 1620px)/2);
    right: calc((100% - 1620px)/2);
  }
}
@media (max-width: 1000px) {
  .mission-perks .simplebar-wrapper {
    padding-bottom: 5px;
  }
  .mission-perks .simplebar-track.simplebar-horizontal {
    height: 4px;
  }
}
.mission-perks {
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}
.mission-perks__overflow {
  overflow: auto;
  display: flex;
}
.mission-perks__list {
  flex: 1 1 100%;
  display: flex;
}
.mission-perks__list::after,
.mission-perks__list::before {
  content: '';
  flex: 0 0 auto;
  display: block;
  width: 40px;
}
.mission-perks__item {
  flex: 0 0 36.19791666666667%;
}
.mission-perks__item + .mission-perks__item {
  margin-left: 6.5rem;
}
@media (min-width: 1701px) {
  .mission-perks__list::after,
  .mission-perks__list::before {
    width: calc((100% - 1620px)/2);
  }
}
@media (max-width: 1500px) {
  .mission-perks__item + .mission-perks__item {
    margin-left: 6rem;
  }
}
@media (max-width: 1200px) {
  .mission-perks__item {
    flex-basis: 35.181975736568454%;
  }
  .mission-perks__item + .mission-perks__item {
    margin-left: 5rem;
  }
}
@media (max-width: 1000px) {
  .mission-perks__item {
    flex-basis: 58.59375%;
  }
  .mission-perks__item + .mission-perks__item {
    margin-left: 2.5rem;
  }
}
@media (max-width: 750px) {
  .mission-perks__item {
    flex-basis: 71.62162162162163%;
  }
  .mission-perks__item + .mission-perks__item {
    margin-left: 1.5rem;
  }
}


.team-presentation-gallery {
  position: relative;
}
.team-presentation-gallery__list {
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
}
.team-presentation-gallery__item {
  flex: 0 1 auto;
}
.team-presentation-gallery__item:nth-child(1) {
  margin-top: 5rem;
}
.team-presentation-gallery__item:nth-child(2) {
  margin-top: -20rem;
  margin-left: 20rem;
}
.team-presentation-gallery__item:nth-child(3) {
  margin-top: -45rem;
  margin-left: 15rem;
}
.team-presentation-gallery__item:nth-child(4) {
  margin-top: -65rem;
  margin-left: -5rem;
}
.team-presentation-gallery__item:nth-child(5) {
  margin-top: -55rem;
  margin-left: 2.5rem;
}
.team-presentation-gallery__item:nth-child(6) {
  margin-top: -62rem;
  margin-left: 4rem;
}
.team-presentation-gallery__item:nth-child(7) {
  margin-top: -15rem;
  margin-left: -20rem;
}
.team-presentation-gallery__item:nth-child(8) {
  margin-left: -2.5rem;
}
.team-presentation-gallery__figure {
  background: center/cover no-repeat;
}
.team-presentation-gallery__figure_tiny {
  max-width: 17rem;
  width: 100%;
}
.team-presentation-gallery__figure_tiny::before {
  content: '';
  display: block;
  padding-bottom: 95.29411764705881%;
}
.team-presentation-gallery__figure_main::before {
  content: '';
  display: block;
  padding-bottom: 56.780923994038744%;
}
@media (max-width: 1000px) {
  .team-presentation-gallery__item:nth-child(1) {
    margin-top: 4rem;
  }
  .team-presentation-gallery__item:nth-child(2) {
    margin-top: 1rem;
    margin-left: -1rem;
  }
  .team-presentation-gallery__item:nth-child(3) {
    margin-top: 0;
    margin-left: 2rem;
  }
  .team-presentation-gallery__item:nth-child(4) {
    margin-top: 1rem;
    margin-left: 2rem;
  }
  .team-presentation-gallery__item:nth-child(5) {
    margin-top: -30vh;
    margin-left: -5rem;
  }
  .team-presentation-gallery__item:nth-child(6) {
    margin-top: -20vh;
    margin-left: 5rem;
  }
  .team-presentation-gallery__item:nth-child(7) {
    margin-top: -10vh;
    margin-left: -15rem;
  }
  .team-presentation-gallery__item:nth-child(8) {
    margin-top: -25vh;
    margin-left: -5rem;
  }
}
@media (max-width: 750px) {
  .team-presentation-gallery__list {
    display: none;
  }
}

.history-timeline {
  position: relative;
}

.history-timeline-item__figure {
  margin-right: 100px;
}

.history-timeline-tabs {
  font-size: 27px;
  line-height: 1.296296296296296;
  pointer-events: none;
}
.history-timeline-tabs__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.history-timeline-tabs__item {
  pointer-events: auto;
  -webkit-user-select: none;
          user-select: none;
  flex: 0 0 auto;
  position: relative;
  padding-top: 20px;
  padding-right: 40px;
  color: rgba(69,75,82,0.3);
}
.history-timeline-tabs__item::after {
  content: '';
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  background-color: #fa1e26;
}
.history-timeline-tabs__item::before {
  content: '';
  transition: .15s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  position: absolute;
  top: calc(50% + 10px);
  right: -1px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background-color: #fa1e26;
}
.history-timeline-tabs__item:first-child {
  padding-top: 0;
}
.history-timeline-tabs__item:first-child::after {
  top: 50%;
}
.history-timeline-tabs__item:first-child::before {
  top: 50%;
}
.history-timeline-tabs__item:last-child::after {
  bottom: calc(50% - 10px);
}
.history-timeline-tabs__item.is-active {
  color: #fa1e26;
}
.history-timeline-tabs__item.is-active::after,
.history-timeline-tabs__item.is-active::before {
  background-color: #d12f35;
}
.history-timeline-tabs__item.is-active::before {
  right: -2px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
}
.history-timeline-tabs__item.is-active ~ .history-timeline-tabs__item::after,
.history-timeline-tabs__item.is-active ~ .history-timeline-tabs__item::before {
  opacity: 0.2;
  background-color: #454b52;
}
.history-timeline-tabs__item:not(.is-active):hover {
  cursor: pointer;
  color: #d12f35;
}
.history-timeline-tabs__item:not(.is-active):hover::after,
.history-timeline-tabs__item:not(.is-active):hover::before {
  background-color: #d12f35;
}
@media (max-width: 1500px) {
  .history-timeline-tabs {
    font-size: 20px;
    line-height: 1.3;
  }
  .history-timeline-tabs__item {
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .history-timeline-tabs {
    font-size: 17px;
    line-height: 1.294117647058824;
  }
  .history-timeline-tabs__item {
    padding-right: 30px;
  }
}
@media (max-width: 1000px) {
  .history-timeline-tabs {
    font-size: 16px;
    line-height: 1.3125;
  }
  .history-timeline-tabs__item {
    padding-right: 18px;
  }
}
@media (max-width: 750px) {
  .history-timeline-tabs {
    font-size: 18px;
    line-height: 1.111111111111111;
  }
  .history-timeline-tabs__list {
    pointer-events: auto;
    overflow: auto;
    flex-direction: row;
    padding-bottom: 1px;
  }
  .history-timeline-tabs__item {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 17px;
  }
  .history-timeline-tabs__item::after {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
  }
  .history-timeline-tabs__item::before {
    left: 50%;
    top: -1px;
    right: auto;
    width: 3px;
    height: 3px;
    margin-top: 0;
  }
  .history-timeline-tabs__item:first-child {
    padding-top: 10px;
    padding-left: 0;
  }
  .history-timeline-tabs__item:first-child::before {
    left: 50%;
    top: -1px;
    right: auto;
    width: 3px;
    height: 3px;
    margin-top: 0;
  }
  .history-timeline-tabs__item:first-child::after {
    top: 0;
    left: 50%;
  }
  .history-timeline-tabs__item:last-child::after {
    right: 50%;
  }
  .history-timeline-tabs__item.is-active::before {
    right: auto;
    width: 3px;
    height: 3px;
    margin-right: 0;
    margin-top: 0;
  }
}

.history-timeline-years {
  position: relative;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}
.history-timeline-years__tabs-container {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.history-timeline-years__tabs {
  position: relative;
}
.history-timeline-years__item:not(.is-active) {
  display: none;
}
@media (max-width: 750px) {
  .history-timeline-years {
    padding-top: 50px;
  }
  .history-timeline-years__tabs {
    z-index: 50;
  }
  .history-timeline-years__tabs::before {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    background-color: #fff;
  }
}

.article-preview-stage {
  position: relative;
}
.article-preview-stage__content {
  margin-left: -50px;
}
@media (max-width: 1200px) {
  .article-preview-stage__content {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (max-width: 1000px) {
  .article-preview-stage__content {
    margin-right: 0;
    margin-left: 0;
  }
}

.e-quote {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.e-quote__extra-content {
  opacity: 0;
}
.e-quote__extra-content:not([aria-expanded="true"]) {
  display: none;
}
.e-quote__extra-content.is-expander-check {
  padding-bottom: 0.1px;
}
.e-quote__extra-content.is-expander-animating {
  overflow: hidden;
  opacity: 1;
  transition: max-height .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.e-quote__extra-content.is-expanded {
  opacity: 1;
}
.e-quote__extra-action[data-expanded="true"] .e-quote__extra-action-text_expand {
  display: none;
}
.e-quote__extra-action[data-expanded="false"] .e-quote__extra-action-text_collapse {
  display: none;
}
.e-quote__content {
  font-size: 18px;
  line-height: 1.444444444444444;
  margin-bottom: 2.6rem;
  color: #454b52;
}
.e-quote__description {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 3.1rem;
  color: #454b52;
}
.e-quote__title {
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Georgia', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: relative;
  padding-left: 50px;
  color: #0b0c0d;
}
.e-quote__title::after {
  content: '';
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 3rem;
  height: 0.1rem;
  background: rgba(69,75,82,0.5);
}
@media (min-width: 1501px) {
  .e-quote__content {
    font-size: 21px;
    line-height: 1.428571428571429;
    margin-bottom: 0;
  }
  .e-quote__description {
    font-size: 16px;
    line-height: 1.4375;
    margin-bottom: 3.6rem;
  }
  .e-quote__title {
    font-size: 27px;
    line-height: 1.296296296296296;
  }
  .e-quote__title::after {
    top: 1.7rem;
  }
}
@media (max-width: 1200px) {
  .e-quote__content {
    font-size: 16px;
    line-height: 1.4375;
  }
}
@media (max-width: 1000px) {
  .e-quote__content {
    font-size: 14px;
    line-height: 1.428571428571429;
    margin-bottom: 2.1rem;
  }
  .e-quote__description {
    font-size: 14px;
    line-height: 1.428571428571429;
    margin-bottom: 2.1rem;
  }
  .e-quote__title {
    font-size: 16px;
    line-height: ;
  }
  .e-quote__title::after {
    top: 1rem;
  }
}
@media (max-width: 750px) {
  .e-quote__content {
    font-size: 16px;
    line-height: 1.4375;
    margin-bottom: 2.4rem;
  }
  .e-quote__description {
    margin-bottom: 3.5rem;
    text-align: center;
  }
  .e-quote__title {
    text-align: center;
    padding-left: 0;
  }
  .e-quote__title::after {
    top: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.category-card {
  flex: 1 1 auto;
  background: #fff;
  border: 0.1rem solid rgba(69,75,82,0.2);
}
.category-card__wrapper {
  padding: 7.7rem 62px 8rem 68px;
}
.category-card__title {
  display: inline-block;
  color: #fa1e26;
  margin-bottom: 3.3rem;
  border: none;
  transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.category-card__content {
  margin-bottom: -3rem;
}
.category-card__content-item {
  color: #0b0c0d;
  margin-bottom: 3rem;
}
a.category-card__title:hover {
  text-decoration: underline;
}
:root:not(.device-touch) a.category-card__title:hover:hover,
:root:not(.device-touch) a.category-card__title:hover:active,
a.category-card__title:hover:active {
  text-decoration: underline;
}
@media (max-width: 1500px) {
  .category-card__wrapper {
    padding: 5.7rem 52px 5.8rem 58px;
  }
  .category-card__title {
    margin-bottom: 2.8rem;
  }
  .category-card__content {
    margin-bottom: -2.5rem;
  }
  .category-card__content-item {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .category-card__wrapper {
    padding: 4.7rem 38px 4.9rem;
  }
  .category-card__title {
    margin-bottom: 1.9rem;
  }
}
@media (max-width: 1000px) {
  .category-card__wrapper {
    padding: 3.7rem 48px 3.9rem;
  }
  .category-card__title {
    margin-bottom: 2.2rem;
  }
  .category-card__content {
    margin-bottom: -2.1rem;
  }
  .category-card__content-item {
    margin-bottom: 2.1rem;
  }
}
@media (max-width: 750px) {
  .category-card__wrapper {
    padding: 2.7rem 28px 3.9rem;
  }
  .category-card__title {
    margin-bottom: 1.9rem;
  }
}
.category-card-item {
  color: #454b52;
  border-color: transparent;
}
.category-card-item:hover {
  border-color: #fa1e26;
}
@media (max-width: 750px) {
  .category-card-item {
    font-size: 16px;
    line-height: 1.4375;
  }
}

.e-product-card {
  position: relative;
  display: grid;
  grid-template-areas: 'image image' 'main side' 'footer side';
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr auto;
  grid-gap: 0 20px;
}
.e-product-card__image {
  margin-bottom: 20px;
  background: center/cover no-repeat;
}
.e-product-card__image::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.e-product-card__main {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: main;
  margin-bottom: 30px;
}
.e-product-card__title {
  margin-bottom: 5px;
  font-weight: 400;
}
.e-product-card__subtitle {
  font-size: 18px;
  line-height: 1.111111111111111;
}
.e-product-card__side {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: side;
  text-align: right;
}
.e-product-card__price {
  margin-bottom: 0;
}
.e-product-card__price + .e-product-card__price {
  margin-top: 10px;
}
.e-product-card__price-title {
  font-size: 14px;
  line-height: 1.285714285714286;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.e-product-card__actions {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: footer;
}
.e-product-card__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  overflow: hidden;
  grid-area: image;
  margin-bottom: 20px;
}
.e-product-card::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -8px;
  bottom: -20px;
  left: -8px;
  opacity: 0;
  background-color: #fff;
  box-shadow: 36px 27px 74px rgba(16,14,23,0.19);
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.e-product-card:hover::after {
  opacity: 1;
  transition: .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 1500px) {
  .e-product-card__image {
    margin-bottom: 10px;
  }
  .e-product-card__main {
    margin-bottom: 15px;
  }
  .e-product-card__subtitle {
    font-size: 16px;
    line-height: 1.4375;
  }
}
@media (max-width: 1200px) {
  .e-product-card {
    grid-gap: 0 10px;
  }
  .e-product-card__image {
    margin-bottom: 10px;
  }
  .e-product-card__main {
    margin-bottom: 15px;
  }
  .e-product-card__subtitle {
    font-size: 14px;
    line-height: 1.428571428571429;
  }
  .e-product-card__price + .e-product-card__price {
    margin-top: 5px;
  }
  .e-product-card__price-title {
    font-size: 12px;
    line-height: 1.333333333333333;
  }
  .e-product-card__figure {
    margin-bottom: 10px;
  }
}

