.h2-title {
  font-size: 3.5rem;
  line-height: 100%;
  letter-spacing: -1.4px;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .h2-title {
    font-size: 2.5rem;
  }
}

.clients-slides {
  padding-top: 13rem;
  padding-bottom: 7.5rem;
}
.clients-slides__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.5rem;
}
.clients-slides__title {
  margin-bottom: 0;
}

.large-section {
  position: relative;
  color: #FFFFFF;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.large-section__btn {
  margin-top: 4rem;
}
.large-section__btn.large-section__btn--border {
  margin-left: 1rem;
  background: transparent;
  border: 1px solid #FF474A;
}
@media (max-width: 767px) {
  .large-section__btn.large-section__btn--border {
    margin-left: 0;
  }
}
.large-section--message {
  padding: 10rem 0;
}
.large-section--message .container {
  margin-bottom: 0;
}
.large-section--gray {
  background: #F3EEEB;
}
.large-section--gray.section-p {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .large-section--gray.section-p {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.large-section--gray h2 {
  color: #232B34;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.4px;
  max-width: 127rem;
}
@media (max-width: 767px) {
  .large-section--gray h2 {
    font-size: 2.5rem;
  }
}
.large-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #232b34;
}
.large-section__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  content: "";
}
.large-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-section__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .large-section__container {
    display: block;
  }
}
.large-section__left {
  width: -webkit-calc(50% - 2rem);
  width: -moz-calc(50% - 2rem);
  width: calc(50% - 2rem);
  font-size: 2.1rem;
  line-height: 120%;
  max-width: 48rem;
}
@media (max-width: 1023px) {
  .large-section__left {
    width: 100%;
  }
}
.large-section__left--border-btn {
  max-width: none;
}
@media (max-width: 480px) {
  .large-section__left--border-btn .large-section__title {
    font-size: 3.4rem;
  }
}
.large-section__left-logo {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .large-section__left-logo.logo-right {
    position: absolute;
    right: 0;
  }
}
.large-section__title {
  margin-bottom: 3rem;
  font-size: 4.5rem;
  letter-spacing: -1.35px;
}
@media (max-width: 767px) {
  .large-section__title {
    font-size: 3.9rem;
  }
}
.large-section__title ~ .btn {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .large-section__sub-title {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.large-section__sub-title ~ .btn {
  margin-top: 3rem;
}
.large-section__right {
  width: -webkit-calc(50% - 1.4rem);
  width: -moz-calc(50% - 1.4rem);
  width: calc(50% - 1.4rem);
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .large-section__right {
    width: 100%;
  }
}
.large-section__right--center {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.large-section__right--center p {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .large-section__description {
    margin-top: 4.5rem;
  }
}
.large-section__description p {
  font-size: 2.1rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .large-section__description p {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.large-section__description p:first-child {
  margin-top: 0;
}
.large-section__description ~ .btn {
  margin-top: 2rem;
}
.large-section__msg {
  text-align: center;
  font-size: 4.5rem;
  line-height: 100%;
  letter-spacing: -1.8px;
  margin: 0;
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .large-section__msg {
    font-size: 3rem;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .row {
    display: block;
  }
  .row > * {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.row--5 {
  margin-bottom: -2.1rem;
}
@media (max-width: 1023px) {
  .row--5 {
    margin-bottom: -1.8rem;
  }
}
.row--5 > * {
  width: -webkit-calc(20% - 1.68rem);
  width: -moz-calc(20% - 1.68rem);
  width: calc(20% - 1.68rem);
  margin-right: 2.1rem;
  margin-bottom: 2.1rem;
}
.row--5 > *:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--5 > * {
    width: -webkit-calc(50% - 0.9rem);
    width: -moz-calc(50% - 0.9rem);
    width: calc(50% - 0.9rem);
    margin-right: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .row--5 > *:nth-child(4n) {
    margin-right: 1.8rem;
  }
  .row--5 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.row--4 {
  margin-bottom: -2.8rem;
}
@media (max-width: 1023px) {
  .row--4 {
    margin-bottom: -2.4rem;
  }
}
.row--4 > * {
  width: -webkit-calc(25% - 2.1rem);
  width: -moz-calc(25% - 2.1rem);
  width: calc(25% - 2.1rem);
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
}
.row--4 > *:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--4 > * {
    width: -webkit-calc(50% - 1.2rem);
    width: -moz-calc(50% - 1.2rem);
    width: calc(50% - 1.2rem);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .row--4 > *:nth-child(4n) {
    margin-right: 2.4rem;
  }
  .row--4 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.row--3 {
  margin-bottom: -2.8rem;
}
@media (max-width: 1023px) {
  .row--3 {
    margin-bottom: -2.4rem;
  }
}
.row--3 > * {
  width: -webkit-calc(33.3333333333% - 1.8666666667rem);
  width: -moz-calc(33.3333333333% - 1.8666666667rem);
  width: calc(33.3333333333% - 1.8666666667rem);
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
}
.row--3 > *:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--3 > * {
    width: -webkit-calc(50% - 1.3rem);
    width: -moz-calc(50% - 1.3rem);
    width: calc(50% - 1.3rem);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .row--3 > *:nth-child(2n) {
    margin-right: 0 !important;
  }
  .row--3 > *:nth-child(3n) {
    margin-right: 2.4rem;
  }
}
.row--2 {
  margin-bottom: -2.8rem;
}
@media (max-width: 1023px) {
  .row--2 {
    margin-bottom: -2.4rem;
  }
}
.row--2 > * {
  width: -webkit-calc(50% - 2.8rem);
  width: -moz-calc(50% - 2.8rem);
  width: calc(50% - 2.8rem);
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
}
.row--2 > *:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--2 > * {
    width: -webkit-calc(50% - 1.3rem);
    width: -moz-calc(50% - 1.3rem);
    width: calc(50% - 1.3rem);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .row--2 > *:nth-child(2n) {
    margin-right: 0 !important;
  }
  .row--2 > *:nth-child(3n) {
    margin-right: 2.4rem;
  }
}

.section-p {
  padding: 7.5rem 0;
}

.slider--new-controls .slider-controls__prev {
  width: 5rem;
  height: 5rem;
  border: 1px solid #DADCE0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-right: 0.5rem !important;
}
.slider--new-controls .slider-controls__prev:hover::before {
  color: #A0978A;
}
.slider--new-controls .slider-controls__prev::before {
  color: #232B34;
  margin-left: 0.8rem;
}
.slider--new-controls .slider-controls__next {
  width: 5rem;
  height: 5rem;
  border: 1px solid #DADCE0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.slider--new-controls .slider-controls__next:hover::before {
  color: #A0978A;
}
.slider--new-controls .slider-controls__next::before {
  color: #232B34;
  margin-right: 0.7rem;
}
.slider--new-controls.slider-controls--red .slider-controls__prev {
  border-color: #FF474A;
  background: #FF474A;
}
.slider--new-controls.slider-controls--red .slider-controls__prev::before {
  color: #fff;
}
.slider--new-controls.slider-controls--red .slider-controls__prev:hover {
  background-color: #e1314e;
}
.slider--new-controls.slider-controls--red .slider-controls__prev:hover::before {
  color: #fff;
}
.slider--new-controls.slider-controls--red .slider-controls__next {
  border-color: #FF474A;
  background: #FF474A;
}
.slider--new-controls.slider-controls--red .slider-controls__next::before {
  color: #fff;
}
.slider--new-controls.slider-controls--red .slider-controls__next:hover {
  background-color: #e1314e;
}
.slider--new-controls.slider-controls--red .slider-controls__next:hover::before {
  color: #fff;
}
.slider--new .clients-slider__slide {
  margin: 0 1.3rem;
  width: 20.9rem;
  height: 20.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 1024px) {
  .slider--new .clients-slider__slide:hover .clients-slider__img--no-logo {
    -webkit-filter: sepia(1) hue-rotate(-60deg) saturate(5) brightness(0.82) contrast(1.3);
            filter: sepia(1) hue-rotate(-60deg) saturate(5) brightness(0.82) contrast(1.3);
  }
  .slider--new .clients-slider__slide:hover .clients-slider__img:not(.clients-slider__img--no-logo) {
    -webkit-filter: sepia(1) hue-rotate(192deg) saturate(2.1) brightness(1.07) contrast(0.67);
            filter: sepia(1) hue-rotate(192deg) saturate(2.1) brightness(1.07) contrast(0.67);
  }
}
.slider--new .clients-slider__slide .clients-slider__img + span {
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: -0.42px;
  margin-top: 1.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  max-width: 88%;
}
.slider--new .flickity-viewport {
  overflow: visible !important;
}

.container-mb0.container {
  margin-bottom: 0;
}

.header .logo._desktop a svg {
  display: block;
}
.header .logo._desktop a:nth-child(2) {
  padding-left: 2rem;
  margin-left: 2rem;
  position: relative;
}
.header .logo._desktop a:nth-child(2)::before {
  content: "/";
  display: block;
  width: 1px;
  height: 2rem;
  background: transparent;
  position: absolute;
  left: -0.5rem;
  top: -0.3rem;
  font-size: 2.5rem;
}
.header__menu {
  margin-right: 4rem;
}
.header__menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__lang {
  top: 0;
}
.header__menu-about {
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  background: #F3EEEB;
  padding: 0.3rem 1rem;
}
.header-mobile__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-mobile__logo img {
  width: 10rem;
}
.header-mobile__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-mobile__logo-wrapper ._icon-logo-desktop {
  position: static;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.header-mobile__logo-wrapper a svg {
  display: block;
}
.header-mobile__logo-wrapper a:nth-child(2) {
  padding-left: 1.5rem;
  padding-top: 0.2rem;
  margin-left: 1.5rem;
  position: relative;
}
.header-mobile__logo-wrapper a:nth-child(2)::before {
  content: "/";
  display: block;
  width: 1px;
  height: 2rem;
  background: transparent;
  position: absolute;
  top: -0.4rem;
  font-size: 2rem;
  left: -0.4rem;
}
.header-mobile__search-btn svg {
  display: block;
}

.main {
  overflow: visible;
}

.mobile-menu__header a svg {
  display: block;
  margin-top: 0.3rem;
}
.mobile-menu__header a:nth-child(2) {
  padding-left: 2rem;
  margin-left: 2rem;
  position: relative;
}
.mobile-menu__header a:nth-child(2)::before {
  content: "/";
  display: block;
  width: 1px;
  height: 2rem;
  background: transparent;
  position: absolute;
  left: -0.4rem;
  top: -0.3rem;
  font-size: 2rem;
}
.mobile-menu__logo {
  margin-right: 0;
}
.mobile-menu__logo ._icon-logo-desktop {
  width: 10rem;
}

@media (max-width: 767px) {
  .page-mark {
    overflow: hidden;
  }
}
.page-mark--main .page-mark__sidebar {
  margin-right: 10rem;
}
@media (max-width: 1440px) {
  .page-mark__container {
    max-width: 100%;
    padding: 0 2.8rem;
  }
}
.page-mark__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1023px) {
  .page-mark__wrap {
    display: block;
    padding-top: 0;
  }
}
.page-mark__sidebar {
  width: 32.5rem;
  margin-right: 2.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-top: 6rem;
}
@media (max-width: 1023px) {
  .page-mark__sidebar {
    width: 100%;
    margin-right: 0;
    padding-top: 8rem;
  }
}
.page-mark__content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 1023px) {
  .page-mark__content {
    margin-top: 5rem;
  }
}
@media (max-width: 1023px) {
  .page-mark__breadcrumbs {
    position: absolute;
    top: 4rem;
  }
}
.page-mark__breadcrumbs .breadcrumbs {
  margin: 0;
}
@media (max-width: 767px) {
  .page-mark__breadcrumbs .breadcrumbs {
    display: block;
  }
}
.page-mark__breadcrumbs .breadcrumbs li:hover {
  color: #FF474A;
}
.page-mark__section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.page-mark__section:first-of-type {
  padding-top: 4.5rem;
}
.page-mark__section + .page-mark__section {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .page-mark:not(.page-mark--main) .mark-sidebar {
    width: 30%;
    margin-right: 3rem;
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .page-mark:not(.page-mark--main) .mark-sidebar {
    width: 40%;
    margin-right: 2rem;
  }
}
.page-mark:not(.page-mark--main) .mark-sidebar__links-wrapper {
  height: auto;
  margin-top: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .page-mark:not(.page-mark--main) .mark-sidebar__links-wrapper {
    width: 100%;
    height: 100%;
  }
}
.page-mark:not(.page-mark--main) .mark-sidebar__links {
  max-width: none;
}
@media (max-width: 1023px) {
  .page-mark:not(.page-mark--main) .mark-sidebar__links {
    position: -webkit-sticky;
    position: sticky;
    top: 11rem;
  }
}
@media (max-width: 1023px) {
  .page-mark:not(.page-mark--main) .page-mark__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .page-mark:not(.page-mark--main) .page-mark__breadcrumbs {
    position: static;
  }
}
.page-mark:not(.page-mark--main) .page-mark__breadcrumbs .breadcrumbs {
  width: 100%;
}
@media (max-width: 767px) {
  .page-mark:not(.page-mark--main) .page-mark__breadcrumbs .breadcrumbs {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .page-mark:not(.page-mark--main) .page-mark__content {
    width: -webkit-calc(70% - 3rem);
    width: -moz-calc(70% - 3rem);
    width: calc(70% - 3rem);
  }
}
@media (max-width: 767px) {
  .page-mark:not(.page-mark--main) .page-mark__content {
    width: -webkit-calc(60% - 2rem);
    width: -moz-calc(60% - 2rem);
    width: calc(60% - 2rem);
  }
}
@media (max-width: 767px) {
  .page-mark:not(.page-mark--main) .mark-sidebar {
    display: none;
  }
}
.page-mark--article .mark-section__top {
  margin-bottom: 0;
}
.page-mark--article .mark-sidebar:not(.mark-sidebar--right) {
  margin-right: 2.8rem;
}
.page-mark--article .mark-sidebar__links-wrapper {
  height: 100% !important;
}
@media (max-width: 767px) {
  .page-mark--article .page-mark__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .mark-sidebar > *:not(.mark-sidebar__links-wrapper) {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .mark-sidebar > *:not(.mark-sidebar__links-wrapper) {
    max-width: none;
  }
}
.mark-sidebar__photo {
  width: 27rem;
  height: 27rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 3rem;
}
.mark-sidebar__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mark-sidebar__title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 4.5rem;
  line-height: 100%;
  letter-spacing: -1.8px;
}
.mark-sidebar__about {
  margin-bottom: 2rem;
}
.mark-sidebar__more {
  color: #A0978A;
}
.mark-sidebar:not(.mark-sidebar--right) .mark-sidebar__links-wrapper {
  max-width: 30rem;
}
.mark-sidebar__links-wrapper {
  height: -webkit-calc(100% - 50rem);
  height: -moz-calc(100% - 50rem);
  height: calc(100% - 50rem);
  margin-top: 7.6rem;
  position: relative;
}
@media (max-width: 1023px) {
  .mark-sidebar__links-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: auto;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .mark-sidebar__links-wrapper {
    position: static;
    width: 100%;
  }
}
.mark-sidebar__links {
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
}
@media (max-width: 1023px) {
  .mark-sidebar__links {
    position: static;
    max-width: 20rem;
  }
}
.mark-sidebar__links a {
  margin-bottom: 2.4rem;
  color: #8C97A3;
  line-height: 130%;
  letter-spacing: -0.51px;
  display: block;
  -webkit-transition: color 0.25s ease, opacity 0.25s ease;
  -o-transition: color 0.25s ease, opacity 0.25s ease;
  -moz-transition: color 0.25s ease, opacity 0.25s ease;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.mark-sidebar__links a:hover {
  color: #FF474A;
}
.mark-sidebar--right {
  width: 32.5rem;
  margin-left: 2.8rem;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .mark-sidebar--right {
    display: none;
  }
}
@media (max-width: 767px) {
  .mark-sidebar--right {
    display: block !important;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0 !important;
  }
}
.mark-sidebar--right .mark-sidebar__download {
  display: none;
}
@media (min-width: 1024px) {
  .mark-sidebar--right .mark-sidebar__download {
    display: block;
  }
}
@media (max-width: 767px) {
  .mark-sidebar--right .mark-sidebar__download {
    display: block;
    padding: 3rem;
    border: 1px solid #DADCE0;
  }
  .mark-sidebar--right .mark-sidebar__download .btn {
    width: 100%;
  }
}
.mark-sidebar__download {
  padding: 3rem;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  border: 1px solid #DADCE0;
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
  display: none;
}
@media (max-width: 1023px) {
  .mark-sidebar__download {
    display: block;
    margin-bottom: 5rem;
    padding: 0;
    border: none;
    position: static;
  }
  .mark-sidebar__download .btn {
    min-width: auto;
  }
}
.mark-sidebar__download h3 {
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.6px;
  margin-top: 0;
  margin-bottom: 2rem;
}
.mark-sidebar__download .btn {
  background: rgba(23, 65, 110, 0.05);
  margin-bottom: 0;
}

.mark-section {
  overflow: hidden;
}
.mark-section__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
.mark-section__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 100%;
  letter-spacing: -1.4px;
}
.mark-section__date {
  margin-top: 2.5rem;
}
.mark-section__source {
  margin-top: 4.5rem;
}
.mark-section__source a {
  color: #A0978A;
}
.mark-section__hash {
  padding-top: 2rem;
  border-top: 1px solid #DADCE0;
  margin-top: 4.5rem;
}
.mark-section__hash a {
  color: #A0978A;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  margin-right: 1.5rem;
}
.mark-section__hash a:hover {
  color: #FF474A;
}
.mark-section__video {
  margin-top: 4rem;
}

.new-mark-slider .flickity-viewport {
  overflow: visible !important;
}

.mark-slide {
  width: 23.2rem;
  margin-right: 1rem;
}
.mark-slide__link {
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  overflow: hidden;
  background: #F3EEEB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0 2rem 2rem 2rem;
  cursor: pointer;
}
.mark-slide__link.open {
  height: auto !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.mark-slide__link.open .mark-slide__wrapper {
  height: auto;
  overflow: visible;
}
.mark-slide__link.open .mark-slide__wrapper .mark-slide__desc {
  display: block;
  overflow: visible;
  height: auto;
}
.mark-slide__photo {
  height: 12.8rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 2rem;
}
.mark-slide__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mark-slide__wrapper {
  height: 17.8rem;
  overflow: hidden;
}
.mark-slide__wrapper.overflow .mark-slide__desc.overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.mark-slide__label {
  display: inline-block;
  -webkit-border-radius: 1.5rem;
     -moz-border-radius: 1.5rem;
          border-radius: 1.5rem;
  border: 1px solid #CBBFAD;
  color: #CBBFAD;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.mark-slide__title {
  font-size: 1.8rem;
  line-height: 122%;
  letter-spacing: -0.72px;
  margin-bottom: 1.5rem;
}
.mark-slide__desc {
  color: #232B34;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: -0.45px;
  opacity: 0.5;
  height: 7.8rem;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 100;
}
.mark-slide__desc.overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.mark-slide__hash {
  color: #A0978A;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.1px;
  min-height: 4.5rem;
  margin-top: 3.5rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.my-choice-slide {
  width: 46.5rem;
  margin-right: 2.8rem;
}
@media (max-width: 1023px) {
  .my-choice-slide {
    width: 34.2rem;
  }
}
@media (max-width: 767px) {
  .my-choice-slide {
    width: 26rem;
    margin-right: 2rem;
  }
}
.my-choice-slide__link {
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  overflow: hidden;
  background: #F3EEEB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0 3rem 3rem 3rem;
  cursor: pointer;
}
.my-choice-slide__photo {
  height: 17rem;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: 3rem;
}
.my-choice-slide__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .my-choice-slide__photo img {
    -o-object-position: left;
       object-position: left;
  }
}
.my-choice-slide__wrapper {
  min-height: 22.3rem;
}
.my-choice-slide__label {
  display: inline-block;
  -webkit-border-radius: 1.5rem;
     -moz-border-radius: 1.5rem;
          border-radius: 1.5rem;
  border: 1px solid #CBBFAD;
  color: #CBBFAD;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.my-choice-slide__title {
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: -1px;
  margin-bottom: 2rem;
  min-height: 5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.my-choice-slide__desc {
  color: #232B34;
  line-height: 130%;
  letter-spacing: -0.51px;
  opacity: 0.5;
  min-height: 7.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.my-choice-slide__hash {
  color: #A0978A;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.1px;
  height: 3rem;
  margin-top: 3.5rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.mark-books {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.8rem;
}
@media (max-width: 1023px) {
  .mark-books {
    gap: 2rem;
  }
}
.mark-books__item {
  width: -webkit-calc(25% - 2.1rem);
  width: -moz-calc(25% - 2.1rem);
  width: calc(25% - 2.1rem);
  background: #F3EEEB;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  overflow: hidden;
  padding: 0 2rem 2rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .mark-books__item {
    width: -webkit-calc(50% - 1rem);
    width: -moz-calc(50% - 1rem);
    width: calc(50% - 1rem);
  }
}
@media (max-width: 767px) {
  .mark-books__item {
    width: 100%;
  }
}
.mark-books__item-image {
  height: 34.3rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .mark-books__item-image {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .mark-books__item-image {
    height: 48rem;
  }
}
.mark-books__item-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.mark-books__item-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.mark-books__item-title {
  font-size: 1.8rem;
  line-height: 122%;
  letter-spacing: -0.72px;
  margin-bottom: 1.5rem;
  min-height: 6.5rem;
}
.mark-books__item-desc {
  overflow: hidden;
  color: #232B34;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: -0.45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  opacity: 0.5;
  margin-bottom: 1.5rem;
}
.mark-books__item-hash {
  color: #A0978A;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.1px;
  min-height: 4rem;
}

.book-single__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .book-single__row {
    display: block;
  }
}
.book-single__left {
  width: 32.5rem;
  margin-right: 2.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1023px) {
  .book-single__left {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .book-single__left {
    width: 100%;
  }
}
.book-single__cover img {
  width: 100%;
  height: auto;
}
.book-single__book-title {
  font-size: 3.5rem;
  line-height: 100%;
  letter-spacing: -1.4px;
  margin: 0;
}
.book-single__small-title {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.book-single__btns > .btn {
  width: 100%;
}
.book-single__btns > .btn:not(:first-child) {
  margin-top: 1rem;
}
.book-single__btns-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .book-single__btns-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.book-single__btns-row .btn {
  background: #F3EEEB;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 1023px) {
  .book-single__btns-row .btn {
    width: 100%;
  }
}
.book-single__btns-row .btn:last-of-type {
  background: rgba(198, 4, 64, 0.05);
  color: #FF474A;
}
.book-single__hash {
  margin-top: 3rem;
  color: #A0978A;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  display: block;
}
.book-single__hash span {
  margin-right: 1.5rem;
}

.btn._with-icon {
  font-size: 1.5rem;
  color: #121111;
  line-height: 100%;
}
.btn._with-icon svg {
  margin-right: 1rem;
  display: block;
}
.btn._with-icon:hover {
  background: #FF474A;
  color: #fff;
}
.btn._with-icon:hover svg {
  -webkit-filter: grayscale(1) brightness(20);
          filter: grayscale(1) brightness(20);
}

.mark-articles__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.8rem;
}
@media (max-width: 1023px) {
  .mark-articles__row {
    gap: 2rem;
  }
}
.mark-articles__more {
  margin-top: 3rem;
  width: 100%;
}

.mark-tile {
  padding: 3rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  background: #F3EEEB;
  width: -webkit-calc(33.3333333333% - 1.8666666667rem);
  width: -moz-calc(33.3333333333% - 1.8666666667rem);
  width: calc(33.3333333333% - 1.8666666667rem);
  display: block;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .mark-tile {
    width: -webkit-calc(50% - 1rem);
    width: -moz-calc(50% - 1rem);
    width: calc(50% - 1rem);
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .mark-tile {
    width: 100%;
  }
}
.mark-tile__photo {
  height: 20rem;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-top: -3rem;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .mark-tile__photo {
    height: 15rem;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -2rem;
  }
}
@media (max-width: 767px) {
  .mark-tile__photo {
    height: 20rem;
  }
}
.mark-tile__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mark-tile__wrapper {
  height: 26rem;
}
@media (max-width: 767px) {
  .mark-tile__wrapper {
    height: auto;
  }
}
.mark-tile__title {
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: -1px;
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  min-height: 7.5rem;
}
@media (max-width: 1023px) {
  .mark-tile__title {
    font-size: 2.2rem;
    min-height: 6rem;
  }
}
.mark-tile__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.7rem;
  line-height: 130%;
  letter-spacing: -0.51px;
  opacity: 0.5;
}
.mark-tile__hash {
  color: #A0978A;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.1px;
  margin-top: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem;
}
.mark-tile__date {
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
  opacity: 0.3;
}

.text-content img {
  max-width: 100%;
  margin: 4rem 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}
.text-content img + h2, .text-content img + h3 {
  margin-top: 0;
}
.text-content i {
  color: #121111;
  font-size: 2rem;
  font-style: italic;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin: 2rem 0;
}
.text-content p {
  margin: 2rem 0;
  line-height: 130%;
}
.text-content h2 {
  margin: 4rem 0;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: -1px;
}
.text-content h3 {
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.6px;
  margin: 2rem 0;
}
.text-content h4 {
  color: #121111;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.51px;
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 1.7rem;
}
.text-content b {
  color: #121111;
}
.text-content ol, .text-content ul {
  padding-left: 3rem;
}
.text-content ul {
  list-style: disc;
}
.text-content li {
  margin: 2rem 0;
  line-height: 130%;
  letter-spacing: -0.51px;
}

.list-block {
  padding: 3rem;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  border: 1px solid #DADCE0;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .list-block {
    padding: 2rem;
  }
}
.list-block + img {
  margin-top: 0;
}

.mark-presentations__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.8rem;
}
@media (max-width: 1023px) {
  .mark-presentations__row {
    gap: 2rem;
  }
}
.mark-presentations__more {
  margin-top: 3rem;
  width: 100%;
}
.mark-presentations .mark-tile {
  width: -webkit-calc(50% - 1.4rem);
  width: -moz-calc(50% - 1.4rem);
  width: calc(50% - 1.4rem);
}
@media (max-width: 1023px) {
  .mark-presentations .mark-tile {
    width: -webkit-calc(50% - 1rem);
    width: -moz-calc(50% - 1rem);
    width: calc(50% - 1rem);
  }
}
@media (max-width: 767px) {
  .mark-presentations .mark-tile {
    width: 100%;
  }
}
.mark-presentations .mark-tile__photo {
  height: 31.4rem;
}
@media (max-width: 1023px) {
  .mark-presentations .mark-tile__photo {
    height: 15rem;
  }
}
@media (max-width: 767px) {
  .mark-presentations .mark-tile__photo {
    height: 18rem;
  }
}
.mark-presentations .mark-tile__wrapper {
  height: 14rem;
}
@media (max-width: 1023px) {
  .mark-presentations .mark-tile__wrapper {
    height: 13rem;
  }
}
@media (max-width: 767px) {
  .mark-presentations .mark-tile__wrapper {
    height: auto;
  }
}
.mark-presentations .mark-tile__desc {
  -webkit-line-clamp: 2;
}
.mark-videos .mark-tile__wrapper {
  height: 18.5rem;
}
@media (max-width: 1023px) {
  .mark-videos .mark-tile__wrapper {
    height: 17.5rem;
  }
}
@media (max-width: 767px) {
  .mark-videos .mark-tile__wrapper {
    height: auto;
  }
}

.video-tabs .tabs__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  position: relative;
}
.video-tabs .tabs__link {
  -webkit-border-radius: 0.5rem 0.5rem 0 0;
     -moz-border-radius: 0.5rem 0.5rem 0 0;
          border-radius: 0.5rem 0.5rem 0 0;
  background: #F3EEEB;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F3EEEB;
  border-bottom: 1px solid #DADCE0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .video-tabs .tabs__link {
    padding: 0.5rem 1rem;
  }
}
.video-tabs .tabs__link--active {
  background: #fff;
  border: 1px solid #DADCE0;
  border-bottom: 1px solid #fff;
}
.video-tabs .tabs__link span {
  font-size: 1.5rem;
  letter-spacing: -0.45px;
  display: block;
  margin-bottom: -0.3rem;
}
@media (max-width: 767px) {
  .video-tabs .tabs__link span {
    font-size: 1rem;
  }
}
.video-tabs .tabs__link svg {
  display: block;
  margin-right: 1rem;
}
.video-tabs .tabs__panes {
  padding: 1rem;
  -webkit-border-radius: 0 0.5rem 0.5rem 0.5rem;
     -moz-border-radius: 0 0.5rem 0.5rem 0.5rem;
          border-radius: 0 0.5rem 0.5rem 0.5rem;
  border: 1px solid #DADCE0;
  height: 42.7rem;
}
@media (max-width: 1023px) {
  .video-tabs .tabs__panes {
    height: 28rem;
  }
}
@media (max-width: 767px) {
  .video-tabs .tabs__panes {
    height: 21rem;
  }
}
.video-tabs .tabs__pane {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.video-tabs .tabs__pane--active {
  display: block;
}
.video-tabs .poster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.video-tabs .poster img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-tabs .poster svg {
  display: block;
  position: absolute;
  z-index: 2;
}

.collapsed-items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.collapsed-items [class*=row] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.collapsed-items .overflow [class*=wrapper]:hover {
  height: auto;
}
.collapsed-items .overflow [class*=wrapper]:hover [class*=title], .collapsed-items .overflow [class*=wrapper]:hover [class*=desc] {
  display: block;
  overflow: visible;
  -o-text-overflow: none;
     text-overflow: none;
  height: auto;
}

.page-mark .breadcrumbs li:not(:last-child) {
  margin-right: 0;
}
.page-mark .breadcrumbs li:not(:last-child)::after {
  content: "/";
  position: relative;
  background: transparent;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  padding-left: 5px;
  top: -0.1rem;
}

.logo._desktop svg {
  width: auto;
  height: auto;
  margin-top: 0.3rem;
}.h2-title {
  font-size: 3.5rem;
  line-height: 100%;
  letter-spacing: -1.4px;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .h2-title {
    font-size: 2.5rem;
  }
}

.clients-slides {
  padding-top: 13rem;
  padding-bottom: 7.5rem;
}
.clients-slides__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.5rem;
}
.clients-slides__title {
  margin-bottom: 0;
}

.large-section {
  position: relative;
  color: #FFFFFF;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.large-section__btn {
  margin-top: 4rem;
}
.large-section__btn.large-section__btn--border {
  margin-left: 1rem;
  background: transparent;
  border: 1px solid #FF474A;
}
@media (max-width: 767px) {
  .large-section__btn.large-section__btn--border {
    margin-left: 0;
  }
}
.large-section--message {
  padding: 10rem 0;
}
.large-section--message .container {
  margin-bottom: 0;
}
.large-section--gray {
  background: #F3EEEB;
}
.large-section--gray.section-p {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .large-section--gray.section-p {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.large-section--gray h2 {
  color: #232B34;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.4px;
  max-width: 127rem;
}
@media (max-width: 767px) {
  .large-section--gray h2 {
    font-size: 2.5rem;
  }
}
.large-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #232b34;
}
.large-section__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  content: "";
}
.large-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-section__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .large-section__container {
    display: block;
  }
}
.large-section__left {
  width: -webkit-calc(50% - 2rem);
  width: -moz-calc(50% - 2rem);
  width: calc(50% - 2rem);
  font-size: 2.1rem;
  line-height: 120%;
  max-width: 48rem;
}
@media (max-width: 1023px) {
  .large-section__left {
    width: 100%;
  }
}
.large-section__left--border-btn {
  max-width: none;
}
@media (max-width: 480px) {
  .large-section__left--border-btn .large-section__title {
    font-size: 3.4rem;
  }
}
.large-section__left-logo {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .large-section__left-logo.logo-right {
    position: absolute;
    right: 0;
  }
}
.large-section__title {
  margin-bottom: 3rem;
  font-size: 4.5rem;
  letter-spacing: -1.35px;
}
@media (max-width: 767px) {
  .large-section__title {
    font-size: 3.9rem;
  }
}
.large-section__title ~ .btn {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .large-section__sub-title {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.large-section__sub-title ~ .btn {
  margin-top: 3rem;
}
.large-section__right {
  width: -webkit-calc(50% - 1.4rem);
  width: -moz-calc(50% - 1.4rem);
  width: calc(50% - 1.4rem);
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .large-section__right {
    width: 100%;
  }
}
.large-section__right--center {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.large-section__right--center p {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .large-section__description {
    margin-top: 4.5rem;
  }
}
.large-section__description p {
  font-size: 2.1rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .large-section__description p {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.large-section__description p:first-child {
  margin-top: 0;
}
.large-section__description ~ .btn {
  margin-top: 2rem;
}
.large-section__msg {
  text-align: center;
  font-size: 4.5rem;
  line-height: 100%;
  letter-spacing: -1.8px;
  margin: 0;
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .large-section__msg {
    font-size: 3rem;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 767px) {
  .row {
    display: block;
  }
  .row > * {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.row--5 {
  margin-bottom: -2.1rem;
}
@media (max-width: 1023px) {
  .row--5 {
    margin-bottom: -1.8rem;
  }
}
.row--5 > * {
  width: -webkit-calc(20% - 1.68rem);
  width: -moz-calc(20% - 1.68rem);
  width: calc(20% - 1.68rem);
  margin-right: 2.1rem;
  margin-bottom: 2.1rem;
}
.row--5 > *:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--5 > * {
    width: -webkit-calc(50% - 0.9rem);
    width: -moz-calc(50% - 0.9rem);
    width: calc(50% - 0.9rem);
    margin-right: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .row--5 > *:nth-child(4n) {
    margin-right: 1.8rem;
  }
  .row--5 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.row--4 {
  margin-bottom: -2.8rem;
}
@media (max-width: 1023px) {
  .row--4 {
    margin-bottom: -2.4rem;
  }
}
.row--4 > * {
  width: -webkit-calc(25% - 2.1rem);
  width: -moz-calc(25% - 2.1rem);
  width: calc(25% - 2.1rem);
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
}
.row--4 > *:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--4 > * {
    width: -webkit-calc(50% - 1.2rem);
    width: -moz-calc(50% - 1.2rem);
    width: calc(50% - 1.2rem);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .row--4 > *:nth-child(4n) {
    margin-right: 2.4rem;
  }
  .row--4 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.row--3 {
  margin-bottom: -2.8rem;
}
@media (max-width: 1023px) {
  .row--3 {
    margin-bottom: -2.4rem;
  }
}
.row--3 > * {
  width: -webkit-calc(33.3333333333% - 1.8666666667rem);
  width: -moz-calc(33.3333333333% - 1.8666666667rem);
  width: calc(33.3333333333% - 1.8666666667rem);
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
}
.row--3 > *:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--3 > * {
    width: -webkit-calc(50% - 1.3rem);
    width: -moz-calc(50% - 1.3rem);
    width: calc(50% - 1.3rem);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .row--3 > *:nth-child(2n) {
    margin-right: 0 !important;
  }
  .row--3 > *:nth-child(3n) {
    margin-right: 2.4rem;
  }
}
.row--2 {
  margin-bottom: -2.8rem;
}
@media (max-width: 1023px) {
  .row--2 {
    margin-bottom: -2.4rem;
  }
}
.row--2 > * {
  width: -webkit-calc(50% - 2.8rem);
  width: -moz-calc(50% - 2.8rem);
  width: calc(50% - 2.8rem);
  margin-right: 2.8rem;
  margin-bottom: 2.8rem;
}
.row--2 > *:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .row--2 > * {
    width: -webkit-calc(50% - 1.3rem);
    width: -moz-calc(50% - 1.3rem);
    width: calc(50% - 1.3rem);
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .row--2 > *:nth-child(2n) {
    margin-right: 0 !important;
  }
  .row--2 > *:nth-child(3n) {
    margin-right: 2.4rem;
  }
}

.section-p {
  padding: 7.5rem 0;
}

.slider--new-controls .slider-controls__prev {
  width: 5rem;
  height: 5rem;
  border: 1px solid #DADCE0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-right: 0.5rem !important;
}
.slider--new-controls .slider-controls__prev:hover::before {
  color: #A0978A;
}
.slider--new-controls .slider-controls__prev::before {
  color: #232B34;
  margin-left: 0.8rem;
}
.slider--new-controls .slider-controls__next {
  width: 5rem;
  height: 5rem;
  border: 1px solid #DADCE0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.slider--new-controls .slider-controls__next:hover::before {
  color: #A0978A;
}
.slider--new-controls .slider-controls__next::before {
  color: #232B34;
  margin-right: 0.7rem;
}
.slider--new-controls.slider-controls--red .slider-controls__prev {
  border-color: #FF474A;
  background: #FF474A;
}
.slider--new-controls.slider-controls--red .slider-controls__prev::before {
  color: #fff;
}
.slider--new-controls.slider-controls--red .slider-controls__prev:hover {
  background-color: #e1314e;
}
.slider--new-controls.slider-controls--red .slider-controls__prev:hover::before {
  color: #fff;
}
.slider--new-controls.slider-controls--red .slider-controls__next {
  border-color: #FF474A;
  background: #FF474A;
}
.slider--new-controls.slider-controls--red .slider-controls__next::before {
  color: #fff;
}
.slider--new-controls.slider-controls--red .slider-controls__next:hover {
  background-color: #e1314e;
}
.slider--new-controls.slider-controls--red .slider-controls__next:hover::before {
  color: #fff;
}
.slider--new .clients-slider__slide {
  margin: 0 1.3rem;
  width: 20.9rem;
  height: 20.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 1024px) {
  .slider--new .clients-slider__slide:hover .clients-slider__img--no-logo {
    -webkit-filter: sepia(1) hue-rotate(-60deg) saturate(5) brightness(0.82) contrast(1.3);
            filter: sepia(1) hue-rotate(-60deg) saturate(5) brightness(0.82) contrast(1.3);
  }
  .slider--new .clients-slider__slide:hover .clients-slider__img:not(.clients-slider__img--no-logo) {
    -webkit-filter: sepia(1) hue-rotate(192deg) saturate(2.1) brightness(1.07) contrast(0.67);
            filter: sepia(1) hue-rotate(192deg) saturate(2.1) brightness(1.07) contrast(0.67);
  }
}
.slider--new .clients-slider__slide .clients-slider__img + span {
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: -0.42px;
  margin-top: 1.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  max-width: 88%;
}
.slider--new .flickity-viewport {
  overflow: visible !important;
}

.container-mb0.container {
  margin-bottom: 0;
}

.header .logo._desktop a svg {
  display: block;
}
.header .logo._desktop a:nth-child(2) {
  padding-left: 2rem;
  margin-left: 2rem;
  position: relative;
}
.header .logo._desktop a:nth-child(2)::before {
  content: "/";
  display: block;
  width: 1px;
  height: 2rem;
  background: transparent;
  position: absolute;
  left: -0.5rem;
  top: -0.3rem;
  font-size: 2.5rem;
}
.header__menu {
  margin-right: 4rem;
}
.header__menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__lang {
  top: 0;
}
.header__menu-about {
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  background: #F3EEEB;
  padding: 0.3rem 1rem;
}
.header-mobile__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-mobile__logo img {
  width: 10rem;
}
.header-mobile__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-mobile__logo-wrapper ._icon-logo-desktop {
  position: static;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.header-mobile__logo-wrapper a svg {
  display: block;
}
.header-mobile__logo-wrapper a:nth-child(2) {
  padding-left: 1.5rem;
  padding-top: 0.2rem;
  margin-left: 1.5rem;
  position: relative;
}
.header-mobile__logo-wrapper a:nth-child(2)::before {
  content: "/";
  display: block;
  width: 1px;
  height: 2rem;
  background: transparent;
  position: absolute;
  top: -0.4rem;
  font-size: 2rem;
  left: -0.4rem;
}
.header-mobile__search-btn svg {
  display: block;
}

.main {
  overflow: visible;
}

.mobile-menu__header a svg {
  display: block;
  margin-top: 0.3rem;
}
.mobile-menu__header a:nth-child(2) {
  padding-left: 2rem;
  margin-left: 2rem;
  position: relative;
}
.mobile-menu__header a:nth-child(2)::before {
  content: "/";
  display: block;
  width: 1px;
  height: 2rem;
  background: transparent;
  position: absolute;
  left: -0.4rem;
  top: -0.3rem;
  font-size: 2rem;
}
.mobile-menu__logo {
  margin-right: 0;
}
.mobile-menu__logo ._icon-logo-desktop {
  width: 10rem;
}

@media (max-width: 767px) {
  .page-mark {
    overflow: hidden;
  }
}
.page-mark--main .page-mark__sidebar {
  margin-right: 10rem;
}
@media (max-width: 1440px) {
  .page-mark__container {
    max-width: 100%;
    padding: 0 2.8rem;
  }
}
.page-mark__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1023px) {
  .page-mark__wrap {
    display: block;
    padding-top: 0;
  }
}
.page-mark__sidebar {
  width: 32.5rem;
  margin-right: 2.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-top: 6rem;
}
@media (max-width: 1023px) {
  .page-mark__sidebar {
    width: 100%;
    margin-right: 0;
    padding-top: 8rem;
  }
}
.page-mark__content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 1023px) {
  .page-mark__content {
    margin-top: 5rem;
  }
}
@media (max-width: 1023px) {
  .page-mark__breadcrumbs {
    position: absolute;
    top: 4rem;
  }
}
.page-mark__breadcrumbs .breadcrumbs {
  margin: 0;
}
@media (max-width: 767px) {
  .page-mark__breadcrumbs .breadcrumbs {
    display: block;
  }
}
.page-mark__breadcrumbs .breadcrumbs li:hover {
  color: #FF474A;
}
.page-mark__section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.page-mark__section:first-of-type {
  padding-top: 4.5rem;
}
.page-mark__section + .page-mark__section {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .page-mark:not(.page-mark--main) .mark-sidebar {
    width: 30%;
    margin-right: 3rem;
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .page-mark:not(.page-mark--main) .mark-sidebar {
    width: 40%;
    margin-right: 2rem;
  }
}
.page-mark:not(.page-mark--main) .mark-sidebar__links-wrapper {
  height: auto;
  margin-top: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .page-mark:not(.page-mark--main) .mark-sidebar__links-wrapper {
    width: 100%;
    height: 100%;
  }
}
.page-mark:not(.page-mark--main) .mark-sidebar__links {
  max-width: none;
}
@media (max-width: 1023px) {
  .page-mark:not(.page-mark--main) .mark-sidebar__links {
    position: -webkit-sticky;
    position: sticky;
    top: 11rem;
  }
}
@media (max-width: 1023px) {
  .page-mark:not(.page-mark--main) .page-mark__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .page-mark:not(.page-mark--main) .page-mark__breadcrumbs {
    position: static;
  }
}
.page-mark:not(.page-mark--main) .page-mark__breadcrumbs .breadcrumbs {
  width: 100%;
}
@media (max-width: 767px) {
  .page-mark:not(.page-mark--main) .page-mark__breadcrumbs .breadcrumbs {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .page-mark:not(.page-mark--main) .page-mark__content {
    width: -webkit-calc(70% - 3rem);
    width: -moz-calc(70% - 3rem);
    width: calc(70% - 3rem);
  }
}
@media (max-width: 767px) {
  .page-mark:not(.page-mark--main) .page-mark__content {
    width: -webkit-calc(60% - 2rem);
    width: -moz-calc(60% - 2rem);
    width: calc(60% - 2rem);
  }
}
@media (max-width: 767px) {
  .page-mark:not(.page-mark--main) .mark-sidebar {
    display: none;
  }
}
.page-mark--article .mark-section__top {
  margin-bottom: 0;
}
.page-mark--article .mark-sidebar:not(.mark-sidebar--right) {
  margin-right: 2.8rem;
}
.page-mark--article .mark-sidebar__links-wrapper {
  height: 100% !important;
}
@media (max-width: 767px) {
  .page-mark--article .page-mark__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .mark-sidebar > *:not(.mark-sidebar__links-wrapper) {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .mark-sidebar > *:not(.mark-sidebar__links-wrapper) {
    max-width: none;
  }
}
.mark-sidebar__photo {
  width: 27rem;
  height: 27rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 3rem;
}
.mark-sidebar__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mark-sidebar__title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 4.5rem;
  line-height: 100%;
  letter-spacing: -1.8px;
}
.mark-sidebar__about {
  margin-bottom: 2rem;
}
.mark-sidebar__more {
  color: #A0978A;
}
.mark-sidebar:not(.mark-sidebar--right) .mark-sidebar__links-wrapper {
  max-width: 30rem;
}
.mark-sidebar__links-wrapper {
  height: -webkit-calc(100% - 50rem);
  height: -moz-calc(100% - 50rem);
  height: calc(100% - 50rem);
  margin-top: 7.6rem;
  position: relative;
}
@media (max-width: 1023px) {
  .mark-sidebar__links-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: auto;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .mark-sidebar__links-wrapper {
    position: static;
    width: 100%;
  }
}
.mark-sidebar__links {
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
}
@media (max-width: 1023px) {
  .mark-sidebar__links {
    position: static;
    max-width: 20rem;
  }
}
.mark-sidebar__links a {
  margin-bottom: 2.4rem;
  color: #8C97A3;
  line-height: 130%;
  letter-spacing: -0.51px;
  display: block;
  -webkit-transition: color 0.25s ease, opacity 0.25s ease;
  -o-transition: color 0.25s ease, opacity 0.25s ease;
  -moz-transition: color 0.25s ease, opacity 0.25s ease;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.mark-sidebar__links a:hover {
  color: #FF474A;
}
.mark-sidebar--right {
  width: 32.5rem;
  margin-left: 2.8rem;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .mark-sidebar--right {
    display: none;
  }
}
@media (max-width: 767px) {
  .mark-sidebar--right {
    display: block !important;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0 !important;
  }
}
.mark-sidebar--right .mark-sidebar__download {
  display: none;
}
@media (min-width: 1024px) {
  .mark-sidebar--right .mark-sidebar__download {
    display: block;
  }
}
@media (max-width: 767px) {
  .mark-sidebar--right .mark-sidebar__download {
    display: block;
    padding: 3rem;
    border: 1px solid #DADCE0;
  }
  .mark-sidebar--right .mark-sidebar__download .btn {
    width: 100%;
  }
}
.mark-sidebar__download {
  padding: 3rem;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  border: 1px solid #DADCE0;
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
  display: none;
}
@media (max-width: 1023px) {
  .mark-sidebar__download {
    display: block;
    margin-bottom: 5rem;
    padding: 0;
    border: none;
    position: static;
  }
  .mark-sidebar__download .btn {
    min-width: auto;
  }
}
.mark-sidebar__download h3 {
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.6px;
  margin-top: 0;
  margin-bottom: 2rem;
}
.mark-sidebar__download .btn {
  background: rgba(23, 65, 110, 0.05);
  margin-bottom: 0;
}

.mark-section {
  overflow: hidden;
}
.mark-section__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
.mark-section__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 100%;
  letter-spacing: -1.4px;
}
.mark-section__date {
  margin-top: 2.5rem;
}
.mark-section__source {
  margin-top: 4.5rem;
}
.mark-section__source a {
  color: #A0978A;
}
.mark-section__hash {
  padding-top: 2rem;
  border-top: 1px solid #DADCE0;
  margin-top: 4.5rem;
}
.mark-section__hash a {
  color: #A0978A;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  margin-right: 1.5rem;
}
.mark-section__hash a:hover {
  color: #FF474A;
}
.mark-section__video {
  margin-top: 4rem;
}

.new-mark-slider .flickity-viewport {
  overflow: visible !important;
}

.mark-slide {
  width: 23.2rem;
  margin-right: 1rem;
}
.mark-slide__link {
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  overflow: hidden;
  background: #F3EEEB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0 2rem 2rem 2rem;
  cursor: pointer;
}
.mark-slide__link.open {
  height: auto !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.mark-slide__link.open .mark-slide__wrapper {
  height: auto;
  overflow: visible;
}
.mark-slide__link.open .mark-slide__wrapper .mark-slide__desc {
  display: block;
  overflow: visible;
  height: auto;
}
.mark-slide__photo {
  height: 12.8rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 2rem;
}
.mark-slide__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mark-slide__wrapper {
  height: 17.8rem;
  overflow: hidden;
}
.mark-slide__wrapper.overflow .mark-slide__desc.overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.mark-slide__label {
  display: inline-block;
  -webkit-border-radius: 1.5rem;
     -moz-border-radius: 1.5rem;
          border-radius: 1.5rem;
  border: 1px solid #CBBFAD;
  color: #CBBFAD;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.mark-slide__title {
  font-size: 1.8rem;
  line-height: 122%;
  letter-spacing: -0.72px;
  margin-bottom: 1.5rem;
}
.mark-slide__desc {
  color: #232B34;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: -0.45px;
  opacity: 0.5;
  height: 7.8rem;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 100;
}
.mark-slide__desc.overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.mark-slide__hash {
  color: #A0978A;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.1px;
  min-height: 4.5rem;
  margin-top: 3.5rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.my-choice-slide {
  width: 46.5rem;
  margin-right: 2.8rem;
}
@media (max-width: 1023px) {
  .my-choice-slide {
    width: 34.2rem;
  }
}
@media (max-width: 767px) {
  .my-choice-slide {
    width: 26rem;
    margin-right: 2rem;
  }
}
.my-choice-slide__link {
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  overflow: hidden;
  background: #F3EEEB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0 3rem 3rem 3rem;
  cursor: pointer;
}
.my-choice-slide__photo {
  height: 17rem;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: 3rem;
}
.my-choice-slide__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .my-choice-slide__photo img {
    -o-object-position: left;
       object-position: left;
  }
}
.my-choice-slide__wrapper {
  min-height: 22.3rem;
}
.my-choice-slide__label {
  display: inline-block;
  -webkit-border-radius: 1.5rem;
     -moz-border-radius: 1.5rem;
          border-radius: 1.5rem;
  border: 1px solid #CBBFAD;
  color: #CBBFAD;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.my-choice-slide__title {
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: -1px;
  margin-bottom: 2rem;
  min-height: 5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.my-choice-slide__desc {
  color: #232B34;
  line-height: 130%;
  letter-spacing: -0.51px;
  opacity: 0.5;
  min-height: 7.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.my-choice-slide__hash {
  color: #A0978A;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.1px;
  height: 3rem;
  margin-top: 3.5rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.mark-books {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.8rem;
}
@media (max-width: 1023px) {
  .mark-books {
    gap: 2rem;
  }
}
.mark-books__item {
  width: -webkit-calc(25% - 2.1rem);
  width: -moz-calc(25% - 2.1rem);
  width: calc(25% - 2.1rem);
  background: #F3EEEB;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  overflow: hidden;
  padding: 0 2rem 2rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .mark-books__item {
    width: -webkit-calc(50% - 1rem);
    width: -moz-calc(50% - 1rem);
    width: calc(50% - 1rem);
  }
}
@media (max-width: 767px) {
  .mark-books__item {
    width: 100%;
  }
}
.mark-books__item-image {
  height: 34.3rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .mark-books__item-image {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .mark-books__item-image {
    height: 48rem;
  }
}
.mark-books__item-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.mark-books__item-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.mark-books__item-title {
  font-size: 1.8rem;
  line-height: 122%;
  letter-spacing: -0.72px;
  margin-bottom: 1.5rem;
  min-height: 6.5rem;
}
.mark-books__item-desc {
  overflow: hidden;
  color: #232B34;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: -0.45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  opacity: 0.5;
  margin-bottom: 1.5rem;
}
.mark-books__item-hash {
  color: #A0978A;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.1px;
  min-height: 4rem;
}

.book-single__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .book-single__row {
    display: block;
  }
}
.book-single__left {
  width: 32.5rem;
  margin-right: 2.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1023px) {
  .book-single__left {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .book-single__left {
    width: 100%;
  }
}
.book-single__cover img {
  width: 100%;
  height: auto;
}
.book-single__book-title {
  font-size: 3.5rem;
  line-height: 100%;
  letter-spacing: -1.4px;
  margin: 0;
}
.book-single__small-title {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: -0.36px;
}
.book-single__btns > .btn {
  width: 100%;
}
.book-single__btns > .btn:not(:first-child) {
  margin-top: 1rem;
}
.book-single__btns-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .book-single__btns-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.book-single__btns-row .btn {
  background: #F3EEEB;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 1023px) {
  .book-single__btns-row .btn {
    width: 100%;
  }
}
.book-single__btns-row .btn:last-of-type {
  background: rgba(198, 4, 64, 0.05);
  color: #FF474A;
}
.book-single__hash {
  margin-top: 3rem;
  color: #A0978A;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  display: block;
}
.book-single__hash span {
  margin-right: 1.5rem;
}

.btn._with-icon {
  font-size: 1.5rem;
  color: #121111;
  line-height: 100%;
}
.btn._with-icon svg {
  margin-right: 1rem;
  display: block;
}
.btn._with-icon:hover {
  background: #FF474A;
  color: #fff;
}
.btn._with-icon:hover svg {
  -webkit-filter: grayscale(1) brightness(20);
          filter: grayscale(1) brightness(20);
}

.mark-articles__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.8rem;
}
@media (max-width: 1023px) {
  .mark-articles__row {
    gap: 2rem;
  }
}
.mark-articles__more {
  margin-top: 3rem;
  width: 100%;
}

.mark-tile {
  padding: 3rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  background: #F3EEEB;
  width: -webkit-calc(33.3333333333% - 1.8666666667rem);
  width: -moz-calc(33.3333333333% - 1.8666666667rem);
  width: calc(33.3333333333% - 1.8666666667rem);
  display: block;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .mark-tile {
    width: -webkit-calc(50% - 1rem);
    width: -moz-calc(50% - 1rem);
    width: calc(50% - 1rem);
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .mark-tile {
    width: 100%;
  }
}
.mark-tile__photo {
  height: 20rem;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-top: -3rem;
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .mark-tile__photo {
    height: 15rem;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -2rem;
  }
}
@media (max-width: 767px) {
  .mark-tile__photo {
    height: 20rem;
  }
}
.mark-tile__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mark-tile__wrapper {
  height: 26rem;
}
@media (max-width: 767px) {
  .mark-tile__wrapper {
    height: auto;
  }
}
.mark-tile__title {
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: -1px;
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  min-height: 7.5rem;
}
@media (max-width: 1023px) {
  .mark-tile__title {
    font-size: 2.2rem;
    min-height: 6rem;
  }
}
.mark-tile__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1.7rem;
  line-height: 130%;
  letter-spacing: -0.51px;
  opacity: 0.5;
}
.mark-tile__hash {
  color: #A0978A;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.1px;
  margin-top: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem;
}
.mark-tile__date {
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
  opacity: 0.3;
}

.text-content img {
  max-width: 100%;
  margin: 4rem 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}
.text-content img + h2, .text-content img + h3 {
  margin-top: 0;
}
.text-content i {
  color: #121111;
  font-size: 2rem;
  font-style: italic;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin: 2rem 0;
}
.text-content p {
  margin: 2rem 0;
  line-height: 130%;
}
.text-content h2 {
  margin: 4rem 0;
  font-size: 2.5rem;
  line-height: 100%;
  letter-spacing: -1px;
}
.text-content h3 {
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.6px;
  margin: 2rem 0;
}
.text-content h4 {
  color: #121111;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.51px;
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 1.7rem;
}
.text-content b {
  color: #121111;
}
.text-content ol, .text-content ul {
  padding-left: 3rem;
}
.text-content ul {
  list-style: disc;
}
.text-content li {
  margin: 2rem 0;
  line-height: 130%;
  letter-spacing: -0.51px;
}

.list-block {
  padding: 3rem;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  border: 1px solid #DADCE0;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .list-block {
    padding: 2rem;
  }
}
.list-block + img {
  margin-top: 0;
}

.mark-presentations__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.8rem;
}
@media (max-width: 1023px) {
  .mark-presentations__row {
    gap: 2rem;
  }
}
.mark-presentations__more {
  margin-top: 3rem;
  width: 100%;
}
.mark-presentations .mark-tile {
  width: -webkit-calc(50% - 1.4rem);
  width: -moz-calc(50% - 1.4rem);
  width: calc(50% - 1.4rem);
}
@media (max-width: 1023px) {
  .mark-presentations .mark-tile {
    width: -webkit-calc(50% - 1rem);
    width: -moz-calc(50% - 1rem);
    width: calc(50% - 1rem);
  }
}
@media (max-width: 767px) {
  .mark-presentations .mark-tile {
    width: 100%;
  }
}
.mark-presentations .mark-tile__photo {
  height: 31.4rem;
}
@media (max-width: 1023px) {
  .mark-presentations .mark-tile__photo {
    height: 15rem;
  }
}
@media (max-width: 767px) {
  .mark-presentations .mark-tile__photo {
    height: 18rem;
  }
}
.mark-presentations .mark-tile__wrapper {
  height: 14rem;
}
@media (max-width: 1023px) {
  .mark-presentations .mark-tile__wrapper {
    height: 13rem;
  }
}
@media (max-width: 767px) {
  .mark-presentations .mark-tile__wrapper {
    height: auto;
  }
}
.mark-presentations .mark-tile__desc {
  -webkit-line-clamp: 2;
}
.mark-videos .mark-tile__wrapper {
  height: 18.5rem;
}
@media (max-width: 1023px) {
  .mark-videos .mark-tile__wrapper {
    height: 17.5rem;
  }
}
@media (max-width: 767px) {
  .mark-videos .mark-tile__wrapper {
    height: auto;
  }
}

.video-tabs .tabs__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  position: relative;
}
.video-tabs .tabs__link {
  -webkit-border-radius: 0.5rem 0.5rem 0 0;
     -moz-border-radius: 0.5rem 0.5rem 0 0;
          border-radius: 0.5rem 0.5rem 0 0;
  background: #F3EEEB;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F3EEEB;
  border-bottom: 1px solid #DADCE0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .video-tabs .tabs__link {
    padding: 0.5rem 1rem;
  }
}
.video-tabs .tabs__link--active {
  background: #fff;
  border: 1px solid #DADCE0;
  border-bottom: 1px solid #fff;
}
.video-tabs .tabs__link span {
  font-size: 1.5rem;
  letter-spacing: -0.45px;
  display: block;
  margin-bottom: -0.3rem;
}
@media (max-width: 767px) {
  .video-tabs .tabs__link span {
    font-size: 1rem;
  }
}
.video-tabs .tabs__link svg {
  display: block;
  margin-right: 1rem;
}
.video-tabs .tabs__panes {
  padding: 1rem;
  -webkit-border-radius: 0 0.5rem 0.5rem 0.5rem;
     -moz-border-radius: 0 0.5rem 0.5rem 0.5rem;
          border-radius: 0 0.5rem 0.5rem 0.5rem;
  border: 1px solid #DADCE0;
  height: 42.7rem;
}
@media (max-width: 1023px) {
  .video-tabs .tabs__panes {
    height: 28rem;
  }
}
@media (max-width: 767px) {
  .video-tabs .tabs__panes {
    height: 21rem;
  }
}
.video-tabs .tabs__pane {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.video-tabs .tabs__pane--active {
  display: block;
}
.video-tabs .poster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.video-tabs .poster img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-tabs .poster svg {
  display: block;
  position: absolute;
  z-index: 2;
}

.collapsed-items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.collapsed-items [class*=row] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.collapsed-items .overflow [class*=wrapper]:hover {
  height: auto;
}
.collapsed-items .overflow [class*=wrapper]:hover [class*=title], .collapsed-items .overflow [class*=wrapper]:hover [class*=desc] {
  display: block;
  overflow: visible;
  -o-text-overflow: none;
     text-overflow: none;
  height: auto;
}

.page-mark .breadcrumbs li:not(:last-child) {
  margin-right: 0;
}
.page-mark .breadcrumbs li:not(:last-child)::after {
  content: "/";
  position: relative;
  background: transparent;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  padding-left: 5px;
  top: -0.1rem;
}

.logo._desktop svg {
  width: auto;
  height: auto;
  margin-top: 0.3rem;
}