.error-page {
  background-image: url(../img/404/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100svh - 48px);
  max-width: 1392px;
  margin: 0 auto;
  border-radius: 12px;
}
.error-page .error__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100svh - 150px);
}
.error-page .error__title {
  color: #314560;
  font-family: Euclid Square;
  font-size: 125px;
  font-weight: 500;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 18px;
}
.error-page .error__text {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 32px;
}
.error-page .error__text-2 {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 56px;
}
.error-page .error__btn {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 16px 46px;
}

@media (max-width: 768px) {
  .error-page .error__flex {
    min-height: calc(100svh - 120px);
  }
  .error-page .error__title {
    font-size: 59px;
    margin-bottom: 8px;
  }
  .error-page .error__text {
    font-size: 26px;
    margin-bottom: 18px;
    max-width: 398px;
  }
  .error-page .error__text-2 {
    font-size: 18px;
    margin-bottom: 24px;
    max-width: 398px;
  }
  .error-page .error__btn {
    font-size: 18px;
    padding: 12px 46px;
  }
}
@media (max-width: 576px) {
  .error-page {
    min-height: calc(100svh - 24px);
  }
  .error-page .error__flex {
    min-height: calc(100svh - 85px);
  }
  .error-page .error__title {
    font-size: 66px;
    margin-bottom: 18px;
  }
  .error-page .error__text {
    margin-bottom: 12px;
    max-width: 307px;
  }
  .error-page .error__text-2 {
    font-size: 14x;
    margin-bottom: 36px;
    max-width: 307px;
  }
  .error-page .error__btn {
    font-size: 14px;
    padding: 12px 36px;
  }
}
.career {
  min-height: 778px;
  max-width: 1392px;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
}
.career__swiper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  min-height: 778px;
}
.career__swiper img {
  position: absolute;
  inset: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 778px;
  border-radius: 12px;
}
.career__swiper video {
  position: absolute;
  inset: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 778px;
  border-radius: 12px;
}
.career .career__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}
.career .career__arrows {
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 5;
}
.career .career__swiper-btn {
  display: flex;
}
.career .career__swiper-btn svg path {
  fill: #fff;
}
.career .career__swiper-btn:disabled svg path {
  opacity: 0.32;
}
.career .header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.career .header .menu__link {
  color: #fff;
}
.career .header .header__flex {
  border-color: #fff;
}
.career .header .header__logos svg path {
  fill: #fff;
}
.career .header .tg-link svg circle {
  fill: #fff;
}
.career .header .tg-link svg path {
  fill: #314560;
}
.career .header #searchBtn svg path {
  fill: #fff;
}
.career .header .header__lang-arrow path {
  stroke: #fff;
}
.career .open .menu__link {
  color: #314560;
}
.career .open .header__flex {
  border-color: #314560;
}
.career .open .header__logos svg path {
  fill: #314560;
}
.career .open .tg-link svg circle {
  fill: #314560;
}
.career .open .tg-link svg path {
  fill: #fff;
}
.career .open #searchBtn svg path {
  fill: #314560;
}
.career .open .header__lang-arrow path {
  stroke: #314560;
}

.flip-cards {
  margin-bottom: 71px;
}
.flip-cards__card {
  cursor: pointer;
  min-height: 309px;
  width: 100%;
  position: relative;
  border-radius: 12px;
}
.flip-cards__flexbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 56px;
}
.flip-cards__flex {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.flip-cards__card-1 {
  max-width: 394px;
  z-index: 4;
}
.flip-cards h2 {
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
}
.flip-cards .card {
  perspective: 1000px;
  cursor: pointer;
}
.flip-cards .card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
  min-height: 225px;
}
.flip-cards .card-front,
.flip-cards .card-back {
  padding: 42px;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  height: auto;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  min-height: 309px;
  flex-direction: column;
  cursor: pointer;
}
.flip-cards .card-front-1 {
  background-image: url(../img/career/flip-card-1.svg);
  background-position: calc(100% - 38px) calc(100% - 46px);
  background-size: 227px 217px;
}
.flip-cards .card-front {
  background-repeat: no-repeat;
}
.flip-cards .card-back {
  transform: rotateY(180deg);
}
.flip-cards .clicked .card-inner {
  transform: rotateY(180deg);
}
.flip-cards__card-2 {
  max-width: 448px;
  z-index: 4;
}
.flip-cards .card-front-2 {
  background-image: url(../img/career/flip-card-2.svg);
  background-position: 100% calc(100% - 46px);
  background-size: 216px 217px;
}
.flip-cards__card-3 {
  max-width: 502px;
  z-index: 4;
}
.flip-cards .card-front-3 {
  background-image: url(../img/career/flip-card-3.svg);
  background-position: 100% 100%;
  background-size: 284px 278px;
}
.flip-cards__card-4 {
  max-width: 401px;
}
.flip-cards .card-front-4 {
  background-image: url(../img/career/flip-card-4.svg);
  background-position: 38% 100%;
}
.flip-cards__card-5 {
  max-width: 381px;
}
.flip-cards .card-front-5 {
  background-image: url(../img/career/flip-card-5.svg);
  background-position: 100% calc(100% - 25px);
  background-size: 212px 217px;
}
.flip-cards__card-6 {
  max-width: 562px;
}
.flip-cards .card-front-6 {
  background-image: url(../img/career/flip-card-6.svg);
  background-position: calc(100% - 42px) calc(100% - 25px);
  background-size: 209px 233px;
}
.flip-cards__btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.flip-cards__arrow {
  display: none;
}

.students-prof {
  margin-bottom: 72px;
}
.students-prof__btns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 52px;
}
.students-prof__btns button {
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  text-align: left;
  color: #acafb4;
  display: flex;
  align-items: center;
  gap: 10px;
}
.students-prof__btns button:first-child::after {
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background-color: #d12d38;
}
.students-prof__btns button.active {
  color: #314560;
}
.students-prof .students__flex {
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin-bottom: 24px;
}
.students-prof .students__block {
  border-radius: 12px;
  padding: 37px 42px;
  width: 100%;
}
.students-prof .students__block p {
  margin-bottom: 42px;
}
.students-prof .students__block-1 {
  max-width: 803px;
}
.students-prof .students__flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.students-prof .students__flexbox a {
  text-decoration: underline;
}
.students-prof .students__btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.students-prof .students__block-2 {
  max-width: 565px;
}
.students-prof .students__flexbox-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.students-prof .students__flexbox-2 strong {
  display: block;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 16px;
}
.students-prof .students__accardeons {
  margin-bottom: 72px;
}
.students-prof .prof__block {
  border-radius: 12px;
  min-height: 330px;
  padding: 42px;
  max-width: 803px;
  width: 100%;
  background-color: #ebebeb;
  color: #314560;
}
.students-prof .prof__block .prof__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 52px;
}
.students-prof .prof__block .prof__flex a {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 400;
}
.students-prof .prof__block .prof__flexbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.students-prof .prof__block .prof__flexbox a {
  padding: 21px 42px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.students-prof .prof__block .prof__flexbox a span:first-child {
  font-size: 18px;
  font-weight: 500;
}
.students-prof .prof__block .prof__flexbox a span:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 16px;
}
.students-prof .prof__block-2 {
  border-radius: 12px;
  max-width: 565px;
  padding: 42px;
  min-height: 330px;
  background-color: #314560;
  color: #fff;
}
.students-prof .prof__block-2 p {
  margin-bottom: 42px;
}
.students-prof .prof__block-2 .students__flexbox {
  flex-direction: column;
  align-items: flex-start;
}
.students-prof .friday h3 {
  color: #d12d38;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.students-prof .friday span {
  display: block;
  margin-bottom: 52px;
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.students-prof .friday__flex {
  display: flex;
  align-items: center;
  gap: 24px;
}
.students-prof .friday__block {
  border-radius: 12px;
  min-height: 284px;
  width: 100%;
}
.students-prof .friday__block-1 {
  background-image: url(../img/china-desk/tea.png);
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  max-width: 963px;
}
.students-prof .friday__block-1 img {
  position: absolute;
  bottom: 0;
  right: 0px;
}
.students-prof .friday__block-2 {
  max-width: 405px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.students-prof .friday__block-2 span {
  display: block;
  max-width: 209px;
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: unset;
}
.students-prof .friday__block-2 strong {
  font-weight: 500;
}

.office {
  margin-bottom: 72px;
}
.office h2 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 52px;
}
.office .swiper-wrapper {
  margin-bottom: 24px;
}
.office img {
  border-radius: 12px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 709px;
}

.reviews {
  margin-bottom: 72px;
}
.reviews h2 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 52px;
}
.reviews__block {
  border-radius: 12px;
  padding: 42px;
  max-width: 402px;
  background-color: #ebebeb;
  color: #314560;
  position: relative;
}
.reviews__block span {
  font-weight: 500 !important;
}
.reviews__block a {
  position: absolute;
  inset: 0;
}
.reviews__block img {
  max-width: 90px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}
.reviews__block p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews__btn {
  display: block;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
  color: #757575;
  transition: color 0.25s ease;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.reviews__btn:hover {
  color: #D12D38;
}
.reviews .swiper-slide {
  max-width: 402px;
}
.reviews .swiper-wrapper {
  margin-bottom: 24px;
}
.reviews__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.reviews p {
  margin-bottom: 20px;
}
.reviews span {
  font-weight: 500;
}

.career-page .news {
  margin-bottom: 72px;
}
.career-page .news h2 {
  margin-bottom: 52px;
  font-size: 36px;
  color: #314560;
}

.career-modal {
  border: none;
  border-radius: 14px;
  padding: 42px;
}
.career-modal h2 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 42px;
  max-width: 90%;
}
.career-modal .career-modal__close {
  position: absolute;
  top: 36px;
  right: 36px;
}
.career-modal .career-modal__input {
  position: relative;
}
.career-modal .career-modal__input strong {
  display: none;
  color: #d12d38;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
.career-modal .career-modal__input.error strong {
  display: block;
}
.career-modal .career-modal__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.career-modal .career-modal__form input {
  height: 56px;
  border: 1px solid #757575;
  border-radius: 4px;
  padding-left: 18px;
  width: 100%;
}
.career-modal .career-modal__form input::-moz-placeholder {
  color: #757575;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.career-modal .career-modal__form input::placeholder {
  color: #757575;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.career-modal .error input {
  border-color: #d12d38;
}
.career-modal .career-modal__btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 260px;
}
.career-modal .career-modal__btn-2 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 260px;
}
.career-modal .career-modal__flex {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.career-modal .career-modal__flex span {
  color: #757575;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
}
.career-modal .career-modal__flex span a {
  text-decoration: underline;
}
.career-modal .custom-chekbox {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #757575;
  position: relative;
  flex-shrink: 0;
}
.career-modal .custom-chekbox::after {
  content: "";
  display: none;
  background-image: url(../img/svg/red-gal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 9px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.career-modal .active.custom-chekbox::after {
  display: block;
}
.career-modal__agreement {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.career-modal__agreement strong {
  display: none;
  color: #d12d38;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.career-modal .error strong {
  display: block;
}

@media (max-width: 1300px) {
  .career .header__burger-btn span {
    background-color: #fff;
  }
  .career .header .menu__link {
    color: #314560;
  }
}
@media (max-width: 1250px) {
  .flip-cards {
    margin-bottom: 56px;
  }
  .flip-cards__flexbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .flip-cards__flex {
    display: contents;
  }
  .flip-cards .card {
    max-width: unset;
    min-height: 276px;
  }
  .flip-cards .card p {
    font-size: 14px;
  }
  .flip-cards .card-inner {
    min-height: 276px;
  }
  .flip-cards .card-front,
  .flip-cards .card-back {
    min-height: 276px;
    padding: 24px;
  }
  .flip-cards .flip-cards__card-3,
  .flip-cards .flip-cards__card-4 {
    z-index: 4;
  }
  .flip-cards__arrow {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .bg-blue .flip-cards__arrow path {
    fill: #fff;
  }
  .bg-red .flip-cards__arrow path {
    fill: #fff;
  }
  .bg-gray .flip-cards__arrow path {
    fill: #314560;
  }
  .flip-cards .card-front-1 {
    background-position: calc(100% - 23px) calc(100% - 24px);
    background-size: 178px 170px;
  }
  .flip-cards .card-front-2 {
    background-position: calc(100% - 24px) calc(100% - 24px);
    background-size: 152px 179px;
  }
  .flip-cards .card-front-3 {
    background-size: 218px 214px;
  }
  .flip-cards .card-front-4 {
    background-size: 130%;
    background-position: calc(100% + 130px) 100%;
  }
  .flip-cards .card-front-5 {
    background-size: 160px 173px;
    background-position: calc(100% - 20px) 100%;
  }
  .flip-cards .card-front-6 {
    background-size: 158px 151px;
    background-position: calc(100% - 24px) calc(100% - 24px);
  }
}
@media (max-width: 993px) {
  .career {
    min-height: 400px;
  }
  .career__swiper {
    min-height: 400px;
  }
  .career__swiper img,
  .career__swiper video {
    min-height: 400px;
  }
  .students-prof .students__block {
    padding: 18px 24px;
  }
  .students-prof .students__block p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .students-prof .students__block span {
    font-size: 14px;
  }
  .students-prof .students__block-2 {
    min-height: 323px;
    display: flex;
    align-items: center;
  }
  .students-prof .students__block-2 strong {
    font-size: 18px;
  }
  .students-prof .students__flexbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .students-prof .students__flexbox-2 {
    gap: 18px;
  }
  .students-prof .students-prof__btns {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .students-prof .students__accardeons {
    margin-bottom: 52px;
  }
  .students-prof .friday span {
    margin-bottom: 24px;
  }
  .students-prof .prof__block {
    padding: 24px 18px;
    max-width: 50%;
  }
  .students-prof .prof__block .prof__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    font-size: 18px;
    margin-bottom: 41px;
  }
  .students-prof .prof__block .prof__flex a {
    flex-direction: row-reverse;
    gap: 12px;
    text-decoration: underline;
  }
  .students-prof .prof__block .prof__flexbox {
    gap: 18px;
  }
  .students-prof .prof__block .prof__flexbox a {
    padding: 18px;
  }
  .students-prof .prof__block .prof__flexbox a span:first-child {
    font-size: clamp(10px, 2vw, 14px);
  }
  .students-prof .prof__block .prof__flexbox a span:nth-child(2) {
    font-size: 10px;
    gap: 10px;
  }
  .students-prof .prof__block-2 {
    max-width: 50%;
    padding: 24px;
  }
  .students-prof .prof__block-2 p {
    margin-bottom: 24px;
  }
  .students-prof .prof__block-2 span {
    display: flex;
    font-size: 14px;
  }
  .office {
    margin-bottom: 52px;
  }
  .office h2 {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .office img {
    min-height: 361px;
  }
  .reviews {
    margin-bottom: 52px;
  }
  .reviews h2 {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .career-page .news {
    margin-bottom: 52px;
  }
  .career-page .news h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .flip-cards .card-front-2 {
    background-position: calc(100% - 22px) 100%;
  }
  .friday .friday__flex {
    flex-direction: column;
  }
  .friday .friday__block-2 {
    max-width: unset;
    min-height: 165px;
  }
  .friday .friday__block-1 {
    min-height: 212px;
    background-size: cover;
    width: 100%;
  }
  .reviews .reviews__btns {
    display: none;
  }
}
@media (max-width: 576px) {
  .career {
    min-height: 252px;
  }
  .career__swiper {
    min-height: 252px;
  }
  .career__swiper img,
  .career__swiper video {
    min-height: 252px;
  }
  .career .career__navigation {
    bottom: 10px;
  }
  .career .career__swiper-btn svg {
    width: 38px;
  }
  .flip-cards {
    margin-bottom: 36px;
  }
  .flip-cards__flexbox {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 36px;
  }
  .flip-cards .flip-cards .card-front-4 {
    background-size: 140%;
    background-position: calc(100% + 154px) 100%;
  }
  .students-prof {
    margin-bottom: 36px;
  }
  .students-prof .students-prof__btns {
    flex-direction: column;
    margin-bottom: 24px;
    gap: 0px;
  }
  .students-prof .students-prof__btns button {
    font-size: 26px;
  }
  .students-prof .students-prof__btns button:first-child::after {
    height: 26px;
  }
  .students-prof .students__block {
    padding: 18px;
  }
  .students-prof .students__block p {
    margin-bottom: 18px;
  }
  .students-prof .students__flexbox {
    gap: 24px;
  }
  .students-prof .students__flex {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
  }
  .students-prof .students__block-2 {
    min-height: unset;
  }
  .students-prof .friday h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .students-prof .friday span {
    font-size: 14px;
  }
  .students-prof .friday .friday__flex {
    gap: 12px;
  }
  .students-prof .friday .friday__block-1 {
    min-height: 164px;
  }
  .students-prof .friday .friday__block-2 {
    min-height: 138px;
    padding: 18px;
    justify-content: center;
  }
  .students-prof .friday .friday__block-2 span {
    font-size: 14px;
    margin-bottom: unset;
  }
  .students-prof .prof__block {
    max-width: unset;
    padding: 18px;
    min-height: unset;
  }
  .students-prof .prof__block .prof__flex {
    margin-bottom: 18px;
  }
  .students-prof .prof__block .prof__flex a {
    font-size: 10px;
  }
  .students-prof .prof__block .prof__flexbox a span:first-child {
    font-size: clamp(10px, 4vw, 14px);
  }
  .students-prof .prof__block-2 {
    max-width: unset;
    padding: 18px;
    min-height: unset;
  }
  .office {
    margin-bottom: 36px;
  }
  .office h2 {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .office img {
    min-height: 170px;
  }
  .office .office__btns {
    display: none;
  }
  .office .swiper-wrapper {
    margin-bottom: 12px;
  }
  .reviews {
    margin-bottom: 36px;
  }
  .reviews h2 {
    font-size: 22px;
  }
  .reviews .swiper-slide {
    max-width: 244px;
  }
  .reviews__block {
    max-width: 244px;
    padding: 18px;
  }
  .reviews__flex svg {
    width: 44px;
    height: 32px;
  }
  .reviews__flex img {
    width: 55px;
    height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .reviews .swiper-wrapper {
    margin-bottom: 12px;
  }
  .career-page .news {
    margin-bottom: 36px;
  }
  .career-page .news h2 {
    font-size: 22px;
    max-width: 80%;
    margin: 0 auto 32px;
  }
  .career-modal {
    padding: 24px;
  }
  .career-modal .career-modal__btn,
  .career-modal .career-modal__btn-2 {
    max-width: 420px;
  }
}
.china {
  background-color: rgba(255, 255, 255, 0.76);
  border-radius: 12px;
  margin-bottom: 24px;
  background-image: url(../img/practice/bg-modal.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  max-width: 1392px;
  margin: 0 auto;
  min-height: 462px;
}
.china__flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 361px;
  overflow: hidden;
  position: relative;
}
.china h1 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 48px;
  text-align: center;
  position: relative;
  z-index: 5;
}
.china__img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  right: 0%;
  opacity: 0.38;
  bottom: -130px;
}

.china-ratings {
  margin-bottom: 72px;
}

.china-projects {
  margin-bottom: 72px;
}

.china-content__grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 72px;
}
.china-content__flex {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.china-content__flex-1 div:nth-child(1) {
  max-width: 567px;
}
.china-content__flex-1 div:nth-child(2) {
  max-width: 801px;
}
.china-content__flex-2 div:nth-child(1) {
  max-width: 866px;
}
.china-content__flex-2 div:nth-child(2) {
  max-width: 502px;
}
.china-content__block {
  border-radius: 12px;
  width: 100%;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.china-content__block strong {
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
}
.china-content__block img {
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.25s ease;
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
}
.china-content__block img:hover {
  filter: grayscale(0);
}
.china-content__block-text {
  padding: 42px;
}

.china-members h2 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 52px;
}

.deal {
  margin-bottom: 72px;
}
.deal__flexbox {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.deal__block {
  background-color: #ebebeb;
  border-radius: 12px;
  padding: 42px;
  max-width: 597px;
  min-height: 361px;
  width: 100%;
}
.deal__block h2 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 24px;
}
.deal__block span {
  display: none;
}
.deal__block p {
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.deal__swiper {
  width: 100%;
}
.deal .swiper-wrapper {
  box-sizing: border-box;
  margin-bottom: 16px;
}
.deal .swiper-slide {
  max-width: 230px;
  min-height: 325px;
}
.deal .swiper-slide a {
  position: relative;
  display: flex;
}
.deal .swiper-slide img {
  height: 325px;
  max-width: 230px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.deal .swiper-slide svg {
  display: none;
}
.deal .swiper-slide .deal__blur {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 180px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  mask-image: linear-gradient(to top, black, transparent 100%);
  filter: blur(16px);
  -webkit-mask-image: linear-gradient(to top, black, transparent 100%);
  border-radius: 0 0 12px 12px;
}
.deal .swiper-slide .deal__flex-2 {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-top: auto;
  pointer-events: none;
  padding: 0 16px 0px;
}
.deal .swiper-slide .deal__flex-2 strong {
  color: #314560;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
}
.deal .swiper-slide .deal__flex-2 span {
  white-space: nowrap;
  color: #314560;
  font-family: Euclid Square;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

.china-news {
  padding-bottom: 72px;
}
.china-news h2 {
  font-size: 36px;
  margin-bottom: 52px;
}

.tea {
  margin-bottom: 72px;
}
.tea h2 {
  color: #d12d38;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.tea span {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 52px;
}
.tea__flex {
  display: flex;
  gap: 24px;
}
.tea__block {
  min-height: 284px;
  max-width: 970px;
  width: 100%;
  background-image: url(../img/china-desk/tea.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.tea__block img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tea__link {
  border-radius: 12px;
  background-color: #d12d38;
  max-width: 405px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.tea__link span {
  display: block;
  max-width: 209px;
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: unset;
}
.tea__link strong {
  font-weight: 500;
}

@media (max-width: 768px) {
  .china {
    min-height: 400px;
  }
  .china__flexbox {
    min-height: 336px;
  }
  .china h1 {
    font-size: 36px;
  }
  .china-projects {
    margin-bottom: 52px;
  }
  .china-ratings {
    margin-bottom: 52px;
  }
  .china-content__grid {
    margin-bottom: 52px;
  }
  .china-content__block strong {
    font-size: 18px;
  }
  .china-content__flex-1 div:nth-child(1) {
    max-width: 287px;
  }
  .china-content__flex-1 div:nth-child(2) {
    max-width: 409px;
  }
  .china-content__flex-2 div:nth-child(1) {
    max-width: 383px;
  }
  .china-content__flex-2 div:nth-child(2) {
    max-width: 313px;
  }
  .china-content__block-text {
    padding: 24px;
  }
  .china-content__members {
    margin-bottom: 52px;
  }
  .china-members h2 {
    margin-bottom: 32px;
  }
  .deal {
    margin-bottom: 52px;
  }
  .deal__flexbox {
    flex-direction: column;
    gap: 32px;
    background-color: #ebebeb;
    border-radius: 12px;
    padding: 24px;
  }
  .deal__block {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    max-width: unset;
    min-height: unset;
  }
  .deal__block h2 {
    text-align: center;
    font-size: 18px;
  }
  .deal__block p {
    display: none;
  }
  .deal__block span {
    display: block;
    color: #314560;
    font-family: Euclid Square;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  .deal__swiper {
    width: 100%;
  }
  .deal .swiper-wrapper {
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    margin-bottom: 0;
  }
  .deal .swiper-slide {
    max-width: 104px;
    min-height: unset;
  }
  .deal .swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .deal .swiper-slide img {
    display: none;
  }
  .deal .swiper-slide svg {
    display: block;
  }
  .deal .swiper-slide .deal__blur {
    display: none;
  }
  .deal .swiper-slide .deal__flex-2 {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .deal .swiper-slide .deal__flex-2 strong {
    color: #314560;
    font-size: 16px;
    font-weight: 500;
  }
  .deal .swiper-slide .deal__flex-2 span {
    color: #757575;
    font-size: 14px;
  }
  .deal .deal__flex {
    display: none;
  }
  .china-news {
    padding-bottom: 52px;
  }
  .china-news h2 {
    margin-bottom: 32px !important;
  }
  .tea {
    display: none;
  }
}
@media (max-width: 576px) {
  .china {
    min-height: 252px;
  }
  .china__flexbox {
    min-height: 202px;
  }
  .china h1 {
    font-size: 26px;
  }
  .china__img {
    height: 100%;
    bottom: -30px;
  }
  .china-projects {
    margin-bottom: 36px;
  }
  .china-ratings {
    margin-bottom: 36px;
  }
  .china-content__grid {
    gap: 12px;
    margin-bottom: 36px;
  }
  .china-content__flex {
    flex-direction: column;
    gap: 12px;
  }
  .china-content__block {
    min-height: 90px;
  }
  .china-content__block strong {
    font-size: 14px;
  }
  .china-content__flex-1 div:nth-child(1) {
    max-width: unset;
  }
  .china-content__flex-1 div:nth-child(2) {
    max-width: unset;
  }
  .china-content__flex-2 div:nth-child(1) {
    max-width: unset;
  }
  .china-content__flex-2 div:nth-child(2) {
    max-width: unset;
  }
  .china-content__block-text {
    padding: 18px;
  }
  .china-content__members {
    margin-bottom: 36px;
  }
  .china-members h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .deal {
    margin-bottom: 36px;
  }
  .deal h2 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .deal__flexbox {
    padding: 18px;
    gap: 24px;
  }
  .deal__block span {
    font-size: 14px;
  }
  .deal .swiper-wrapper {
    gap: 24px 50px;
  }
  .deal .swiper-slide a {
    gap: 16px;
  }
  .deal .swiper-slide .deal__flex-2 strong {
    font-size: 14px;
  }
  .deal .swiper-slide .deal__flex-2 span {
    font-size: 12px;
  }
  .china-news {
    padding-bottom: 36px;
  }
  .china-news h2 {
    font-size: 22px !important;
    margin-bottom: 24px !important;
  }
}
.cs-page {
  background-image: url(../img/cs/cs.webp);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100svh - 48px);
  border-radius: 12px;
  max-width: 1392px;
  margin: 0 auto;
}
.cs-page .menu {
  margin-right: auto;
}
.cs-page .header__flex {
  gap: 55px;
}

.cs__flex {
  display: flex;
  flex-direction: column;
  gap: 56px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  min-height: calc(100svh - 150px);
}

.cs__title {
  color: var(--Blue, #314560);
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: 0%;
  text-align: left;
}

.cs__btn {
  max-width: 273px;
}

@media (max-width: 1300px) {
  .cs-page .header__flex {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .cs__flex {
    min-height: calc(100svh - 120px);
    gap: 36px;
  }
  .cs__title {
    font-size: 26px;
    line-height: 33px;
  }
}
@media (max-width: 576px) {
  .cs-page {
    min-height: calc(100svh - 24px);
  }
  .cs__flex {
    min-height: calc(100svh - 85px);
  }
}
.file-hunter .menu__link {
  color: #314560 !important;
}
.file-hunter .header__burger-btn span {
  background-color: #314560 !important;
}
.file-hunter .header-bg {
  width: 110%;
  height: 106px;
  top: -20px;
  left: -20px;
  position: absolute;
  filter: blur(30px);
  background: #ffffff;
}

.prod {
  margin-bottom: 72px;
  margin-top: 48px;
}
.prod h2 {
  color: var(--Blue, #314560);
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 52px;
}
.prod .swiper-wrapper {
  margin-bottom: 24px;
  align-items: stretch;
  box-sizing: border-box;
}
.prod .swiper-slide {
  max-width: 414px;
  height: auto;
}
.prod__card {
  border-radius: 12px;
  background: #ffffff;
  padding: 42px;
  min-height: 380px;
  position: relative;
  height: 100%;
}
.prod__card h3 {
  color: var(--Red, #d12d38);
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.prod__card p {
  color: #314560;
  position: relative;
  z-index: 2;
}
.prod__card img {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 0;
  opacity: 0.5;
}
.prod__swiper-btn {
  display: flex;
}

.resolve {
  margin-bottom: 72px;
}
.resolve h2 {
  color: var(--Blue, #314560);
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 52px;
}
.resolve__swiper {
  max-width: calc(100% - 100px);
  margin: 0 auto;
}
.resolve .swiper-wrapper {
  box-sizing: border-box;
  align-items: stretch;
}
.resolve .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  gap: 24px;
}
.resolve__card {
  border-radius: 12px;
  background-color: #d12d38;
  padding: 42px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  width: 100%;
  background-image: url(../img/svg/cross.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 400px;
}
.resolve__card h3 {
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: left;
  max-width: 465px;
}
.resolve__card p {
  color: #fff;
}
.resolve__card strong {
  font-weight: 500;
  color: #fff;
  font-family: Euclid Square;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
}
.resolve__card ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.resolve__card ul li {
  color: #fff;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.resolve__card ul li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 5px;
  height: 5px;
  background: var(--Red, #d12d38);
  position: relative;
  top: 9px;
}
.resolve__card:nth-child(2n) {
  background-color: var(--Grey, #ebebeb);
  background-image: url(../img/svg/marks.svg);
}
.resolve__card:nth-child(2n) h3 {
  color: var(--Blue, #314560);
}
.resolve__card:nth-child(2n) p {
  color: var(--Blue, #314560);
}
.resolve__card:nth-child(2n) li {
  color: var(--Blue, #314560);
}
.resolve__card:nth-child(2n) strong {
  color: var(--Blue, #314560);
}
.resolve__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.resolve__btn-prev {
  transform: translateY(-50%) rotate(180deg);
}
.resolve__btn-next {
  right: 0;
}
.resolve__pagination {
  display: none;
}

.works h2 {
  color: var(--Blue, #314560);
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 52px;
}
.works h3 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 29.26px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 0px;
  position: absolute;
  top: 20px;
  left: 25px;
  max-width: 64%;
}
.works__flex {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
.works__block {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
}
.works__block-2 {
  background-color: #ebebeb;
  padding: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.works ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.works li {
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.works li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 5px;
  height: 5px;
  background: var(--Red, #d12d38);
  position: relative;
  top: 9px;
}

@media (max-width: 992px) {
  .works__flex {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .works__block img {
    display: block;
    margin: 0 auto;
  }
  .works__block-2 {
    padding: 24px;
  }
  .works ul {
    gap: 8px;
  }
  .works li {
    font-size: 16px;
    line-height: 20px;
  }
  .works li::before {
    top: 7px;
  }
}
@media (max-width: 768px) {
  .prod {
    margin-bottom: 52px;
  }
  .prod h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 56px;
  }
  .prod .swiper-slide {
    max-width: 324px;
  }
  .prod__card {
    padding: 24px;
    min-height: 253px;
  }
  .prod__card h3 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 12px;
  }
  .prod__card p {
    font-size: 16px;
    line-height: 20px;
  }
  .prod__card img {
    width: 60%;
    height: 60%;
    right: 20px;
    bottom: 20px;
  }
  .prod .swiper__btns {
    display: none;
  }
  .resolve {
    margin-bottom: 52px;
  }
  .resolve h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 32px;
  }
  .resolve__swiper {
    max-width: calc(100% - 48px);
  }
  .resolve__card {
    padding: 24px;
    gap: 12px;
  }
  .works {
    margin-bottom: 36px;
  }
  .works h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 700px) {
  .resolve__swiper {
    max-width: unset;
  }
  .resolve .swiper-wrapper {
    margin-bottom: 12px;
  }
  .resolve__card h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .resolve__card strong {
    font-size: 14px;
    line-height: 18px;
  }
  .resolve__card p {
    font-size: 14px !important;
    line-height: 18px;
  }
  .resolve__card ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .resolve__card ul li::before {
    top: 7px;
  }
  .resolve__btn {
    display: none;
  }
  .resolve__pagination {
    display: flex;
  }
}
@media (max-width: 576px) {
  .prod {
    margin-bottom: 36px;
  }
  .prod h2 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 32px;
  }
  .prod .swiper-wrapper {
    margin-bottom: 12px;
  }
  .prod .swiper-slide {
    max-width: 276px;
  }
  .prod__card {
    padding: 18px;
    min-height: 213px;
  }
  .prod__card h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .resolve {
    margin-bottom: 36px;
  }
  .resolve h2 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 32px;
  }
  .resolve .swiper-wrapper {
    align-items: flex-start;
  }
  .resolve .swiper-slide {
    flex-direction: column;
    gap: 12px;
    height: unset;
  }
  .resolve__card {
    height: unset;
    background-size: contain;
  }
  .works {
    margin-bottom: 36px;
  }
  .works h2 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 32px;
  }
  .works h3 {
    font-size: 14.37px;
    line-height: 18px;
    top: 10px;
    left: 12px;
  }
  .works li {
    font-size: 14px;
    line-height: 18px;
  }
}
@font-face {
  font-family: "Euclid Square";
  font-weight: 400;
  src: url("../fonts/EuclidSquare-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Square";
  font-weight: 500;
  src: url("../fonts/EuclidSquare-Medium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: Euclid Square, "Arial", "Helvetica", sans-serif;
  background-color: #f9f9f9;
  margin-right: auto;
  margin-left: auto;
  min-width: 375px;
  position: relative;
  scrollbar-gutter: stable;
}

dialog {
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: none;
  text-decoration: underline;
}

p {
  cursor: default;
  margin: 0;
}

span {
  cursor: default;
}

strong {
  cursor: default;
}

img {
  max-width: 100%;
}

li {
  cursor: default;
  list-style-type: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0;
  cursor: default;
}

h1 {
  font-weight: 500;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: #000000;
}

.container {
  max-width: 1440px;
  padding: 0 24px;
  margin-right: auto;
  margin-left: auto;
}

.overflow {
  overflow: auto;
}

.overflow::-webkit-scrollbar {
  display: none;
}

.wrapper {
  position: relative;
  padding: 24px;
}

.swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.red-btn {
  display: block;
  border-radius: 4px;
  background: #d12d38;
  padding: 16px;
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: center;
  transition: background-color 0.25s ease;
  width: 100%;
}

.red-btn:hover {
  background-color: #be2933;
}

.red-btn:active {
  background-color: #be2933;
}

.red-btn:disabled {
  background-color: #acafb4;
}

.blue-btn {
  display: block;
  border-radius: 4px;
  background: #314560;
  padding: 16px;
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: center;
  transition: background-color 0.25s ease;
  width: 100%;
}

.blue-btn:hover {
  background-color: #24354c;
}

.blue-btn:active {
  background-color: #24354c;
}

.blue-btn:disabled {
  background-color: #acafb4;
}

h2 {
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}

.text-18-400 span {
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.text-18-400 p {
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}

.content.open {
  grid-template-rows: 1fr;
}

.acc img {
  transition: transform 0.3s ease;
}

.text-wrapper {
  min-height: 0;
}

.tabs__pane {
  display: none;
}

.tabs__pane.active {
  display: block;
}

.news-modal .custom-icon {
  width: 160px;
  height: 68px;
  display: flex;
  align-items: center;
}
.news-modal .custom-icon span {
  margin-bottom: unset !important;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
.news-modal .custom-icon span span {
  font-size: 12px;
  line-height: 14px;
  color: #666;
}

.swiper-button-disabled svg {
  opacity: 0.32;
}

.hidden {
  display: none;
}

.swiper-button-lock {
  display: none !important;
}

@media (max-width: 1300px) {
  .hidden-1300 {
    display: none;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .wrapper {
    padding: 12px;
  }
  .container {
    padding: 0 12px;
  }
  .red-btn {
    font-size: 14px;
    padding: 12px;
  }
  .blue-btn {
    font-size: 14px;
    padding: 12px;
  }
  h2 {
    font-size: 26px;
  }
  .text-18-400 span {
    font-size: 14px;
  }
  .text-18-400 p {
    font-size: 14px;
  }
}
.hero {
  min-height: 778px;
  max-width: 1392px;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
}
.hero .header {
  position: relative;
  z-index: 5;
}
.hero img,
.hero video,
.hero iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.hero .iframe-video::after {
  content: "";
  background: transparent;
  width: 100%;
  height: 45%;
  min-height: 1px;
  position: absolute;
  top: 0;
}
.hero .iframe-video::before {
  content: "";
  background: transparent;
  width: 100%;
  height: 45%;
  min-height: 1px;
  position: absolute;
  bottom: 0;
}
.hero .swiper-wrapper {
  box-sizing: border-box;
}
.hero__swiper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  max-width: 100%;
  width: 100%;
  border-radius: 12px;
}
.hero .swiper-slide {
  max-width: 100%;
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 32px;
  right: 42px;
  z-index: 6;
}
.hero .news-page__card {
  background-color: #ebebeb;
  max-height: unset;
}
.hero .news-page__card &gt; div {
  color: #314560;
  font-family: Euclid Square;
  font-size: 34px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  max-width: 50%;
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.hero .hero__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}
.hero .hero__arrows {
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 5;
}
.hero .hero__swiper-btn {
  display: flex;
}
.hero .hero__swiper-btn svg path {
  fill: #fff;
}
.hero .hero__swiper-btn:disabled svg path {
  opacity: 0.32;
}

@media (max-width: 993px) {
  .hero .news-page__card &gt; div {
    font-size: 26px;
    margin-bottom: 0;
    max-width: 50%;
    padding-top: unset;
    -webkit-line-clamp: 16;
  }
}
@media (max-width: 768px) {
  .hero__btns {
    display: none;
  }
  .hero .news-page__card {
    padding-top: 100px;
    gap: 20px;
  }
  .hero .news-page__card &gt; div {
    font-size: 18px;
    -webkit-line-clamp: 9;
    line-height: 1.2;
  }
}
@media (max-width: 700px) {
  .hero {
    min-height: 500px;
  }
  .hero .news-page__card &gt; div {
    max-width: 100%;
    overflow: visible;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    list-style: normal;
  }
}
@media (max-width: 576px) {
  .hero {
    min-height: 556px;
    background-size: cover;
  }
  .hero .hero__swiper .hero__pagination {
    bottom: 21px;
    left: 15px;
  }
  .hero .news-page__card {
    padding-top: 115px;
  }
  .hero .hero__navigation {
    bottom: unset;
    top: 85px;
  }
  .hero .hero__swiper-btn svg {
    width: 38px;
  }
  .hero .hero__swiper-btn svg path {
    fill: #314560;
  }
}
.about {
  padding-top: 70px;
}
.about h2 {
  margin-bottom: 52px;
  color: #314560;
}
.about__grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about__flex {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.about__block {
  border-radius: 12px;
  min-height: 240px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  gap: 16px;
  max-width: 50%;
}
.about__block strong {
  font-family: Euclid Square;
  font-size: 55px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.about__text-block {
  padding: 42px;
}
.about__text-block span span {
  font-weight: 500;
}
.about__text-block .about__flex-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.about__text-block .about__flex-3 img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 64px;
  width: 100%;
  height: 32px;
}
.about__flex-1 &gt; div:nth-child(1) {
  max-width: 567px;
}
.about__flex-1 &gt; div:nth-child(2) {
  max-width: 801px;
}
.about__flex-2 &gt; div:nth-child(1) {
  max-width: 448px;
}
.about__flex-2 &gt; div:nth-child(2) {
  max-width: 502px;
}
.about__flex-2 &gt; div:nth-child(3) {
  max-width: 394px;
}
.about__flex-2 strong {
  text-align: left;
}
.about__flex-5 &gt; div:nth-child(1) {
  max-width: 354px;
}
.about__flex-5 &gt; div:nth-child(3) {
  max-width: 609px;
}
.about__flex-5 &gt; div:nth-child(4) {
  max-width: 381px;
}
.about__img-block img {
  width: 100%;
  min-height: 240px;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  filter: grayscale(1);
  transition: filter 0.25s ease;
}
.about__img-block:hover img {
  filter: grayscale(0);
}
.about__flex-4 {
  display: contents;
}
.about__video {
  border-radius: 12px;
  width: 100%;
  height: 709px;
  background-color: #ebebeb;
}

.ratings {
  background-color: #ebebeb;
  padding: 72px 42px;
  min-height: 338px;
  grid-column: span 2;
  max-width: unset;
  position: relative;
  border-radius: 12px;
}
.ratings h3 {
  /* Euclid Square Medium 48 */
  color: #d12d38;
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 70px;
}
.ratings .ratings__swiper {
  max-width: 1161px;
}
.ratings .rating__btn-prev {
  transform: rotate(180deg);
}
.ratings .swiper-wrapper {
  align-items: center;
}
.ratings .ratings__flex {
  display: flex;
  align-items: center;
  gap: 42px;
}
.ratings .swiper-slide {
  max-width: -moz-max-content;
  max-width: max-content;
}
.ratings img {
  -o-object-fit: contain;
  object-fit: contain;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 709px;
  border-radius: 12px;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: #000 url("../img/about/about-1.webp") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
}

.video-play {
  font-size: 48px;
  color: #fff;
  background: none;
  border: none;
}

@media (max-width: 992px) {
  .about__flex {
    flex-wrap: wrap;
  }
  .about__flex-1 &gt; div:nth-child(1) {
    max-width: calc(41% - 12px);
  }
  .about__flex-1 &gt; div:nth-child(2) {
    max-width: calc(59% - 12px);
  }
  .about__flex-2 &gt; div:nth-child(1) {
    max-width: 100%;
  }
  .about__flex-2 &gt; div:nth-child(2) {
    max-width: calc(50% - 12px);
  }
  .about__flex-2 &gt; div:nth-child(3) {
    max-width: calc(50% - 12px);
  }
  .about__flex-5 &gt; div:nth-child(1) {
    max-width: calc(44% - 12px);
  }
  .about__flex-5 &gt; div:nth-child(2) {
    max-width: calc(59% - 12px);
  }
  .about__flex-5 &gt; div:nth-child(3) {
    max-width: calc(41% - 12px);
  }
  .about .about__text-block .about__flex-3 {
    max-width: unset;
  }
  .about__block strong {
    font-size: 52px;
  }
  .about__flex-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .about__flex-4 .about__flex {
    display: contents;
  }
  .about__video {
    height: 361px;
  }
  .video-wrapper {
    height: 361px;
  }
}
@media (max-width: 768px) {
  .about {
    padding-top: 52px;
  }
  .about h2 {
    margin-bottom: 32px;
  }
  .about__text-block {
    padding: 18px 24px;
  }
  .about__block strong {
    font-size: 52px;
  }
  .ratings {
    padding: 32px;
  }
  .ratings h3 {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .ratings .swiper-slide {
    max-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .about {
    padding-top: 36px;
  }
  .about__flex {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .about__block {
    max-width: unset;
    min-height: 144px;
    gap: 10px;
  }
  .about__block strong {
    font-size: 36px;
  }
  .about__text-block {
    padding: 18px;
  }
  .about__grid {
    gap: 12px;
  }
  .about__flex-4 {
    display: contents;
  }
  .about__flex-4 .about__flex {
    display: flex;
  }
  .about .about__img-block img {
    min-height: 144px;
    max-height: 144px;
  }
  .about__flex-1 &gt; div:nth-child(1) {
    max-width: 100%;
  }
  .about__flex-1 &gt; div:nth-child(2) {
    max-width: 100%;
  }
  .about__flex-2 &gt; div:nth-child(1) {
    max-width: 100%;
  }
  .about__flex-2 &gt; div:nth-child(2) {
    max-width: 100%;
  }
  .about__flex-2 &gt; div:nth-child(3) {
    max-width: 100%;
  }
  .about__flex-5 &gt; div:nth-child(1) {
    max-width: 100%;
  }
  .about__flex-5 &gt; div:nth-child(2) {
    max-width: 100%;
  }
  .about__flex-5 &gt; div:nth-child(3) {
    max-width: 100%;
  }
  .video-wrapper {
    height: 170px;
  }
  .ratings {
    padding: 26px;
    min-height: unset;
  }
  .ratings h3 {
    font-size: 26px;
    margin-bottom: 22px;
  }
  .ratings .rating__btn-prev svg {
    width: 6px;
    height: 11px;
  }
  .ratings .rating__btn-next svg {
    width: 6px;
    height: 11px;
  }
  .ratings .ratings__flex {
    gap: 10px;
  }
  .ratings img {
    max-height: 50px;
  }
}
.contacts {
  padding: 24px 0;
}
.contacts h2 {
  color: var(--Blue, #314560);
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 843px;
  margin: 0 auto 52px;
}
.contacts__flex {
  display: flex;
  align-items: stretch;
}
.contacts__form {
  padding: 42px;
  background-color: #EBEBEB;
  border-radius: 12px 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.contacts__form input {
  background-color: #fff;
  height: 56px;
  padding-left: 18px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  color: #314560;
}
.contacts__form input:focus {
  text-decoration: unset;
}
.contacts__form input::-moz-placeholder {
  color: #757575;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.contacts__form input::placeholder {
  color: #757575;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.contacts__form span {
  color: #757575;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.contacts__form .contatcs__relative:last-child {
  margin-bottom: 33px;
}
.contacts__relative {
  display: flex;
  flex-direction: column;
}
.contacts__relative span {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  display: none;
  color: #d12d38;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.contacts .custom-select span {
  display: block;
  position: static;
  transform: unset;
}
.contacts .error span {
  display: block;
}
.contacts .error input {
  border-color: #d12d38;
}
.contacts .error .form-modal__select {
  border-color: #d12d38;
}
.contacts .select {
  border-color: transparent;
}
.contacts .select-list {
  max-height: 110px;
}
.contacts__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.contacts__btn {
  max-width: 50%;
}
.contacts picture {
  max-width: 619px;
  width: 100%;
}
.contacts img {
  display: block;
  max-width: 619px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 0 12px 12px 0;
}
.contacts .contacts-dropdown .select {
  border: 0;
}
.contacts .contacts-dropdown .arrow-placeholder {
  display: block;
}
.contacts .contacts-dropdown .custom-select span {
  display: block;
  position: static;
  transform: unset;
}

@media (max-width: 992px) {
  .contacts__flex {
    flex-direction: column;
    gap: 24px;
  }
  .contacts__form {
    border-radius: 12px;
  }
  .contacts img {
    max-width: unset;
    border-radius: 12px;
  }
  .contacts picture {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contacts h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 32px;
  }
  .contacts__form {
    padding: 49px 24px;
  }
}
@media (max-width: 576px) {
  .contacts {
    padding: 12px 0;
  }
  .contacts h2 {
    font-size: 26px;
    line-height: 33px;
  }
  .contacts__flex {
    gap: 12px;
  }
  .contacts__form {
    padding: 26px 18px;
    gap: 12px;
  }
  .contacts__form input {
    font-size: 14px;
    height: 42px;
    padding-left: 12px;
  }
  .contacts__form input::-moz-placeholder {
    font-size: 14px;
  }
  .contacts__form input::placeholder {
    font-size: 14px;
  }
  .contacts__form span {
    font-size: 12px;
    line-height: 15px;
    order: 3;
  }
  .contacts .select {
    min-height: 42px;
    padding-left: 12px;
  }
  .contacts .select .arrow-placeholder {
    font-size: 14px;
    left: 12px;
  }
  .contacts__relative {
    order: 2;
  }
  .contacts__relative span {
    font-size: 10px;
  }
  .contacts__btns {
    margin-top: 0;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 6px;
    order: 1;
  }
  .contacts__btn {
    max-width: 100%;
  }
  .contacts .contacts-dropdown .select {
    min-height: 42px;
    padding: 11px 12px;
  }
  .contacts .contacts-dropdown .arrow-placeholder {
    left: 12px;
    font-size: 14px;
  }
}
.news-page {
  max-width: 1392px;
  margin: 0 auto;
  min-height: 778px;
  border-radius: 12px;
  background: #ebebeb;
  position: relative;
}
.news-page .swiper {
  min-height: 706px;
  display: flex;
}
.news-page .swiper .swiper-slide {
  height: auto;
}
.news-page .swiper-wrapper {
  height: auto;
  box-sizing: border-box;
}
.news-page .news-page__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  max-width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}
.news-page .news-page__arrows {
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 5;
}
.news-page .news-page__swiper-btn {
  display: flex;
}
.news-page .news-page__swiper-btn svg path {
  fill: #fff;
}
.news-page .news-page__swiper-btn:disabled svg path {
  opacity: 0.32;
}
.news-page .news-page__next {
  transform: rotate(180deg);
}

.news-page__card {
  padding-left: 42px;
  max-height: 679px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 20px;
}
.news-page__card picture {
  position: absolute;
  bottom: 0px;
  right: 0;
  max-width: 73%;
  height: 100%;
}
.news-page__card .news-page__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0px 12px 0;
}
.news-page__card h1 {
  /* Euclid Square Medium 44 */
  color: #314560;
  font-family: Euclid Square;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  max-width: 50%;
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  line-clamp: 10;
  box-orient: vertical;
}
.news-page__card .news-page__btn {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 56px;
  padding: 16px 46px;
  z-index: 2;
}

.news-content {
  padding-bottom: 60px;
}
.news-content .members__filters {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-content .members__relative {
  margin-bottom: unset;
}
.news-content .news-content__list {
  display: flex;
  flex-direction: column;
}
.news-content .news-content__list li:not(:first-child) a {
  padding-top: 24px;
}
.news-content .news-content__list li:not(:last-child) a {
  padding-bottom: 24px;
  border-bottom: 1px solid #314560;
}
.news-content .news-content__list a {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.news-content .air-datepicker {
  display: none;
}
.news-content .date-picker {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  flex-direction: column;
  z-index: 5;
  padding: 11px 17px;
  background-color: #fff;
  border-radius: 3.17px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
}
.news-content .active .air-datepicker {
  display: block;
}
.news-content .active .date-picker {
  display: flex;
}
.news-content .date-picker__relative {
  margin-bottom: 24px;
}
.news-content .date-picker__relative svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.news-content .date-picker__relative input {
  border-radius: 3.17px;
  background: #f5f5f5;
  color: #314560;
  font-family: Euclid Square;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  border: none;
  height: 36px;
  padding-left: 12px;
}
.news-content .air-datepicker {
  border-radius: 3.17px;
  box-shadow: 0px 2px 4px 0px rgba(49, 69, 96, 0.1);
  border: none;
  color: #1d1d1d;
}
.news-content .-current- {
  color: #1d1d1d;
}
.news-content .air-datepicker-nav {
  padding: 11px 12px 10px;
  border-bottom: unset;
}
.news-content .air-datepicker-nav--title {
  color: #1d1d1d;
  font-family: Euclid Square;
  font-size: 13px;
  font-weight: 400;
  line-height: 22.13px;
  letter-spacing: 0.12px;
  text-align: left;
}
.news-content .air-datepicker-nav--title i {
  color: #1d1d1d;
  font-family: Euclid Square;
  font-size: 13px;
  font-weight: 400;
  line-height: 22.13px;
  letter-spacing: 0.12px;
  text-align: left;
}
.news-content .air-datepicker-nav--action path {
  stroke: #1d1d1d;
}
.news-content .air-datepicker--content {
  padding: 0 19px 6px;
}
.news-content .air-datepicker-body--day-names {
  height: 31px;
  margin: 0;
}
.news-content .air-datepicker-body--day-name {
  color: #5e7eaa;
  font-family: Euclid Square;
  font-size: 9.51px;
  font-weight: 400;
  line-height: 14.26px;
  letter-spacing: 0px;
  text-align: center;
}
.news-content .air-datepicker-cell {
  border-radius: 100%;
}
.news-content .air-datepicker-cell .-day {
  width: 28px;
  height: 28px;
}
.news-content .air-datepicker-body--cells.-days- {
  grid-auto-rows: 28px;
}
.news-content .air-datepicker-cell.-day-:hover {
  background: #e5ebf2;
}
.news-content .air-datepicker-cell.-selected- {
  background-color: #314560;
}
.news-content .air-datepicker-cell.-selected-:hover {
  color: #fff;
  background-color: #314560;
}
.news-content .air-datepicker-cell.-range-to-.-range-from- {
  border-radius: 100%;
}
.news-content .air-datepicker-cell.-in-range- {
  background-color: #e5ebf2;
}
.news-content .air-datepicker--buttons,
.news-content .air-datepicker--time {
  border: none;
}
.news-content .custom-button-classname {
  background-color: #d12d38;
  border-radius: 3px;
  padding: 8px 12px;
  height: unset;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}
.news-content .custom-button-classname span {
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 9.37px;
  font-weight: 500;
  text-align: center;
}
.news-content .datepicker__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
}
.news-content .datepicke__clear {
  color: #314560;
  font-family: Euclid Square;
  font-size: 9.4px;
  font-weight: 500;
  padding: 8px 12px;
  text-align: center;
  border: 0.79px solid #314560;
  border-radius: 3.17px;
}
.news-content .datepicke__accept {
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 9.37px;
  font-weight: 500;
  text-align: center;
  padding: 8px 12px;
  border-radius: 3.17px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.news-content .news-content__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}
.news-content .news-content__flex {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 56px;
}
.news-content .news-content__card {
  min-height: 302px;
  border-radius: 12px;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
}
.news-content .news-content__card h2 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 14.38px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  max-width: 50%;
  z-index: 3;
}
.news-content .news-content__card .news-content__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-content .news-content__card a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
}
.news-content__btn {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 16px 46px;
}
.news-content .news-content__filter-btn {
  display: none;
}
.news-content .filters-flex {
  display: none;
}
.news-content .filter-accept-btn {
  display: none;
}

.news-modal {
  width: 100%;
  padding-bottom: 72px;
}
.news-modal__block {
  border-radius: 12px;
  min-height: 462px;
  background-color: #ebebeb;
  margin-bottom: 24px;
  max-width: 1392px;
  margin: 0 auto;
  position: relative;
}
.news-modal__block .news-modal__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 0 0 42px;
  position: relative;
  min-height: 462px;
}
.news-modal__block .news-modal__imgs {
  display: flex;
  flex-direction: column;
  height: auto;
}
.news-modal__block h1 {
  color: #314560;
  font-family: Euclid Square;
  font-size: clamp(20px, 10vw, 44px);
  font-weight: 500;
  text-align: left;
  max-width: 53%;
  max-height: 375px;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  line-clamp: 10;
  box-orient: vertical;
}
.news-modal__block picture {
  position: absolute;
  bottom: 0px;
  right: 0;
  max-width: 73%;
  height: 100%;
}
.news-modal__block .news-page__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0px 12px 0;
}
.news-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
}
.news-modal__flex-2 {
  display: flex;
  gap: 24px;
  margin-bottom: 72px;
}
.news-modal__flex-2 &gt; div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-modal__flex-2 iframe {
  width: 100%;
  min-height: 521px;
  border-radius: 12px;
  background-color: hsl(0, 0%, 94%);
}
.news-modal .news-modal__block-2 {
  scroll-margin-top: 24px;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  position: relative;
}
.news-modal .news-modal__block-2 p a {
  color: #d12d38;
}
.news-modal .news-modal__block-2 ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.news-modal .news-modal__block-2 ul a {
  color: #d12d38;
}
.news-modal .news-modal__block-2 ul li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  position: relative;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #d12d38;
}
.news-modal .news-modal__block-2 ol {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: unset;
  margin-top: unset;
  counter-reset: list-counter;
}
.news-modal .news-modal__block-2 ol li {
  counter-increment: list-counter;
}
.news-modal .news-modal__block-2 ol li::before {
  content: counter(list-counter) ". ";
  min-width: 15px;
  color: #d12d38;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.news-modal .news-modal__block-2 li {
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #314560;
  display: flex;
  gap: 8px;
}
.news-modal .news-modal__block-2 p:not(:last-child) {
  margin-bottom: 20px;
}
.news-modal .news-modal__block-2 ul:not(:last-child) {
  margin-bottom: 20px;
}
.news-modal .news-modal__block-2 .news-modal__flex-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 46px;
}
.news-modal .news-modal__block-2 .news-modal__flex-3 span {
  color: #949494;
}
.news-modal .news-modal__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}
.news-modal .programm {
  padding: 42px;
  background-color: #fff;
  border-radius: 12px;
  scroll-margin-top: 24px;
}
.news-modal .programm__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.news-modal .programm h3 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: left;
}
.news-modal .programm-btn {
  padding: 16px 46px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.news-modal .programm li {
  padding: 24px 0;
  border-bottom: 1px solid #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #314560;
}
.news-modal .programm li span {
  color: #d12d38;
}
.news-modal .programm li:first-child {
  padding-top: unset;
}
.news-modal .programm .acc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.news-modal .programm svg {
  width: 16px;
  height: 8px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.news-modal .programm .rotate svg {
  transform: rotate(180deg);
}
.news-modal .map {
  padding: 42px;
  background-color: #fff;
  border-radius: 12px;
  scroll-margin-top: 24px;
}
.news-modal .map h3 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
}
.news-modal .map span {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 42px;
}
.news-modal .map #map {
  min-height: 412px;
  width: 100%;
  border-radius: 12px;
}
.news-modal .registration {
  padding: 42px;
  background-color: #fff;
  border-radius: 12px;
  scroll-margin-top: 24px;
}
.news-modal .registration h3 {
  /* Euclid Square Medium 36 */
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
}
.news-modal .registration__btns {
  display: flex;
  align-items: center;
  gap: 24px;
}
.news-modal .registration a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 173px;
  border-radius: 12px;
  width: 100%;
}
.news-modal .registration .timepad {
  background-color: #643fff;
}
.news-modal .registration .zoom {
  background-color: #0c5cff;
}
.news-modal__block-2 {
  padding: 42px;
  background-color: #fff;
  border-radius: 12px;
}
.news-modal__block-2 h3 {
  /* Euclid Square Medium 36 */
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
}
.news-modal__block-2 p {
  color: #314560;
}
.news-modal__block-2 p span {
  color: #d12d38;
}
.news-modal__hashtags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.news-modal__hashtags a {
  color: #d12d38;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
}
.news-modal__socials {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: end;
  margin-top: 42px;
}
.news-modal .news-modal__block-2 .sharing__list {
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 282px;
  width: 100%;
  display: none;
  z-index: 5;
  gap: 0 !important;
}
.news-modal .news-modal__block-2 .sharing__list li {
  display: block;
}
.news-modal .news-modal__block-2 .sharing__list li::before {
  display: none;
}
.news-modal .news-modal__block-2 .sharing__list a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-modal .news-modal__block-2 .sharing__list a span {
  color: #314560;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  position: static;
}
.news-modal .news-modal__block-2 .sharing__list li:not(:first-child) a {
  padding-top: 24px;
  border-top: 1px solid #314560;
}
.news-modal .news-modal__block-2 .sharing__list li:not(:last-child) a {
  padding-bottom: 24px;
}
.news-modal__relative:hover .sharing__list {
  display: block;
}
.news-modal .news-modal__links {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}
.news-modal .news-modal__links a {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 16px 5px;
  border-left: 1px solid #314560;
  background: #ffffff;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.news-modal .news-modal__links a:first-child {
  border-left: unset;
  border-radius: 4px 0 0 4px;
}
.news-modal .news-modal__links a:last-child {
  border-radius: 0 4px 4px 0;
}
.news-modal .news-modal__links a:hover {
  color: #fff;
  background-color: #d12d38;
  border-color: transparent;
}
.news-modal .news-modal__links a:hover + a {
  border-color: transparent;
}
.news-modal .sticky {
  position: sticky;
  top: 0;
}
.news-modal__block-3 {
  max-width: 330px;
  width: 100%;
}
.news-modal__block-3 .sticky {
  display: flex;
  flex-direction: column;
  gap: 24px;
  top: 24px;
}
.news-modal .timings {
  padding: 42px 36px;
  background-color: #fff;
  border-radius: 12px;
}
.news-modal .timings ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.news-modal .timings li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.news-modal .timings svg {
  flex-shrink: 0;
}
.news-modal .speakers {
  padding: 42px;
  background-color: #fff;
  border-radius: 12px;
}
.news-modal .speakers h4 {
  margin-top: unset;
  color: #314560;
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.news-modal .speakers ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 42px;
}
.news-modal .speakers li {
  max-width: 109px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-modal .speakers img {
  border-radius: 4px;
  margin-bottom: 20px;
  width: 98px;
  height: 98px;
}
.news-modal .speakers strong {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: center;
}
.news-modal .speakers span {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.news-modal .news-modal__members {
  padding-bottom: 72px;
  border-bottom: 1px solid #314560;
  margin-bottom: 72px;
}
.news-modal .news-modal__members h3 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 52px;
}
.news-modal .news-modal__members .members__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-modal .news h2 {
  margin-bottom: 52px;
}

.pdf {
  background-color: #fff;
  border-radius: 12px;
  padding: 42px;
  position: relative;
  min-width: 215px;
}
.pdf strong {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.pdf svg {
  display: block;
  margin: 0 auto 16px;
}
.pdf span {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}
.pdf .pdf-size {
  color: #757575;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: unset;
}
.pdf a {
  position: absolute;
  inset: 0;
}

@media (max-width: 1250px) {
  .news-page__card picture {
    max-width: 73%;
  }
}
@media (max-width: 1200px) {
  .news-page .news-page__swiper {
    min-height: 706px;
  }
  .news-content .news-content__flex {
    flex-direction: column;
  }
  .news-content .date-picker {
    max-width: 282px;
    top: 0;
  }
}
@media (max-width: 993px) {
  .news-page {
    max-height: 504px;
    min-height: 400px;
    background-color: transparent;
  }
  .news-page .header__burger-btn span {
    background-color: #fff;
  }
  .news-page .header__lang-arrow path {
    stroke: #fff;
  }
  .news-page .news-page__swiper {
    background-size: 40% 100%;
    min-height: unset;
    max-height: 504px;
  }
  .news-page .news-page__swiper {
    background-color: #ebebeb;
    border-radius: 12px;
  }
  .news-page .header {
    position: absolute;
    z-index: 5;
  }
  .news-page .news-page__pagination {
    top: 122px;
  }
  .news-page__card {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    gap: 18px;
    min-height: 346px;
    max-height: 504px;
    padding-top: 158px;
    padding-bottom: 60px;
  }
  .news-page__card picture {
    max-width: 304px;
  }
  .news-page__card .news-page__btn {
    order: 3;
    margin-bottom: 0;
    padding: 12px 46px;
  }
  .news-page__card h1 {
    font-size: 22px;
    margin-bottom: 0;
    max-width: 50%;
    padding-top: unset;
  }
  .news-content .news-content__card {
    min-height: 208px;
  }
  .news-content .news-content__filter-btn {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 12px;
  }
  .news-content .news-content__flexbox-2 {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .news-content .members__relative {
    width: 100%;
  }
  .news-content .filter-content {
    position: fixed;
    top: 0;
    width: 100%;
    transform: translateX(calc(100% + 24px));
    transition: transform 0.25s ease;
    background-color: #EFEFEF;
    min-height: 100svh;
    z-index: 9999;
    padding: 24px;
  }
  .news-content .filters-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
  }
  .news-content .filter-clear {
    color: #314560;
    font-family: Euclid Square;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
  }
  .news-content .filter-accept-btn {
    display: none;
  }
  .news-content .filter-accept-btn {
    display: block;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 12px 46px;
    margin: 0 auto;
  }
  .news-content .news-content__flexbox {
    margin-bottom: 56px;
  }
  .news-modal__block .header {
    position: absolute;
  }
  .news-modal__block .header__burger-btn span {
    background-color: #fff;
  }
  .news-modal__block #searchBtn svg path {
    fill: #fff;
  }
  .news-modal__block .header__lang-arrow path {
    stroke: #fff;
  }
  .news-modal__block h1 {
    margin-top: 80px;
  }
  .news-modal__block {
    min-height: 400px;
    gap: 50px;
  }
  .news-modal__block .news-page__img {
    border-radius: 0 12px 12px 0;
  }
  .news-modal__block h1 {
    max-height: 310px;
    font-size: 36px;
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
  .news-modal__block .news-modal__flex {
    min-height: 400px;
  }
  .news-modal .news-modal__flex-2 {
    margin-bottom: 52px;
  }
  .news-modal .news-modal__block-2 {
    padding: 24px;
  }
  .news-modal .news-modal__block-2 h3 {
    font-size: 26px;
  }
  .news-modal .news-modal__block-2 .news-modal__flex-3 {
    margin-bottom: 27px;
  }
  .news-modal .news-modal__socials {
    margin-top: 27px;
  }
  .news-modal .timings {
    padding: 24px;
  }
  .news-modal .timings li {
    font-size: 16px;
  }
  .news-modal .speakers {
    padding: 24px;
  }
  .news-modal .speakers h4 {
    font-size: 18px;
  }
  .news-modal .speakers ul {
    margin-bottom: 24px;
  }
  .news-modal .programm {
    padding: 24px;
  }
  .news-modal .programm h3 {
    font-size: 26px;
  }
  .news-modal .programm-btn {
    padding: 12px 36px;
  }
  .news-modal .programm li {
    padding: 18px 0;
  }
  .news-modal .map {
    padding: 24px;
  }
  .news-modal .map h3 {
    font-size: 26px;
  }
  .news-modal .map span {
    margin-bottom: 24px;
  }
  .news-modal .registration {
    padding: 24px;
  }
  .news-modal .registration h3 {
    font-size: 26px;
  }
  .news-modal .registration .registration__btns {
    gap: 18px;
  }
  .news-modal .registration a {
    min-height: 122px;
  }
  .pdf {
    padding: 24px;
  }
  .pdf strong {
    font-size: 18px;
  }
  .pdf svg {
    margin-bottom: 12px;
  }
  .pdf span {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .pdf .pdf-size {
    font-size: 14px;
  }
  .news-modal__members {
    padding-bottom: 60px;
    margin-bottom: 52px;
  }
  .news-modal__members h3 {
    margin-bottom: 32px;
  }
  .news-modal__members .members__item .members__relative-2 img {
    max-width: 224px;
  }
  .news h2 {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .news-modal {
    padding-bottom: 55px;
  }
  .news-modal .news-modal__flex-2 {
    display: grid;
    grid-template-columns: 1fr 215px;
  }
  .news-modal .news-modal__flex-2 &gt; div {
    display: contents;
  }
  .news-modal .news-modal__block-3 .sticky {
    order: 2;
    position: static;
  }
  .news-modal .news-modal__flex-2 iframe {
    order: 3;
    grid-column: span 2;
  }
  .news-modal .programm {
    order: 4;
    grid-column: span 2;
  }
  .news-modal .map {
    order: 5;
    grid-column: span 2;
  }
  .news-modal .registration {
    order: 6;
    grid-column: span 2;
  }
}
@media (max-width: 700px) {
  .news-page {
    background-color: #ebebeb;
    min-height: 624px;
    display: flex;
    max-height: unset;
  }
  .news-page .swiper-wrapper {
    margin-top: unset;
  }
  .news-page .header__burger-btn span {
    background-color: #314560;
  }
  .news-page .header__lang-arrow path {
    stroke: #314560;
  }
  .news-page .news-page__swiper {
    transform: unset;
    background-color: transparent;
    height: 100%;
    margin-top: auto;
    min-height: 624px;
    padding-top: 132px;
  }
  .news-page .swiper-slide {
    max-width: 100%;
  }
  .news-page .news-page__pagination {
    top: 102px;
    left: 18px !important;
  }
  .news-page .news-page__arrows {
    left: 18px;
  }
  .news-page .swiper {
    background-position: bottom;
    background-size: 100% 30%;
  }
  .news-page .pagination {
    gap: 6px;
  }
  .news-page .pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .news-page .news-page__navigation {
    bottom: unset;
    top: 102px;
  }
  .news-page .news-page__swiper-btn svg {
    width: 38px;
  }
  .news-page .news-page__swiper-btn svg path {
    fill: #314560;
  }
  .news-page__card {
    padding: 0 18px;
    min-height: 492px;
  }
  .news-page__card h1 {
    max-width: unset;
    font-size: 18px;
    line-height: 110%;
    overflow: visible;
    -webkit-line-clamp: unset;
    text-overflow: unset;
    display: block;
  }
  .news-page__card .news-page__btn {
    order: 2;
    padding: 12px 36px;
    margin-bottom: 0px;
  }
  .news-page__card .news-page__img {
    width: 100%;
  }
  .news-page__card picture {
    height: unset;
    max-width: 700px;
  }
  .news-modal__block .news-modal__flex {
    padding: 0 42px;
  }
  .news-modal__block h1 {
    max-height: unset;
    max-width: unset;
    font-size: 36px;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    padding-bottom: 265px;
  }
  .news-modal__block picture {
    height: unset;
    max-width: 700px;
  }
  .news-modal .news-modal__flex-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .news-page__card .news-page__img {
    max-height: 350px;
  }
  .news-content {
    padding-bottom: 36px;
  }
  .news-content .news-content__block {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .news-content .news-content__flex {
    gap: 12px;
    margin-bottom: 36px;
  }
  .news-content .news-content__card {
    padding-left: 12px;
  }
  .news-content .news-content__card img {
    height: auto;
  }
  .news-content .news-content__card .news-content__bg {
    max-width: 125px;
  }
  .news-content .news-content__card .news-content__letters {
    right: 125px;
    height: 104px;
  }
  .news-content .news-content__list li:not(:last-child) a {
    padding-bottom: 18px;
  }
  .news-content .news-content__list li:not(:first-child) a {
    padding-top: 18px;
  }
  .news-content .news-content__list li a {
    font-size: 14px;
  }
  .news-content .news-content__flexbox-3 {
    padding: 18px;
  }
  .news-content .news-content__list {
    width: 100%;
  }
  .news-content .news-content__flexbox-2 {
    padding: 0;
    gap: 12px;
  }
  .news-content .members__serch-icon {
    left: 18px;
  }
  .news-content .members__search {
    height: 42px;
  }
  .news-content .news-content__filter-btn {
    height: 42px;
    width: 42px;
  }
  .news-content .news-content__filter-btn svg {
    width: 16px;
    height: 16px;
  }
  .news-content .filter-content {
    padding: 24px 12px;
  }
  .news-content .news-content__flexbox {
    padding: 18px;
    margin-bottom: 36px;
    gap: 12px;
  }
  .news-content .select {
    min-height: 42px;
  }
  .news-content .select .arrow-placeholder {
    font-size: 14px;
  }
  .news-content .members__filters {
    gap: 12px;
  }
  .news-modal {
    padding-bottom: 36px;
  }
  .news-modal__block {
    min-height: 252px;
    flex-direction: column;
    padding-left: unset;
    gap: 20px;
    margin-bottom: 12px;
  }
  .news-modal__block .header__burger-btn span {
    background-color: #314560;
  }
  .news-modal__block .header__lang-arrow path {
    stroke: #314560;
  }
  .news-modal__block .news-modal__flex {
    flex-direction: column;
    padding: unset;
    min-height: 252px;
  }
  .news-modal__block h1 {
    font-size: 18px;
    max-width: unset;
    padding: 20px 12px 200px;
    margin-top: unset;
  }
  .news-modal__block .news-modal__close svg path {
    stroke: #314560;
  }
  .news-modal .news-modal__block-2 {
    padding: 18px;
  }
  .news-modal .news-modal__block-2 .news-modal__socials {
    margin-top: 24px;
  }
  .news-modal .news-modal__block-2 li {
    font-size: 14px;
  }
  .news-modal .news-modal__block-2 li::before {
    top: 6px;
  }
  .news-modal .news-modal__block-2 .news-modal__flex-3 {
    margin-bottom: 24px;
  }
  .news-modal .news-modal__flex-2 {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 36px;
  }
  .news-modal .news-modal__block-3 {
    max-width: unset;
  }
  .news-modal .news-modal__hashtags a {
    font-size: 12px;
  }
  .news-modal .news-modal__members {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .news-modal .news-modal__members h3 {
    font-size: 26px;
  }
  .news-modal .news-modal__members .members__item .members__relative-2 img {
    max-width: 336px;
  }
  .news-modal .news-modal__members h2 {
    font-size: 16px;
  }
  .news-modal .news-modal__members span {
    font-size: 14px;
  }
  .news-modal .news-modal__members a {
    font-size: 10px;
  }
  .news-modal .news-modal__members .members__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  }
  .news-modal .news h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .news-modal .news-modal__links {
    margin-bottom: 12px;
  }
  .news-modal .news-modal__links a {
    font-size: 10px;
    padding: 12px 5px;
  }
  .news-modal .news-modal__flex-2 {
    grid-template-columns: 1fr;
  }
  .news-modal .news-modal__flex-2 iframe {
    grid-column: span 1;
    min-height: 170px;
  }
  .news-modal .news-modal__flex-2 .programm {
    grid-column: span 1;
    padding: 18px;
  }
  .news-modal .news-modal__flex-2 .programm h3 {
    font-size: 18px;
  }
  .news-modal .news-modal__flex-2 .programm .programm-btn {
    font-size: 10px;
  }
  .news-modal .news-modal__flex-2 .programm .programm__flex {
    margin-bottom: 36px;
  }
  .news-modal .news-modal__flex-2 .programm li {
    font-size: 14px;
    padding: 12px 0;
  }
  .news-modal .news-modal__flex-2 .map {
    grid-column: span 1;
    padding: 18px;
  }
  .news-modal .news-modal__flex-2 .map h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .news-modal .news-modal__flex-2 .map span {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .news-modal .news-modal__flex-2 .registration {
    grid-column: span 1;
    padding: 18px;
  }
  .news-modal .news-modal__flex-2 .registration h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .news-modal .news-modal__flex-2 .registration .registration__btns {
    flex-direction: column;
    gap: 18pxs;
  }
  .news-modal .news-modal__flex-2 .registration a {
    min-height: 112px;
  }
  .news-modal .news-modal__block-2 {
    font-size: 14px;
  }
  .news-modal .news-modal__block-2 h3 {
    font-size: 18px;
  }
  .news-modal .news-modal__block-2 ol li::before {
    font-size: 14px;
    min-width: 10px;
  }
  .news-modal .news-modal__block-3 .sticky {
    gap: 12px;
  }
  .news-modal .timings {
    padding: 24px 18px;
  }
  .news-modal .timings span {
    font-size: 14px;
  }
  .news-modal .speakers {
    padding: 18px;
  }
  .news-modal .speakers h4 {
    margin-bottom: 18px;
  }
  .news-modal .speakers ul {
    margin-bottom: 36px;
  }
  .news-modal .speakers .red-btn {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }
  .news-modal__block .header {
    position: static;
  }
  .news-modal__block #searchBtn svg path {
    fill: #314560;
  }
}
@media print {
  html,
  body {
    height: 297mm;
    width: 210mm;
    font-size: 14px;
  }
  .header,
  .footer {
    display: none;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  @page {
    margin: 10mm 10mm 10mm 20mm;
  }
  *,
  *:before,
  *:after {
    color: #000;
    box-shadow: none;
    text-shadow: none;
  }
  .news-modal__block-3,
  .members,
  .news,
  .pdf,
  .news-modal__socials,
  .news-modal__imgs {
    display: none !important;
  }
  .news-modal__block {
    min-height: unset;
    max-width: unset;
  }
  .wrapper {
    padding: 0;
  }
  .news-modal__block h1 {
    max-width: unset;
    margin-bottom: 20px;
  }
  .news-modal__block .news-modal__flex {
    padding: unset;
  }
  .news-modal__flex-2 &gt; div {
    width: 100%;
  }
  .news-modal__flex-2 {
    flex-direction: column;
    gap: 0;
    margin-bottom: unset;
  }
  .news-modal__block-2 {
    display: block;
    padding: 0 !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #314560 !important;
    font-family: "Euclid Square", Arial, sans-serif !important;
    font-size: 18pt !important;
    font-weight: 400 !important;
    text-align: left !important;
    page-break-inside: avoid;
  }
  .news-modal__hashtags {
    display: block !important;
    margin-bottom: 20px !important;
  }
  .news-modal__hashtags a {
    color: #d12d38 !important;
    font-family: "Euclid Square", Arial, sans-serif !important;
    font-size: 18pt !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    text-decoration: none !important;
    cursor: default !important;
  }
  .container {
    max-width: unset;
    padding: 0;
    margin: 0;
  }
  .text-18-400 p {
    color: #314560 !important;
    font-family: "Euclid Square", Arial, sans-serif !important;
    font-size: 18pt !important;
    font-weight: 400 !important;
    text-align: left !important;
    line-height: 1.5 !important;
    width: 100%;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto 0;
}

details, main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}
.policy {
  background-image: url(../img/404/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 462px;
  max-width: 1392px;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
}
.policy .header__flex {
  gap: 55px;
}
.policy .menu {
  margin-right: auto;
}
.policy .header__logos svg path {
  fill: #314560;
}
.policy .tg-link svg path {
  fill: #fff;
}
.policy .tg-link svg circle {
  fill: #314560;
}
.policy #searchBtn path {
  fill: #314560;
}
.policy h1 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 42px;
  padding: 150px 20px 0;
}
.policy span {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.policy-content__flexbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.policy-content__flexbox &gt; div {
  padding: 42px;
  background-color: #fff;
  border-radius: 12px;
}
.policy-content h2 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 24px;
}
.policy-content p {
  /* [object Object] */
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: -1px;
  color: #314560;
  text-align: left;
}
.policy-content p a {
  color: #d12d38;
}
.policy-content p strong {
  font-weight: 500;
}
.policy-content p:not(:last-child) {
  margin-bottom: 24px;
}
.policy-content ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 24px;
}
.policy-content li {
  list-style: disc;
}

@media (max-width: 1300px) {
  .policy .header__flex {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .policy {
    min-height: 400px;
  }
  .policy h1 {
    font-size: 36px;
    padding: 75px 20px 0;
  }
  .policy-content__flexbox &gt; div {
    padding: 24px;
  }
  .policy-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .policy {
    min-height: 336px;
  }
  .policy h1 {
    font-size: 26px;
    padding: 51px 20px 0;
    margin-bottom: 20px;
  }
  .policy span {
    font-size: 12px;
  }
  .policy-content__flexbox {
    gap: 18px;
    margin-bottom: 18px;
  }
  .policy-content__flexbox &gt; div {
    padding: 18px;
  }
  .policy-content p {
    font-size: 14px;
  }
  .policy-content p:not(:last-child) {
    margin-bottom: 18px;
  }
  .policy-content ul {
    margin-bottom: 18px;
    gap: 18px;
  }
}
.practics {
  background-image: url(../img/team/team-bg-1440.webp);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1392px;
  width: 100%;
  min-height: 462px;
  border-radius: 12px;
  margin: 0 auto;
  position: relative;
}
.practics .practics__btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 12px;
}
.practics .practics__btns button {
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  color: #acafb4;
  display: flex;
  align-items: center;
  gap: 12px;
}
.practics .practics__btns button:nth-child(1)::after {
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  background-color: #d12d38;
}
.practics .practics__btns button.active {
  color: #314560;
}

.industry__block {
  background-color: #fff;
  padding: 42px 42px 22px 42px;
  border-radius: 12px;
  margin-bottom: 72px;
}
.industry__block p {
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
  color: #314560;
  margin-bottom: 20px;
}
.industry__block p span {
  color: #d12d38;
  font-weight: 500;
}

.practice {
  border-radius: 12px;
  background: #ebebeb;
  padding: 42px;
  margin-bottom: 24px;
}
.practice__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.practice a {
  min-height: 309px;
  max-width: 309px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.practice a img {
  position: absolute;
  transition: opacity 0.25s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.practice a .on-hover {
  opacity: 0;
}
.practice a:hover .not-hovered {
  opacity: 0;
}
.practice a:hover .on-hover {
  opacity: 1;
}
.practice span {
  color: #314560;
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: auto;
  position: relative;
  z-index: 4;
}

.practice-modal__flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 462px;
  overflow: hidden;
}

.practice-modal__body {
  position: relative;
  padding-bottom: 24px;
}
.practice-modal__block {
  background-color: rgba(255, 255, 255, 0.76);
  border-radius: 12px;
  margin-bottom: 24px;
  background-image: url(../img/practice/bg-modal.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  position: relative;
  max-width: 1392px;
  margin: 0 auto;
}
.practice-modal__block h1 {
  /* Euclid Square Medium 48 */
  font-weight: 500;
  color: #314560;
  font-family: Euclid Square;
  font-size: 48px;
  text-align: center;
  position: relative;
  z-index: 5;
}
.practice-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
}
.practice-modal__img {
  position: absolute;
  height: 66%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 50%;
  right: 0%;
  opacity: 0.38;
}
.practice-modal .projects {
  margin-bottom: 72px;
}
.practice-modal .projects__swiper-btn {
  display: flex;
}
.practice-modal .members h3 {
  /* Euclid Square Medium 36 */
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 52px;
}
.practice-modal .members__grid {
  margin-bottom: 56px;
}
.practice-modal .members__btn {
  max-width: 246px;
  margin: 0 auto;
}
.practice-modal .ratings {
  border-radius: 12px;
  padding: 42px;
  margin-bottom: 72px;
}
.practice-modal .news h2 {
  font-size: 36px;
  margin-bottom: 52px;
}

.accardeons {
  background-color: #ebebeb;
  border-radius: 12px;
  padding: 42px;
  margin-bottom: 72px;
}
.accardeons .acc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #314560;
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.accardeons .acc-content {
  padding-top: 30px;
  border-top: 1px solid #314560;
  margin-top: 41px;
}
.accardeons p {
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.accardeons p a {
  color: #d12d38;
  text-decoration: underline;
}
.accardeons .acc__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: square;
  list-style: square;
  padding-left: 20px;
}
.accardeons .acc__list li {
  list-style: square;
  list-style-type: square;
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
}
.accardeons .acc__list li::marker {
  color: #d12d38;
}

.acc-block {
  background-color: #fff;
  padding: 27px 42px;
  border-radius: 12px;
  cursor: pointer;
}

.acc-block:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .practice__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .practice a {
    max-width: unset;
  }
}
@media (max-width: 993px) {
  .practics {
    background-image: url(../img/team/team-bg-768.webp);
    min-height: 400px;
  }
  .practics button {
    font-size: 36px;
  }
  .industry__block {
    margin-bottom: 52px;
    padding: 24px 24px 4px 24px;
  }
  .industry__block p {
    font-size: 16px;
  }
  .practice a span {
    font-size: 18px;
  }
  .practice-modal__flexbox {
    min-height: 400px;
  }
  .practice-modal__block h1 {
    font-size: 36px;
  }
  .practice-modal__img {
    height: 80%;
  }
  .accardeons {
    padding: 24px;
    margin-bottom: 52px;
  }
  .accardeons .acc {
    font-size: 18px;
  }
  .accardeons .acc-content {
    padding-top: 24px;
    margin-top: 18px;
  }
  .acc-block {
    padding: 18px;
  }
  .acc-blockc:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media (max-width: 993px) {
  .practice {
    padding: 24px;
    margin-bottom: 24px;
  }
  .practice a {
    aspect-ratio: 1/1;
    padding: 18px;
    min-height: unset;
  }
  .practice a svg {
    width: 80%;
    height: 80%;
  }
  .practice-modal .projects {
    margin-bottom: 52px;
  }
  .practice-modal .projects__card {
    padding: 24px;
  }
  .practice-modal .projects h4 {
    margin-bottom: 12px;
  }
  .practice-modal .projects p {
    font-size: 16px;
  }
  .practice-modal .projects__btns {
    display: none;
  }
  .practice-modal .ratings {
    padding: 24px;
    margin-bottom: 52xpx;
  }
  .practice-modal .ratings h3 {
    text-align: center;
  }
  .practice-modal .news h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 650px) {
  .practice__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .practice a {
    max-width: unset;
    aspect-ratio: 1/1;
    min-height: unset;
    padding: 12px;
  }
}
@media (max-width: 576px) {
  .practics {
    background-image: url(../img/team/team-bg-576.webp);
    min-height: 252px;
  }
  .practics .practics__btns button {
    font-size: 26px;
  }
  .practics .practics__btns button:nth-child(1)::after {
    height: 24px;
  }
  .industry__block {
    margin-bottom: 36px;
  }
  .practice {
    padding: 12px;
    margin-bottom: 12px;
  }
  .practice__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .practice a {
    max-width: unset;
    aspect-ratio: 1/1;
    min-height: unset;
    padding: 12px;
  }
  .practice a span {
    font-size: 14px;
    max-width: 84%;
  }
  .practice-modal__flexbox {
    min-height: 252px;
  }
  .practice-modal__block h1 {
    max-width: 90%;
    font-size: 26px;
  }
  .practice-modal__close {
    top: 18px;
    right: 18px;
  }
  .practice-modal .members h3 {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .practice-modal .projects {
    margin-bottom: 36px;
  }
  .practice-modal .projects h3 {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .practice-modal .projects .projects__card {
    padding: 18px;
  }
  .practice-modal .projects .swiper-wrapper {
    grid-template-columns: 1fr;
  }
  .practice-modal .projects .swiper-slide {
    max-width: 301px;
  }
  .practice-modal .projects h4 {
    font-size: 18px;
  }
  .practice-modal .projects p {
    font-size: 14px;
  }
  .practice-modal .ratings {
    padding: 18px;
    margin-bottom: 36px;
  }
  .practice-modal .news h2 {
    font-size: 26px;
  }
  .accardeons {
    margin-bottom: 36px;
  }
  .accardeons .acc {
    font-size: 14px;
  }
  .accardeons .acc-content {
    padding-top: 22px;
    margin-top: 18px;
  }
  .accardeons .acc-content li {
    font-size: 14px;
  }
  .accardeons .acc-content p {
    font-size: 14px;
  }
  .acc-block:not(:last-child) {
    margin-bottom: 12px;
  }
}
.bono {
  background-color: rgba(255, 255, 255, 0.76);
  border-radius: 12px;
  margin-bottom: 24px;
  background-image: url(../img/pro-bono/main-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  max-width: 1392px;
  margin: 0 auto;
  min-height: 462px;
}
.bono .bono__texts {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 361px;
  overflow: hidden;
  position: relative;
}
.bono h1 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 2;
}
.bono img {
  position: absolute;
  right: 51px;
  bottom: 13px;
}

.bono-content {
  margin-bottom: 72px;
}
.bono-content__btns {
  display: flex;
  align-items: stretch;
  margin-bottom: 24px;
}
.bono-content__btns button {
  width: 100%;
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: center;
  background: #ffffff;
  padding: 16px;
}
.bono-content__btns button:not(:first-child) {
  border-left: 1px solid #314560;
}
.bono-content__btns button:first-child {
  border-radius: 4px 0 0 4px;
}
.bono-content__btns button:last-child {
  border-radius: 0 4px 4px 0;
}
.bono-content__btns button.active {
  background-color: #d12d38;
  color: #fff;
  border-color: transparent;
}
.bono-content__btns button.active + button {
  border-color: transparent;
}
.bono-content__flexbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bono-content__flex {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.bono-content__block {
  border-radius: 12px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}
.bono-content__block span a {
  text-decoration: underline;
}
.bono-content__block h2 {
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  margin-bottom: auto;
}
.bono-content__block strong {
  font-size: 26px;
  font-weight: 500;
}
.bono-content__img-block img {
  filter: grayscale(1);
  transition: filter 0.25s ease;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.bono-content__img-block img:hover {
  filter: grayscale(0);
}
.bono-content__imgs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.bono-content__text-block {
  padding: 42px;
}
.bono-content__block-1 {
  max-width: 567px;
}
.bono-content__block-2 {
  max-width: 801px;
}
.bono-content__block-3 {
  max-width: 866px;
}
.bono-content__block-4 {
  max-width: 502px;
}

.bono-members {
  padding-bottom: 72px;
}
.bono-members h2 {
  color: #314560;
  margin-bottom: 52px;
}
.bono-members .members__grid {
  margin-bottom: 56px;
}
.bono-members__btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.bono-news {
  margin-bottom: 72px;
}
.bono-news h2 {
  color: #314560;
  margin-bottom: 52px;
}

@media (max-width: 768px) {
  .bono {
    min-height: 400px;
  }
  .bono .bono__texts {
    min-height: 328px;
  }
  .bono h1 {
    font-size: 36px;
  }
  .bono img {
    max-height: 289px;
    right: 20px;
  }
  .bono-content {
    margin-bottom: 52px;
  }
  .bono-content .bono-content__text-block {
    padding: 24px;
  }
  .bono-content .bono-content__block-1 {
    max-width: 287px;
  }
  .bono-content .bono-content__btns button {
    padding: 12px 20px;
  }
  .bono-members {
    padding-bottom: 52px;
  }
  .bono-members h2 {
    margin-bottom: 32px;
  }
  .bono-news {
    margin-bottom: 52px;
  }
  .bono-news h2 {
    margin-bottom: 32px;
  }
}
@media (max-width: 700px) {
  .bono-content .bono-content__flex {
    flex-direction: column;
  }
  .bono-content .bono-content__block-1 {
    max-width: unset;
    width: 100%;
  }
  .bono-content .bono-content__block-4 {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .bono {
    min-height: 252px;
  }
  .bono .bono__texts {
    min-height: 191px;
  }
  .bono h1 {
    font-size: 26px;
  }
  .bono img {
    max-width: 150px;
    bottom: 23px;
  }
  .bono-content .bono-content__btns {
    margin-bottom: 12px;
  }
  .bono-content .bono-content__btns button {
    font-size: 10px;
    padding: 10px 20px;
  }
  .bono-content .bono-content__flex {
    gap: 12px;
  }
  .bono-content .bono-content__text-block {
    padding: 18px;
  }
  .bono-content .bono-content__block {
    min-height: unset;
    gap: 10px;
  }
  .bono-content .bono-content__block h2 {
    font-size: 18px;
  }
  .bono-content .bono-content__block strong {
    font-size: 18px;
  }
  .bono-content .bono-content__flexbox {
    gap: 12px;
  }
  .bono-content .bono-content__img-block {
    min-height: 144px;
  }
  .bono-content {
    margin-bottom: 36px;
  }
  .bono-news {
    margin-bottom: 36px;
  }
  .bono-news h2 {
    font-size: 22px !important;
    margin-bottom: 24px;
  }
}
.team {
  background-image: url(../img/team/team-bg-1440.webp);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1392px;
  width: 100%;
  min-height: 462px;
  border-radius: 12px;
  margin: 0 auto;
  position: relative;
}
.team h1 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .team {
    background-image: url(../img/team/team-bg-768.webp);
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .team h1 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .team {
    background-image: url(../img/team/team-bg-576.webp);
    min-height: 252px;
  }
  .team h1 {
    font-size: 26px;
  }
}
.members {
  padding-bottom: 72px;
}
.members__flex {
  display: flex;
  gap: 46px;
}
.members__flex-2 {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #fff;
  border-radius: 12px;
  gap: 24px;
}
.members__filters {
  max-width: 330px;
  width: 100%;
  min-width: 245px;
  position: sticky;
  top: 20px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5;
}
.members__search {
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-radius: 12px;
  border: 0;
  padding-left: 50px;
  text-decoration: unset;
  border: 0;
}
.members__serch-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 21px;
}
.members__relative {
  margin-bottom: 24px;
}
.members__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 315px));
  width: 100%;
  gap: 24px;
  place-items: center;justify-content: center;&nbsp;}
.members__item .members__relative-2 {
  overflow: hidden;
  margin-bottom: 24px;
  display: flex;
  z-index: 4;
}
.members__item .members__relative-2 img {
  border-radius: 12px;
  max-width: 330px;
  width: 100%;
  aspect-ratio: 1/1;
}
.members__item .members__relative-2 a {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 3;
}
.members__item .members__relative-2 a span {
  display: block;
  background-color: #314560;
  width: 100%;
  cursor: pointer;
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
  border-radius: 0 0 12px 12px;
  transform: translateY(101%);
  transition: transform 0.25s ease;
  margin-top: auto;
}
.members__relative-2::before {
  content: "";
  background-color: rgba(49, 69, 96, 0.5);
  border-radius: 12px;
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.members__relative-2:hover::before {
  opacity: 1;
}
.members__relative-2:hover a span {
  transform: translateY(0);
}
.members__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.members__text h2 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: unset;
}
.members__text span {
  color: #314560;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.members__text a {
  color: #d12d38;
  font-family: Euclid Square;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration-line: underline;
  color: #d12d38;
}

@media (max-width: 1200px) {
  .members {
    padding-bottom: 55px;
  }
  .members__flex {
    flex-direction: column;
    gap: 24px;
  }
  .members__filters {
    max-width: unset;
    position: static;
  }
  .members__text h2 {
    font-size: 16px;
  }
  .members__text span {
    font-size: 14px;
  }
  .members__text a {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .members {
    padding-bottom: 36px;
  }
  .members .members__text {
    align-items: center;
    gap: 12px;
  }
  .members .members__item .members__relative-2 {
    margin-bottom: 16px;
  }
  .members__grid {
    gap: 12px;
  }
  .members .members__search {
    height: 42px;
  }
  .members .members__relative {
    margin-bottom: 12px;
  }
  .members .members__flex-2 {
    padding: 18px;
    gap: 12px;
  }
  .members .select {
    min-height: 42px;
  }
  .members .members__flex {
    gap: 12px;
  }
  .members__grid {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  }
}
.team-modal {
  max-width: 1392px;
  width: 100%;
  border: 0;
  margin-bottom: 72px;
}
.team-modal__block {
  border-radius: 12px;
  position: relative;
  margin-bottom: 24px;
  margin: 0 auto;
  padding: 42px;
}
.team-modal__flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.team-modal__left {
  max-width: 330px;
  width: 100%;
}
.team-modal__left img {
  max-width: 330px;
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 1/1;
  margin-bottom: 37px;
}
.team-modal__left h1 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 15px;
}
.team-modal__left span {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
}
.team-modal__left a {
  display: block;
  color: #d12d38;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration-line: underline;
  margin-bottom: 37px;
}
.team-modal__left .team-modal__lang span {
  display: block;
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 14px;
}
.team-modal__left .team-modal__lang .team-modal__flags {
  display: flex;
  align-items: center;
  gap: 24px;
}
.team-modal__left .team-modal__lang .team-modal__flags img {
  max-width: 36px;
  border-radius: unset;
  margin-bottom: unset;
  aspect-ratio: unset;
  width: unset;
}
.team-modal__right {
  max-width: 878px;
  width: 100%;
}
.team-modal__close {
  position: absolute;
  top: 46px;
  right: 46px;
}
.team-modal__btns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 56px;
}
.team-modal__btns button {
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  color: #acafb4;
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-modal__btns button:not(:last-child)::after {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  background-color: #d12d38;
}
.team-modal__btns button.active {
  color: #314560;
}
.team-modal .acc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #314560;
  color: #314560;
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: #000000;
}
.team-modal .content {
  margin-bottom: 36px;
}
.team-modal .acc__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 15px;
}
.team-modal .acc__item {
  color: #314560;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.team-modal .acc__item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #d12d38;
  position: relative;
  top: 8px;
}
.team-modal__block-2 .team-modal__btns-2 {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
  width: 100%;
}
.team-modal__block-2 .team-modal__btns-2 button {
  color: #314560;
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  padding: 16px 40px;
  background-color: transparent;
  width: 100%;
}
.team-modal__block-2 .team-modal__btns-2 button:nth-child(1) {
  border-radius: 4px 0 0 4px;
}
.team-modal__block-2 .team-modal__btns-2 button:nth-child(2) {
  border-radius: 0 4px 4px 0;
}
.team-modal__block-2 .team-modal__btns-2 button.active {
  background-color: #d12d38;
  color: #fff;
}
.team-modal .team-modal__tab-content {
  margin-bottom: 72px;
}
.team-modal .news__btn {
  max-width: 200px;
  margin: 0 auto;
}
.team-modal .news h2 {
  font-size: 36px;
  margin-bottom: 52px;
}

.biography h3 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 52px;
}
.biography__flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.biography__flex-2 {
  display: flex;
  gap: 24px;
}
.biography__block {
  border-radius: 12px;
  padding: 30px;
  min-height: 325px;
  min-width: 30%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-around;
}
.biography__block span {
  display: block;
  font-family: Euclid Square;
  font-size: 46px;
  font-weight: 400;
  text-align: left;
}
.biography__block strong {
  font-family: Euclid Square;
  font-size: 66px;
  font-weight: 400;
  text-align: left;
}
.biography__block-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.biography__block-4 strong {
  font-size: 18px;
  font-weight: 500;
}
.biography__block-4 b {
  font-weight: 500;
}
.biography__flex-3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.biography__flex-3 img {
  max-width: 70px;
  width: 100%;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-modal__block-2 .projects h3 {
  display: none;
}

.team-modal-page {
  background-image: url(../img/team/team-bg-1440.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  border-radius: 12px;
}

.acc-svg {
  background-color: #d12d38;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  flex-shrink: 0;
}
.acc-svg .acc-hor {
  width: 16px;
  height: 1.5px;
  background-color: #fff;
  border-radius: 4px;
}
.acc-svg .acc-ver {
  height: 16px;
  width: 1.5px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  transition: transform 0.25s ease;
}

.rotate .acc-ver {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (max-width: 992px) {
  .team-modal__flex {
    flex-direction: column;
    align-items: center;
    gap: 54px;
  }
  .team-modal__block {
    padding: 42px 24px;
  }
  .team-modal__left h1 {
    text-align: center;
  }
  .team-modal__left span {
    text-align: center;
  }
  .team-modal__left a {
    display: block;
    text-align: center;
    margin-bottom: 23px;
  }
  .team-modal__left img {
    margin-bottom: 23px;
  }
  .team-modal__left .team-modal__lang span {
    text-align: center;
  }
  .team-modal__left .team-modal__lang .team-modal__flags {
    justify-content: center;
  }
  .team-modal__left .team-modal__lang .team-modal__flags img {
    margin-bottom: unset;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .team-modal__close {
    top: 28px;
    right: 28px;
  }
  .team-modal__btns {
    justify-content: center;
    margin-bottom: 42px;
  }
  .team-modal .acc {
    font-size: 22px;
  }
  .team-modal .biography__block {
    padding: 18px 24px;
  }
  .team-modal .biography__block-1 {
    max-width: 60%;
  }
  .team-modal .biography__block-2 {
    max-width: 40%;
  }
  .team-modal .biography__block-3 {
    max-width: 40%;
  }
  .team-modal .biography__block-4 {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .team-modal {
    margin-bottom: 12px;
  }
  .team-modal__block {
    background-image: url(../img/team/modal-bg.webp);
    margin-bottom: 52px;
  }
  .team-modal__left h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .team-modal__left span {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .team-modal__left a {
    margin-bottom: 12px;
  }
  .team-modal__left .team-modal__lang span {
    text-align: center;
    line-height: 100%;
  }
  .team-modal__left .team-modal__lang .team-modal__flags {
    justify-content: center;
  }
  .team-modal__left .team-modal__lang .team-modal__flags img {
    max-width: 26px;
    height: 18px;
    margin: unset;
  }
  .team-modal .team-modal__tab-content {
    margin-bottom: 52px;
  }
  .team-modal .news h2 {
    margin-bottom: 32px;
  }
  .team-modal .team-modal__block-2 .team-modal__btns-2 {
    margin-bottom: 52px;
  }
  .team-modal .team-modal__block-2 .team-modal__btns-2 button {
    font-size: 18px;
    padding: 12px 40px;
  }
  .team-modal .biography__block-1 {
    max-width: unset;
  }
  .team-modal .biography__block-2 {
    max-width: unset;
  }
  .team-modal .biography__block-3 {
    max-width: unset;
  }
  .team-modal .biography__block-4 {
    max-width: unset;
  }
  .biography {
    margin-bottom: 24px;
  }
  .biography h3 {
    margin-bottom: 32px;
  }
  .biography__block {
    max-width: unset;
  }
  .biography__block span {
    font-size: 30px;
  }
  .biography__flex {
    margin-bottom: 24px;
  }
  .biography__flex-2 {
    flex-direction: column;
  }
  .acc-svg {
    width: 32px;
    height: 32px;
  }
  .acc-svg .acc-hor {
    width: 13px;
  }
  .acc-svg .acc-ver {
    height: 13px;
  }
}
@media (max-width: 576px) {
  .team-modal__block {
    padding: 24px 18px;
    margin-bottom: 0;
  }
  .team-modal__flex {
    gap: 42px;
  }
  .team-modal .news h2 {
    font-size: 26px;
  }
  .team-modal .news__btn {
    max-width: 156px;
  }
  .team-modal .team-modal__close {
    top: 18px;
    right: 18px;
  }
  .team-modal .team-modal__close svg {
    width: 24px;
    height: 24px;
  }
  .team-modal .team-modal__left img {
    display: block;
    margin: 0 auto 12px;
    max-width: 162px;
  }
  .team-modal .team-modal__left h2 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .team-modal .team-modal__left span {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .team-modal .team-modal__left a {
    font-size: 10px;
    text-decoration: unset;
  }
  .team-modal .team-modal__tab-content {
    margin-bottom: 36px;
  }
  .team-modal .team-modal__btns {
    margin-bottom: 42px;
  }
  .team-modal .team-modal__btns button {
    font-size: 26px;
  }
  .team-modal .acc {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .team-modal .content {
    margin-bottom: 24px;
  }
  .team-modal .acc__item {
    font-size: 14px;
  }
  .team-modal .acc__item::before {
    top: 6px;
  }
  .team-modal .team-modal__block-2 .team-modal__btns-2 {
    margin-bottom: 36px;
  }
  .team-modal .team-modal__block-2 .team-modal__btns-2 button {
    font-size: 10px;
    padding: 10px 20px;
  }
  .biography h3 {
    font-size: 26px;
  }
  .biography .biography__flex {
    gap: 12px;
    margin-bottom: 12px;
  }
  .biography .biography__flex-2 {
    flex-direction: column;
    gap: 12px;
  }
  .biography .biography__block-1,
  .biography .biography__block-2,
  .biography .biography__block-3,
  .biography .biography__block-4 {
    max-width: unset;
  }
  .biography .biography__block {
    min-height: 194px;
    padding: 18px;
    gap: 10px;
  }
  .biography .biography__block strong {
    font-size: 36px;
  }
  .biography .biography__block span {
    font-size: 36px;
  }
  .biography .biography__block-4 strong {
    font-size: 14px;
  }
  .acc-svg {
    width: 20px;
    height: 20px;
  }
  .acc-svg .acc-hor {
    width: 8px;
  }
  .acc-svg .acc-ver {
    height: 8px;
  }
  .members__text a {
    font-size: 10px;
  }
  .members__text h2 {
    font-size: 13px;
  }
  .members__text span {
    font-size: 12px;
  }
}
.hero-tech {
  background-color: #EBEBEB;
}
.hero-tech .header {
  position: absolute;
}
.hero-tech .menu {
  margin-right: auto;
}
.hero-tech .header__flex {
  gap: 55px;
}

.tech-contacts-img {
  filter: grayscale(1);
  transition: filter 0.25s ease;
}

.tech-contacts-img:hover {
  filter: grayscale(0);
}

.tech {
  min-height: 778px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tech img {
  max-width: 619px;
  width: 100%;
  max-height: 437px;
  -o-object-fit: contain;
  object-fit: contain;
}
.tech a {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  top: 133px;
  left: 42px;
  color: var(--Blue, #314560);
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
}
.tech a svg {
  transform: rotate(180deg);
}
.tech .tech__video {
  min-height: 778px;
}
.tech .tech__video-576 {
  display: none;
}

.tech-members .members__relative-2:hover::before {
  opacity: 0;
}

.products {
  margin-top: 48px;
}
.products h2 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 52px;
}
.products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.products__block {
  border-radius: 12px;
  padding: 42px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #ebebeb;
  position: relative;
}
.products__block p {
  max-width: 308px;
  width: 100%;
  color: #314560;
}
.products__block a {
  position: absolute;
  inset: 0;
}
.products img {
  display: block;
  max-width: 231px;
  width: 100%;
  max-height: 163px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.tech-about {
  margin-bottom: 72px;
}
.tech-about__flex {
  display: flex;
  gap: 24px;
}
.tech-about__flex img {
  max-width: 567px;
  border-radius: 12px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.25s ease;
}
.tech-about__flex img:hover {
  filter: grayscale(0);
}
.tech-about__block {
  border-radius: 12px;
  background: var(--Grey, #ebebeb);
  padding: 42px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tech-about__block p {
  color: #314560;
}
.tech-about__block strong {
  font-weight: 500;
}
.tech-about__block span {
  color: #d12d38;
}

.benefits {
  margin-bottom: 72px;
}
.benefits h2 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 52px;
}
.benefits__flex {
  display: flex;
  gap: 24px;
}
.benefits__block {
  padding: 42px;
  border-radius: 12px;
  width: 100%;
}
.benefits__block h3 {
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 20px;
}

.cost {
  margin-bottom: 72px;
  margin-top: 72px;
}
.cost h2 {
  color: var(--Blue, #314560);
  font-family: Euclid Square;
  font-size: 48px;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 52px;
}
.cost__flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.cost__list {
  color: var(--Blue, #314560);
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
}
.cost__list li {
  border: 1px solid #314560;
  padding: 14px 16px;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cost__list li span {
  color: #d12d38;
}
.cost__list .cost__item_notop {
  border-top: unset;
}
.cost__list .cost__item_noleft {
  border-left: unset;
}
.cost__list .cost__item_noright {
  border-right: unset;
}
.cost__list .cost__item_nobottom {
  border-bottom: unset;
}
.cost__list .cost__item_height {
  min-height: 74px;
}
.cost__list .cost__item_bg {
  background-color: #ebebeb;
}
.cost__list_wide {
  max-width: 248px;
  width: 100%;
}
.cost__swiper {
  margin: unset;
}
.cost .swiper-wrapper {
  box-sizing: border-box;
}
.cost .swiper-slide {
  max-width: 143px;
}
.cost__block {
  background-color: #314560;
  padding: 42px;
  border-radius: 12px;
}
.cost__block p {
  color: #fff;
  font-family: Euclid Square;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
}
.cost__block a {
  text-decoration: underline;
}
.cost__flex-2 {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.cost__pag {
  color: #757575;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}
.cost__btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cost__btn {
  display: flex;
}
.cost__btn-next {
  transform: rotate(180deg);
}

.contacts__btns_mt {
  margin-top: auto;
}

@media (max-width: 1300px) {
  .hero-tech .header__flex {
    gap: 18px;
  }
  .cost__flex-2 {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .products__block {
    flex-wrap: wrap;
    justify-content: center;
    align-items: unset;
  }
  .products__block p {
    text-align: center;
    max-width: unset;
  }
  .tech-about__flex img {
    max-width: 286px;
  }
  .tech-about__block {
    padding: 24px;
  }
  .benefits__flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .benefits__block:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 992px) {
  .hero-tech {
    min-height: 328px;
  }
  .tech {
    min-height: 328px;
  }
  .tech svg {
    max-width: 60%;
  }
  .tech img {
    max-width: 90%;
    max-height: 350px;
  }
  .tech .tech__video {
    min-height: 328px;
  }
  .products {
    margin-top: 28px;
  }
  .products h2 {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .products__block {
    padding: 24px;
  }
  .products img {
    max-width: 168px;
    max-height: 118px;
  }
  .tech-about {
    margin-bottom: 52px;
  }
  .benefits {
    margin-bottom: 52px;
  }
  .benefits h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 32px;
  }
  .benefits__block {
    padding: 24px;
  }
  .benefits__block h3 {
    margin-bottom: 12px;
  }
  .cost {
    margin-bottom: 52px;
    margin-top: 52px;
  }
  .cost__list_wide {
    max-width: 185px;
    box-shadow: 6px 0px 3px 0px rgba(196, 196, 196, 0.4);
    position: relative;
    z-index: 2;
  }
  .cost .swiper-slide {
    max-width: unset;
  }
  .cost__block {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .tech img {
    max-height: 250px;
  }
}
@media (max-width: 576px) {
  .hero-tech {
    min-height: 563px;
  }
  .hero-tech .header__flex {
    gap: 6px;
  }
  .tech {
    min-height: 563px;
  }
  .tech a {
    top: 100px;
    left: 18px;
  }
  .tech img {
    max-width: 90%;
    max-height: 200px;
  }
  .tech .tech__video {
    display: none;
  }
  .tech .tech__video-576 {
    display: block;
    min-height: 563px;
    max-height: 563px;
  }
  .products {
    margin-top: 24px;
  }
  .products h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .products__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .products__block {
    padding: 18px;
  }
  .products__block p {
    text-align: left;
  }
  .products img {
    max-width: 153px;
    max-height: 108px;
  }
  .tech-about {
    margin-bottom: 36px;
  }
  .tech-about__flex {
    flex-direction: column;
    gap: 12px;
  }
  .tech-about__flex img {
    max-width: 100%;
    min-height: 144px;
  }
  .tech-about__block {
    padding: 18px;
  }
  .benefits {
    margin-bottom: 18px;
  }
  .benefits h2 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 32px;
  }
  .benefits__flex {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .benefits__block {
    padding: 18px;
    border-radius: 6px;
  }
  .benefits__block h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .cost {
    margin-bottom: 36px;
    margin-top: 36px;
  }
  .cost h2 {
    font-size: 26px;
    margin-bottom: 32px;
    line-height: 33px;
  }
  .cost__list_wide {
    max-width: 168px;
  }
  .cost__list li {
    min-height: 87px;
    font-size: 14px;
    line-height: 18px;
  }
  .cost__flex {
    margin-bottom: 20px;
  }
  .cost__pag {
    font-size: 12px;
  }
  .cost__btn svg {
    width: 26px;
    height: 26px;
  }
  .cost__block {
    padding: 18px;
    border-radius: 6px;
  }
  .cost__block p {
    font-size: 14px;
    line-height: 18px;
  }
}
:root {
  --Color1: #E3F659;
  --Color2: #1A1A1A;
  --Color3: #5A5A5A;
  --Color4: #FFFFFF;
  --Color5: #949494;
  --Color6: #3C3C3C;
  --Color7: #C2C2C2;
  --Color8: #2A2A2A;
}
.cookie {
  position: fixed;
  bottom: 24px;
  left: 100%;
  transform: translateX(calc(-100% - 24px));
  max-width: 405px;
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
  padding: 24px;
  z-index: 5;
  border: 0;
  margin: 0;
}
.cookie__flex {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}
.cookie__flex span {
  color: #314560;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.cookie__flex a {
  color: #d12d38;
  text-decoration: underline;
}
.cookie__btn {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12px 42px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .cookie {
    max-width: 254px;
  }
  .cookie__flex span {
    font-size: 12px;
  }
  .cookie__btn {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .cookie {
    transform: translateX(calc(-100% - 12px));
    bottom: 12px;
  }
}
.cookie-tech {
  position: fixed;
  bottom: 24px;
  left: 100%;
  transform: translateX(calc(-100% - 24px));
  max-width: 405px;
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
  padding: 24px;
  z-index: 5;
  border: 0;
  margin: 0;
}
.cookie-tech__flex {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
}
.cookie-tech__flex span {
  color: #314560;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: left;
}
.cookie-tech__flex a {
  color: #d12d38;
  text-decoration: underline;
}
.cookie-tech__btn {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12px 42px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .cookie-tech {
    max-width: 254px;
  }
  .cookie-tech__flex span {
    font-size: 12px;
  }
  .cookie-tech__btn {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .cookie-tech {
    transform: translateX(calc(-100% - 12px));
    bottom: 12px;
  }
}

.filehunter__footer .footer__list li:last-child {
  margin-top: 220px;
}

.filehunter__footer .footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 62%;
  gap: 20px;
}

.filehunter__footer .footer__bottom a {
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}

.filehunter__footer .footer__bottom {
  position: absolute;
  bottom: 42px;
  left: 42px;
}

.filehunter__footer .footer__bottom span {
  position: static;
}

.filehunter__footer .footer__nav {
  margin-right: auto;
}

.filehunter__footer .footer__list {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 16px 157px;
  height: unset;
}

@media (max-width: 1200px) {
  .filehunter__footer .footer__bottom span {
    max-width: unset;
  }
  .filehunter__footer .footer__list {
    gap: 16px 20px;
  }
}
@media (max-width: 768px) {
  .filehunter__footer {
    padding: 52px 24px;
  }
  .filehunter__footer .footer__bottom span {
    max-width: unset;
  }
  .filehunter__footer .footer__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .filehunter__footer .footer__item:nth-child(1) {
    order: 1;
  }
  .filehunter__footer .footer__item:nth-child(2) {
    order: 4;
  }
  .filehunter__footer .footer__item:nth-child(3) {
    order: 3;
  }
  .filehunter__footer .footer__item:nth-child(4) {
    order: 5;
  }
  .filehunter__footer .footer__item:nth-child(5) {
    order: 3;
  }
  .filehunter__footer .footer__bottom {
    max-width: unset;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .filehunter__footer .footer__socials {
    top: 225px;
  }
}
@media (max-width: 576px) {
  .filehunter__footer {
    padding: 26px 18px;
  }
  .filehunter__footer .footer__bottom {
    position: static;
  }
  .filehunter__footer .footer__bottom span {
    max-width: unset;
  }
  .filehunter__footer .footer__bottom a {
    display: none;
  }
  .filehunter__footer .footer__item:nth-child(6) {
    display: flex;
    order: 6;
  }
  .filehunter__footer .footer__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .filehunter__footer .footer__bottom {
    max-width: unset;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .filehunter__footer .footer__socials {
    top: 225px;
  }
}
.footer {
  background-color: #314560;
  padding: 42px;
  border-radius: 12px;
  margin-bottom: 24px;
  min-height: 384px;
  position: relative;
}
.footer__flex {
  display: flex;
  justify-content: space-between;
  gap: 94px;
}
.footer__socials-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__left {
  max-width: 170px;
}
.footer__left .footer__logo {
  display: block;
  margin-bottom: 40px;
}
.footer__left .footer__tg {
  display: block;
  margin-bottom: 16px;
}
.footer__left span {
  display: block;
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
}
.footer__left .footer__btn {
  font-size: 14px;
  max-width: 174px;
}
.footer__nav {
  margin-left: auto;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.footer__list li {
  display: flex;
}
.footer__list a {
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.footer__list li:last-child {
  margin-top: 58px;
}
.footer__right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 355px;
}
.footer__right a {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: left;
}
.footer__right span {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.footer__right svg {
  flex-shrink: 0;
}
.footer__bottom span {
  position: absolute;
  bottom: 42px;
  left: 42px;
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.footer__block {
  display: contents;
}

@media (max-width: 1200px) {
  .footer__flex {
    gap: 40px;
  }
  .footer__bottom span {
    max-width: 25%;
  }
}
@media (max-width: 992px) {
  .footer .footer__list li:last-child {
    margin-top: unset;
  }
  .footer__bottom span {
    max-width: 100%;
    position: static;
  }
  .footer__flex {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .footer__left {
    display: contents;
  }
  .footer__flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2;
  }
  .footer__logo {
    margin-bottom: unset;
  }
  .footer__socials {
    order: 4;
  }
  .footer__nav {
    order: 3;
    margin-left: unset;
  }
  .footer__block {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .footer__right {
    gap: 18px;
  }
  .footer__bottom span {
    position: static;
  }
  .footer__socials {
    position: absolute;
    top: 240px;
    right: 42px;
    max-width: calc(50% - 63px);
    width: 100%;
  }
  .footer__socials span {
    max-width: 171px;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 26px 18px;
    margin-bottom: 12px;
  }
  .footer .footer__block {
    gap: 22px;
  }
  .footer .footer__logo {
    margin-bottom: 4px;
  }
  .footer .footer__logo svg {
    width: 75px;
    height: 31px;
  }
  .footer .footer__flex {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 26px;
  }
  .footer .footer__socials {
    position: static;
    max-width: unset;
    order: 2;
  }
  .footer .footer__socials span {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .footer .footer__tg {
    margin-bottom: 12px;
  }
  .footer .footer__tg svg {
    width: 26px;
    height: 26px;
  }
  .footer .footer__left .footer__btn {
    max-width: 145px;
  }
  .footer .footer__list a {
    font-size: 12px;
  }
  .footer .footer__right {
    max-width: 250px;
  }
  .footer .footer__right a {
    font-size: 12px;
    gap: 12px;
  }
  .footer .footer__right svg {
    width: 26px;
    height: 26px;
  }
  .footer .footer__right span {
    font-size: 12px;
    gap: 12px;
  }
  .footer .footer__bottom span {
    font-size: 12px;
  }
}
.header {
  background-color: transparent;
  width: 100%;
  padding: 32px 42px 0;
}
.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #314560;
  padding-bottom: 32px;
}
.header__logos {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__logos a {
  display: flex;
}
.header__logo_opacity {
  opacity: 0.65;
}
.header .menu__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.header .menu__link {
  color: #314560;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.header__flex-2 {
  display: flex;
  align-items: center;
  gap: 23px;
}
.header__langs {
  display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}
.header__langs ul {
  display: none;
  position: absolute;
  top: calc(100% + 9px);
  flex-direction: column;
  gap: 12px;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
}
.header__langs li a {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-transform: uppercase;
}
.header__langs li:not(:last-child) {
  border-bottom: 1px solid #314560;
  padding-bottom: 12px;
}
.header__langs span {
  color: #314560;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.header .active ul {
  display: flex;
}
.header__lang-arrow {
  transition: transform 0.3s ease;
}
.active .header__lang-arrow {
  transform: rotate(180deg);
}
.header__burger-btn {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  z-index: 1000;
}
.header__burger-btn span {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #314560;
  left: 5px;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
  border-radius: 12px;
}
.header__burger-btn span:nth-child(1) {
  transform: translateY(-8px);
}
.header__burger-btn span:nth-child(3) {
  transform: translateY(8px);
}
.header.open .header__burger-btn span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.header.open .header__burger-btn span:nth-child(2) {
  opacity: 0;
}
.header.open .header__burger-btn span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
.header .burger__text {
  display: none;
}
.header .tg-link_hover svg {
  transition: fill 0.25s ease;
}
.header .tg-link_hover:hover svg {
  fill: #24354c;
}

.search {
  background-color: rgba(255, 255, 255, 0.93);
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  min-height: 100svh;
  width: 100%;
  padding-top: 80px;
  transition: transform 0.3s ease;
  z-index: 2000;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.search .container {
  padding-left: unset;
}
.search .search__close {
  position: absolute;
  top: -24px;
  right: 0;
}
.search .search__realtive {
  position: relative;
  max-width: 1356px;
  margin: 0 auto;
}
.search .search__realtive .search__icon {
  position: absolute;
  top: 18px;
  left: 4px;
}
.search .search__realtive ul {
  display: none;
  flex-direction: column;
  gap: 22px;
}
.search .search__realtive li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.search .search__realtive li a {
  color: #314560;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  transition: color 0.25s ease;
}
.search .search__realtive li span {
  color: #757575;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: right;
}
.search .search__realtive li a:hover {
  color: #d12d38;
}
.search input {
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #314560;
  height: 50px;
  padding-left: 44px;
  color: #314560;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: unset;
  border-radius: 0;
  margin-bottom: 32px;
}
.search input::-moz-placeholder {
  color: #acafb4;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.search input::placeholder {
  color: #acafb4;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.tg-link-992 {
  display: none;
}

.tg-link svg {
  transition: fill 0.3s ease;
}

.tg-link:hover svg {
  fill: #24354c;
}

.tg-link:active svg {
  fill: #24354c;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .header__burger-btn {
    display: block;
  }
  .header__flex-2 {
    margin-left: auto;
  }
  .header__flex {
    padding-bottom: unset;
    border: none;
  }
  .header #searchBtn {
    z-index: 1000;
  }
  .header .tg-link {
    display: none;
  }
  .header__logos {
    position: relative;
    z-index: 1000;
  }
  .header__burger-btn {
    display: block;
  }
  .header .menu {
    position: absolute;
    left: calc(-100% - 24px);
    top: 0px;
    width: 100%;
    background-color: #ebebeb;
    padding: 123px 42px 20px;
    transition: transform 0.5s;
    border-radius: 12px;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 999;
  }
  .header .menu__link {
    font-weight: 400;
  }
  .header .hidden {
    display: block;
  }
  .header .menu__list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 36px;
    margin-bottom: 56px;
  }
  .header .burger__text {
    display: block;
    max-width: 296px;
    color: #314560;
    font-family: Euclid Square;
    font-size: 14px;
    font-weight: 400;
    line-height: -1px;
    letter-spacing: 0%;
    text-align: left;
  }
  .header .tg-link-992 {
    display: block;
  }
  .header .tg-link-992 svg {
    margin-bottom: 24px;
  }
  .header.open .menu {
    transform: translateX(calc(100% + 24px));
  }
}
@media (max-width: 1300px) {
  .header__flex-2 {
    margin-left: auto;
    flex-direction: row-reverse;
  }
  .header__flex {
    padding-bottom: unset;
    border: none;
  }
  .header #searchBtn {
    z-index: 1000;
  }
  .header .tg-link {
    display: none;
  }
  .header__logos {
    position: relative;
    z-index: 1000;
  }
  .header__burger-btn {
    display: block;
  }
  .header .menu {
    position: absolute;
    left: calc(-100% - 24px);
    top: 0px;
    width: 100%;
    background-color: #ebebeb;
    padding: 123px 42px 20px;
    transition: transform 0.5s;
    border-radius: 12px;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 999;
  }
  .header .menu__link {
    font-weight: 400;
  }
  .header .hidden {
    display: block;
  }
  .header .menu__list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 36px;
    margin-bottom: 56px;
  }
  .header .burger__text {
    display: block;
    max-width: 296px;
    color: #314560;
    font-family: Euclid Square;
    font-size: 14px;
    font-weight: 400;
    line-height: -1px;
    letter-spacing: 0%;
    text-align: left;
  }
  .header .tg-link-992 {
    display: block;
  }
  .header .tg-link-992 svg {
    margin-bottom: 24px;
  }
  .header.open .menu {
    transform: translateX(calc(100% + 24px));
  }
}
@media (max-width: 768px) {
  .header .menu {
    min-height: calc(100svh - 24px);
    height: auto;
  }
}
@media (max-width: 576px) {
  .header {
    padding: 21px 18px 0;
  }
  .header__logos {
    gap: 18px;
  }
  .header__logos svg {
    width: 59px;
    height: 25px;
  }
  .header__flex-2 {
    gap: 12px;
  }
  .header__flex {
    gap: 6px;
  }
  .header #langChosen {
    width: 24px;
    height: 16px;
  }
  .header #searchBtn {
    width: 20px;
    height: 20px;
  }
  .header #searchBtn svg {
    width: 20px;
    height: 20px;
  }
  .header .header__burger-btn {
    top: -1px;
  }
  .header #langChosen svg {
    width: 24px;
    height: 16px;
  }
  .header__lang-arrow {
    width: 10px;
    height: 6.5px;
  }
  .header__langs {
    gap: 5px;
  }
  .header .menu {
    left: calc(-100% - 24px);
    padding: 85px 18px 18px;
    min-height: calc(100svh - 12px);
  }
  .header .search {
    margin-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .header .search .search__realtive li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .header .search .search__realtive li a {
    font-size: 14px;
  }
  .header .search .search__realtive li span {
    font-size: 12px;
  }
  .header .search .search__realtive ul {
    gap: 16px;
  }
  .header .search input {
    margin-bottom: 24px;
  }
  .header .search .search__close {
    top: -56px;
    right: -8px;
  }
  .header .menu__list {
    gap: 24px;
    margin-bottom: 32px;
  }
  .header .tg-link-992 svg {
    width: 32px;
    height: 32px;
    margin-bottom: 18px;
  }
  .header .burger__text {
    font-size: 12px;
  }
  .header.open .menu {
    transform: translateX(calc(100% + 24px));
  }
}
.news h2 {
  color: #314560;
}
.news__swiper {
  margin-bottom: 56px;
}
.news .swiper-wrapper {
  margin-bottom: 24px;
}
.news .swiper-slide {
  max-width: 402px;
}
.news__btn {
  max-width: 200px;
  margin: 0 auto;
}
.news__card {
  border-radius: 12px;
  background: #ebebeb;
  min-height: 240px;
  position: relative;
  padding-left: 26px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.news__card span {
  display: block;
  margin: auto 0;
  max-width: 204px;
  color: #314560;
  font-family: Euclid Square;
  font-size: 14.38px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news__card .news__img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  max-height: 203px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 262px;
  z-index: 2;
}
.news__card .news__bg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 152px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__card .news__letters {
  position: absolute;
  bottom: 0;
  right: 152px;
}
.news__card a {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.pagination {
  width: 140px !important;
  transform: unset !important;
}
.pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: rgba(49, 69, 96, 0.32);
  margin: 0 6px !important;
}
.pagination .swiper-pagination-bullet-active {
  background: #d12d38;
}

.swiper__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.swiper__btns {
  display: flex;
  align-items: center;
  gap: 18px;
}

.swiper-btn {
  display: flex;
}

.swiper__btn-next {
  transform: rotate(180deg);
}

.swiper__btn {
  max-width: 200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .news__btns {
    display: none;
  }
}
@media (max-width: 576px) {
  .news h2 {
    font-size: 26px;
  }
  .news__swiper {
    margin-bottom: 36px;
  }
  .news .swiper-wrapper {
    margin-bottom: 12px;
  }
  .news .swiper-slide {
    max-width: 242px;
  }
  .news__card {
    min-height: 144px;
    border-radius: 5px;
    padding-left: 12px;
  }
  .news__card span {
    max-width: 136px;
    font-size: 9px;
  }
  .news__card .news__img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    max-height: 108px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 150px;
  }
  .news__card .news__bg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 75px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .news__card .news__letters {
    max-width: 95px;
    right: 75px;
    height: 90px;
  }
  .news__btn {
    max-width: 156px;
  }
  .pagination {
    width: 73px !important;
  }
  .pagination .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    margin: 0 3px !important;
  }
}
.projects h3 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 52px;
}
.projects__card {
  padding: 42px;
  background-color: #ebebeb;
  border-radius: 12px;
}
.projects h4 {
  color: #d12d38;
  font-family: Euclid Square;
  font-size: 26px;
  font-weight: 500;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 20px;
  margin-top: unset;
}
.projects p {
  color: #314560;
}
.projects .swiper-slide {
  max-width: 402px;
  height: auto;
  display: flex;
}
.projects .swiper-wrapper {
  margin-bottom: 24px;
  align-items: stretch;
}
.projects__swiper-btn {
  display: flex;
}
.projects .industry__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .projects h3 {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .projects h4 {
    margin-bottom: 12px;
  }
  .projects p {
    font-size: 16px;
  }
  .projects__card {
    padding: 24px;
  }
  .projects__btns {
    display: none;
  }
  .projects .swiper-wrapper {
    margin-bottom: 24px;
  }
  .projects .industry__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .projects h3 {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .projects h4 {
    font-size: 18px;
  }
  .projects p {
    font-size: 14px;
  }
  .projects__card {
    padding: 18px;
  }
  .projects .swiper-wrapper {
    margin-bottom: 12px;
  }
  .projects .industry__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.scroll-top-btn {
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
  z-index: 5;
}
.scroll-top-btn svg {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .scroll-top-btn {
    width: 42px;
    height: 42px;
  }
  .scroll-top-btn svg {
    width: 14px;
    height: 7px;
  }
}
@media (max-width: 576px) {
  .scroll-top-btn {
    right: 12px;
  }
}
.form-modal {
  border-radius: 14px;
  background-color: #fff;
  padding: 36px;
  max-width: 704px;
  width: 90%;
  border: none;
  min-height: 460px;
}
.form-modal__close {
  display: block;
  margin-left: auto;
  margin-bottom: 40px;
}
.form-modal__dropdown {
  margin-bottom: 90px;
}
.form-modal__btn {
  max-width: 200px;
}
.form-modal__input {
  width: 100%;
  min-height: 56px;
  background-color: #fff;
  border: 1px solid #757575;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  cursor: pointer;
  margin-bottom: 18px;
}
.form-modal__relative span {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  display: none;
  color: #d12d38;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.form-modal .error-message {
  display: none;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  display: none;
  color: #d12d38;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.form-modal .form-modal__dropdown.error .select {
  border-color: #d12d38;
}
.form-modal .error span {
  display: block;
}
.form-modal .error input {
  border-color: #d12d38;
}
.form-modal .error .error-message {
  display: block;
}

#subscribe-form .select-list {
  max-height: 111px;
}
#subscribe-form .form-modal__dropdown {
  margin-bottom: 120px;
}

.select {
  width: 100%;
  min-height: 56px;
  background-color: #fff;
  border: 1px solid #757575;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  cursor: pointer;
}
.select .arrow-placeholder {
  display: block;
  position: static;
  transform: unset;
  color: #757575;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0%;
  text-align: left;
}
.select .select-arrow {
  transition: transform 0.25s ease;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-35%) rotate(180deg);
  max-width: 20px;
  height: 20px;
  width: 100%;
}
.select .select-arrow svg {
  width: 100%;
  height: 100%;
}
.select .select-arrow .select-arrow-br {
  transition: opacity 0.25s ease;
}
.select .select-arrow .select-arrow-bl {
  transition: opacity 0.25s ease;
}
.select .select-arrow .select-arrow-br {
  opacity: 0;
}
.select .select-arrow .select-arrow-bl {
  opacity: 0;
}
.select__flex {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 80%;
}
.select__amount {
  color: var(--Red, #d12d38) !important;
  font-family: Euclid Square !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  letter-spacing: 0% !important;
  text-align: left !important;
  position: static !important;
  transform: unset !important;
  display: block !important;
}

.select-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  flex-direction: column;
  background-color: #fff;
  z-index: 10;
  max-height: 300px;
  overflow: auto;
}
.select-list li {
  width: 100%;
  padding: 18px;
  border-bottom: 1px solid #ebebeb;
}

.badge-close {
  display: flex;
}

.active .select-list {
  display: flex;
}

.active .select-arrow {
  transform: translateY(-50%) rotate(0deg) !important;
}

.relative {
  position: relative;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 90%;
}

.badges::-webkit-scrollbar {
  display: none;
}

.badge {
  background-color: #314560;
  border-radius: 4px;
  padding: 11px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: -moz-min-content;
  max-width: min-content;
}
.badge span {
  color: #ffffff;
  font-family: Euclid Square;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
}

.custom-select {
  display: flex;
  align-items: center;
  gap: 17px;
  cursor: pointer;
}
.custom-select span {
  color: #314560;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.custom-select.disabled span {
  opacity: 0.8;
}
.custom-select.disabled .custom-checkbox {
  opacity: 0.8;
}

.checked .custom-checkbox {
  background-color: #D12D38;
  border-color: #D12D38;
}

.checked .custom-checkbox::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background-image: url(../img/svg/select-gal.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.custom-checkbox {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 4px;
  border: 1.5px solid #314560;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .form-modal {
    padding: 20px;
    min-height: 380px;
  }
  .form-modal .form-modal__list li {
    padding: 14px;
  }
  .select {
    padding: 11px 18px;
  }
  .select-list li {
    padding: 11px 18px;
    gap: 14px;
  }
  .badges {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .badges::-webkit-scrollbar {
    display: none;
  }
}

.success-modal {
  background-color: #fff;
  padding: 42px;
  max-width: 704px;
  width: 90%;
  border: none;
  min-height: 254px;
  padding-top: 84px;
}
.success-modal .success-modal__close {
  top: 32px;
  right: 32px;
  position: absolute;
}
.success-modal h2 {
  color: #314560;
  font-family: Euclid Square;
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 22px;
}
.success-modal span {
  color: #314560;
  font-family: Euclid Square;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.tech__footer .footer__list li:last-child {
  margin-top: 186px;
}

.cs-page {
  position: relative;
}
.cs-page .header__logos svg path {
  fill: #314560;
}
.cs-page .tg-link svg circle {
  fill: #314560;
}
.cs-page .tg-link svg path {
  fill: #fff;
}
.cs-page #searchBtn svg path {
  fill: #314560;
}

@media (max-width: 992px) {
  .tech__footer .footer__list li:last-child {
    margin-top: unset;
  }
}
@media (max-width: 768px) {
  .tech__footer .footer__flex {
    margin-bottom: 150px;
  }
}
@media (max-width: 576px) {
  .tech__footer .footer__flex {
    margin-bottom: 26px;
  }
}
.hero-tech .menu__link {
  color: #fff;
}
.hero-tech .header__flex {
  border-color: #fff;
}
.hero-tech .search .search__realtive li strong {
  color: #314560;
  font-family: Euclid Square;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  transition: color 0.25s ease;
}

@media (max-width: 1300px) {
  .hero-tech .header__burger-btn span {
    background-color: #fff;
  }
  .hero-tech .header.open .header__burger-btn span {
    background-color: #314560;
  }
  .hero-tech #searchBtn svg path {
    transition: fill 0.25s ease;
  }
  .hero-tech .header.open #searchBtn svg path {
    fill: #314560;
  }
  .hero-tech .header__logos svg path {
    transition: fill 0.25s ease;
  }
  .hero-tech .header.open .header__logos svg path {
    fill: #314560;
  }
  .hero-tech .menu__link {
    color: #314560;
  }
  .hero-tech .menu {
    border-radius: 8px;
  }
}