.hero {
  position: relative;
  display: flex;
  height: 100vh;
  z-index: -1;
}

.hero__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.hero__image {
  position: fixed;
  left: 0;
  bottom: -20px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .hero__image {
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .hero__image {
    height: 100vh;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    bottom: unset;
    left: unset;
  }
}
.hero__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .hero__image img {
    width: 67%;
  }
}
@media screen and (min-width: 1280px) {
  .hero__image img {
    width: 100%;
  }
}

.hero__container {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}

.hero__wrapper {
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (min-width: 1280px) {
  .hero__wrapper {
    padding: 0 90px;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    padding: 0 90px;
    justify-content: center;
  }
}

.hero__rock svg {
  width: 22px;
  height: 27px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .hero__rock svg {
    width: 47px;
    height: 57px;
  }
}

.hero__title {
  font-weight: 400;
  font-size: 32px;
  color: var(--white-color);
  max-width: 292px;
  padding-top: 102px;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 51px;
    max-width: none;
    padding-top: 148px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__title {
    max-width: 455px;
    padding-top: 267px;
  }
}
@media screen and (min-width: 1280px) {
  .hero__title {
    max-width: 546px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1366px) {
  .hero__title {
    max-width: 881px;
    font-size: 60px;
    line-height: 112%;
  }
}

.hidden {
  opacity: 0;
}

.hero__title-1600 {
  display: block;
}

.hero__title-1440,
.hero__title-768,
.hero__title-320 {
  display: none;
}

@media (max-width: 1440px) {
  .hero__title-1600 {
    display: none;
  }
  .hero__title-1440 {
    display: block;
  }
}
@media (max-height: 400px) {
  .hero__image {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero__title {
    max-width: none;
  }
  .hero__title-1600,
  .hero__title-1440 {
    display: none;
  }
  .hero__title-768 {
    display: block;
  }
}
@media (max-width: 525px) {
  .hero__title {
    padding-top: 150px;
    max-width: none;
  }
  .hero__title-1600,
  .hero__title-1440,
  .hero__title-768 {
    display: none;
  }
  .hero__title-320 {
    display: block;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .hero__title {
    padding-top: 110px;
  }
}
.hero__line {
  position: relative;
}
.hero__line svg {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  width: 83px;
}
@media screen and (min-width: 768px) {
  .hero__line svg {
    width: 130px;
  }
}
@media screen and (min-width: 1366px) {
  .hero__line svg {
    width: auto;
    left: -22px;
  }
}

.about {
  padding-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .about {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1366px) {
  .about {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 768px) {
  .about__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.about__left {
  margin-bottom: 74px;
}
@media screen and (min-width: 768px) {
  .about__left {
    margin-bottom: 0;
  }
}
.about__left .b-btn--primary {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__left .b-btn--primary {
    width: auto;
  }
}

.about__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black-color);
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .about__text {
    padding-top: 40px;
    font-weight: 400;
    font-size: 16px;
    max-width: 500px;
    margin-bottom: 100px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .about__text {
    font-size: 18px;
    padding-right: 0;
  }
}
.about__text p:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .about__text p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.about__img {
  text-align: center;
}

.directions {
  padding: 55px 0;
}
@media screen and (min-width: 768px) {
  .directions {
    padding: 65px 0;
  }
}
@media screen and (min-width: 1366px) {
  .directions {
    padding: 75px 0;
  }
}

.directions__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .directions__title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1366px) {
  .directions__title {
    margin-bottom: 60px;
  }
}

.directions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 28px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .directions__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .directions__grid {
    grid-column-gap: 27px;
    grid-row-gap: 50px;
  }
}

.directions__item {
  border-radius: 20px;
  height: 164px;
  position: relative;
  padding: 14px 14px;
  transition: background-color 0.3s ease-in, background-image 0.3s ease-in;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .directions__item {
    height: 242px;
    border-radius: 30px;
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1366px) {
  .directions__item {
    height: 364px;
  }
}
.directions__item:hover {
  background-color: #f3f3f3;
}
.directions__item:hover .directions__link {
  color: var(--primary-color);
  transition: color 0.3s ease-in;
}
.directions__item:hover svg path {
  fill: var(--primary-color);
  transition: fill 0.3s ease-in;
}
.directions__item:hover svg rect {
  fill: var(--primary-color);
  transition: fill 0.3s ease-in;
}
.directions__item:nth-child(1) {
  grid-column: 1/4;
  background-image: url("../img/directions/directions-one-mob.jpg");
}
@media screen and (min-width: 768px) {
  .directions__item:nth-child(1) {
    grid-column: 1/8;
    background-image: url("../img/directions/directions-one-tablet.jpg");
  }
}
@media screen and (min-width: 1366px) {
  .directions__item:nth-child(1) {
    background-image: url("../img/directions/directions-one.jpg");
  }
}
@media screen and (min-width: 1366px) {
  .directions__item:nth-child(1):hover {
    background-image: url("../img/directions/directions-one-hover.jpg");
  }
}
.directions__item:nth-child(2) {
  grid-column: 1/4;
  background-image: url("../img/directions/directions-two-mob.jpg");
}
@media screen and (min-width: 768px) {
  .directions__item:nth-child(2) {
    grid-column: 8/13;
    background-image: url("../img/directions/directions-two-tablet.jpg");
  }
}
@media screen and (min-width: 1366px) {
  .directions__item:nth-child(2) {
    background-image: url("../img/directions/directions-two.jpg");
  }
}
.directions__item:nth-child(2):hover {
  background-image: url("../img/directions/directions-two-hover.jpg");
}
.directions__item:nth-child(3) {
  grid-column: 1/4;
  background-image: url("../img/directions/directions-three-mob.jpg");
}
@media screen and (min-width: 768px) {
  .directions__item:nth-child(3) {
    grid-column: 1/6;
    background-image: url("../img/directions/directions-three-tablet.jpg");
  }
}
@media screen and (min-width: 1366px) {
  .directions__item:nth-child(3) {
    background-image: url("../img/directions/directions-three.jpg");
  }
}
.directions__item:nth-child(3):hover {
  background-image: url("../img/directions/directions-three-hover.jpg");
}
.directions__item:nth-child(4) {
  grid-column: 1/4;
  background-image: url("../img/directions/directions-four-mob.jpg");
}
@media screen and (min-width: 768px) {
  .directions__item:nth-child(4) {
    grid-column: 6/13;
    background-image: url("../img/directions/directions-four-tablet.jpg");
  }
}
@media screen and (min-width: 1366px) {
  .directions__item:nth-child(4) {
    background-image: url("../img/directions/directions-four.jpg");
  }
}
.directions__item:nth-child(4):hover {
  background-image: url("../img/directions/directions-four-hover.jpg");
}
.directions__item:nth-child(5) {
  grid-column: 1/4;
  background-image: url("../img/directions/directions-five-mob.jpg");
}
@media screen and (min-width: 768px) {
  .directions__item:nth-child(5) {
    grid-column: 1/5;
    background-image: url("../img/directions/directions-five-tablet.jpg");
  }
}
@media screen and (min-width: 1366px) {
  .directions__item:nth-child(5) {
    background-image: url("../img/directions/directions-five.jpg");
  }
}
.directions__item:nth-child(5):hover {
  background-image: url("../img/directions/directions-five-hover.jpg");
}
.directions__item:nth-child(6) {
  grid-column: 1/4;
  background-image: url("../img/directions/directions-six-mob.jpg");
}
@media screen and (min-width: 768px) {
  .directions__item:nth-child(6) {
    grid-column: 5/9;
    background-image: url("../img/directions/directions-six-tablet.jpg");
  }
}
@media screen and (min-width: 1366px) {
  .directions__item:nth-child(6) {
    background-image: url("../img/directions/directions-six.jpg");
  }
}
.directions__item:nth-child(6):hover {
  background-image: url("../img/directions/directions-six-hover.jpg");
}
.directions__item:nth-child(7) {
  grid-column: 1/4;
  background-image: url("../img/directions/directions-seven-mob.jpg");
}
@media screen and (min-width: 768px) {
  .directions__item:nth-child(7) {
    grid-column: 9/13;
    background-image: url("../img/directions/directions-seven-tablet.jpg");
  }
}
@media screen and (min-width: 1366px) {
  .directions__item:nth-child(7) {
    background-image: url("../img/directions/directions-seven.jpg");
  }
}
.directions__item:nth-child(7):hover {
  background-image: url("../img/directions/directions-seven-hover.jpg");
}

.directions__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  color: var(--white-color);
  transition: color 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .directions__link {
    font-size: 30px;
  }
}
@media screen and (min-width: 1366px) {
  .directions__link {
    font-size: 45px;
  }
}
.directions__link span {
  padding-bottom: 6px;
  max-width: 129px;
}
@media screen and (min-width: 768px) {
  .directions__link span {
    max-width: none;
  }
}
@media screen and (min-width: 1366px) {
  .directions__link span {
    padding-bottom: 20px;
    max-width: none;
  }
}
.directions__link svg {
  width: 36px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  .directions__link svg {
    width: 52px;
    height: 42px;
  }
}
@media screen and (min-width: 1366px) {
  .directions__link svg {
    width: 72px;
    height: 58px;
  }
}
.directions__link svg path {
  fill: var(--white-color);
  transition: fill 0.3s ease-in;
}
.directions__link svg rect {
  fill: var(--white-color);
  transition: fill 0.3s ease-in;
}

.directions__decor {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.events {
  padding: 55px 0 55px 0;
}
@media screen and (min-width: 768px) {
  .events {
    padding: 65px 0 65px 0;
  }
}
@media screen and (min-width: 1366px) {
  .events {
    padding: 75px 0 75px 0;
  }
}

.events__container {
  padding: 0 22px;
}
@media screen and (min-width: 768px) {
  .events__container {
    padding: 0 24px;
  }
}

.events--page {
  padding: 30px 0 45px 0;
}
@media screen and (min-width: 768px) {
  .events--page {
    padding: 0px 0 65px 0;
  }
}
@media screen and (min-width: 1366px) {
  .events--page {
    padding: 0px 0 75px 0;
  }
}
.events--page .b-btn--primary {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 27px;
}
@media screen and (min-width: 768px) {
  .events--page .b-btn--primary {
    padding: 11px 60px;
  }
}

.events--past {
  padding: 45px 0 180px 0;
}
@media screen and (min-width: 768px) {
  .events--past {
    padding: 65px 0 210px 0;
  }
}
@media screen and (min-width: 1366px) {
  .events--past {
    padding: 75px 0 250px 0;
  }
}
.events--past .b-btn--primary {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 27px;
}
@media screen and (min-width: 768px) {
  .events--past .b-btn--primary {
    padding: 11px 60px;
  }
}

.events__head {
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .events__head {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1366px) {
  .events__head {
    align-items: center;
    margin-bottom: 43px;
  }
}

.events__title {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .events__title {
    margin-bottom: 0;
  }
}
.events__title--noactive {
  font-size: 32px;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .events__title--noactive {
    font-size: 40px;
    line-height: 100%;
  }
}
@media screen and (min-width: 1366px) {
  .events__title--noactive {
    font-size: 56px;
    line-height: 110%;
  }
}

.events__categories {
  margin: 0 -14px 38px -14px;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .events__categories {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 1366px) {
  .events__categories {
    margin-bottom: 70px;
  }
}

.categories {
  display: flex;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
}

.categories__item:not(:first-child) {
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .categories__item:not(:first-child) {
    margin-left: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .categories__item:not(:first-child) {
    margin-left: 24px;
  }
}

.categories__btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #A9B0F4;
  border: 1px solid #A9B0F4;
  border-radius: 30px;
  padding: 6px 15px;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .categories__btn {
    font-size: 16px;
    padding: 7px 15px;
  }
}
@media screen and (min-width: 1366px) {
  .categories__btn {
    font-size: 18px;
  }
}
.categories__btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.categories__btn.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.events__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 24px;
  grid-column-gap: 16px;
}
@media screen and (min-width: 768px) {
  .events__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-row-gap: 50px;
    grid-column-gap: 19px;
  }
}
@media screen and (min-width: 1366px) {
  .events__grid {
    grid-row-gap: 22px;
    grid-column-gap: 30px;
  }
}
.events__grid--page {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .events__grid--page {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1366px) {
  .events__grid--page {
    margin-bottom: 72px;
  }
}
.events__grid--past {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .events__grid--past {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1366px) {
  .events__grid--past {
    margin-bottom: 72px;
  }
}

.events__item {
  grid-column: 2 span;
  border: 1px solid #EEEFFD;
  border-radius: 20px;
  background-color: var(--white-color);
  transition: box-shadow 0.3s ease, border 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  height: 228px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .events__item {
    grid-column: 4 span;
    height: 362px;
  }
}
@media screen and (min-width: 1366px) {
  .events__item {
    border-radius: 30px;
    height: 438px;
  }
}
.events__item:hover {
  box-shadow: 0px 0px 14px rgba(169, 176, 244, 0.36);
  border: 1px solid #A9B0F4;
  transform: translateY(-10px);
}
.events__item:hover .events__img img {
  transform: scale(1.1);
}

.events__tag {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  color: var(--primary-color);
  background-color: var(--white-color);
  padding: 2.5px 5px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
@media screen and (min-width: 1366px) {
  .events__tag {
    top: 14px;
    right: 14px;
    font-size: 14px;
    padding: 5.5px 15px;
  }
}

.events__item--none {
  opacity: 0.5;
  pointer-events: none;
}
.events__item--none .events__date {
  color: #808080;
}
.events__item--none .events__name {
  color: #808080;
}
.events__item--none:last-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .events__item--none:last-child {
    display: flex;
  }
}

.events__slider {
  margin-top: -20px;
}

.events__img {
  border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
  max-height: 104px;
  font-size: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .events__img {
    max-height: 169px;
  }
}
@media screen and (min-width: 1366px) {
  .events__img {
    max-height: 263px;
    border-top-left-radius: 30px;
    border-top-left-radius: 30px;
  }
}
.events__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.events__wrap {
  padding: 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .events__wrap {
    padding: 14px 14px 19px 14px;
  }
}
@media screen and (min-width: 1366px) {
  .events__wrap {
    padding: 20px 20px;
  }
}

.events__name {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black-color);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .events__name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .events__name {
    font-size: 24px;
    -webkit-line-clamp: 3;
  }
}

.events__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: #3344E5;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .events__date {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 114%;
  }
}
@media screen and (min-width: 1366px) {
  .events__date {
    font-size: 26px;
    line-height: 100%;
  }
}

.events__calendar {
  position: relative;
}
.events__calendar input {
  cursor: pointer;
  opacity: 0;
  width: 178px;
  height: 32px;
  margin: 0;
}
@media screen and (min-width: 1366px) {
  .events__calendar input {
    width: 200px;
    height: 32px;
  }
}

.calendar-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #A9B0F4;
  position: absolute;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 178px;
  height: 32px;
  z-index: 100;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1366px) {
  .calendar-text {
    font-size: 18px;
    width: 200px;
    height: 32px;
  }
}
.calendar-text.hover {
  color: var(--primary-color);
  transition: color 0.3s ease;
}
.calendar-text.hover svg {
  transform: rotate(0deg);
  transition: transform 0.3s ease, fill 0.3s ease;
}
.calendar-text.hover svg path {
  fill: var(--primary-color);
  transition: transform 0.3s ease, fill 0.3s ease;
}
.calendar-text.active {
  color: var(--primary-color);
  transition: color 0.3s ease;
}
.calendar-text.active svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease, fill 0.3s ease;
}
.calendar-text.active svg path {
  fill: var(--primary-color);
  transition: transform 0.3s ease, fill 0.3s ease;
}
.calendar-text svg {
  transform: rotate(0deg);
  transition: transform 0.3s ease, fill 0.3s ease;
}
.calendar-text svg path {
  fill: #A9B0F4;
  transition: transform 0.3s ease, fill 0.3s ease;
}

.feedback__wrapper {
  background-color: var(--primary-color);
  background-image: url("../img/feedback/feddback-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 14px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .feedback__wrapper {
    padding: 40px 66px;
  }
}
@media screen and (min-width: 1366px) {
  .feedback__wrapper {
    border-radius: 30px;
    padding: 40px 66px;
  }
}
@media screen and (min-width: 768px) {
  .feedback__wrapper {
    margin: 0 auto;
    max-width: 780px;
  }
}
@media screen and (min-width: 1366px) {
  .feedback__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: none;
  }
}

.feedback__image {
  text-align: center;
}

@media screen and (min-width: 1366px) {
  .feedback__form {
    margin-left: 92px;
  }
}

.feedback--grants .form__textarea {
  margin-top: 0;
}
.feedback--grants .feedback__image {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .feedback--grants .feedback__image {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .feedback--grants .feedback__image {
    margin-bottom: 0;
  }
}

.feedback--creative .feedback__image {
  margin-bottom: 0;
}

.focus {
  padding: 55px 0 110px 0;
}
@media screen and (min-width: 768px) {
  .focus {
    padding: 65px 0 130px 0;
  }
}
@media screen and (min-width: 1366px) {
  .focus {
    padding: 75px 0 150px 0;
  }
}

.focus--volunteer {
  padding-bottom: 0;
}

.focus__head {
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .focus__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 1366px) {
  .focus__head {
    margin-bottom: 40px;
  }
}

.focus__title {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .focus__title {
    margin-bottom: 0;
  }
}
.focus__grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .focus__grid {
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .focus__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 96px;
    align-items: center;
  }
}

.focus__slider {
  grid-column: 1/4;
}
@media screen and (min-width: 768px) {
  .focus__slider {
    grid-column: 2/6;
  }
}
@media screen and (min-width: 1366px) {
  .focus__slider {
    grid-column: 1/7;
  }
}

.focus__articles {
  grid-column: 1/4;
}
@media screen and (min-width: 768px) {
  .focus__articles {
    grid-column: 1/7;
  }
}
@media screen and (min-width: 1366px) {
  .focus__articles {
    grid-column: 7/13;
  }
}

.focus-articles__item {
  cursor: pointer;
  opacity: 0.5;
  padding-bottom: 20px;
}
.focus-articles__item.active {
  opacity: 1;
}
.focus-articles__item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 3px solid rgba(138, 149, 243, 0.3019607843);
}
.focus-articles__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-color);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .focus-articles__title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1366px) {
  .focus-articles__title {
    font-size: 24px;
  }
}
.focus-articles__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 106.5%;
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .focus-articles__link {
    font-size: 22px;
  }
}
.focus__swiper {
  height: 100%;
  position: relative;
  margin: 0 -10px;
}
.focus__swiper .swiper-wrapper {
  height: 100%;
}
.focus__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.focus__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}

.focus__img {
  margin: 0 10px;
}

.partners {
  padding-bottom: 126px;
}
@media screen and (min-width: 768px) {
  .partners {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1366px) {
  .partners {
    padding-bottom: 130px;
  }
}
.partners .container {
  padding: 0 22px;
}

@media screen and (min-width: 768px) {
  .partners__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.partners__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: var(--white-color);
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .partners__text {
    font-size: 36px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1366px) {
  .partners__text {
    font-size: 46px;
    text-align: start;
  }
}

.partners__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .partners__list {
    margin-left: 39px;
  }
}
@media screen and (min-width: 1366px) {
  .partners__list {
    margin-left: 78px;
    justify-content: unset;
  }
}
.partners__list li:not(:first-child) {
  margin-left: 14px;
}
@media screen and (min-width: 768px) {
  .partners__list li:not(:first-child) {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1366px) {
  .partners__list li:not(:first-child) {
    margin-left: 50px;
  }
}
.partners__list li a {
  display: block;
}

.topcical {
  padding: 55px 0 55px 0;
}
@media screen and (min-width: 768px) {
  .topcical {
    padding: 65px 0 65px 0;
  }
}
@media screen and (min-width: 1366px) {
  .topcical {
    padding: 75px 0 75px 0;
  }
}

.topical__head {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .topical__head {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
}
@media screen and (min-width: 1366px) {
  .topical__head {
    margin-bottom: 60px;
  }
}

.topical__title {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .topical__title {
    margin-bottom: 0;
  }
}

.swiper-nav {
  display: flex;
  align-items: center;
}

.topical__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 18px;
}
@media screen and (min-width: 768px) {
  .topical__grid {
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 1366px) {
  .topical__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 65px;
  }
}

.topical__slider {
  grid-column: 3 span;
}
@media screen and (min-width: 768px) {
  .topical__slider {
    grid-column: 6 span;
  }
}
.topical__right {
  grid-column: 3 span;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .topical__right {
    grid-column: 6 span;
  }
}
.topical__name {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: var(--black-color);
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .topical__name {
    margin-bottom: 24px;
    font-size: 34px;
  }
}
@media screen and (min-width: 1366px) {
  .topical__name {
    font-size: 36px;
  }
}

.topical__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black-color);
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .topical__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1366px) {
  .topical__text {
    font-size: 18px;
    margin-bottom: 44px;
  }
}
.topical__text p:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .topical__text p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.topical__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 106.5%;
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .topical__link {
    font-size: 22px;
  }
}
@media screen and (min-width: 1366px) {
  .topical__link {
    font-size: 18px;
  }
}

.swiper--topical {
  border-radius: 30px;
}
.swiper--topical .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}

.swiper--topical-thumb {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .swiper--topical-thumb {
    margin-bottom: 81px;
  }
}
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 6px;
}

.swiper-pagination--topical {
  position: unset;
  background-color: #EEEFFD;
  border-radius: 22px !important;
}
.swiper-pagination--topical .swiper-pagination-progressbar-fill {
  background-color: var(--primary-color) !important;
  border-radius: 22px !important;
  height: 6px;
}

.topical__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.swiper-counter {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0.15em;
  color: #8A94F3;
  margin-left: 21px;
}
@media screen and (min-width: 768px) {
  .swiper-counter {
    font-size: 36px;
    margin-left: 36px;
  }
}
@media screen and (min-width: 1366px) {
  .swiper-counter {
    margin-left: 41px;
  }
}
.swiper-counter .current-slide {
  color: var(--primary-color);
}/*# sourceMappingURL=index.css.map */