* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  margin: 0 -16px -32px;
}

.col {
  padding: 0 16px 32px;
}

.rounded {
  border-radius: 24px;
}

.minus-top-indent {
  margin-top: -80px;
}

.theme-button {
  border-radius: 6px;
  padding: 8px 24px;
  border: none;
  transition: all .3s;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  color: #24272E;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  text-align: center;
  justify-content: center;
}
.theme-button:hover {}

.theme-button_yellow {
  background: #F4C723;
}
.theme-button_yellow:hover {
  background: #b18a00;
}
.theme-button:disabled {
  pointer-events: none;
  background: #919191;
  color: #F6F7FB;
  opacity: 0.6;
}

.theme-button_grey {
  background: #24272E;
  color: #F6F7FB;
}
.theme-button_grey:hover {
  background: #b18a00;
  color: #24272E;
}

.theme-button_grey-big,
.theme-button_yellow-big {
  padding: 18px 52px;
}

.block-title {
  text-align: center;
  color: #24272E;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.block-title_blue {
  color: #1554A3;
}
.block-title_white {
  color: #F6F7FB;
}

.first-screen {
  background: linear-gradient(95.31deg, #2C3239 0%, #1554A3 100%);
  color: #F6F7FB;
  padding: 235px 0;
}
.first-screen__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.first-screen__title {
  font-size: 70px;
  font-weight: 200;
  padding-bottom: 24px;
}
.first-screen__title h1 {
  font-size: 70px;
}
.first-screen__text {
  padding-bottom: 44px;
  font-weight: 300;
  letter-spacing: 0.36px;
  font-size: 18px;
  max-width: 570px;
  text-align: center;
}

.page-header {
  position: relative;
  z-index: 5;
  padding: 20px 0;
}

.page-header__row {
  align-items: center;
}

.page-header__logo {}
.page-header__logo a {}
.page-header__logo a img {
  display: block;
}

.page-header__menu {
  flex: 1 1 auto;
  text-transform: uppercase;
}
.page-header__menu ul {
  display: flex;
  justify-content: center;
  margin: 0 -24px;
}
.page-header__menu ul li {
  padding: 0 24px;
}
.page-header__menu ul li a {
  text-decoration: none;
  color: #fff;
}
.page-header__menu ul li.current-menu-item a,
.page-header__menu ul li a:hover {
  color: #F4C723;
}


.page-header__controls {
  display: flex;
  align-items: center;
}
.page-header__controls-row {
  margin: 0 -18px;
  align-items: center;
}
.page-header__controls-row-item {
  padding: 0 18px;
}

.languages {
  border-radius: 20px;
  border: 1px solid #F6F7FB;
  display: flex;
}
.languages a {
  border-radius: 30px;
  padding: 4px 12px;
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.languages a:hover,
.languages a.active {
  background: #fff;
  color: #1554A3;
}

.languages a.active {
  font-weight: 700;
}
.page-header__toggle {
  display: none;
}

.page-header__toggle button {
  position: relative;
  width: 33px;
  height: 33px;
  padding: 0;
  margin: 0;
  display: block;
  background: none;
  border: none;
  cursor: pointer;
}

.page-header__toggle button span {
  height: 3px;
  border-radius: 3px;
  background: #F4C723;
  position: absolute;
  transition: all .3s;
}
.page-header__toggle button span:nth-child(1) {
  width: 25px;
  left: 8px;
  top: 4px;
}
.page-header__toggle button span:nth-child(2) {
  width: 33px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.page-header__toggle button span:nth-child(3) {
  width: 18px;
  bottom: 4px;
  left: 15px;
}

.page-header__toggle button:hover span:nth-child(1) {
  left: 0;
}
.page-header__toggle button:hover span:nth-child(3) {
  left: 0;
}


.second-screen {
  margin-top: 10px;
  padding: 50px 0;
  color: #53555F;
}
.second-screen__row-wrap {
  max-width: 867px;
  margin: 0 auto;
}
.second-screen__row {
  display: flex;
  margin: 0 -50px;
  align-items: center;
}
.second-screen__row-item {
  padding: 0 50px;
}
.second-screen__row-item-title {
  font-size: 30px;
  padding-bottom: 27px;
  color: #151618;
  font-weight: 300;
}
.second-screen__row-item-title strong {
  color: #1554A3;
}
.second-screen__row-item-text {
  font-size: 18px;
  letter-spacing: 0.36px;
}
.second-screen__row-item-image {
  flex: 0 0 330px;
}

.history {
  padding: 50px 0;
}
.history__title {
  padding-bottom: 50px;
}
.history_wrapper {
  position: relative;
}
.history_wrapper__bg {
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 24px;
}
.history_wrapper__bg:before {
  content: '';
  width: 3654px;
  height: 3764px;
  border-radius: 3764px;
  background: linear-gradient(49deg, #2C3239 58.68%, #1554A3 80.85%);
  filter: blur(2px);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10%);
}

.history_wrapper__bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(43.09% 39.95% at 50% 61.19%, #1554A3 0%, #1554A3 28.86%, rgba(21, 84, 163, 0) 100%);
  filter: blur(2.91478px);
  z-index: -1;
}

.history__items {
  max-width: 868px;
  margin: 0 auto;
}

.history__items-item {
  padding: 50px;
  border-radius: 12px;
  background: #FAFAFA;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
  color: #53555F;
  letter-spacing: 0.28px;
}

.history__items-item:nth-child(even) .history__items-item-row-text {
  order: 1;
}

.history__items-item:nth-child(even) .history__items-item-row-image {
  order: 2;
}

.history__items-item {
  margin-bottom: 50px;
}
.history__items-item-row {
  display: flex;
  align-items: center;
  margin: 0 -16px;
}

.history__items-item-row-text,
.history__items-item-row-image {
  flex: 0 0 50%;
  padding: 0 16px;
}

.history__items-item-row-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.our-mission {
  padding: 50px 0;
}
.our-mission__title {
  padding-bottom: 12px;
}
.our-mission__subtitle {
  color: #53555F;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.72px;
  padding-bottom: 50px;
}

.our-mission__items-wrap {
  max-width: 868px;
  margin: 0 auto;
}

.our-mission__items {
  justify-content: center;
  flex-wrap: wrap;
}
.our-mission__items-item-wrap {
  flex: 0 0 33.333333%;
}

.our-mission__items-item {
  border-radius: 12px;
  background: #FAFAFA;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
  min-height: 100%;
}

.our-mission__items-item-title {
  color: #24272E;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  padding-bottom: 12px;
}

.our-mission__items-item-text {
  color: #53555F;
  font-size: 14px;
  letter-spacing: 0.56px;
}

.our-values {
  padding: 50px 0;
}
.our-values__title {
  padding-bottom: 12px;
}

.our-values__subtitle {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}

.our-values__items {
  max-width: 868px;
  margin: 0 auto;
}
.our-values__items-item {
  padding: 50px;
  border-radius: 12px;
  background: #FAFAFA;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
}
.our-values__items-item:nth-child(even) .our-values__items-item-text {
  order: 2;
}
.our-values__items-item:nth-child(even) .our-values__items-item-image {
  order: 1;
}
.our-values__items-item:first-child {
  margin-top: 50px;
}
.our-values__items-item:not(:last-child) {
  margin-bottom: 50px;
}
.our-values__items-item-text,
.our-values__items-item-image {
  flex: 0 0 50%;
}

.our-values__items-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-values__items-item-image img {
  display: block;
  border-radius: 6px;
}

.our-values__items-item-text {
  color: #53555F;
  font-size: 18px;
  letter-spacing: 0.72px;
}

.our-values__items-item-row {
  align-items: center;
}

.our-values__items-item-text img {
  display: block;
  border-radius: 6px;
}

.our-values__join {
  max-width: 804px;
  margin: 0 auto;
  padding: 50px 0;
}

.our-values__join-button-el .theme-button {
  white-space: nowrap;
}

.our-values__join-row {
  align-items: center;
}
.our-values__join-button-title {
  text-align: center;
  color: #1554A3;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  padding-bottom: 8px;
}

.projects {
  border-radius: 24px;
  background: #151618;
  background-blend-mode: difference, normal;
  padding: 50px 0;
  color: #A3A6B2;
  margin-bottom: 50px;
}
.projects__title {
  padding-bottom: 32px;
}
.projects__subtitle {
  color: #A3A6B2;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.72px;
  padding-bottom: 50px;
}

.projects__items-button {
  max-width: 868px;
  margin: 0 auto;
  padding-top: 50px;
}

.projects__items-button .theme-button {
  display: block;
}

.projects__items {
  flex-wrap: wrap;
}

.projects__items-item {
  flex: 0 0 33.333333%;
}
.projects__items-item-wrap {
  padding: 20px 30px;
  border-radius: 12px;
  background: #24272E;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.projects__items-item-wrap-title {
  color: #F6F7FB;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  padding-bottom: 32px;
  text-decoration: none;
}
.projects__items-item-wrap-title a {
    text-decoration: none;
}
.projects__items-item-wrap-title a:hover {
  color: #F4C723;
}
.projects__items-item-wrap-text {
  padding-bottom: 32px;
  font-weight: 300;
  letter-spacing: 0.56px;
}

.projects__items-item-wrap-image {
  margin-top: auto;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.completion-status {
  position: absolute;
  display: flex;
  align-items: center;
  top: 5px;
  right: 5px;
  background: #24272E;
  color: #fff;
  padding: 5px;
  border-radius: 6px;
}
.completion-status svg {
  margin-right: 5px;
}
.projects__items-item-wrap-image img {
  display: block;
  border-radius: 6px;
  transition: all .3s;
  height: auto;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.projects__items-item-wrap-image a {
  height: 200px;
  overflow: hidden;
  display: block;
  border-radius: 6px;
}
.projects__items-item-wrap-inactive .projects__items-item-wrap-image img {
}
.projects__items-item-wrap:not(.projects__items-item-wrap-inactive):hover .projects__items-item-wrap-image img {
  transform: scale(1.1);
}
.projects__items-item-wrap.projects__items-item-wrap-inactive:hover .projects__items-item-wrap-image img {
}
.projects__items-item-wrap-inactive .theme-button {
  background: #000;
  color: #F6F7FB;
  pointer-events: none;
}
.our-partners {
  padding: 50px 0;
}

.our-partners__title {
  padding-bottom: 50px;
}

.our-partners__text {
  padding: 50px 0 24px;
  color: #53555F;
  font-size: 18px;
  letter-spacing: 0.72px;
  max-width: 844px;
  margin: 0 auto;
}

.our-partners__requests {
  max-width: 844px;
  margin: 0 auto;
}

.our-partners__requests-row {
  display: flex;
  align-items: center;
  margin: 0 -12px;
}

.our-partners__requests-row-col {
  padding: 0 12px;
}

.our-partners__requests-text {
  white-space: nowrap;
  color: #1554A3;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
}

.our-partners__logos {
  margin: 50px auto 0;
  max-width: 868px;
  padding: 20px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 12px;
  background: #FAFAFA;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
}
.our-partners__logos-item {
  flex: 0 0 33.333333%;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-partners__logos-item img {
  display: block;
}

.how-to-get-help {
  padding: 50px 0;
}
.how-to-get-help__wrap {
  max-width: 868px;
  margin: 0 auto;
}

.how-to-get-help__subtitle {
  text-align: center;
  color: #24272E;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1.2px;
  padding-bottom: 50px;
}

.how-to-get-help__item {
  border-radius: 12px;
  background: #FAFAFA;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 32px 50px;
}
.how-to-get-help__item {
  margin-bottom: 50px;
}
.how-to-get-help__item-number {
  color: #53555F;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2px;
}

.how-to-get-help__item-text {
  color: #53555F;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.72px;
}

.footer {
  border-radius: 24px;
  background: #151618;
  padding: 20px 0;
  color: #FAFAFA;
}

.footer__row {
  align-items: center;
}

.footer__text {
  font-weight: 300;
  line-height: normal;
}

.footer__info {
  flex: 1 1 auto;
}

.footer__info-addresses {
  display: flex;
  justify-content: center;
  margin: 0 -25px;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  align-items: center;
}

.footer__info-addresses-item {
  padding: 0 25px;
}

.mobile-menu {
  background: rgba(36, 39, 46, 0.70);
  backdrop-filter: blur(5px);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 24px;
  z-index: 5;
  display: none;
}
.mobile-menu__opened {
  display: block;
}

.mobile-menu__block {
  border-radius: 12px;
  background: linear-gradient(95deg, #2C3239 0%, #1554A3 100%);
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: auto;
  max-height: 100%;
}

.mobile-menu__block-close {
  display: flex;
  justify-content: flex-end;
}
.mobile-menu__block-close button {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}

.mobile-menu__block-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}

.mobile-menu__block-content-title {
  color: #F4C723;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.04px;
  padding-bottom: 50px;
}

.mobile-menu__block-content-button {
  padding-top: 50px;
}

.mobile-menu__block-content-button .theme-button {
  width: 100%;
}

.mobile-menu__block-content-items {}
.mobile-menu__block-content-items ul {}
.mobile-menu__block-content-items ul li:not(:last-child) {
  padding-bottom: 27px;
}
.mobile-menu__block-content-items ul li a {
  color: #F6F7FB;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-menu__block-content-items ul li.current-menu-item a,
.mobile-menu__block-content-items ul li a:hover {
  color: #F4C723;
}

.modal {
  display: none;
}

.fancybox-is-open .fancybox-bg {
  background: rgba(36, 39, 46, 0.70);
  backdrop-filter: blur(5px);
  opacity: 1;
}

.fancybox-close-small {
  border: none;
  background: none;
  outline: none!important;
}
.fancybox-close-small:hover {
  background: none;
}
.modal__thanks,
.modal__shop,
.modal__details {
  background: #151618;
  width: 1432px;
  max-width: 95%;
  border-radius: 32px;
  background-blend-mode: difference, normal;
  padding: 36px;
}
.modal__thanks {
  width: 500px;
}
.fancybox-button svg path {
  fill: #A3A6B2;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  top: 36px;
  right: 36px;
}

.modal__details {
  color: #F6F7FB;
}

.modal__details-content-item-image {}
.modal__details-content-item-image img {
  border-radius: 12px;
  border: 1px solid #F4C723;
  background: linear-gradient(0deg, rgba(21, 22, 24, 0.50) 0%, rgba(21, 22, 24, 0.50) 100%), lightgray 50% / cover no-repeat;
  display: block;
  height: auto;
}

.modal__title {
  padding-bottom: 50px;
  color: #F4C723;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding-right: 50px;
}

.modal__text {}
.modal__text p {
  color: #A3A6B2;
  font-size: 14px;
}
.modal__text p strong {
  color: #F6F7FB;
  font-size: 18px;
}

.modal__details-content {
  align-items: center;
  flex-wrap: wrap;
}
.modal__details-content-item {
  flex: 0 0 100%;
}

.modal__details-target {
  display: flex;
  align-items: center;
  margin: 0 -12px;
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: space-between;
}

.modal__details-target-item {
  padding: 0 12px;
}

.modal__details-target-available {
  color: #F4C723;
}

.modal__details-join .theme-button {
  width: 100%;
}

.modal__details-target-line {
  position: relative;
  border-radius: 20px;
  background: #A3A6B2;
  height: 10px;
}

.modal__details-target-line-fill {
  border-radius: 20px;
  background: #F4C723;
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
}

.modal__details-content-item-image img {
  display: block;
  width: 100%;
}
.modal__details-content-item-image video {
  display: block;
  width: 100%;
}

.page-first-screen {
  border-radius: 24px;
  background: linear-gradient(95deg, #2C3239 0%, #1554A3 100%);
  color: #F6F7FB;
  padding: 120px 0 80px;
}

.page-first-screen__title {
  padding-bottom: 24px;
  text-align: center;
  max-width: 868px;
  margin: 0 auto;
}
.page-first-screen__title h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 2.8px;
}
.page-first-screen__title-regular h1 {
  font-weight: 200;
}
.partner-page-first-screen__title h1 {
  font-weight: 300;
}

.page-first-screen__subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.36px;
  max-width: 868px;
  margin: 0 auto;
}

.volunteers {
  padding: 60px 0 110px;
}

.volunteers__items-row-wrap {
  max-width: 868px;
  margin: 0 auto;
}
.volunteers__items-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px -28px;
}

.volunteers__items-row-item {
  padding: 0 8px 28px;
  flex: 0 0 33.33333%;
}

.volunteer-card {
  border-radius: 12px;
  background: #FAFAFA;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
  min-height: 100%;
}

.volunteer-card__photo {
  margin-bottom: 12px;
}
.volunteer-card__photo img {
  border-radius: 8px;
  display: block;
  width: 100%;
}

.volunteer-card__title {
  padding-bottom: 12px;
  color: #24272E;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
}
.volunteer-card__text {
  color: #53555F;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
}

.container-small {
  margin: 0 auto;
  max-width: 868px;
}

.where-to-buy {
  padding-bottom: 150px;
  padding-top: 50px;
}

.where-to-buy__subtitle {
  color: #151618;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-align: center;
  padding-bottom: 50px;
}

.where-to-buy__items {
  flex-wrap: wrap;
}

.where-to-buy__items-item {
  flex: 0 0 16.6666666%;
}

.where-to-buy-card {
  min-height: 100%;
  border-radius: 12px;
  background: #FAFAFA;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
  color: #24272E;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all .3s;
  cursor: pointer;
}

.where-to-buy-card:hover {
  color: #F4C723;
}

.where-to-buy-card__flag {
  padding-bottom: 12px;
}

.where-to-buy-card__flag img {
  display: block;
}

.shop-items {
  padding: 50px 0px;
}

.section-dark {
  color: #F6F7FB;
  background: #151618;
  background-blend-mode: difference, normal;
}

.shop-items__text {
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.72px;
}
.shop-items__new-products-title {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 70px;
}

.shop-item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #24272E;
  min-height: 100%;
}
.shop-item__content {
  padding: 24px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.shop-item__countries {
  padding-bottom: 12px;
}
.shop-item__countries ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shop-item__countries ul li {}
.shop-item__links {
  display: none;
}

.shop-items__elements {
  flex-wrap: wrap;
  justify-content: center;
}

.shop-items__elements-item {
  flex: 0 0 33.33333%;
}

.shop-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.shop-item__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.shop-item__category {
  color: #F6F7FB;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.72px;
}

.shop-item__button {
  padding-top: 44px;
  margin-top: auto;
}
.shop-item__button .theme-button {
  font-size: 16px;
  padding: 18px 12px;
  width: 100%;
}

.shop-notes {
  padding: 50px 0 110px;
}

.shop-notes__text {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}

.shop-notes__title {
  padding-bottom: 12px;
}

.shop-notes__text {
  padding-bottom: 50px;
  color: #53555F;
  font-size: 14px;
  letter-spacing: 0.56px;
}

.shop-notes__card {
  border-radius: 12px;
  background: #FAFAFA;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 50px;
  color: #53555F;
  font-size: 18px;
  letter-spacing: 0.72px;
}

.modal__shop-title {
  color: #F4C723;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding-bottom: 90px;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.modal__shop-countries {
  max-width: 600px;
  margin: 0 auto;
  color: #F6F7FB;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.modal__shop-countries-item {
  margin: 0 -10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 45px;
}
.modal__shop-countries-item-col {
  padding: 0 10px;
}

.modal__shop-countries-item a {
  font-weight: 300;
}
.modal__shop-countries-item a:hover {
  text-decoration: none;
}

.partners__item-card {
  max-width: 868px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 12px;
  background: #FAFAFA;
}

.partners__item-card__row {
  align-items: center;
}

.partners__item-card-col-image  {
  flex: 0 0 236px;
}
.partners__item {
  padding: 50px 0;
}
.partners__item:nth-child(odd) {
  border-radius: 24px;
  background: linear-gradient(95deg, #2C3239 0%, #1554A3 100%);
  color: #F6F7FB;
}
.partners__item:nth-child(odd) .partners__item-card {
  color: #53555F;
}
.partners__item:nth-child(odd) .partners__item-title {
  color: #F6F7FB;
}

.partners__item-title {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-align: center;
  padding-bottom: 32px;
}

.partners__item-subtitle {
  padding-bottom: 50px;
  font-size: 18px;
  font-weight: 300;
}

.partners__item:last-child {
  margin-bottom: 50px;
}

.projects-page-text-card {
  border-radius: 12px;
  background: #FAFAFA;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 50px;
  color: #53555F;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.72px;
}

.projects-page-text {
  padding: 50px 0;
}

.projects__items-item-wrap-link {
  padding-top: 32px;
}

.projects__items-item-wrap-link .theme-button {
  width: 100%;
}

.projects__items-show-more {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

.project-page {
  margin-top: 20px;
  border-radius: 24px;
  background: #151618;
  background-blend-mode: difference, normal;
  padding: 50px 0px;
  color: #F6F7FB;
  margin-bottom: 10px;
}

.page-header-dark {
  border-radius: 24px;
  background: #151618;
}

.project-page__title {
  color: #F6F7FB;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 2.08px;
  padding-bottom: 40px;
  text-align: center;
}

.project-page-section {
  padding: 24px 32px;
  border-radius: 12px;
  background: #24272E;
}

.project-page-section__title {
  color: #F6F7FB;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding-bottom: 8px;
}

.paypal-link {
  font-size: 18px;
  font-weight: 300;
}
.paypal-link a {
  text-decoration: none;
}
.paypal-link a:hover {
  text-decoration: underline;
}

.project-page-section:not(:last-child) {
  margin-bottom: 30px;
}

.accounts__item {
  flex: 0 0 33.3333333%;
}

.accounts__item-title {
  padding-bottom: 18px;
  color: #F4C723;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
}

.accounts__item-value {
  color: #F6F7FB;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.56px;
  padding-bottom: 18px;
}
.accounts__item-value-title {
  font-weight: bold;
}
.accounts__item-value-text {}
.accounts__item-value-button {
  padding-top: 6px;
}
.accounts__item-value-button button {
  padding: 2px 10px;
  color: #24272E;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  background: #F4C723;
  cursor: pointer;
  display: block;
  border: none;
  transition: all .3s;
}
.accounts__item-value-button button:hover {
  background: #b18a00;
}

.accounts-mono__item-wrap {
  padding: 30px 0;
}
.accounts-mono__item-wrap:first-child {
  padding-top: 0;
}
.accounts-mono__item-wrap:not(:last-child) {
  border-bottom: 1px solid rgba(246, 247, 251, 0.30);
}

.accounts-mono__item {
  display: flex;
  align-items: center;
  margin: 0 -7px;
}
.accounts-mono__item-col {
  padding: 0 7px;
}

.accounts-mono__item-qr img {
  padding: 15px;
  border-radius: 15px;
  background: #FFF;
  display: block;
}

.accounts-mono__item-details {
  flex: 1 1 auto;
}

.accounts-mono__item-details-card {
  padding-bottom: 14px;
  color: #F4C723;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  cursor: pointer;
}

.accounts-mono__item-details-link {
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.56px;
  text-decoration-line: underline;
}
.accounts-mono__item-details-link a {
  display: block;
  word-break: break-word;
}

.accounts-mono__item-details-description {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
}

.pagination {
  padding-top: 30px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
}

.nav-links span,
.nav-links a {
  padding: 0 7px;
  text-align: center;
  text-decoration: none;
}
.nav-links a:hover,
.nav-links span.current {
  color: #F4C723;
}

.nav-links span.current {
  font-weight: bold;
}

.our-values__join-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-values__join-text {
  font-size: 18px;
  color: #53555F;
}

.our-values__join-button-title {
  white-space: nowrap;
}

.contacts__row-item-title {
  font-weight: bold;
}

.contacts__row-item:not(:last-child) {
  padding-bottom: 16px;
}

/*.contacts__row-item-value br {*/
/*  display: none;*/
/*}*/

.contact-form__row-item {
    padding-bottom: 10px;
}

.contact-form__row-item textarea,
.contact-form__row-item input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid rgba(168, 177, 195, 0.97);
  font-size: 15px;
}

.contact-form__row-item textarea {
  resize: none;
  height: 100px;
}

.contact-form__row-item label {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 3px;
  display: block;
}

.contacts__row-col {
  padding-top: 30px;
}

.contacts__row-col-form-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding-bottom: 16px;
}

.contact-form__row-item br {
  display: none;
}

.modal__thanks {
  color: #fff;
}
.modal__thanks-title {
  color: #F4C723;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding-bottom: 30px;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
.modal__thanks-text {
  text-align: center;
  font-size: 20px;
}

/*.home-accounts .accounts__item-value,*/
/*.home-accounts {*/
/*  color: #000;*/
/*}*/
.go-home {
  padding-top: 20px;
}

.billingAddress p {
  color: #fff!important;
}

.our-values__projects {
  margin-top: 50px;
}

.our-values__req-projects {
  margin-bottom: 50px;
}

.project-page-section__tabs-body-item {
  display: none;

}

.project-page-section__tabs-body-item.active {
  display: block;
}

.project-page-section__tabs-heading {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #b3b3b3;
}
.project-page-section__tabs-heading-item {
  font-weight: bold;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  margin-bottom: -1px;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.project-page-section__tabs-heading-item.active {
  color: #F4C723;
  border-bottom: 1px solid #F4C723;
}
.project-page-section__tabs-heading-item:hover {
  color: #F4C723;
}

.footer__socials ul {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
}

.footer__socials ul a:hover {
    color: #F4C723;
}

.error-page {
  padding-bottom: 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.error-page .page-first-screen {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}

.error-page__title {
  font-size: 52px;
  padding-bottom: 36px;
  font-weight: 200;
  text-align: center;
}

.error-page__button {
  display: flex;
  justify-content: center;
}

.error-page__button .theme-button {
  padding: 13px 38px;
  width: 297px;
  max-width: 100%;
}

.small-container {
  max-width: 868px;
  margin: 0 auto;
}

.partner-page__with-logo {
  padding: 50px 0;
  margin-top: 10px;
}
.partner-page__with-logo-row {
  display: flex;
  align-items: center;
  gap: 100px;
}
.partner-page__with-logo-row-logo {
  flex: 0 0 200px;
}
.partner-page__with-logo-row-text {
  color: #53555F;
  font-size: 18px;
}

.partner-page__card {
  padding-bottom: 50px;
}

.yellow-bg {
  padding: 20px;
  background: #F4C723;
  font-weight: 300;
  font-size: 18px;
  border-radius: 12px;
}
.partner-page__glory .our-values__join {
  max-width: 844px;
  padding-bottom: 0;
}
.partner-page {
  padding-bottom: 50px;
}
.partner-page__glory .theme-button {
  font-weight: 300;
  font-size: 18px;
  padding: 20px;
  text-align: left;
  text-decoration: none;
}

.partners__products {
  background: #151618;
  padding: 50px 0;
  border-radius: 24px;
  color: #fff;
  position: relative;
}
.partners__products .partners__products-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: difference;
  opacity: 0.2;
}
.partners__products .container {
  position: relative;
  z-index: 2;
}

.partners__products-title {
  text-align: center;
  font-size: 30px;
  padding-bottom: 50px;
}
.polldan-products__row {
  flex-wrap: wrap;
}

.polldan-products__row-col {
  flex: 0 0 33.333333%;
}

.polldan-product {
  display: flex;
  flex-direction: column;
  background: #24272E;
  border-radius: 20px;
  text-decoration: none;
  transition: all .3s;
  min-height: 100%;
}
.polldan-product__image {
  display: block;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 260px
}
.polldan-product img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.polldan-product__text {
  padding: 24px 20px 50px;
  font-weight: 700;
  font-size: 18px;
  flex: 1 1 auto;
}
a.polldan-product {}
a.polldan-product:hover {
  color: #F4C723;
}
.merch-page .page-first-screen__title,
.partner-page .page-first-screen__title {
  max-width: 100%;
}
.partner-page .page-first-screen__title h1 {
  font-size: 52px;
}

.bazpo__products .polldan-products__row-col {
  flex: 0 0 50%;
}
.bazpo__products .polldan-product__text {
  font-weight: 300;
}

.delivery-products__item {
  background: #24272E;
  border-radius: 20px;
  padding: 24px;
}

.delivery-products__item:not(:last-child) {
  margin-bottom: 24px;
}

.delivery-products__item-row {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 18px;
}
.delivery-products__item-row-icon {
  flex: 0 0 50px;
  height: 50px;
}
.delivery-products__item-row-icon img,
.delivery-products__item-row-icon svg {
  max-width: 100%;
  max-height: 100%;
}

.merch__how-to-get-help .how-to-get-help__title {
  padding-bottom: 50px;
}
.how-to-get-help__item-text-title {
  color: #1554A3;
  font-weight: 700;
}
.merch-page__glory .our-values__join-row {
  justify-content: center;
}

.merch-page__bottom-text {
  padding-bottom: 50px;
}
.merch-page__bottom-text-wrap {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  color: #53555F;
  font-size: 18px;
}

.text_page {}

.plata-by-mono {}
.plata-by-mono__input {
  padding-bottom: 20px;
  padding-top: 20px;
}
.plata-by-mono__input input {
  color: #ffffff;
  padding: 10px 0 9px;
  background: none;
  border: none;
  border-bottom: 1px solid #777771;
  display: block;
  width: 100%;
  font-size: 18px;
}
.plata-by-mono__input input.error {
  border-color: #ff0000;
}
.plata-by-mono__button {}
.plata-by-mono__button button {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-align: center;
  text-transform: uppercase;
  background: #F4C723;
  color: #24272E;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  transition: all .3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.plata-by-mono__button button img {
  display: block;
  width: 160px;
  max-width: 100%;
}
.plata-by-mono__button button:hover {
  background: #b18a00;
}