﻿@charset "UTF-8";
/* General Variables  */
/* Stories and Events */
/* General styles */
html {
  scroll-behavior: smooth;
}

.scrollFadeIn {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

.scrollFadeIn.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.delay0-2 {
  transition-delay: 0.2s;
}

.delay0-4 {
  transition-delay: 0.4s;
}

.delay0-6 {
  transition-delay: 0.6s;
}

.delay0-8 {
  transition-delay: 0.8s;
}

.delay01 {
  transition-delay: 1s;
}

.delay01-5 {
  transition-delay: 1.5s;
}

.delay02 {
  transition-delay: 2s;
}

.delay02-5 {
  transition-delay: 2.5s;
}

.highlights-cards__card:hover {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
}
.highlights-cards__card:hover img {
  transform: scale(1.2);
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 4rem 0rem;
  flex-wrap: wrap;
}
.breadcrumb li a {
  color: var(--black);
}
.breadcrumb li .divider {
  padding: 0rem 0.5rem;
}

.btn-blue {
  background-color: var(--sapphire);
  padding: 2rem 0rem 2rem 0rem;
  color: var(--white);
  border-radius: 0;
  text-rendering: optimizeLegibility;
  height: fit-content;
  width: 30rem;
  text-align: center;
  display: block;
  text-decoration: none;
  font-family: var(--font);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .btn-blue {
    font-size: 1.8rem;
  }
}

.btn-red {
  background-color: var(--alizarin);
  padding: 2rem 0rem 2rem 0rem;
  color: var(--white);
  border-radius: 0;
  text-rendering: optimizeLegibility;
  height: fit-content;
  width: 30rem;
  text-align: center;
  display: block;
  text-decoration: none;
  font-family: var(--font);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .btn-red {
    font-size: 1.8rem;
  }
}

.city-banner {
  overflow: hidden;
  position: relative;
  margin: auto;
}
@media (min-width: 1025px) {
  .city-banner {
    height: 44rem;
  }
}
.city-banner.first {
  margin-bottom: 4rem;
}
@media (max-width: 1025px) {
  .city-banner.last {
    margin-bottom: 4rem;
  }
}
.city-banner__slide {
  width: 100vw;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  height: 60vw;
}
@media (min-width: 1025px) {
  .city-banner__slide {
    height: 44rem;
  }
}
.city-banner__right {
  width: 100%;
  position: relative;
  bottom: 0;
  right: 0;
  background: #e02826;
  color: #ffffff;
  padding: 2rem 1rem;
}
@media (min-width: 1025px) {
  .city-banner__right {
    background: rgba(224, 40, 38, 0.8);
    position: absolute;
    bottom: 0;
    width: 50%;
  }
}
.city-banner__right h3 {
  color: #ffffff;
  font-weight: var(--font-bold);
  font-family: var(--font);
  text-transform: uppercase;
  padding-bottom: 2rem;
}
.city-banner__right p {
  font-family: var(--font);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  .city-banner__right p {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
}
.city-banner__left {
  width: 100%;
  position: relative;
  bottom: 0;
  background: #e02826;
  color: #ffffff;
  padding: 2rem 1rem;
}
@media (min-width: 1025px) {
  .city-banner__left {
    background: rgba(224, 40, 38, 0.8);
    position: absolute;
    bottom: 0;
    width: 50%;
  }
}
.city-banner__left h3 {
  color: #ffffff;
  font-family: var(--font);
  font-weight: var(--font-bold);
  text-transform: uppercase;
  padding-bottom: 2rem;
}
.city-banner__left p {
  font-family: var(--font);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  .city-banner__left p {
    font-size: 1.8rem;
  }
}

#about {
  padding: 4rem 0;
  margin: 0;
  background: var(--white);
}

#model-cities {
  padding: 4rem 0;
  margin: 0;
  background: var(--alabaster);
  margin-top: -1px;
}

#references {
  background: var(--white);
  margin-top: -1px;
}

#partners {
  background: var(--white);
  margin-top: -1px;
}
#partners .organizations-cards {
  padding: 5rem 2rem 6rem 2rem;
  margin: 0 auto;
}
@media (min-width: 765px) {
  #partners .organizations-cards {
    padding: 6rem 0 6rem 0;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  #partners .organizations-cards {
    padding: 8rem 0 8rem 0;
    margin: 0 auto;
  }
}

#hiv-in-eeca {
  padding: 4rem 0;
  margin: 0;
  margin-top: -1px;
}

#unmet-need-fund {
  padding: 4rem 0;
  margin: 0;
  margin-top: -1px;
  background: var(--white);
}

#storiesandevents {
  padding: 5rem 0;
  margin: 0;
  background: var(--white);
  margin-top: -1px;
}

.references {
  padding-bottom: 5rem;
}

.cta-banner.fixed {
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 80vh;
}
.cta-banner.fixed .cta-banner__content {
  z-index: -1;
}
.cta-banner.fixed:before {
  z-index: -1;
}

.hero-slider.fixed {
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 70vh;
}
.hero-slider.fixed .hero-slider__slide {
  padding-bottom: 85vh;
}

.scroll-content {
  margin-top: 0;
}
.hero-slider-scroll {
  margin-top: 0;
}
.hero-slider-scroll.active {
  margin-top: 75vh;
}

.contact-scroll {
  margin-top: 0;
}
.contact-scroll.active {
  margin-top: 95vh;
}

.three-columns-text__columns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .three-columns-text__columns {
    flex-direction: row;
  }
}
.three-columns-text__column {
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .three-columns-text__column {
    font-size: 1.8rem;
  }
}
@media (min-width: 1240px) {
  .three-columns-text__column {
    flex-basis: calc((100% - 8rem) / 3);
    line-height: 2.4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1025px) and (max-width: 1240px) {
  .three-columns-text__column {
    flex-basis: calc((100% - 4rem) / 3);
    margin-right: 2rem;
  }
}
@media (min-width: 1240px) {
  .three-columns-text__column:last-child {
    margin-right: 0rem;
  }
}
.three-columns-text__city-name {
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: var(--font-bold);
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .three-columns-text__city-name {
    margin-top: 6.4rem;
  }
}
.three-columns-text__text {
  font-family: var(--font);
  font-weight: 300;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .three-columns-text__text {
    margin-top: 6.4rem;
  }
}

.one-columns-text__columns {
  display: flex;
  flex-direction: column;
}
.one-columns-text__column {
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media (min-width: 1240px) {
  .one-columns-text__column {
    line-height: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .one-columns-text__column {
    font-size: 1.8rem;
  }
}
.one-columns-text__column--text {
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .one-columns-text__column--text {
    margin-bottom: 6.4rem;
  }
}
.one-columns-text__pre-text {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: var(--font-bold);
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .one-columns-text__pre-text {
    font-size: 2.6rem;
  }
}
.one-columns-text__pre-text--red {
  color: var(--alizarin);
}
.one-columns-text__pre-text-icon {
  width: 6rem;
  height: 5rem;
  margin-bottom: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.two-columns-text__video-text {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: var(--font-bold);
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .two-columns-text__video-text {
    font-size: 1.8rem;
  }
}

.two-columns-redbox {
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  color: var(--white);
}
.two-columns-redbox p {
  background-image: linear-gradient(to right, #e02826, #e85e5c);
  padding: 1rem;
}

@media (min-width: 1025px) {
  .hero-slider__slide.videoV2 {
    padding-bottom: 50%;
  }
}

.hero-slider.videoV2 {
  margin-bottom: 0rem;
}

.two-columns-text__column--quote {
  display: flex;
  align-content: center;
  align-items: center;
}

@media (min-width: 1240px) {
  .image-quote .two-columns-text__column {
    flex-basis: calc(50% - 2.5rem);
    line-height: 2.4rem;
  }
}
@media (min-width: 1240px) {
  .image-quote .two-columns-text__column:last-child {
    margin-left: 2.5rem;
  }
}
@media (min-width: 1240px) {
  .image-quote .two-columns-text__column:first-child {
    margin-right: 2.5rem;
  }
}

.impact-cards {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1025px) {
  .impact-cards {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.impact-cards__wrapper {
  background: var(--alabaster);
  margin-top: -1px;
}
.impact-cards__card {
  display: flex;
  justify-content: space-between;
  padding: 2rem 1.7rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.1em;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  background: var(--white);
}
@media (min-width: 1025px) {
  .impact-cards__card {
    padding: 2.8rem 2.3rem;
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
}
.impact-cards__card__icon {
  max-width: 40%;
  align-self: flex-start;
  margin-top: 3.5rem;
}
.impact-cards__card__text {
  max-width: 60%;
  margin-right: 0.9rem;
  font-weight: var(--font-light);
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .impact-cards__card__text {
    font-size: 1.8rem;
  }
}
.impact-cards__card__text.ru {
  font-size: 1.2rem;
}
@media (min-width: 1025px) {
  .impact-cards__card__text.ru {
    font-size: 1.6rem;
  }
}
.impact-cards__card .blue-text {
  font-weight: var(--font-bold);
  color: var(--sapphire);
  font-size: 2.4rem;
}
@media (min-width: 765px) {
  .impact-cards__card .blue-text {
    font-size: 3.4rem;
  }
}
.impact-cards__card .blue-text .over {
  line-height: 2.8rem;
}
@media (min-width: 765px) {
  .impact-cards__card .blue-text .over {
    line-height: 3.8rem;
  }
}
.impact-cards__card .red-text {
  font-weight: var(--font-bold);
  color: var(--alizarin);
  font-size: 2.4rem;
}
@media (min-width: 765px) {
  .impact-cards__card .red-text {
    font-size: 3.4rem;
  }
}
.impact-cards__card .red-text .over {
  line-height: 2.8rem;
}
@media (min-width: 765px) {
  .impact-cards__card .red-text .over {
    line-height: 3.8rem;
  }
}
.impact-cards__cards {
  --elements-per-row: 1;
  display: grid;
  grid-template-columns: repeat(var(--elements-per-row), 1fr);
  grid-column-gap: 2.3rem;
  grid-row-gap: 1rem;
  list-style: none;
}
@media (min-width: 765px) {
  .impact-cards__cards {
    grid-row-gap: 2rem;
  }
  .impact-cards__cards.col2 {
    --elements-per-row: 2;
  }
  .impact-cards__cards.col3 {
    --elements-per-row: 3;
  }
}
.impact-cards__heading {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: var(--font-bold);
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .impact-cards__heading {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
}
.impact-cards__sub-heading {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-family: var(--font);
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  .impact-cards__sub-heading {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
}
.impact-cards__disclaimer {
  margin-top: 3rem;
  font-size: 1.2rem;
  font-family: var(--font);
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  .impact-cards__disclaimer {
    font-size: 1.5rem;
    margin-top: 5rem;
  }
}

#main-banner {
  position: relative;
  width: 100%;
  height: calc(70rem - 174px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: 174px;
}
@media (max-width: 765px) {
  #main-banner {
    height: calc(60vh - 8rem);
    margin-top: 8rem;
    background-position: 60% top;
  }
}
#main-banner.fixed {
  position: fixed;
  z-index: -1;
  top: 0;
}

.main-banner {
  height: calc(70rem - 174px);
}
@media (max-width: 765px) {
  .main-banner {
    height: calc(60vh - 8rem);
  }
}
.main-banner__content {
  position: relative;
  color: #ffffff;
  max-width: 124rem;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  height: calc(70rem - 174px);
}
@media (max-width: 765px) {
  .main-banner__content {
    height: calc(60vh - 8rem);
  }
}
.main-banner__text {
  position: absolute;
  top: 5%;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: var(--font-bold);
  max-width: 50%;
}
@media (max-width: 765px) {
  .main-banner__text {
    font-size: 2rem;
  }
}
@media (max-width: 321px) {
  .main-banner__text {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  .main-banner__text {
    top: 5%;
    font-size: 5.3rem;
  }
}
.main-banner__text.ru {
  font-size: 3rem;
}
@media (max-width: 321px) {
  .main-banner__text.ru {
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .main-banner__text.ru {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  .main-banner__text.ru {
    font-size: 4rem;
  }
}
.main-banner .cm-btn-eng {
  background-color: #e85e5c;
  border-radius: 10rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: absolute;
  bottom: 5%;
  text-align: end;
}
@media (max-width: 765px) {
  .main-banner .cm-btn-eng {
    padding: 1rem;
  }
}
@media (min-width: 1025px) {
  .main-banner .cm-btn-eng {
    bottom: 5%;
  }
}
.main-banner .cm-btn-eng span {
  width: 15rem;
  color: var(--white);
  font-weight: var(--font-bold);
  font-size: 2.5rem;
  line-height: 2.7rem;
}
@media (max-width: 765px) {
  .main-banner .cm-btn-eng span {
    width: 7rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
.main-banner .cm-btn-eng:before {
  content: url(/media/t5hlflhd/changemakers-white-logo.svg);
  width: 132px;
  height: 80px;
  margin-right: 3rem;
}
@media (max-width: 765px) {
  .main-banner .cm-btn-eng:before {
    width: 70px;
    height: 40px;
    margin-right: 1rem;
  }
}
.main-banner .cm-btn-ru {
  background-color: #e85e5c;
  border-radius: 10rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: absolute;
  bottom: 5%;
  text-align: end;
}
@media (min-width: 1025px) {
  .main-banner .cm-btn-ru {
    bottom: 5%;
  }
}
@media (max-width: 765px) {
  .main-banner .cm-btn-ru {
    padding: 1rem;
  }
}
.main-banner .cm-btn-ru span {
  width: 19rem;
  color: var(--white);
  font-weight: var(--font-bold);
  font-size: 2rem;
  line-height: 2.4rem;
}
@media (max-width: 765px) {
  .main-banner .cm-btn-ru span {
    width: 9rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
.main-banner .cm-btn-ru:before {
  content: url(/media/52wdgus3/changemakers-white-logo-russian.svg);
  width: 97px;
  height: 80px;
  margin-right: 3rem;
}
@media (max-width: 765px) {
  .main-banner .cm-btn-ru:before {
    width: 50px;
    height: 40px;
    margin-right: 1rem;
  }
}

/* OLD Header + Footer */
/* changemakers styles */
.cm-quote-banner {
  overflow: hidden;
  position: relative;
  margin: auto;
}
@media (min-width: 1025px) {
  .cm-quote-banner {
    height: 44rem;
  }
}
.cm-quote-banner__slide {
  width: 100vw;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  height: 60vw;
}
@media (min-width: 1025px) {
  .cm-quote-banner__slide {
    height: 44rem;
  }
}
.cm-quote-banner__text {
  width: 100%;
  position: relative;
  bottom: 0;
  background: #e02826;
  color: #ffffff;
  padding: 2rem 1rem;
}
@media (min-width: 1025px) {
  .cm-quote-banner__text {
    background: rgba(224, 40, 38, 0.8);
    position: absolute;
    bottom: 0;
    width: 50%;
  }
}
.cm-quote-banner__text h3 {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 2rem;
}

.changemakers-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  background-color: #1E1E1E;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.changemakers-nav .soomCM {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 800px) {
  .changemakers-nav .soomCM {
    flex: 0 0 auto;
    width: 25%;
    height: auto;
  }
}
@media (min-width: 414px) and (max-width: 799px) {
  .changemakers-nav .soomCM {
    flex: 0 0 auto;
    width: 50%;
    height: auto;
  }
}
.changemakers-nav .soomCM:hover .changemakers-img {
  transform: scale(1.2);
  transition-duration: 0.3s;
  overflow: hidden;
}
.changemakers-nav .soomCM:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.changemakers-nav .soomCM .cmName {
  position: absolute;
  display: block;
  bottom: 15%;
  left: 5%;
  font-weight: var(--font-bold);
  transition-duration: 0.3s;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 1.5rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 3rem;
}
@media (min-width: 1025px) {
  .changemakers-nav .soomCM .cmName {
    font-size: 2.3rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1025px) {
  .changemakers-nav .soomCM .cmName {
    font-size: 2rem;
    line-height: 3.3rem;
    bottom: 20%;
  }
}
@media (max-width: 799px) {
  .changemakers-nav .soomCM .cmName {
    bottom: 15%;
  }
}
@media (min-width: 414px) and (max-width: 600px) {
  .changemakers-nav .soomCM .cmName {
    bottom: 20%;
  }
}
.changemakers-nav .soomCM .cSoon_white {
  position: absolute;
  display: block;
  bottom: 5%;
  left: 5%;
  font-weight: var(--font-bold);
  transition-duration: 0.3s;
  color: #fff;
  padding: 0 0rem;
  text-transform: uppercase;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 3.3rem;
}
@media (min-width: 765px) {
  .changemakers-nav .soomCM .cSoon_white {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.changemakers-nav .soomCM .cSoon_black {
  position: absolute;
  display: block;
  bottom: 5%;
  left: 5%;
  font-weight: var(--font-bold);
  transition-duration: 0.3s;
  color: #000;
  padding: 0 0rem;
  text-transform: uppercase;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 3.3rem;
}
@media (min-width: 765px) {
  .changemakers-nav .soomCM .cSoon_black {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.changemakers-nav .soomCM .changemakers-img {
  width: 100%;
  transition-duration: 0.3s;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.changemakers-nav .lastCM {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 20rem;
}
@media (min-width: 800px) {
  .changemakers-nav .lastCM {
    flex: 0 0 auto;
    width: 25%;
    height: auto;
  }
}
@media (min-width: 414px) and (max-width: 799px) {
  .changemakers-nav .lastCM {
    flex: 0 0 auto;
    width: 50%;
    height: auto;
  }
}
.changemakers-nav .lastCM__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.changemakers-nav .lastCM__content h4 {
  color: #ffffff;
  font-weight: var(--font-semi-bold);
  line-height: 0.5rem;
  font-size: 1.6rem;
}
@media (min-width: 765px) {
  .changemakers-nav .lastCM__content h4 {
    font-size: 1.8rem;
    line-height: 1rem;
  }
}
.changemakers-nav .lastCM__content h5 {
  color: #ffffff;
  font-weight: var(--font-bold);
  font-style: italic;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 4rem;
}
@media (min-width: 765px) {
  .changemakers-nav .lastCM__content h5 {
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
}
.changemakers-nav .lastCM__content .more {
  color: #ffffff;
  font-weight: var(--font-semi-bold);
  letter-spacing: 0.1em;
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 4rem;
}
@media (min-width: 765px) {
  .changemakers-nav .lastCM__content .more {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.changemakers-nav .footerCM {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url(/media/nanfygnx/cm-footer.svg);
  background-repeat: no-repeat;
  height: 32rem;
}
@media (max-width: 765px) {
  .changemakers-nav .footerCM {
    height: 30vh;
  }
}
@media (max-width: 430px) {
  .changemakers-nav .footerCM {
    height: 40vh;
  }
}
.changemakers-nav .footerCM .changemakers-logo {
  position: absolute;
  top: 0rem;
  left: 0rem;
}
@media (min-width: 765px) {
  .changemakers-nav .footerCM .changemakers-logo {
    top: 2rem;
    left: 2rem;
  }
}
.changemakers-nav .footerCM .cmTitle-box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 765px) {
  .changemakers-nav .footerCM .cmTitle-box {
    transform: translateY(0%);
    top: auto;
    bottom: 0;
  }
}
.changemakers-nav .footerCM .cmTitle-box .cmTitle {
  background-color: #e85e5c;
  padding: 1rem;
  font-size: 2rem;
  color: var(--white);
  font-weight: var(--font-bold);
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .changemakers-nav .footerCM .cmTitle-box .cmTitle {
    font-size: 4rem;
  }
}
@media (min-width: 765px) {
  .changemakers-nav .footerCM .cmTitle-box .cmTitle {
    font-size: 3rem;
  }
}
.changemakers-nav .footerCM .cmTitle-box .cmTitle span {
  color: var(--black);
}
.changemakers-nav .standardCM {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 800px) {
  .changemakers-nav .standardCM {
    flex: 0 0 auto;
    width: 25%;
    height: auto;
  }
}
@media (min-width: 414px) and (max-width: 799px) {
  .changemakers-nav .standardCM {
    flex: 0 0 auto;
    width: 50%;
    height: auto;
  }
}
.changemakers-nav .standardCM .cmTitle {
  position: absolute;
  display: block;
  bottom: 5%;
  left: 5%;
  transition-duration: 0.3s;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 3.8rem;
  font-weight: var(--font-bold);
  text-transform: uppercase;
}
.changemakers-nav .standardCM .cmTitle-b {
  color: #000000;
}
.changemakers-nav .standardCM .bg-red {
  background: var(--alizarin);
  padding: 0 1.5rem;
}
.changemakers-nav .standardCM a {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.changemakers-nav .standardCM a .cmName {
  position: absolute;
  display: block;
  bottom: 15%;
  left: 5%;
  font-weight: var(--font-bold);
  transition-duration: 0.3s;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 1.5rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 3rem;
}
@media (min-width: 1025px) {
  .changemakers-nav .standardCM a .cmName {
    font-size: 2.3rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1025px) {
  .changemakers-nav .standardCM a .cmName {
    font-size: 2rem;
    line-height: 3.3rem;
    bottom: 20%;
  }
}
@media (max-width: 799px) {
  .changemakers-nav .standardCM a .cmName {
    bottom: 15%;
  }
}
@media (min-width: 414px) and (max-width: 600px) {
  .changemakers-nav .standardCM a .cmName {
    bottom: 20%;
  }
}
.changemakers-nav .standardCM a .more_white {
  position: absolute;
  display: block;
  bottom: 5%;
  left: 5%;
  font-weight: var(--font-bold);
  transition-duration: 0.3s;
  color: #fff;
  padding: 0 0rem;
  border-bottom: 0.3rem solid var(--alizarin);
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3.3rem;
}
@media (min-width: 765px) {
  .changemakers-nav .standardCM a .more_white {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.changemakers-nav .standardCM a .more_black {
  position: absolute;
  display: block;
  bottom: 5%;
  left: 5%;
  font-weight: var(--font-bold);
  transition-duration: 0.3s;
  color: #000;
  padding: 0 0rem;
  border-bottom: 0.3rem solid var(--alizarin);
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3.3rem;
}
@media (min-width: 765px) {
  .changemakers-nav .standardCM a .more_black {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.changemakers-nav .standardCM a:hover .changemakers-img {
  transform: scale(1.2);
  transition-duration: 0.3s;
  overflow: hidden;
}
.changemakers-nav .standardCM a:hover .changemakers-logo {
  display: block;
  transition-duration: 0.3s;
}
.changemakers-nav .standardCM a:hover .cmName {
  color: #ffffff;
  display: block;
  transition-duration: 0.3s;
  background: #e02826;
}
.changemakers-nav .standardCM a:hover .cmTitle {
  color: white;
  display: block;
  transition-duration: 0.3s;
}
.changemakers-nav .standardCM .changemakers-img {
  width: 100%;
  transition-duration: 0.3s;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.changemakers-nav .standardCM .changemakers-logo {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 50%;
  display: block;
}

.changemakers-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 0%;
  background-image: none;
}
@media (min-width: 765px) {
  .changemakers-banner {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.changemakers-banner .white_gradient {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.8));
  z-index: -1;
  padding: 5rem 0;
}
@media (min-width: 765px) {
  .changemakers-banner .white_gradient {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0));
  }
}
.changemakers-banner__content {
  max-width: 100%;
  position: relative;
  /*
      object {
          padding-top: 2rem;
          display: flex;
          align-items: flex-start;
          position: relative;
          width: auto;
          align-content: flex-start;
          align-self: flex-start;
          text-align: left;
          justify-content: left;
          text-align: -webkit-left;
          justify-items: left;
          justify-self: left;

          svg {
              text-align: left;
          }

          @media (min-width: 765px) {
              padding-top: 4rem;
          }

          &.cm-logo-ru {
              max-height: 9rem;



              @media (min-width: 765px) {
                  max-height: 13rem;
              }
          }

          &.cm-logo-eng {
              max-height: 9rem;

              @media (min-width: 765px) {
                  max-height: 13rem;
              }
          }

  */
}
@media (min-width: 765px) {
  .changemakers-banner__content {
    max-width: 60%;
  }
}
.changemakers-banner__content .cm-logo-ru {
  margin-top: 2rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url(/media/2nwa44k0/changemakers-black-logo-russian.svg);
  background-repeat: no-repeat;
  height: 8rem;
}
@media (min-width: 765px) {
  .changemakers-banner__content .cm-logo-ru {
    margin-top: 4rem;
    height: 13rem;
  }
}
.changemakers-banner__content .cm-logo-eng {
  margin-top: 2rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url(/media/bsoo020m/changemakers-black-logo.svg);
  background-repeat: no-repeat;
  height: 8rem;
}
@media (min-width: 765px) {
  .changemakers-banner__content .cm-logo-eng {
    margin-top: 4rem;
    height: 13rem;
  }
}
.changemakers-banner__content img {
  padding-top: 2rem;
  max-height: 9rem;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  /*
  &.cm-logo-ru {
      max-height: 9rem;
      width: auto;
      display: block;

      @media (min-width: 765px) {
          max-height: 13rem;
          width: auto;
          display: block;
      }
  }

  &.cm-logo-eng {
      max-height: 9rem;
      width: auto;
      display: block;

      @media (min-width: 765px) {
          max-height: 13rem;
          width: auto;
          display: block;
      }
  }
      */
}
@media (min-width: 765px) {
  .changemakers-banner__content img {
    padding-top: 4rem;
    max-height: 13rem;
  }
}
.changemakers-banner h3 {
  text-align: left;
  color: #000000;
  background: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: var(--font-bold);
  padding: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 765px) {
  .changemakers-banner h3 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
.changemakers-banner h3.Svyatoslav {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
@media (min-width: 765px) {
  .changemakers-banner h3.Svyatoslav {
    font-size: 2.9rem;
    line-height: 3.4rem;
  }
}
.changemakers-banner h3.Tony {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
@media (min-width: 765px) {
  .changemakers-banner h3.Tony {
    font-size: 2.9rem;
    line-height: 3.4rem;
  }
}
.changemakers-banner h3.СВЯТОСЛАВ {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
@media (min-width: 765px) {
  .changemakers-banner h3.СВЯТОСЛАВ {
    font-size: 2.9rem;
    line-height: 3.4rem;
  }
}
.changemakers-banner h3.ЛЮБОВЬ {
  font-size: 3.8rem;
}
@media (min-width: 1025px) {
  .changemakers-banner h3.ЛЮБОВЬ {
    font-size: 3.8rem;
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  .changemakers-banner h3.ЛЮБОВЬ {
    font-size: 3.6rem;
  }
}
.changemakers-banner h3.Тони {
  font-size: 2.7rem;
}
@media (min-width: 1025px) {
  .changemakers-banner h3.Тони {
    font-size: 2.7rem;
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  .changemakers-banner h3.Тони {
    font-size: 2.7rem;
  }
}
.changemakers-banner h4 {
  text-align: left;
  color: #000000;
  font-size: 2rem;
  font-weight: var(--font-bold);
  width: fit-content;
  margin-top: 1.5rem;
}
@media (min-width: 765px) {
  .changemakers-banner h4 {
    margin-top: 3rem;
    font-size: 3.5rem;
  }
}
.changemakers-banner h5 {
  color: #000000;
  font-size: 1.7rem;
  padding: 1.5rem 0rem;
  font-weight: var(--font-bold);
}
@media (min-width: 765px) {
  .changemakers-banner h5 {
    font-size: 2.5rem;
  }
}

h6.secondary-quote {
  color: #54565B;
  padding-top: 0;
  font-weight: var(--font-semi-bold);
  font-style: italic;
  font-size: 2.2rem;
  line-height: 2.8rem;
  /* add extra classes here*/
}
@media (min-width: 1025px) {
  h6.secondary-quote {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
}
@media (min-width: 765px) {
  h6.secondary-quote {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
h6.secondary-quote.ru {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  h6.secondary-quote.ru {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  h6.secondary-quote.ru {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
h6.secondary-quote.lyubov {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  h6.secondary-quote.lyubov {
    font-size: 6.2rem;
    line-height: 7rem;
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  h6.secondary-quote.lyubov {
    font-size: 5.2rem;
    line-height: 6rem;
  }
}
h6.secondary-quote.lyubov.ru {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  h6.secondary-quote.lyubov.ru {
    font-size: 4.6rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  h6.secondary-quote.lyubov.ru {
    font-size: 3.6rem;
    line-height: 4.5rem;
  }
}
h6.secondary-quote.large-quote {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  h6.secondary-quote.large-quote {
    font-size: 6.2rem;
    line-height: 7rem;
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  h6.secondary-quote.large-quote {
    font-size: 5.2rem;
    line-height: 6rem;
  }
}
h6.secondary-quote.large-quote.ru {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  h6.secondary-quote.large-quote.ru {
    font-size: 4.6rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  h6.secondary-quote.large-quote.ru {
    font-size: 3.6rem;
    line-height: 4.5rem;
  }
}
@media (min-width: 765px) {
  h6.secondary-quote {
    padding-top: 3rem;
  }
}
h6.secondary-quote:before {
  content: url(/media/tgmjxar0/quote-icon.svg);
  position: absolute;
  z-index: -1;
  width: 12rem;
  height: 6.8rem;
  transform: translateY(-20%);
}
@media (min-width: 1025px) {
  h6.secondary-quote:before {
    width: 26rem;
    height: 20.8rem;
    transform: translateY(-20%);
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  h6.secondary-quote:before {
    width: 16rem;
    height: 10.8rem;
    transform: translateY(-20%);
  }
}

.quote-banner {
  overflow: hidden;
  position: relative;
  margin: auto;
}
@media (min-width: 1025px) {
  .quote-banner {
    height: 55rem;
  }
}
.quote-banner__slide {
  width: 100vw;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  height: 60vw;
}
@media (min-width: 1025px) {
  .quote-banner__slide {
    height: 55rem;
  }
}
.quote-banner__text {
  width: 100%;
  position: relative;
  bottom: 0;
  background: white;
  padding: 1.5rem;
  font-weight: var(--font-semi-bold);
  z-index: 2;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  .quote-banner__text {
    font-size: 4.2rem;
    line-height: 4.8rem;
    padding: 3rem;
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  .quote-banner__text {
    font-size: 3.2rem;
    line-height: 3.8rem;
    padding: 3rem;
  }
}
.quote-banner__text p.large {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  .quote-banner__text p.large {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  .quote-banner__text p.large {
    font-size: 3.2rem;
    line-height: 3.8rem;
    padding: 3rem;
  }
}
.quote-banner__text.ru {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  .quote-banner__text.ru {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  .quote-banner__text.ru {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
.quote-banner__text.ru p.large {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  .quote-banner__text.ru p.large {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  .quote-banner__text.ru p.large {
    font-size: 3.2rem;
    line-height: 3.8rem;
    padding: 3rem;
  }
}
@media (min-width: 1025px) {
  .quote-banner__text {
    background: white;
    position: absolute;
    bottom: 15%;
    right: 0;
    width: 50%;
  }
}
.quote-banner__text:before {
  content: url(/media/0wdcdqjk/banner-quote-icon.svg);
  position: absolute;
  z-index: -1;
  width: 6rem;
  height: 5.5rem;
  transform: translate(-20%, -40%);
}
@media (min-width: 1025px) {
  .quote-banner__text:before {
    width: 12rem;
    height: 10.5rem;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 765px) and (max-width: 1024px) {
  .quote-banner__text:before {
    width: 12rem;
    height: 10.5rem;
    transform: translate(-20%, -40%);
  }
}

h3.cm_impact_title {
  font-weight: var(--font-bold);
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
@media (min-width: 1025px) {
  h3.cm_impact_title {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
}
h3.cm_story {
  font-weight: var(--font-bold);
  text-transform: uppercase;
  font-size: 1.6rem;
}
@media (min-width: 1025px) {
  h3.cm_story {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
}

.cm-last {
  background: var(--alabaster);
  padding: 4rem 0rem;
}

.red_box {
  background: #e85e5c;
  color: var(--white);
  height: fit-content;
  padding: 2rem 1.5rem;
  margin-top: 2rem;
  font-family: var(--font);
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  .red_box {
    flex-basis: calc(40% - 2rem);
    margin-left: 2rem;
  }
}

.two-columns-text-box {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .two-columns-text-box {
    flex-direction: row;
  }
}
.two-columns-text-box__column {
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .two-columns-text-box__column {
    font-size: 1.8rem;
  }
}
.two-columns-text-box__column1 {
  font-family: var(--font);
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .two-columns-text-box__column1 {
    flex-basis: calc(60% - 2rem);
    margin-right: 2rem;
    font-size: 1.8rem;
  }
}
.two-columns-text-box__column2 {
  font-family: var(--font);
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .two-columns-text-box__column2 {
    flex-basis: calc(40% - 2rem);
    font-size: 1.8rem;
  }
}

#referencesCM .references {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

/* scroll fix*/
#changemaker:target {
  margin-top: -150px;
  padding-top: 200px;
}

#changemakers:target {
  margin-top: -150px;
  padding-top: 200px;
  background-color: #fff;
}

.readMore {
  content: url(/media/cm2ela4w/readmore-btn.svg);
  position: absolute;
  bottom: 1%;
  right: 50%;
  transform: translateX(50%);
  max-height: 6rem;
}
@media (min-width: 765px) {
  .readMore {
    max-height: 9rem;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
  }
}

.readMore-ru {
  content: url(/media/vu5lcbz1/read-more-russian.svg);
  position: absolute;
  bottom: 1%;
  right: 50%;
  transform: translateX(50%);
  max-height: 6rem;
}
@media (min-width: 765px) {
  .readMore-ru {
    max-height: 9rem;
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);
  }
}

#disclaimer {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
#disclaimer p {
  font-family: var(--font);
  line-height: 1.3rem;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  #disclaimer p {
    line-height: 1.7rem;
    font-size: 1.4rem;
  }
}

.changemaker-bg {
  background-color: #1E1E1E;
}

.changemakers {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.changemakers__content-header {
  padding-bottom: 4rem;
}
.changemakers__content {
  padding: 4rem 0rem;
}
.changemakers__content h4 {
  color: #ffffff;
  font-weight: var(--font-semi-bold);
  font-size: 2rem;
  line-height: 2rem;
}
@media (min-width: 765px) {
  .changemakers__content h4 {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
}
.changemakers__content h4.ru {
  margin-top: -0.5rem;
}
.changemakers__content h4.eng {
  margin-bottom: -0.5rem;
}
.changemakers__content h5 {
  color: #ffffff;
  font-weight: var(--font-bold);
  font-style: italic;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
@media (min-width: 1025px) {
  .changemakers__content h5 {
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
}
@media (min-width: 765px) and (max-width: 1025px) {
  .changemakers__content h5 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.changemakers__content p {
  color: #ffffff;
  font-family: var(--font);
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
.changemakers .soomCM {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 800px) {
  .changemakers .soomCM {
    flex: 0 0 auto;
    width: 25%;
    height: auto;
  }
}
@media (min-width: 414px) and (max-width: 799px) {
  .changemakers .soomCM {
    flex: 0 0 auto;
    width: 50%;
    height: auto;
  }
}
.changemakers .soomCM:hover .changemakers-img {
  transform: scale(1.2);
  transition-duration: 0.3s;
  overflow: hidden;
}
.changemakers .soomCM:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.changemakers .soomCM .cmName {
  position: absolute;
  display: block;
  bottom: 15%;
  left: 5%;
  font-weight: var(--font-bold);
  transition-duration: 0.3s;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 1.5rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 3rem;
}
@media (min-width: 1025px) {
  .changemakers .soomCM .cmName {
    font-size: 2.3rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1025px) {
  .changemakers .soomCM .cmName {
    font-size: 2rem;
    line-height: 3.3rem;
    bottom: 20%;
  }
}
@media (max-width: 799px) {
  .changemakers .soomCM .cmName {
    bottom: 15%;
  }
}
@media (min-width: 414px) and (max-width: 600px) {
  .changemakers .soomCM .cmName {
    bottom: 20%;
  }
}
.changemakers .soomCM .cSoon_white {
  position: absolute;
  display: block;
  bottom: 5%;
  left: 5%;
  font-weight: var(--font-bold);
  transition-duration: 0.3s;
  color: #fff;
  padding: 0 0rem;
  text-transform: uppercase;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 3.3rem;
}
@media (min-width: 765px) {
  .changemakers .soomCM .cSoon_white {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.changemakers .soomCM .cSoon_black {
  position: absolute;
  display: block;
  bottom: 5%;
  left: 5%;
  font-weight: var(--font-bold);
  transition-duration: 0.3s;
  color: #000;
  padding: 0 0rem;
  text-transform: uppercase;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 3.3rem;
}
@media (min-width: 765px) {
  .changemakers .soomCM .cSoon_black {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.changemakers .soomCM .changemakers-img {
  width: 100%;
  transition-duration: 0.3s;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.changemakers .lastCM {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 20rem;
}
@media (min-width: 800px) {
  .changemakers .lastCM {
    flex: 0 0 auto;
    width: 25%;
    height: auto;
  }
}
@media (min-width: 414px) and (max-width: 799px) {
  .changemakers .lastCM {
    flex: 0 0 auto;
    width: 50%;
    height: auto;
  }
}
.changemakers .lastCM__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.changemakers .lastCM__content h4 {
  color: #ffffff;
  font-weight: var(--font-semi-bold);
  line-height: 0.5rem;
  font-size: 1.6rem;
}
@media (min-width: 765px) {
  .changemakers .lastCM__content h4 {
    font-size: 1.8rem;
    line-height: 1rem;
  }
}
.changemakers .lastCM__content h5 {
  color: #ffffff;
  font-weight: var(--font-bold);
  font-style: italic;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 4rem;
}
@media (min-width: 765px) {
  .changemakers .lastCM__content h5 {
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
}
.changemakers .lastCM__content .more {
  color: #ffffff;
  font-weight: var(--font-semi-bold);
  letter-spacing: 0.1em;
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 4rem;
}
@media (min-width: 765px) {
  .changemakers .lastCM__content .more {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.changemakers .footerCM {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url(/media/nanfygnx/cm-footer.svg);
  background-repeat: no-repeat;
  height: 32rem;
}
@media (max-width: 765px) {
  .changemakers .footerCM {
    height: 30vh;
  }
}
@media (max-width: 430px) {
  .changemakers .footerCM {
    height: 40vh;
  }
}
.changemakers .footerCM .changemakers-logo {
  position: absolute;
  top: 0rem;
  left: 0rem;
}
@media (min-width: 765px) {
  .changemakers .footerCM .changemakers-logo {
    top: 2rem;
    left: 2rem;
  }
}
.changemakers .footerCM .cmTitle-box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 765px) {
  .changemakers .footerCM .cmTitle-box {
    transform: translateY(0%);
    top: auto;
    bottom: 0;
  }
}
.changemakers .footerCM .cmTitle-box .cmTitle {
  background-color: #e85e5c;
  padding: 1rem;
  font-size: 2rem;
  color: var(--white);
  font-weight: var(--font-bold);
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .changemakers .footerCM .cmTitle-box .cmTitle {
    font-size: 4rem;
  }
}
@media (min-width: 765px) {
  .changemakers .footerCM .cmTitle-box .cmTitle {
    font-size: 3rem;
  }
}
.changemakers .footerCM .cmTitle-box .cmTitle span {
  color: var(--black);
}
.changemakers .standardCM {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 800px) {
  .changemakers .standardCM {
    flex: 0 0 auto;
    width: 25%;
    height: auto;
  }
}
@media (min-width: 414px) and (max-width: 799px) {
  .changemakers .standardCM {
    flex: 0 0 auto;
    width: 50%;
    height: auto;
  }
}
.changemakers .standardCM .cmTitle {
  position: absolute;
  display: block;
  bottom: 5%;
  left: 5%;
  transition-duration: 0.3s;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 3.8rem;
  font-weight: var(--font-bold);
  text-transform: uppercase;
}
.changemakers .standardCM .cmTitle-b {
  color: #000000;
}
.changemakers .standardCM .bg-red {
  background: var(--alizarin);
  padding: 0 1.5rem;
}
.changemakers .standardCM a {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.changemakers .standardCM a .cmName {
  position: absolute;
  display: block;
  bottom: 15%;
  left: 5%;
  font-weight: var(--font-bold);
  transition-duration: 0.3s;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 1.5rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 3rem;
}
@media (min-width: 1025px) {
  .changemakers .standardCM a .cmName {
    font-size: 2.3rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 1025px) {
  .changemakers .standardCM a .cmName {
    font-size: 2rem;
    line-height: 3.3rem;
    bottom: 20%;
  }
}
@media (max-width: 799px) {
  .changemakers .standardCM a .cmName {
    bottom: 15%;
  }
}
@media (min-width: 414px) and (max-width: 600px) {
  .changemakers .standardCM a .cmName {
    bottom: 20%;
  }
}
.changemakers .standardCM a .more_white {
  position: absolute;
  display: block;
  bottom: 5%;
  left: 5%;
  font-weight: var(--font-bold);
  transition-duration: 0.3s;
  color: #fff;
  padding: 0 0rem;
  border-bottom: 0.3rem solid var(--alizarin);
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3.3rem;
}
@media (min-width: 765px) {
  .changemakers .standardCM a .more_white {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.changemakers .standardCM a .more_black {
  position: absolute;
  display: block;
  bottom: 5%;
  left: 5%;
  font-weight: var(--font-bold);
  transition-duration: 0.3s;
  color: #000;
  padding: 0 0rem;
  border-bottom: 0.3rem solid var(--alizarin);
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 3.3rem;
}
@media (min-width: 765px) {
  .changemakers .standardCM a .more_black {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
.changemakers .standardCM a:hover .changemakers-img {
  transform: scale(1.2);
  transition-duration: 0.3s;
  overflow: hidden;
}
.changemakers .standardCM a:hover .changemakers-logo {
  display: block;
  transition-duration: 0.3s;
}
.changemakers .standardCM a:hover .cmName {
  color: #ffffff;
  display: block;
  transition-duration: 0.3s;
  background: #e02826;
}
.changemakers .standardCM a:hover .cmTitle {
  color: white;
  display: block;
  transition-duration: 0.3s;
}
.changemakers .standardCM .changemakers-img {
  width: 100%;
  transition-duration: 0.3s;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.changemakers .standardCM .changemakers-logo {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 50%;
  display: block;
}

/* Stories and Events styles */
.story p a {
  color: var(--black);
}

.button-area {
  padding-top: 3.5rem;
}

.story-mainBanner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 0%;
  background-image: none;
  height: auto;
}
@media (min-width: 765px) {
  .story-mainBanner {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65.6rem;
  }
}
.story-mainBanner .white_gradient {
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5));
  z-index: -1;
  padding: 4rem 0;
  height: 100%;
}
@media (min-width: 765px) {
  .story-mainBanner .white_gradient {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0));
  }
}
.story-mainBanner__content {
  max-width: 100%;
  position: relative;
}
@media (min-width: 765px) {
  .story-mainBanner__content {
    max-width: 40%;
  }
}
.story-mainBanner h2 {
  text-align: left;
  color: var(--black);
  font-family: var(--font);
  font-size: 2rem;
  font-weight: var(--font-bold);
  text-transform: uppercase;
  padding-bottom: 2rem;
}
@media (min-width: 765px) {
  .story-mainBanner h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1025px) {
  .story-mainBanner h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    padding-bottom: 4rem;
  }
}
.story-mainBanner h3 {
  text-align: left;
  color: var(--alizarin);
  font-size: 2rem;
  font-weight: var(--font-bold);
  width: fit-content;
  margin-top: 0rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
@media (min-width: 765px) {
  .story-mainBanner h3 {
    margin-top: 0rem;
    padding-bottom: 4rem;
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
}
@media (min-width: 1025px) {
  .story-mainBanner h3 {
    padding-bottom: 6rem;
  }
}
.story-mainBanner h4 {
  color: var(--sapphire);
  font-size: 1.7rem;
  padding-bottom: 1rem;
  font-weight: var(--font-bold);
  text-transform: uppercase;
}
@media (min-width: 765px) {
  .story-mainBanner h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .story-mainBanner h4 {
    padding-bottom: 2rem;
  }
}
.story-mainBanner__text {
  color: var(--black);
  padding-bottom: 1.7rem;
  font-family: var(--font);
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: var(--font-regular);
}
@media (min-width: 1025px) {
  .story-mainBanner__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 1240px) {
  .story-mainBanner__text {
    line-height: 2.4rem;
  }
}
.story-mainBanner__date {
  color: var(--black);
  font-family: var(--font);
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: var(--font-regular);
}
@media (min-width: 1025px) {
  .story-mainBanner__date {
    font-size: 1.8rem;
  }
}
@media (min-width: 1240px) {
  .story-mainBanner__date {
    line-height: 2.4rem;
  }
}
.story-mainBanner__buttonArea {
  padding-top: 3.5rem;
}

.story-nav__wrapper {
  padding-bottom: 5rem;
}
@media (min-width: 1025px) {
  .story-nav__wrapper {
    padding-bottom: 7rem;
  }
}
.story-nav__heading {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: var(--font-bold);
  text-transform: uppercase;
  color: var(--black);
  text-align: center;
}
@media (min-width: 1025px) {
  .story-nav__heading {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
}
.story-nav__stories {
  --elements-per-row: 1;
  display: grid;
  grid-template-columns: repeat(var(--elements-per-row), 1fr);
  grid-column-gap: 2.3rem;
  grid-row-gap: 1rem;
  list-style: none;
}
@media (min-width: 420px) {
  .story-nav__stories {
    --elements-per-row: 2;
    grid-row-gap: 1rem;
  }
}
@media (min-width: 765px) {
  .story-nav__stories {
    --elements-per-row: 3;
    grid-row-gap: 2rem;
  }
}
.story-nav__story {
  display: flex;
  justify-content: space-between;
  background: var(--alabaster);
}
.story-nav__story a {
  text-decoration: none;
}
.story-nav__story .story {
  padding: 2rem 1.7rem;
}
.story-nav__story .story p + p {
  margin-top: 0rem;
}
.story-nav__story .story__img {
  width: 100%;
}
.story-nav__story .story__section {
  color: var(--sapphire);
  text-transform: uppercase;
  padding-bottom: 1.7rem;
  font-weight: var(--font-semi-bold);
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .story-nav__story .story__section {
    font-size: 1.8rem;
  }
}
@media (min-width: 1240px) {
  .story-nav__story .story__section {
    line-height: 2.4rem;
  }
}
.story-nav__story .story__title {
  color: var(--black);
  font-weight: var(--font-bold);
  text-transform: uppercase;
  padding-bottom: 1.7rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  .story-nav__story .story__title {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
}
.story-nav__story .story__text {
  color: var(--black);
  padding-bottom: 1.7rem;
  font-family: var(--font);
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .story-nav__story .story__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 1240px) {
  .story-nav__story .story__text {
    line-height: 2.4rem;
  }
}
.story-nav__story .story__date {
  color: var(--black);
  font-family: var(--font);
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .story-nav__story .story__date {
    font-size: 1.8rem;
  }
}
@media (min-width: 1240px) {
  .story-nav__story .story__date {
    line-height: 2.4rem;
  }
}

.story-bg {
  background: var(--alabaster);
  padding: 4rem 0rem;
}

.i-text {
  font-weight: var(--font-bold);
  color: var(--alizarin);
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media (min-width: 1025px) {
  .i-text {
    font-size: 2.1rem;
  }
}
@media (min-width: 1240px) {
  .i-text {
    line-height: 2.4rem;
  }
}

/* --- Stories and Events - 2 Column Text --- */
.two-column-count__columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}
@media (min-width: 765px) {
  .two-column-count__columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 1025px) {
  .two-column-count__columns {
    font-size: 1.8rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.two-column-count__columns p {
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .two-column-count__columns p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1240px) {
  .two-column-count__columns p {
    line-height: 2.4rem;
  }
}
.two-column-count__columns p.i-text {
  font-weight: var(--font-bold);
  color: var(--alizarin);
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media (min-width: 1025px) {
  .two-column-count__columns p.i-text {
    font-size: 2.1rem;
  }
}
@media (min-width: 1240px) {
  .two-column-count__columns p.i-text {
    line-height: 2.4rem;
  }
}

.pt {
  margin-top: 3rem;
}
@media (min-width: 1025px) {
  .pt {
    margin-top: 4rem;
  }
}

.pb {
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .pb {
    margin-bottom: 4rem;
  }
}

/* --- Stories and Events - Full Width Banner --- */
.story-banner {
  overflow: hidden;
  position: relative;
  margin: auto;
}
@media (min-width: 1025px) {
  .story-banner {
    height: 44rem;
  }
}
.story-banner__slide {
  width: 100vw;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  height: 60vw;
}
@media (min-width: 1025px) {
  .story-banner__slide {
    height: 44rem;
  }
}
.story-banner__left {
  width: 100%;
  position: relative;
  bottom: 0;
  background: #e02826;
  color: #ffffff;
  padding: 1rem 2rem;
}
@media (min-width: 1025px) {
  .story-banner__left {
    background: rgba(224, 40, 38, 0.8);
    position: absolute;
    bottom: 0;
    width: fit-content;
  }
}
.story-banner__left p {
  color: #ffffff;
  font-family: var(--font);
  font-weight: var(--font-bold);
  text-transform: uppercase;
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .story-banner__left p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1240px) {
  .story-banner__left p {
    line-height: 2.4rem;
  }
}

/* --- Stories and Events - Story Author --- */
.story-author {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 2rem;
  flex-wrap: wrap;
}
.story-author p {
  font-style: italic;
}

/* --- Stories and Events - Full Width Text --- */
/* --- Stories and Events - Image and Quote --- */
.quote-bg {
  background: #f9f9f9;
  display: flex;
  align-content: center;
  align-items: center;
}
@media (min-width: 765px) {
  .quote-bg {
    height: auto;
  }
}
@media (min-width: 1025px) {
  .quote-bg {
    height: 425px;
  }
}

.image-quote {
  position: relative;
}
.image-quote__slide {
  width: 100vw;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  height: 60vw;
}
@media (min-width: 1025px) {
  .image-quote__slide {
    height: 55rem;
  }
}
.image-quote__text {
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 1.5rem;
  font-weight: var(--font-semi-bold);
  z-index: 2;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  .image-quote__text {
    font-size: 3.6rem;
    line-height: 4.2rem;
    padding: 3rem;
  }
}
@media (max-width: 1025px) {
  .image-quote__text {
    font-size: 3.2rem;
    line-height: 3.8rem;
    padding: 3rem;
  }
}
.image-quote__text.Vera {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  .image-quote__text.Vera {
    font-size: 4.2rem;
    line-height: 4.7rem;
    padding: 3rem;
  }
}
@media (max-width: 1025px) {
  .image-quote__text.Vera {
    font-size: 3.2rem;
    line-height: 3.8rem;
    padding: 3rem;
  }
}
.image-quote__text.Tony {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  .image-quote__text.Tony {
    font-size: 3.8rem;
    line-height: 4.5rem;
    padding: 3rem;
  }
}
@media (max-width: 1025px) {
  .image-quote__text.Tony {
    font-size: 3.2rem;
    line-height: 3.8rem;
    padding: 3rem;
  }
}
.image-quote__text.ru {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 1025px) {
  .image-quote__text.ru {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 1025px) {
  .image-quote__text.ru {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
@media (min-width: 1025px) {
  .image-quote__text {
    background: #f9f9f9;
    /*
        position: absolute;
     bottom: 15%;
     right: 0;
     width: 50%;
    */
  }
}
.image-quote__text .quote-author {
  font-weight: var(--font-bold);
  color: var(--alizarin);
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .image-quote__text .quote-author {
    font-size: 1.8rem;
  }
}
@media (min-width: 1240px) {
  .image-quote__text .quote-author {
    line-height: 2.4rem;
  }
}
.image-quote__text:before {
  content: url(/media/0wdcdqjk/banner-quote-icon.svg);
  position: absolute;
  z-index: -1;
  width: 6rem;
  height: 5.5rem;
  transform: translate(0%, -40%);
}
@media (min-width: 1025px) {
  .image-quote__text:before {
    width: 12rem;
    height: 10.5rem;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 1025px) {
  .image-quote__text:before {
    width: 12rem;
    height: 10.5rem;
    transform: translate(0%, -40%);
  }
}

/* Header + Footer 2022 */
.header__wrapper.oneLang .header__menu {
  top: 8.5rem;
}
.header__wrapper.oneLang .header__menu.scroll {
  overflow-y: scroll;
  padding-bottom: 8.5rem;
}
@media screen and (min-width: 765px) {
  .header__wrapper.oneLang .header__menu.scroll {
    padding-bottom: 13rem;
  }
}
@media screen and (min-width: 765px) {
  .header__wrapper.oneLang .header__menu {
    width: 48rem;
    top: 13rem;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* --- Open Menu --- */
}
@media (min-width: 765px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}
.header .lang-switch {
  color: var(--black);
  text-decoration: none;
}
.header__language-picker {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__language-picker__wrapper {
  display: none;
  border-bottom: 5px solid #e02826;
}
@media (min-width: 765px) {
  .header__language-picker__wrapper {
    display: block;
  }
}
.header__language-picker li {
  margin: 1.2rem 0;
}
.header__language-picker li.current a {
  font-weight: 700;
}
.header__language-picker li a {
  font-size: 1.2rem;
  color: var(--black);
  text-decoration: none;
}
.header__language-picker li + li {
  margin-left: 1.2rem;
}
.header__hamburger-and-pickle {
  display: flex;
}
.header__hamburger-and-pickle .lang-switch {
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 3.5rem;
  text-decoration: underline;
}
@media (min-width: 765px) {
  .header__hamburger-and-pickle .lang-switch {
    display: none;
  }
}
.header__logo img {
  max-width: 9rem;
  height: 6rem;
}
@media (min-width: 765px) {
  .header__logo img {
    max-width: 15rem;
    height: 8.5rem;
  }
}
.header__wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--white);
  color: var(--black);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
}
.header__hamburger {
  display: block;
  cursor: pointer;
}
.header__hamburger span {
  width: 2rem;
  height: 0.2rem;
  display: block;
  background: var(--black);
  transition: opacity 0.3s, transform 0.3s;
}
.header__hamburger span:first-child {
  margin-bottom: 0.7rem;
}
.header__hamburger span:last-child {
  margin-top: 0.7rem;
}
.header__menu {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 8.5rem;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header__menu.scroll {
  overflow-y: scroll;
  padding-bottom: 8.5rem;
}
@media screen and (min-width: 765px) {
  .header__menu.scroll {
    padding-bottom: 17.2rem;
  }
}
@media screen and (min-width: 765px) {
  .header__menu {
    width: 48rem;
    top: 17.2rem;
  }
}
.header__menu .parent-item {
  position: relative;
  display: block;
  padding: 2rem 4rem;
  font-size: 1.8rem;
  font-weight: var(--font-semi-bold);
  color: var(--black);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: left;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #707070;
  /*
  &:after {
      content: "";
      width: 100%;
      height: .1rem;
      display: flex;
      transition: opacity .3s;
      background: #707070;
      //margin: 2rem auto;
  }
      */
}
.header__menu .parent-item.open a svg {
  transform: rotate(0);
  transition: transform 0.3s;
}
.header__menu .parent-item:first-child {
  padding-top: 2rem;
}
.header__menu .parent-item.active {
  /*
  color: var(--alizarin);
  background: rgba(#fff,.95);
      */
}
.header__menu .parent-item.active:after {
  opacity: 1 !important;
}
.header__menu .parent-item:hover:after {
  opacity: 1 !important;
}
.header__menu .parent-item a {
  font-size: 1.4rem;
  color: currentColor;
  text-decoration: none;
}
.header__menu .parent-item a svg {
  margin-top: 0.5rem;
  float: right;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.header__menu-item {
  position: relative;
  display: block;
  padding: 2rem 4rem;
  font-size: 1.8rem;
  font-weight: var(--font-semi-bold);
  color: var(--black);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: left;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #707070;
  /*
  &:after {
      content: "";
      width: 100%;
      height: .1rem;
      display: flex;
      transition: opacity .3s;
      background: #707070;
      //margin: 2rem auto;
  }
      */
}
.header__menu-item:first-child {
  padding-top: 2rem;
}
.header__menu-item.overview {
  display: none;
  transition: transform 0.3s;
  background: rgba(224, 40, 38, 0.95);
  color: var(--white);
}
.header__menu-item.visible {
  display: block;
  transition: transform 0.3s;
}
.header__menu-item.active {
  /*
  color: var(--alizarin);
  background: rgba(#fff,.95);
      */
}
.header__menu-item.active:after {
  opacity: 1 !important;
}
.header__menu-item:hover:after {
  opacity: 1 !important;
}
.header__menu-item a {
  font-size: 1.4rem;
  color: currentColor;
  text-decoration: none;
}
.header__menu-item a svg {
  margin-top: 0.5rem;
  float: right;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.header__menu-subitem {
  background: rgba(224, 40, 38, 0.95);
  position: relative;
  display: block;
  padding: 2rem 4rem;
  font-size: 1.8rem;
  font-weight: var(--font-semi-bold);
  color: var(--white);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #707070;
  display: none;
  transition: transform 0.3s;
  /*
  &:after {
      content: "";
      width: 100%;
      height: .1rem;
      display: flex;
      transition: opacity .3s;
      background: #707070;
      //margin: 2rem auto;
  }
      */
}
.header__menu-subitem.hidden {
  display: none;
  transition: transform 0.3s;
}
.header__menu-subitem.visible {
  display: block;
  transition: transform 0.3s;
}
.header__menu-subitem.active {
  /*
  color: var(--alizarin);
  background: rgba(#fff,.95);
      */
}
.header__menu-subitem.active:after {
  opacity: 1 !important;
}
.header__menu-subitem:hover:after {
  opacity: 1 !important;
}
.header__menu-subitem a {
  font-size: 1.4rem;
  color: currentColor;
  text-decoration: none;
}
.header__mobile-organizations {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__mobile-organizations img {
  width: 100%;
  max-width: 12rem;
}
.header__mobile-organizations svg {
  width: 100%;
  max-width: 12rem;
}
.header__mobile-organizations li img {
  width: 100%;
  max-width: 12rem;
}
.header__mobile-organizations li svg {
  width: 100%;
  max-width: 12rem;
}
.header__mobile-organizations.p2 {
  padding: 4rem 4rem;
  background: rgba(255, 255, 255, 0.95);
}
.header__organizations {
  display: none;
}
.header__organizations li:first-child {
  margin-right: 2rem;
}
.header.open .header__menu {
  transform: translateX(0);
}
.header.open .header__hamburger span:first-child {
  transform: rotate(-45deg) translate(-4px, 6px);
}
.header.open .header__hamburger span:nth-child(2) {
  opacity: 0;
}
.header.open .header__hamburger span:last-child {
  transform: rotate(45deg) translate(-7px, -8px);
}

/*
body {
    &.admin-bar {
        .header {
            &__wrapper {
                @media screen and (min-width:600px) {
                    top: 4.5rem;
                }

                @media (min-width:765px) {
                    top: 3.2rem;
                }
            }

            &__menu {
                @media screen and (min-width:765px) {
                    top: 14rem;
                }

                top: 14rem;
            }
        }
    }

    &:not(.use-mobile-header-footer-on-desktop) {
        .header {
            @media (min-width:1200px) {
                padding-top: 3rem;
                padding-bottom: 3rem
            }

            @media (min-width:1025px) {
                margin-top: 0;
                // margin-left: 4rem;
            }

            &__menu {
                width: auto;
                height: auto;
                position: static;
                padding: 0;
                transform: none;
                background: transparent;
                transition: none;
                margin-bottom: .7rem;

                &-item {
                    @media (min-width:1200px) {
                        margin-top: 0;
                        margin-left: 3rem;
                    }

                    &:after {
                        @media (min-width:1200px) {
                            height: .5rem;
                            position: absolute;
                            bottom: -1.5rem;
                            left: 50%;
                            transform: translateX(-50%);
                            margin: 0;
                            opacity: 0;
                        }
                    }
                }
            }

            &__hamburger {
                @media (min-width:1200px) {
                    display: none;
                }
            }
        }
    }
}

*/
.header__v2 .header__mobile-organizations {
  margin-top: -1rem;
  display: none;
}
@media screen and (min-width: 765px) {
  .header__v2 .header__mobile-organizations {
    display: block;
  }
}
.header__v2 .header__mobile-organizations img {
  max-width: 14rem;
  padding: 0 2rem 0 0rem;
}

.footer {
  color: var(--white);
  padding-top: 3rem;
  padding-bottom: 3rem;
  /*margin-top: 5rem;*/
  background: var(--black);
}
@media (min-width: 765px) {
  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.footer__main-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer__partners {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer__partners li:last-child {
  margin-top: 3rem;
}
.footer__partners li .img__left {
  float: left;
  display: block;
  width: 100%;
  max-width: 11rem;
}
.footer__partners li .img__right {
  float: right;
  display: block;
  width: 100%;
  max-width: 11rem;
}
.footer__items {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer__item {
  margin-top: 1rem;
  margin-right: 0;
}
.footer__item:first-child {
  margin-top: 4rem;
}
.footer__item:last-child {
  margin-right: 0;
}
.footer__item a {
  font-size: 1.4rem;
  font-weight: var(--font-regular);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
}
.footer__legal {
  margin-top: 3rem;
}
.footer__legal p {
  font-size: 1rem;
  text-align: right;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: var(--font-regular);
  text-align: center;
}
.footer__legal p + p {
  margin-top: 0.8rem;
}
.footer__legal p.job {
  margin-top: 1.6rem;
}
.footer__legal p.sponsored {
  text-transform: inherit;
}
.footer__legal.ru p:last-child {
  display: none;
}

@media (min-width: 1025px) {
  body:not(.use-mobile-header-footer-on-desktop) .footer {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1025px) {
  body:not(.use-mobile-header-footer-on-desktop) .footer__main-row {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 1025px) {
  body:not(.use-mobile-header-footer-on-desktop) .footer__partners {
    display: inline-block;
    width: 100%;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1025px) {
  body:not(.use-mobile-header-footer-on-desktop) .footer__partners li:last-child {
    margin-top: 0;
  }
}
body:not(.use-mobile-header-footer-on-desktop) .footer__partners li .img__left {
  max-width: 15rem;
}
body:not(.use-mobile-header-footer-on-desktop) .footer__partners li .img__right {
  max-width: 15rem;
}
@media (min-width: 1025px) {
  body:not(.use-mobile-header-footer-on-desktop) .footer__items {
    align-items: baseline;
  }
}
@media (min-width: 1025px) {
  body:not(.use-mobile-header-footer-on-desktop) .footer__item {
    margin-top: 1rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1025px) {
  body:not(.use-mobile-header-footer-on-desktop) .footer__item:first-child {
    margin-top: 1rem;
  }
}
@media (min-width: 1025px) {
  body:not(.use-mobile-header-footer-on-desktop) .footer__item a {
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  body:not(.use-mobile-header-footer-on-desktop) .footer__legal {
    margin-top: 2rem;
  }
}
@media (min-width: 1025px) {
  body:not(.use-mobile-header-footer-on-desktop) .footer__legal p {
    text-align: right;
  }
}
@media (min-width: 1025px) {
  body:not(.use-mobile-header-footer-on-desktop) .footer__legal p:last-child {
    display: block;
  }
}
