.input--blank {display:none;}
.filter-form__buttons {max-height:320px;overflow-y:auto;}
.filter-form__button,.blog__categories-link,.case-cats__list-link {position:relative;}
.filter-form__button>input,.blog__categories-link>input,.case-cats__list-link>input {position:absolute;width:1px;height:1px;z-index:-1;}
.filter-form__button:has(>input:checked),.blog__categories-link:has(>input:checked),.case-cats__list-link:has(>input:checked),.filter-form__button.active {background-color:var(--blue);color:var(--white);}
.mentor__presentation-youtube+.video-v2 {margin-top:40px;}
.case-card__tags {flex-wrap:wrap;}
.article__date {text-transform:capitalize;}
.blog__categories-link {border:none;outline:none;cursor:pointer;}
.article__info {flex-grow:1;}
.article__categories {flex-wrap:wrap;row-gap:5px;}
.form__checkbox input[name="online"]+i,
.form__checkbox input[name="rating"]+i,
.form__checkbox input[name="top_rating"]+i,
.form__checkbox input[name="index"]+i {background-color:gray;}
.form__checkbox input[name="online"]:checked+i,
.form__checkbox input[name="rating"]:checked+i,
.form__checkbox input[name="top_rating"]:checked+i,
.form__checkbox input[name="index"]:checked+i {background-color:var(--blue);}
.events__slide:hover .events__card-title>a {color:#fff!important;}
.course__mentor-img {max-height:800px;}
.video--small .video__img {top:0;bottom:auto;width:45%;height:100%;object-fit:cover;object-position:center 25%;}
.video__subtitle {color:var(--blue);}

@media (max-width: 992px) {
  .filter-form {width: 100vw;}
}
@media (max-width: 850px) {
  .contacts__social-item:last-child {grid-area: auto;}
}
@media (max-width: 753px) {
  .ceo__inner {grid-template-columns:repeat(1, 100%);}
}
.popups {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.45);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow-y: hidden;
}
.popups._active {
  opacity: 1;
  visibility: visible;
}
.popups__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  max-height: 800px;
}
.popups__content {
  width: auto;
  background: #FFF;
  -webkit-box-shadow: .4rem .4rem 1.4rem 0 rgba(0,0,0,.25);
  box-shadow: .4rem .4rem 1.4rem 0 rgba(0,0,0,.25);
  position: relative;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popups__close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 100;
}
.offers {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/templates/img/bg/modal.webp');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  max-width: 1200px;
  font-family: "Cera Pro";
  margin: 0 auto;
  position: relative;
}
.offers__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 35px;
}
.offers__column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  position: relative;
}
/* .offers__column:nth-child(1) {
  padding: 50px 0 30px;
} */
.offers__column:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.offers__column:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offers__title {
  font-family: "Cera Pro";
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
  color: #fff;
}
.offers__title span {
  font-weight: 300;
  font-size: 26px;
  line-height: 100%;
  display: block;
  margin-top: 10px;
}
.offers__list {
  padding-left: 20px;
  font-size: 14px;
}
.offers__column ol {
  list-style: decimal;
}
.offers__list li {
  margin-bottom: 10px;
}
.offers__text {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-size: 22px;
  line-height: 110%;
  gap: 30px;
  max-width: 380px;
}
.offers__text svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
.offers__column img {
  width: 100%;
  height: auto;
}
.offers__subtitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 15px;
}
.offers__text-bold {
  font-weight: 600;
  margin-bottom: 10px;
}
.offers__button {
  margin-top: 35px;
  margin-bottom: 15px;
  background: #d8b56d;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.offers .checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.offers .checkbox__input {
  display: none;
  position: absolute;
  opacity: 0;
  top: 50%;
  height: 0;
  margin: 0;
}
.offers .checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.offers .checkbox__label::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  height: 14px;
  background-color: #F3F3F3;
  border: 1px solid #d8b56d;
  margin: 0 1rem 0 0;
}
.offers .checkbox__input:checked+.checkbox__label::before {
  background: #d8b56d;
}
.offers .checkbox__label::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: absolute;
  top: 3px;
  left: 2px;
  background-image: url('/assets/templates/img/checks.svg');
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1rem;
  flex: 0 0 1rem;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 11;
}
.offers .checkbox__input:checked+.checkbox__label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.offers .checkbox__label span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.offers .checkbox__label a {
  color: #d8b56d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .popups__body {
    margin-bottom: 120px;
  }
  .popups__content {
    margin: 40px 0;
    max-height: 700px;
  }
  .offers {
    max-width: 700px;
    background-position: center;
  }
  .offers__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .offers__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
  .offers__column:nth-child(1) {
    padding: 30px 0;
  }
  .offers__column:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 400px;
    margin-left: auto;
    margin-top: -200px;
  }
  .offers__column:nth-child(3) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .offers__title {
    font-size: 28px;
  }
  .offers__text {
    font-size: 20px;
    gap: 10px;
  }
  .offers__column img {
    width: 300px;
  }
  .offers__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .popups__content {
    width: auto;
  }
}
@media (max-width: 768px) {
  .popups__body {
    padding: 0;
    overflow-x: hidden;
  }
  .popups__content {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden!important;
  }
  .offers__column:nth-child(2) {
    max-width: 320px;
    margin-right: -50px;
  }
  .offers__column:nth-child(3) {
    position: relative;
    z-index: 10;
  }
  .offers__column img {
    width: 250px;
  }
  .offers .checkbox__label span {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .popups__content {
    margin: 0 0 40px;
  }
  .offers__content {
    padding-bottom: 30px;
  }
  .offers__column {
    padding-top: 50px;
  }
  .offers__column:nth-child(2) {
    display: none;
  }
  .offers__column:nth-child(3) {
    padding-top: 0;
  }
  .offers__title {
    font-size: 22px;
  }
  .offers__title span {
    font-size: 18px;
  }
  .offers__text {
    font-size: 16px;
    max-width: 280px;
  }
  .offers__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  #popupsOffer .popups__body {
    align-items: center;
  }
  #popupsOffer .popups__content {
    margin: 0;
  }
  .offers__content {
    padding: 0 20px;
    padding-bottom: 10px;
  }
  .offers__column:nth-child(1) {
    padding: 30px 0 15px;
  }
  .offers__title {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .offers__title span {
    font-size: 15px;
    line-height: 130%;
  }
  .offers__list li {
    font-weight: 300;
    font-size: 14px;
  }
  .offers__text {
    margin-top: 0;
    font-size: 16px;
    max-width: 270px;
  }
  .offers__text svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
  }
  .offers__subtitle {
    font-size: 22px;
  }
  .offers__text-bold {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
  }
  .offers__button {
    margin-top: 0;
    padding: 15px 10px;
    width: 100%;
  }
  .offers .checkbox__label span {
    font-size: 12px;
  }
  .offers .checkbox__label a {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .offers__button {
    width: 100%;
    max-width: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 400px) {
  .offers__content {
    padding: 0 20px;
    padding-bottom: 10px;
  }
  .offers__column:nth-child(1) {
    padding: 30px 0 15px;
  }
  .offers__title {
    font-size: 18px;
  }
  .offers__title span {
    font-size: 14px;
    line-height: 130%;
  }
  .offers__list li {
    font-weight: 300;
    font-size: 12px;
  }
  .offers__text {
    margin-top: 0;
    font-size: 14px;
    max-width: 240px;
  }
  .offers__text svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
  }
  .offers__subtitle {
    font-size: 18px;
  }
  .offers__text-bold {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
  }
  .offers__button {
    margin-top: 0;
    padding: 15px 10px;
  }
  .offers .checkbox__label span {
    font-size: 12px;
  }
  .offers .checkbox__label a {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .offers__button {
    font-size: 14px;
    width: 100%;
    max-width: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 10px;
  }
}
@media (max-width: 350px) {
  .offers__content {
    padding: 0 15px;
  }
}
.offers__bg {
    position: relative;
    width: 960px;
    padding-bottom: calc(100% / 4 * 3);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.offers__bg .offers__button {
    position: absolute;
    bottom: -1px;
    right: 10px;
}
@media (max-width: 1020px) {
    .offers__bg {
        width: calc(100vw - 10px);
    }
    .offers__bg .offers__button {
        right: 0;
    }
}
.card__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.card__stickers {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.card__sticker {
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 120px;
  border-radius: 12px;
}
.card__sticker > img {
  max-width: 20px;
  max-height: 20px;
  object-fit: contain;
}
.sticker-text.white {
  color: #fff;
}
.case-card {
	position: static;
}
@media (max-width: 440px) {
  .card__top {
    flex-direction: column;
  }
  .card__stickers {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.course__nav {
  margin-top: 10px;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
}
.author-thumbs-swiper {
  margin-left: 0;
  margin-right: 0;
}
.author-thumbs-swiper-wrapper > .swiper-slide {
  margin: 0 5px;
  width: 84px;
  height: 100px;
  cursor: pointer;
}
.author-thumbs-swiper-wrapper > .swiper-slide > img {
  border: 2px solid #fff;
  transition-duration: 400ms;
}
.author-thumbs-swiper-wrapper > .swiper-slide.swiper-slide-thumb-active > img {
  border: 2px solid var(--blue);
}
.course__intro {
  min-height: unset;
  padding-bottom: 50px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery__item {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  transition-duration: 800ms;
}
.gallery__item:hover {
  box-shadow: 0px -4px 18px 0px #0A244326, 0px 4px 18px 0px #00000040;
}
.rutube-frame {
  display: none;
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 16px;
  overflow: hidden;
}
.video-v2 {
  height: 400px;
}
.top-store {
  display: flex;
  gap: 16px;
}
@media (min-width: 1920px) {
  .intro {
    max-height: unset;
  }
}
.intro {
  padding-bottom: 50px;
}
.mentor__about-description {
  line-height: 30px;
}
.testimonial__video {
  cursor: pointer;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.article__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.article__thumb {
  margin-bottom: 10px;
}
.article__title {
  display: block;
}
.intro__card-img {
  width: 564px;
  height: 573px;
  object-position: top;
}

.vacancies {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.vacancies__item {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 2px 12px #edeff0;
}
.vacancies__title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #3c9df2;
}
.vacancies__salary {
  margin-top: auto;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 700;
}
.vacancies__link {
  margin-top: auto;
  line-height: 1.43;
  font-size: 14px;
}
@media (max-width:992px) {
  .vacancies {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:724px) {
  .vacancies {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:396px) {
  .vacancies {
    grid-template-columns: 1fr;
  }
}
.form-wrapper {
  margin-top: 20px;
  padding: 15px;
  max-width: 400px;
  background-color: var(--gray-light);
  border-radius: 12px;
}
.form-wrapper > p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.form-wrapper textarea {
  padding-top: 20px;
  resize: none;
}
.policy {
  display: flex;
  align-items: center;
  gap: 8px;
}
.policy__text {
  font-size: 12px;
  color: #fff;
}
.policy a {
  color: inherit;
  text-decoration: underline;
}
.online {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.online__cities {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 50%;
}
.online__tag {
  padding: 6px 10px;
  background-color: #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 13px;
  color: #f50;
  opacity: 0.9;
}
.online__tag--true {
  background-color: #f0ffec;
  color: #2bc900;
}
.online__tag--city {
  background-color: #fff;
  color: #3a31b9;
}
.mentor-card__links {
  justify-content: space-between;
}
.mentor-card__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.mentor-card__link--button {
  padding: 10px 18px;
  align-self: flex-start;
  background-color: var(--blue);
  border-radius: 43px;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-decoration: none;
  color: var(--white);
}
.mentor-card__link--button:hover {
  color: var(--white);
}
.charity.intro {
  min-height: unset;
}
.charity .intro__inner {
  align-items: center;
}
.intro__card-img.intro__card-img--charity {
  width: 543px;
  height: 407px;
  object-position: center;
}
@media (max-width: 992px) {
  .charity .intro__inner {
    flex-direction: column;
    row-gap: 24px;
  }
  .intro__card-img.intro__card-img--charity {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 440px) {
  .charity .intro__title {
    font-size: 36px;
    line-height: 140%;
  }
  .intro__card-img.intro__card-img--charity {
    height: 266px;
  }
}
.charity--section {
  padding: 90px 0;
}
.charity__wrapper {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.charity__info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.charity__info-item {
  padding: 20px 16px;
  display: flex;
  align-items: center;
  background-color: #f3f4f7;
  border-radius: 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: var(--black);
}
@media (max-width:1280px) {
  .charity--section {
    padding: 60px 0;
  }
  .charity__wrapper {
    gap: 60px;
  }
  .charity__info {
    gap: 20px;
  }
}
@media (max-width:992px) {
  .charity--section {
    padding: 50px 0;
  }
  .charity__wrapper {
    gap: 40px;
  }
  .charity__info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:640px) {
  .charity--section {
    padding: 24px 0 48px;
  }
  .charity__wrapper {
    gap: 30px;
  }
  .charity__info {
    gap: 8px;
  }
  .charity__info-item {
    padding: 15px;
    border-radius: 8px;
    font-size: 20px;
  }
}
@media (max-width:440px) {
  .charity__info-item {
    font-size: 15px;
  }
}
.charity__help {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.charity__side {
  width: 451px;
}
.charity__side--first {
  top: 25px;
  left: 40px;
  margin-bottom: 0;
}
.charity__side--last {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  gap: 20px;
}
.charity__side-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 112%;
  color: var(--black);
}
.charity__side-text {
  margin-top: -11px;
  font-weight: 400;
  font-size: 16px;
  line-height: 225%;
  color: var(--gray);
}
.charity__help-item {
  position: relative;
  padding: 19px 22px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-radius: 30px;
  overflow: hidden;
}
.charity__help-item--edge {
  padding-left: 35px;
  padding-right: 14px;
  width: calc(100% - 471px);
}
.charity__help-item--mid {
  flex-direction: row-reverse;
  width: calc((100% - 20px) / 2);
}
.charity__help-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.charity__help-info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 337px;
  color: var(--black);
}
.charity__help-info--white {
  color: var(--white);
}
.charity__help-info--mid {
  max-width: 317px;
}
.charity__help-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 112%;
}
.charity__help-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  opacity: 0.6;
}
.charity__help-img {
  position: relative;
  border-radius: 20px;
  object-fit: cover;
}
.charity__help-item--edge .charity__help-img {
  width: 360px;
  height: 248px;
}
.charity__help-item--mid .charity__help-img {
  width: 283px;
  height: 246px;
}
@media (max-width:1280px) {
  .charity__help-item--edge {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width:1140px) {
  .charity__side--first {
    margin-bottom: 45px;
  }
  .charity__help-item--edge {
    width: 100%;
    gap: 34px;
  }
  .charity__help-item--mid {
    width: 100%;
    justify-content: flex-end;
    gap: 34px;
  }
  .charity__help-info--mid {
    max-width: 400px;
  }
}
@media(max-width:768px) {
  .charity__side--first {
    margin-bottom: 10px;
    top: 0;
    left: 40px;
  }
  .charity__side--first .section__header-line {
    left: -40px;
  }
  .charity__help-item--edge,
  .charity__help-item--mid {
    flex-direction: column;
    gap: 40px;
  }
  .charity__help-item--edge .charity__help-img,
  .charity__help-item--mid .charity__help-img {
    align-self: center;
    width: 100%;
    max-width: 400px;
    height: 246px;
  }
}
@media(max-width:440px) {
  .charity__help-item--edge .charity__help-img,
  .charity__help-item--mid .charity__help-img {
    height: 218px;
  }
}
.section-wrap__inner.charity .section-gap {
  padding-bottom: 0;
}
.section__header--organization {
  margin-bottom: 60px;
}
.section__header-heading--charity {
  row-gap: 8px;
}
.mission__inner--charity {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 52px;
  row-gap: 34px;
}
.charity__organization {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: var(--gray);
}
.charity__organization--name {
  color: var(--black);
}
@media(max-width:768px) {
  .section__header--organization {
    margin-bottom: 24px;
  }
  .mission__inner--charity {
    grid-template-columns: 1fr;
  }
}
.charity__partners {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  overflow-x: auto;
}
.charity__partners-title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 36px;
  line-height: 106%;
  color: var(--black);
}
.charity__partners-title > span {
  color: #44c2ea;
}
.charity__partner {
  width: 207px;
  height: 99px;
  object-fit: contain;
}
.section-gap--charity {
  padding: 90px 0;
}
@media (max-width:1280px) {
  .section-gap--charity {
    padding: 60px 0;
  }
}
@media (max-width:640px) {
  .charity__partners-title {
    margin-bottom: 24px;
  }
  .section-gap--charity {
    padding: 35px 0;
  }
  .charity__partner {
    width: 100px;
    height: 48px;
  }
}
.charity__variants {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.charity__variant {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 16px;
  backdrop-filter: blur(24px);
  box-shadow: 0 24px 32px 0 rgba(50, 50, 71, 0.08);
  background: rgba(255, 255, 255, 0.8);
}
.charity__variant-icon {
  width: 34px;
  height: 34px;
}
.charity__variant-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: var(--black);
}
.charity__variant-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #767e8f;
}
@media (max-width:1280px) {
  .charity__variants {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width:768px) {
  .charity__variants {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:640px) {
  .charity__variant-title {
    font-size: 15px;
    line-height: 133%;
  }
  .charity__variant {
    backdrop-filter: none;
  }
}
@media (max-width:440px) {
  .charity__variants {
    grid-template-columns: 1fr;
  }
}
.section--radius-white {
  background-color: #fff;
}
.charity__columns {
  margin-top: 80px;
	column-count: 2;
  column-gap: 77px;
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #767e8f;
}
.charity-slider-container {
  margin-top: 77px;
  width: 100vw;
  overflow: hidden;
}
.gallery__footer--charity {
  margin-top: 0;
}
@media (max-width:964px) {
  .charity__columns {
    margin-top: 24px;
    column-count: 1;
    font-size: 14px;
    line-height: 140%;
  }
  .charity-slider-container {
    margin-top: 24px;
  }
}
.charity__hero {
  margin-top: 89px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.charity__hero-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 106%;
  color: var(--black);
}
.charity__hero-title > span {
  color: var(--blue);
}
.charity__hero-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--black);
  opacity: 0.6;
}
.charity__hero-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.charity__hero-item {
  position: relative;
  padding: 35px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
}
.charity__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.charity__hero-icon {
  position: relative;
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.charity__hero-name {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 104%;
  color: var(--black);
}
.charity__hero-btn {
  position: relative;
  margin-top: -7px;
  padding: 9px 18px;
  align-self: flex-start;
  flex-shrink: 0;
  background-color: var(--white);
  border-radius: 44px;
  font-weight: 500;
  font-size: 13px;
  color: var(--black);
}
@media (max-width:1280px) {
  .charity__hero-wrapper {
    margin-top: 14px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:640px) {
  .charity__hero {
    margin-top: 40px;
  }
  .charity__hero-wrapper {
    margin-top: 8px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px;
    row-gap: 18px;
  }
  .charity__hero-item {
    padding: 27px;
    gap: 16px;
  }
  .charity__hero-item--wide {
    grid-column: 1 / 3;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 21px;
  }
  .charity__hero-icon {
    width: 48px;
    height: 48px;
  }
  .charity__hero-name {
    font-size: 18px;
    line-height: 120%;
  }
  .charity__hero-btn {
    margin-top: 0;
  }
}
.charity__letters {
  margin-top: 40px;
  padding-bottom: 10px;
  display: flex;
  gap: 20px;
  width: 100%;
  overflow-x: auto;
}
.charity__letter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.charity__letter-name {
  font-family: "Commissioner", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #08090b;
}
.charity__letter-wrapper {
  position: relative;
  margin-top: auto;
  padding: 12px;
  padding-bottom: 0;
  width: 293px;
  height: 350px;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background: #3f3f3f;
}
.charity__letter-inner {
  padding: 40px 21px 0 30px;
  height: 100%;
  box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, 0.25), 0 0 8px 0 rgba(255, 255, 255, 0.3);
  background: var(--white);
}
.charity__letter-bg {
  padding: 10px;
  height: 100%;
  display: flex;
  background: rgba(217, 217, 217, 0.2);
}
.charity__letter-img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: contain;
}
.charity__letter-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
@media(max-width:768px) {
  .charity__letters {
    margin-top: 24px;
  }
}
.charity-scroll * {
  scrollbar-width: thin;
  scrollbar-color: #8b8b8b #fcfcfc;
}
.card {
  min-height: unset;
  height: 284px;
}
.card__title--cover {
  padding: 2px 10px;
  align-self: flex-start;
  /*border: 1px solid #fff;*/
  border-radius: 14px;
  font-size: 22px;
  color: #000;
  background-color: #fff5f0;
  opacity: 0.9;
}
.list__inner {
  min-height: 340px;
}
.city-btn {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition-duration: 300ms;
}
.city-btn:hover {
  color: var(--blue);
}
.mission__video {cursor: pointer;}

.cookies-block {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.cookies-block .content {
  background: #fff;
  position: relative;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px 3.83466px 43.1399px #F1F1F1;
  padding: 25px 160px 25px 38px;
}

.cookies-block .content p {
  font-size: 14px;
  line-height: 27px;
  margin: 0;
  color: #202229 !important;
}

.cookies-block .content p a {
  color: #202229 !important;
}

.cookies-block .content button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  background: #626262;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 70px;
  height: 45px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15;
  cursor: pointer;
}

@media (max-width: 767px) {
    .cookies-block .content {
        padding: 15px;
    }
    .cookies-block .content button {
        margin-top: 15px;
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}
.hidden {
  display: none !important;
}