@font-face {
  font-family: 'TestNational2Compressed';
  src: url('../fonts/TestNational2Compressed-Medium.otf');
  src: local('TestNational2Compressed'), local('TestNational2Compressed'), url('../fonts/TestNational2Compressed-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'BasisGrotesquePro';
  src: url('../fonts/BasisGrotesquePro/BasisGrotesquePro-Regular.eot');
  src: local('BasisGrotesquePro Regular'), local('BasisGrotesquePro-Regular'), url('../fonts/BasisGrotesquePro/BasisGrotesquePro-Regular.eot') format('embedded-opentype'), url('../fonts/BasisGrotesquePro/BasisGrotesquePro-Regular.woff') format('woff'), url('../fonts/BasisGrotesquePro/BasisGrotesquePro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BasisGrotesquePro';
  src: url('../fonts/BasisGrotesquePro/BasisGrotesquePro-Medium.eot');
  src: local('BasisGrotesquePro Medium'), local('BasisGrotesquePro-Medium'), url('../fonts/BasisGrotesquePro/BasisGrotesquePro-Medium.eot') format('embedded-opentype'), url('../fonts/BasisGrotesquePro/BasisGrotesquePro-Medium.woff') format('woff'), url('../fonts/BasisGrotesquePro/BasisGrotesquePro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PPRightGrotesk';
  src: url('../fonts/PPRightGrotesk/PPRightGrotesk-CompactMedium.eot');
  src: local('PPRightGrotesk-Compact Medium'), local('PPRightGrotesk-CompactMedium'), url('../fonts/PPRightGrotesk/PPRightGrotesk-CompactMedium.eot') format('embedded-opentype'), url('../fonts/PPRightGrotesk/PPRightGrotesk-CompactMedium.woff') format('woff'), url('../fonts/PPRightGrotesk/PPRightGrotesk-CompactMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 100px) {
  .ra-head #main_menu.black-menu .main-nav > li > a,
  .ra-head .ld_header_menu.main-nav > li > a:not(.btn) {
    text-transform: none;
    font-family: 'BasisGrotesquePro';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: normal;
    color: var(--clr-dark) !important;
  }
  .ra-head #main_menu.black-menu .main-nav > li > a:hover,
  .ra-head .ld_header_menu.main-nav > li > a:not(.btn):hover {
    color: var(--clr-primary-dark) !important;
  }
}
.ra-head .nav-item-children {
  display: none!important;
}
.ra-head .navbar-brand {
  width: 148px!important;
}
.ra-switcher {
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  justify-content: center;
  margin: 0 auto var(--section-padding);
}
.ra-switcher-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 16px;
  border: 1px solid currentColor;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  margin: 4px;
  cursor: pointer;
  border-radius: 40px;
}
.ra-switcher-item.active {
  color: var(--clr-light);
  background-color: var(--clr-dark);
}
.ra-switcher-item:hover:not(.active) {
  color: var(--clr-dark-hover);
}
.ra-select--switch {
  width: 100%;
  background: #FBFDF8;
  border-radius: 50px;
  border: none;
  outline: 0;
  font-size: 16px;
  padding: 8px 20px;
  border: 1px solid var(--clr-dark);
  margin-bottom: 0;
  appearance: none;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.885 0.88501L9 7.75501L2.115 0.88501L0 3.00001L9 12L18 3.00001L15.885 0.88501Z' fill='%23191C1A'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 95% 17px;
}
.ra-cards-grid--3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1000px) {
  .ra-cards-grid--3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .ra-cards-grid--3 {
    grid-template-columns: 1fr;
  }
}
.ra-cards-grid--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1000px) {
  .ra-cards-grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .ra-cards-grid--2 {
    grid-template-columns: 1fr;
  }
}
.ra-card {
  --inner-padding: 44px;
  padding: var(--inner-padding);
  min-height: 394px;
  background-color: var(--clr-dark);
  color: var(--clr-light);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ra-card:hover {
  color: var(--clr-light);
}
.ra-card__title {
  color: var(--clr-primary);
  margin-bottom: 16px;
  margin-top: 0;
}
.ra-card__btn {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.ra-card__btn span {
  margin-right: 12px;
}
.ra-card__btn svg {
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.ra-card:hover .ra-card__btn svg {
  transform: translateX(25px);
}
a.ra-card:hover {
  transform: scale(1.01);
}
.footer-top {
  justify-content: space-between;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--clr-light);
  align-items: center;
}
@media (max-width: 600px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24px;
  }
}
.footer-bottom {
  padding-top: 26px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .footer__logo svg {
    width: 120px;
  }
}
@media (max-width: 600px) {
  .footer__logo {
    margin-bottom: 28px;
  }
}
.footer__control a + a {
  margin-left: 20px;
}
@media (max-width: 600px) {
  .footer__control a + a {
    margin-left: 0;
    margin-top: 16px;
  }
}
@media (max-width: 600px) {
  .footer__control {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.footer__menu {
  display: grid;
  grid-template-columns: 196px 196px 196px;
  grid-gap: 8px 20px;
  margin-top: 6px;
}
@media (max-width: 1000px) {
  .footer__menu {
    grid-template-columns: 150px 150px;
  }
}
@media (max-width: 600px) {
  .footer__menu {
    grid-template-columns: 140px 140px;
    grid-gap: 4px 12px;
  }
}
.footer__menu__item {
  font-size: 16px;
  color: var(--clr-light);
}
.footer__menu__item:hover {
  color: var(--clr-primary-hover);
}
.footer__soc {
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer__docs {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 16px;
  margin-top: 10px;
}
.footer__docs a {
  color: #ffffff;
}
.footer__docs a + a {
  margin-top: 2px;
}
.footer__docs a:hover {
  color: var(--color-link);
}
@media (max-width: 600px) {
  .footer__soc {
    margin-top: 32px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__docs {
    text-align: left;
  }
}
.footer__soc span {
  margin-right: 15px;
}
.footer__soc a {
  height: 36px;
}
.footer__soc a + a {
  margin-left: 5px;
}
.footer__soc a svg path {
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.footer__soc a:hover svg path {
  fill: var(--clr-primary-hover);
}
body {
  font-family: 'BasisGrotesquePro';
  font-size: 20px;
  line-height: 1.5;
  color: #191C1A;
  background-color: var(--clr-light);
}
@media (max-width: 1000px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (max-width: 350px) {
  body {
    font-size: 14px;
  }
}
:root {
  --section-padding: 128px;
  --clr-primary: #4FDA92;
  --clr-light: #FBFDF8;
  --clr-dark: #191C1A;
  --clr-primary-hover: #74FCB0;
  --clr-light-hover: #DCE5DC;
  --clr-dark-hover: #414942;
  --clr-primary-dark: #006D41;
  --tablet-w: 1000px;
}
@media (max-width: 1000px) {
  :root {
    --section-padding: 96px;
  }
}
@media (max-width: 600px) {
  :root {
    --section-padding: 64px;
    --container-padding: 15px;
  }
}
@media (max-width: 350px) {
  :root {
    --section-padding: 48px;
  }
}
h1 {
  font-family: 'PPRightGrotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 128px;
  line-height: 0.8125;
  letter-spacing: -0.015em;
  color: #191C1A;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 96px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 64px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 52px;
  }
}
h1.logo {
  font-family: 'TestNational2Compressed';
}
h2 {
  font-family: 'PPRightGrotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--clr-dark);
  margin-top: 0;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 52px;
    line-height: 125%;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-family: 'PPRightGrotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.22;
  letter-spacing: -0.015em;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  h3 {
    font-size: 20px;
  }
}
p {
  margin-bottom: 1em;
}
.flex {
  display: flex;
}
@media (max-width: 600px) {
  .flex-column--mob {
    flex-direction: column;
  }
}
.bg--green {
  background-color: var(--clr-primary);
}
.bg--dark {
  background-color: var(--clr-dark);
  color: var(--clr-light);
}
.bg--dark h3 {
  color: var(--clr-light);
}
@media (max-width: 600px) {
  .mob-hidden {
    display: none!important;
  }
}
@media (min-width: 601px) {
  .mob-only {
    display: none!important;
  }
}
.m-auto {
  margin: auto;
}
.ra-border-radius {
  border-radius: 28px;
  overflow: hidden;
}
.ra-darkned {
  position: relative;
}
.ra-darkned::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(25, 28, 26, 0.5), rgba(25, 28, 26, 0.5));
}
.ra-darkned a {
  z-index: 2;
}
.ra-section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
@media (max-width: 1200px) {
  .ra-section .container {
    width: 100%;
  }
}
.container--narrow {
  max-width: 822px;
}
.ra-btn {
  font-weight: 400;
  font-size: 18px;
  padding: 16px 32px;
  border-radius: 40px;
  color: var(--clr-dark);
  border: 1px solid currentColor;
  box-shadow: none!important;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 600px) {
  .ra-btn {
    font-size: 16px;
    padding: 8px 16px;
  }
  .ra-btn-donate {
    width: 100%;
    max-width: 320px;
  }
}
.ra-btn--min {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.2;
}
.ra-btn--green {
  border-color: var(--clr-primary);
  background: var(--clr-primary);
}
.ra-btn--green:hover {
  background-color: var(--clr-primary-hover);
  border-color: var(--clr-primary-hover);
  color: var(--clr-dark);
}
.ra-btn--black {
  color: var(--clr-dark);
  background: transparent;
}
.ra-btn--black:hover {
  color: var(--clr-dark-hover);
  border-color: var(--clr-dark-hover);
}
.ra-btn--black-fill {
  background: var(--clr-dark);
  color: var(--clr-light);
  border: none;
}
.ra-btn--black-fill:hover {
  background: var(--clr-dark-hover);
  color: var(--clr-light);
}
.ra-btn--white {
  color: var(--clr-light);
}
.ra-btn--white:hover {
  color: var(--clr-primary);
}
.ra-btn--clear {
  background: transparent;
  border: none;
  color: var(--clr-dark);
}
.ra-btn--icon {
  display: flex;
  align-items: center;
}
.ra-btn--back svg {
  margin-right: 12px;
}
.ra-btn--next svg {
  margin-left: 12px;
}
.ra-btn.loading {
  pointer-events: none;
  animation: batton-load 1s ease-out infinite;
}
.ra-marqee {
  margin-top: 80px;
  height: 40px;
  width: 100%;
  font-family: 'PPRightGrotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
}
.ra-marqee__inner {
  display: block;
  width: 200%;
  position: absolute;
  color: var(--clr-dark) !important;
  animation: marquee 20s linear infinite;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .ra-marqee__inner {
    animation: marquee 7s linear infinite;
  }
}
.ra-marqee svg,
.ra-marqee span {
  margin: 0 22px;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.ra-marqee:hover svg {
  animation: bottom-tuk 3s ease-out infinite;
}
.ra-marqee--stage svg {
  display: none;
}
.ra-marqee--stage span {
  margin: 0 0;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes scale-brakes {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.25);
  }
  75% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bottom-tuk {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(3px);
  }
  15% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(3px);
  }
  25% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes batton-load {
  0% {
    opacity: 0.77;
  }
  50% {
    opacity: 0.33;
  }
  100% {
    opacity: 0.77;
  }
}
.ra-fs {
  --items-gap: 20px;
  padding-top: 120px;
  padding-bottom: 0;
}
.ra-fs-main {
  padding-bottom: var(--section-padding);
}
.ra-fs-main h1 {
  margin-bottom: 28px;
}
@media (max-width: 1000px) {
  .ra-fs-main h1 {
    margin-bottom: 18px;
  }
}
@media (max-width: 600px) {
  .ra-fs-main h1 {
    margin-bottom: 8px;
  }
}
@media (max-width: 600px) {
  .ra-fs-main h1 + p {
    max-width: 285px;
  }
}
.ra-fs-main__col:first-child {
  width: calc((100% - 20px) / 3);
  margin-right: var(--items-gap);
  padding-top: 58px;
}
.ra-fs-main__col:last-child {
  width: calc((100% - 20px) * 2 / 3);
}
@media (max-width: 1000px) {
  .ra-fs-main__col:last-child {
    width: 100%;
  }
}
.ra-fs-bottom {
  padding: 44px 0;
  padding-top: 0;
}
@media (max-width: 1000px) {
  .ra-fs__photo {
    display: none;
  }
}
.ra-fs__photo__col {
  width: calc((100% - 20px) / 2);
}
.ra-fs__photo__col + .ra-fs__photo__col {
  padding-top: 152px;
  margin-left: var(--items-gap);
}
.ra-fs__photo__item {
  width: 100%;
  height: 300px;
  position: relative;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.ra-fs__photo__item:hover {
  transform: scale(1.02);
}
.ra-fs__photo__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ra-fs__photo__item + .ra-fs__photo__item {
  margin-top: var(--items-gap);
}
.ra-fs__photo__btn {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  color: #4FDA92;
  padding: 8px 16px;
  border-radius: 40px;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border: 1px currentColor solid;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.ra-fs__photo__btn:hover {
  color: var(--clr-light);
}
.ra-fs__video {
  margin-top: 82px;
  position: relative;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media (max-width: 1000px) {
  .ra-fs__video {
    margin-top: 42px;
  }
}
@media (max-width: 600px) {
  .ra-fs__video {
    margin-top: 32px;
    margin-bottom: 12px;
  }
}
.ra-fs__video:hover {
  transform: scale(1.01);
}
.ra-fs__video__back {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ra-fs__video__back video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.ra-fs__video__btn {
  width: 64px;
  height: 64px;
  background: #191C1A;
  position: absolute;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  z-index: 2s;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  cursor: pointer;
}
.ra-fs__video__btn:hover {
  background: #414942;
}
.ra-fs__video__btn svg {
  margin: auto;
}
@media (max-width: 600px) {
  .ra-fs__video__btn {
    width: 48px;
    height: 48px;
  }
  .ra-fs__video__btn svg {
    width: 16px;
  }
}
.ra-fs__video__text {
  color: #FBFDF8;
  position: absolute;
  left: 64px;
  bottom: 48px;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .ra-fs__video__text {
    left: 48px;
    bottom: 32px;
  }
}
@media (max-width: 600px) {
  .ra-fs__video__text {
    position: relative;
    color: var(--clr-dark);
  }
}
.ra-fs__control {
  margin-top: 58px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  .ra-fs__control {
    margin-top: 32px;
  }
}
.ra-fs__control a + a {
  margin-left: 20px;
}
@media (max-width: 600px) {
  .ra-fs__control a + a {
    margin-left: 16px;
  }
}
@media (max-width: 600px) {
  .ra-fs__control {
    justify-content: center;
  }
}
.ra-main-partners {
  justify-content: center;
}
@media (max-width: 1000px) {
}
@media (max-width: 600px) {
  .ra-main-partners {
    max-width: 240px;
    flex-wrap: wrap;
    margin: auto;
  }
}
.ra-main-partners__item {
  margin: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1000px) {
  .ra-main-partners__item {
    /* width: calc(25% - 32px); */
    margin: 0 16px;
  }
}
@media (max-width: 600px) {
  .ra-main-partners__item {
    margin: 5px ;
    /* width: calc(50% - 10px); */
  }
}
.ra-main-partners__item__img {
  width: 300px;
  /* height: 96px; */
  display: flex;
  margin-bottom: 6px;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .ra-main-partners__item__img {
    height: 80px;
  }
}
@media (max-width: 600px) {
  .ra-main-partners__item__img {
    width: 220px;
    height: auto;
    margin-bottom: 0;
  }
}
.ra-main-partners__item__img img {
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media (min-width: 601px) {
  .ra-main-partners__item__img img {
    -webkit-filter: grayscale(100%);
    opacity: 0.5;
  }
}
.ra-main-partners__item span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #717972;
  opacity: 0;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media (max-width: 600px) {
  .ra-main-partners__item span {
    opacity: 1;
  }
}
@media (min-width: 601px) {
  .ra-main-partners__item:hover .ra-main-partners__item__img img {
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
    opacity: 1;
  }
  .ra-main-partners__item:hover span {
    opacity: 1;
  }
}
.ra-about h2 {
  max-width: 955px;
  margin-bottom: 0.2em;
}
.ra-about h2 + p {
  max-width: 738px;
}
.ra-about-slider {
  margin-top: 85px;
}
@media (max-width: 1000px) {
  .ra-about-slider {
    margin-top: 64px;
  }
}
@media (max-width: 600px) {
  .ra-about-slider {
    margin-top: 16px;
  }
}
@media (max-width: 600px) {
  .ra-as {
    padding: 0 var(--container-padding);
  }
}
@media (min-width: 601px) {
  .ra-as .slick-track {
    padding: 20px 0;
  }
}
@media (min-width: 1001px) {
  .ra-as__list {
    transform: translateX(12.5%);
  }
}
.ra-as__item {
  border-radius: 28px;
  overflow: hidden;
  color: var(--clr-light);
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.ra-as__item:hover {
  transform: scale(0.91);
}
@media (min-width: 601px) {
  .ra-as__item {
    transform: scale(0.9);
  }
}
@media (max-width: 600px) {
  .ra-as__item {
    max-height: 400px;
  }
}
@media (min-width: 601px) {
  .ra-as__item.slick-center {
    transform: scale(1.05);
  }
}
.ra-as__item.slick-center:hover {
  transform: scale(1.06);
}
.ra-as__item.slick-center .ra-as__item__nav {
  opacity: 1;
  visibility: visible;
}
.ra-as__item.slick-center .ra-as__item__link {
  display: block;
}
.ra-as__item.slick-center .ra-as__item__btn {
  opacity: 1;
}
.ra-as__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ra-as__item__year {
  position: absolute;
  font-family: 'PPRightGrotesk';
  font-weight: 500;
  font-size: 128px;
  line-height: 80%;
  /* or 102px */
  text-align: center;
  letter-spacing: -0.015em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1em;
  word-wrap: break-word;
}
@media (max-width: 600px) {
  .ra-as__item__year {
    font-size: 96px;
  }
}
.ra-as__item__btn {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.ra-as__item__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  outline: none!important;
}
.ra-as__item__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  padding: 0 12px;
  visibility: hidden;
}
.ra-as-nav {
  width: 30px;
  height: 30px;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.ra-as-nav--prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L14.115 2.115L5.745 10.5H24V13.5H5.745L14.115 21.885L12 24L0 12L12 0Z' fill='%23FBFDF8'/%3E%3C/svg%3E");
}
.ra-as-nav--prev:hover {
  transform: translateX(-2px);
}
.ra-as-nav--next {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5977 0L10.4827 2.115L18.8527 10.5H0.597656V13.5H18.8527L10.4827 21.885L12.5977 24L24.5977 12L12.5977 0Z' fill='%23FBFDF8'/%3E%3C/svg%3E");
}
.ra-as-nav--next:hover {
  transform: translateX(2px);
}
.ra-as .slick-dots {
  bottom: -40px;
}
@media (min-width: 1001px) {
  .ra-as .slick-dots {
    margin-left: 12.5%;
  }
}
.ra-as .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: var(--clr-dark);
  border-radius: 50%;
  margin: 0 5px;
  padding: 4px;
  opacity: 0.4;
}
.ra-as .slick-dots li button::before {
  display: none;
}
.ra-as .slick-dots .slick-active button {
  opacity: 1;
}
.ra-why-media {
  width: calc(40% - 20px);
  text-align: center;
  margin-right: 40px;
}
@media (max-width: 600px) {
  .ra-why-media {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.ra-why .ra-accordion {
  width: calc(60% - 20px);
}
@media (max-width: 600px) {
  .ra-why .ra-accordion {
    width: 100%;
  }
}
.ra-accordion-item + .ra-accordion-item {
  margin-top: 24px;
}
.ra-accordion-item h3 {
  margin-bottom: 0;
  margin-top: 0.2em;
}
.ra-accordion-item__title {
  display: block;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.ra-accordion-item__title:hover .ra-accordion-item__plus:before,
.ra-accordion-item__title:hover .ra-accordion-item__plus:after {
  background-color: var(--clr-primary);
}
.ra-accordion-item__plus {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.ra-accordion-item__plus:before,
.ra-accordion-item__plus:after {
  content: "";
  display: block;
  background-color: var(--clr-light);
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 3px;
}
.ra-accordion-item__plus:before {
  transform: translatey(-50%);
}
.ra-accordion-item__plus:after {
  transform: translatey(-50%) rotate(90deg);
}
.ra-accordion-item__body {
  margin-top: 16px;
  display: none;
}
.ra-accordion-item.active .ra-accordion-item__plus:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.ra-accordion-item.active .ra-accordion-item__plus:after {
  transform: translatey(-50%) rotate(0);
}
.ra-switcher--steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 100px;
  margin-bottom: 68px;
}
@media (max-width: 600px) {
  .ra-switcher--steps {
    grid-gap: 10px;
    margin-bottom: 42px;
    margin-bottom: 62px;
  }
}
.ra-switcher--steps-item {
  padding: 8px 16px;
  position: relative;
  text-align: center;
  color: var(--clr-dark-hover);
}
@media (max-width: 600px) {
  .ra-switcher--steps-item {
    padding: 5px 8px;
  }
}
.ra-switcher--steps-item::after {
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  background: var(--clr-dark-hover);
  border-radius: 10px;
  content: "";
  bottom: 0;
}
.ra-switcher--steps-item.active {
  color: var(--clr-primary-dark);
}
.ra-switcher--steps-item.active::after {
  background: var(--clr-primary-dark);
}
.ra-switcher--steps-item.filled::after {
  background: var(--clr-primary-dark);
}
.ra-form__sign {
  /* font-size: 14px; */
  color: var(--clr-dark);
  /* max-width: 320px; */
  margin-top: 0.5em;
  max-width: 560px;
}
.ra-form__sign a {
  text-decoration: underline;
  color: var(--clr-dark);
}
.ra-form__field {
  display: flex;
  flex-direction: column;
}
.ra-form__field + .ra-form__field {
  margin-top: 32px;
}
@media (max-width: 600px) {
  .ra-form__field + .ra-form__field {
    margin-top: 20px;
  }
}
.ra-form__field label {
  font-family: 'BasisGrotesquePro';
  font-weight: 400;
  font-size: 20px;
  color: var(--clr-dark);
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .ra-form__field label {
    font-size: 16px;
  }
}
.ra-form__field input,
.ra-form__field select,
.ra-form__field textarea {
  width: 100%;
  background: #FBFDF8;
  border-radius: 50px;
  border: 1px solid #BDBDBD;
  outline: 0;
  font-size: 20px;
  padding: 10px 25px;
}
@media (max-width: 600px) {
  .ra-form__field input,
  .ra-form__field select,
  .ra-form__field textarea {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ra-form__field textarea {
  height: 4em;
}
.ra-form__field__label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ra-form__field__label-row .ra-btn {
  padding: 0;
  opacity: 0.38;
}
.ra-form__field__label-row .ra-btn:hover {
  opacity: 0.88;
}
.ra-form__field--price {
  position: relative;
}
.ra-form__field--price::after {
  content: "₽";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  color: #717972;
  font-family: 'Montserrat';
}
.ra-modal-form input {
  background: #FBFDF8;
  border: none;
}
.ra-modal-form button[type="submit"],
.ra-modal-form .btn--next-step {
  margin-top: 48px;
}

.ra-form .errors {
  color: #FF0000;
  font-size: 16px;
  margin-top: 16px;
}

@media (max-width: 600px) {
  .ra-modal-form button[type="submit"], .ra-modal-form .btn--next-step {
    margin-top: 20px;
  }
}
.ra-modal-form .ra-form__field + .ra-form__field {
  margin-top: 16px;
}
.ra-form--step .ra-form__field--radio {
  flex-direction: row;
  display: flex;
  justify-content: center;
}
.ra-form--step .ra-form__field--radio label {
  font-size: 18px;
}
@media (max-width: 600px) {
  .ra-form--step .ra-form__field--radio label {
    font-size: 16px;
  }
}
.ra-form--step .ra-form__field--radio .field + .field {
  margin-left: 50px;
}
@media (max-width: 600px) {
  .ra-form--step .ra-form__field--radio .field + .field {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .ra-form--step .ra-form__field--radio {
    flex-direction: column;
    align-items: center;
  }
}
.ra-form--step .ra-form__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 600px) {
  .ra-form--step .ra-form__bottom {
    margin-top: 32px;
    flex-direction: column;
  }
}
.ra-form--step .ra-form__bottom > div {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .ra-form--step .ra-form__bottom > div {
    flex-direction: column-reverse;
  }
}
.ra-form--step__value {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .ra-form--step__value {
    margin-right: 0;
    margin-top: 15px;
  }
}
.ra-form--step .ra-form-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .ra-form--step .ra-form-brand {
    margin-bottom: 32px;
  }
  .ra-form--step .ra-form-brand .ra-form__field__label-row .ra-btn {
    opacity: 1;
  }
  .ra-form--step .ra-form-brand .ra-form__field__label-row .ra-btn span {
    display: none;
  }
}
.ra-form--step .ra-form-brand .ra-form__field {
  width: 100%;
}
.ra-form--step .nominations-block {
  margin-top: 32px;
  width: 100%;
}
.ra-form--step .ra-form__field label {
  margin-bottom: 4px;
}
.ra-form--step .ra-btn--add-brand {
  margin-top: 32px;
}
.ra-form--step .field-price_presets {
  flex-wrap: wrap;
  max-width: 620px;
  margin: 12px auto;
}
.ra-form--step .field-price_preset {
  padding: 9px 32px;
  margin: 5px;
  border: 1px solid #BDBDBD;
  border-radius: 50px;
  color: #717972;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  box-shadow: none!important;
}
.ra-form--step .field-price_preset:hover {
  border-color: #4FDA92;
}
.ra-form--step .field-form-sign {
  max-width: 100%;
  font-size: 16px;
  color: #717972;
}
@media (max-width: 600px) {
  .ra-form--step .field-form-sign {
    font-size: 14px;
  }
}
.ra-form--step .ra-form__sign {
  width: 100%;
  max-width: 100%;
}
.ra-form--step .ra-form__sign .ui.checkbox .box:before,
.ra-form--step .ra-form__sign .ui.checkbox label:before {
  width: 24px;
  height: 24px;
}
.ra-form--step .ra-form__sign .ui.checkbox .box,
.ra-form--step .ra-form__sign .ui.checkbox label {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .ra-form--step .ra-form__sign .ui.checkbox .box,
  .ra-form--step .ra-form__sign .ui.checkbox label {
    font-size: 16px;
  }
}
.ra-form--step .ra-form__sign .ui.checkbox .box:after,
.ra-form--step .ra-form__sign .ui.checkbox label:after {
  width: 24px;
  height: 24px;
  font-size: 16px;
}
.ra-form--step h3 {
  margin-top: 0;
}
.ra-form--step .field-price_gradation {
  text-align: center;
  margin-top: 12px;
}
.ra-form--step .field-price_gradations {
  min-height: 0;
}
.ra-step-view--final {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ra-step-view--final .bill-link {
  margin-right: 20px;
}
.ra-form--reg .know-from-text {
  margin-top: 16px;
}
.btn_enter {
  color: var(--clr-dark) !important;
}


.ra-form__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.ra-form .ui-selectmenu-button {
  display: none!important;
}

/* File upload styling */
.input-file {
  position: relative;
  display: flex;
  cursor: pointer;
}

.input-file input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.input-file-btn {
  display: block;
  background: #FBFDF8;
  border: 2px dashed #BDBDBD;
  border-radius: 28px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
}

.input-file.dragover .input-file-btn {
  background: #F0F7F3;
  border-color: #4FDA92;
}

.input-file-text {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #717972;
}

.input-file.has-file .input-file-btn {
  border-style: solid;
  border-color: #4FDA92;
}

.input-file-remove {
  position: relative;
  right: 15px;
  top: -5px;

  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #BDBDBD;
  color: #FBFDF8;
  border: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
  z-index: 3;
}

.input-file-remove:hover {
  background: #717972;
}

.input-file.has-file .input-file-text {
  padding-right: 45px;
}

.ra-modal-form.js-leadgen-form--fiz .js-nominations-select {
  display: block!important;
}

.js-leadgen-form-submit.disabled {
  opacity: 0.5;
  pointer-events: none;
}



/* ra payment form */
.payment-form {
  max-width: 1300px;
  margin: 40px 0;
  padding: 35px 40px;
  background-color: #ebebeb;
  border-radius: 28px;
}
.brand-container .payment-form {
  padding: 0 0 0;
  margin: 20px 0 0;
}
.payment-form__header {
  margin-bottom: 42px;
}

.payment-form__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #191C1A;
  margin-bottom: 24px;
}

.payment-form__description {
  /* color: #8b918b; */
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 2px;
}

.payment-form__pricing-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
  margin-bottom: 42px;
}



.payment-form__price-card {
  background: #fff;
  border-radius: 28px;
  padding: 12px 10px 16px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #BDBDBD;
  cursor: pointer;
  grid-column: span 4;
}

.payment-form__price-card--tail {
  grid-column: span 3;
}

.payment-form__price-card--selected {
  border-color: #29d48a;
  background: #FBFDF8;
}

.payment-form__price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.payment-form__price {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  color: #191C1A;
  margin-bottom: 16px;
}

.payment-form__price-description {
  font-size: 12px;
  line-height: 1.3;
  color: #8b918b;
}

.payment-form__price-title {
  font-size: 14px;
  margin: -8px 0 16px;
  line-height: 1.4;
  font-weight: 500;
}

.payment-form__form {
  /* background: #FFFFFF; */
  /* border-radius: 20px; */
  border-top: 1px solid #cbcbcb;
  padding: 32px 0 12px;
  /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); */
}

.payment-form__payment-type {
  margin-bottom: 32px;
  display: flex;
  gap: 24px;
}

.payment-form__label {
  /* display: block;
  color: #6B7280;
  font-size: 14px; */
  margin-bottom: 8px;
  color: #8b918b;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.payment-form__input {
  width: 100%;
  font-size: 16px;
  /* line-height: 24px; */
  /* color: #111827; */
  transition: all 0.2s ease-in-out;
  border: 1px solid #BDBDBD;
  border-radius: 50px;
  background-color: #FBFDF8;
  padding: 9px 24px;
  width: 100%;
}

.payment-form__input:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.payment-form__input:hover {
  border-color: #2563EB;
}

.payment-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 28px;
}

.payment-form__submit {
  margin: 32px auto 0;
  display: block;
}
.payment-form__submit.disabled {
  pointer-events: none;
  opacity: .5;
}

.payment-form__submit:hover {
  /* background: #1D4ED8; */
}

@media (max-width: 1024px) {
  .payment-form__pricing-grid {
      display: flex;
      overflow-x: auto;
      /* scroll-snap-type: x mandatory; */
      -webkit-overflow-scrolling: touch;
      /* scroll-behavior: smooth; */
      gap: 12px;
      padding: 12px 20px;
      margin: 0 -20px 42px;
      transition: scroll 0.3s ease-in-out;
  }

  .payment-form__price-card {
      flex: 0 0 200px;
      scroll-snap-align: center;
      transition: transform 0.3s ease-in-out;
  }

  .payment-form__price-card:first-child {
      /* margin-left: calc(50% - 140px); */
  }

  .payment-form__price-card:last-child {
      /* margin-right: calc(50% - 140px); */
  }

  .payment-form__pricing-grid::-webkit-scrollbar {
      display: none;
  }
}
.payment-form__form.payment-form__form--filled .payment-form__grid,
.payment-form__form.payment-form__form--filled .payment-form__description {
  display: none;
}
.ra-form__step .payment-form {
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .payment-form {
      padding: 20px;
      margin-left: -20px;
      margin-right: -20px;
  }
  .ra-form__step .payment-form {
      padding: 20px;
      margin-bottom: 0;
  }

  .payment-form__grid {
      grid-template-columns: 1fr;
  }

  .payment-form__payment-type {
      flex-direction: column;
  }
  .payment-form__description {
      font-size: 14px;
  }

  .payment-form__label {
      font-size: 16px;
  }
}