@charset "UTF-8";
@font-face {
  font-family: HeliosCond;
  font-display: swap;
  src: url("../fonts/HeliosCond-Bold.woff") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: WorkSans;
  font-display: swap;
/*   src: url("../fonts/WorkSans-Regular.woff2") format("woff2"); */
	src: url("../fonts/Work Sans Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400&display=swap');
:root {
  --white: #fff;
  --black: #000;
  --lime: #d2ff00;
  --gray: #d8d8d8;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "WorkSans";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html[lang="uk"] body {
    font-family: "Roboto", sans-serif;
}
input,
button,
textarea {
  font-family: "WorkSans";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  background: #D8D8D8;
}
body.lock {
  overflow: hidden;
}

.lenis-scrolling.lock {
  scroll-behavior: smooth !important;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 480.98px) {
  .container {
    padding: 0 16px;
  }
}

.dropdown {
  position: relative;
}
.dropdown.active .dropdown__btn::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown__btn {
  display: inline-flex;
  align-items: center;
}
.dropdown__list {
  position: absolute;
}
.dropdown__item {
  cursor: pointer;
}
.dropdown__input-hidden {
  display: none;
}

h1 {
  font-family: HeliosCond;
  font-size: 98px;
  font-weight: 700;
  line-height: 114.3979591837%;
  text-transform: uppercase;
}
@media (max-width: 1412px) {
  h1 {
    font-size: 87px;
  }
}
@media (max-width: 1024.98px) {
  h1 {
    font-size: 76px;
  }
}
@media (max-width: 768.98px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 480.98px) {
  h1 {
    font-size: 54px;
  }
}

h2 {
  font-family: HeliosCond;
  font-size: 68px;
  font-weight: 700;
  line-height: 114.3970588235%;
  text-transform: uppercase;
}
@media (max-width: 1412px) {
  h2 {
    font-size: 61px;
  }
}
@media (max-width: 1024.98px) {
  h2 {
    font-size: 54px;
  }
}
@media (max-width: 768.98px) {
  h2 {
    font-size: 47px;
  }
}
@media (max-width: 480.98px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-family: HeliosCond;
  font-size: 48px;
  font-weight: 700;
  line-height: 114.3958333333%;
}
@media (max-width: 1412px) {
  h3 {
    font-size: 43px;
  }
}
@media (max-width: 1024.98px) {
  h3 {
    font-size: 37px;
  }
}
@media (max-width: 768.98px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 480.98px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-family: HeliosCond;
  font-size: 40px;
  font-weight: 700;
  line-height: 114.4%;
  text-transform: uppercase;
}
@media (max-width: 1412px) {
  h4 {
    font-size: 36px;
  }
}
@media (max-width: 1024.98px) {
  h4 {
    font-size: 33px;
  }
}
@media (max-width: 768.98px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 480.98px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-family: HeliosCond;
  font-size: 38px;
  font-weight: 700;
  line-height: 114.3947368421%;
}
@media (max-width: 1412px) {
  h5 {
    font-size: 36px;
  }
}
@media (max-width: 1024.98px) {
  h5 {
    font-size: 33px;
  }
}
@media (max-width: 768.98px) {
  h5 {
    font-size: 30px;
  }
}
@media (max-width: 480.98px) {
  h5 {
    font-size: 28px;
  }
}

.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
.btn_white .btn__icon svg {
  fill: #FFFFFF;
}
.btn_white .btn__text {
  color: #FFFFFF;
}
@media (min-width: 1024.98px) {
  .btn_white:hover .btn__icon svg {
    fill: #D2FF00;
  }
  .btn_white:hover .btn__text {
    color: #D2FF00;
  }
}
.btn_black .btn__icon svg {
  fill: #000000;
}
.btn_black .btn__text {
  color: #000000;
}
@media (min-width: 1024.98px) {
  .btn_black:hover .btn__icon svg {
    opacity: 0.7;
  }
  .btn_black:hover .btn__text {
    opacity: 0.7;
  }
}
.btn__icon {
  display: inline-flex;
}
.btn__icon:not(:last-child) {
  margin: 0 0 15px 0;
}
.btn__icon svg {
  width: 115px;
  height: 115px;
  transition: all 0.3s ease-out;
}
@media (max-width: 1412px) {
  .btn__icon svg {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 1024.98px) {
  .btn__icon svg {
    width: 94px;
    height: 94px;
  }
}
@media (max-width: 768.98px) {
  .btn__icon svg {
    width: 82px;
    height: 82px;
  }
}
@media (max-width: 480.98px) {
  .btn__icon svg {
    width: 70px;
    height: 70px;
  }
}
.btn__text {
  font-family: HeliosCond;
  font-size: 30px;
  font-weight: 700;
  line-height: 114.4%;
  text-align: right;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
@media (max-width: 1412px) {
  .btn__text {
    font-size: 27px;
  }
}
@media (max-width: 1024.98px) {
  .btn__text {
    font-size: 24px;
  }
}
@media (max-width: 768.98px) {
  .btn__text {
    font-size: 20px;
  }
}
@media (max-width: 480.98px) {
  .btn__text {
    font-size: 16px;
  }
}

.text-1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 117.2916666667%;
  text-transform: uppercase;
}
.text-1 p:not(:last-child) {
  margin: 0 0 22px 0;
}
@media (max-width: 1412px) {
  .text-1 {
    font-size: 22px;
  }
}
@media (max-width: 1024.98px) {
  .text-1 {
    font-size: 20px;
  }
}
@media (max-width: 768.98px) {
  .text-1 {
    font-size: 18px;
  }
}
@media (max-width: 480.98px) {
  .text-1 {
    font-size: 16px;
  }
}

.text-2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 117.3%;
  text-transform: uppercase;
}
@media (max-width: 1412px) {
  .text-2 {
    font-size: 19px;
  }
}
@media (max-width: 1024.98px) {
  .text-2 {
    font-size: 18px;
  }
}
@media (max-width: 768.98px) {
  .text-2 {
    font-size: 16px;
  }
}
@media (max-width: 480.98px) {
  .text-2 {
    font-size: 14px;
  }
}

.baner-block {
  padding-top: 20px;
}
@media (max-width: 480.98px) {
  .baner-block {
    padding-top: 12px;
  }
}
.baner-block__body {
  min-height: calc(100dvh - 20px);
  padding-top: 107px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 480.98px) {
  .baner-block__body {
    padding-top: 63px;
/*     min-height: calc(100dvh - 12px); */
	  min-height: 500px;
  }
}
.baner-block__image-block {
  position: relative;
  height: 200px;
}
.baner-block__image-block:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 480.98px) {
  .baner-block__image-block {
    height: 120px;
  }
  .baner-block__image-block:not(:last-child) {
    margin: 0 0 14px 0;
  }
}
.baner-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* .baner-block__title {
  overflow: hidden;
}
.baner-block__title span {
  display: inline-flex;
  transform: translateY(105%);
  animation: slide-in-1 1.5s ease 1s forwards;
} */
.content-baner-block__row {
  display: flex;
}
.cta {
  padding: 20px 0;
  background: #000000;
}
@media (max-width: 480.98px) {
  .cta {
    padding: 16px 0;
  }
}
.cta__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  .cta__row {
    flex-direction: column;
    align-items: center;
  }
}
.cta__column_content {
  flex: 0 0 772px;
}
@media (max-width: 1600.98px) {
  .cta__column_content {
    flex: 0 0 703px;
  }
}
@media (max-width: 1400px) {
  .cta__column_content {
    flex: 0 0 596px;
  }
}
@media (max-width: 1300px) {
  .cta__column_content {
    flex: 0 0 542px;
  }
}
@media (max-width: 1250px) {
  .cta__column_content {
    width: 100%;
    flex: 0 1 auto;
  }
  .cta__column_content:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.cta__column_form {
  flex: 0 0 635px;
  margin: 0 0 0 40px;
}
@media (max-width: 1600.98px) {
  .cta__column_form {
    flex: 0 0 578px;
  }
}
@media (max-width: 1250px) {
  .cta__column_form {
    width: 100%;
    flex: 0 1 auto;
    margin: 0;
  }
}
.cta__title {
  color: #D2FF00;
}
.cta__title:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 1250px) {
  .cta__title {
    animation-delay: 1.5s !important;
  }
}
@media (max-width: 480.98px) {
  .cta__title:not(:last-child) {
    margin: 0 0 14px 0;
  }
}
.cta__text {
  color: #FFFFFF;
}
@media (max-width: 1250px) {
  .cta__text {
    animation-delay: 1.5s !important;
  }
}
.cta__form .form-footer__input {
  border-bottom: 4px solid #FFFFFF;
}
@media (max-width: 768.98px) {
  .cta__form .form-footer__input {
    font-size: 16px;
    height: 37.6px;
    border-bottom: 3.5px solid #FFFFFF;
  }
}
@media (max-width: 480.98px) {
  .cta__form .form-footer__input {
    font-size: 14px;
    height: 39px;
    border-bottom: 3px solid #FFFFFF;
  }
}
.cta__form .form-footer__textarea {
  border: 4px solid #FFFFFF;
}
@media (max-width: 768.98px) {
  .cta__form .form-footer__textarea {
    border: 3.5px solid #FFFFFF;
  }
}
@media (max-width: 480.98px) {
  .cta__form .form-footer__textarea {
    border: 3px solid #FFFFFF;
  }
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ibg img {
  display: none;
}

.header {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 480.98px) {
  .header {
    top: 12px;
  }
}
.header_black .logo-header svg {
  fill: #000000;
}
.header_black .header__burger span {
  background-color: #000000;
}
.header_black .menu-header__link {
  color: #000000;
}
.header_black .languages__dropdown .dropdown__btn {
  color: #fff;
  background: #000000;
}
.header_black .languages__dropdown .dropdown__btn::before {
  background: url("../img/icons/arrow-dropdown.svg") center no-repeat;
  background-size: contain;
}
.header_black .languages__dropdown .dropdown__list {
  background-color: #000000;
}
.header_black .languages__dropdown .dropdown__item {
  color: #fff;
}
.header_white .logo-header svg {
  fill: #FFFFFF;
}
.header_white .header__burger span {
  background-color: #FFFFFF;
}
.header_white .menu-header__link {
  color: #FFFFFF;
}
@media (max-width: 992.98px) {
  .header_white .menu-header__link {
    color: #000000;
  }
}
.header_white .languages__dropdown .dropdown__btn {
  color: #000000;
  background: #FFFFFF;
}
.header_white .languages__dropdown .dropdown__btn::before {
  background: url("../img/icons/arrow-dropdown-black.svg") center no-repeat;
  background-size: contain;
}
.header_white .languages__dropdown .dropdown__list {
  background-color: #FFFFFF;
}
@media (max-width: 992.98px) {
  .header_white .languages__dropdown .dropdown__list {
    background-color: #000000;
  }
}
.header_white .languages__dropdown .dropdown__item {
  color: #000000;
}
@media (max-width: 992.98px) {
  .header_white .languages__dropdown .dropdown__item {
    color: #fff;
  }
}
.header_home.done .logo-header__text {
  width: 84px;
  height: 49px;
  transform: translate(95.5px, 13px);
  animation: none;
}
@media (max-width: 480.98px) {
  .header_home.done .logo-header__text {
    width: 34.65px;
    height: 19.8px;
    transform: translate(39.35px, 4.9px);
    animation: none;
  }
}
.header_home .logo-header {
  align-items: baseline;
  min-height: 62px;
}
@media (max-width: 480.98px) {
  .header_home .logo-header {
    min-height: 50px;
  }
}
.header_home .logo-header .logo-header__text {
  width: 259px;
  height: 152px;
  animation: logo-text 2s ease 3s forwards;
}
@media (max-width: 480.98px) {
  .header_home .logo-header .logo-header__text {
    width: 106.84px;
    height: 61.42px;
    animation: none;
	width: 34.65px;
    height: 19.8px;
    transform: translate(39.35px, 4.9px);
  }
}
.header_home .logo-header .logo-header__icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  animation: logo-show 0s ease 5s forwards;
}
.header.hide .header__main {
  transform: translate(0, -200px);
}
.header__main {
  transition: all 1s ease-out;
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header__column {
  display: flex;
  align-items: center;
}
.header__column_menu {
  overflow: hidden;
  animation: overflow-visible 0.1s ease 2.5s forwards;
}
.header__logo {
  position: relative;
  z-index: 1;
}
.header__menu {
  transform: translateY(-100%);
  animation: slide-in-1 1.5s ease 1s forwards;
}
.header__menu:not(:last-child) {
  margin: 0 30px 0 0;
}
@media (max-width: 992.98px) {
  .header__menu {
    display: none;
    transform: translateY(0);
    animation: none;
  }
  .header__menu:not(:last-child) {
    margin: 0 0 0 0;
  }
}
@media (max-width: 992.98px) {
  .header__submenu {
    display: none;
  }
}
.header__btn-talk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 117.2857142857%;
  text-transform: uppercase;
  color: #000000;
  background: #D2FF00;
  transition: all 0.3s ease-out;
  transform: translateY(-100%);
  animation: slide-in-1 1.5s ease 1s forwards;
}
.header__btn-talk:not(:last-child) {
  margin: 0 30px 0 0;
}
@media (min-width: 1024.98px) {
  .header__btn-talk:hover {
    color: #D2FF00;
    background: #000000;
  }
}
@media (max-width: 992.98px) {
  .header__btn-talk {
    display: none;
    transform: translateY(0);
    animation: none;
    font-size: 15px;
  }
  .header__btn-talk:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.header__languages {
  transform: translateY(-100%);
  animation: slide-in-1 1.5s ease 1s forwards;
}
@media (max-width: 992.98px) {
  .header__languages {
    display: none;
    transform: translateY(0);
    animation: none;
  }
  .header__languages:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.header__burger {
  display: none;
}
.header__burger.lock {
  pointer-events: none;
}
@media (max-width: 992.98px) {
  .header__burger {
    margin: 12px 0 0 0;
    width: 50px;
    height: 17px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    z-index: 1;
    transform: translateY(-120%);
    animation: slide-in-1 1.5s ease 1s forwards;
  }
  .header__burger span {
    width: 50px;
    height: 1px;
    margin: 4px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger span:first-child, .header__burger span:last-child {
    margin: 0;
    height: 3px;
  }
  .header__burger.active {
    align-items: flex-end;
  }
  .header__burger.active span {
    width: 30px;
    height: 2px;
    position: absolute;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .header__burger.active span:first-child {
    height: 2px;
    transform: rotate(-45deg);
  }
  .header__burger.active span:last-child {
    height: 2px;
    transform: rotate(45deg);
  }
}
@media (max-width: 480.98px) {
  .header__burger {
    margin: 4px 0 0 0;
  }
}
.header.scrolled{
  background: #D8D8D8;
  padding: 20px 0;
  top: 0;
  z-index: 9;
  transition: all 0.4s ease;
	border-bottom: 0.5px solid #000000;
}
.header.header_white.scrolled .menu-header__link{
  color: #000;
}
.header.header_white.scrolled .logo-header svg{
  fill: unset;
}
.header.header_white.scrolled .header__burger span{
  background-color: #000;
}
.header.scrolled .logo-header__icon{
/*    height: 49px;
	width: 69px; */
}
@media (max-width: 480.98px) {
  .header.scrolled .logo-header__text{
    height: 37px;
    width: 63px;
  }
  .header_home.scrolled .logo-header__text{
    transform: translate(72px, 12px);
  }
  .header.scrolled .logo-header__icon{
      height: 49px;
      width: 69px;
    }
}

.header.scrolled .header__row{
	align-items: center;
}

.logo-header {
  display: inline-flex;
  align-items: flex-end;
  transform: translateY(-150%);
  animation: slide-in-1 1.5s ease 1s forwards;
}
.logo-header__icon {
  width: 87.35px;
  height: 61.32px;
  margin: 0 8.4px 0 0;
	transition: all 0.4s ease;
}
.logo-header__icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 480.98px) {
  .logo-header__icon {
    width: 35.91px;
    height: 24.72px;
    margin: 0 3.45px 0 0;
	  animation: none !important;
	  opacity: 1 !important;
	  visibility: visible !important;
  }
}
.logo-header__text {
  width: 84px;
  height: 49px;
	transition: all 0.4s ease;
}
.logo-header__text svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 480.98px) {
  .logo-header__text {
    width: 34.65px;
    height: 19.8px;
  }
}

.menu-header__list {
  display: flex;
  align-items: center;
}
@media (max-width: 992.98px) {
  .menu-header__list {
    flex-direction: column;
  }
}
.menu-header__item:not(:last-child) {
  margin: 0 30px 0 0;
}
@media (max-width: 992.98px) {
  .menu-header__item {
    margin: 0 0 20px 0;
  }
  .menu-header__item:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.menu-header__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 117.2857142857%;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
@media (min-width: 1024.98px) {
  .menu-header__link:hover {
    opacity: 0.4;
  }
}
@media (max-width: 992.98px) {
  .menu-header__link {
    font-size: 15px;
  }
}

.submenu-header {
  position: fixed;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  z-index: 1;
  transition: all 1s ease-out;
}
@media (max-width: 992.98px) {
  .submenu-header {
    right: auto;
    bottom: auto;
    position: relative;
  }
}
.submenu-header_black .submenu-header__link {
  color: #000;
}
.submenu-header_white .submenu-header__link {
  color: #FFFFFF;
}
@media (max-width: 992.98px) {
  .submenu-header_white .submenu-header__link {
    color: #000;
  }
}
@media (min-width: 992.98px) {
  .submenu-header.hide {
    transform: translate(0, 200px);
  }
}
.submenu-header__list {
  display: flex;
  align-items: center;
  transform: translateY(100%);
  animation: slide-in-1 1.5s ease 1s forwards;
}
@media (max-width: 992.98px) {
  .submenu-header__list {
    flex-direction: column;
    animation: none;
    transform: translateY(0);
  }
}
.languages__dropdown {
  width: 44px;
}
.languages__dropdown.active .dropdown__list {
  display: block;
}
@media (max-width: 992.98px) {
  .languages__dropdown {
    width: auto;
  }
}
.languages__dropdown .dropdown__btn {
  width: 100%;
  padding: 0 20px 0 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 117.2857142857%;
  text-transform: uppercase;
  position: relative;
}
.languages__dropdown .dropdown__btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 9px;
  right: 4px;
  transition: all 0.3s ease-out;
}
@media (max-width: 992.98px) {
  .languages__dropdown .dropdown__btn {
    display: none;
  }
}
.languages__dropdown .dropdown__list {
  padding: 2px 0 0 0;
  width: 100%;
  display: none;
}
@media (max-width: 992.98px) {
  .languages__dropdown .dropdown__list {
    position: relative;
    padding: 3px;
    display: flex;
  }
}
.languages__dropdown .dropdown__item {
  padding: 0 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 117.2857142857%;
  text-transform: uppercase;
  opacity: 0.6;
}
.languages__dropdown .dropdown__item a {
  color: inherit;
}
.languages__dropdown .dropdown__item.active {
  display: none;
}
@media (max-width: 992.98px) {
  .languages__dropdown .dropdown__item {
    font-size: 15px;
    line-height: 1;
  }
  .languages__dropdown .dropdown__item.active {
    display: inline-flex;
    opacity: 1;
  }
}

@keyframes logo-text {
  to {
    width: 84px;
    height: 49px;
    transform: translate(95.5px, 13px);
  }
}
@keyframes logo-text2 {
  to {
    height: 37px;
    width: 63px;
    transform: translate(95.5px, 13px);
  }
}
@keyframes logo-show {
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes logo-text-mobile {
  to {
    width: 34.65px;
    height: 19.8px;
    transform: translate(39.35px, 4.9px);
  }
}
@keyframes overflow-visible {
  to {
    overflow: visible;
  }
}
.mobile-header {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: -120%;
  background: #D8D8D8;
  transition: all 0.4s ease-in-out;
  padding: 120px 0 20px 0;
}
@media (max-width: 992.98px) {
  .mobile-header.active {
    top: 0;
  }
}
.mobile-header__container {
  height: 100%;
  overflow: auto;
}
.mobile-header__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992.98px) {
  .mobile-header__body .menu-header {
    display: block;
    order: 3;
  }
}
@media (max-width: 992.98px) {
  .mobile-header__body .submenu-header {
    display: block;
    order: 4;
  }
}
@media (max-width: 992.98px) {
  .mobile-header__body .header__btn-talk {
    display: inline-flex;
    order: 2;
  }
}
@media (max-width: 992.98px) {
  .mobile-header__body .header__languages {
    display: block;
    order: 1;
  }
}

.main-footer {
  padding: 20px 0;
  background: #D2FF00;
}
.main-footer__row {
  display: flex;
  justify-content: space-between;
}
.main-footer__row:not(:last-child) {
  margin: 0 0 100px 0;
}
@media (max-width: 1250px) {
  .main-footer__row {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1412px) {
  .main-footer__row:not(:last-child) {
    margin: 0 0 90px 0;
  }
}
@media (max-width: 1024.98px) {
  .main-footer__row:not(:last-child) {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 768.98px) {
  .main-footer__row:not(:last-child) {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .main-footer__row:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
.main-footer__column_form {
  flex: 0 0 635px;
}
@media (max-width: 1600.98px) {
  .main-footer__column_form {
    flex: 0 0 578px;
  }
}
@media (max-width: 1250px) {
  .main-footer__column_form {
    width: 100%;
    flex: 0 1 auto;
    order: 2;
  }
  .main-footer__column_form:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
.main-footer__column_content {
  flex: 0 0 596px;
}
@media (max-width: 1600.98px) {
  .main-footer__column_content {
    flex: 0 0 542px;
  }
}
@media (max-width: 1250px) {
  .main-footer__column_content {
    width: 100%;
    flex: 0 1 auto;
    order: 1;
    margin: 0 0 64px 0;
  }
}
.main-footer__email {
  display: inline-flex;
  font-family: HeliosCond;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 6px 0;
}
.main-footer__email:not(:last-child) {
  margin: 0 0 10px 0;
}
@media (max-width: 1412px) {
  .main-footer__email {
    font-size: 37px;
  }
}
@media (max-width: 1024.98px) {
  .main-footer__email {
    font-size: 33px;
  }
}
@media (max-width: 768.98px) {
  .main-footer__email {
    font-size: 30px;
  }
}
@media (max-width: 480.98px) {
  .main-footer__email {
    font-size: 26px;
  }
}
.main-footer__place:not(:last-child) {
  margin: 0 0 50px 0;
}
.main-footer__bottom {
  display: flex;
  justify-content: flex-end;
}
.main-footer__btn-linkedin {
  flex: 0 0 58px;
  width: 58px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  background: #000000;
}
.main-footer__btn-linkedin svg {
  width: 38px;
  height: 36px;
  fill: #FFFFFF;
}
@media (min-width: 1024.98px) {
  .main-footer__btn-linkedin:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1412px) {
  .main-footer__btn-linkedin {
    flex: 0 0 56px;
    width: 56px;
    height: 54px;
  }
  .main-footer__btn-linkedin svg {
    width: 36px;
    height: 34px;
  }
}
@media (max-width: 1024.98px) {
  .main-footer__btn-linkedin {
    flex: 0 0 53px;
    width: 53px;
    height: 51px;
  }
  .main-footer__btn-linkedin svg {
    width: 33px;
    height: 31px;
  }
}
@media (max-width: 768.98px) {
  .main-footer__btn-linkedin {
    flex: 0 0 50px;
    width: 50px;
    height: 48px;
  }
  .main-footer__btn-linkedin svg {
    width: 30px;
    height: 28.5px;
  }
}
@media (max-width: 480.98px) {
  .main-footer__btn-linkedin {
    flex: 0 0 47px;
    width: 47px;
    height: 45px;
  }
  .main-footer__btn-linkedin svg {
    width: 27px;
    height: 25.5px;
  }
}
.main-footer__title {
  width: 100%;
  position: relative;
}
.main-footer__title:not(:last-child) {
  margin: 0 0 10px 0;
}
.main-footer__title svg {
  width: 100%;
  height: auto;
}
@media (max-width: 950px) {
  .main-footer__title:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 650px) {
  .main-footer__title {
    display: none;
  }
}
.main-footer__title-mobile {
  display: none;
  width: 100%;
  position: relative;
}
.main-footer__title-mobile:not(:last-child) {
  margin: 0 0 60px 0;
}
.main-footer__title-mobile svg {
  width: 100%;
  height: auto;
}
@media (max-width: 650px) {
  .main-footer__title-mobile {
    display: block;
  }
}
.main-footer__copyright {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #000000;
}
@media (max-width: 950px) {
  .main-footer__copyright {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 480.98px) {
  .main-footer__copyright {
    text-align: left;
    align-items: flex-start;
  }
}
.main-footer__copyright-text {
  line-height: 1;
}
@media (max-width: 950px) {
  .main-footer__copyright-text {
    line-height: 117.3%;
  }
  .main-footer__copyright-text:not(:last-child) {
    margin: 0 0 6px 0;
  }
}
.main-footer__copyright-developers {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  white-space: nowrap;
}
.main-footer__copyright-developers span {
  display: inline-flex;
  margin: 0 0 0 10px;
  width: 150px;
  height: 40px;
}
.main-footer__copyright-developers span img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1412px) {
  .main-footer__copyright-developers span {
    width: 142px;
    height: 37.75px;
  }
}
@media (max-width: 1024.98px) {
  .main-footer__copyright-developers span {
    width: 134px;
    height: 35.5px;
  }
}
@media (max-width: 768.98px) {
  .main-footer__copyright-developers span {
    width: 126px;
    height: 33.25px;
  }
}
@media (max-width: 480.98px) {
  .main-footer__copyright-developers span {
    width: 118px;
    height: 31px;
  }
}

.form-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.form-footer__item {
  width: 100%;
}
.form-footer__item:not(:last-child) {
  margin: 0 0 20px 0;
}
.form-footer__item_textarea {
  margin-top: 30px;
}
.form-footer__item_textarea:not(:last-child) {
  margin-top: 30px;
  margin-bottom: 15px;
}
.form-footer__item_checkbox:not(:last-child) {
  margin: 0 0 25px 0;
}
.form-footer__checkbox-input {
  display: none;
}
.form-footer__checkbox-input:checked + .form-footer__checkbox-label::after {
  display: block;
}
.form-footer__checkbox-label {
  font-family: "PT Sans Caption";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.form-footer__checkbox-label span {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.form-footer__checkbox-label::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
}
.form-footer__checkbox-label::after {
  position: absolute;
  content: "";
  left: 3px;
  top: 5px;
  /* background: url("../img/icons/check.svg") center no-repeat; */
  background: url("https://amainvest.co/wp-content/themes/bit/assets/img/icons/check.svg") center no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
  display: none;
}
.form-footer__item.error .form-footer__input {
  color: #C60000;
  border-bottom: 4px solid #C60000;
}
@media (max-width: 768.98px) {
  .form-footer__item.error .form-footer__input {
    border-bottom: 3.5px solid #C60000;
  }
}
@media (max-width: 480.98px) {
  .form-footer__item.error .form-footer__input {
    border-bottom: 3px solid #C60000;
  }
}
.form-footer__item.error .form-footer__textarea {
  color: #C60000;
  border: 4px solid #C60000;
}
@media (max-width: 768.98px) {
  .form-footer__item.error .form-footer__textarea {
    border: 3.5px solid #C60000;
  }
}
@media (max-width: 480.98px) {
  .form-footer__item.error .form-footer__textarea {
    border: 3px solid #C60000;
  }
}
.form-footer__input {
  width: 100%;
  height: 47px;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: #000000;
  border-bottom: 4px solid #000000;
  border-radius: 0;
	font-family: inherit;
}
.form-footer__input::placeholder {
  opacity: 0.5;
}
.form-footer__input:disabled {
  opacity: 0.5;
}
.form-footer__input:disabled::placeholder {
  opacity: 1;
}
@media (max-width: 1412px) {
  .form-footer__input {
    height: 44.65px;
  }
}
@media (max-width: 1024.98px) {
  .form-footer__input {
    font-size: 18px;
    height: 42.3px;
  }
}
@media (max-width: 768.98px) {
  .form-footer__input {
    font-size: 16px;
    height: 37.6px;
    border-bottom: 3.5px solid #000000;
  }
}
@media (max-width: 480.98px) {
  .form-footer__input {
    font-size: 14px;
    height: 39px;
    border-bottom: 3px solid #000000;
  }
}
.form-footer__textarea {
  width: 100%;
  resize: none;
  height: 146px;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  background-color: transparent;
  border: 4px solid #000000;
  color: #000000;
  border-radius: 0;
	font-family: inherit;
}
.form-footer__textarea::placeholder {
  opacity: 0.5;
}
.form-footer__textarea:disabled {
  opacity: 0.5;
}
.form-footer__textarea:disabled::placeholder {
  opacity: 1;
}
@media (max-width: 768.98px) {
  .form-footer__textarea {
    border: 3.5px solid #000000;
  }
}
@media (max-width: 480.98px) {
  .form-footer__textarea {
    border: 3px solid #000000;
  }
}
.form-footer__btn {
  background-color: transparent;
  margin: 5px 0 0 0;
}

.place-main-footer {
  display: flex;
  align-items: flex-start;
}
.place-main-footer__icon {
  display: flex;
  flex: 0 0 30px;
  width: 30px;
  height: 46px;
}
.place-main-footer__icon:not(:last-child) {
  margin: 0 20px 0 0;
}
.place-main-footer__icon img {
  max-width: 100%;
}
@media (max-width: 1412px) {
  .place-main-footer__icon {
    flex: 0 0 28px;
    width: 28px;
    height: 43px;
  }
  .place-main-footer__icon:not(:last-child) {
    margin: 0 18px 0 0;
  }
}
@media (max-width: 1024.98px) {
  .place-main-footer__icon {
    flex: 0 0 26px;
    width: 26px;
    height: 40px;
  }
  .place-main-footer__icon:not(:last-child) {
    margin: 0 16px 0 0;
  }
}
@media (max-width: 768.98px) {
  .place-main-footer__icon {
    flex: 0 0 23px;
    width: 23px;
    height: 35px;
  }
  .place-main-footer__icon:not(:last-child) {
    margin: 0 14px 0 0;
  }
}
@media (max-width: 480.98px) {
  .place-main-footer__icon {
    flex: 0 0 20px;
    width: 20px;
    height: 30px;
  }
  .place-main-footer__icon:not(:last-child) {
    margin: 0 12px 0 0;
  }
}
.place-main-footer__value {
  font-family: HeliosCond;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1412px) {
  .place-main-footer__value {
    font-size: 37px;
  }
}
@media (max-width: 1024.98px) {
  .place-main-footer__value {
    font-size: 33px;
  }
}
@media (max-width: 768.98px) {
  .place-main-footer__value {
    font-size: 30px;
  }
}
@media (max-width: 480.98px) {
  .place-main-footer__value {
    font-size: 26px;
  }
}

.menu-footer {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px 50px -10px;
}
@media (max-width: 1250px) {
  .menu-footer {
    margin: 0 -40px 0 -40px;
  }
}
@media (max-width: 1024.98px) {
  .menu-footer {
    margin: 0 -40px 0 -40px;
  }
}
@media (max-width: 550px) {
  .menu-footer {
    margin: 0 -20px 0 -20px;
  }
}
@media (max-width: 480.98px) {
  .menu-footer {
    flex-direction: column;
  }
}
.menu-footer__list {
  padding: 0 10px;
}
@media (max-width: 1250px) {
  .menu-footer__list {
    padding: 0 40px;
  }
}
@media (max-width: 550px) {
  .menu-footer__list {
    padding: 0 20px;
  }
}
@media (max-width: 480.98px) {
  .menu-footer__list:not(:last-child) {
    margin: 0 0 56px 0;
  }
}
@media (max-width: 1250px) {
  .menu-footer__list_last {
    display: flex;
    flex-direction: column;
  }
  .menu-footer__list_last .main-footer__bottom {
    flex: 1 1 100%;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 480.98px) {
  .menu-footer__list_last {
    flex-direction: row;
    justify-content: space-between;
  }
  .menu-footer__list_last .main-footer__bottom {
    flex: 0 1 auto;
    margin: 0 0 0 10px;
  }
}
.menu-footer__item:not(:last-child) {
  margin: 0 0 12px 0;
}
.menu-footer__link {
  color: #000000;
  transition: all 0.3s ease-out;
}
@media (min-width: 1024.98px) {
  .menu-footer__link:hover {
    opacity: 0.4;
  }
}

@media (min-width: 480.98px) {
.home.done .logo-icon {
  transform: scale(31.65%) !important;
  transform-origin: left top !important;
  top: 20px;
  left: 20px;
  animation: none;
  display: none;
}
}
@media (max-width: 480.98px) {
  .home.done .logo-icon {
 
    left: 50%;
    top: calc(100% - 142px);
    animation: none;
	display: block;
  }
}
.home__fullscreen:not(:last-child) {
  margin: 0 0 130px 0;
}
@media (max-width: 1412px) {
  .home__fullscreen:not(:last-child) {
    margin: 0 0 115px 0;
  }
}
@media (max-width: 1024.98px) {
  .home__fullscreen:not(:last-child) {
    margin: 0 0 0px 0;
  }
}
.home__about:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .home__about:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .home__about:not(:last-child) {
    margin: 0 0 130px 0;
  }
}
@media (max-width: 768.98px) {
  .home__about:not(:last-child) {
    margin: 0 0 115px 0;
  }
}
@media (max-width: 480.98px) {
  .home__about:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
@media (max-width: 1250px) {
  .home__services:not(:last-child) {
    margin: 0 0 150px 0;
  }
}
@media (max-width: 480.98px) {
  .home__services:not(:last-child) {
    margin: 0 0 70px 0;
  }
}
.home__industries {
  /* margin: -1200px 0 150px 0; */
  /* margin: -1100px 0 150px 0; */
  margin: 150px 0;
}
.page-id-358 .home__industries {
  /* margin: -1200px 0 150px 0; */
  /* margin: -1000px 0 150px 0; */
}
@media (max-width: 1250px) {
  .home__industries {
    margin: 0 0 150px 0 !important;
  }
}
@media (max-width: 480.98px) {
  .home__industries {
    margin: 0 0 70px 0 !important;
  }
}
.home__work:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .home__work:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .home__work:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .home__work:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .home__work:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.home__investments:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .home__investments:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .home__investments:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .home__investments:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .home__investments:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.home__team:not(:last-child) {
  margin: 0 0 116px 0;
}
@media (max-width: 1412px) {
  .home__team:not(:last-child) {
    margin: 0 0 106px 0;
  }
}
@media (max-width: 1024.98px) {
  .home__team:not(:last-child) {
    margin: 0 0 86px 0;
  }
}
@media (max-width: 768.98px) {
  .home__team:not(:last-child) {
    margin: 0 0 76px 0;
  }
}
@media (max-width: 480.98px) {
  .home__team:not(:last-child) {
    margin: 0 0 70px 0;
  }
}
.home__blog {
  margin: 0 0 120px 0;
}
@media (max-width: 1412px) {
  .home__blog {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 1024.98px) {
  .home__blog {
    margin: 0 0 85px 0;
  }
}
@media (max-width: 768.98px) {
  .home__blog {
    margin: 0 0 75px 0;
  }
}
@media (max-width: 480.98px) {
  .home__blog {
    margin: 0 0 60px 0;
  }
}

.fullscreen-home {
  min-height: calc(100dvh - 40px);
  display: flex;
  flex-direction: column;
  position: relative;
  background: #D8D8D8;
  padding: 20px 0 0 0;
}
@media (max-width: 1024.98px) {
  .fullscreen-home {
    min-height: 100dvh;
  }
}
@media (max-width: 480.98px) {
  .fullscreen-home {
    padding: 12px 0 0 0;
  }
}
.fullscreen-home__container {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
.fullscreen-home__body {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 36px 0;
}
@media (max-width: 1024.98px) {
  .fullscreen-home__body {
    padding: 0 0 100px 0;
  }
}
.fullscreen-home__title {
  font-family: HeliosCond;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
@media (min-resolution: 1dppx) {
  .fullscreen-home__title {
    font-size: 11.4dvw;
  }
}
@media (min-resolution: 2dppx) {
  .fullscreen-home__title {
    font-size: 9.1dvw;
  }
}
@media (min-resolution: 1dppx) {
  .page-id-358 .fullscreen-home__title {
    font-size: 9.8dvw;
  }
}
@media (min-resolution: 2dppx) {
  .page-id-358 .fullscreen-home__title {
    font-size: 7.8dvw;
  }
}
.fullscreen-home__title div {
  overflow: hidden;
}
.fullscreen-home__title .color {
  color: #d2ff00;
  display: inline-flex;
  margin: 0 0 0 10px;
}
.fullscreen-home__title .line {
  white-space: nowrap;
  display: flex;
  transform: translateY(105%);
  animation: slide-in-1 1.5s ease 1s forwards;
}
@media (max-width: 1412px) and (min-resolution: 1dppx) {
  .fullscreen-home__title {
    font-size: 11.3dvw;
  }
}
@media (max-width: 1412px) and (min-resolution: 2dppx) {
  .fullscreen-home__title {
    font-size: 9dvw;
  }
}
@media (max-width: 1412px) and (min-resolution: 1dppx) {
  .page-id-358 .fullscreen-home__title {
    font-size: 9.7dvw;
  }
}
@media (max-width: 1412px) and (min-resolution: 2dppx) {
  .page-id-358 .fullscreen-home__title {
    font-size: 7.7dvw;
  }
}
@media (max-width: 1024.98px) {
  .fullscreen-home__title {
    display: none;
  }
}
.fullscreen-home__title-mobile {
  display: none;
}
@media (max-width: 1024.98px) {
  .fullscreen-home__title-mobile {
    display: block;
    font-family: HeliosCond;
    font-weight: 700;
    line-height: 117%;
    text-transform: uppercase;
    color: #000;
  }
}
@media (max-width: 1024.98px) and (min-resolution: 1dppx) {
  .fullscreen-home__title-mobile {
    font-size: 16.3dvw;
  }
}
/* @media (max-width: 1024.98px) and (min-resolution: 2dppx) {
  .fullscreen-home__title-mobile {
    font-size: 13dvw;
  }
} */
@media (max-width: 1024.98px) and (min-resolution: 1dppx) {
  .page-id-358 .fullscreen-home__title-mobile {
    font-size: 14.3dvw;
  }
}
/* @media (max-width: 1024.98px) and (min-resolution: 2dppx) {
  .page-id-358 .fullscreen-home__title-mobile {
    font-size: 11.4dvw;
  }
} */
@media (max-width: 1024.98px) {
  .fullscreen-home__title-mobile .color {
    color: #d2ff00;
    margin: 0 0 0 10px;
  }
  .page-id-358 .fullscreen-home__title-mobile .color {
    margin: 0 0 0 0px;
  }
  .fullscreen-home__title-mobile div {
    overflow: hidden;
  }
  .fullscreen-home__title-mobile .line {
    white-space: nowrap;
    display: flex;
    transform: translateY(105%);
    animation: slide-in-1 1.5s ease 1s forwards;
  }
}
@media (max-width: 768.98px) and (min-resolution: 1dppx) {
  .fullscreen-home__title-mobile {
    font-size: 16dvw;
  }
}
/* @media (max-width: 768.98px) and (min-resolution: 2dppx) {
  .fullscreen-home__title-mobile {
    font-size: 12.8dvw;
  }
} */
@media (max-width: 768.98px) and (min-resolution: 1dppx) {
  .page-id-358 .fullscreen-home__title-mobile {
    font-size: 14dvw;
  }
}
/* @media (max-width: 768.98px) and (min-resolution: 2dppx) {
  .page-id-358 .fullscreen-home__title-mobile {
    font-size: 11.2dvw;
  }
} */
@media (max-width: 550px) and (min-resolution: 1dppx) {
  .fullscreen-home__title-mobile {
    font-size: 15.5dvw;
  }
}
/* @media (max-width: 550px) and (min-resolution: 2dppx) {
  .fullscreen-home__title-mobile {
    font-size: 12.4dvw;
  }
} */
@media (max-width: 550px) and (min-resolution: 1dppx) {
  .page-id-358 .fullscreen-home__title-mobile {
    font-size: 13.6dvw;
  }
}
/* @media (max-width: 550px) and (min-resolution: 2dppx) {
  .page-id-358 .fullscreen-home__title-mobile {
    font-size: 10.88dvw;
  }
} */

.logo-icon {
  position: fixed;
  width: 278px;
  height: 197px;
  top: calc(100% - 56px);
  left: calc(50% + 15px);
  animation: logo-icon 2s ease 3s forwards, logo-icon-transition 0.1s ease 5s forwards;
  z-index: 3;
  pointer-events: none;
}
/* .page-id-358 .logo-icon {
  top: calc(100% - 110px);
} */
.logo-icon.hide {
  margin: -200px 0 0 0;
}
@media (max-width: 1412px) {
  .logo-icon {
    left: calc(50% + 10px);
  }
}
@media (max-width: 1024.98px) {
  .logo-icon {
    left: 50%;
    top: calc(100% - 142px);
    animation: none;
	  position: absolute;
	  z-index: 0;
  }
  .page-id-358 .logo-icon {
    top: calc(100% - 142px);
  }
}
.logo-icon__video {
  width: 100%;
  height: 100%;
  position: relative;
  clip-path: url(#clip);
  -webkit-clip-path: url(#clip); /* Для підтримки у WebKit-браузерах */
  overflow: hidden;
}
.logo-icon__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: logo-video 5s ease 0s forwards;
}

.logo-icon__video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  animation: logo-color 2s ease 3s forwards;
}
@media (max-width: 1024.98px) {
	.logo-icon__video video {
		animation: logo-video 5s ease 0s infinite;
	}
	.logo-icon__video::before {
		 animation: logo-color 2s ease 3s forwards;
		
	}
}
.logo-icon__svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@keyframes slide-in-1 {
  to {
    transform: translateY(0); /* Кінцева позиція */
  }
}
@keyframes slide-in-2 {
  to {
    transform: translateY(-100%); /* Кінцева позиція */
  }
}
@keyframes logo-icon {
  to {
    transform: scale(31.65%);
    transform-origin: left top;
    top: 20px;
    left: 20px;
  }
}
@keyframes logo-icon-transition {
  to {
    transition: all 1s ease-out;
  }
}
@keyframes logo-icon-mobile {
  to {
    transform: scale(12.917%);
    transform-origin: left top;
    top: 12px;
    left: 16px;
  }
}
@keyframes logo-color {
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes logo-video {
  to {
    display: none;
  }
}
.about-home {
  padding: 20px 0 30px 0;
  background: #000000;
  position: relative;
  z-index: 2;
}
@media (max-width: 480.98px) {
  .about-home {
    padding: 16px 0;
  }
}
.about-home__title {
  color: #FFFFFF;
}
.about-home__title:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 1024.98px) {
  .about-home__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.about-home__row {
  display: flex;
  justify-content: space-between;
  /* transform: translate(0, 130px); */
}
@media (max-width: 1024.98px) {
  .about-home__row {
    display: block;
  }
}
.about-home__column_main {
  flex: 0 0 331px;
  margin: 0 106px 0 0;
  max-width: 331px;
}
@media (max-width: 1412px) {
  .about-home__column_main {
    max-width: 321px;
  }
}
@media (max-width: 1024.98px) {
  .about-home__column_main {
    margin: 0 0 60px 0;
    max-width: 306px;
  }
}
@media (max-width: 768.98px) {
  .about-home__column_main {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .about-home__column_main {
    max-width: 243px;
  }
}
.about-home__column_content {
  flex: 1 1 100%;
  max-width: 812px;
}
@media (max-width: 1024.98px) {
  .about-home__column_content {
    max-width: none;
  }
}
.about-home__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 117.2916666667%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1412px) {
  .about-home__text {
    font-size: 22px;
  }
}
@media (max-width: 1024.98px) {
  .about-home__text {
    font-size: 20px;
  }
}
@media (max-width: 768.98px) {
  .about-home__text {
    font-size: 18px;
  }
}
@media (max-width: 480.98px) {
  .about-home__text {
    font-size: 16px;
  }
}
.about-home__content {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 480.98px) {
  .about-home__content {
    flex-direction: column;
  }
}

.info-about-home__item {
  overflow: hidden;
}
.info-about-home__item:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 1024.98px) {
  .info-about-home__item:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.info-about-home__nubmer {
  font-family: HeliosCond;
  font-size: 80px;
  font-weight: 700;
  line-height: 114.4%;
  text-transform: uppercase;
  color: #D2FF00;
}
@media (max-width: 1412px) {
  .info-about-home__nubmer {
    font-size: 75px;
  }
}
@media (max-width: 1024.98px) {
  .info-about-home__nubmer {
    font-size: 70px;
  }
}
@media (max-width: 768.98px) {
  .info-about-home__nubmer {
    font-size: 65px;
  }
}
@media (max-width: 480.98px) {
  .info-about-home__nubmer {
    font-size: 60px;
  }
}
.content-about-home__text span {
  display: inline-flex;
  overflow: hidden;
}
.content-about-home__text span:not(:last-child) {
  margin: 0 0 28px 0;
}
.content-about-home__text p:not(:last-child) {
  margin: 0 0 28px 0;
}
@media (max-width: 1412px) {
  .content-about-home__text span:not(:last-child) {
    margin: 0 0 26px 0;
  }
  .content-about-home__text p:not(:last-child) {
    margin: 0 0 26px 0;
  }
}
@media (max-width: 1024.98px) {
  .content-about-home__text span:not(:last-child) {
    margin: 0 0 24px 0;
  }
  .content-about-home__text p:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 768.98px) {
  .content-about-home__text span:not(:last-child) {
    margin: 0 0 21px 0;
  }
  .content-about-home__text p:not(:last-child) {
    margin: 0 0 21px 0;
  }
}
@media (max-width: 480.98px) {
  .content-about-home__text span:not(:last-child) {
    margin: 0 0 18px 0;
  }
  .content-about-home__text p:not(:last-child) {
    margin: 0 0 18px 0;
  }
}
.content-about-home__btn:not(:first-child) {
  margin: 0 0 0 50px;
}
@media (max-width: 480.98px) {
  .content-about-home__btn:not(:first-child) {
    margin: 40px 0 0 0;
  }
}

.services-home {
  pointer-events: none;
}
.services-home__top:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 480.98px) {
  .services-home__top:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.services-home__title {
  color: #000000;
  pointer-events: all;
}
.services-home__row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 4;
  /* padding: 150px 0 0 0; */
}
@media (max-width: 1250px) {
  .services-home__row {
    flex-direction: column;
    align-items: center;
  }
}
/* @media (max-width: 1024.98px) {
  .services-home__row {
    padding: 200px 0 0 0;
  }
} */
.services-home__column {
  width: 100%;
  flex: 1 1 100%;
  max-width: 578px;
  position: relative;
  pointer-events: all;
}
/* .services-home__column:nth-child(2) .item-services-home {
  margin: 270px 0 0 0;
} */
@media (max-width: 1250px) {
  .services-home__column:nth-child(2) .item-services-home {
    margin: 80px 0 0 0;
  }
}
.item-services-home {
  width: 100%;
  padding: 20px;
  position: absolute;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media (max-width: 1250px) {
  .item-services-home {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media (max-width: 480.98px) {
  .item-services-home {
    padding: 16px;
  }
}
.item-services-home_black {
  background: #000000;
}
.item-services-home_black .item-services-home__title {
  color: #D2FF00;
}
.item-services-home_black .item-services-home__text {
  color: #D8D8D8;
}
.item-services-home_black .content-item-services-home__title {
  color: #FFFFFF;
}
.item-services-home_black .content-item-services-home__item {
  color: #D2FF00;
}
.item-services-home_white {
  background: #FFFFFF;
}
.item-services-home_white .item-services-home__top {
  background: #D2FF00;
}
.item-services-home_white .item-services-home__title {
  color: #000000;
}
.item-services-home_white .item-services-home__text {
  color: #000000;
}
.item-services-home_white .content-item-services-home__title {
  color: #000000;
}
.item-services-home_white .content-item-services-home__item {
  color: #000000;
  background: #D2FF00;
}
.item-services-home__top {
  vertical-align: top;
  padding: 0 0 8px 0;
}
.item-services-home__top:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 480.98px) {
  .item-services-home__top {
    padding: 0 0 6px 0;
  }
  .item-services-home__top:not(:last-child) {
    margin: 0 0 14px 0;
  }
}
.item-services-home__title {
  line-height: 1;
}
.item-services-home__text:not(:last-child) {
  margin: 0 0 40px 0;
}
.item-services-home__image {
  position: relative;
  padding: 0 0 115.6133% 0;
}
.item-services-home__image:not(:last-child) {
  margin: 0 0 40px 0;
}
.item-services-home__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-item-services-home {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.content-item-services-home__title {
  width: 100%;
}
.content-item-services-home__title:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 1412px) {
  .content-item-services-home__title:not(:last-child) {
    margin: 0 0 36px 0;
  }
}
@media (max-width: 1024.98px) {
  .content-item-services-home__title:not(:last-child) {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 768.98px) {
  .content-item-services-home__title:not(:last-child) {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 480.98px) {
  .content-item-services-home__title:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.content-item-services-home__items {
  width: 100%;
}
.content-item-services-home__items:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 768.98px) {
  .content-item-services-home__items:not(:last-child) {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .content-item-services-home__items:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.content-item-services-home__item:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 1412px) {
  .content-item-services-home__item:not(:last-child) {
    margin: 0 0 34.5px 0;
  }
}
@media (max-width: 1024.98px) {
  .content-item-services-home__item:not(:last-child) {
    margin: 0 0 29px 0;
  }
}
@media (max-width: 768.98px) {
  .content-item-services-home__item:not(:last-child) {
    margin: 0 0 23.5px 0;
  }
}
@media (max-width: 480.98px) {
  .content-item-services-home__item:not(:last-child) {
    margin: 0 0 18px 0;
  }
}

.split-container {
  position: relative;
  width: 100%;
}
@media (max-width: 1250px) {
  .split-container {
    display: none;
  }
}
.split-container .item-services-home {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 1s ease-out;
}
.industries-home {
  padding: 1000px 0 0 0;
  animation: display 0s linear 1s forwards;
}
@keyframes display {
  0%{
      padding: 1000px 0 0 0;
  }
  100%{
      padding: 0 0 0 0;
  }
}
.industries-home__container {
  overflow: hidden;
}
.industries-home__top:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .industries-home__top:not(:last-child) {
    margin: 0 0 130px 0;
  }
}
@media (max-width: 1024.98px) {
  .industries-home__top:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 768.98px) {
  .industries-home__top:not(:last-child) {
    margin: 0 0 90px 0;
  }
}
@media (max-width: 480.98px) {
  .industries-home__top:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
.industries-home__body {
  display: flex;
  /* justify-content: flex-end; */
  justify-content: flex-start;
}
.industries-home__content {
  width: 100%;
  max-width: 816px;
}
.industries-home__title {
  background: #000000;
  color: #FFFFFF;
  line-height: 1;
  padding: 4px 0 4px 10px;
}
.industries-home__title:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 1024.98px) {
  .industries-home__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.industries-home__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 650px) {
  .industries-home__row {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .industries-home__items {
    width: 100%;
  }
}
.industries-home__item {
  font-family: HeliosCond;
  font-size: 48px;
  font-weight: 700;
  line-height: 114.3958333333%;
  color: #000000;
}
.industries-home__item:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 1412px) {
  .industries-home__item {
    font-size: 43px;
  }
}
@media (max-width: 1024.98px) {
  .industries-home__item {
    font-size: 38px;
  }
}
@media (max-width: 768.98px) {
  .industries-home__item {
    font-size: 33px;
  }
}
@media (max-width: 480.98px) {
  .industries-home__item {
    font-size: 28px;
  }
  .industries-home__item:not(:last-child) {
    margin: 0 0 18px 0;
  }
}
.industries-home__btn {
  margin: 0 0 0 80px;
}
@media (max-width: 650px) {
  .industries-home__btn {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .industries-home__btn {
    margin: 40px 0 0 0;
  }
}

.top-industries-home__title {
  color: #000000;
}
.top-industries-home__title span {
  display: flex;
}
.top-industries-home__title .color {
  background: #D2FF00;
  padding: 0 0 8px 0;
}
@media (max-width: 480.98px) {
  .top-industries-home__title {
    font-size: 39px;
  }
  .top-industries-home__title .color {
    padding: 0 0 6px 0;
  }
}

.work-home__top:not(:last-child) {
  margin: 0 0 50px 0;
}
.work-home__slider {
  overflow: hidden;
  display: flex;
}
.work-home__swiper.swiper {
  transform: scale(1.12) translateX(6%);
}
@media (max-width: 480.98px) {
  .work-home__swiper.swiper {
    transform: scale(1.15) translateX(-1%);
  }
}
.work-home__swiper .swiper-wrapper {
  justify-content: space-between;
}
.work-home__swiper .swiper-slide {
  width: 50%;
}
@media (max-width: 1150px) {
  .work-home__swiper .swiper-slide {
    width: 58.5%;
  }
}
@media (max-width: 850px) {
  .work-home__swiper .swiper-slide {
    width: 66.5%;
  }
}
@media (max-width: 650px) {
  .work-home__swiper .swiper-slide {
    width: 75%;
  }
}
@media (max-width: 550px) {
  .work-home__swiper .swiper-slide {
    width: 83%;
  }
}
.top-work-home__title {
  color: #000000;
}

.item-work-home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: calc(100dvh - 52px);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -webkit-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 1600.98px) {
  .item-work-home {
    max-height: 740px;
  }
}
@media (max-width: 650px) {
  .item-work-home {
    padding: 15px;
    max-height: 520px;
  }
}
@media (max-width: 449.98px) {
  .item-work-home {
    -moz-transform: scale(0.87);
    -ms-transform: scale(0.87);
    -webkit-transform: scale(0.87);
    -o-transform: scale(0.87);
    transform: scale(0.87);
    max-height: 301px;
    padding: 10px;
  }
}
.item-work-home_black {
  background: #000000;
}
.item-work-home_black .item-work-home__title {
  color: #fff;
}
.item-work-home_black .item-work-home__text {
  color: #fff;
}
.item-work-home_black .item-work-home__image-bg {
  width: 100%;
  height: 100%;
}
.item-work-home_black .item-work-home__image-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1440.98px) {
  .item-work-home_black .item-work-home__image-bg {
    width: auto;
    height: auto;
  }
  .item-work-home_black .item-work-home__image-bg img {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
@media (max-width: 480.98px) {
  .item-work-home_black .item-work-home__image-bg {
    width: 100%;
    height: 100%;
  }
  .item-work-home_black .item-work-home__image-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.item-work-home_green {
  background: #D2FF00;
}
.item-work-home_green .item-work-home__title {
  color: #000000;
}
.item-work-home_green .item-work-home__text {
  color: #000000;
}
.item-work-home_green .item-work-home__image {
  flex: 0 0 38%;
  position: relative;
  padding: 0 0 57% 0;
}
.item-work-home_green .item-work-home__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480.98px) {
  .item-work-home_green .item-work-home__image {
    flex: 0 0 34%;
    padding: 0 0 51.5% 0;
  }
}
.item-work-home_white {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  padding-right: 0;
}
.item-work-home_white .item-work-home__title {
  color: #000000;
  padding-right: 20px;
  z-index: 2;
}
.item-work-home_white .item-work-home__content {
  flex: 1 1 100%;
  overflow: hidden;
  align-items: flex-start;
}
@media (max-width: 1600px) and (max-height: 800px) {
	.item-work-home_white .item-work-home__content {
		max-height: 485px;
	}
}
@media (max-width: 480.98px) {
	.item-work-home_white .item-work-home__content {
		overflow: visible;
	}
}
.item-work-home_white .item-work-home__text {
  color: #000000;
  padding: 20px;
  padding-right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 650px) {
  .item-work-home_white {
    padding-right: 0;
  }
  .item-work-home_white .item-work-home__title {
    padding-right: 15px;
  }
  .item-work-home_white .item-work-home__text {
    padding: 15px;
    padding-right: 0;
  }
}
@media (max-width: 480.98px) {
  .item-work-home_white {
    padding-right: 0;
  }
  .item-work-home_white .item-work-home__title {
    padding-right: 10px;
  }
  .item-work-home_white .item-work-home__text {
    padding: 0;
    flex: 0 0 70%;
    position: relative;
    z-index: 1;
  }
}
.item-work-home_white .item-work-home__image {
  flex: 0 0 70%;
  padding: 0 0 81.875% 0;
  margin-right: -16%;
  margin-left: 0;
}
.item-work-home_white .item-work-home__image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024.98px) {
  .item-work-home_white .item-work-home__image {
    padding: 0 0 88% 0;
    flex: 0 0 72%;
    margin-right: -24%;
  }
}
@media (max-width: 480.98px) {
  .item-work-home_white .item-work-home__image {
    position: absolute;
    width: 70%;
    right: -6%;
    bottom: -5%;
    padding: 0 0 93% 0;
  }
}
.item-work-home_grey .item-work-home__image-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
}
.item-work-home_grey .item-work-home__image-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-work-home_grey .item-work-home__title {
  color: #FFFFFF;
}
.item-work-home_grey .item-work-home__text {
  color: #FFFFFF;
}
.item-work-home__title {
  position: relative;
  z-index: 1;
}
.item-work-home__title:not(:last-child) {
  margin: 0 0 20px 0;
}
.item-work-home__image-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.item-work-home__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.item-work-home__text {
  max-width: 411px;
}
.item-work-home__image {
  margin: 0 0 0 25px;
  position: relative;
}
.item-work-home__image img {
  object-fit: cover;
}
@media (max-width: 480.98px) {
  .item-work-home__image {
    max-height: 450px;
  }
}

.investments-home {
  background: #000000;
  padding: 20px 0;
}
@media (max-width: 480.98px) {
  .investments-home {
    padding: 16px 0;
  }
}
.investments-home__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024.98px) {
  .investments-home__row {
    flex-direction: column;
  }
}
.investments-home__title {
  color: #FFFFFF;
}
.investments-home__title:not(:last-child) {
  margin: 0 60px 0 0;
}
@media (max-width: 1024.98px) {
  .investments-home__title:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .investments-home__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.content-investments-home {
  width: 100%;
  max-width: 812px;
}
@media (max-width: 1024.98px) {
  .content-investments-home {
    max-width: none;
  }
}
.content-investments-home__title {
  color: #D2FF00;
}
.content-investments-home__title:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1024.98px) {
  .content-investments-home__title:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .content-investments-home__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.content-investments-home__quote-icon {
  display: flex;
}
.content-investments-home__quote-icon span {
  display: inline-flex;
  width: 47px;
  height: 87px;
}
.content-investments-home__quote-icon span:not(:last-child) {
  margin: 0 13.37px 0 0;
}
.content-investments-home__quote-icon span img {
  max-width: 100%;
}
@media (max-width: 1412px) {
  .content-investments-home__quote-icon span {
    width: 41.7px;
    height: 77.25px;
  }
}
@media (max-width: 1024.98px) {
  .content-investments-home__quote-icon span {
    width: 36.4px;
    height: 67.5px;
  }
  .content-investments-home__quote-icon span:not(:last-child) {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 768.98px) {
  .content-investments-home__quote-icon span {
    width: 31.1px;
    height: 57.75px;
  }
}
@media (max-width: 480.98px) {
  .content-investments-home__quote-icon span {
    width: 25.8px;
    height: 48px;
  }
  .content-investments-home__quote-icon span:not(:last-child) {
    margin: 0 7.4px 0 0;
  }
}
.content-investments-home__quote-icon_last {
  justify-content: flex-end;
}
.content-investments-home__quote-icon_last span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-investments-home__quote-text {
  font-size: 40px;
  font-weight: 400;
  line-height: 117.3%;
  color: #FFFFFF;
  margin: 20px 0;
  overflow: hidden;
}
.content-investments-home__quote-text span {
  display: flex;
}
@media (max-width: 1412px) {
  .content-investments-home__quote-text {
    font-size: 36px;
  }
}
@media (max-width: 1024.98px) {
  .content-investments-home__quote-text {
    font-size: 32px;
  }
}
@media (max-width: 768.98px) {
  .content-investments-home__quote-text {
    font-size: 28px;
  }
}
@media (max-width: 480.98px) {
  .content-investments-home__quote-text {
    font-size: 24px;
  }
}

.team-home__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-home__title {
  color: #000000;
}
.team-home__title:not(:last-child) {
  margin: 0 0 50px 0;
}
.team-home__body {
  width: 100%;
  margin: 0 0 34px 0;
}
@media (max-width: 480.98px) {
  .team-home__body {
    margin: 0 0 30px 0;
  }
}
.team-home__item:not(:last-child) {
  margin: 0 0 10px 0;
}
.team-home__btn-more {
  display: flex;
  align-items: center;
  font-family: HeliosCond;
  font-size: 30px;
  font-weight: 700;
  line-height: 114.4%;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  margin: 0 0 34px 0;
}
.team-home__btn-more span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.team-home__btn-more span svg {
  width: 32px;
  height: 32px;
  fill: #000000;
}
@media (min-width: 1024.98px) {
  .team-home__btn-more:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1412px) {
  .team-home__btn-more {
    font-size: 27px;
  }
  .team-home__btn-more span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }
  .team-home__btn-more span svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024.98px) {
  .team-home__btn-more {
    font-size: 24px;
  }
  .team-home__btn-more span {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin: 0 0 0 8px;
  }
  .team-home__btn-more span svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 768.98px) {
  .team-home__btn-more {
    font-size: 20px;
  }
  .team-home__btn-more span {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin: 0 0 0 6px;
  }
  .team-home__btn-more span svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480.98px) {
  .team-home__btn-more {
    font-size: 16px;
    margin: 0 0 30px 0;
  }
  .team-home__btn-more span {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin: 0 0 0 4px;
  }
  .team-home__btn-more span svg {
    width: 22px;
    height: 22px;
  }
}

.item-team-home {
  padding: 20px;
  background: #000000;
  display: flex;
  align-items: center;
  cursor: default;
}
@media (min-width: 1024.98px) {
  .item-team-home:hover .item-team-home__name {
    color: #D2FF00;
  }
  .item-team-home:hover .item-team-home__linkedin {
    background: #D2FF00;
  }
  .item-team-home:hover .item-team-home__position {
    color: #D2FF00;
  }
  .item-team-home:hover .item-team-home__image {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1024.98px) {
  .item-team-home {
    position: relative;
  }
  .item-team-home.active .item-team-home__name {
    color: #D2FF00;
  }
  .item-team-home.active .item-team-home__linkedin {
    background: #D2FF00;
  }
  .item-team-home.active .item-team-home__position {
    color: #D2FF00;
  }
  .item-team-home.active .item-team-home__image {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768.98px) {
  .item-team-home {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 480.98px) {
  .item-team-home {
    padding: 16px;
  }
}
.item-team-home__name {
  min-width: 558px;
  color: #FFFFFF;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
.item-team-home__name:not(:last-child) {
  margin: 0 10px 0 0;
}
@media (max-width: 1350px) {
  .item-team-home__name {
    min-width: 503px;
  }
}
@media (max-width: 1024.98px) {
  .item-team-home__name {
    min-width: 0;
  }
}
@media (max-width: 768.98px) {
  .item-team-home__name {
    order: 1;
  }
}
.item-team-home__content {
  display: flex;
  flex: 1 1 100%;
  position: relative;
}
.item-team-home__content:not(:last-child) {
  margin: 0 20px 0 0;
}
@media (max-width: 1024.98px) {
  .item-team-home__content {
    flex-direction: column;
    align-items: center;
    position: static;
  }
}
@media (max-width: 768.98px) {
  .item-team-home__content {
    order: 3;
    align-items: flex-start;
    margin: 10px 0 0 0;
  }
  .item-team-home__content:not(:last-child) {
    margin: 10px 0 0 0;
  }
}
.item-team-home__position {
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s ease-out;
}
.item-team-home__linkedin {
  display: flex;
  flex: 0 0 47px;
  width: 47px;
  height: 45px;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  transition: all 0.3s ease-out;
}
.item-team-home__linkedin svg {
  width: 27px;
  height: 25px;
  fill: #000000;
}
@media (max-width: 1024.98px) {
  .item-team-home__linkedin {
    flex: 0 0 42px;
    width: 42px;
    height: 40px;
  }
  .item-team-home__linkedin svg {
    width: 25px;
    height: 23px;
  }
}
@media (max-width: 768.98px) {
  .item-team-home__linkedin {
    order: 2;
  }
}
@media (max-width: 480.98px) {
  .item-team-home__linkedin {
    flex: 0 0 37px;
    width: 37px;
    height: 35px;
  }
  .item-team-home__linkedin svg {
    width: 23px;
    height: 21px;
  }
}
.item-team-home__image {
  position: absolute;
  top: 50%;
  transform: translate(235px, -50%);
  width: 342px;
  height: 440px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.item-team-home__image img {
  max-width: 100%;
}
@media (max-width: 1250px) {
  .item-team-home__image {
    width: 307.8px;
    height: 396px;
  }
}
@media (max-width: 1200px) {
  .item-team-home__image {
    transform: translate(0, -50%);
    right: 0;
  }
}
@media (max-width: 1024.98px) {
  .item-team-home__image {
    transform: translate(0, 0);
    top: auto;
    bottom: calc(100% - 6px);
    margin: 0;
    width: 30%;
    min-width: 100px;
    max-width: 307.8px;
    height: auto;
    overflow: hidden;
  }
}

.blog-home__title {
  color: #000000;
}
.blog-home__title:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 1024.98px) {
  .blog-home__title:not(:last-child) {
    margin: 0 0 45px 0;
  }
}
@media (max-width: 480.98px) {
  .blog-home__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.blog-home__row {
  display: flex;
  /* align-items: center; */
  margin: 0 -5.5px 30px -5.5px;
}
@media (max-width: 1250px) {
  .blog-home__row {
    display: block;
  }
}
@media (max-width: 1024.98px) {
  .blog-home__row {
    margin: 0 -5.5px 35px -5.5px;
  }
}
@media (max-width: 480.98px) {
  .blog-home__row {
    margin: 0 -5.5px 40px -5.5px;
  }
}
.blog-home__column {
  padding: 0 5.5px;
}
@media (max-width: 1250px) {
  .blog-home__column:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.blog-home__column_small {
  flex: 1 1 100%;
}
.blog-home__column_small .item-blog {
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1250px) {
  .blog-home__column_small .item-blog {
    flex-direction: row;
  }
}
@media (max-width: 900px) {
  .blog-home__column_small .item-blog {
    flex-direction: column;
  }
}
.blog-home__column_small .item-blog__category:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 1024.98px) {
  .blog-home__column_small .item-blog__category:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 768.98px) {
  .blog-home__column_small .item-blog__category:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.blog-home__column_small .item-blog__content:not(:last-child) {
  margin: 0 0 40px 0;
}
/* .blog-home__column_small .info-item-blog {
  justify-content: space-between;
  font-size: 16px;
} */
/* @media (max-width: 1250px) {
  .blog-home__column_small .info-item-blog {
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  .blog-home__column_small .info-item-blog {
    font-size: 13px;
  }
}
@media (max-width: 480.98px) {
  .blog-home__column_small .info-item-blog {
    font-size: 12px;
  }
} */
.blog-home__column_small .item-blog__image {
  width: 100%;
  height: 275px;
  flex: 0 1 auto;
}
.blog-home__column_small .item-blog__image:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 1250px) {
  .blog-home__column_small .item-blog__image {
    height: auto;
    flex: 0 1 73.02%;
  }
  .blog-home__column_small .item-blog__image:not(:last-child) {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 900px) {
  .blog-home__column_small .item-blog__image {
    flex: 0 1 auto;
  }
  .blog-home__column_small .item-blog__image:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
/* .blog-home__column_small .info-item-blog__author {
  flex: 0 1 auto;
}
@media (max-width: 1250px) {
  .blog-home__column_small .info-item-blog__author {
    flex: 1 1 100%;
  }
}
@media (max-width: 900px) {
  .blog-home__column_small .info-item-blog__author {
    flex: 0 1 auto;
  }
} */
.blog-home__column_big {
  flex: 0 0 59.108%;
}
.blog-home__item:not(:last-child) {
  margin: 0 0 10px 0;
}
.blog-home__bottom {
  display: flex;
  justify-content: flex-end;
}
.blog-home__btn {
  margin: 0 0 30px 0;
}
@media (max-width: 1024.98px) {
  .blog-home__btn {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 480.98px) {
  .blog-home__btn {
    margin: 0 0 40px 0;
  }
}

.item-blog {
  padding: 20px;
  background: #FFFFFF;
  display: flex;
  min-height: 308px;
  transition: all 0.3s ease-out;
}
@media (max-width: 900px) {
  .item-blog {
    flex-direction: column;
  }
}
@media (min-width: 1024.98px) {
  .item-blog:hover {
    background: #D2FF00;
  }
}
@media (max-width: 480.98px) {
  .item-blog {
    padding: 16px;
  }
}
.item-blog__body {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.item-blog__category {
  font-size: 16px;
  font-weight: 400;
  line-height: 117.3125%;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 4px;
  background: #000000;
}
.item-blog__category:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 1412px) {
  .item-blog__category {
    font-size: 15px;
  }
}
@media (max-width: 1250px) {
  .item-blog__category:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 1024.98px) {
  .item-blog__category {
    font-size: 14px;
  }
  .item-blog__category:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 768.98px) {
  .item-blog__category {
    font-size: 13px;
  }
  .item-blog__category:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 480.98px) {
  .item-blog__category {
    font-size: 12px;
  }
}
/* .item-blog__content {
  max-width: 368px;
} */
.item-blog__content:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 1250px) {
  .item-blog__content:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 900px) {
  .item-blog__content {
    order: 1;
  }
}
.item-blog__title {
  color: #000000;
}
.item-blog__title a {
  color: inherit;
}
.item-blog__title:not(:last-child) {
  margin: 0 0 4px 0;
}
.item-blog__text {
  color: #000000;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1024.98px) {
  .item-blog__text {
    font-size: 18px;
  }
}
@media (max-width: 768.98px) {
  .item-blog__text {
    font-size: 17px;
  }
}
@media (max-width: 480.98px) {
  .item-blog__text {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .item-blog__info {
    order: 3;
  }
}
.item-blog__image {
  flex: 0 1 73.02%;
  position: relative;
  overflow: hidden;
}
.item-blog__image:not(:last-child) {
  margin: 0 20px 0 0;
}
.item-blog__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 900px) {
  .item-blog__image {
    flex: 0 1 auto;
    padding: 0 0 88.425% 0;
    order: 2;
  }
  .item-blog__image:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480.98px) {
  .item-blog__image:not(:last-child) {
    margin: 0 0 16px 0;
  }
}

.info-item-blog {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 117.2857142857%;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .info-item-blog {
    /* justify-content: space-between; */
    display: none;
  }
}
@media (max-width: 768.98px) {
  .info-item-blog {
    font-size: 13px;
  }
}
@media (max-width: 480.98px) {
  .info-item-blog {
    font-size: 12px;
  }
}
.info-item-blog_mobile {
  display: none;
}
@media (max-width: 900px) {
  .info-item-blog_mobile {
    display: flex;
  }
}
.info-item-blog__date:not(:last-child) {
  margin: 0 30px 0 0;
}
@media (max-width: 900px) {
  .info-item-blog__date:not(:last-child) {
    margin: 0 10px 0 0;
  }
}
.info-item-blog__time:not(:last-child) {
  margin: 0 30px 0 0;
}
@media (max-width: 900px) {
  .info-item-blog__time:not(:last-child) {
    margin: 0 10px 0 0;
  }
}
.author-info-item-blog {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 480.98px) {
  .author-info-item-blog {
    /* justify-content: center; */
  }
}
.author-info-item-blog__image {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid #000000;
  position: relative;
}
.author-info-item-blog__image:not(:last-child) {
  margin: 0 10px 0 0;
}
.author-info-item-blog__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .author-info-item-blog__image {
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
  }
  .author-info-item-blog__image:not(:last-child) {
    margin: 0 8px 0 0;
  }
}
@media (max-width: 480.98px) {
  .author-info-item-blog__image {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
  }
  .author-info-item-blog__image:not(:last-child) {
    margin: 0 6px 0 0;
  }
}
.seo-text {
  background: #000000;
  padding: 80px 97px;
}
@media (max-width: 1412px) {
  .seo-text {
    padding: 75px 77px;
  }
}
@media (max-width: 1024.98px) {
  .seo-text {
    padding: 70px 37px;
  }
}
@media (max-width: 768.98px) {
  .seo-text {
    padding: 65px 27px;
  }
}
@media (max-width: 480.98px) {
  .seo-text {
    padding: 60px 0;
  }
}
.seo-text__body {
  max-height: 197.58px;
  overflow-y: auto;
  padding: 0 59px 0 0;
}
.seo-text__body::-webkit-scrollbar {
  width: 3px;
}
.seo-text__body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.seo-text__body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1412px) {
  .seo-text__body {
    max-height: 195px;
  }
}
@media (max-width: 1024.98px) {
  .seo-text__body {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 768.98px) {
  .seo-text__body {
    max-height: 193px;
  }
}
@media (max-width: 480.98px) {
  .seo-text__body {
    max-height: 253px;
    padding: 0 30px 0 0;
  }
}
.seo-text__title {
  color: #FFFFFF;
}
.seo-text__title:not(:last-child) {
  margin: 0 0 15px 0;
}
.seo-text__text {
  color: #FFFFFF;
}

.about__baner-block {
  background: #000000;
}
.about__baner-block:not(:last-child) {
  margin: 0 0 200px 0;
}
@media (max-width: 1412px) {
  .about__baner-block:not(:last-child) {
    margin: 0 0 182.5px 0;
  }
}
@media (max-width: 1024.98px) {
  .about__baner-block:not(:last-child) {
    margin: 0 0 165px 0;
  }
}
@media (max-width: 768.98px) {
  .about__baner-block:not(:last-child) {
    margin: 0 0 147.5px 0;
  }
}
@media (max-width: 480.98px) {
  .about__baner-block:not(:last-child) {
    margin: 0 0 130px 0;
  }
}
.about__baner-block .baner-block__title {
  color: #FFFFFF;
}
.about__baner-block .baner-block__body {
  padding-bottom: 10px;
}
@media (max-width: 992.98px) {
  .about__baner-block .baner-block__body {
    padding-bottom: 14px;
  }
}
.about__baner-block .baner-block__main:not(:last-child) {
  margin: 0 0 20px 0;
}
.about__baner-block .content-baner-block .content-baner-block__row {
  align-items: flex-start;
}
@media (max-width: 992.98px) {
  .about__baner-block .content-baner-block .content-baner-block__row {
    flex-direction: column;
  }
}
.about__baner-block .content-baner-block .content-baner-block__title {
  color: #FFFFFF;
  white-space: nowrap;
}
.about__baner-block .content-baner-block .content-baner-block__title:not(:last-child) {
  margin: 0 30px 0 0;
}
@media (max-width: 992.98px) {
  .about__baner-block .content-baner-block .content-baner-block__title:not(:last-child) {
    margin: 0 14px 0 0;
  }
}
.about__baner-block .content-baner-block .content-baner-block__text {
  color: #FFFFFF;
}
.about__baner-block .baner-block__img.ibg {
  background-position: 50% 0%;
}
@media (max-width: 480.98px) {
  .about__baner-block .baner-block__img.ibg {
    background-position: 20% 0%;
  }
}
.about__today:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .about__today:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .about__today:not(:last-child) {
    margin: 0 0 130px 0;
  }
}
@media (max-width: 768.98px) {
  .about__today:not(:last-child) {
    margin: 0 0 115px 0;
  }
}
@media (max-width: 480.98px) {
  .about__today:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.about__important:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .about__important:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .about__important:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .about__important:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .about__important:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.about__team .team-home__title {
  width: 100%;
}
@media (max-width: 1024.98px) {
  .about__team .team-home__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.about__team:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .about__team:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .about__team:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .about__team:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .about__team:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.about__geography {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .about__geography {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .about__geography {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .about__geography {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .about__geography {
    margin: 0 0 100px 0;
  }
}
.today-about__body {
  display: flex;
  justify-content: flex-end;
}
.today-about__content {
  width: 100%;
  max-width: 812px;
}
.today-about__title {
  color: #000000;
}
.today-about__title:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 1024.98px) {
  .today-about__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.today-about__item:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 1024.98px) {
  .today-about__item:not(:last-child) {
    margin: 0 0 30px 0;
  }
}

.item-today-about {
  background: #FFFFFF;
}
.item-today-about__text {
  color: #000000;
}

.important-about__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024.98px) {
  .important-about__row {
    flex-direction: column;
  }
}
.important-about__title {
  color: #000000;
  min-width: 300px;
}
@media (max-width: 1024.98px) {
  .important-about__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.important-about__content {
  flex: 1 1 100%;
  max-width: 812px;
  margin: 0 0 0 40px;
  background: #D2FF00;
  padding: 20px;
}
@media (max-width: 1024.98px) {
  .important-about__content {
    margin: 0;
  }
}
@media (max-width: 480.98px) {
  .important-about__content {
    padding: 16px;
  }
}
.important-about__item:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 1024.98px) {
  .important-about__item:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 480.98px) {
  .important-about__item:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.item-important-about__title {
  color: #000000;
}
.item-important-about__title:not(:last-child) {
  margin: 0 0 14px 0;
}
.item-important-about__text {
  color: #000000;
}

.geography-about__top:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 1024.98px) {
  .geography-about__top:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.geography-about__body {
  padding: 0 115px;
}
@media (max-width: 1412px) {
  .geography-about__body {
    padding: 0 20px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768.98px) {
  .geography-about__body {
    padding: 0;
    width: 150%;
    transform: translate(-20%, 0);
  }
}
.map-geography-about {
  position: relative;
  padding: 0 0 54.05% 0;
}
@media (max-width: 1412px) {
  .map-geography-about {
    width: 100%;
  }
}
.map-geography-about__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-geography-about__title {
  color: #000000;
}

.countries-geography-about {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.countries-geography-about__item {
  position: absolute;
  display: flex;
}
.countries-geography-about__item:hover .countries-geography-about__value {
  opacity: 1;
  visibility: visible;
}
.countries-geography-about__item_1 {
  left: 73%;
  top: 45%;
}
@media (max-width: 1500px) {
  .countries-geography-about__item_1 {
    left: 73%;
    top: 40%;
  }
}
@media (max-width: 1200px) {
  .countries-geography-about__item_1 {
    left: 73%;
    top: 43%;
  }
}
@media (max-width: 768.98px) {
  .countries-geography-about__item_1 .countries-geography-about__value {
    left: auto;
    right: calc(100% + 12.5px);
    padding: 7.5px 10px 5px 22px;
  }
  .countries-geography-about__item_1 .countries-geography-about__value::before {
    transform: rotateY(180deg);
    left: auto;
    right: -25px;
  }
}
@media (max-width: 480.98px) {
  .countries-geography-about__item_1 .countries-geography-about__value {
    left: auto;
    right: calc(100% + 8.3px);
    padding: 5px 7px 5px 14px;
  }
  .countries-geography-about__item_1 .countries-geography-about__value::before {
    left: auto;
    right: -17px;
  }
}
.countries-geography-about__item_2 {
  left: 52%;
  top: 22.5%;
}
@media (max-width: 1500px) {
  .countries-geography-about__item_2 {
    left: 53%;
    top: 19.5%;
  }
}
@media (max-width: 1200px) {
  .countries-geography-about__item_2 {
    left: 52.5%;
    top: 20%;
  }
}
@media (max-width: 768.98px) {
  .countries-geography-about__item_2 {
    left: 52.5%;
    top: 21%;
  }
}
.countries-geography-about__item_3 {
  left: 49.5%;
  top: 22%;
}
@media (max-width: 1500px) {
  .countries-geography-about__item_3 {
    left: 49.5%;
    top: 18%;
  }
}
@media (max-width: 1200px) {
  .countries-geography-about__item_3 {
    left: 49.5%;
    top: 19.5%;
  }
}
.countries-geography-about__item_4 {
  left: 47%;
  top: 24.5%;
}
@media (max-width: 1500px) {
  .countries-geography-about__item_4 {
    left: 46.2%;
    top: 21.5%;
  }
}
@media (max-width: 1200px) {
  .countries-geography-about__item_4 {
    left: 47%;
    top: 23%;
  }
}
.countries-geography-about__point {
  flex: 0 0 65px;
  width: 65px;
  height: 99px;
  cursor: pointer;
}
.countries-geography-about__point img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .countries-geography-about__point {
    flex: 0 0 52px;
    width: 52px;
    height: 80px;
  }
}
@media (max-width: 768.98px) {
  .countries-geography-about__point {
    flex: 0 0 39px;
    width: 39px;
    height: 60px;
  }
}
@media (max-width: 480.98px) {
  .countries-geography-about__point {
    flex: 0 0 26px;
    width: 26px;
    height: 40px;
  }
}
.countries-geography-about__value {
  position: absolute;
  left: calc(100% + 21px);
  top: -33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 37px 5px 17px;
  height: 78px;
  background-color: #fff;
  font-family: HeliosCond;
  font-weight: 700;
  font-size: 38px;
  color: #000000;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.countries-geography-about__value::before {
  position: absolute;
  content: "";
  background: url("../img/icons/triangle.svg") center no-repeat;
  background-size: contain;
  width: 42px;
  height: 78px;
  left: -42px;
  top: 0;
}
@media (max-width: 1200px) {
  .countries-geography-about__value {
    font-size: 29px;
    height: 59.5px;
    padding: 10px 28px 5px 13px;
    left: calc(100% + 16px);
    top: -25px;
  }
  .countries-geography-about__value::before {
    width: 31.75px;
    height: 59.5px;
    left: -31.75px;
  }
}
@media (max-width: 768.98px) {
  .countries-geography-about__value {
    font-size: 23px;
    height: 47px;
    padding: 7.5px 22px 5px 10px;
    left: calc(100% + 12.5px);
    top: -20px;
  }
  .countries-geography-about__value::before {
    width: 25px;
    height: 47px;
    left: -25px;
  }
}
@media (max-width: 480.98px) {
  .countries-geography-about__value {
    font-size: 15px;
    height: 31px;
    padding: 5px 14px 5px 7px;
    left: calc(100% + 8.3px);
    top: -13px;
  }
  .countries-geography-about__value::before {
    width: 17px;
    height: 31px;
    left: -17px;
  }
}

.industries__baner-block .baner-block__title {
  color: #000000;
}
.industries__baner-block .baner-block__body {
  padding-bottom: 0px;
}
.industries__baner-block .baner-block__main:not(:last-child) {
  margin: 0 0 20px 0;
}
.industries__baner-block .content-baner-block .content-baner-block__title {
  color: #000000;
  padding: 0 36px 0 0;
}
.industries__baner-block .baner-block__img.ibg {
  background-position: 50% 0%;
}
@media (max-width: 480.98px) {
  .industries__baner-block .baner-block__img.ibg {
    background-position: 60% 0%;
  }
}
.industries__list:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .industries__list:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .industries__list:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .industries__list:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .industries__list:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.industries__portfolio:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .industries__portfolio:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .industries__portfolio:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .industries__portfolio:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .industries__portfolio:not(:last-child) {
    margin: 0 0 100px 0;
  }
}

.list-industries__item:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 768.98px) {
  .list-industries__item:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 480.98px) {
  .list-industries__item:not(:last-child) {
    margin: 0 0 10px 0;
  }
}

.item-list-industries {
  display: flex;
  padding: 20px;
  background: #000000;
}
@media (max-width: 900px) {
  .item-list-industries {
    flex-direction: column;
  }
}
@media (max-width: 480.98px) {
  .item-list-industries {
    padding: 16px;
  }
}
.item-list-industries__title {
  flex: 0 0 41%;
  color: #FFFFFF;
}
.item-list-industries__title:not(:last-child) {
  margin: 0 10px 0 0;
}
@media (max-width: 900px) {
  .item-list-industries__title {
    flex: 0 1 auto;
  }
  .item-list-industries__title:not(:last-child) {
    margin: 0 0 14px 0;
  }
}
.item-list-industries__text {
  flex: 1 1 100%;
  color: #FFFFFF;
}

.portfolio-industries__title {
  color: #000000;
}
.portfolio-industries__title:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 480.98px) {
  .portfolio-industries__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.portfolio-industries__item:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 768.98px) {
  .portfolio-industries__item:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 480.98px) {
  .portfolio-industries__item:not(:last-child) {
    margin: 0 0 10px 0;
  }
}

.item-portfolio-industries {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 20px;
}
@media (max-width: 1024.98px) {
  .item-portfolio-industries {
    flex-direction: column;
  }
}
@media (max-width: 768.98px) {
  .item-portfolio-industries:nth-child(4) .top-item-portfolio-industries__logo {
    max-height: 77px;
  }
  .item-portfolio-industries:nth-child(4) .top-item-portfolio-industries__logo:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
@media (max-width: 480.98px) {
  .item-portfolio-industries {
    padding: 16px;
  }
}
.item-portfolio-industries__content {
  flex: 1 1 100%;
  max-width: 990px;
}
@media (max-width: 1024.98px) {
  .item-portfolio-industries__content:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.item-portfolio-industries__top:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 1412px) {
  .item-portfolio-industries__top:not(:last-child) {
    margin: 0 0 44px 0;
  }
}
@media (max-width: 1024.98px) {
  .item-portfolio-industries__top:not(:last-child) {
    margin: 0 0 38px 0;
  }
}
@media (max-width: 768.98px) {
  .item-portfolio-industries__top:not(:last-child) {
    margin: 0 0 31px 0;
  }
}
@media (max-width: 480.98px) {
  .item-portfolio-industries__top:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.item-portfolio-industries__text {
  color: #000000;
}
.item-portfolio-industries__text p:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 480.98px) {
  .item-portfolio-industries__text p:not(:last-child) {
    margin: 0 0 14px 0;
  }
}
.item-portfolio-industries__btn {
  white-space: nowrap;
  margin: 0 0 0 40px;
}

.top-item-portfolio-industries {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #D2FF00;
  padding: 10px;
  height: 121px;
}
@media (max-width: 1412px) {
  .top-item-portfolio-industries {
    height: 111px;
  }
}
@media (max-width: 1024.98px) {
  .top-item-portfolio-industries {
    height: 101px;
  }
}
@media (max-width: 768.98px) {
  .top-item-portfolio-industries {
    flex-direction: column;
    align-items: flex-start;
    height: 141px;
  }
}
.top-item-portfolio-industries__logo {
  display: inline-flex;
  height: 100%;
}
.top-item-portfolio-industries__logo img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 768.98px) {
  .top-item-portfolio-industries__logo {
    max-height: 65px;
  }
  .top-item-portfolio-industries__logo:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.top-item-portfolio-industries__name {
  color: #000000;
  margin: 0 0 0 40px;
}
@media (max-width: 768.98px) {
  .top-item-portfolio-industries__name {
    margin: 0;
  }
}

.startups__baner-block {
  background: #000000;
}
.startups__baner-block:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .startups__baner-block:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .startups__baner-block:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .startups__baner-block:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .startups__baner-block:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.startups__baner-block .baner-block__title {
  color: #FFFFFF;
  position: absolute;
}
@media (max-width: 1024.98px) {
  .startups__baner-block .baner-block__title {
    position: relative;
  }
}
.startups__baner-block .baner-block__body {
  padding-bottom: 20px;
}
@media (max-width: 992.98px) {
  .startups__baner-block .baner-block__body {
    padding-bottom: 14px;
  }
}
@media (max-width: 1024.98px) {
  .startups__baner-block .baner-block__main:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.startups__baner-block .content-baner-block .content-baner-block__title {
  width: 100%;
  color: #fff;
}
@media (max-width: 600px) {
  .startups__baner-block .content-baner-block .content-baner-block__title br {
    display: none;
  }
}
.startups__baner-block .content-baner-block .content-baner-block__title .color {
  color: #D2FF00;
}
.startups__baner-block .content-baner-block .content-baner-block__title .content-baner-block__title-right {
  display: flex;
  justify-content: flex-end;
}
.startups__baner-block .content-baner-block .content-baner-block__title .content-baner-block__title-right:not(:last-child) {
  margin: 0 0 19px 0;
}
@media (max-width: 768.98px) {
  .startups__baner-block .content-baner-block .content-baner-block__title .content-baner-block__title-right {
    justify-content: flex-start;
  }
}
@media (max-width: 480.98px) {
  .startups__baner-block .content-baner-block .content-baner-block__title .content-baner-block__title-right:not(:last-child) {
    margin: 0 0 14px 0;
  }
}
.startups__baner-block .content-baner-block .content-baner-block__title .content-baner-block__title-left {
  display: flex;
  justify-content: flex-start;
}
.startups__baner-block .baner-block__img.ibg {
  background-position: 50% 0%;
}
.startups__cta .cta__column_content {
  flex: 0 0 811px;
}
@media (max-width: 1600.98px) {
  .startups__cta .cta__column_content {
    flex: 0 0 739px;
  }
}
@media (max-width: 1400px) {
  .startups__cta .cta__column_content {
    flex: 0 0 596px;
  }
}
@media (max-width: 1300px) {
  .startups__cta .cta__column_content {
    flex: 0 0 542px;
  }
}
@media (max-width: 1250px) {
  .startups__cta .cta__column_content {
    width: 100%;
    flex: 0 1 auto;
  }
  .startups__cta .cta__column_content:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.startups__info:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .startups__info:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .startups__info:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .startups__info:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .startups__info:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.startups__opportunities:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .startups__opportunities:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .startups__opportunities:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .startups__opportunities:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .startups__opportunities:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.startups__support:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .startups__support:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .startups__support:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .startups__support:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .startups__support:not(:last-child) {
    margin: 0 0 100px 0;
  }
}

.info-startups__title {
  color: #000000;
}
.info-startups__title span {
  display: flex;
}
.info-startups__title .color {
  background: #D2FF00;
  padding: 0 0 8px 0;
}
@media (max-width: 480.98px) {
  .info-startups__title .color {
    padding: 0 0 6px 0;
  }
}

.opportunities_color .item-opportunities {
  color: #D2FF00;
}
.opportunities__title {
  color: #000000;
}
.opportunities__title:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 1024.98px) {
  .opportunities__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.opportunities__item:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 768.98px) {
  .opportunities__item:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 480.98px) {
  .opportunities__item:not(:last-child) {
    margin: 0 0 10px 0;
  }
}

.item-opportunities {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 20px;
  background: #000000;
}
@media (max-width: 768.98px) {
  .item-opportunities {
    padding: 15px;
  }
}
@media (max-width: 480.98px) {
  .item-opportunities {
    padding: 10px 10px 10px 0;
  }
}
.item-opportunities__number {
  flex: 1 1 100%;
  margin: 0 10px 0 0;
  font-family: HeliosCond;
  font-size: 48px;
  font-weight: 700;
  line-height: 114.3958333333%;
}
@media (max-width: 1412px) {
  .item-opportunities__number {
    font-size: 43px;
  }
}
@media (max-width: 1024.98px) {
  .item-opportunities__number {
    font-size: 37px;
    flex: 0 0 278px;
  }
}
@media (max-width: 768.98px) {
  .item-opportunities__number {
    font-size: 32px;
    flex: 0 0 178px;
  }
}
@media (max-width: 600px) {
  .item-opportunities__number {
    flex: 0 0 92px;
  }
}
@media (max-width: 480.98px) {
  .item-opportunities__number {
    font-size: 28px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.item-opportunities__value {
  flex: 0 0 58%;
  margin: 0 0 0 10px;
}
@media (max-width: 1024.98px) {
  .item-opportunities__value {
    flex: 1 1 100%;
  }
}

.support-startups__top {
  display: flex;
  justify-content: flex-end;
}
.support-startups__top:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1024.98px) {
  .support-startups__top:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .support-startups__top:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.support-startups__title {
  flex: 0 0 58%;
  color: #000000;
}
@media (max-width: 1024.98px) {
  .support-startups__title {
    flex: 1 1 100%;
  }
}
.support-startups__body {
  position: relative;
}
.support-startups__item:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 1024.98px) {
  .support-startups__item:not(:last-child) {
    margin: 0 0 22px 0;
  }
}
@media (max-width: 768.98px) {
  .support-startups__item:not(:last-child) {
    margin: 0 0 18px 0;
  }
}
@media (max-width: 480.98px) {
  .support-startups__item:not(:last-child) {
    margin: 0 0 14px 0;
  }
}

.item-support-startups {
  display: flex;
}
.item-support-startups.active .top-item-support-startups {
  background: #000000;
}
.item-support-startups.active .top-item-support-startups .top-item-support-startups__number {
  color: #D2FF00;
}
.item-support-startups.active .top-item-support-startups .top-item-support-startups__title {
  color: #D2FF00;
}
.item-support-startups.active .top-item-support-startups .top-item-support-startups__arrow {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024.98px) {
  .item-support-startups.active .top-item-support-startups .top-item-support-startups__arrow {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .item-support-startups.active .top-item-support-startups .top-item-support-startups__arrow svg {
    fill: #D2FF00;
  }
}
.item-support-startups.active .content-item-support-startups {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024.98px) {
  .item-support-startups {
    flex-direction: column;
  }
  .item-support-startups:first-child .content-item-support-startups {
    display: block;
  }
}
.item-support-startups__top {
  flex: 0 0 480px;
}
@media (max-width: 1412px) {
  .item-support-startups__top {
    flex: 0 0 440px;
  }
}
@media (max-width: 1250px) {
  .item-support-startups__top {
    flex: 0 0 400px;
  }
}
@media (max-width: 1125px) {
  .item-support-startups__top {
    flex: 0 0 360px;
  }
}
@media (max-width: 1024.98px) {
  .item-support-startups__top {
    flex: 0 1 auto;
  }
}
.top-item-support-startups {
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: all 0.3s ease-out;
  padding: 6px 10px 8px 10px;
}
.top-item-support-startups__number {
  font-family: HeliosCond;
  font-size: 86px;
  font-weight: 700;
  line-height: 93.023255814%;
  white-space: nowrap;
  color: #000000;
  transition: all 0.3s ease-out;
  margin: 0 10px 0 0;
}
@media (max-width: 1412px) {
  .top-item-support-startups__number {
    font-size: 76px;
  }
}
@media (max-width: 1024.98px) {
  .top-item-support-startups__number {
    font-size: 66px;
  }
}
@media (max-width: 768.98px) {
  .top-item-support-startups__number {
    font-size: 55px;
  }
}
@media (max-width: 480.98px) {
  .top-item-support-startups__number {
    font-size: 44px;
  }
}
.top-item-support-startups__title {
  flex: 1 1 100%;
  color: #000000;
  transition: all 0.3s ease-out;
  margin: 0 20px 0 0;
  padding: 10px 0 0 0;
  text-align: left;
}
@media (max-width: 1412px) {
  .top-item-support-startups__title {
    padding: 8px 0 0 0;
  }
}
@media (max-width: 1024.98px) {
  .top-item-support-startups__title {
    padding: 6px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .top-item-support-startups__title {
    padding: 4px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .top-item-support-startups__title {
    padding: 2px 0 0 0;
  }
}
.top-item-support-startups__arrow {
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.top-item-support-startups__arrow svg {
  width: 59px;
  height: 72px;
  fill: #D2FF00;
  transition: all 0.3s ease-out;
}
@media (max-width: 1412px) {
  .top-item-support-startups__arrow svg {
    width: 54.5px;
    height: 66.5px;
  }
}
@media (max-width: 1024.98px) {
  .top-item-support-startups__arrow svg {
    width: 50px;
    height: 61px;
    fill: #000000;
  }
}
@media (max-width: 768.98px) {
  .top-item-support-startups__arrow svg {
    width: 45.5px;
    height: 55.5px;
  }
}
@media (max-width: 480.98px) {
  .top-item-support-startups__arrow svg {
    width: 41px;
    height: 50px;
  }
}
@media (max-width: 1024.98px) {
  .top-item-support-startups__arrow {
    opacity: 1;
    visibility: visible;
  }
}

.content-item-support-startups {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  background: #D2FF00;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024.98px) {
  .content-item-support-startups {
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    margin: 24px 0 10px 0;
  }
}
@media (max-width: 480.98px) {
  .content-item-support-startups {
    padding: 16px;
  }
}
.content-item-support-startups__item:not(:last-child) {
  margin: 0 0 40px 0;
}
.content-item-support-startups__title {
  color: #000000;
}
.content-item-support-startups__title:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 480.98px) {
  .content-item-support-startups__title:not(:last-child) {
    margin: 0 0 14px 0;
  }
}
.content-item-support-startups__text {
  color: #000000;
}

.investors__baner-block {
  background: #000000;
}
.investors__baner-block:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .investors__baner-block:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .investors__baner-block:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .investors__baner-block:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .investors__baner-block:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.investors__baner-block .baner-block__title {
  color: #FFFFFF;
}
.investors__baner-block .baner-block__body {
  padding-bottom: 20px;
}
@media (max-width: 992.98px) {
  .investors__baner-block .baner-block__body {
    padding-bottom: 14px;
  }
}
@media (max-width: 1024.98px) {
  .investors__baner-block .baner-block__main:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.investors__baner-block .content-baner-block .content-baner-block__title {
  width: 100%;
  color: #fff;
}
.investors__baner-block .content-baner-block .content-baner-block__title .color {
  color: #D2FF00;
}
.investors__baner-block .baner-block__img.ibg {
  background-position: 50% 0%;
}
.investors__info:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .investors__info:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .investors__info:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .investors__info:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .investors__info:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.investors__opportunities:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .investors__opportunities:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .investors__opportunities:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .investors__opportunities:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .investors__opportunities:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.investors__who-us:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .investors__who-us:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .investors__who-us:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .investors__who-us:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .investors__who-us:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.investors__process:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .investors__process:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .investors__process:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .investors__process:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .investors__process:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.info-investors__title {
  color: #000000;
}
.info-investors__title span {
  display: flex;
}
.info-investors__title .color {
  background: #D2FF00;
  padding: 0 0 8px 0;
}
@media (max-width: 480.98px) {
  .info-investors__title .color {
    padding: 0 0 6px 0;
  }
}

.who-us__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024.98px) {
  .who-us__row {
    flex-direction: column;
    align-items: normal;
  }
}
.who-us__title {
  color: #000000;
  flex: 1 1 100%;
}
@media (max-width: 1024.98px) {
  .who-us__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.who-us__content {
  flex: 0 0 58%;
  margin: 0 0 0 40px;
}
@media (max-width: 1024.98px) {
  .who-us__content {
    flex: 1 1 100%;
    margin: 0;
  }
}

.content-who-us__title {
  color: #000000;
}
.content-who-us__title:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 1024.98px) {
  .content-who-us__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.content-who-us__top {
  background: #000000;
  padding: 4px 0 4px 10px;
  font-family: HeliosCond;
  font-size: 40px;
  font-weight: 700;
  line-height: 114.4%;
  text-transform: uppercase;
  color: #fff;
}
.content-who-us__top:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 1412px) {
  .content-who-us__top {
    font-size: 36px;
  }
}
@media (max-width: 1024.98px) {
  .content-who-us__top {
    font-size: 33px;
  }
}
@media (max-width: 768.98px) {
  .content-who-us__top {
    font-size: 30px;
  }
}
@media (max-width: 480.98px) {
  .content-who-us__top {
    font-size: 26px;
  }
}
.content-who-us__item {
  font-family: HeliosCond;
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  line-height: 114.3958333333%;
}
.content-who-us__item:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 1412px) {
  .content-who-us__item {
    font-size: 43px;
  }
  .content-who-us__item:not(:last-child) {
    margin: 0 0 34.5px 0;
  }
}
@media (max-width: 1024.98px) {
  .content-who-us__item {
    font-size: 37px;
  }
  .content-who-us__item:not(:last-child) {
    margin: 0 0 29px 0;
  }
}
@media (max-width: 768.98px) {
  .content-who-us__item {
    font-size: 32px;
  }
  .content-who-us__item:not(:last-child) {
    margin: 0 0 23.5px 0;
  }
}
@media (max-width: 480.98px) {
  .content-who-us__item {
    font-size: 28px;
  }
  .content-who-us__item:not(:last-child) {
    margin: 0 0 18px 0;
  }
}

.process-investors__title {
  color: #000000;
}
.process-investors__title:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 1024.98px) {
  .process-investors__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.process-investors__item:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 480.98px) {
  .process-investors__item:not(:last-child) {
    margin: 0 0 18px 0;
  }
}

.item-process-investors {
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.item-process-investors:first-child .item-process-investors__text {
  display: block;
}
.item-process-investors.active {
  background-color: #000;
}
.item-process-investors.active .top-item-process-investors__number {
  color: #D2FF00;
}
.item-process-investors.active .top-item-process-investors__title {
  color: #D2FF00;
}
.item-process-investors.active .top-item-process-investors__arrow svg {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  fill: #D2FF00;
}
.item-process-investors__text {
  max-width: 944px;
  margin: 0 90px;
  padding: 40px 0;
  color: #fff;
  display: none;
}
@media (max-width: 1412px) {
  .item-process-investors__text {
    padding: 36px 0;
    margin: 0 73.5px;
  }
}
@media (max-width: 1024.98px) {
  .item-process-investors__text {
    padding: 32px 0;
    margin: 0 57px;
  }
}
@media (max-width: 768.98px) {
  .item-process-investors__text {
    padding: 28px 0;
    margin: 0 40.5px;
  }
}
@media (max-width: 480.98px) {
  .item-process-investors__text {
    padding: 24px 0;
    margin: 0 24px;
  }
}

.top-item-process-investors {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 10px 5px 10px;
  background-color: transparent;
}
.top-item-process-investors__number {
  font-family: HeliosCond;
  font-size: 86px;
  font-weight: 700;
  line-height: 93.023255814%;
  white-space: nowrap;
  color: #000000;
  transition: all 0.3s ease-out;
  margin: 0 10px 0 0;
}
@media (max-width: 1412px) {
  .top-item-process-investors__number {
    font-size: 76px;
  }
}
@media (max-width: 1024.98px) {
  .top-item-process-investors__number {
    font-size: 66px;
  }
}
@media (max-width: 768.98px) {
  .top-item-process-investors__number {
    font-size: 55px;
  }
}
@media (max-width: 480.98px) {
  .top-item-process-investors__number {
    font-size: 44px;
  }
}
.top-item-process-investors__title {
  color: #000000;
  flex: 1 1 100%;
  transition: all 0.3s ease-out;
  padding: 10px 0 0 0;
  text-align: left;
  margin: 0 35px 0 0;
}
@media (max-width: 1412px) {
  .top-item-process-investors__title {
    padding: 8px 0 0 0;
  }
}
@media (max-width: 1024.98px) {
  .top-item-process-investors__title {
    padding: 6px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .top-item-process-investors__title {
    padding: 4px 0 0 0;
    margin: 0 30px 0 0;
  }
}
@media (max-width: 480.98px) {
  .top-item-process-investors__title {
    padding: 2px 0 0 0;
    margin: 0 25px 0 0;
  }
}
.top-item-process-investors__arrow {
  transition: all 0.3s ease-out;
}
.top-item-process-investors__arrow svg {
  width: 59px;
  height: 72px;
  fill: #000;
  transition: all 0.3s ease-out;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1412px) {
  .top-item-process-investors__arrow svg {
    width: 54.5px;
    height: 66.5px;
  }
}
@media (max-width: 1024.98px) {
  .top-item-process-investors__arrow svg {
    width: 50px;
    height: 61px;
  }
}
@media (max-width: 768.98px) {
  .top-item-process-investors__arrow svg {
    width: 45.5px;
    height: 55.5px;
  }
}
@media (max-width: 480.98px) {
  .top-item-process-investors__arrow svg {
    width: 41px;
    height: 50px;
  }
}

.candidates__baner-block:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .candidates__baner-block:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .candidates__baner-block:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .candidates__baner-block:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .candidates__baner-block:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.candidates__baner-block .baner-block__title {
  color: #000000;
}
.candidates__baner-block .baner-block__body {
  padding-bottom: 20px;
}
@media (max-width: 992.98px) {
  .candidates__baner-block .baner-block__body {
    padding-bottom: 14px;
  }
}
@media (max-width: 1024.98px) {
  .candidates__baner-block .baner-block__main:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
.candidates__baner-block .content-baner-block {
  max-width: 699px;
}
.candidates__baner-block .content-baner-block .content-baner-block__row {
  flex-direction: column;
}
.candidates__baner-block .content-baner-block .content-baner-block__title {
  width: 100%;
  color: #000000;
}
.candidates__baner-block .content-baner-block .content-baner-block__title:not(:last-child) {
  margin: 0 0 10px 0;
}
@media (max-width: 480.98px) {
  .candidates__baner-block .content-baner-block .content-baner-block__title:not(:last-child) {
    margin: 0 0 14px 0;
  }
}
.candidates__baner-block .content-baner-block .content-baner-block__text {
  color: #000000;
}
.candidates__baner-block .baner-block__img.ibg {
  background-position: 50% 30%;
}
.candidates__who-us:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .candidates__who-us:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .candidates__who-us:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .candidates__who-us:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .candidates__who-us:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.candidates__who-us .content-who-us__title {
  padding: 0 99px 0 0;
}
@media (max-width: 1412px) {
  .candidates__who-us .content-who-us__title {
    padding: 0 49px 0 0;
  }
}
@media (max-width: 1024.98px) {
  .candidates__who-us .content-who-us__title {
    padding: 0;
  }
}
.candidates__opportunities:not(:last-child) {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .candidates__opportunities:not(:last-child) {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .candidates__opportunities:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .candidates__opportunities:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .candidates__opportunities:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
.cta-candidates {
  padding: 60px 0;
  background: #000000;
}
@media (max-width: 1024.98px) {
  .cta-candidates {
    padding: 50px 0;
  }
}
@media (max-width: 480.98px) {
  .cta-candidates {
    padding: 40px 0;
  }
}
.cta-candidates__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .cta-candidates__row {
    flex-direction: column;
  }
}
.cta-candidates__title {
  color: #D2FF00;
}
.cta-candidates__title:not(:last-child) {
  margin: 0 40px 0 0;
}
@media (max-width: 900px) {
  .cta-candidates__title {
    width: 100%;
  }
  .cta-candidates__title br {
    display: none;
  }
  .cta-candidates__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.cta-candidates__btn {
  font-family: HeliosCond;
  font-size: 40px;
  font-weight: 700;
  line-height: 114.4%;
  white-space: nowrap;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 80px;
  border: 6px solid #FFFFFF;
  transition: all 0.3s ease-out;
}
@media (min-width: 1024.98px) {
  .cta-candidates__btn:hover {
    color: #D2FF00;
    border: 6px solid #D2FF00;
  }
}
@media (max-width: 1412px) {
  .cta-candidates__btn {
    font-size: 34px;
    padding: 22px 70px;
  }
}
@media (max-width: 1024.98px) {
  .cta-candidates__btn {
    font-size: 28px;
    border: 5px solid #FFFFFF;
    padding: 19px 60px;
  }
}
@media (max-width: 768.98px) {
  .cta-candidates__btn {
    font-size: 22px;
    border: 4px solid #FFFFFF;
    padding: 16px 40px;
  }
}
@media (max-width: 480.98px) {
  .cta-candidates__btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    border: 3px solid #FFFFFF;
  }
}

.resume {
  padding: 162px 0 0 0;
}
@media (max-width: 1412px) {
  .resume {
    padding: 146px 0 0 0;
  }
}
@media (max-width: 1024.98px) {
  .resume {
    padding: 129px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .resume {
    padding: 112px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .resume {
    padding: 95px 0 0 0;
  }
}
.resume__main {
  margin: 0 0 90px 0;
}
@media (max-width: 1024.98px) {
  .resume__main {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 768.98px) {
  .resume__main {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 480.98px) {
  .resume__main {
    margin: 0 0 50px 0;
  }
}
.resume__container {
  display: flex;
  justify-content: center;
}
.resume__body {
  width: 100%;
  max-width: 1110px;
}
@media (max-width: 1600.98px) {
  .resume__body {
    max-width: 930px;
  }
}
.resume__title:not(:last-child) {
  margin: 0 0 60px 0;
}
.form-resume {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.form-resume__column {
  flex: 1 1 100%;
  padding: 0 5px;
  margin: 0 0 60px 0;
}
@media (max-width: 1024.98px) {
  .form-resume__column {
    margin: 0 0 50px 0;
  }
}
.form-resume__column_medium {
  flex: 0 1 50%;
  margin: 0 0 50px 0;
}
.form-resume__column_medium .form-resume__label:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 1024.98px) {
  .form-resume__column_medium {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 850px) {
  .form-resume__column_medium {
    flex: 1 1 100%;
  }
}
.form-resume__column_options {
  margin: 0 0 20px 0;
}
.form-resume__column_options .form-resume__label:not(:last-child) {
  margin: 0 0 24px 0;
}
@media (max-width: 1024.98px) {
  .form-resume__column_options {
    margin: 0 0 10px 0;
  }
}
.form-resume__column_file {
  margin: 10px 0 60px 0;
}
@media (max-width: 1024.98px) {
  .form-resume__column_file {
    margin: 16px 0 50px 0;
  }
}
.form-resume__item {
  display: flex;
  flex-direction: column;
}
.form-resume__item_info .form-resume__label:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 480.98px) {
  .form-resume__item_info .form-resume__label:not(:last-child) {
    margin: 0 0 1px 0;
  }
}
.form-resume__item.error .form-resume__input {
  border: 2px solid #C60000;
}
.form-resume__item.error .form-resume__error-text {
  display: block;
}
.form-resume__label {
  font-family: HeliosCond;
  font-size: 36px;
  font-weight: 700;
  line-height: 114.3947368421%;
  color: #000000;
}
.form-resume__label:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 1412px) {
  .form-resume__label {
    font-size: 36px;
  }
}
@media (max-width: 1024.98px) {
  .form-resume__label {
    font-size: 31px;
  }
  .form-resume__label:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768.98px) {
  .form-resume__label {
    font-size: 30px;
  }
}
@media (max-width: 480.98px) {
  .form-resume__label {
    font-size: 28px;
  }
  .form-resume__label:not(:last-child) {
    margin: 0 0 14px 0;
  }
}
.form-resume__input {
  width: 100%;
  height: 68px;
  border: 2px solid #000000;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #000000;
  border-radius: 0;
}
.form-resume__input::placeholder {
  opacity: 0.5;
}
.form-resume__input:disabled {
  opacity: 0.5;
}
.form-resume__input:disabled::placeholder {
  opacity: 1;
}
@media (max-width: 1412px) {
  .form-resume__input {
    height: 63.75px;
  }
}
@media (max-width: 1024.98px) {
  .form-resume__input {
    height: 59.5px;
  }
}
@media (max-width: 768.98px) {
  .form-resume__input {
    height: 55.25px;
  }
}
@media (max-width: 480.98px) {
  .form-resume__input {
    height: 51px;
    padding: 16px;
  }
}
.form-resume__textarea {
  align-items: flex-start;
  padding: 20px;
  resize: none;
  height: 240px;
  border-radius: 0;
}
@media (max-width: 480.98px) {
  .form-resume__textarea {
    padding: 16px;
  }
}
.form-resume__error-text, .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 400;
  line-height: 117.2857142857%;
  color: #C60000;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
@media (max-width: 768.98px) {
  .form-resume__error-text, .wpcf7-not-valid-tip {
    font-size: 13px;
  }
}
@media (max-width: 480.98px) {
  .form-resume__error-text, .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
.form-resume__item_dropdown .form-resume__label:not(:last-child) {
  margin: 0 0 24px 0;
}
.form-resume__info {
  color: #000000;
}
.form-resume__info:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 480.98px) {
  .form-resume__info:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.form-resume__dropdown.dropdown {
  border: 2px solid #000000;
  color: #000000;
}
.form-resume__dropdown.dropdown.active .dropdown__list {
  display: block;
}
.form-resume__dropdown .dropdown__btn {
  background-color: transparent;
  padding: 20px 70px 20px 20px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.form-resume__dropdown .dropdown__btn::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 14px;
  background: url("../img/icons/arrow-form.svg") center no-repeat;
  right: 20px;
}
@media (max-width: 480.98px) {
  .form-resume__dropdown .dropdown__btn {
    padding: 16px 62px 16px 16px;
  }
  .form-resume__dropdown .dropdown__btn::before {
    right: 16px;
  }
}
.form-resume__dropdown .dropdown__list {
  position: relative;
  padding: 20px;
  display: none;
}
@media (max-width: 480.98px) {
  .form-resume__dropdown .dropdown__list {
    padding: 16px;
  }
}
.form-resume__dropdown .dropdown__item {
  opacity: 0.5;
}
.form-resume__dropdown .dropdown__item:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 480.98px) {
  .form-resume__dropdown .dropdown__item:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.form-resume__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  white-space: nowrap;
  font-family: HeliosCond;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  background-color: #fff;
  transition: all 0.3s ease-out;
  border: 6px solid #000000;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 1024.98px) {
  .form-resume__btn:hover {
    background: #D2FF00;
  }
}
@media (max-width: 1412px) {
  .form-resume__btn {
    font-size: 36px;
  }
}
@media (max-width: 1024.98px) {
  .form-resume__btn {
    font-size: 33px;
  }
}
@media (max-width: 768.98px) {
  .form-resume__btn {
    font-size: 30px;
  }
}
@media (max-width: 480.98px) {
  .form-resume__btn {
    font-size: 26px;
    padding: 16px;
  }
}

.file__body {
  position: relative;
}
.file__body > .wpcf7-form-control-wrap{
  position: static;
}
@media (min-width: 1024.98px) {
  .file__body:hover .file__button {
    background: #000000;
    color: #fff;
  }
}
.file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}
.file__button {
  width: 100%;
  border: 2px solid #000000;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  padding: 20px;
  font-family: HeliosCond;
  font-size: 38px;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.file__button.active {
  background: #D2FF00;
}
@media (min-width: 1024.98px) {
  .file__button:hover {
    background: #000000;
    color: #fff;
  }
}
@media (max-width: 1412px) {
  .file__button {
    font-size: 36px;
  }
}
@media (max-width: 1024.98px) {
  .file__button {
    font-size: 33px;
  }
}
@media (max-width: 768.98px) {
  .file__button {
    font-size: 30px;
  }
}
@media (max-width: 480.98px) {
  .file__button {
    font-size: 28px;
  }
}
.file .form-resume__info {
  margin: 24px 0 0 0;
}
@media (max-width: 480.98px) {
  .file .form-resume__info {
    margin: 18px 0 0 0;
  }
}

.options-form-resume {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 480.98px) {
  .options-form-resume {
    justify-content: space-between;
  }
}
.options-form-resume__item {
  padding: 0 20px;
  margin: 0 0 40px 0;
}
.options-form-resume__input input {
  display: none;
}
.options-form-resume__input input:checked + .wpcf7-list-item-label {
  background: #D2FF00;
}
.options-form-resume__input input + .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
  padding: 20px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  line-height: 117.2916666667%;
  text-transform: uppercase;
}
@media (max-width: 991px){
	.options-form-resume__input input + .wpcf7-list-item-label {
		padding: 12px;
	}
}
.options-form-resume__item .wpcf7-list-item{
  margin-left: 0;
}

.checkbox {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 1024.98px) {
  .checkbox {
    padding: 15px 0;
  }
}
@media (max-width: 480.98px) {
  .checkbox {
    padding: 10px 0;
  }
}
.checkbox__input input{
  display: none;
}
.checkbox__input input:checked + .wpcf7-list-item-label::before {
  background-color: #000;
}
.checkbox__input input:checked + .wpcf7-list-item-label::after {
  display: block;
}
.checkbox__input input + .wpcf7-list-item-label {
  color: #000000;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 0 0 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 117.3%;
  text-transform: uppercase;
}
.checkbox__input input + .wpcf7-list-item-label a {
  color: #000000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.checkbox__input input + .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 2px solid #000000;
  left: 0;
}
.checkbox__input input + .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  background: #D2FF00;
  left: 7px;
  display: none;
}
.checkbox__input .wpcf7-list-item{
  margin-left: 0;
}
@media (max-width: 1412px) {
  .checkbox__label {
    padding: 0 0 0 73px;
  }
  .checkbox__label::before {
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
  }
  .checkbox__label::after {
    flex: 0 0 24px;
    width: 23px;
    height: 24px;
    left: 6.5px;
  }
}
@media (max-width: 1024.98px) {
  .checkbox__label {
    padding: 0 0 0 66px;
  }
  .checkbox__label::before {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
  }
  .checkbox__label::after {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    left: 6px;
  }
}
@media (max-width: 768.98px) {
  .checkbox__label {
    padding: 0 0 0 59px;
  }
  .checkbox__label::before {
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
  }
  .checkbox__label::after {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    left: 5.5px;
  }
}
@media (max-width: 480.98px) {
  .checkbox__label {
    padding: 0 0 0 52px;
  }
  .checkbox__label::before {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }
  .checkbox__label::after {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    left: 5px;
  }
}

.blog {
  padding: 162px 0 0 0;
}
@media (max-width: 1412px) {
  .blog {
    padding: 146px 0 0 0;
  }
}
@media (max-width: 1024.98px) {
  .blog {
    padding: 129px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .blog {
    padding: 112px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .blog {
    padding: 95px 0 0 0;
  }
}
.blog__main:not(:last-child) {
  margin: 0 0 80px 0;
}
@media (max-width: 1024.98px) {
  .blog__main:not(:last-child) {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .blog__main:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
.blog__cards {
  margin: 0 0 150px 0;
}
@media (max-width: 1412px) {
  .blog__cards {
    margin: 0 0 140px 0;
  }
}
@media (max-width: 1024.98px) {
  .blog__cards {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 768.98px) {
  .blog__cards {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 480.98px) {
  .blog__cards {
    margin: 0 0 100px 0;
  }
}

.main-blog__title {
  color: #000000;
}
.main-blog__title:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1024.98px) {
  .main-blog__title:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .main-blog__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.card-main-blog {
  display: block;
  transition: all 0.3s ease-out;
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 1024.98px) {
  .card-main-blog:hover {
    background-color: #D2FF00;
  }
}
@media (max-width: 480.98px) {
  .card-main-blog {
    padding: 16px;
  }
}
.card-main-blog__body:not(:last-child) {
  margin: 0 0 40px 0;
}
.card-main-blog__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 117.3125%;
  text-transform: uppercase;
  color: #fff;
  background: #000000;
}
.card-main-blog__category:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 1412px) {
  .card-main-blog__category {
    font-size: 15px;
  }
}
@media (max-width: 1024.98px) {
  .card-main-blog__category {
    font-size: 14px;
  }
  .card-main-blog__category:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768.98px) {
  .card-main-blog__category {
    font-size: 13px;
  }
}
@media (max-width: 480.98px) {
  .card-main-blog__category {
    font-size: 12px;
  }
}
.card-main-blog__title {
  color: #000000;
}
.card-main-blog__title:not(:last-child) {
  margin: 0 0 4px 0;
}
.card-main-blog__text {
  color: #000000;
}
.card-main-blog__image-block {
  width: 100%;
  position: relative;
  height: 275px;
  overflow: hidden;
}
.card-main-blog__image-block:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 1412px) {
  .card-main-blog__image-block:not(:last-child) {
    margin: 0 0 27px 0;
  }
}
@media (max-width: 1024.98px) {
  .card-main-blog__image-block:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 768.98px) {
  .card-main-blog__image-block:not(:last-child) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 480.98px) {
  .card-main-blog__image-block:not(:last-child) {
    margin: 0 0 6px 0;
  }
}
.card-main-blog__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-main-blog__image.ibg {
  background-position: 50% 36%;
}
@media (max-width: 1250px) {
  .card-main-blog__image.ibg {
    background-size: 115%;
  }
}
@media (max-width: 1024.98px) {
  .card-main-blog__image.ibg {
    background-size: 100%;
    background-position: 50% 17%;
  }
}
@media (max-width: 768.98px) {
  .card-main-blog__image.ibg {
    background-position: 50% 15%;
  }
}
@media (max-width: 480.98px) {
  .card-main-blog__image.ibg {
    background-size: 115%;
  }
}
.info-card-main-blog {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 117.3125%;
  color: #000000;
}
@media (max-width: 1412px) {
  .info-card-main-blog {
    font-size: 15px;
  }
}
@media (max-width: 1024.98px) {
  .info-card-main-blog {
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  .info-card-main-blog {
    font-size: 13px;
  }
}
@media (max-width: 480.98px) {
  .info-card-main-blog {
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: space-between;
  }
}
.info-card-main-blog__date {
  white-space: nowrap;
  text-transform: uppercase;
}
.info-card-main-blog__date:not(:last-child) {
  margin: 0 60px 0 0;
}
@media (max-width: 768.98px) {
  .info-card-main-blog__date:not(:last-child) {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 480.98px) {
  .info-card-main-blog__date {
    margin: 10px 0 0 0;
  }
  .info-card-main-blog__date:not(:last-child) {
    margin: 10px 10px 0 0;
  }
}
.info-card-main-blog__time {
  white-space: nowrap;
  flex: 1 1 100%;
  text-transform: uppercase;
}
.info-card-main-blog__time:not(:last-child) {
  margin: 0 60px 0 0;
}
@media (max-width: 768.98px) {
  .info-card-main-blog__time:not(:last-child) {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 480.98px) {
  .info-card-main-blog__time {
    flex: 0 1 auto;
    margin: 10px 0 0 0;
  }
  .info-card-main-blog__time:not(:last-child) {
    margin: 10px 10px 0 0;
  }
}
@media (max-width: 480.98px) {
  .info-card-main-blog__author {
    margin: 10px 0 0 0;
  }
}

.author-info-card-main-blog {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 359.98px) {
  .author-info-card-main-blog {
    flex: 1 1 100%;
    justify-content: center;
  }
}
.author-info-card-main-blog__image {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #000000;
  position: relative;
}
.author-info-card-main-blog__image:not(:last-child) {
  margin: 0 8px 0 0;
}
.author-info-card-main-blog__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1412px) {
  .author-info-card-main-blog__image {
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
  }
  .author-info-card-main-blog__image:not(:last-child) {
    margin: 0 7px 0 0;
  }
}
@media (max-width: 1024.98px) {
  .author-info-card-main-blog__image {
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
  }
  .author-info-card-main-blog__image:not(:last-child) {
    margin: 0 6px 0 0;
  }
}
@media (max-width: 768.98px) {
  .author-info-card-main-blog__image {
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
  }
  .author-info-card-main-blog__image:not(:last-child) {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 480.98px) {
  .author-info-card-main-blog__image {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    border: 1.5px solid #000000;
  }
  .author-info-card-main-blog__image:not(:last-child) {
    margin: 0 4.5px 0 0;
  }
}
.author-info-card-main-blog__name {
  text-transform: uppercase;
}

.cards-blog__filter:not(:last-child) {
  margin: 0 0 56px 0;
}
@media (max-width: 1412px) {
  .cards-blog__filter:not(:last-child) {
    margin: 0 0 46px 0;
  }
}
.cards-blog__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cards-blog__items {
  width: 100%;
}
.cards-blog__card:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (max-width: 768.98px) {
  .cards-blog__card:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 480.98px) {
  .cards-blog__card:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
.cards-blog__btn-more {
  display: flex;
  align-items: center;
  font-family: HeliosCond;
  font-size: 30px;
  font-weight: 700;
  line-height: 114.4%;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  margin: 80px 0 0 0;
}
.cards-blog__btn-more span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.cards-blog__btn-more span svg {
  width: 32px;
  height: 32px;
  fill: #000000;
}
@media (min-width: 1024.98px) {
  .cards-blog__btn-more:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1412px) {
  .cards-blog__btn-more {
    font-size: 27px;
    margin: 70px 0 0 0;
  }
  .cards-blog__btn-more span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }
  .cards-blog__btn-more span svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024.98px) {
  .cards-blog__btn-more {
    font-size: 24px;
    margin: 60px 0 0 0;
  }
  .cards-blog__btn-more span {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin: 0 0 0 8px;
  }
  .cards-blog__btn-more span svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 768.98px) {
  .cards-blog__btn-more {
    font-size: 20px;
    margin: 45px 0 0 0;
  }
  .cards-blog__btn-more span {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin: 0 0 0 6px;
  }
  .cards-blog__btn-more span svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480.98px) {
  .cards-blog__btn-more {
    font-size: 16px;
    margin: 30px 0 0 0;
  }
  .cards-blog__btn-more span {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin: 0 0 0 4px;
  }
  .cards-blog__btn-more span svg {
    width: 22px;
    height: 22px;
  }
}

.filter-cards-blog {
  display: flex;
  flex-wrap: wrap;
}
.filter-cards-blog__column {
  margin: 0 24px 24px 0;
}
@media (max-width: 1024.98px) {
  .filter-cards-blog__column {
    margin: 0 22px 22px 0;
  }
}
@media (max-width: 768.98px) {
  .filter-cards-blog__column {
    margin: 0 18px 18px 0;
  }
}
@media (max-width: 480.98px) {
  .filter-cards-blog__column {
    margin: 0 14px 14px 0;
  }
}
.filter-cards-blog__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #000000;
  font-family: HeliosCond;
  font-size: 30px;
  font-weight: 700;
  line-height: 114.4%;
  text-transform: uppercase;
  padding: 4px 10px;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.filter-cards-blog__btn.active {
  color: #fff;
  background-color: #000;
}
@media (max-width: 1412px) {
  .filter-cards-blog__btn {
    font-size: 27px;
  }
}
@media (max-width: 1024.98px) {
  .filter-cards-blog__btn {
    font-size: 24px;
  }
}
@media (max-width: 768.98px) {
  .filter-cards-blog__btn {
    font-size: 20px;
  }
}
@media (max-width: 480.98px) {
  .filter-cards-blog__btn {
    font-size: 16px;
  }
}

.card-blog {
  display: flex;
  padding: 20px;
  background: #FFFFFF;
  transition: all 0.3s ease-out;
}
@media (min-width: 1024.98px) {
  .card-blog:hover {
    background: #D2FF00;
  }
}
@media (max-width: 850px) {
  .card-blog {
    flex-direction: column;
  }
}
@media (max-width: 480.98px) {
  .card-blog {
    padding: 16px;
  }
}
.card-blog__image-block {
  flex: 1 1 100%;
  height: 277px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 850px) {
  .card-blog__image-block {
    height: 275px;
    flex: 0 0 275px;
  }
  .card-blog__image-block:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.card-blog__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-blog__image.ibg {
  background-position: 50% 25%;
}
@media (max-width: 1600.98px) {
  .card-blog__image.ibg {
    background-position: 50% 35%;
  }
}
.card-blog__body {
  flex: 0 0 938px;
  margin: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1600.98px) {
  .card-blog__body {
    flex: 0 0 782px;
  }
}
@media (max-width: 1250px) {
  .card-blog__body {
    flex: 0 0 626px;
  }
}
@media (max-width: 1024.98px) {
  .card-blog__body {
    flex: 0 0 470px;
  }
}
@media (max-width: 850px) {
  .card-blog__body {
    flex: 0 1 auto;
    margin: 0;
  }
}
.card-blog__content:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 768.98px) {
  .card-blog__content:not(:last-child) {
    margin: 0 0 32px 0;
  }
}
@media (max-width: 480.98px) {
  .card-blog__content:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.card-blog__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2px 4px;
  background: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 117.3125%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.card-blog__category:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 1412px) {
  .card-blog__category {
    font-size: 15px;
  }
}
@media (max-width: 1024.98px) {
  .card-blog__category {
    font-size: 14px;
  }
  .card-blog__category:not(:last-child) {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 768.98px) {
  .card-blog__category {
    font-size: 13px;
  }
}
@media (max-width: 480.98px) {
  .card-blog__category {
    font-size: 12px;
  }
  .card-blog__category:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
.card-blog__title {
  color: #000;
}
.card-blog__title:not(:last-child) {
  margin: 0 0 4px 0;
}
.card-blog__text {
  color: #000;
}
@media (max-width: 768.98px) {
  .card-blog__text {
    font-size: 17px;
  }
}
@media (max-width: 480.98px) {
  .card-blog__text {
    font-size: 16px;
  }
}

.blog-post {
  padding: 127px 0 0 0;
}
@media (max-width: 1412px) {
  .blog-post {
    padding: 114px 0 0 0;
  }
}
@media (max-width: 1024.98px) {
  .blog-post {
    padding: 101px 0 0 0;
  }
}
@media (max-width: 768.98px) {
  .blog-post {
    padding: 88px 0 0 0;
  }
}
@media (max-width: 480.98px) {
  .blog-post {
    padding: 75px 0 0 0;
  }
}
.blog-post__main:not(:last-child) {
  margin: 0 0 80px 0;
}
@media (max-width: 1024.98px) {
  .blog-post__main:not(:last-child) {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .blog-post__main:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
.blog-post__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-post__image-block {
  width: 100%;
  position: relative;
  height: 275px;
}
.blog-post__image-block:not(:last-child) {
  margin: 0 0 80px 0;
}
@media (max-width: 1412px) {
  .blog-post__image-block {
    height: 250px;
  }
}
@media (max-width: 1024.98px) {
  .blog-post__image-block {
    height: 210px;
  }
  .blog-post__image-block:not(:last-child) {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 768.98px) {
  .blog-post__image-block {
    height: 170px;
  }
  .blog-post__image-block:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 480.98px) {
  .blog-post__image-block {
    height: 130px;
  }
  .blog-post__image-block:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
.blog-post__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-post__image.ibg {
  background-position: 50% 36%;
}
@media (max-width: 480.98px) {
  .blog-post__image.ibg {
    background-position: 50% 33%;
  }
}
.blog-post__body {
  width: 100%;
  max-width: 1110px;
}
@media (max-width: 1600.98px) {
  .blog-post__body {
    max-width: 930px;
  }
}
.blog-post__title {
  color: #000000;
}
.blog-post__title:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1024.98px) {
  .blog-post__title:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .blog-post__title:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.blog-post__top:not(:last-child) {
  margin: 0 0 80px 0;
}
@media (max-width: 1024.98px) {
  .blog-post__top:not(:last-child) {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 480.98px) {
  .blog-post__top:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
.top-blog-post {
  border-bottom: 6px solid #000000;
  padding: 0 0 10px 0;
  overflow: hidden;
}
.top-blog-post__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 117.3125%;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #000000;
  color: #fff;
}
.top-blog-post__category:not(:last-child) {
  margin: 0 0 50px 0;
}
@media (max-width: 1412px) {
  .top-blog-post__category {
    font-size: 15px;
  }
}
@media (max-width: 1024.98px) {
  .top-blog-post__category {
    font-size: 14px;
  }
  .top-blog-post__category:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 768.98px) {
  .top-blog-post__category {
    font-size: 13px;
  }
}
@media (max-width: 480.98px) {
  .top-blog-post__category {
    font-size: 12px;
  }
}
.top-blog-post__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .top-blog-post__row {
    flex-wrap: wrap;
  }
}
.top-blog-post__info:not(:last-child) {
  margin: 0 60px 0 0;
}
@media (max-width: 1024.98px) {
  .top-blog-post__info:not(:last-child) {
    margin: 0 50px 0 0;
  }
}
@media (max-width: 900px) {
  .top-blog-post__info:not(:last-child) {
    margin: 0 0px 0 0;
  }
}
.top-blog-post__share {
  margin: 0 0 44px 0;
}
@media (max-width: 1024.98px) {
  .top-blog-post__share {
    margin: 0 0 34px 0;
  }
}
@media (max-width: 900px) {
  .top-blog-post__share {
    flex: 1 1 100%;
  }
}
@media (max-width: 480.98px) {
  .top-blog-post__share {
    margin: 0 0 24px 0;
  }
}

.info-top-blog-post {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 117.3125%;
  color: #000000;
}
@media (max-width: 1412px) {
  .info-top-blog-post {
    font-size: 15px;
  }
}
@media (max-width: 1024.98px) {
  .info-top-blog-post {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .info-top-blog-post {
    flex: 1 1 100%;
    justify-content: space-between;
  }
}
@media (max-width: 768.98px) {
  .info-top-blog-post {
    font-size: 13px;
  }
}
@media (max-width: 480.98px) {
  .info-top-blog-post {
    font-size: 12px;
  }
}
@media (max-width: 359.98px) {
  .info-top-blog-post {
    flex-wrap: wrap;
  }
}
.info-top-blog-post__date {
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0 0 44px 0;
}
.info-top-blog-post__date:not(:last-child) {
  margin: 0 60px 44px 0;
}
@media (max-width: 1024.98px) {
  .info-top-blog-post__date {
    margin: 0 0 34px 0;
  }
  .info-top-blog-post__date:not(:last-child) {
    margin: 0 50px 34px 0;
  }
}
@media (max-width: 768.98px) {
  .info-top-blog-post__date:not(:last-child) {
    margin: 0 20px 34px 0;
  }
}
@media (max-width: 480.98px) {
  .info-top-blog-post__date {
    margin: 0 0 24px 0;
  }
  .info-top-blog-post__date:not(:last-child) {
    margin: 0 10px 24px 0;
  }
}
.info-top-blog-post__time {
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0 0 44px 0;
}
.info-top-blog-post__time:not(:last-child) {
  margin: 0 60px 44px 0;
}
@media (max-width: 1024.98px) {
  .info-top-blog-post__time {
    margin: 0 0 34px 0;
  }
  .info-top-blog-post__time:not(:last-child) {
    margin: 0 50px 34px 0;
  }
}
@media (max-width: 768.98px) {
  .info-top-blog-post__time:not(:last-child) {
    margin: 0 20px 34px 0;
  }
}
@media (max-width: 480.98px) {
  .info-top-blog-post__time {
    margin: 0 0 24px 0;
  }
  .info-top-blog-post__time:not(:last-child) {
    margin: 0 10px 24px 0;
  }
}
.info-top-blog-post__author {
  margin: 0 0 44px 0;
}
@media (max-width: 1024.98px) {
  .info-top-blog-post__author {
    margin: 0 0 34px 0;
  }
}
@media (max-width: 480.98px) {
  .info-top-blog-post__author {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 359.98px) {
  .info-top-blog-post__author {
    flex: 1 1 100%;
    justify-content: center;
  }
}

.author-info-top-blog-post {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.author-info-top-blog-post__image {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #000000;
  position: relative;
}
.author-info-top-blog-post__image:not(:last-child) {
  margin: 0 18px 0 0;
}
.author-info-top-blog-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1412px) {
  .author-info-top-blog-post__image {
    flex: 0 0 43.5px;
    width: 43.5px;
    height: 43.5px;
  }
}
@media (max-width: 1024.98px) {
  .author-info-top-blog-post__image {
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
  }
}
@media (max-width: 768.98px) {
  .author-info-top-blog-post__image {
    flex: 0 0 30.5px;
    width: 30.5px;
    height: 30.5px;
  }
}
@media (max-width: 480.98px) {
  .author-info-top-blog-post__image {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}
.author-info-top-blog-post__name {
  text-transform: uppercase;
}

.share {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
}
.share:hover .socials-share {
  transform: translate(0, 0);
  opacity: 1;
}
@media (max-width: 900px) {
  .share {
    justify-content: flex-end;
  }
}
.share__text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  background-color: #D8D8D8;
}
.share__text:not(:last-child) {
  margin: 0 24px 0 0;
}
@media (max-width: 1412px) {
  .share__text {
    font-size: 15px;
  }
  .share__text:not(:last-child) {
    margin: 0 22px 0 0;
  }
}
@media (max-width: 1024.98px) {
  .share__text {
    font-size: 14px;
  }
  .share__text:not(:last-child) {
    margin: 0 18px 0 0;
  }
}
@media (max-width: 768.98px) {
  .share__text {
    font-size: 13px;
  }
  .share__text:not(:last-child) {
    margin: 0 14px 0 0;
  }
}
@media (max-width: 480.98px) {
  .share__text {
    font-size: 12px;
  }
  .share__text:not(:last-child) {
    margin: 0 10px 0 0;
  }
}
.share__links {
  display: flex;
  overflow: hidden;
}
.share__link {
  cursor: pointer;
}
.share__link svg {
  width: 30px;
  height: 36px;
  fill: #000;
}
@media (max-width: 1412px) {
  .share__link svg {
    width: 27px;
    height: 33px;
  }
}
@media (max-width: 1024.98px) {
  .share__link svg {
    width: 23px;
    height: 28px;
  }
}
@media (max-width: 768.98px) {
  .share__link svg {
    width: 19px;
    height: 23px;
  }
}
@media (max-width: 480.98px) {
  .share__link svg {
    width: 15px;
    height: 18px;
  }
}
.share__body {
  display: flex;
  align-items: center;
  background-color: #D8D8D8;
  position: relative;
  z-index: 1;
}

.socials-share {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  padding: 0 24px 0 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
@media (max-width: 480.98px) {
  .socials-share {
    padding: 0 16px 0 0;
  }
}
.socials-share__link {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.socials-share__link:not(:last-child) {
  margin: 0 15px 0 0;
}
.socials-share__link svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
@media (min-width: 1024.98px) {
  .socials-share__link:hover svg {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (max-width: 768.98px) {
  .socials-share__link {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 480.98px) {
  .socials-share__link {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }
  .socials-share__link:not(:last-child) {
    margin: 0 10px 0 0;
  }
}

.content-blog-post__item:not(:last-child) {
  margin: 0 0 130px 0;
}
@media (max-width: 1412px) {
  .content-blog-post__item:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 1024.98px) {
  .content-blog-post__item:not(:last-child) {
    margin: 0 0 110px 0;
  }
}
@media (max-width: 768.98px) {
  .content-blog-post__item:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
@media (max-width: 480.98px) {
  .content-blog-post__item:not(:last-child) {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 1412px) {
  .content-blog-post__item_text:not(:last-child) {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 1024.98px) {
  .content-blog-post__item_text:not(:last-child) {
    margin: 0 0 100px 0;
  }
}
@media (max-width: 768.98px) {
  .content-blog-post__item_text:not(:last-child) {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 480.98px) {
  .content-blog-post__item_text:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
.content-blog-post__text {
  color: #000;
}
.content-blog-post__text:not(:last-child) {
  margin: 0 0 80px 0;
}
@media (max-width: 1024.98px) {
  .content-blog-post__text:not(:last-child) {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 768.98px) {
  .content-blog-post__text:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 480.98px) {
  .content-blog-post__text:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
.content-blog-post__text_normal {
  text-transform: none;
}
.content-blog-post__title {
  color: #000000;
}
.content-blog-post__title:not(:last-child) {
  margin: 0 0 80px 0;
}
@media (max-width: 1024.98px) {
  .content-blog-post__title:not(:last-child) {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 768.98px) {
  .content-blog-post__title:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 480.98px) {
  .content-blog-post__title:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
.content-blog-post__bg-text {
  padding: 10px;
  background: #000000;
  color: #FFFFFF;
}
.content-blog-post__bg-text:not(:last-child) {
  margin: 0 0 40px 0;
}
.content-blog-post__list:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1024.98px) {
  .content-blog-post__list:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .content-blog-post__list:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.content-blog-post__list_margin:not(:last-child) {
  margin: 0 0 80px 0;
}
@media (max-width: 1024.98px) {
  .content-blog-post__list_margin:not(:last-child) {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 768.98px) {
  .content-blog-post__list_margin:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 480.98px) {
  .content-blog-post__list_margin:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
.content-blog-post__list-item, .blog-post__content li {
  display: flex;
  align-items: center;
  color: #000;
  position: relative;
  padding: 0 0 0 54px;
}
.content-blog-post__list-item::before, .blog-post__content li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  background-color: #000;
}
.content-blog-post__list-item:not(:last-child), .blog-post__content li:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 1024.98px) {
  .content-blog-post__list-item,  .blog-post__content li{
    padding: 0 0 0 44px;
  }
}
@media (max-width: 480.98px) {
  .content-blog-post__list-item, .blog-post__content li {
    padding: 0 0 0 34px;
  }
  .content-blog-post__list-item::before, .blog-post__content li::before {
    width: 20px;
    height: 20px;
  }
  .content-blog-post__list-item:not(:last-child), .blog-post__content li:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.content-blog-post__block:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1024.98px) {
  .content-blog-post__block:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 480.98px) {
  .content-blog-post__block:not(:last-child) {
    margin: 0 0 40px 0;
  }
}
.content-blog-post__subtitle {
  color: #000;
}
.content-blog-post__subtitle:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 480.98px) {
  .content-blog-post__subtitle:not(:last-child) {
    margin: 0 0 24px 0;
  }
}

.articles-blog-post {
  background: #000000;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 1412px) {
  .articles-blog-post {
    padding: 70px 0;
  }
}
@media (max-width: 1024.98px) {
  .articles-blog-post {
    padding: 60px 0;
  }
}
@media (max-width: 768.98px) {
  .articles-blog-post {
    padding: 50px 0;
  }
}
@media (max-width: 480.98px) {
  .articles-blog-post {
    padding: 40px 0;
  }
}
.articles-blog-post__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.articles-blog-post__body {
  width: 100%;
  max-width: 1110px;
}
@media (max-width: 1600.98px) {
  .articles-blog-post__body {
    max-width: 930px;
  }
}
.articles-blog-post__top:not(:last-child) {
  margin: 0 0 60px 0;
}
@media (max-width: 1024.98px) {
  .articles-blog-post__top:not(:last-child) {
    margin: 0 0 50px 0;
  }
}
.top-articles-blog-post {
  display: flex;
  align-items: flex-start;
}
.top-articles-blog-post__image {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid #FFFFFF;
}
.top-articles-blog-post__image:not(:last-child) {
  margin: 0 20px 0 0;
}
.top-articles-blog-post__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-articles-blog-post__body {
  flex: 1 1 100%;
  padding: 12px 0 0 0;
}
.top-articles-blog-post__name {
  font-family: HeliosCond;
  font-size: 30px;
  font-weight: 700;
  line-height: 114.4%;
  text-transform: uppercase;
  color: #fff;
}
.top-articles-blog-post__name:not(:last-child) {
  margin: 0 0 14px 0;
}
@media (max-width: 1412px) {
  .top-articles-blog-post__name {
    font-size: 28px;
  }
}
@media (max-width: 1024.98px) {
  .top-articles-blog-post__name {
    font-size: 26px;
  }
}
@media (max-width: 768.98px) {
  .top-articles-blog-post__name {
    font-size: 24px;
  }
}
@media (max-width: 480.98px) {
  .top-articles-blog-post__name {
    font-size: 22px;
  }
}
.top-articles-blog-post__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 117.3125%;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1412px) {
  .top-articles-blog-post__text {
    font-size: 15px;
  }
}
@media (max-width: 1024.98px) {
  .top-articles-blog-post__text {
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  .top-articles-blog-post__text {
    font-size: 13px;
  }
}
@media (max-width: 480.98px) {
  .top-articles-blog-post__text {
    font-size: 12px;
  }
}

.content-articles-blog-post__title {
  font-family: HeliosCond;
  font-size: 30px;
  font-weight: 700;
  line-height: 114.4%;
  text-transform: uppercase;
  color: #000;
  padding: 4px 10px;
  background-color: #fff;
}
.content-articles-blog-post__title:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 1412px) {
  .content-articles-blog-post__title {
    font-size: 28px;
  }
}
@media (max-width: 1024.98px) {
  .content-articles-blog-post__title {
    font-size: 26px;
  }
  .content-articles-blog-post__title:not(:last-child) {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768.98px) {
  .content-articles-blog-post__title {
    font-size: 24px;
  }
}
@media (max-width: 480.98px) {
  .content-articles-blog-post__title {
    font-size: 22px;
  }
}
.content-articles-blog-post__links {
  display: flex;
  flex-direction: column;
  padding: 0 0 13px 0;
}
@media (max-width: 480.98px) {
  .content-articles-blog-post__links {
    padding: 0 0 20px 0;
  }
}
.content-articles-blog-post__link {
  display: inline-flex;
  font-family: HeliosCond;
  font-size: 30px;
  font-weight: 700;
  line-height: 114.4%;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #fff;
}
.content-articles-blog-post__link:not(:last-child) {
  margin: 0 0 30px 0;
}
@media (max-width: 1412px) {
  .content-articles-blog-post__link {
    font-size: 28px;
  }
}
@media (max-width: 1024.98px) {
  .content-articles-blog-post__link {
    font-size: 26px;
  }
}
@media (max-width: 768.98px) {
  .content-articles-blog-post__link {
    font-size: 24px;
  }
}
@media (max-width: 480.98px) {
  .content-articles-blog-post__link {
    font-size: 22px;
  }
  .content-articles-blog-post__link:not(:last-child) {
    margin: 0 0 24px 0;
  }
}
.blog-post__content p{
  font-size: 24px;
  font-weight: 400;
  line-height: 117.2916666667%;
  text-transform: uppercase;
  margin: 0 0 22px 0;
}

.entry-header:not(:last-child){
  margin-bottom: 40px;
}
.entry-content{
  margin-bottom: 40px;
}
.entry-content .p1:not(:last-child){
  margin-bottom: 16px;
}
.entry-content .p2:not(:last-child){
  margin-bottom: 22px;
}
.entry-content .ol1:not(:last-child){
  padding-left: 20px;
  margin-bottom: 22px;
}
.entry-content .li3:not(:last-child){
  margin-bottom: 22px;
}
.cta__form .form-footer__checkbox-label {
  color: rgba(255, 255, 255, 0.5);
}
.cta__form .form-footer__checkbox-label span {
  color: #fff;
}
.cta__form .form-footer__checkbox-label::before {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cta__form .form-footer__checkbox-label::after {
  background: url("../img/icons/check-white.svg") center no-repeat;
  background-size: contain;
}

.contacts {
  padding-top: 20px;
}
@media (max-width: 480.98px) {
  .contacts {
    padding-top: 12px;
  }
}
.contacts__main {
  padding-top: 107px;
  padding-bottom: 40px;
  min-height: calc(100dvh - 20px);
}
@media (max-width: 1024.98px) {
  .contacts__main {
    padding-bottom: 30px;
  }
}
@media (max-width: 480.98px) {
  .contacts__main {
    padding-top: 63px;
    padding-bottom: 20px;
    min-height: calc(100dvh - 12px);
  }
}
.contacts__title {
  overflow: hidden;
  color: #000000;
}
.contacts__title:not(:last-child) {
  margin: 0 0 60px 0;
}
.contacts__title span {
  white-space: nowrap;
  display: flex;
  transform: translateY(105%);
  animation: slide-in-1 1.5s ease 1s forwards;
}
.contacts__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (max-width: 992.98px) {
  .contacts__row {
    display: block;
  }
}
.contacts__column {
  padding: 0 5px;
  flex: 0 1 50%;
  margin: 0 0 60px 0;
}
@media (max-width: 1024.98px) {
  .contacts__column {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 480.98px) {
  .contacts__column {
    margin: 0 0 40px 0;
  }
}
.item-contacts__top {
  padding: 4px 0 0 10px;
  background: #000000;
}
.item-contacts__top:not(:last-child) {
  margin: 0 0 40px 0;
}
@media (max-width: 480.98px) {
  .item-contacts__top:not(:last-child) {
    margin: 0 0 25px 0;
  }
}
.item-contacts__title {
  color: #FFFFFF;
}
.item-contacts__name {
  font-family: HeliosCond;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #000000;
}
.item-contacts__name:not(:last-child) {
  margin: 0 0 10px 0;
}
@media (max-width: 1412px) {
  .item-contacts__name {
    font-size: 37px;
  }
}
@media (max-width: 1024.98px) {
  .item-contacts__name {
    font-size: 34px;
  }
}
@media (max-width: 768.98px) {
  .item-contacts__name {
    font-size: 31px;
  }
}
@media (max-width: 480.98px) {
  .item-contacts__name {
    font-size: 28px;
  }
  .item-contacts__name:not(:last-child) {
    margin: 0 0 12px 0;
  }
}
.item-contacts__link {
  font-family: HeliosCond;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024.98px) {
  .item-contacts__link:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1412px) {
  .item-contacts__link {
    font-size: 37px;
  }
}
@media (max-width: 1024.98px) {
  .item-contacts__link {
    font-size: 34px;
  }
}
@media (max-width: 768.98px) {
  .item-contacts__link {
    font-size: 31px;
  }
}
@media (max-width: 480.98px) {
  .item-contacts__link {
    font-size: 28px;
  }
}

input, button, textarea{
  font-family: Roboto;
}