@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }
  html.en .main-cursor {
    margin-top: 2rem; }

body {
  font-family: 'Montserrat', sans-serif;
  padding-top: 7.5rem;
  font-size: 0.9rem;
  color: #373737;
  background: #f4f4f4; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #61BF1A;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 7.5rem;
  width: 100%; }

.section-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

.btn {
  height: 3.7rem;
  width: 14.6rem;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 1.2rem; }
  .btn::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    content: '';
    background: #61BF1A;
    border-radius: 2rem;
    transition: .6s all; }
  .btn:hover::after {
    transform: scale(1.05); }

.parallax-card {
  transform-style: preserve-3d;
  transition: transform 0.1s ease; }

@keyframes preloaderLogo {
  50% {
    opacity: .5; }
  100% {
    opacity: 1;
    transform: none; } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: cover;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader__logo {
    width: 16rem;
    animation: preloaderLogo 1.5s linear forwards;
    transform: scale(0.7);
    opacity: 0; }
    .preloader__logo img {
      width: 100%;
      display: block; }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: #fff;
  display: none; }
  .mobile-menu .container {
    padding-top: 1.45rem;
    padding-bottom: 5rem;
    height: 100dvh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .mobile-menu__close {
    display: inline-flex;
    width: 2.1rem; }
    .mobile-menu__close img {
      width: 100%; }
  .mobile-menu__logo {
    width: 8rem;
    display: inline-block; }
    .mobile-menu__logo img {
      width: 100%;
      display: block; }
  .mobile-menu__list {
    font-size: 1.7rem;
    text-align: center; }
    .mobile-menu__list li {
      margin-bottom: 1.5rem; }
    .mobile-menu__list a {
      color: #373737; }
  .mobile-menu .footer-social {
    justify-content: center; }

.header {
  position: fixed;
  padding: .65rem 5rem;
  transition: .6s all;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  font-size: 0.8rem; }
  .header .container {
    padding: .8rem 2.5rem;
    transition: .6s all;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2rem; }
  .header-wrap {
    display: flex;
    align-items: center; }
  .header__logo {
    width: 8rem;
    margin-right: 3rem;
    display: block; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-menu {
    display: flex;
    gap: .75rem; }
    .header-menu li {
      display: flex; }
    .header-menu a {
      padding: 0 0.75rem;
      border-radius: 2rem;
      color: #373737;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 2.1rem; }
      .header-menu a:hover {
        color: #61BF1A; }
      .header-menu a.active, .header-menu a.current {
        background: #fff; }
  .header-lang {
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 2rem; }
    .header-lang.active .header-lang__btn svg {
      transform: rotate(180deg); }
    .header-lang.active .header-lang__dropdown {
      display: block; }
    .header-lang__btn {
      display: flex;
      align-items: center;
      gap: .45rem;
      cursor: pointer;
      margin-top: 0.5rem;
      padding-bottom: 1rem;
      margin-bottom: -.5rem;
      text-transform: uppercase; }
      .header-lang__btn svg {
        width: 0.55rem;
        transition: .6s all;
        margin-bottom: 0.1rem; }
    .header-lang__dropdown {
      position: absolute;
      display: none;
      background: #fff;
      padding: 1rem;
      border-radius: 1rem; }
      .header-lang__dropdown li {
        margin-bottom: .4rem; }
        .header-lang__dropdown li:last-child {
          margin-bottom: 0; }
      .header-lang__dropdown a {
        color: #373737; }
        .header-lang__dropdown a:hover {
          color: #61BF1A; }
  .header__tel {
    color: #373737;
    font-weight: 700;
    height: 2.1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.8rem;
    border: 1px solid;
    border-radius: 2rem; }
    .header__tel:hover {
      color: #61BF1A; }
    .header__tel img {
      display: none; }
  .header-mobile {
    display: none; }
  .header.scrolled .container {
    background: #fff; }
  .header.scrolled .header-menu a.active, .header.scrolled .header-menu a.current {
    background: #F4F4F4; }
  .header.hide {
    transform: translateY(-100%); }

.main {
  padding: 6rem 0 15.5rem;
  position: relative; }
  .main__title {
    font-size: 4.1rem;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 62rem;
    margin-bottom: 0.8rem; }
    .main__title img {
      width: 5.5rem; }
  .main__text {
    font-size: 1.2rem;
    max-width: 31.5rem;
    margin-bottom: 3.5rem; }
  .main-cursor {
    position: absolute;
    left: 50vw;
    top: 13rem; }
    .main-cursor__text {
      width: 14.1rem;
      padding: 1.4rem 1.6rem;
      background: rgba(55, 55, 55, 0.05);
      backdrop-filter: blur(11.5px);
      -webkit-backdrop-filter: blur(11.5px);
      border-radius: 1.6rem;
      display: flex;
      align-items: center;
      gap: .8rem;
      margin-bottom: 2rem;
      transition: .1s transform; }
      .main-cursor__text img {
        flex-shrink: 0;
        width: 2.4rem; }
    .main-cursor__img {
      width: 9.5rem;
      margin-left: 4rem;
      transition: .1s transform; }
      .main-cursor__img img {
        width: 100%;
        display: block; }
  .main__circle {
    position: absolute;
    right: 7.5rem;
    bottom: 0;
    width: 26rem;
    border-radius: 50%;
    height: 25.6rem;
    background: linear-gradient(110deg, rgba(181, 239, 137, 0) 8.12%, rgba(181, 239, 137, 0.98) 39.26%, rgba(255, 254, 225, 0) 77.95%), radial-gradient(93.94% 105.17% at 50% 44.02%, rgba(181, 239, 137, 0.3) 0%, rgba(97, 191, 26, 0.3) 100%);
    box-shadow: 0px 4px 130px 0px rgba(84, 165, 21, 0.7) inset, 0px 0px 100px 0px #7ACB3A inset;
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px); }

.about {
  padding: 9rem 0 4.5rem;
  position: relative;
  z-index: 2; }
  .about .container {
    display: flex;
    gap: 5vw; }
  .about__text {
    max-width: 29rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700; }
    .about__text span:first-child {
      color: #bcbcbc; }
    .about__text span:nth-child(2) {
      display: block;
      position: relative; }
      .about__text span:nth-child(2)::after {
        content: '';
        width: 4.4rem;
        height: 4.4rem;
        background: url(../img/icons/about.svg) center center no-repeat;
        background-size: contain;
        position: absolute;
        top: -.2rem;
        pointer-events: none; }
  .about-list {
    display: flex;
    flex-wrap: wrap;
    width: 41.7rem;
    gap: .6rem;
    position: relative;
    z-index: 1; }
  .about-item {
    width: calc(50% - .3rem); }
    .about-item:nth-child(2n) {
      transform: translateY(-4.8rem); }
    .about-item__card {
      display: flex;
      flex-direction: column;
      padding: 2rem;
      border-radius: 2rem;
      gap: .8rem;
      background: #fff;
      position: relative; }
    .about-item__ico {
      align-self: flex-end;
      height: 4rem;
      width: 6.4rem;
      border-radius: 5rem;
      overflow: hidden;
      margin-right: -0.8rem;
      margin-top: -0.8rem; }
      .about-item__ico img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .about-item__number {
      font-size: 5rem;
      font-weight: 700; }
    .about-item__text {
      max-width: 15rem; }

.direction {
  padding: 3rem 0 8rem;
  position: relative;
  z-index: 1;
  background: url(../img/icons/ball.svg) calc(100vw - 10rem) calc(100% + 2rem) no-repeat;
  background-size: 14rem; }
  .direction::after {
    position: absolute;
    left: 0;
    top: -21rem;
    z-index: -1;
    content: '';
    width: 32rem;
    height: 45.5rem;
    background: url(../img/pattern.svg) top left no-repeat;
    background-size: contain; }
  .direction .section-title {
    margin-bottom: 4rem;
    text-align: center; }
  .direction-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem; }
  .direction-item {
    width: calc(50% - .75rem); }
    .direction-item__card {
      background: #fff;
      border-radius: 1.5rem;
      padding: 2rem 1.5rem;
      height: 100%; }
    .direction-item__head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 3.5rem;
      margin-bottom: 1.5rem; }
    .direction-item__name {
      padding: 0 1.5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: #F4F4F4;
      height: 100%;
      border-radius: 4rem;
      font-size: 1.2rem;
      font-weight: 700;
      transition: .6s all; }
    .direction-item__arrow {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 3.5rem;
      width: 3.5rem;
      border-radius: 50%;
      background: #F4F4F4;
      border-radius: 50%; }
      .direction-item__arrow img {
        width: 100%;
        display: block; }
    .direction-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
    .direction-item:hover .direction-item__name {
      color: #61BF1A; }

.video {
  height: 100vh;
  background: url(../img/video.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 5rem; }
  .video .plyr, .video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }

.team {
  padding: 5rem 0 10rem; }
  .team .section-title {
    margin-bottom: 4rem;
    text-align: center; }
  .team-main {
    display: flex;
    gap: 1.5rem; }
  .team__img {
    flex-grow: 1;
    height: 37rem;
    border-radius: .75rem;
    background: #454C54;
    overflow: hidden; }
    .team__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: top; }
  .team-wrap {
    width: 66%;
    flex-shrink: 0; }
  .team-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 1.5rem;
    margin-bottom: 1.65rem; }
  .team-item {
    width: calc(25% - 1.125rem);
    cursor: pointer; }
    .team-item:hover .team-item__img::after, .team-item.active .team-item__img::after {
      opacity: 0; }
    .team-item__name, .team-item__pos, .team-item__link {
      display: none; }
    .team-item__img {
      width: 100%;
      height: 12.25rem;
      border-radius: .75rem;
      overflow: hidden;
      position: relative; }
      .team-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        transition: .6s all;
        background: rgba(55, 55, 55, 0.6); }
      .team-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: top; }
  .team-arrows {
    display: flex;
    gap: .5rem;
    margin-bottom: 0.5rem; }
    .team-arrows span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      border-radius: 50%;
      width: 3rem;
      height: 3rem;
      background: #fff;
      box-shadow: 0 0.1rem 0.2rem rgba(55, 55, 55, 0.1); }
      .team-arrows span img {
        width: 100%; }
      .team-arrows span:hover {
        box-shadow: 0 0.5rem 1.5rem rgba(55, 55, 55, 0.2); }
  .team-info__name {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.25rem; }
  .team-info__pos {
    font-size: 1.2rem;
    color: #A3A3B2;
    margin-bottom: 0.75rem; }
  .team-info__link {
    display: inline-flex; }
    .team-info__link img {
      width: 1.75rem;
      display: block; }

.news {
  padding: 2rem 0 7rem; }
  .news .container {
    display: flex;
    justify-content: space-between; }
  .news-info {
    max-width: 22rem;
    padding-top: 8rem; }
  .news .section-title {
    margin-bottom: 1.3rem; }
  .news__text {
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  .news-main {
    width: calc(66.66666% - .5rem);
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    flex-shrink: 0; }
    .news-main .news-item {
      width: calc(50% - .75rem); }
  .news-item {
    position: relative;
    transition: .6s all; }
    .news-item:hover {
      color: #61BF1A; }
    .news-item__img {
      height: 16.75rem;
      border-radius: 1rem;
      overflow: hidden;
      margin-bottom: 1.5rem; }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-item__title {
      display: flex;
      align-items: flex-start;
      gap: 1.4rem;
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 0.75rem; }
      .news-item__title svg {
        flex-shrink: 0;
        width: 1.5rem;
        height: 1.5rem;
        color: #373737; }
    .news-item__date {
      color: #373737; }
    .news-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
  .news-page {
    padding-bottom: 5rem; }
    .news-page .section-title {
      margin-bottom: 4rem; }
  .news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 1.5rem;
    margin-bottom: 4rem; }
    .news-list .news-item {
      width: calc(33.3333% - 1rem); }
  .news-more .btn {
    width: 100%; }
    .news-more .btn:hover::after {
      transform: scale(1.02); }
  .news-single {
    padding-bottom: 5rem; }
    .news-single .container {
      display: flex;
      align-items: flex-start;
      gap: 1.5rem; }
    .news-single__main {
      width: calc(100% - 20.5rem);
      max-width: 53.5rem; }
    .news-single__title {
      font-size: 2.8rem;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0.5rem; }
    .news-single__date {
      font-size: 1.2rem;
      margin-bottom: 2rem; }
    .news-single__img {
      width: 100%;
      margin-bottom: 3rem; }
      .news-single__img img {
        width: 100%;
        display: block;
        border-radius: 1rem; }
    .news-single__read {
      width: auto;
      padding: 0 3.3rem;
      height: 3.1rem;
      gap: .5rem;
      margin: -0.75rem 0 1.25rem; }
      .news-single__read svg {
        width: .8rem; }
    .news-single__content {
      margin-bottom: 3rem;
      max-width: 46.5rem;
      line-height: 1.4; }
      .news-single__content h1, .news-single__content h2 {
        font-size: 1.3rem; }
      .news-single__content h3 {
        font-size: 1.15rem; }
      .news-single__content h4, .news-single__content h5, .news-single__content h6 {
        font-size: 0.9rem; }
      .news-single__content a {
        color: #61BF1A;
        border-bottom: 1px solid transparent; }
        .news-single__content a:hover {
          border-color: #61BF1A; }
      .news-single__content ul, .news-single__content ol {
        padding-left: 1rem;
        line-height: 1.8; }
        .news-single__content ul li, .news-single__content ol li {
          display: list-item; }
  .news-tg {
    background: #CFEFFF;
    border-radius: .75rem;
    padding: 1.5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem; }
    .news-tg__text div {
      margin-bottom: 1rem; }
      .news-tg__text div span {
        font-weight: 700; }
    .news-tg__text .btn {
      font-size: 0.9rem;
      width: 12.2rem;
      height: 3.1rem; }
    .news-tg__ico {
      flex-shrink: 0;
      width: 5rem; }
      .news-tg__ico img {
        width: 100%;
        display: block; }
  .news-side {
    width: 19rem;
    position: sticky;
    top: 5rem;
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 1rem; }
    .news-side__title {
      display: flex;
      align-items: center;
      font-size: 1.6rem;
      text-transform: uppercase;
      font-weight: 700;
      gap: .7rem;
      margin-bottom: 1.4rem; }
      .news-side__title img {
        width: 1.25rem; }
    .news-side__list li {
      margin-bottom: 1.25rem; }
      .news-side__list li:last-child {
        margin-bottom: 0; }
    .news-side__list a {
      display: block;
      color: #373737; }
      .news-side__list a span {
        display: inline-block;
        color: #c4c4c4;
        margin-bottom: 0.25rem; }
      .news-side__list a:hover {
        color: #61BF1A; }
    .news-side__links li {
      margin-bottom: .75rem; }
    .news-side__links a {
      color: #373737; }
      .news-side__links a:hover, .news-side__links a.active {
        color: #61BF1A; }

.magazines-list .news-item__img {
  height: 32rem;
  background: #fff; }
.magazines-more .btn {
  width: 100%; }
  .magazines-more .btn:hover::after {
    transform: scale(1.02); }

.magazine-single__mob {
  display: none; }

.footer {
  padding: 2.5rem 0 6.5rem;
  background: url(../img/icons/ball.svg) -5rem calc(100% + 4rem) no-repeat;
  background-size: 14rem;
  overflow: hidden; }
  .footer-wrap {
    background: #fff;
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
    margin-bottom: 1rem; }
  .footer-main {
    padding: 2.5rem 1.5rem 4rem 2.5rem;
    width: 50.5%; }
  .footer .section-title {
    margin-bottom: 2.5rem; }
  .footer-form {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    font-size: 0.8rem; }
    .footer-form .form-item {
      width: calc(33.333% - .5rem);
      position: relative; }
      .footer-form .form-item span {
        font-size: 0.7rem;
        color: red;
        position: absolute;
        line-height: 1;
        bottom: -.7rem;
        left: 0;
        display: none; }
      .footer-form .form-item.error input::placeholder {
        color: red; }
      .footer-form .form-item.error span {
        display: block; }
    .footer-form input, .footer-form textarea {
      border: none;
      outline: none;
      background: #f8f8f8;
      border-radius: .75rem;
      width: 100%; }
      .footer-form input::placeholder, .footer-form textarea::placeholder {
        color: #A3A3B2; }
    .footer-form input {
      padding: 0 1rem;
      height: 3rem; }
    .footer-form textarea {
      resize: none;
      height: 10.8rem;
      padding: 1rem; }
  .footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.75rem;
    width: 100%; }
  .footer-social {
    display: flex;
    gap: .5rem; }
    .footer-social li {
      display: flex; }
    .footer-social a {
      width: 2.1rem;
      height: 2.1rem;
      display: flex;
      color: #373737; }
      .footer-social a svg {
        width: 100%;
        height: 100%; }
      .footer-social a:hover {
        color: #61BF1A; }
  .footer-done {
    height: 3.7rem;
    display: none; }
    .footer-done__wrap {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      gap: .5rem;
      font-size: 1rem;
      color: #61BF1A;
      font-weight: 700; }
      .footer-done__wrap img {
        width: 2rem; }
  .footer-map {
    width: 49.5%; }
    .footer-map #footerMap {
      width: 100%;
      height: 100%; }
    .footer-map__marker {
      display: none; }
    .footer-map__info {
      z-index: 5;
      pointer-events: none;
      padding: 0.5rem;
      border-radius: .5rem;
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      font-size: 0.8rem;
      font-family: 'Montserrat', sans-serif; }
      .footer-map__info div {
        display: flex;
        gap: .2rem;
        font-weight: 700; }
        .footer-map__info div span {
          display: flex;
          align-items: center;
          color: #373737;
          gap: .1rem; }
          .footer-map__info div span img {
            width: 0.5rem; }
      .footer-map__info p {
        font-size: 0.6rem;
        color: #666; }
    .footer-map .ymaps-2-1-79-balloon {
      padding: 0;
      box-shadow: none; }
    .footer-map .ymaps-2-1-79-balloon__content, .footer-map .ymaps-2-1-79-balloon__layout {
      padding: 0;
      background: transparent;
      border: none; }
    .footer-map .ymaps-2-1-79-balloon__close, .footer-map .ymaps-2-1-79-balloon__tail {
      display: none; }
    .footer-map .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
      margin-right: 0; }
  .footer-info {
    display: flex;
    gap: 1.5rem; }
    .footer-info__item {
      width: calc(33.3333% - 1rem);
      height: 9.7rem;
      border-radius: 1rem;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      padding: 1.5rem;
      color: #fff;
      background: #373737;
      transition: .6s all; }
      .footer-info__item:hover {
        background: #61BF1A; }
    .footer-info__name {
      font-size: 0.8rem;
      opacity: .6; }
    .footer-info__text {
      font-size: 1.2rem;
      font-weight: 700;
      max-width: 19rem; }
      .footer-info__text a {
        display: inline-flex;
        align-items: center;
        gap: .25rem;
        color: #fff; }
        .footer-info__text a:hover {
          opacity: .7; }
        .footer-info__text a img {
          width: 1.2rem; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 6rem; }

  .header {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
    .header__logo {
      margin-right: 2rem; }
    .header-menu {
      gap: .5rem; }

  .main__circle {
    right: 6rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; }

  .container {
    padding: 0 5rem; }

  .header {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }

  .main__circle {
    right: 5rem; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 3rem; }

  .header {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .header .container {
      padding: .8rem 1.5rem; }
    .header-menu {
      display: none; }
    .header-lang {
      margin-right: 1.5rem; }
    .header-mobile {
      display: inline-flex;
      width: 2.1rem;
      margin-left: 1.5rem; }
      .header-mobile img {
        width: 2.1rem; }

  .main__title {
    font-size: 3.5rem; }
  .main-cursor {
    left: auto;
    right: 5rem;
    top: 15rem; }
  .main__circle {
    width: 16rem;
    height: 15.8rem;
    right: 1rem;
    bottom: -3rem; }

  .about {
    padding-top: 5rem; }
    .about .container {
      flex-direction: column; }
    .about-list {
      padding-top: 5rem;
      width: 100%; }

  .direction::after {
    width: 21rem;
    height: 30rem;
    top: 0; }
  .direction .section-title {
    margin-bottom: 3rem; }
  .direction-item {
    width: 100%; }

  .video {
    height: 40rem;
    margin-bottom: 0; }

  .team {
    padding: 6rem 0 4rem; }
    .team-main {
      flex-direction: column; }
    .team__img {
      width: 100%;
      height: 44rem; }
    .team-list {
      gap: 1rem;
      display: none; }
    .team-wrap {
      width: 100%; }
    .team-arrows {
      margin-bottom: 1rem; }

  .news {
    position: relative;
    padding-bottom: 11rem; }
    .news__btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 5rem; }
    .news .container {
      flex-direction: column; }
    .news-info {
      padding-top: 0; }
    .news-main {
      width: 100%; }
    .news-list .news-item {
      width: calc(50% - .75rem); }
    .news-single .container {
      flex-direction: column-reverse; }
    .news-single__main {
      width: 100%; }
    .news-single.magazine-single .container {
      flex-direction: column; }
    .news-side {
      width: 100%;
      position: static; }

  .magazine-single__mob {
    display: block; }
    .magazine-single__mob .news-single__read {
      margin-bottom: 0; }

  .magazine-single__desk {
    display: none; }

  .magazines-list .news-item__img {
    height: 55vw; }

  .footer {
    padding-bottom: 4rem; }
    .footer-wrap {
      flex-direction: column;
      padding-bottom: 0; }
    .footer-main {
      width: 100%;
      padding: 2.5rem; }
    .footer-map {
      width: 100%;
      height: 25rem; }
    .footer-info {
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem; }
      .footer-info__item {
        width: calc(50% - .5rem);
        flex-grow: 1; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  body {
    padding-top: 5rem; }

  .container {
    padding: 0 1rem; }

  .section-title {
    font-size: 1.5rem; }

  .preloader__logo {
    width: 12rem; }

  .mobile-menu .container {
    padding-top: 0.7rem;
    padding-bottom: 3rem; }
  .mobile-menu__list {
    font-size: 1.2rem; }
    .mobile-menu__list li {
      margin-bottom: 1rem; }

  .header {
    padding: 0; }
    .header .container {
      padding: 0.7rem 1rem;
      border-radius: 0; }
    .header__tel {
      width: 2.1rem;
      padding: 0; }
      .header__tel img {
        display: block;
        width: 1.2rem; }
      .header__tel span {
        display: none; }
    .header-lang {
      margin-right: 1rem; }
    .header-mobile {
      margin-left: 0.5rem; }

  .main {
    padding: 3rem 0 4rem; }
    .main__title {
      font-size: 2.2rem; }
      .main__title img {
        width: 3.5rem; }
    .main__text {
      margin-bottom: 9rem; }
    .main-cursor {
      right: 1rem;
      top: auto;
      bottom: 8rem; }
      .main-cursor__img {
        display: none; }
    .main__circle {
      width: 7rem;
      height: 7rem;
      bottom: -2rem;
      right: 0;
      background: linear-gradient(110deg, rgba(181, 239, 137, 0) 8.12%, rgba(181, 239, 137, 0.98) 39.26%, rgba(181, 239, 137, 0) 77.95%), radial-gradient(93.94% 105.17% at 50% 44.02%, rgba(181, 239, 137, 0.3) 0%, rgba(97, 191, 26, 0) 100%);
      box-shadow: 0px 4px 50px 0px rgba(84, 165, 21, 0.7) inset, 0px 0px 25px 0px #7ACB3A inset;
      backdrop-filter: blur(4.5px);
      -webkit-backdrop-filter: blur(4.5px); }

  .about {
    padding: 5rem 0 3rem; }
    .about .container {
      gap: 1.5rem; }
    .about-list {
      padding-top: 0; }
    .about-item {
      width: 100%; }
      .about-item:nth-child(2n) {
        transform: none; }
      .about-item__card {
        padding: 1.5rem;
        border-radius: 1.5rem;
        gap: .5rem; }
      .about-item__number {
        font-size: 3.5rem; }
    .about__text {
      font-size: 1.3rem;
      padding-right: 2rem; }
      .about__text span:nth-child(2)::after {
        width: 3.2rem;
        height: 3.2rem;
        top: 0; }

  .direction {
    padding-bottom: 5rem;
    background-size: 10rem;
    background-position-x: calc(100vw - 5rem); }
    .direction::after {
      width: 16rem;
      height: 22.25rem;
      top: 4rem; }
    .direction .section-title {
      margin-bottom: 2rem; }
    .direction-item__card {
      padding: 1.5rem 1rem;
      border-radius: 1rem; }
    .direction-item__head {
      height: 2.5rem; }
    .direction-item__name {
      font-size: 1.1rem;
      padding: 0 1rem; }
    .direction-item__arrow {
      width: 2.5rem;
      height: 2.5rem; }

  .video {
    height: 30rem; }

  .team {
    padding: 4.5rem 0 2rem; }
    .team .section-title {
      margin-bottom: 2rem; }
    .team__img {
      height: 30rem; }
    .team-arrows {
      justify-content: center; }
    .team-info {
      text-align: center;
      height: 7rem; }
      .team-info__name {
        font-size: 1.4rem; }
      .team-info__pos {
        font-size: 1.1rem; }

  .news {
    padding-bottom: 9rem; }
    .news__btn {
      bottom: 3.5rem; }
    .news-main, .news-list {
      gap: 1.5rem 1rem; }
      .news-main .news-item, .news-list .news-item {
        width: 100%; }
    .news-page {
      padding: 1.5rem 0 3rem; }
      .news-page .section-title {
        margin-bottom: 2rem; }
    .news-single {
      padding: 1.5rem 0 3rem; }
      .news-single__title {
        font-size: 1.9rem; }
      .news-single__date {
        font-size: 1.1rem;
        margin-bottom: 1.5rem; }
      .news-single__img {
        margin-bottom: 2rem; }
    .news-tg {
      padding: 2rem 1.5rem; }
      .news-tg__ico {
        width: 4rem; }

  .magazines-list .news-item__img {
    height: 115vw; }

  .footer {
    background-size: 10rem; }
    .footer-main {
      padding: 2.5rem 1rem;
      border-radius: 1.5rem; }
    .footer .section-title {
      max-width: 20rem;
      margin-bottom: 1.5rem; }
    .footer-form {
      font-size: 0.9rem;
      margin-bottom: 1rem; }
      .footer-form .form-item {
        width: 100%; }
    .footer-info__item {
      width: 100%; }
    .footer-flex {
      flex-direction: column-reverse;
      gap: 2rem; }
    .footer-map {
      height: 20rem; }
      .footer-map__info {
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
    .footer-info__item {
      padding: 1rem;
      height: 7.5rem; }
    .footer-info__text {
      font-size: 1rem; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
