@charset "UTF-8";
/* Шрифты */
/* Фон */
/* Цвет */
/* Бордер */
/* Тень */
/* Кнопки */
*, *::before, *::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

*::before, *::after {
  border-radius: inherit;
}

a {
  display: flex;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: inherit;
}

table {
  border-collapse: collapse;
}

ol, ul {
  list-style: none;
}

select {
  outline: none;
}

input, textarea {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: inherit;
  color: inherit;
}
input::placeholder, textarea::placeholder {
  font-family: inherit;
  color: inherit;
}

textarea {
  resize: vertical;
}

details summary::-webkit-details-marker,
details summary::marker {
  display: none;
  list-style: none;
  content: "";
}

button {
  font-family: inherit;
  border: none;
  outline: none;
  cursor: pointer;
}

img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  vertical-align: middle;
}
img[alt] {
  color: #000;
}

sup, sub {
  font-size: 50%;
  line-height: 0;
}

address {
  font-style: normal;
}

iframe {
  border-radius: inherit;
}

.container {
  height: inherit;
  min-height: inherit;
}

/* Flex */
/* Grid */
/* Прижать подвал Грид */
/* Backgrounds */
/* mask-img */
/* Before, After */
/* Absolute */
/* Прижать подвал flex */
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header, footer {
  min-height: 100px;
}

main {
  flex: 1 0 auto;
}

section {
  min-height: 600px;
}

footer {
  flex: 0 0 auto;
}

.title {
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title {
    font-size: 30px;
  }
}
@media (max-width: 676px) {
  .title {
    font-size: 26px;
  }
}
@media (max-width: 425px) {
  .title {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .title {
    font-size: 20px;
  }
}
.title_main {
  text-align: left;
  white-space: pre-line;
}
.title_main_bonus-program {
  white-space: normal;
}
@media (max-width: 576px) {
  .title_main_bonus-program {
    text-align: center;
    white-space: pre-line;
  }
}
.title_welcome {
  margin-top: 60px;
}
@media (max-width: 425px) {
  .title_welcome {
    margin-top: 16px;
  }
}
.title_department {
  margin-top: 57px;
}
@media (max-width: 768px) {
  .title_department {
    margin-top: 48px;
  }
}
@media (max-width: 576px) {
  .title_department {
    margin-top: 32px;
  }
}

.text {
  margin-top: 16px;
  font-size: 23px;
  white-space: pre-line;
}
@media (max-width: 1200px) {
  .text {
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .text {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .text {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .text {
    font-size: 16px;
  }
}

.btn {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 425px;
  border-radius: 30px;
  min-height: 100px;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media (max-width: 480px) {
  .btn {
    padding: 12px;
    min-height: 80px;
    font-size: 25px !important;
  }
}
@media (max-width: 425px) {
  .btn {
    width: 100%;
    min-height: 60px;
    font-size: 20px !important;
    border-radius: 20px !important;
  }
}
@media (max-width: 375px) {
  .btn {
    min-height: 50px !important;
    font-size: 18px !important;
  }
}
.btn_promo, .btn_spend {
  padding: 4px 10px;
  width: 180px;
  min-height: 36px;
  border-radius: 12px;
  line-height: 150%;
  font-size: 18px;
  text-transform: none;
}
@media (max-width: 480px) {
  .btn_promo {
    font-size: 18px !important;
  }
}
@media (max-width: 375px) {
  .btn_promo {
    min-height: auto !important;
    font-size: 16px !important;
  }
}
.btn:hover {
  background: #fff;
}
.btn_gc {
  background: #066f4b;
}
.btn_gc:hover {
  color: #066f4b;
}
.btn_avexima {
  background: #002e6c;
}
.btn_avexima:hover {
  color: #002e6c;
}
.btn_map {
  width: 394px;
}
@media (max-width: 576px) {
  .btn_map {
    padding: 12px;
    min-height: 60px;
    font-size: 26px;
  }
}
.btn_rules {
  width: 100%;
  min-height: 70px;
  font-size: 23px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .btn_rules {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .btn_rules {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .btn_rules {
    font-size: 18px !important;
  }
}
@media (max-width: 375px) {
  .btn_rules {
    font-size: 16px !important;
  }
}
.btn_start, .btn_portal {
  width: 100%;
}
@media (max-width: 1024px) {
  .btn_portal {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .btn_portal {
    font-size: 30px;
  }
}
.btn_instruction {
  min-height: 70px;
}
@media (max-width: 991px) {
  .btn_instruction {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .btn_instruction {
    width: 95%;
  }
}
.btn_spend {
  min-height: 50px;
  font-size: 20px;
  width: 300px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .btn_spend {
    margin: 0 auto;
  }
}

.languages {
  position: sticky;
  width: 100%;
  height: 50px;
  top: 0;
  z-index: 30;
  background: #fff;
}

/* Переключатель Switcher */
.block__label__languages {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 425px) {
  .block__label__languages {
    justify-content: center;
  }
}

/* Текст чекбокса */
.label__languages {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

/* Стандартный чекбокс */
.default__languages {
  display: none;
}

.custom__checkbox__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Кастомный чекбокс */
.custom__languages {
  position: relative;
  display: block;
  width: 60px;
  height: 30px;
  background: #066f4b;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 34px;
  box-shadow: 0 3px 3px #000;
  /* Внутренний круг */
}
.custom__languages::before {
  display: flex;
  position: absolute;
  content: "";
  top: 2px;
  left: 5px;
  background: #fff;
  width: 25px;
  height: 25px;
  transition: 0.5s;
  border-radius: 50%;
  box-shadow: 0 3px 3px #000;
}

/* При состоянии checked - показываем внутренний чекбокс */
.default__languages:checked + .custom__checkbox__wrapper > .custom__languages {
  background: #002e6c;
}

/* При состоянии checked - показываем внутренний чекбокс */
.default__languages:checked + .custom__checkbox__wrapper > .custom__languages::before {
  background: #fff;
}

/* При состоянии checked - показываем внутренний чекбокс */
.default__languages:checked + .custom__checkbox__wrapper > .custom__languages::before {
  transform: translateX(26px);
}

.default__languages:not(:checked) + .custom__checkbox__wrapper .label__languages:first-child {
  color: #066f4b;
}
.default__languages:not(:checked) + .custom__checkbox__wrapper .label__languages:last-child {
  color: #000;
}

.default__languages:checked + .custom__checkbox__wrapper .label__languages:first-child {
  color: #000;
}
.default__languages:checked + .custom__checkbox__wrapper .label__languages:last-child {
  color: #002e6c;
}

.burger__menu {
  display: none;
}
@media (max-width: 991px) {
  .burger__menu {
    position: absolute;
    top: 50%;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    z-index: 22;
  }
}
@media (max-width: 676px) {
  .burger__menu {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 425px) {
  .burger__menu {
    width: 30px;
    height: 30px;
  }
}
.burger__menu__line {
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 100px;
}
.burger__menu__line_gc {
  background: #000;
}
.burger__menu__line_avexima {
  background: #002e6c;
}
.burger__menu .active__line {
  transition: 0.5s all;
}
.burger__menu .active__line:first-child {
  top: 8px;
  transform: rotate(45deg);
}
@media (max-width: 676px) {
  .burger__menu .active__line:first-child {
    top: 7px;
  }
}
@media (max-width: 425px) {
  .burger__menu .active__line:first-child {
    top: 5px;
  }
}
.burger__menu .active__line:nth-child(2) {
  display: none;
}
.burger__menu .active__line:last-child {
  top: -10px;
  transform: rotate(-45deg);
}
@media (max-width: 676px) {
  .burger__menu .active__line:last-child {
    top: -7px;
  }
}
@media (max-width: 425px) {
  .burger__menu .active__line:last-child {
    top: -6px;
  }
}

.header {
  position: sticky;
  top: 50px;
  z-index: 100;
  min-height: 120px;
  border-bottom: 2px solid;
}
@media (max-width: 991px) {
  .header {
    min-height: 80px;
  }
}
@media (max-width: 425px) {
  .header {
    min-height: 60px;
  }
}
.header_gc {
  background: rgba(6, 111, 75, 0.5019607843);
  backdrop-filter: blur(20px);
  border-bottom: 2px solid #000;
}
.header_avexima {
  background: #c2d8ff;
}
.header__main__wrapper, .header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: inherit;
}
.header__wrapper {
  width: 70%;
}
@media (max-width: 1200px) {
  .header__wrapper {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .header__wrapper {
    padding: 15px 0;
    position: absolute;
    top: -20dvh;
    left: 0;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    height: 85dvh;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
    z-index: 20;
  }
}
@media (max-width: 991px) {
  .header__wrapper_gc {
    background: #066f4b;
  }
}
@media (max-width: 991px) {
  .header__wrapper_avexima {
    background: #c2d8ff;
  }
}
.header__wrapper.header__mobile__active {
  top: 97px;
  opacity: 1;
  pointer-events: all;
  transition: 0.3s all;
}
@media (max-width: 425px) {
  .header__wrapper.header__mobile__active {
    top: 82px;
  }
}
.header__left {
  width: 173px;
  min-height: 36px;
}
.header__logo {
  width: inherit;
  height: 95px;
}
.header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .header__logo {
    position: relative;
    z-index: 22;
  }
}
@media (max-width: 425px) {
  .header__logo {
    padding: 10px 0;
    height: 80px;
  }
}
.header__nav {
  min-width: 100%;
}
@media (max-width: 991px) {
  .header__nav {
    min-width: auto;
    width: 100%;
    display: grid;
  }
}
@media (max-width: 425px) {
  .header__nav {
    width: 90%;
  }
}
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: inherit;
}
@media (max-width: 991px) {
  .header__menu {
    flex-direction: column;
    width: auto;
    gap: 40px;
  }
}
@media (max-width: 425px) {
  .header__menu {
    align-items: flex-start;
  }
}
.header__list {
  position: relative;
}
.header__link {
  font-weight: 500;
  font-size: 15px;
  line-height: 333%;
  text-align: center;
}
.header__link:hover {
  color: #fff;
}
@media (max-width: 1200px) {
  .header__link {
    line-height: 150%;
  }
}
@media (max-width: 1024px) {
  .header__link {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header__link {
    font-size: 18px;
  }
}
.header__link_gc {
  color: #000;
}

.welcome {
  position: relative;
  margin-top: 64px;
  border-radius: 70px;
  min-height: 520px;
  padding: 51px 164px 65px 204px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1100px) {
  .welcome {
    padding: 64px 96px;
  }
}
@media (max-width: 991px) {
  .welcome {
    padding: 64px 50px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .welcome {
    border-radius: 30px;
  }
}
@media (max-width: 676px) {
  .welcome {
    padding: 48px 36px;
  }
}
@media (max-width: 576px) {
  .welcome {
    padding: 36px;
  }
}
@media (max-width: 480px) {
  .welcome {
    margin-top: 48px;
    padding: 32px 24px;
  }
}
@media (max-width: 425px) {
  .welcome {
    margin-top: 32px;
    padding: 32px 16px;
    border-radius: 20px;
  }
}
.welcome::before {
  display: flex;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.welcome_gc {
  background: url("img/welcome-gc.png") no-repeat center/cover;
}
.welcome_gc::before {
  background: rgba(6, 111, 75, 0.5019607843);
}
.welcome_avexima {
  background: url("img/welcome-avexima.png") no-repeat center/cover;
}
.welcome_avexima::before {
  background: #c2d8ff;
}
.welcome__text {
  margin-top: 54px;
  font-size: 23px;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .welcome__text {
    font-size: 22px;
    margin-top: 48px;
  }
}
@media (max-width: 576px) {
  .welcome__text {
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .welcome__text {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .welcome__text {
    margin-top: 16px;
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .welcome__text {
    font-size: 16px;
  }
}

.about {
  padding-top: 64px;
}
@media (max-width: 425px) {
  .about {
    padding-top: 32px;
  }
}
.about__wrapper {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 0.1fr) 0.6fr;
  gap: 16px;
}
@media (max-width: 991px) {
  .about__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about__item {
  display: flex;
  align-items: center;
  min-height: 186px;
  border-radius: 32px;
  padding: 32px 26px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .about__item {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .about__item {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .about__item {
    width: 100%;
    min-height: 160px;
  }
}
.about__item:nth-child(1) {
  grid-column: span 3;
}
@media (max-width: 991px) {
  .about__item:nth-child(1) {
    height: 186px;
  }
}
@media (max-width: 576px) {
  .about__item:nth-child(1) {
    height: 160px;
  }
}
.about__item:nth-child(2) {
  grid-column: span 2;
}
.about__item:nth-child(3) {
  grid-column: span 4;
}
.about__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.about__item_gc:first-child {
  background: #066f4b;
}
.about__item_avexima {
  background: #c2d8ff;
}
.about__item_avexima:first-child {
  background: #002e6c;
}
.about__item img {
  height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__text {
  font-weight: normal;
  line-height: 138%;
  font-size: 20px;
  white-space: pre-line;
}
@media (max-width: 1200px) {
  .about__text {
    white-space: normal;
  }
}
@media (max-width: 991px) {
  .about__text {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .about__text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .about__text {
    font-size: 16px;
  }
}
.about__text span {
  font-weight: 700;
}

.department {
  padding-top: 95px;
}
@media (max-width: 991px) {
  .department {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .department {
    padding-top: 32px;
  }
}
.department__wrapper {
  margin-top: 36px;
  display: grid;
  gap: 36px;
}
@media (max-width: 991px) {
  .department__wrapper {
    margin-top: 64px;
  }
}
.department__item {
  display: flex;
  align-items: center;
  margin-left: 150px;
}
@media (max-width: 1100px) {
  .department__item {
    margin-left: 100px;
  }
}
@media (max-width: 991px) {
  .department__item {
    margin-left: 64px;
  }
}
@media (max-width: 768px) {
  .department__item {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .department__item {
    flex-direction: column;
    gap: 32px;
  }
}
.department__img {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 425px) {
  .department__img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 375px) {
  .department__img {
    width: 100px;
    height: 100px;
  }
}
.department__description {
  margin-left: 80px;
}
@media (max-width: 768px) {
  .department__description {
    margin-left: 60px;
  }
}
@media (max-width: 676px) {
  .department__description {
    margin-left: 40px;
  }
}
@media (max-width: 576px) {
  .department__description {
    margin-left: 0;
    text-align: center;
  }
}
.department__name {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 25px;
}
@media (max-width: 991px) {
  .department__name {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .department__name {
    font-size: 24px;
  }
}
@media (max-width: 676px) {
  .department__name {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .department__name {
    align-items: center;
  }
}
.department__name span {
  background: rgba(165, 65, 150, 0.5019607843);
  color: #a54196;
  font-weight: 700;
  font-size: 16px;
  line-height: 138%;
  border-radius: 24px;
  padding: 4px 12px;
  width: 170px;
  text-align: center;
}
.department__text {
  font-size: 23px;
  margin-top: 10px;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .department__text {
    font-size: 22px;
  }
}
@media (max-width: 676px) {
  .department__text {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .department__text {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .department__text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .department__text {
    font-size: 16px;
  }
}

.steps {
  padding-top: 77px;
}
@media (max-width: 991px) {
  .steps {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .steps {
    padding-top: 32px;
  }
}
.steps__wrapper {
  margin-top: 27px;
}
.steps__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 90px;
  min-height: 211px;
  border-radius: 40px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
  font-size: 25px;
}
@media (max-width: 991px) {
  .steps__item {
    padding: 20px 64px;
  }
}
@media (max-width: 768px) {
  .steps__item {
    padding: 20px 48px;
  }
}
@media (max-width: 576px) {
  .steps__item {
    padding: 20px 32px;
    font-size: 22px;
    border-radius: 30px;
  }
}
@media (max-width: 480px) {
  .steps__item {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .steps__item {
    padding: 20px;
    font-size: 18px;
    border-radius: 20px;
  }
}
@media (max-width: 375px) {
  .steps__item {
    font-size: 16px;
  }
}
.steps__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.steps__item_avexima {
  background: #c2d8ff;
}
.steps__text:nth-child(3) {
  margin-top: 30px;
}
.steps__info {
  margin-top: 38px;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}
@media (max-width: 425px) {
  .steps__info {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .steps__info {
    font-size: 18px;
  }
}

.programs {
  padding-top: 75px;
}
@media (max-width: 991px) {
  .programs {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .programs {
    padding-top: 32px;
  }
}
.programs__wrapper {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .programs__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 425px) {
  .programs__wrapper {
    margin-top: 32px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.programs__item {
  min-height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .programs__item {
    gap: 32px;
    min-height: auto;
  }
}
@media (max-width: 425px) {
  .programs__item {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .programs__item:last-child {
    align-self: center;
    grid-column: span 2;
  }
}
.programs__item:last-child .programs__img {
  margin-top: 25%;
  width: 201px;
  height: 36px;
}
@media (max-width: 991px) {
  .programs__item:last-child .programs__img {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .programs__item:last-child .programs__img {
    width: auto;
  }
}
.programs__img {
  width: 110px;
  height: 110px;
}
@media (max-width: 480px) {
  .programs__img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 425px) {
  .programs__img {
    width: 60px;
    height: 60px;
  }
}
.programs__text {
  font-weight: 700;
  font-size: 25px;
}
@media (max-width: 425px) {
  .programs__text {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .programs__text {
    font-size: 18px;
  }
}

.contacts {
  padding-top: 75px;
}
@media (max-width: 991px) {
  .contacts {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .contacts {
    padding-top: 32px;
  }
}
.contacts__additional__info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 38px 165px;
  margin-top: 83px;
  border-radius: 40px;
  min-height: 150px;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
  color: #a54196;
}
.contacts__additional__info::before {
  display: flex;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(165, 65, 150, 0.5019607843);
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media (max-width: 991px) {
  .contacts__additional__info {
    margin-top: 64px;
    padding: 38px 64px;
  }
}
@media (max-width: 576px) {
  .contacts__additional__info {
    padding: 32px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .contacts__additional__info {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .contacts__additional__info {
    padding: 20px;
    margin-top: 32px;
    border-radius: 20px;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .contacts__additional__info {
    font-size: 18px;
  }
}

.accordeon {
  width: 100%;
  margin: 0 auto;
}
.accordeon_dress__code {
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
.accordeon__wrapper {
  margin-top: 51px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 425px) {
  .accordeon__wrapper {
    gap: 32px;
    margin-top: 32px;
  }
}
.accordeon__item {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  border-radius: 30px;
  min-height: 100px;
  padding-left: 94px;
  position: relative;
  cursor: pointer;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .accordeon__item {
    padding-left: 64px;
  }
}
@media (max-width: 991px) {
  .accordeon__item {
    padding-left: 56px;
  }
}
@media (max-width: 576px) {
  .accordeon__item {
    padding: 32px;
  }
}
@media (max-width: 425px) {
  .accordeon__item {
    padding: 20px;
    min-height: 80px;
    border-radius: 20px;
  }
}
.accordeon__item::after {
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 425px) {
  .accordeon__item::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 375px) {
  .accordeon__item::after {
    width: 30px;
    height: 30px;
  }
}
.accordeon__item_dress__code_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.accordeon__item_dress__code_avexima {
  background: #c2d8ff;
}
.accordeon__item_dress__code::after {
  display: flex;
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
}
@media (max-width: 425px) {
  .accordeon__item_dress__code::after {
    top: 90%;
    right: -10px;
  }
}
.accordeon__item_dress__code_gc::after {
  background: url("icons/gc-accordeon-cursor.svg") no-repeat center/cover;
}
.accordeon__item_dress__code_avexima::after {
  background: url("icons/avexima-accordeon-cursor.svg") no-repeat center/cover;
}
.accordeon__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.accordeon__item_gc::after {
  background: url("icons/gc-accordeon-icon.svg") no-repeat center/50%, #fff;
}
.accordeon__item_avexima {
  background: #c2d8ff;
}
.accordeon__item_avexima::after {
  background: url("icons/avexima-accordeon-icon.svg") no-repeat center/50%, #fff;
}
.accordeon__header {
  width: 90%;
  font-size: 25px;
}
@media (max-width: 576px) {
  .accordeon__header {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .accordeon__header {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .accordeon__header {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .accordeon__header {
    font-size: 16px !important;
  }
}
.accordeon__header_dress__code {
  width: 100%;
  font-size: 23px;
}
@media (max-width: 576px) {
  .accordeon__header_dress__code {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .accordeon__header_dress__code {
    font-size: 18px;
  }
}
.accordeon__header__span {
  font-weight: 400;
}
.accordeon__description {
  display: none;
  margin-top: 83px;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1200px) {
  .accordeon__description {
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .accordeon__description {
    margin-top: 64px;
  }
}
@media (max-width: 425px) {
  .accordeon__description {
    margin-top: 32px;
  }
}
.accordeon__description__item {
  padding: 18px 9px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 250px;
  min-height: 320px;
  border-radius: 50px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .accordeon__description__item {
    border-radius: 30px;
  }
}
@media (max-width: 480px) {
  .accordeon__description__item {
    width: 220px;
    min-height: 280px;
  }
}
@media (max-width: 425px) {
  .accordeon__description__item {
    width: 200px;
    min-height: 250px;
    border-radius: 20px !important;
  }
}
.accordeon__description__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.accordeon__description__item_avexima {
  background: #c2d8ff;
}
.accordeon__description__item_dress__code {
  padding: 0;
  min-height: auto;
  height: 320px;
  border-radius: 30px;
  background: transparent;
}
@media (max-width: 1024px) {
  .accordeon__description__item_dress__code {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .accordeon__description__item_dress__code {
    height: 320px;
  }
}
@media (max-width: 576px) {
  .accordeon__description__item_dress__code {
    width: 250px;
  }
}
@media (max-width: 425px) {
  .accordeon__description__item_dress__code {
    width: 200px;
    height: 265px;
  }
}
.accordeon__description__img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 425px) {
  .accordeon__description__img {
    width: 100px;
    height: 100px;
  }
}
.accordeon__description__info {
  margin-top: 5px;
  display: grid;
  justify-items: center;
  gap: 8px;
  font-size: 16px;
}
@media (max-width: 425px) {
  .accordeon__description__info {
    font-size: 14px;
  }
}
.accordeon__description__header {
  text-align: center;
}
.accordeon__description__text {
  text-align: center;
  white-space: pre-line;
}
.accordeon__description_dress__code {
  margin: 30px;
  gap: 33px;
}
.accordeon .accordeon-active {
  display: flex;
}
@media (max-width: 991px) {
  .accordeon .accordeon-active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    gap: 64px;
  }
}
.accordeon .accordeon-active с {
  gap: 32px;
}
@media (max-width: 576px) {
  .accordeon .accordeon-active {
    grid-template-columns: 1fr;
  }
}
.accordeon .accordeon-active-icon::after {
  border-radius: 50%;
  transform: rotate(180deg) translateY(50%);
}
.accordeon__item_dress__code_gc.accordeon-active-icon::after, .accordeon__item_dress__code_avexima.accordeon-active-icon::after {
  transform: translateY(-50%);
}

.map {
  padding-top: 133px;
}
@media (max-width: 991px) {
  .map {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .map {
    padding-top: 32px;
  }
}
.map__wrapper {
  margin-top: 53px;
}
@media (max-width: 576px) {
  .map__wrapper {
    margin-top: 32px;
  }
}
.map__block__btn {
  margin-top: 95px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .map__block__btn {
    margin-top: 64px;
  }
}
@media (max-width: 425px) {
  .map__block__btn {
    margin-top: 32px;
  }
}
.map__info {
  margin-top: 113px;
}
@media (max-width: 991px) {
  .map__info {
    margin-top: 64px;
  }
}
@media (max-width: 425px) {
  .map__info {
    margin-top: 32px;
  }
}
.map__info__wrapper {
  margin-top: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 132px;
}
@media (max-width: 991px) {
  .map__info__wrapper {
    justify-content: space-around;
    gap: 32px;
  }
}
@media (max-width: 576px) {
  .map__info__wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 425px) {
  .map__info__wrapper {
    margin-top: 32px;
  }
}
.map__info__wrapper_big {
  margin-top: 82px;
  flex-direction: column;
  gap: 37px;
}
@media (max-width: 991px) {
  .map__info__wrapper_big {
    margin-top: 64px;
  }
}
@media (max-width: 425px) {
  .map__info__wrapper_big {
    margin-top: 32px;
  }
}
.map__info__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 160px;
  height: 160px;
  border-radius: 30px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .map__info__item {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .map__info__item {
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }
}
@media (max-width: 425px) {
  .map__info__item {
    padding: 0;
    width: 80px;
    height: 80px;
  }
}
.map__info__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 425px) {
  .map__info__item img {
    width: 80%;
    height: 60%;
  }
}
.map__info__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.map__info__item_avexima {
  background: #c2d8ff;
}
.map__item {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  border-radius: 30px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
  font-size: 23px;
  text-align: center;
}
@media (max-width: 576px) {
  .map__item {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .map__item {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .map__item {
    font-size: 18px;
    min-height: 80px;
    border-radius: 20px;
  }
}
@media (max-width: 375px) {
  .map__item {
    font-size: 16px;
  }
}
.map__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.map__item_avexima {
  background: #c2d8ff;
}

.organisations {
  padding-top: 74px;
}
@media (max-width: 991px) {
  .organisations {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .organisations {
    padding-top: 32px;
  }
}
.organisations__wrapper {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
}
@media (max-width: 991px) {
  .organisations__wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  .organisations__wrapper {
    margin-top: 32px;
  }
}
.organisations__accordeon {
  width: 400px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 30px;
}
@media (max-width: 576px) {
  .organisations__accordeon {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .organisations__accordeon {
    min-height: 80px;
    border-radius: 20px;
  }
}
.organisations__accordeon__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 145px;
  background: #fff;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 425px) {
  .organisations__accordeon__item {
    height: 80px;
    min-height: 80px;
    padding: 5px;
  }
}
.organisations__accordeon__item::after {
  display: flex;
  position: absolute;
  content: "";
  top: 100%;
  right: -20px;
}
@media (max-width: 576px) {
  .organisations__accordeon__item::after {
    right: 0;
  }
}
@media (max-width: 425px) {
  .organisations__accordeon__item::after {
    top: 95%;
  }
}
.organisations__accordeon__item_gc::after {
  background: url("icons/gc-accordeon-cursor.svg") no-repeat center/cover;
}
.organisations__accordeon__item_avexima::after {
  background: url("icons/avexima-accordeon-cursor.svg") no-repeat center/cover;
}
.organisations__accordeon__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.organisations__accordeon__header {
  text-transform: uppercase;
  font-size: 35px;
  text-align: center;
}
@media (max-width: 425px) {
  .organisations__accordeon__header {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .organisations__accordeon__header {
    font-size: 26px;
  }
}
.organisations__accordeon:nth-child(2) .organisations__title::after {
  width: 38px;
  height: 38px;
  display: flex;
  position: absolute;
  content: "";
  top: 0;
  right: -45px;
}
@media (max-width: 375px) {
  .organisations__accordeon:nth-child(2) .organisations__title::after {
    width: 26px;
    height: 26px;
  }
}
.organisations__accordeon:nth-child(2) .organisations__title_gc::after {
  background: url("icons/gc-restaurant.svg") no-repeat center/cover;
}
.organisations__accordeon:nth-child(2) .organisations__title_avexima::after {
  background: url("icons/avexima-restaurant.svg") no-repeat center/cover;
}
.organisations__accordeon:nth-child(3) .organisations__title::after {
  width: 30px;
  height: 38px;
  display: flex;
  position: absolute;
  content: "";
  top: 0;
  right: -40px;
}
@media (max-width: 375px) {
  .organisations__accordeon:nth-child(3) .organisations__title::after {
    width: 26px;
    height: 32px;
    top: -6px !important;
  }
}
.organisations__accordeon:nth-child(3) .organisations__title_gc::after {
  background: url("icons/gc-cafe.svg") no-repeat center/cover;
}
.organisations__accordeon:nth-child(3) .organisations__title_avexima::after {
  background: url("icons/avexima-cafe.svg") no-repeat center/cover;
}
.organisations__accordeon:last-child .organisations__title::after {
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  content: "";
  top: 0;
  right: -45px;
}
@media (max-width: 375px) {
  .organisations__accordeon:last-child .organisations__title::after {
    width: 26px;
    height: 26px;
  }
}
.organisations__accordeon:last-child .organisations__title_gc::after {
  background: url("icons/gc-dining-room.svg") no-repeat center/cover;
}
.organisations__accordeon:last-child .organisations__title_avexima::after {
  background: url("icons/avexima-dining-room.svg") no-repeat center/cover;
}
.organisations__accordeon__description {
  margin-top: 25px;
  padding: 30px;
  padding-top: 0;
  flex-direction: column;
  gap: 0;
}
.organisations__title, .organisations__menu {
  font-size: 25px;
}
@media (max-width: 425px) {
  .organisations__title, .organisations__menu {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .organisations__title, .organisations__menu {
    font-size: 18px;
  }
}
.organisations__menu {
  margin-top: 10px;
  padding-left: 40px;
  list-style: disc;
}
@media (max-width: 425px) {
  .organisations__menu {
    padding-left: 30px;
  }
}
.organisations__title {
  position: relative;
}
.organisations__title::after {
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  content: "";
  top: 0;
  right: -40px;
}
@media (max-width: 425px) {
  .organisations__title::after {
    top: -6px !important;
  }
}
@media (max-width: 375px) {
  .organisations__title::after {
    width: 26px;
    height: 24px;
    top: 0 !important;
  }
}
.organisations__title_gc::after {
  background: url("icons/gc-supermarket.svg") no-repeat center/cover;
}
.organisations__title_avexima::after {
  background: url("icons/avexima-supermarket.svg") no-repeat center/cover;
}
.organisations .accordeon-active {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.organisations .accordeon-active-icon::after {
  display: flex;
  position: absolute;
  content: "";
  top: 80%;
  right: -20px;
  transform: unset;
}
@media (max-width: 576px) {
  .organisations .accordeon-active-icon::after {
    right: 0;
  }
}

.rules {
  padding-top: 62px;
  position: relative;
}
@media (max-width: 425px) {
  .rules {
    padding-top: 32px;
  }
}
.rules__wrapper {
  margin-top: 51px;
  display: grid;
  gap: 54px;
}
@media (max-width: 425px) {
  .rules__wrapper {
    margin-top: 32px;
    gap: 32px;
  }
}
.rules__item {
  display: flex;
  justify-content: space-between;
  padding: 29px 57px;
  border-radius: 50px;
  min-height: 353px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .rules__item {
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .rules__item {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .rules__item {
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .rules__item {
    border-radius: 30px;
  }
}
@media (max-width: 425px) {
  .rules__item {
    border-radius: 20px;
    padding: 25px;
  }
}
@media (max-width: 375px) {
  .rules__item {
    gap: 16px;
  }
}
.rules__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.rules__item_avexima {
  background: #c2d8ff;
}
.rules__info {
  width: 661px;
}
@media (max-width: 1200px) {
  .rules__info {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .rules__info {
    width: 100%;
  }
}
.rules__img {
  width: 280px;
  height: 280px;
}
@media (max-width: 768px) {
  .rules__img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 576px) {
  .rules__img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .rules__img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 375px) {
  .rules__img {
    width: 120px;
    height: 120px;
  }
}
.rules__title {
  font-size: 30px;
}
@media (max-width: 991px) {
  .rules__title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .rules__title {
    font-size: 28px;
  }
}
@media (max-width: 676px) {
  .rules__title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .rules__title {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .rules__title {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .rules__title {
    font-size: 18px;
  }
}
.rules__text {
  margin-top: 10px;
  font-size: 25px;
  white-space: pre-line;
}
@media (max-width: 1200px) {
  .rules__text {
    white-space: normal;
  }
}
@media (max-width: 991px) {
  .rules__text {
    text-align: center;
  }
}
@media (max-width: 676px) {
  .rules__text {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .rules__text {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .rules__text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .rules__text {
    font-size: 16px;
  }
}
.rules__block__btn {
  margin-top: 36px;
  width: 501px;
}
@media (max-width: 991px) {
  .rules__block__btn {
    margin: 36px auto 0;
  }
}
@media (max-width: 576px) {
  .rules__block__btn {
    width: 100%;
  }
}
.rules__modal {
  padding: 23px;
  padding-left: 27px;
  position: absolute;
  top: -20vh;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  width: 550px;
  min-height: 750px;
  background: #fff;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
@media (max-width: 576px) {
  .rules__modal {
    width: 95%;
    min-height: auto;
    height: 600px;
    overflow-y: scroll;
  }
}
@media (max-width: 425px) {
  .rules__modal {
    border-radius: 20px;
  }
}
.rules__modal::-webkit-scrollbar {
  width: 0;
}
.rules__modal__title {
  font-size: 23px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .rules__modal__title {
    width: 92%;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .rules__modal__title {
    font-size: 17px;
  }
}
@media (max-width: 425px) {
  .rules__modal__title {
    font-size: 15px;
  }
}
.rules__modal__subtitle {
  margin-top: 8px;
  font-size: 16px;
  white-space: pre-line;
}
@media (max-width: 576px) {
  .rules__modal__subtitle {
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .rules__modal__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .rules__modal__subtitle {
    font-size: 12px;
  }
}
.rules__modal__wrapper {
  margin-top: 19px;
  display: grid;
  gap: 15px;
}
.rules__modal__item {
  position: relative;
}
.rules__modal__item:first-child .rules__modal__menu__title::after {
  display: flex;
  position: absolute;
  content: "";
  top: -5px;
  left: 54px;
  width: 32px;
  height: 26px;
  background: url("icons/mail.png") no-repeat center/cover;
}
.rules__modal__item:nth-child(2) .rules__modal__menu__title::after {
  display: flex;
  position: absolute;
  content: "";
  top: -8px;
  left: 45px;
  width: 30px;
  height: 30px;
  background: url("icons/office.png") no-repeat center/cover;
}
.rules__modal__item:nth-child(3) .rules__modal__menu__title::after {
  display: flex;
  position: absolute;
  content: "";
  top: -2px;
  left: 72px;
  width: 23px;
  height: 26px;
  background: url("icons/message.png") no-repeat center/cover;
}
.rules__modal__item:last-child .rules__modal__menu__title::after {
  display: flex;
  position: absolute;
  content: "";
  top: -3px;
  left: 116px;
  width: 28px;
  height: 28px;
  background: url("icons/cross.png") no-repeat center/cover;
}
.rules__modal__menu__title {
  font-size: 15px;
}
@media (max-width: 425px) {
  .rules__modal__menu__title {
    font-size: 14px;
  }
}
.rules__modal__menu {
  font-size: 14px;
  list-style: disc;
  padding-left: 30px;
}
.rules__modal__close {
  position: absolute;
  top: 20px;
  right: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media (max-width: 425px) {
  .rules__modal__close {
    top: 14px;
    right: 10px;
  }
}
.rules__modal__close::before {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 25px;
  width: inherit;
  height: inherit;
}
.rules__modal__close_gc::before {
  background: url("icons/gc-close.svg") no-repeat center/50%;
}
.rules__modal__close_avexima::before {
  background: url("icons/avexima-close.svg") no-repeat center/50%;
}

.active-modal {
  top: 80px;
  opacity: 1;
  pointer-events: all;
  transition: 0.3s all;
}

.work {
  padding-top: 85px;
}
@media (max-width: 991px) {
  .work {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .work {
    padding-top: 32px;
  }
}
.work__wrapper {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 268px);
  gap: 52px;
}
@media (max-width: 1300px) {
  .work__wrapper {
    gap: 32px;
  }
}
@media (max-width: 1200px) {
  .work__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 425px) {
  .work__wrapper {
    margin-top: 32px;
  }
}
.work__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  padding-bottom: 34px;
  min-height: 340px;
  border-radius: 50px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .work__item {
    width: 50%;
    margin-right: 0 !important;
    flex-direction: column !important;
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .work__item {
    width: 65%;
    min-height: auto;
    padding: 25px !important;
  }
}
@media (max-width: 768px) {
  .work__item {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .work__item {
    width: 100%;
    border-radius: 30px;
  }
}
@media (max-width: 425px) {
  .work__item {
    border-radius: 20px;
  }
}
@media (max-width: 375px) {
  .work__item {
    gap: 16px;
  }
}
.work__item_empty {
  position: relative;
  background: url("img/work/work-bg.png") no-repeat center/cover;
  grid-column: span 2;
  margin-right: 36px;
}
.work__item_empty::before {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 1200px) {
  .work__item_empty {
    display: none;
  }
}
.work__item_empty_gc::before {
  background: rgba(6, 111, 75, 0.5019607843);
}
.work__item_empty_avexima::before {
  background: #c2d8ff;
}
.work__item:last-child {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  padding: 25px 52px;
  grid-column: span 3;
  margin-right: 32px;
}
.work__item:last-child .work__info {
  width: 538px;
}
@media (max-width: 1200px) {
  .work__item:last-child .work__info {
    width: 100%;
  }
}
.work__item:last-child .work__img {
  width: 163px;
  height: 238px;
}
@media (max-width: 425px) {
  .work__item:last-child .work__img {
    width: 120px;
    height: 220px;
  }
}
@media (max-width: 375px) {
  .work__item:last-child .work__img {
    width: 100px;
    height: 200px;
  }
}
.work__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.work__item_avexima {
  background: #c2d8ff;
}
.work__title, .work__text {
  font-size: 22px;
}
@media (max-width: 1200px) {
  .work__title, .work__text {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .work__title, .work__text {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .work__title, .work__text {
    font-size: 18px;
  }
}
.work__text {
  margin-top: 13px;
  white-space: pre-line;
}
@media (max-width: 1200px) {
  .work__text {
    white-space: normal;
  }
}
@media (max-width: 425px) {
  .work__text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .work__text {
    font-size: 16px;
  }
}
.work__img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  filter: drop-shadow(5px 3px 9px #000);
}
@media (max-width: 425px) {
  .work__img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 375px) {
  .work__img {
    width: 100px;
    height: 100px;
  }
}

.dress__code {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .dress__code {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .dress__code {
    padding-top: 32px;
  }
}
.dress__code__wrapper {
  margin-top: 51px;
}
@media (max-width: 425px) {
  .dress__code__wrapper {
    margin-top: 32px;
  }
}
.dress__code__info {
  font-size: 25px;
  text-align: center;
}
@media (max-width: 991px) {
  .dress__code__info {
    margin-top: 36px;
  }
}
@media (max-width: 576px) {
  .dress__code__info {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .dress__code__info {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .dress__code__info {
    font-size: 16px;
  }
}
.dress__code__text {
  white-space: pre-line;
}
@media (max-width: 991px) {
  .dress__code__text {
    white-space: normal;
  }
}

.salary {
  padding-top: 91px;
}
@media (max-width: 991px) {
  .salary {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .salary {
    padding-top: 32px;
  }
}
.salary__wrapper {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 991px) {
  .salary__wrapper {
    gap: 32px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  .salary__wrapper {
    margin-top: 32px;
  }
}
.salary__item {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  min-height: 100px;
  font-size: 25px;
  text-align: center;
}
@media (max-width: 576px) {
  .salary__item {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .salary__item {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .salary__item {
    font-size: 18px;
    min-height: 80px;
  }
}
@media (max-width: 425px) {
  .salary__item {
    border-radius: 20px;
  }
}
@media (max-width: 375px) {
  .salary__item {
    font-size: 16px;
  }
}
.salary__item:nth-child(3), .salary__item:nth-child(6), .salary__item:last-child {
  grid-column: span 2;
}
.salary__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.salary__item_avexima {
  background: #c2d8ff;
}
.salary__text {
  display: table;
  white-space: pre-line;
}
@media (max-width: 991px) {
  .salary__text {
    display: block;
    white-space: normal;
  }
}

.corporate {
  padding: 94px 0;
}
@media (max-width: 991px) {
  .corporate {
    padding: 64px 0;
  }
}
@media (max-width: 425px) {
  .corporate {
    padding: 32px 0;
  }
}
.corporate__wrapper {
  margin-top: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .corporate__wrapper {
    flex-direction: column;
    gap: 64px;
  }
}
@media (max-width: 425px) {
  .corporate__wrapper {
    margin-top: 32px;
    gap: 32px;
  }
}
.corporate__item {
  padding: 32px 45px;
  width: 45.5%;
  min-height: 374px;
  border-radius: 30px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .corporate__item {
    width: 48%;
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .corporate__item {
    width: 65%;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .corporate__item {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .corporate__item {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .corporate__item {
    padding: 24px;
    border-radius: 20px;
  }
}
.corporate__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.corporate__item_avexima {
  background: #c2d8ff;
}
.corporate__img {
  position: relative;
  border-radius: 20px;
  width: 428px;
  height: 209px;
  z-index: 1;
}
@media (max-width: 1100px) {
  .corporate__img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .corporate__img {
    height: 300px;
  }
}
@media (max-width: 676px) {
  .corporate__img {
    height: 250px;
  }
}
@media (max-width: 425px) {
  .corporate__img {
    height: 200px;
  }
}
@media (max-width: 375px) {
  .corporate__img {
    height: 180px;
  }
}
.corporate__img::after {
  display: flex;
  position: absolute;
  content: "";
  top: 14px;
  left: 11px;
  background: #fff;
  width: 439px;
  height: 215px;
  z-index: -1;
}
@media (max-width: 1100px) {
  .corporate__img::after {
    width: 100%;
    top: 16px;
    left: 16px;
  }
}
@media (max-width: 991px) {
  .corporate__img::after {
    height: 300px;
  }
}
@media (max-width: 676px) {
  .corporate__img::after {
    height: 250px;
  }
}
@media (max-width: 425px) {
  .corporate__img::after {
    height: 200px;
  }
}
@media (max-width: 375px) {
  .corporate__img::after {
    height: 180px;
  }
}
.corporate__link {
  justify-content: center;
  margin-top: 35px;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}
.corporate__link:hover {
  color: #fff;
}
@media (max-width: 1100px) {
  .corporate__link {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  .corporate__link {
    font-size: 22px;
  }
}
@media (max-width: 676px) {
  .corporate__link {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  .corporate__link {
    font-size: 19px;
  }
}
@media (max-width: 425px) {
  .corporate__link {
    font-size: 17px;
  }
}
@media (max-width: 375px) {
  .corporate__link {
    font-size: 16px;
  }
}
.corporate__block__btn {
  margin-top: 74px;
  display: flex;
  justify-content: center;
}
@media (max-width: 425px) {
  .corporate__block__btn {
    margin-top: 32px;
  }
}

.footer {
  padding: 60px 0;
  min-height: 150px;
}
@media (max-width: 425px) {
  .footer {
    padding: 34px 0 26px 0;
  }
}
.footer_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.footer_avexima {
  background: #c2d8ff;
}
.footer__wrapper {
  display: grid;
}
@media (max-width: 1200px) {
  .footer__wrapper {
    grid-template: auto/repeat(2, 1fr);
  }
}
.footer__logo {
  width: 173px;
  height: 95px;
}
.footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .footer__logo {
    grid-column: span 2;
    justify-self: center;
  }
}
.footer__text {
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  grid-column: 3;
  text-align: right;
}
@media (max-width: 1200px) {
  .footer__text {
    grid-column: span 2;
    grid-row: 5;
    justify-self: center;
  }
}
.footer__text_right {
  margin-top: 15px;
  grid-column: 3;
  white-space: pre-line;
}
@media (max-width: 1200px) {
  .footer__text_right {
    grid-row: 4;
    grid-column: span 2;
    text-align: center;
  }
}
.footer__block__links {
  display: grid;
  gap: 10px;
}
@media (max-width: 1200px) {
  .footer__block__links {
    margin-top: 42px;
    grid-column: span 2;
    justify-self: center;
  }
}
.footer__additional__link {
  text-decoration: underline;
  font-weight: 700;
  font-size: 11px;
  line-height: 218%;
}
.footer__additional__link:hover {
  color: #fff;
}
@media (max-width: 1200px) {
  .footer__additional__link {
    text-align: center;
    justify-content: center;
  }
}
.footer__center {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .footer__center {
    margin-top: 25px;
    grid-row: 2;
    grid-column: span 2;
  }
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 64px;
}
@media (max-width: 1200px) {
  .footer__menu {
    gap: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .footer__menu {
    flex-direction: column;
    text-align: center;
  }
}
.footer__link {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
}
.footer__link:hover {
  color: #fff;
}

.start {
  padding-top: 60px;
}
.start__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .start__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }
}
@media (max-width: 425px) {
  .start__wrapper {
    gap: 32px;
  }
}
.start__left {
  width: 406px;
  height: 560px;
}
@media (max-width: 768px) {
  .start__left {
    width: auto;
    height: 450px;
  }
}
@media (max-width: 425px) {
  .start__left {
    height: 400px;
  }
}
@media (max-width: 375px) {
  .start__left {
    height: 350px;
  }
}
.start__right {
  width: 52%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (max-width: 991px) {
  .start__right {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .start__right {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .start__right {
    width: 100%;
  }
}
.start__text {
  font-size: 15px;
  white-space: pre-line;
}
@media (max-width: 1300px) {
  .start__text {
    white-space: normal;
  }
}
.start__block__btns {
  margin-top: 46px;
  display: grid;
  gap: 46px;
}
@media (max-width: 425px) {
  .start__block__btns {
    margin-top: 32px;
    gap: 32px;
  }
}

.portal {
  padding: 100px 0 60px 0;
}
@media (max-width: 1024px) {
  .portal {
    padding-top: 150px;
  }
}
@media (max-width: 576px) {
  .portal {
    padding-top: 180px;
  }
}
@media (max-width: 425px) {
  .portal {
    padding-top: 120px;
    padding-bottom: 32px;
  }
}
@media (max-width: 375px) {
  .portal {
    padding-top: 150px;
  }
}
.portal__top {
  position: relative;
  padding-left: 56px;
  border-radius: 20px;
  min-height: 320px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1300px) {
  .portal__top {
    padding-left: 0;
    min-height: 350px;
  }
}
@media (max-width: 1024px) {
  .portal__top {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .portal__top {
    padding: 32px 0;
  }
}
.portal__top_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.portal__top_avexima {
  background: #c2d8ff;
}
.portal__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1300px) {
  .portal__wrapper {
    min-height: inherit;
  }
}
@media (max-width: 991px) {
  .portal__wrapper {
    flex-direction: column;
    align-items: center !important;
    gap: 64px;
  }
}
@media (max-width: 480px) {
  .portal__wrapper {
    gap: 48px;
  }
}
@media (max-width: 425px) {
  .portal__wrapper {
    gap: 32px;
  }
}
.portal__wrapper_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.portal__left {
  width: 258px;
  height: 258px;
}
@media (max-width: 1300px) {
  .portal__left {
    flex-shrink: 0;
  }
}
@media (max-width: 1024px) {
  .portal__left {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .portal__left {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 480px) {
  .portal__left {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 375px) {
  .portal__left {
    width: 150px;
    height: 150px;
  }
}
.portal__center {
  width: 824px;
}
@media (max-width: 1300px) {
  .portal__center {
    width: auto;
  }
}
@media (max-width: 991px) {
  .portal__center {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .portal__center {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .portal__center {
    width: 95%;
  }
}
.portal__title {
  font-size: 40px;
  white-space: pre-line;
}
@media (max-width: 1200px) {
  .portal__title {
    font-size: 36px;
  }
}
@media (max-width: 1100px) {
  .portal__title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .portal__title {
    text-align: center;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .portal__title {
    font-size: 28px;
  }
}
@media (max-width: 425px) {
  .portal__title {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .portal__title {
    font-size: 22px;
  }
}
.portal__title_gc {
  color: #066f4b;
}
.portal__title_avexima {
  color: #002e6c;
}
.portal__right {
  position: relative;
  width: 154px;
}
@media (max-width: 1300px) {
  .portal__right {
    flex-shrink: 0;
  }
}
@media (max-width: 991px) {
  .portal__right {
    position: absolute;
    right: 0;
  }
}
.portal__right:before {
  width: 154px;
  height: 316px;
  display: flex;
  position: absolute;
  content: "";
  top: -220px;
  left: -8px;
}
@media (max-width: 1300px) {
  .portal__right:before {
    top: -270px;
    left: 0;
  }
}
@media (max-width: 1200px) {
  .portal__right:before {
    top: -250px;
  }
}
@media (max-width: 1024px) {
  .portal__right:before {
    top: -270px;
  }
}
@media (max-width: 991px) {
  .portal__right:before {
    top: -350px;
  }
}
@media (max-width: 576px) {
  .portal__right:before {
    width: 145px;
    height: 300px;
    top: -400px;
    left: 9px;
  }
}
@media (max-width: 480px) {
  .portal__right:before {
    width: 125px;
    height: 250px;
    top: -380px;
    left: 29px;
  }
}
@media (max-width: 425px) {
  .portal__right:before {
    width: 100px;
    height: 200px;
    top: -300px;
    left: 54px;
  }
}
.portal__right_gc::before {
  width: 175px;
  background: url("img/educational-portal/gc-portal-img.png") no-repeat center/cover;
}
@media (max-width: 1300px) {
  .portal__right_gc::before {
    left: -20px;
  }
}
@media (max-width: 576px) {
  .portal__right_gc::before {
    width: 145px;
    height: 250px;
    left: 10px;
  }
}
@media (max-width: 425px) {
  .portal__right_gc::before {
    width: 115px;
    height: 200px;
    left: 40px;
  }
}
.portal__right_avexima::before {
  background: url("img/educational-portal/avexima-portal-img.png") no-repeat center/cover;
}
.portal__block__btns {
  position: absolute;
  top: 230px;
  right: 75px;
}
@media (max-width: 1200px) {
  .portal__block__btns {
    top: 260px;
    right: 40px;
  }
}
@media (max-width: 1024px) {
  .portal__block__btns {
    top: 210px;
  }
}
@media (max-width: 991px) {
  .portal__block__btns {
    position: static;
    margin-top: 64px;
  }
}
@media (max-width: 425px) {
  .portal__block__btns {
    margin-top: 32px;
  }
}
.portal__bottom {
  margin-top: 68px;
}
@media (max-width: 480px) {
  .portal__bottom {
    margin-top: 48px;
  }
}
@media (max-width: 425px) {
  .portal__bottom {
    margin-top: 32px;
  }
}
.portal__item {
  width: 30.5%;
}
@media (max-width: 991px) {
  .portal__item {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .portal__item {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .portal__item {
    width: 100%;
  }
}
.portal__text {
  margin-top: 24px;
  font-size: 14px;
  text-align: center;
  white-space: pre-line;
}
@media (max-width: 1300px) {
  .portal__text {
    white-space: normal;
  }
}

.teams {
  padding-top: 46px;
}
@media (max-width: 425px) {
  .teams {
    padding-top: 32px;
  }
}
.teams__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .teams__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }
}
@media (max-width: 425px) {
  .teams__wrapper {
    gap: 32px;
  }
}
.teams__wrapper_bottom {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .teams__wrapper_bottom {
    margin-top: 150px;
  }
}
@media (max-width: 425px) {
  .teams__wrapper_bottom {
    margin-top: 120px;
  }
}
@media (max-width: 375px) {
  .teams__wrapper_bottom {
    margin-top: 100px;
  }
}
.teams__items {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 32%;
  min-height: 185px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .teams__items {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .teams__items {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .teams__items {
    width: 100%;
  }
}
.teams__items_gc {
  background: #066f4b;
}
.teams__items_avexima {
  background: #002e6c;
}
.teams__img {
  width: 95px;
  height: 95px;
}
.teams__descriptions {
  margin-top: -14.8px;
}
@media (max-width: 991px) {
  .teams__descriptions {
    margin-top: 25px;
  }
}
@media (max-width: 425px) {
  .teams__descriptions {
    margin-top: 0;
  }
}
.teams__text {
  text-align: center;
  white-space: pre-line;
}
@media (max-width: 991px) {
  .teams__text {
    white-space: normal;
  }
}
.teams__bottom {
  margin-top: 80px;
}
@media (max-width: 425px) {
  .teams__bottom {
    margin-top: 50px;
  }
}

.cards__item {
  padding: 44px 13px 19px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 32%;
  min-height: 480px;
  align-items: center;
  border-radius: 20px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .cards__item {
    width: 45%;
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cards__item {
    width: 65%;
  }
}
@media (max-width: 576px) {
  .cards__item {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .cards__item {
    padding: 24px;
  }
}
@media (max-width: 425px) {
  .cards__item {
    width: 100%;
    min-height: 425px;
  }
}
.cards__item:first-child::after {
  display: flex;
  position: absolute;
  content: "";
  top: -110px;
  right: -20px;
  width: 229px;
  height: 112px;
}
@media (max-width: 425px) {
  .cards__item:first-child::after {
    width: 200px;
    top: -105px;
    right: 0;
  }
}
@media (max-width: 375px) {
  .cards__item:first-child::after {
    width: 150px;
    top: -100px;
  }
}
.cards__item:nth-child(2) .cards__menu {
  margin-top: 16px;
}
.cards__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.cards__item_gc:first-child::after {
  top: -170px;
  height: 170px;
  background: url("img/educational-portal/gc-teams-img.png") no-repeat center/cover;
}
@media (max-width: 425px) {
  .cards__item_gc:first-child::after {
    top: -150px;
    height: 150px;
  }
}
@media (max-width: 375px) {
  .cards__item_gc:first-child::after {
    top: -120px;
    height: 120px;
  }
}
.cards__item_avexima {
  background: #c2d8ff;
}
.cards__item_avexima:first-child::after {
  background: url("img/educational-portal/avexima-teams-img.png") no-repeat center/cover;
}
.cards__top {
  display: grid;
  gap: 6px;
}
.cards__title {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .cards__title {
    font-size: 18px;
  }
}
.cards__text {
  font-size: 14px;
  text-align: center;
  white-space: pre-line;
}
.cards__center {
  flex-grow: 1;
}
.cards__description, .cards__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
.cards__menu {
  display: grid;
  gap: 15px;
  margin-top: 36px;
  padding-left: 36px;
}
.cards__list {
  position: relative;
  min-height: 26px;
  display: flex;
  align-items: center;
  white-space: pre-line;
}
@media (max-width: 1300px) {
  .cards__list {
    white-space: normal;
  }
}
.cards__list::before {
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  content: "";
  top: -5px;
  left: -45px;
}
.cards__list_gc::before {
  background: url("icons/educational-portal/gc-teams-list-icon.png") no-repeat center/cover;
}
.cards__list_avexima::before {
  background: url("icons/educational-portal/avexima-teams-list-icon.png") no-repeat center/cover;
}
.cards__bottom a:last-child {
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
}

.promo {
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .promo {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .promo {
    padding-top: 32px;
  }
}
.promo__wrapper {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .promo__wrapper {
    margin-top: 32px;
  }
}
.promo__item {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-height: 500px;
  border-radius: 64px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .promo__item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .promo__item {
    border-radius: 32px;
  }
}
@media (max-width: 425px) {
  .promo__item {
    padding: 32px 24px;
  }
}
@media (max-width: 375px) {
  .promo__item {
    padding: 16px;
  }
}
.promo__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.promo__item_avexima {
  background: url("img/bonus-program-page/promo-bg.png") no-repeat center/cover, #c2d8ff;
}
.promo__left {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1200px) {
  .promo__left {
    width: 65%;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) and (max-width: 991px) {
  .promo__left {
    width: 80%;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .promo__left {
    width: 100%;
  }
}
.promo__left__top {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .promo__left__top {
    margin: 0 auto;
  }
}
.promo__left__bottom {
  border-radius: 24px;
  padding: 24px;
  min-height: 259px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .promo__left__bottom {
    min-height: auto;
    gap: 32px;
  }
}
.promo__right {
  padding: 24px;
  width: 58.1%;
  min-height: 371px;
  border-radius: 32px;
  background: #fff;
}
@media (max-width: 1200px) {
  .promo__right {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .promo__right {
    min-height: auto;
  }
}
.promo__img {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 425px) {
  .promo__img {
    width: 100px;
    height: 100px;
  }
}
.promo__progress {
  position: relative;
  width: 100%;
  height: 35px;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .promo__progress {
    height: 30px;
  }
}
@media (max-width: 425px) {
  .promo__progress {
    height: 25px;
  }
}
.promo__progress_current {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.promo__progress_current_gc {
  background: #066f4b;
}
.promo__progress_current_avexima {
  background: #002e6c;
}
.promo__progress__text {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 23px;
}
@media (max-width: 480px) {
  .promo__progress__text {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .promo__progress__text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .promo__progress__text {
    font-size: 16px;
  }
}
.promo__progress_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.promo__progress_avexima {
  background: #c2d8ff;
}
.promo__subheader {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 375px) {
  .promo__subheader {
    font-size: 18px;
  }
}
.promo__badge {
  width: 170px;
  text-align: center;
  margin-top: 10px;
  padding: 4px 12px;
  font-weight: 700;
  line-height: 138%;
  border-radius: 24px;
  background: rgba(165, 65, 150, 0.5019607843);
  color: #a54196;
}
@media (max-width: 375px) {
  .promo__badge {
    font-size: 14px;
  }
}
.promo__text {
  font-size: 14px;
  line-height: 143%;
}
.promo__text:last-child {
  margin-top: 10px;
}
@media (max-width: 425px) {
  .promo__text:last-child {
    text-align: center;
  }
}
.promo__text_big {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.01em;
}
@media (max-width: 576px) {
  .promo__text_big {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .promo__text_big {
    font-size: 24px;
    text-align: left !important;
  }
}
.promo__text span {
  font-weight: 700;
}
.promo__block__history {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .promo__block__history {
    flex-direction: column;
    gap: 16px;
  }
}
.promo__header {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
}
@media (max-width: 676px) {
  .promo__header {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .promo__header {
    font-size: 20px;
  }
}
.promo__menu {
  margin-top: 28px;
  margin-left: 54px;
  display: grid;
  gap: 32px;
}
@media (max-width: 425px) {
  .promo__menu {
    margin-left: 36px;
  }
}
.promo__list {
  position: relative;
  line-height: 138%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}
@media (max-width: 425px) {
  .promo__list {
    align-items: flex-start;
  }
}
@media (max-width: 375px) {
  .promo__list {
    font-size: 14px;
  }
}
.promo__list span {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
}
@media (max-width: 425px) {
  .promo__list span {
    font-size: 16px;
  }
}
.promo__list::before {
  display: flex;
  position: absolute;
  content: "";
  top: -4px;
  left: -54px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 425px) {
  .promo__list::before {
    width: 30px;
    height: 30px;
    top: -2px;
    left: -44px;
  }
}
.promo__list_gc_gratitude::before {
  background: url("icons/bonus-program-page/gc-promo-icon-1.svg") no-repeat center/50%, #066f4b;
}
.promo__list_gc_auto::before {
  background: url("icons/bonus-program-page/gc-promo-icon-2.svg") no-repeat center/50%, #066f4b;
}
.promo__list_gc_news::before {
  background: url("icons/bonus-program-page/gc-promo-icon-3.svg") no-repeat center/50%, #066f4b;
}
.promo__list_gc_learning::before {
  background: url("icons/bonus-program-page/gc-promo-icon-4.svg") no-repeat center/50%, #066f4b;
}
.promo__list_avexima_gratitude::before {
  background: url("icons/bonus-program-page/avexima-promo-icon-1.svg") no-repeat center/50%, #002e6c;
}
.promo__list_avexima_auto::before {
  background: url("icons/bonus-program-page/avexima-promo-icon-2.svg") no-repeat center/50%, #002e6c;
}
.promo__list_avexima_news::before {
  background: url("icons/bonus-program-page/avexima-promo-icon-3.svg") no-repeat center/50%, #002e6c;
}
.promo__list_avexima_learning::before {
  background: url("icons/bonus-program-page/avexima-promo-icon-4.svg") no-repeat center/50%, #002e6c;
}
.promo__list.show-counter-history {
  display: flex;
}

.types {
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .types {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .types {
    padding-top: 32px;
  }
}
.types__wrapper {
  display: grid;
  margin-top: 32px;
  gap: 32px;
}
.types__item {
  padding: 0px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  border-radius: 32px;
  min-height: 304px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1300px) {
  .types__item {
    flex-direction: column;
    padding: 32px;
    margin: 0 auto;
    text-align: center;
    width: 65%;
  }
}
@media (max-width: 768px) {
  .types__item {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .types__item {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .types__item {
    gap: 16px;
  }
}
.types__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.types__item_avexima {
  background: url("img/bonus-program-page/types-bg.png") no-repeat center/cover, #c2d8ff;
}
.types__img {
  margin-left: -56px;
  flex-shrink: 0;
  width: 300px;
  height: 275px;
}
@media (max-width: 1300px) {
  .types__img {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .types__img {
    width: 250px;
    height: 225px;
  }
}
@media (max-width: 425px) {
  .types__img {
    width: 200px;
    height: 175px;
  }
}
@media (max-width: 375px) {
  .types__img {
    width: 150px;
    height: 125px;
  }
}
.types__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.types__header {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
}
@media (max-width: 480px) {
  .types__header {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .types__header {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .types__header {
    font-size: 18px;
  }
}
.types span {
  font-weight: 700;
}
.types__text {
  margin-top: 10px;
  white-space: pre-line;
}
@media (max-width: 1300px) {
  .types__text {
    white-space: normal;
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .types__text {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 375px) {
  .types__text {
    font-size: 16px;
  }
}

.earn {
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .earn {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .earn {
    padding-top: 32px;
  }
}
.earn__wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .earn__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.earn__item {
  width: 48%;
  min-height: 218px;
  border-radius: 32px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .earn__item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .earn__item {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .earn__item {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .earn__item {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .earn__item {
    min-height: 180px;
  }
}
.earn__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.earn__item_avexima {
  background: #c2d8ff;
}
.earn__top {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px;
  border-radius: inherit;
}
@media (max-width: 425px) {
  .earn__top {
    padding: 24px;
  }
}
.earn__bottom {
  position: relative;
  padding: 16px 32px 32px 32px;
  display: none;
  gap: 16px;
}
@media (max-width: 425px) {
  .earn__bottom {
    padding: 24px;
  }
}
.earn__bottom::before {
  display: flex;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}
.earn__bottom_gc::before {
  border-top: 2px solid #066f4b;
}
.earn__bottom_avexima::before {
  border-top: 2px solid #fff;
}
.earn__img {
  flex-shrink: 0;
  width: 135px;
  height: 155px;
}
@media (max-width: 480px) {
  .earn__img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 425px) {
  .earn__img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 375px) {
  .earn__img {
    width: 80px;
    height: 80px;
  }
}
.earn__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.earn__header {
  font-size: 22px;
  line-height: 133%;
}
@media (max-width: 425px) {
  .earn__header {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .earn__header {
    font-size: 18px;
  }
}
.earn__points {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.97px 14px;
  width: 132px;
  margin-top: 16px;
  border-radius: 100px;
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 138%;
}
.earn__btn {
  margin-top: 16px;
  position: relative;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 425px) {
  .earn__btn {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 375px) {
  .earn__btn {
    width: 40px;
    height: 40px;
  }
}
.earn__btn::before {
  display: flex;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 30px;
}
.earn__btn_gc::before {
  background: url("icons/bonus-program-page/gc-earn-icon.svg") no-repeat center/contain;
}
.earn__btn_avexima::before {
  background: url("icons/bonus-program-page/avexima-earn-icon.svg") no-repeat center/contain;
}
.earn__block__text {
  padding: 12px 16px;
  border-radius: 12px;
  white-space: pre-line;
}
.earn__block__text_gc {
  color: #000;
  background: #066f4b;
}
.earn__block__text_avexima {
  color: #fff;
  background: #002e6c;
}
.earn__text, .earn__menu {
  font-size: 16px;
}
.earn__text {
  white-space: pre-line;
}
@media (max-width: 1200px) {
  .earn__text {
    white-space: normal;
  }
}
.earn a {
  display: inline-flex;
  text-decoration: underline;
  font-weight: 700;
}
.earn span {
  font-weight: 700;
}
.earn span.gc {
  color: #000;
}
.earn span.avexima {
  color: #002e6c;
}
.earn__menu {
  list-style: disc;
  margin-left: 20px;
}
.earn .accordeon-active {
  display: flex;
  flex-direction: column;
}
.earn .accordeon-active-icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.say {
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .say {
    padding-top: 64px;
  }
}
@media (max-width: 425px) {
  .say {
    padding-top: 32px;
  }
}
.say__wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px 50px;
  counter-reset: first-counter;
}
@media (max-width: 1200px) {
  .say__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
  }
}
.say__item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 22px 55px 24px 69px;
  border-radius: 30px;
  min-height: 180px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .say__item {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .say__item {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .say__item {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .say__item {
    padding: 32px;
    min-height: 150px;
  }
}
@media (max-width: 375px) {
  .say__item {
    min-height: 120px;
    padding: 24px;
  }
}
.say__item::before {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  content: "";
  top: -15px;
  left: -25px;
  content: counter(first-counter);
  counter-increment: first-counter;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 10;
  font-weight: 700;
  font-size: 30px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1300px) {
  .say__item::before {
    left: -8px;
  }
}
@media (max-width: 425px) {
  .say__item::before {
    font-size: 24px;
    top: -10px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 375px) {
  .say__item::before {
    font-size: 20px;
    width: 35px;
    height: 35px;
  }
}
.say__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.say__item_gc::before {
  background: #066f4b;
  color: #fff;
}
.say__item_avexima {
  background: #c2d8ff;
}
.say__item_avexima::before {
  background: #002e6c;
  color: #fff;
}
.say__item:last-child {
  grid-column: 2;
  grid-row: 3;
}
.say__item_img {
  padding: 0;
  filter: grayscale(1);
}
.say__item_img::before {
  display: none;
}
.say__item_img_big {
  grid-row: span 2;
}
.say__header {
  font-weight: 700;
}
.say__header, .say__text {
  font-size: 23px;
}
@media (max-width: 480px) {
  .say__header, .say__text {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .say__header, .say__text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .say__header, .say__text {
    font-size: 16px;
  }
}
.say__text {
  white-space: pre-line;
}
@media (max-width: 1200px) {
  .say__text {
    white-space: normal;
  }
}

.spend {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .spend {
    padding: 64px 0;
  }
}
@media (max-width: 425px) {
  .spend {
    padding: 32px 0;
  }
}
.spend__wrapper {
  display: grid;
  margin-top: 32px;
}
.spend__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  gap: 16px;
}
@media (max-width: 1200px) {
  .spend__left {
    width: 100%;
    gap: 32px;
  }
}
@media (max-width: 425px) {
  .spend__left {
    gap: 16px;
  }
}
.spend__right {
  margin-top: -64px;
  width: 35.5%;
  height: 330px;
}
@media (max-width: 1200px) {
  .spend__right {
    margin: 0 auto !important;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .spend__right {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .spend__right img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.spend__item {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  min-height: 314px;
  border-radius: 32px;
  box-shadow: 5px 3px 9px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .spend__item {
    flex-direction: column;
    gap: 32px;
    width: 65%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .spend__item {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .spend__item {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .spend__item {
    padding: 32px 24px;
  }
}
.spend__item_gc {
  background: rgba(6, 111, 75, 0.5019607843);
}
.spend__item_avexima {
  background: url("img/bonus-program-page/spend-bg.png") no-repeat center/cover, #c2d8ff;
}
.spend__item_avexima .spend__right {
  margin-top: -72px;
}
.spend__header {
  position: relative;
  font-size: 22px;
  line-height: 133%;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .spend__header {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .spend__header {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .spend__header {
    font-size: 18px;
  }
}
.spend__text {
  line-height: 138%;
  white-space: pre-line;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .spend__text {
    white-space: normal;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .spend__text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .spend__text {
    font-size: 16px;
  }
}

html, body {
  scroll-behavior: smooth;
}

.wrapper_gc {
  color: #066f4b;
}
.wrapper_avexima {
  color: #002e6c;
}

body {
  position: relative;
  font-family: "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", "Arial", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
body.overflow {
  overflow: hidden;
}

section {
  min-height: 300px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.container {
  max-width: 1222px;
  padding: 0 15px;
  margin: 0 auto;
}
.container_main {
  max-width: 1262px;
  min-height: auto;
}
.container_map {
  max-width: 1400px;
}
.container_educational-portal {
  max-width: 1320px;
}/*# sourceMappingURL=style.css.map */