@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body,
* {
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.section-label {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.section__btn {
  background: #579B58;
  border-radius: 12px;
  border: none;
  height: 74px;
  padding: 18px 34px;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 500;
  cursor: pointer;
}
.section__btn:hover {
  background: #356536;
}

.no-scroll {
  overflow: hidden;
}

.error-message {
  color: #B3261E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 1200px) {
  .container {
    max-width: 884px;
  }
  .section-label {
    font-size: 28px;
  }
}
@media (max-width: 884px) {
  .container {
    padding: 0 20px;
  }
}
.header {
  height: 110px;
  position: relative;
  z-index: 10;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
}
.header__actions {
  padding-right: 24px;
}
.header__links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__nav a {
  padding: 10px 18px;
  color: #343434;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}
.header__nav a:hover {
  color: #579B58;
}
.header__login {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #343434;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  border-radius: 12px;
  padding: 8px 16px;
  background: #FFFFFF;
}
.header__login:hover {
  background: #F6F6F6;
}
.header__login .user-icon {
  width: 24px;
  height: 24px;
  border-radius: 40px;
  background: #D9D9D9;
  border: 2px solid #FFFFFF;
}
.header__login .user-icon img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-burger-menu {
  display: none;
}
.header .header__mobile-close {
  cursor: pointer;
}
.header__mobile-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
.header__mobile-header {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: #FFFFFF;
  z-index: 999;
  padding: 24px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.header__mobile-menu.active {
  transform: translateX(0%);
}
.header__mobile-menu.active .header__login {
  display: flex;
  align-items: center;
  padding: 0;
}
.header__mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
  gap: 20px;
}
.header__mobile-nav a {
  color: #343434;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.header__mobile-nav a:hover {
  color: #000000;
}

@media (max-width: 1200px) {
  .header .header-burger-menu {
    display: block;
  }
  .header__nav, .header__login {
    display: none;
  }
}
.main {
  position: relative;
}
.main__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 100px 0 150px;
}
.main__tags {
  display: flex;
  align-items: center;
  gap: 18px;
}
.main__tags-item {
  background: #343434;
  border-radius: 16px;
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.main__tags-dot {
  min-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  background: #579B58;
}
.main__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.main__header-label {
  color: #343434;
  font-size: 90px;
  font-weight: 700;
  line-height: 100%;
}
.main__header-desc {
  color: #343434;
  font-size: 26px;
  font-weight: 500;
}
.main__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  padding: 30px 0 0;
}
.main__partners {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main__partners img {
  max-width: 200px;
}
.main__img {
  position: absolute;
  right: -200px;
  top: -100px;
}

@media (max-width: 1400px) {
  .main__actions {
    justify-content: flex-start;
    gap: 100px;
  }
  .main__img {
    width: 723px;
    height: 490px;
    right: -250px;
    top: -40px;
  }
  .main__img img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .main__header-label {
    font-size: 70px;
  }
  .main__header-desc {
    font-size: 20px;
  }
  .main__tags-item {
    font-size: 14px;
  }
  .main__partners img {
    max-width: 200px;
  }
  .main__img {
    width: 470px;
    height: 278px;
    right: -100px;
    top: 0px;
  }
}
@media (max-width: 960px) {
  .main {
    overflow-x: hidden;
  }
  .main__partners img {
    max-width: 130px;
  }
  .main .section__btn {
    height: 61px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .main__content {
    padding: 60px 0;
  }
  .main__tags {
    flex-wrap: wrap;
    gap: 8px;
  }
  .main__header {
    width: 60%;
  }
  .main__header-label {
    font-size: 56px;
  }
  .main__header-desc {
    font-size: 16px;
  }
  .main__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .main__actions .section__btn {
    width: 100%;
  }
  .main__partners {
    width: 100%;
    justify-content: space-between;
  }
  .main__img {
    width: 273px;
    height: 185px;
    top: 100px;
  }
}
@media (max-width: 560px) {
  .main__content {
    padding: 40px 0;
  }
  .main__partners img {
    max-width: 80px;
  }
  .main__header {
    width: 70%;
  }
  .main__img {
    top: 150px;
  }
  .main__actions {
    padding: 0;
  }
}
@media (max-width: 420px) {
  .main__img {
    top: 185px;
    right: -130px;
  }
  .main__header {
    width: 100%;
  }
  .main__header-desc {
    width: 70%;
  }
}
.banner {
  background: #579B58;
  height: 65px;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner__track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}
.banner__list {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 10px;
  list-style-type: none;
}
.banner__list li {
  color: #F6F6F6;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.banner__list li::after {
  content: "•";
  margin-left: 20px;
  color: #F6F6F6;
}
.banner__list li:last-child::after {
  content: "";
}

.banner__list:first-child li:last-child::after {
  content: "•";
  margin-left: 20px;
  color: #F6F6F6;
  position: static;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .banner__list {
    gap: 30px;
  }
  .banner__list li {
    font-size: 14px;
  }
}
.mission {
  padding: 100px 0;
}
.mission__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.mission__desc {
  max-width: 820px;
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  color: #000000;
}
.mission__desc span {
  position: relative;
  z-index: 0;
  display: inline;
}
.mission__desc span::before {
  content: "";
  position: absolute;
  background: #A9FBAA;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 16px;
  z-index: -1;
}

@media (max-width: 1200px) {
  .mission__desc {
    font-size: 20px;
  }
  .mission__desc span::before {
    bottom: 4px;
  }
}
@media (max-width: 768px) {
  .mission {
    padding: 60px 0;
  }
  .mission__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .mission__desc {
    font-size: 16px;
  }
  .mission__desc span::before {
    bottom: 2px;
  }
}
.features {
  padding: 100px 0;
  background: #F6F6F6;
}
.features__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.features__item {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.features__item-label {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
}
.features__item-label span {
  position: relative;
  z-index: 0;
  display: inline;
}
.features__item-label span::before {
  content: "";
  position: absolute;
  background: #A9FBAA;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 16px;
  z-index: -1;
}
.features__item-desc {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .features__inner {
    gap: 24px;
  }
  .features__item-label {
    font-size: 20px;
  }
  .features__item-label span::before {
    bottom: 4px;
  }
  .features__item-desc {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .features {
    padding: 60px 0;
  }
  .features__inner {
    grid-template-columns: auto;
    gap: 10px;
  }
  .features__item {
    padding: 10px;
    gap: 10px;
    border-radius: 12px;
  }
  .features__item-label {
    font-size: 16px;
  }
  .features__item-label span::before {
    bottom: 2px;
  }
}
.video {
  padding: 100px 0;
}
.video__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}
.video__slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video__track {
  display: flex;
  align-items: center;
  transition: transform 0.4s ease;
  will-change: transform;
}
.video__item {
  flex: 0 0 33.3333333333%;
  padding: 0 10px;
  box-sizing: border-box;
}
.video__item video {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 628px;
}
.video__item-pagination {
  display: flex;
  align-items: center;
  gap: 20px;
}
.video__item-pagination span {
  width: 46px;
  height: 13px;
  background: #D9D9D9;
  opacity: 0.3;
  border-radius: 24px;
  cursor: pointer;
}
.video__item-pagination span.active {
  background: rgba(0, 0, 0, 0.5019607843);
  opacity: 0.3;
}
.video__item-prev, .video__item-next {
  cursor: pointer;
}
.video__item-prev.disabled, .video__item-next.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.video__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 768px) {
  .video {
    padding: 60px 0;
  }
  .video__item-pagination {
    gap: 8px;
  }
  .video__item-pagination span {
    width: 30px;
    height: 8px;
  }
  .video__item-next img, .video__item-prev img {
    width: 44px;
    height: 44px;
  }
}
.program {
  margin-left: calc((100vw - 1200px) / 2);
  padding: 100px 0;
}
.program__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.program__line {
  background: linear-gradient(90deg, #000000 0%, #38A35D 100%);
  width: 100%;
  height: 13px;
}
.program__content {
  position: relative;
  width: 100%;
}
.program__swiper {
  position: absolute;
  top: -40px;
}
.program__swiper-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  text-align: end;
}
.program__swiper-next, .program__swiper-prev {
  cursor: pointer;
}
.program__swiper-next.swiper-button-disabled, .program__swiper-prev.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.program__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.program__item-avatar-wrapper {
  display: flex;
  align-items: center;
}
.program__item-avatar-wrapper .program__item-avatar:last-child {
  margin-left: -10px;
}
.program__item-avatar img {
  width: 76px;
  height: 76px;
}
.program__item-time {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
}
.program__item-label {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.program__item-label-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.program__item-break {
  min-width: 20px;
  min-height: 20px;
  background: #184528;
  border-radius: 50%;
}
.program__item.break .program__item-content {
  margin-top: 23px;
}
.program__item.break .program__item-time {
  margin-top: 40px;
}
.program__item.break .program__item-label {
  color: rgba(0, 0, 0, 0.5019607843);
}
.program__actions {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.program__org {
  display: flex;
  align-items: center;
  gap: 40px;
}
.program__org-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.program__org-item img {
  width: 76px;
  height: 76px;
}
.program__org-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.program__org-item-label {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
}
.program__org-item-label span {
  position: relative;
  z-index: 0;
  display: inline;
}
.program__org-item-label span::before {
  content: "";
  position: absolute;
  background: #A9FBAA;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 16px;
  z-index: -1;
}
.program__org-item-desc {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .program {
    margin-left: calc((100vw - 884px) / 2);
    padding: 60px 20px;
  }
  .program__item-content {
    gap: 20px;
  }
  .program__item-time {
    font-size: 20px;
  }
  .program__item-label {
    font-size: 14px;
  }
}
@media (max-width: 884px) {
  .program {
    margin: 0;
  }
  .program__actions {
    padding: 0;
    gap: 40px;
    justify-content: flex-start;
  }
  .program .section__btn {
    font-size: 20px;
  }
  .program__org-item-label {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .program__inner {
    gap: 20px;
  }
  .program__content {
    padding: 30px 0 0;
  }
  .program__actions {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .program .section__btn {
    width: 100%;
  }
  .program__item-time {
    font-size: 16px;
  }
  .program__item-avatar img {
    width: 60px;
    height: 60px;
  }
  .program__swiper-next img, .program__swiper-prev img {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 560px) {
  .program__org {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .program__org-item-label span::before {
    bottom: 5px;
  }
}
.speakers {
  width: 100%;
  padding: 100px 0;
  background: #F6F6F6;
}
.speakers__inner {
  margin-left: calc((100vw - 1200px) / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.speakers__content {
  width: 100%;
}
.speakers__swiper {
  overflow-x: auto !important;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.speakers__swiper::-webkit-scrollbar {
  display: none;
}
.speakers__item {
  display: inline;
  vertical-align: top;
  width: 300px;
  flex-shrink: 0;
  cursor: pointer;
}
.speakers__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.speakers__item-img {
  height: 331px;
  width: 100%;
  background: #D9D9D9;
  border-radius: 16px;
}
.speakers__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.speakers__item-name {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
}
.speakers__item-name span {
  display: inline;
  line-height: 1.4;
  background: linear-gradient(#A9FBAA, #A9FBAA);
  background-repeat: no-repeat;
  background-size: 100% 0.7em;
  background-position: 0 70%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 4px;
}
.speakers__item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.speakers__item-label {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 18px;
  font-weight: 400;
}
.speakers__item-desc {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
}
.speakers__item-txt {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
.speakers__item-txt:hover {
  color: #000000;
}
.speakers__item-block {
  display: none;
}
.speakers__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.speakers__btn-prev, .speakers__btn-next {
  cursor: pointer;
}
.speakers__btn-prev.swiper-button-disabled, .speakers__btn-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.speaker-modal {
  position: fixed;
  inset: 0;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.speaker-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.speaker-modal__overlay {
  position: absolute;
  inset: 0;
}
.speaker-modal__content {
  position: relative;
  background: #FFFFFF;
  padding: 40px;
  max-width: 582px;
  border-radius: 12px;
  z-index: 1;
  overflow-y: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.speaker-modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: #343434;
  background: none;
  border: none;
  cursor: pointer;
}
.speaker-modal__img {
  width: 100%;
  height: 352px;
  background: #D9D9D9;
  border-radius: 12px;
}
.speaker-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.speaker-modal__name {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
}
.speaker-modal__name span {
  position: relative;
  z-index: 0;
  display: inline;
}
.speaker-modal__name span::before {
  content: "";
  position: absolute;
  background: #A9FBAA;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 16px;
  z-index: -1;
}
.speaker-modal__label {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5019607843);
}
.speaker-modal__desc {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
}
.speaker-modal__txt {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  width: 70%;
}

@media (max-width: 1200px) {
  .speakers__inner {
    margin-left: calc((100vw - 884px) / 2);
    padding: 0 20px;
  }
  .speakers__item-content {
    gap: 16px;
  }
  .speakers__item-name {
    font-size: 20px;
  }
  .speakers__item-name span::before {
    bottom: 4px;
  }
  .speakers__item-desc {
    font-size: 20px;
  }
  .speakers__item-label, .speakers__item-txt {
    font-size: 14px;
  }
  .speaker-modal__content {
    max-width: 432px;
  }
  .speaker-modal__name, .speaker-modal__desc {
    font-size: 20px;
  }
  .speaker-modal__name span::before {
    bottom: 5px;
  }
  .speaker-modal__label, .speaker-modal__txt {
    font-size: 14px;
  }
}
@media (max-width: 884px) {
  .speakers__inner {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .speakers {
    padding: 60px 0;
  }
  .speakers__inner {
    gap: 40px;
  }
  .speakers__item-name, .speakers__item-desc {
    font-size: 16px;
  }
  .speakers__btn img {
    width: 44px;
    height: 44px;
  }
  .speaker-modal__content {
    padding: 20px;
  }
  .speaker-modal__name, .speaker-modal__desc {
    font-size: 16px;
  }
  .speaker-modal__txt {
    width: 100%;
  }
  .speaker-modal__img {
    height: 260px;
  }
  .speaker-modal__close {
    top: -60px;
    font-size: 30px;
    color: #FFFFFF;
  }
}
@media (max-width: 460px) {
  .speaker-modal__content {
    max-width: 90%;
  }
}
.login-form {
  padding: 80px 0;
  background: #F6F6F6;
}
.login-form__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-form__container {
  position: relative;
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  background: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
}
.auth-form__label {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.auth-form__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.auth-form__block * {
  font-family: "Inter", sans-serif;
}
.auth-form__input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.auth-form__input-label {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.auth-form__input input {
  width: 100%;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 12px;
  padding: 10px 12px;
  outline: none;
}
.auth-form__input input::-moz-placeholder {
  color: #828484;
  font-size: 16px;
  font-weight: 400;
}
.auth-form__input input::placeholder {
  color: #828484;
  font-size: 16px;
  font-weight: 400;
}
.auth-form__input input.input-error {
  border: 1px solid #B3261E;
}
.auth-form__input-txt {
  font-size: 14px;
  font-weight: 400;
  color: #828484;
}
.auth-form__input-txt--error {
  color: #B3261E;
}
.auth-form__action {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 0 0;
}
.auth-form__action .section__btn {
  width: 100%;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.auth-form__action-txt {
  align-self: center;
  color: #343434;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.auth-form__action-txt span,
.auth-form__action-txt a {
  color: #579B58;
  cursor: pointer;
  text-decoration: none;
}
.auth-form__action-txt span:hover,
.auth-form__action-txt a:hover {
  color: #000000;
}
.auth-form__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 0 16px;
}
.auth-form__checkbox-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.auth-form__checkbox-wrapper .error-message {
  padding: 0 16px;
}
.auth-form__checkbox input {
  display: none;
}
.auth-form__checkbox .checkbox-input {
  min-width: 24px;
  min-height: 24px;
  background: transparent;
  border: 1px solid #277A17;
  border-radius: 4px;
  cursor: pointer;
}
.auth-form__checkbox input[type=checkbox]:checked + .checkbox-input {
  background-image: url("../assets/checkbox-checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F1EFEF;
  border: 1px solid #277A17;
}
.auth-form__checkbox .auth-form__input-label {
  font-size: 14px;
  font-weight: 400;
  color: #474747;
}
.auth-form__list {
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.auth-form__list li {
  padding: 10px 16px;
  width: 100%;
}
.auth-form__list-item-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.auth-form__list-item-checkbox input {
  display: none;
}
.auth-form__list-item-checkbox .checkbox-input {
  min-width: 24px;
  min-height: 24px;
  background: transparent;
  border: 1px solid #277A17;
  border-radius: 4px;
  cursor: pointer;
}
.auth-form__list-item-checkbox input[type=checkbox]:checked + .checkbox-input {
  background-image: url("../assets/checkbox-checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F1EFEF;
  border: 1px solid #277A17;
}
.auth-form__list-item-checkbox-label {
  color: #474747;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.auth-form__other {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
}
.auth-form__other-txt {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.auth-form__other-items {
  display: flex;
  align-items: center;
  gap: 50px;
}
.auth-form__btn-registration {
  background: #579B58;
  border-radius: 12px;
  padding: 16px 28px;
  width: 100%;
  height: 54px;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 660px) {
  .auth-form__container {
    width: 100%;
    gap: 24px;
    padding: 16px;
  }
  .auth-form__label {
    font-size: 20px;
  }
  .auth-form__input-label {
    font-size: 16px;
  }
  .auth-form__checkbox .login-form__input-label {
    font-size: 12px;
  }
  .auth-form__other-items img {
    width: 33px;
    height: 33px;
  }
}
.partners {
  padding: 100px 0;
}
.partners-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
}
.partners .section-label {
  align-self: center;
}
.partners__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.partners__items img {
  height: 50px;
}

@media (max-width: 1200px) {
  .partners__items img {
    max-width: 200px;
  }
}
@media (max-width: 890px) {
  .partners {
    padding: 60px 0;
  }
  .partners__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
    gap: 30px;
  }
}
.faq {
  padding: 100px 0;
}
.faq__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.faq .section-label {
  align-self: center;
}
.faq__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.faq__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faq__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  background: #F6F6F6;
  padding: 30px;
  border-radius: 16px;
}
.faq__item-header img {
  width: 52px;
  height: 52px;
  cursor: pointer;
}
.faq__item-content {
  color: #343434;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  padding: 0;
  background: #F6F6F6;
  border-radius: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  display: flex;
  align-items: center;
}
.faq__item.active .faq__item-content {
  max-height: 500px;
  padding: 30px;
}
.faq__item.active .faq__item-header img {
  transform: rotate(90deg);
}

@media (max-width: 1200px) {
  .faq__item-header {
    font-size: 20px;
  }
  .faq__item-header img {
    width: 42px;
    height: 42px;
  }
  .faq__item-content {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .faq {
    padding: 60px 0;
  }
  .faq__item-header {
    font-size: 16px;
    padding: 10px;
  }
  .faq__item-header img {
    width: 36px;
    height: 36px;
  }
  .faq__item.active .faq__item-content {
    padding: 10px;
  }
}
.footer {
  padding: 60px 0;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}
.footer__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.footer__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__nav a {
  color: #343434;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}
.footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer__socials-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.footer__txt {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer__txt a {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 660px) {
  .footer__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .footer__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 16px;
  }
  .footer__logo {
    gap: 40px;
  }
  .footer__socials {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer__txt {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer .section__btn {
    width: 100%;
    height: 61px;
    font-size: 20px;
  }
}
.translation {
  padding: 40px 0;
}
.translation__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.translation__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.translation__header-label {
  color: #343434;
  font-size: 36px;
  font-weight: 600;
}
.translation__header-desc {
  color: #343434;
  font-size: 18px;
  font-weight: 400;
}
.translation__content {
  width: 100%;
  height: 631px;
  background: linear-gradient(180deg, #F6F6F6 0%, #D9D9D9 100%);
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .translation__header-label {
    font-size: 28px;
  }
  .translation__header-desc {
    font-size: 14px;
  }
  .translation__content {
    height: 495px;
  }
}
@media (max-width: 768px) {
  .translation__content {
    height: 300px;
  }
  .translation__header {
    gap: 10px;
  }
}
@media (max-width: 560px) {
  .translation__content {
    height: 178px;
  }
}
.registration-modal {
  position: fixed;
  inset: 0;
  background: rgba(52, 64, 84, 0.6980392157);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  display: none;
  z-index: 1000;
}
.registration-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.registration-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  color: #343434;
  cursor: pointer;
  z-index: 1;
}
.registration-modal .auth-form__container {
  max-height: 80vh;
  overflow-y: auto;
}
.registration-modal .auth-form__container .auth-form__label {
  align-self: center;
}

.success-modal {
  position: fixed;
  inset: 0;
  background: rgba(52, 64, 84, 0.6980392157);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  z-index: 1000;
}
.success-modal.hidden {
  display: none;
}
.success-modal__content {
  background: #FFFFFF;
  padding: 24px;
  max-width: 400px;
  margin: 15% auto;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.success-modal__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.success-modal__label {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.success-modal__desc {
  font-size: 14px;
  font-weight: 400;
  color: #474747;
}
.success-modal__btn {
  background: #579B58;
  border-radius: 12px;
  padding: 16px 28px;
  height: 60px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  border: none;
}

@media (max-width: 660px) {
  .registration-modal .auth-form__container {
    width: 90%;
  }
  .registration-modal .auth-form__checkbox .auth-form__input-label {
    font-size: 12px;
  }
  .registration-modal .auth-form__list li {
    padding: 6px 16px;
  }
  .registration-modal .auth-form__list-item-checkbox-label {
    font-size: 16px;
  }
  .success-modal__content {
    width: 90%;
  }
}