@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);
.header {
  display: flex;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid rgba(220, 220, 220, 0.6);
  width: 100vw;
  max-width: 100vw;
  background: #fff;
  transition: left 0.5s linear, width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.5s linear;
  box-sizing: initial; }
  .header--logo {
    position: relative;
    left: 0;
    background: #fff;
    top: 0;
    z-index: 2;
    width: 30%;
    height: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.5s linear; }
    @media screen and (max-width: 1500px) {
      .header--logo {
        width: 27%; } }
    @media screen and (max-width: 1050px) {
      .header--logo {
        width: 100%; } }
  .header__phone {
    font-family: "Neris SemiBold", sans-serif;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #222629;
    text-decoration: none;
    position: absolute;
    top: 47%;
    transform: translateY(-60%);
    left: 25%;
    z-index: 5;
    font-size: 22px; }
    @media all and (max-width: 1700px) {
      .header__phone {
        left: 20%;
        font-size: 20px; } }
    @media screen and (max-width: 1500px) {
      .header__phone {
        left: 25%; } }
    @media screen and (max-width: 1300px) {
      .header__phone {
        left: 23%;
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%); } }
    @media screen and (min-width: 1051px) and (max-width: 1170px) {
      .header__phone {
        display: none; } }
    @media screen and (max-width: 1050px) {
      .header__phone {
        left: 51%;
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%); } }
    @media screen and (max-width: 991px) {
      .header__phone {
        left: 51%;
        font-size: 14px;
        top: 47%;
        transform: translateY(-50%); } }
    @media screen and (max-width: 400px) {
      .header__phone {
        display: none; } }
  .header-nav {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    justify-content: flex-end;
    flex-direction: row;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    width: 70%;
    height: 100%;
    padding-right: 80px;
    list-style: none; }
    .header-nav__item {
      padding-right: 50px;
      line-height: 70px;
      height: 100%;
      position: relative;
      left: 0; }
      .header-nav__item a {
        font-family: "Neris SemiBold";
        line-height: 165%;
        letter-spacing: 0.01em;
        color: #222629;
        text-decoration: none; }
      .header-nav__item:before {
        content: '';
        display: none;
        position: absolute;
        height: 2px;
        width: calc(100% - 50px);
        background: #00725C;
        top: 0;
        left: 0; }
      .header-nav__item.active:before {
        display: block; }
      @media screen and (max-width: 1500px) {
        .header-nav__item {
          padding-right: 20px; }
          .header-nav__item:before {
            width: calc(100% - 20px); } }
      @media screen and (max-width: 1300px) {
        .header-nav__item {
          line-height: 65px; } }
      @media screen and (max-width: 1100px) {
        .header-nav__item {
          padding-right: 15px; }
          .header-nav__item:before {
            width: calc(100% - 15px); } }
    @media screen and (max-width: 1500px) {
      .header-nav {
        width: 73%; } }
  .header .logo--proper {
    position: absolute;
    z-index: 2000;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    max-width: 235px;
    max-height: 76px;
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.5s linear 0.1s;
    overflow: auto; }
    @media screen and (max-width: 1050px) {
      .header .logo--proper {
        left: 20px; } }
    @media screen and (max-width: 500px) {
      .header .logo--proper {
        transform: scale(0.8);
        top: -10px;
        left: -10px; } }
  .header .logo--mark {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg) translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media screen and (max-width: 1300px) {
    .header {
      height: 65px; } }
  @media screen and (max-width: 1050px) {
    .header {
      background: transparent; }
      .header-nav {
        display: none; } }
  @media screen and (max-width: 500px) {
    .header {
      height: 55px; } }

.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown .dropbtn {
    border: none;
    background: none;
    cursor: pointer;
    font-family: "Neris SemiBold";
    line-height: 165%;
    letter-spacing: 0.04em;
    color: #222629;
    position: relative; }
    @media screen and (max-width: 1050px) {
      .dropdown .dropbtn {
        opacity: 0;
        transition: opacity .5s linear; } }
    .dropdown .dropbtn:after {
      content: '';
      display: none;
      position: absolute;
      bottom: -12px;
      width: 100%;
      height: 2px;
      background: #00725C; }
    .dropdown .dropbtn:focus {
      outline: none; }
    .dropdown .dropbtn img {
      padding: 0 5px;
      transition: 0.5s;
      transform: translateY(-2px); }
  .dropdown-content {
    display: none;
    position: absolute;
    left: -10px;
    background-color: #FFFFFF;
    min-width: 155px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .dropdown-content ul {
      list-style: none; }
      .dropdown-content ul li {
        margin: 0;
        left: 0; }
        .dropdown-content ul li:before {
          display: none; }
    .dropdown-content a {
      font-family: "Neris SemiBold";
      line-height: 235%;
      letter-spacing: 0.04em;
      color: #222629;
      padding: 0 16px;
      text-decoration: none;
      display: block;
      font-size: 2em; }
    .dropdown-content-mob {
      height: auto;
      display: none;
      flex-direction: column;
      background: transparent; }
      .dropdown-content-mob ul {
        padding-left: 20px; }
        .dropdown-content-mob ul li {
          padding: 10px 0;
          left: 0;
          margin: 0; }
          .dropdown-content-mob ul li:before {
            display: none; }
          .dropdown-content-mob ul li a {
            font-size: 3.2em; }
  .dropdown:hover img {
    transform: rotate(180deg) translateY(2px); }
  .dropdown:hover .dropdown-content {
    display: block; }

.hamburger {
  position: fixed;
  display: block;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  right: 0;
  top: 0;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  opacity: 0;
  z-index: 14;
  visibility: collapse; }
  .hamburger .lines {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 20px;
    height: 18px;
    margin-top: -9px;
    margin-left: -10px;
    display: block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: .4s; }
    .hamburger .lines .line {
      position: absolute;
      width: 24px;
      height: 2px;
      background-color: #222629;
      display: block;
      -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .hamburger .lines .line--top {
        top: 0;
        left: 0; }
      .hamburger .lines .line--middle {
        background-color: #00725C;
        top: 50%;
        left: 0;
        margin-top: -1px;
        margin-left: 3px; }
      .hamburger .lines .line--bottom {
        bottom: 0;
        left: 0; }
  @media screen and (max-width: 1300px) {
    .hamburger {
      width: 65px;
      height: 65px; } }
  @media screen and (max-width: 1050px) {
    .hamburger {
      opacity: 1;
      visibility: visible; } }
  @media screen and (max-width: 500px) {
    .hamburger {
      height: 55px;
      width: 55px; } }

.language-select {
  position: fixed;
  display: block;
  padding: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  z-index: 13;
  opacity: 1; }
  .language-select svg {
    margin-left: 3px; }
  @media screen and (max-width: 1300px) {
    .language-select {
      width: 65px;
      height: 65px; } }
  @media screen and (max-width: 1050px) {
    .language-select {
      display: none; } }

.burger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 320px;
  opacity: 0;
  background: #FFFFFF;
  border: 1px solid rgba(220, 220, 220, 0.6);
  z-index: 20;
  display: flex;
  flex-direction: column;
  transition: all .5s; }
  .burger-menu .language-select {
    position: absolute;
    left: 0;
    top: 0; }
  .burger-menu__close {
    height: 65px;
    position: relative;
    border-bottom: 1px solid rgba(220, 220, 220, 0.6); }
    .burger-menu__close-button {
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer; }
  .burger-menu__list {
    height: calc(100% - 140px);
    overflow-y: auto;
    margin: 35px 15px 10px 5px;
    scrollbar-color: #00725C transparent;
    scrollbar-width: thin; }
    .burger-menu__list::-webkit-scrollbar {
      width: 3px; }
    .burger-menu__list::-webkit-scrollbar-thumb {
      background: #00725C; }
  .burger-menu__nav {
    padding: 35px 20%;
    transition: opacity .3s;
    max-height: 100%; }
  .burger-menu__item {
    padding-bottom: 35px;
    transition: width .5s linear;
    margin: 0;
    left: 0;
    position: relative; }
    .burger-menu__item:before {
      display: none; }
    .burger-menu__item a {
      font-family: "Neris SemiBold";
      font-size: 1.6em;
      line-height: 135%;
      letter-spacing: 0.03em;
      color: #222629;
      opacity: 0;
      transition: opacity .5s linear;
      position: relative; }
      .burger-menu__item a:after {
        content: '';
        display: none;
        position: absolute;
        bottom: -15px;
        width: 100%;
        height: 2px;
        background: #00725C; }
    .burger-menu__item.active.burger-dropdown a:after {
      display: none; }
    .burger-menu__item.active.burger-dropdown button:after {
      display: block; }
    .burger-menu__item.active a:after {
      display: block; }
    .burger-menu__item .dropdown .dropbtn {
      font-size: 1.6em;
      padding: 0; }
      .burger-menu__item .dropdown .dropbtn.img-transform img {
        transform: rotate(180deg) translateY(2px); }
    .burger-menu__item .dropdown:hover img {
      transform: none; }
    .burger-menu__item .dropdown:hover .dropdown-content {
      display: none; }
  @media screen and (max-width: 600px) {
    .burger-menu {
      width: 100vw; } }

.is-headerOpen {
  overflow: hidden; }
  .is-headerOpen .burger-menu {
    opacity: 1;
    right: 0;
    transition: all .5s; }
    .is-headerOpen .burger-menu .language-select {
      display: block; }
    .is-headerOpen .burger-menu__item a {
      opacity: 1;
      transition: opacity .4s linear .3s; }
  .is-headerOpen .dropdown-content-mob {
    display: none; }
    .is-headerOpen .dropdown-content-mob.show-content {
      display: flex; }
  .is-headerOpen .dropdown .dropbtn {
    opacity: 1;
    transition: opacity .4s linear .3s; }

.is-headerScroll .language-select {
  opacity: 0; }

.is-headerScroll .header {
  border: none;
  z-index: 20;
  transform: translate(-100vw, 0);
  width: 80px; }

.is-headerScroll .header--logo {
  position: absolute;
  width: 80px;
  -webkit-transform: translate(100vw, 0);
  -ms-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  box-sizing: border-box; }

.is-headerScroll .header-nav {
  -webkit-transform: translate(-100vw, 0);
  -ms-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0); }

.is-headerScroll .logo--proper {
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: left .5s linear .3s; }

.is-headerScroll .logo--mark {
  left: 50%;
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0) translate(-50%, -50%);
  -webkit-transition-delay: .3s;
  -o-transition-delay: 3s;
  transition-delay: .3s; }

.is-headerScroll .hamburger {
  opacity: 1;
  transition: opacity .1s linear;
  visibility: visible; }

.is-headerScroll .hamburger .lines .line {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.is-headerScroll .hamburger .lines .line--top {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

.is-headerScroll .hamburger .lines .line--middle {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

.is-headerScroll .hamburger .lines .line--bottom {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

@font-face {
  font-family: 'Neris Light';
  src: url("/static/fonts/Neris-Light.otf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Neris SemiBold';
  src: url("/static/fonts/Neris-SemiBold.otf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Neris Black';
  src: url("/static/fonts/Neris-Black.otf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Poppins SemiBold';
  src: url("/static/fonts/Poppins-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Poppins ExtraBold';
  src: url("/static/fonts/Poppins-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Oswald Bold';
  src: url("/static/fonts/Oswald-Bold.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Regular';
  src: url("/static/fonts/Roboto-Regular.ttf");
  font-weight: 500;
  font-style: normal; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  overflow-x: hidden;
  background: #ffffff;
  position: relative;
  font-size: calc(1em + 1vw);
  height: 100%;
  font-family: Times New Roman;
  margin: 0; }

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

.checkmark {
  position: relative;
  display: inline-block;
  top: 0;
  left: -10%;
  min-width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 2px solid #B5B5B5;
  padding: 3px;
  box-sizing: border-box; }
  .checkmark__checked {
    width: 14px;
    height: 14px;
    background: #00725C;
    display: none; }
  @media screen and (max-width: 720px) {
    .checkmark {
      left: -15%; } }

input.select-checkbox:checked ~ .checkmark .checkmark__checked {
  display: block; }

button {
  font-size: inherit; }

button:focus {
  outline: none; }

.select-label {
  min-height: 24px;
  height: 100%;
  position: relative; }
  @media screen and (max-width: 720px) {
    .select-label {
      left: -8%; } }

.label-select {
  position: absolute;
  top: -20px;
  font-family: "Neris SemiBold";
  font-size: 0.35em;
  line-height: 165%;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 1050px) {
    .label-select {
      font-size: 0.55em;
      top: -27px; } }
  @media screen and (max-width: 600px) {
    .label-select {
      top: -22px;
      font-size: 0.6em; } }

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

.nav-title {
  font-size: 0.3em;
  font-family: "Neris SemiBold";
  color: #010204;
  line-height: 160%;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  .nav-title span {
    width: 3px;
    height: 3px;
    margin: 0 10px;
    background-color: #010204;
    border-radius: 50%;
    display: inline-block;
    line-height: 160%;
    vertical-align: 2px; }
  .nav-title p {
    display: inline-block;
    font-family: "Neris SemiBold";
    font-size: 1em;
    line-height: 160%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(1, 2, 4, 0.41); }
  @media screen and (max-width: 1200px) {
    .nav-title {
      font-size: 0.35em; } }

.amount-spheres {
  font-size: 0.6em;
  font-family: "Neris SemiBold"; }

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  box-sizing: content-box;
  background: #00725C;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%; }
  .video-play-button__text {
    position: relative;
    left: 80px;
    font-family: "Neris SemiBold";
    font-size: 0.6em;
    line-height: 160%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media screen and (max-width: 1000px) {
      .video-play-button__text {
        font-size: 0.5em;
        left: 40px;
        line-height: 140%; } }
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 105px;
    height: 105px;
    border: 1px solid #FFFFFF;
    background: transparent;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite; }
    @media screen and (max-width: 1000px) {
      .video-play-button:before {
        width: 65px;
        height: 65px; } }
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    border: 1px solid #FFFFFF;
    background: transparent;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite; }
    @media screen and (max-width: 1000px) {
      .video-play-button:after {
        width: 105px;
        height: 105px; } }
  .video-play-button:hover {
    background-color: #00a585; }
  .video-play-button span {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; }
    @media screen and (max-width: 1000px) {
      .video-play-button span {
        border-left: 5px solid #fff;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent; } }
  @media screen and (max-width: 1300px) {
    .video-play-button {
      bottom: 12%;
      top: auto; } }
  @media screen and (max-width: 1000px) {
    .video-play-button {
      width: 30px;
      height: 30px; } }

iframe {
  width: 100%;
  height: 100%; }

.slick-slide * {
  outline: none !important; }

.another-type {
  text-align: center;
  padding: 30px 0; }

.load-page .preloader {
  opacity: 1;
  z-index: 70; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #222629;
  z-index: -1;
  opacity: 0; }
  .preloader.first-load {
    opacity: 1;
    z-index: 70; }
  .preloader-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 55;
    color: white; }
    @media screen and (max-width: 720px) {
      .preloader-image img {
        transform: scale(0.6); } }

#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #00725C;
  position: fixed;
  z-index: 75;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

.press-center-cases .two-column__row,
.spheres-press-center .two-column__row,
.main-page_press-center .two-column__row {
  align-items: center; }
  .press-center-cases .two-column__row .second-col,
  .spheres-press-center .two-column__row .second-col,
  .main-page_press-center .two-column__row .second-col {
    text-align: right; }

@media screen and (max-width: 600px) {
  .press-center-cases .two-column__row,
  .spheres-press-center .two-column__row,
  .main-page_press-center .two-column__row {
    flex-direction: row; }
    .press-center-cases .two-column__row .second-col,
    .spheres-press-center .two-column__row .second-col,
    .main-page_press-center .two-column__row .second-col {
      width: 65%; }
    .press-center-cases .two-column__row .first-col,
    .spheres-press-center .two-column__row .first-col,
    .main-page_press-center .two-column__row .first-col {
      width: 35%; } }

.no-posts {
  font-family: "Neris SemiBold";
  font-size: 0.8em;
  line-height: 145%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #222629;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.error {
  position: relative;
  height: 100%;
  min-height: 750px;
  background: url("/static/img/error404.png") no-repeat center;
  background-size: cover;
  top: 0;
  left: 0; }
  .error:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(34, 38, 41, 0.8); }
  .error-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; }
  .error-subtitle {
    font-family: "Neris SemiBold";
    font-size: 0.7em;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    width: 95%; }
    .error-subtitle span {
      color: #00725C; }
  .error-title {
    font-family: "Neris SemiBold";
    font-size: 2.1em;
    line-height: 105%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    width: 95%;
    padding-top: 25px; }
  .error-link {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%); }
    .error-link .link-button {
      color: #FFFFFF; }
  @media screen and (max-width: 1050px) {
    .error {
      min-height: 500px; } }
  @media screen and (max-width: 720px) {
    .error {
      min-height: 1000px;
      background: url("/static/img/error404sm.png") no-repeat center; } }
  @media screen and (max-width: 500px) {
    .error {
      min-height: 550px; }
      .error-title {
        font-size: 1.4em; } }

.unsubscribe {
  position: relative;
  height: 100%;
  min-height: 800px;
  background: url("/static/img/unsubscribe.png") no-repeat center;
  background-size: cover;
  top: 0;
  left: 0; }
  .unsubscribe:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(34, 38, 41, 0.8); }
  @media screen and (max-width: 1500px) {
    .unsubscribe {
      min-height: 700px; } }
  @media screen and (max-width: 1050px) {
    .unsubscribe {
      min-height: 600px; } }
  @media screen and (max-width: 500px) {
    .unsubscribe {
      min-height: 500px; }
      .unsubscribe-title {
        font-size: 1.4em; } }

strong {
  font-family: "Neris SemiBold";
  font-weight: 600; }

em {
  font-family: "Neris Light";
  font-style: italic; }

blockquote {
  font-family: "Neris Light";
  font-style: italic;
  font-size: 1em;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #010204;
  position: relative;
  padding-left: 40px; }
  blockquote:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(179.63deg, #00725C 0.02%, rgba(97, 185, 70, 0) 99.98%); }

ol li {
  position: relative;
  counter-increment: inst;
  left: 20px;
  margin-bottom: 30px; }
  ol li:before {
    content: counter(inst);
    font-family: "Neris SemiBold";
    font-size: 1em;
    line-height: 155%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #00725C;
    position: absolute;
    display: block;
    left: -20px; }

ul li {
  position: relative;
  left: 20px;
  margin-bottom: 25px; }
  ul li:before {
    position: absolute;
    top: 50%;
    left: -20px;
    content: "";
    width: 6px;
    height: 6px;
    background: #00725C;
    display: inline-block;
    transform: translateY(-50%); }

ul, ol li {
  font-family: "Neris Light";
  font-size: 0.5em;
  line-height: 165%;
  color: #222629; }

p a {
  font-family: "Neris Light";
  font-size: 1em;
  line-height: 165%;
  position: relative;
  color: #00725C; }
  p a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #00725C; }

p span.ql-tip-icon {
  padding: 20px 30px;
  border: 2px solid #00725C;
  display: block;
  width: 100%;
  font-family: "Neris SemiBold";
  font-size: 0.8em;
  line-height: 165%;
  letter-spacing: 0.04em;
  color: #000000; }

.spheres-about .two-column__row:first-child {
  padding: 40px 11%; }
  @media screen and (max-width: 720px) {
    .spheres-about .two-column__row:first-child {
      padding: 40px 4% 40px 6%; } }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18.72px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 13.28px; }

h6 {
  font-size: 10.72px; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url([object Module]) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url([object Module]);
    src: url([object Module]?#iefix) format('embedded-opentype'), url([object Module]) format('woff'), url([object Module]) format('truetype'), url([object Module]#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.cases-list .press-center-posts {
  padding: 0 11% 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 300px; }
  .cases-list .press-center-posts .articles {
    display: flex;
    width: 100%;
    min-height: 100%;
    font-family: "Neris SemiBold";
    flex-wrap: wrap;
    position: relative;
    height: initial;
    margin-bottom: 60px;
    color: #fff; }
    .cases-list .press-center-posts .articles-box {
      width: calc(100% * (1 / 3));
      height: 530px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 1px solid #E1E1E1;
      background-size: cover;
      overflow: hidden; }
      .cases-list .press-center-posts .articles-box::after {
        background: rgba(0, 0, 0, 0.4);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 5;
        top: 0;
        bottom: 0;
        left: 0; }
      @media screen and (max-width: 1700px) {
        .cases-list .press-center-posts .articles-box {
          height: 430px; } }
      @media screen and (max-width: 1450px) {
        .cases-list .press-center-posts .articles-box {
          height: 330px; } }
      @media screen and (max-width: 1200px) {
        .cases-list .press-center-posts .articles-box {
          height: 280px; } }
      @media screen and (max-width: 960px) {
        .cases-list .press-center-posts .articles-box {
          height: 250px; } }
      @media screen and (max-width: 720px) {
        .cases-list .press-center-posts .articles-box {
          height: 210px; } }
      @media screen and (max-width: 600px) {
        .cases-list .press-center-posts .articles-box {
          width: 100%;
          height: 300px; } }
      @media screen and (max-width: 400px) {
        .cases-list .press-center-posts .articles-box {
          width: 100%;
          height: 250px; } }
    .cases-list .press-center-posts .articles-button {
      min-width: 35%; }
      .cases-list .press-center-posts .articles-button .spinner-border {
        width: 1em;
        height: 1em;
        border-width: .10rem;
        margin-right: 10px; }
      @media screen and (max-width: 720px) {
        .cases-list .press-center-posts .articles-button {
          min-width: 300px; } }
      @media screen and (max-width: 500px) {
        .cases-list .press-center-posts .articles-button {
          min-width: 100%; } }
    @media screen and (max-width: 500px) {
      .cases-list .press-center-posts .articles {
        margin-bottom: 30px; } }
  .cases-list .press-center-posts .spinner-border {
    width: 5rem;
    height: 5rem; }
  @media screen and (max-width: 960px) {
    .cases-list .press-center-posts {
      padding-top: 35px; } }
  @media screen and (max-width: 720px) {
    .cases-list .press-center-posts {
      padding: 35px 6% 0; } }

.cases-list .press-center-filter {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 110px 11% 0;
  flex-wrap: wrap; }
  .cases-list .press-center-filter__item {
    width: 24%;
    height: 65px;
    position: relative;
    z-index: 10; }
    .cases-list .press-center-filter__item-close {
      display: none;
      height: 50px;
      width: 100%;
      background: #FFFFFF;
      border: 2px solid #C9C9C9;
      position: relative;
      cursor: pointer; }
      .cases-list .press-center-filter__item-close svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .cases-list .press-center-filter__item-close:hover {
        border: 2px solid #939393; }
      .cases-list .press-center-filter__item-close.active-button {
        border: 2px solid #00725C; }
    .cases-list .press-center-filter__item .form-input {
      overflow-x: hidden;
      top: -15px; }
      .cases-list .press-center-filter__item .form-input input::placeholder {
        color: rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 1100px) {
      .cases-list .press-center-filter__item {
        height: 50px; } }
    @media screen and (max-width: 1050px) {
      .cases-list .press-center-filter__item {
        width: 30%; }
        .cases-list .press-center-filter__item:first-child {
          width: 7%;
          text-align: center; }
        .cases-list .press-center-filter__item .form-input {
          display: none; }
        .cases-list .press-center-filter__item .press-center-filter__item-close {
          display: block; } }
    @media screen and (max-width: 720px) {
      .cases-list .press-center-filter__item {
        width: 100%;
        margin-top: 30px; }
        .cases-list .press-center-filter__item:first-child {
          width: 100%; }
        .cases-list .press-center-filter__item .form-input {
          display: block; }
        .cases-list .press-center-filter__item .press-center-filter__item-close {
          display: none; }
        .cases-list .press-center-filter__item:nth-child(2) {
          z-index: 10; }
        .cases-list .press-center-filter__item:nth-child(3) {
          z-index: 9; }
        .cases-list .press-center-filter__item:nth-child(4) {
          z-index: 8; } }
  .cases-list .press-center-filter__search {
    display: none;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 10;
    margin-top: 15px; }
    .cases-list .press-center-filter__search.visible-search {
      display: block; }
    @media screen and (max-width: 1050px) {
      .cases-list .press-center-filter__search {
        z-index: 7; } }
  @media screen and (max-width: 960px) {
    .cases-list .press-center-filter {
      padding-top: 60px; } }
  @media screen and (max-width: 720px) {
    .cases-list .press-center-filter {
      padding: 0 6%;
      flex-direction: column;
      display: none; }
      .cases-list .press-center-filter.visible-filters {
        display: flex; } }

.cases-list .filters-button {
  display: none;
  flex-wrap: nowrap;
  padding: 15px 6% 0;
  justify-content: flex-end;
  align-items: center; }
  .cases-list .filters-button__text {
    font-family: "Neris SemiBold";
    font-size: 0.8em;
    line-height: 145%;
    letter-spacing: 0.03em;
    color: #000000;
    padding-left: 5px;
    cursor: pointer; }
  .cases-list .filters-button svg {
    cursor: pointer; }
    @media screen and (max-width: 500px) {
      .cases-list .filters-button svg {
        transform: scale(0.75); } }
  .cases-list .filters-button path {
    stroke: #00725C; }
  @media screen and (max-width: 720px) {
    .cases-list .filters-button {
      display: flex; } }

.contacts {
  padding: 0 11% 8%;
  display: flex;
  height: auto;
  width: 100%; }
  .contacts-sphere {
    padding-top: 135px; }
    @media screen and (max-width: 1050px) {
      .contacts-sphere {
        padding-top: 70px; }
        .contacts-sphere .form-input label {
          font-size: 0.55em; } }
  .contacts-form {
    width: 66%; }
    .contacts-form h2 {
      font-family: "Neris SemiBold";
      font-size: 1.05em;
      line-height: 130%;
      letter-spacing: 0.03em;
      color: #191919; }
    .contacts-form h3 {
      font-family: "Neris SemiBold";
      font-size: 0.7em;
      line-height: 130%;
      letter-spacing: 0.03em;
      color: #B5B5B5;
      padding-top: 10px; }
    .contacts-form .card-box {
      height: auto;
      width: 88%;
      margin-top: 50px; }
      @media screen and (max-width: 1500px) {
        .contacts-form .card-box {
          width: 95%; } }
      @media screen and (max-width: 800px) {
        .contacts-form .card-box {
          width: 100%; } }
    .contacts-form__input {
      padding: 0 30px 0 0;
      margin-top: -20px; }
      @media screen and (max-width: 600px) {
        .contacts-form__input {
          padding-right: 0;
          padding-bottom: 5px; } }
      .contacts-form__input.select {
        z-index: 21; }
        .contacts-form__input.select ~ .select {
          z-index: 20; }
    .contacts-form__submit {
      margin-top: 30px;
      display: flex;
      justify-content: space-between;
      padding-right: 30px; }
      .contacts-form__submit-button {
        width: 40%; }
        @media screen and (max-width: 1200px) {
          .contacts-form__submit-button {
            width: 100%; } }
      .contacts-form__submit.error-recaptcha #g-recaptcha > div {
        padding: 1px; }
      @media screen and (max-width: 1200px) {
        .contacts-form__submit {
          flex-direction: column;
          margin-top: 10px; }
          .contacts-form__submit .btn {
            margin-top: 20px; } }
      @media screen and (max-width: 600px) {
        .contacts-form__submit {
          padding-right: 0; } }
    @media screen and (max-width: 1500px) {
      .contacts-form {
        width: 65%; } }
    @media screen and (max-width: 1200px) {
      .contacts-form {
        width: 55%; } }
    @media screen and (max-width: 800px) {
      .contacts-form {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .contacts-form {
        width: 100%; }
        .contacts-form #g-recaptcha {
          width: 100%;
          transform: scale(0.85);
          transform-origin: 0; } }
  .contacts-info {
    height: 100%;
    position: relative;
    top: 120px;
    width: 34%;
    background: #222629;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 5% 5%;
    margin-bottom: 50px;
    box-shadow: 0px 2.98864px 2.37984px rgba(52, 52, 52, 0.0171936), 0px 7.18211px 5.71909px rgba(52, 52, 52, 0.0207849), 0px 13.5233px 10.7685px rgba(52, 52, 52, 0.0229829), 0px 24.1232px 19.2092px rgba(52, 52, 52, 0.025401), 0px 45.1198px 35.9287px rgba(52, 52, 52, 0.029771), 0px 108px 86px rgba(52, 52, 52, 0.05); }
    .contacts-info__title {
      font-family: "Neris SemiBold";
      font-size: 0.3em;
      line-height: 160%;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.5);
      position: relative;
      padding: 25% 0 10px; }
      .contacts-info__title:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #C4C4C4; }
      @media screen and (max-width: 1200px) {
        .contacts-info__title {
          padding: 20% 0 10px; } }
      @media screen and (max-width: 600px) {
        .contacts-info__title {
          padding: 8% 0 10px;
          font-size: 0.5em; } }
    .contacts-info__block {
      display: flex;
      margin: 10px 0; }
      .contacts-info__block svg {
        margin: 10px 10px 10px 0; }
        .contacts-info__block svg.contacts-info__block-clock {
          margin-top: 15%; }
          @media screen and (max-width: 1200px) {
            .contacts-info__block svg.contacts-info__block-clock {
              margin-top: 12%; } }
          @media screen and (max-width: 800px) {
            .contacts-info__block svg.contacts-info__block-clock {
              margin-top: 10%; } }
          @media screen and (max-width: 600px) {
            .contacts-info__block svg.contacts-info__block-clock {
              margin-top: 8%; } }
        .contacts-info__block svg.contacts-info__block-map {
          margin-top: 15px; }
        @media screen and (max-width: 600px) {
          .contacts-info__block svg {
            margin-top: 5px; } }
      .contacts-info__block .img-schedule {
        padding-top: 40px; }
      .contacts-info__block-text {
        align-self: center;
        font-family: "Neris SemiBold";
        font-size: 0.6em;
        margin-top: 0.4em;
        line-height: 165%;
        letter-spacing: 0.04em;
        color: #FFFFFF; }
        .contacts-info__block-text p {
          color: rgba(255, 255, 255, 0.6); }
          @media screen and (max-width: 600px) {
            .contacts-info__block-text p {
              font-size: 0.8em; } }
        .contacts-info__block-text:hover {
          color: #FFFFFF; }
        @media screen and (max-width: 600px) {
          .contacts-info__block-text {
            font-size: 0.8em;
            padding-bottom: 5px; } }
      .contacts-info__block-social {
        font-family: "Neris SemiBold";
        font-size: 0.4em;
        line-height: 130%;
        letter-spacing: 0.03em;
        color: #FFFFFF;
        margin-top: 10px; }
        .contacts-info__block-social a {
          color: #00725C;
          position: relative;
          display: inline-block;
          padding-bottom: 5px; }
          .contacts-info__block-social a:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            background: #00725C; }
        @media screen and (max-width: 600px) {
          .contacts-info__block-social {
            font-size: 0.6em; } }
    .contacts-info__coordinates {
      width: 100%;
      height: 90px;
      background: transparent;
      border: 3px solid #00725C;
      margin-top: 10px;
      font-family: "Neris SemiBold";
      font-size: 1.3em;
      line-height: 155%;
      letter-spacing: 0.01em;
      color: #00725C; }
    .contacts-info:before {
      content: url("/static/img/Square.png");
      display: none;
      position: absolute;
      top: -120px;
      right: -60px;
      z-index: -1; }
      @media screen and (max-width: 1050px) {
        .contacts-info:before {
          display: none; } }
    .contacts-info:after {
      content: url("/static/img/Square.png");
      display: none;
      position: absolute;
      bottom: 20px;
      right: -100px;
      z-index: -1; }
      @media screen and (max-width: 1200px) {
        .contacts-info:after {
          bottom: -250px;
          right: -150px; } }
      @media screen and (max-width: 600px) {
        .contacts-info:after {
          display: none; } }
    .contacts-info .btn {
      margin-top: 10px; }
    @media screen and (max-width: 1500px) {
      .contacts-info {
        width: 35%; } }
    @media screen and (max-width: 1200px) {
      .contacts-info {
        width: 45%;
        top: 170px; } }
    @media screen and (max-width: 800px) {
      .contacts-info {
        width: 50%;
        top: 205px; } }
    @media screen and (max-width: 600px) {
      .contacts-info {
        width: 100%;
        top: 0;
        margin-bottom: 15px;
        padding-bottom: 30px; } }
  @media screen and (max-width: 800px) {
    .contacts {
      padding: 0 6% 8%; }
      .contacts-sphere {
        padding-top: 100px; } }
  @media screen and (max-width: 600px) {
    .contacts {
      flex-direction: column-reverse; }
      .contacts-sphere {
        flex-direction: column; } }

@media screen and (max-width: 400px) {
  #g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

.contacts {
  padding: 0 11% 8%;
  display: flex;
  height: auto;
  width: 100%; }
  .contacts-sphere {
    padding-top: 135px; }
    @media screen and (max-width: 1050px) {
      .contacts-sphere {
        padding-top: 70px; }
        .contacts-sphere .form-input label {
          font-size: 0.55em; } }
  .contacts-form {
    width: 66%; }
    .contacts-form h2 {
      font-family: "Neris SemiBold";
      font-size: 1.05em;
      line-height: 130%;
      letter-spacing: 0.03em;
      color: #191919; }
    .contacts-form h3 {
      font-family: "Neris SemiBold";
      font-size: 0.7em;
      line-height: 130%;
      letter-spacing: 0.03em;
      color: #B5B5B5;
      padding-top: 10px; }
    .contacts-form .card-box {
      height: auto;
      width: 88%;
      margin-top: 50px; }
      @media screen and (max-width: 1500px) {
        .contacts-form .card-box {
          width: 95%; } }
      @media screen and (max-width: 800px) {
        .contacts-form .card-box {
          width: 100%; } }
    .contacts-form__input {
      padding: 0 30px 0 0;
      margin-top: -20px; }
      @media screen and (max-width: 600px) {
        .contacts-form__input {
          padding-right: 0;
          padding-bottom: 5px; } }
      .contacts-form__input.select {
        z-index: 21; }
        .contacts-form__input.select ~ .select {
          z-index: 20; }
    .contacts-form__submit {
      margin-top: 30px;
      display: flex;
      justify-content: space-between;
      padding-right: 30px; }
      .contacts-form__submit-button {
        width: 40%; }
        @media screen and (max-width: 1200px) {
          .contacts-form__submit-button {
            width: 100%; } }
      .contacts-form__submit.error-recaptcha #g-recaptcha > div {
        padding: 1px; }
      @media screen and (max-width: 1200px) {
        .contacts-form__submit {
          flex-direction: column;
          margin-top: 10px; }
          .contacts-form__submit .btn {
            margin-top: 20px; } }
      @media screen and (max-width: 600px) {
        .contacts-form__submit {
          padding-right: 0; } }
    @media screen and (max-width: 1500px) {
      .contacts-form {
        width: 65%; } }
    @media screen and (max-width: 1200px) {
      .contacts-form {
        width: 55%; } }
    @media screen and (max-width: 800px) {
      .contacts-form {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .contacts-form {
        width: 100%; }
        .contacts-form #g-recaptcha {
          width: 100%;
          transform: scale(0.85);
          transform-origin: 0; } }
  .contacts-info {
    height: 100%;
    position: relative;
    top: 120px;
    width: 34%;
    background: #222629;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 5% 5%;
    margin-bottom: 50px;
    box-shadow: 0px 2.98864px 2.37984px rgba(52, 52, 52, 0.0171936), 0px 7.18211px 5.71909px rgba(52, 52, 52, 0.0207849), 0px 13.5233px 10.7685px rgba(52, 52, 52, 0.0229829), 0px 24.1232px 19.2092px rgba(52, 52, 52, 0.025401), 0px 45.1198px 35.9287px rgba(52, 52, 52, 0.029771), 0px 108px 86px rgba(52, 52, 52, 0.05); }
    .contacts-info__title {
      font-family: "Neris SemiBold";
      font-size: 0.3em;
      line-height: 160%;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.5);
      position: relative;
      padding: 25% 0 10px; }
      .contacts-info__title:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #C4C4C4; }
      @media screen and (max-width: 1200px) {
        .contacts-info__title {
          padding: 20% 0 10px; } }
      @media screen and (max-width: 600px) {
        .contacts-info__title {
          padding: 8% 0 10px;
          font-size: 0.5em; } }
    .contacts-info__block {
      display: flex;
      margin: 10px 0; }
      .contacts-info__block svg {
        margin: 10px 10px 10px 0; }
        .contacts-info__block svg.contacts-info__block-clock {
          margin-top: 15%; }
          @media screen and (max-width: 1200px) {
            .contacts-info__block svg.contacts-info__block-clock {
              margin-top: 12%; } }
          @media screen and (max-width: 800px) {
            .contacts-info__block svg.contacts-info__block-clock {
              margin-top: 10%; } }
          @media screen and (max-width: 600px) {
            .contacts-info__block svg.contacts-info__block-clock {
              margin-top: 8%; } }
        .contacts-info__block svg.contacts-info__block-map {
          margin-top: 15px; }
        @media screen and (max-width: 600px) {
          .contacts-info__block svg {
            margin-top: 5px; } }
      .contacts-info__block .img-schedule {
        padding-top: 40px; }
      .contacts-info__block-text {
        align-self: center;
        font-family: "Neris SemiBold";
        font-size: 0.6em;
        margin-top: 0.4em;
        line-height: 165%;
        letter-spacing: 0.04em;
        color: #FFFFFF; }
        .contacts-info__block-text p {
          color: rgba(255, 255, 255, 0.6); }
          @media screen and (max-width: 600px) {
            .contacts-info__block-text p {
              font-size: 0.8em; } }
        .contacts-info__block-text:hover {
          color: #FFFFFF; }
        @media screen and (max-width: 600px) {
          .contacts-info__block-text {
            font-size: 0.8em;
            padding-bottom: 5px; } }
      .contacts-info__block-social {
        font-family: "Neris SemiBold";
        font-size: 0.4em;
        line-height: 130%;
        letter-spacing: 0.03em;
        color: #FFFFFF;
        margin-top: 10px; }
        .contacts-info__block-social a {
          color: #00725C;
          position: relative;
          display: inline-block;
          padding-bottom: 5px; }
          .contacts-info__block-social a:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            background: #00725C; }
        @media screen and (max-width: 600px) {
          .contacts-info__block-social {
            font-size: 0.6em; } }
    .contacts-info__coordinates {
      width: 100%;
      height: 90px;
      background: transparent;
      border: 3px solid #00725C;
      margin-top: 10px;
      font-family: "Neris SemiBold";
      font-size: 1.3em;
      line-height: 155%;
      letter-spacing: 0.01em;
      color: #00725C; }
    .contacts-info:before {
      content: url("/static/img/Square.png");
      display: none;
      position: absolute;
      top: -120px;
      right: -60px;
      z-index: -1; }
      @media screen and (max-width: 1050px) {
        .contacts-info:before {
          display: none; } }
    .contacts-info:after {
      content: url("/static/img/Square.png");
      display: none;
      position: absolute;
      bottom: 20px;
      right: -100px;
      z-index: -1; }
      @media screen and (max-width: 1200px) {
        .contacts-info:after {
          bottom: -250px;
          right: -150px; } }
      @media screen and (max-width: 600px) {
        .contacts-info:after {
          display: none; } }
    .contacts-info .btn {
      margin-top: 10px; }
    @media screen and (max-width: 1500px) {
      .contacts-info {
        width: 35%; } }
    @media screen and (max-width: 1200px) {
      .contacts-info {
        width: 45%;
        top: 170px; } }
    @media screen and (max-width: 800px) {
      .contacts-info {
        width: 50%;
        top: 205px; } }
    @media screen and (max-width: 600px) {
      .contacts-info {
        width: 100%;
        top: 0;
        margin-bottom: 15px;
        padding-bottom: 30px; } }
  @media screen and (max-width: 800px) {
    .contacts {
      padding: 0 6% 8%; }
      .contacts-sphere {
        padding-top: 100px; } }
  @media screen and (max-width: 600px) {
    .contacts {
      flex-direction: column-reverse; }
      .contacts-sphere {
        flex-direction: column; } }

.contacts-line {
  justify-content: center; }
  @media all and (min-width: 1200px) {
    .contacts-line {
      padding: 8% 11% 4%; }
      .contacts-line .contacts-form {
        width: 100%; }
        .contacts-line .contacts-form .card-box {
          width: 100%;
          display: flex;
          justify-content: center; }
        .contacts-line .contacts-form .contacts-form__submit {
          padding-right: 0;
          margin-top: 35px; }
          .contacts-line .contacts-form .contacts-form__submit-button {
            width: auto; }
          .contacts-line .contacts-form .contacts-form__submit .btn {
            max-width: none;
            display: block;
            width: 100%;
            height: 66px;
            padding: 6px 2em; } }
  @media all and (max-width: 600px) {
    .contacts-line .contacts-form #g-recaptcha {
      display: none; } }

@media screen and (max-width: 400px) {
  #g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

.subscribe-news {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  position: relative;
  background: #F8F8F9;
  box-shadow: 0px 2.98864px 2.37984px rgba(52, 52, 52, 0.0171936), 0px 7.18211px 5.71909px rgba(52, 52, 52, 0.0207849), 0px 13.5233px 10.7685px rgba(52, 52, 52, 0.0229829), 0px 24.1232px 19.2092px rgba(52, 52, 52, 0.025401), 0px 45.1198px 35.9287px rgba(52, 52, 52, 0.029771), 0px 108px 86px rgba(52, 52, 52, 0.05);
  margin: 8% 11%; }
  .subscribe-news__input {
    width: 33%; }
    .subscribe-news__input .form-input {
      top: 7px; }
      .subscribe-news__input .form-input input {
        padding: 0 85px 0 25px; }
      @media screen and (max-width: 500px) {
        .subscribe-news__input .form-input {
          top: 10px; } }
    @media screen and (max-width: 1100px) {
      .subscribe-news__input {
        width: 60%; } }
    @media screen and (max-width: 500px) {
      .subscribe-news__input {
        width: 100%; } }
  .subscribe-news h3 {
    font-family: "Neris SemiBold";
    font-size: 1.05em;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #222629;
    padding: 0 35px; }
    @media screen and (max-width: 1100px) {
      .subscribe-news h3 {
        padding: 0; } }
    @media screen and (max-width: 500px) {
      .subscribe-news h3 {
        font-size: 1.1em; } }
  .subscribe-news::before {
    content: url("/static/img/Square.png");
    height: 50%;
    display: none;
    position: absolute;
    bottom: 0;
    left: -80px;
    z-index: -1; }
    @media screen and (max-width: 600px) {
      .subscribe-news::before {
        display: none; } }
  .subscribe-news::after {
    content: url("/static/img/circles.png");
    display: block;
    position: absolute;
    top: -45%;
    right: -116px;
    z-index: -1; }
  .subscribe-news__text {
    font-family: "Neris SemiBold";
    font-size: 1.05em;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #000000;
    padding-left: 20px;
    transition: all .5s linear; }
    @media screen and (max-width: 500px) {
      .subscribe-news__text {
        font-size: 1.2em;
        padding-top: 15px;
        text-align: center; } }
  @media screen and (max-width: 500px) {
    .subscribe-news__result {
      transform: scale(0.8); } }
  @media screen and (max-width: 1400px) {
    .subscribe-news:after {
      transform: scale(0.8); }
    .subscribe-news:before {
      bottom: 25px;
      transform: scale(0.8); } }
  @media screen and (max-width: 1100px) {
    .subscribe-news {
      height: 160px;
      justify-content: space-around;
      padding: 0 60px;
      margin-bottom: 90px; }
      .subscribe-news:after {
        display: none; } }
  @media screen and (max-width: 720px) {
    .subscribe-news {
      padding: 0 6%;
      margin: 40px 6% 60px; }
      .subscribe-news:before {
        left: -50px; } }
  @media screen and (max-width: 500px) {
    .subscribe-news {
      flex-direction: column;
      justify-content: center; }
      .subscribe-news:before {
        transform: scale(0.5);
        bottom: 0;
        left: -65px; } }

.press-center-filter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 110px 11% 0; }
  .press-center-filter__item {
    width: 24%;
    height: 65px; }

.press-center-posts {
  padding: 60px 11% 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 300px; }
  .press-center-posts .articles {
    display: flex;
    width: 100%;
    min-height: 100%;
    font-family: "Neris SemiBold";
    flex-wrap: wrap;
    position: relative;
    height: initial;
    margin-bottom: 60px;
    color: #fff; }
    .press-center-posts .articles-box {
      width: calc(100% * (1 / 3));
      height: 530px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 1px solid #E1E1E1;
      background-size: cover;
      overflow: hidden; }
      .press-center-posts .articles-box::after {
        background: rgba(0, 0, 0, 0.4);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 5;
        top: 0;
        bottom: 0;
        left: 0; }
      @media screen and (max-width: 1700px) {
        .press-center-posts .articles-box {
          height: 430px; } }
      @media screen and (max-width: 1450px) {
        .press-center-posts .articles-box {
          height: 330px; } }
      @media screen and (max-width: 1200px) {
        .press-center-posts .articles-box {
          height: 280px; } }
      @media screen and (max-width: 960px) {
        .press-center-posts .articles-box {
          height: 250px; } }
      @media screen and (max-width: 720px) {
        .press-center-posts .articles-box {
          height: 210px; } }
      @media screen and (max-width: 600px) {
        .press-center-posts .articles-box {
          width: 100%;
          height: 300px; } }
      @media screen and (max-width: 400px) {
        .press-center-posts .articles-box {
          width: 100%;
          height: 250px; } }
    .press-center-posts .articles-button {
      min-width: 35%; }
      .press-center-posts .articles-button .spinner-border {
        width: 1em;
        height: 1em;
        border-width: .10rem;
        margin-right: 10px; }
      @media screen and (max-width: 720px) {
        .press-center-posts .articles-button {
          min-width: 300px; } }
      @media screen and (max-width: 500px) {
        .press-center-posts .articles-button {
          min-width: 100%; } }
    @media screen and (max-width: 500px) {
      .press-center-posts .articles {
        margin-bottom: 30px; } }
  .press-center-posts .spinner-border {
    width: 5rem;
    height: 5rem; }
  @media screen and (max-width: 960px) {
    .press-center-posts {
      padding-top: 35px; } }
  @media screen and (max-width: 720px) {
    .press-center-posts {
      padding: 35px 6% 0; } }

.press-center-filter {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 110px 11% 0;
  flex-wrap: wrap; }
  .press-center-filter__item {
    width: 24%;
    height: 65px;
    position: relative;
    z-index: 10; }
    .press-center-filter__item-close {
      display: none;
      height: 50px;
      width: 100%;
      background: #FFFFFF;
      border: 2px solid #C9C9C9;
      position: relative;
      cursor: pointer; }
      .press-center-filter__item-close svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .press-center-filter__item-close:hover {
        border: 2px solid #939393; }
      .press-center-filter__item-close.active-button {
        border: 2px solid #00725C; }
    .press-center-filter__item .form-input {
      overflow-x: hidden;
      top: -15px; }
      .press-center-filter__item .form-input input::placeholder {
        color: rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 1100px) {
      .press-center-filter__item {
        height: 50px; } }
    @media screen and (max-width: 1050px) {
      .press-center-filter__item {
        width: 30%; }
        .press-center-filter__item:first-child {
          width: 7%;
          text-align: center; }
        .press-center-filter__item .form-input {
          display: none; }
        .press-center-filter__item .press-center-filter__item-close {
          display: block; } }
    @media screen and (max-width: 720px) {
      .press-center-filter__item {
        width: 100%;
        margin-top: 30px; }
        .press-center-filter__item:first-child {
          width: 100%; }
        .press-center-filter__item .form-input {
          display: block; }
        .press-center-filter__item .press-center-filter__item-close {
          display: none; }
        .press-center-filter__item:nth-child(2) {
          z-index: 10; }
        .press-center-filter__item:nth-child(3) {
          z-index: 9; }
        .press-center-filter__item:nth-child(4) {
          z-index: 8; } }
  .press-center-filter__search {
    display: none;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 10;
    margin-top: 15px; }
    .press-center-filter__search.visible-search {
      display: block; }
    @media screen and (max-width: 1050px) {
      .press-center-filter__search {
        z-index: 7; } }
  @media screen and (max-width: 960px) {
    .press-center-filter {
      padding-top: 60px; } }
  @media screen and (max-width: 720px) {
    .press-center-filter {
      padding: 0 6%;
      flex-direction: column;
      display: none; }
      .press-center-filter.visible-filters {
        display: flex; } }

.filters-button {
  display: none;
  flex-wrap: nowrap;
  padding: 15px 6% 0;
  justify-content: flex-end;
  align-items: center; }
  .filters-button__text {
    font-family: "Neris SemiBold";
    font-size: 0.8em;
    line-height: 145%;
    letter-spacing: 0.03em;
    color: #000000;
    padding-left: 5px;
    cursor: pointer; }
  .filters-button svg {
    cursor: pointer; }
    @media screen and (max-width: 500px) {
      .filters-button svg {
        transform: scale(0.75); } }
  .filters-button path {
    stroke: #00725C; }
  @media screen and (max-width: 720px) {
    .filters-button {
      display: flex; } }

.subscribe-news {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  position: relative;
  background: #F8F8F9;
  box-shadow: 0px 2.98864px 2.37984px rgba(52, 52, 52, 0.0171936), 0px 7.18211px 5.71909px rgba(52, 52, 52, 0.0207849), 0px 13.5233px 10.7685px rgba(52, 52, 52, 0.0229829), 0px 24.1232px 19.2092px rgba(52, 52, 52, 0.025401), 0px 45.1198px 35.9287px rgba(52, 52, 52, 0.029771), 0px 108px 86px rgba(52, 52, 52, 0.05);
  margin: 8% 11%; }
  .subscribe-news__input {
    width: 33%; }
    .subscribe-news__input .form-input {
      top: 7px; }
      .subscribe-news__input .form-input input {
        padding: 0 85px 0 25px; }
      @media screen and (max-width: 500px) {
        .subscribe-news__input .form-input {
          top: 10px; } }
    @media screen and (max-width: 1100px) {
      .subscribe-news__input {
        width: 60%; } }
    @media screen and (max-width: 500px) {
      .subscribe-news__input {
        width: 100%; } }
  .subscribe-news h3 {
    font-family: "Neris SemiBold";
    font-size: 1.05em;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #222629;
    padding: 0 35px; }
    @media screen and (max-width: 1100px) {
      .subscribe-news h3 {
        padding: 0; } }
    @media screen and (max-width: 500px) {
      .subscribe-news h3 {
        font-size: 1.1em; } }
  .subscribe-news::before {
    content: url("/static/img/Square.png");
    height: 50%;
    display: none;
    position: absolute;
    bottom: 0;
    left: -80px;
    z-index: -1; }
    @media screen and (max-width: 600px) {
      .subscribe-news::before {
        display: none; } }
  .subscribe-news::after {
    content: url("/static/img/circles.png");
    display: block;
    position: absolute;
    top: -45%;
    right: -116px;
    z-index: -1; }
  .subscribe-news__text {
    font-family: "Neris SemiBold";
    font-size: 1.05em;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #000000;
    padding-left: 20px;
    transition: all .5s linear; }
    @media screen and (max-width: 500px) {
      .subscribe-news__text {
        font-size: 1.2em;
        padding-top: 15px;
        text-align: center; } }
  @media screen and (max-width: 500px) {
    .subscribe-news__result {
      transform: scale(0.8); } }
  @media screen and (max-width: 1400px) {
    .subscribe-news:after {
      transform: scale(0.8); }
    .subscribe-news:before {
      bottom: 25px;
      transform: scale(0.8); } }
  @media screen and (max-width: 1100px) {
    .subscribe-news {
      height: 160px;
      justify-content: space-around;
      padding: 0 60px;
      margin-bottom: 90px; }
      .subscribe-news:after {
        display: none; } }
  @media screen and (max-width: 720px) {
    .subscribe-news {
      padding: 0 6%;
      margin: 40px 6% 60px; }
      .subscribe-news:before {
        left: -50px; } }
  @media screen and (max-width: 500px) {
    .subscribe-news {
      flex-direction: column;
      justify-content: center; }
      .subscribe-news:before {
        transform: scale(0.5);
        bottom: 0;
        left: -65px; } }
  .subscribe-news .contact-us {
    justify-content: center; }
  .subscribe-news .contact-us-banner {
    font-family: "Neris SemiBold", sans-serif;
    border: 5px solid;
    line-height: 1.05em;
    padding: 1% 2%;
    cursor: pointer;
    font-size: 1.05em;
    letter-spacing: 0.03em;
    color: #222629;
    transition: all .2s ease-in-out; }
    .subscribe-news .contact-us-banner:hover {
      background: #222629;
      color: #ffffff; }
    @media screen and (max-width: 1100px) {
      .subscribe-news .contact-us-banner {
        border: 3px solid; } }

.sphere {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .sphere__item {
    width: 100%;
    max-height: 530px;
    min-height: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 1px;
    position: relative; }
    .sphere__item-title {
      flex: 1 1 25%;
      background: #222629;
      position: relative;
      z-index: 11;
      cursor: pointer; }
      .sphere__item-title-number {
        position: absolute;
        font-family: "Poppins SemiBold";
        font-size: 11em;
        line-height: 145%;
        letter-spacing: 0.03em;
        opacity: 0.3;
        left: -75px;
        top: 0;
        z-index: 10;
        text-shadow: 1px 0 #FFFFFF, -1px 0 #FFFFFF, 0 1px #FFFFFF, 0 -1px #FFFFFF;
        text-align: right; }
        @media screen and (max-width: 1050px) {
          .sphere__item-title-number {
            font-size: 9.5em;
            left: -60px; } }
        @media screen and (max-width: 720px) {
          .sphere__item-title-number {
            font-size: 8em;
            left: -45px; } }
        @media screen and (max-width: 600px) {
          .sphere__item-title-number {
            font-size: 9em;
            left: -30px; } }
        @media screen and (max-width: 450px) {
          .sphere__item-title-number {
            font-size: 6.3em;
            line-height: 120%; } }
      .sphere__item-title-text {
        font-family: "Neris SemiBold";
        font-size: 1.05em;
        line-height: 130%;
        letter-spacing: 0.03em;
        color: #FFFFFF;
        position: absolute;
        right: -25%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 60%;
        transition: all .2s linear; }
        @media screen and (max-width: 720px) {
          .sphere__item-title-text {
            width: 80%; } }
        @media screen and (max-width: 600px) {
          .sphere__item-title-text {
            position: absolute;
            left: 150px; } }
        @media screen and (max-width: 450px) {
          .sphere__item-title-text {
            width: 150px;
            left: 90px;
            font-size: 0.9em; } }
      @media screen and (max-width: 1500px) {
        .sphere__item-title {
          flex: 1 1 30%; } }
      @media screen and (max-width: 600px) {
        .sphere__item-title {
          flex: 1 1 0; } }
    .sphere__item-description {
      flex: 1 1 75%;
      position: relative;
      z-index: 10; }
      .sphere__item-description .sphere__background-image {
        height: 100%;
        position: relative; }
        .sphere__item-description .sphere__background-image img {
          max-height: 100%;
          height: 100%;
          object-fit: cover;
          width: 100%;
          min-width: 100%; }
        .sphere__item-description .sphere__background-image:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.7);
          width: 100%;
          height: 100%;
          z-index: 5; }
      .sphere__item-description-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        overflow-y: auto;
        scrollbar-color: transparent transparent;
        height: 85%; }
        .sphere__item-description-text::-webkit-scrollbar {
          width: 0;
          background: transparent; }
        .sphere__item-description-text p {
          font-family: "Neris Light";
          font-size: 0.5em;
          line-height: 195%;
          color: #FFFFFF;
          max-height: 100%; }
          @media screen and (max-width: 1050px) {
            .sphere__item-description-text p {
              font-size: 0.6em; } }
          @media screen and (max-width: 720px) {
            .sphere__item-description-text p {
              padding-top: 10px; } }
        @media screen and (max-width: 1050px) {
          .sphere__item-description-text {
            width: 60%;
            left: 60%;
            padding-top: 15px; } }
        @media screen and (max-width: 720px) {
          .sphere__item-description-text {
            width: 70%; } }
        @media screen and (max-width: 600px) {
          .sphere__item-description-text {
            display: none; } }
      .sphere__item-description-responsible {
        margin-top: 40px; }
        .sphere__item-description-responsible .responsible-title {
          font-family: "Neris SemiBold";
          font-size: 0.25em;
          line-height: 160%;
          letter-spacing: 0.2em;
          text-transform: uppercase;
          color: #FFFFFF;
          position: relative;
          padding-bottom: 10px; }
          .sphere__item-description-responsible .responsible-title:after {
            width: 65%;
            content: '';
            display: block;
            position: absolute;
            height: 0.88px;
            bottom: 0;
            background: rgba(255, 255, 255, 0.4); }
      @media screen and (max-width: 1500px) {
        .sphere__item-description {
          flex: 1 1 70%; } }
      @media screen and (max-width: 600px) {
        .sphere__item-description {
          flex: 1 1 100%; } }
    .sphere__item:hover .sphere__item-title-text {
      color: #00725C; }
    .sphere__item:nth-child(n + 10) .sphere__item-title-number {
      left: -10px; }
    @media screen and (max-width: 1100px) {
      .sphere__item {
        min-height: 350px;
        max-height: 350px; } }
    @media screen and (max-width: 720px) {
      .sphere__item {
        max-height: 280px;
        min-height: 280px; } }
    @media screen and (max-width: 450px) {
      .sphere__item {
        max-height: 150px;
        min-height: 150px; } }

.responsible-for-practice {
  display: flex;
  align-items: center;
  height: 100%; }
  .responsible-for-practice__image {
    width: 60px;
    height: 60px; }
    .responsible-for-practice__image img {
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
      width: 100%; }
  .responsible-for-practice__detail {
    height: 100%; }
  .responsible-for-practice__author {
    display: flex;
    align-items: center;
    padding-left: 10px; }
  .responsible-for-practice .author-position {
    font-family: "Neris SemiBold";
    font-size: 0.25em;
    line-height: 160%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.61);
    padding: 10px; }
  .responsible-for-practice .author-name {
    font-family: "Neris SemiBold";
    font-size: 0.7em;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    line-height: 100%;
    position: relative;
    margin-right: 35px; }
    .responsible-for-practice .author-name:after {
      content: "";
      display: block;
      position: absolute;
      right: -20px;
      top: 50%;
      background: #FFFFFF;
      width: 5px;
      height: 5px;
      border-radius: 50%; }
  .responsible-for-practice .link-button {
    font-size: 0.6em; }

.subscribe-news {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  margin: 105px 0;
  position: relative;
  background: #F8F8F9;
  box-shadow: 0px 2.98864px 2.37984px rgba(52, 52, 52, 0.0171936), 0px 7.18211px 5.71909px rgba(52, 52, 52, 0.0207849), 0px 13.5233px 10.7685px rgba(52, 52, 52, 0.0229829), 0px 24.1232px 19.2092px rgba(52, 52, 52, 0.025401), 0px 45.1198px 35.9287px rgba(52, 52, 52, 0.029771), 0px 108px 86px rgba(52, 52, 52, 0.05); }
  .subscribe-news__input {
    width: 33%; }
  .subscribe-news h3 {
    font-family: "Neris SemiBold";
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #222629;
    padding: 0 35px; }
  .subscribe-news::before {
    content: url("/static/img/Square.png");
    height: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: -80px;
    z-index: -1; }
  .subscribe-news::after {
    content: url("/static/img/circles.png");
    display: block;
    position: absolute;
    top: -50%;
    right: -116px;
    z-index: -1; }

.subscribe-news {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  position: relative;
  background: #F8F8F9;
  box-shadow: 0px 2.98864px 2.37984px rgba(52, 52, 52, 0.0171936), 0px 7.18211px 5.71909px rgba(52, 52, 52, 0.0207849), 0px 13.5233px 10.7685px rgba(52, 52, 52, 0.0229829), 0px 24.1232px 19.2092px rgba(52, 52, 52, 0.025401), 0px 45.1198px 35.9287px rgba(52, 52, 52, 0.029771), 0px 108px 86px rgba(52, 52, 52, 0.05);
  margin: 8% 11%; }
  .subscribe-news__input {
    width: 33%; }
    .subscribe-news__input .form-input {
      top: 20px; }
    @media screen and (max-width: 1100px) {
      .subscribe-news__input {
        width: 60%; } }
    @media screen and (max-width: 500px) {
      .subscribe-news__input {
        width: 100%;
        margin-top: 20px; } }
  .subscribe-news h3 {
    font-family: "Neris SemiBold";
    font-size: 1.05em;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #222629;
    padding: 0 35px; }
    @media screen and (max-width: 1100px) {
      .subscribe-news h3 {
        padding: 0; } }
    @media screen and (max-width: 500px) {
      .subscribe-news h3 {
        font-size: 1.1em; } }
  .subscribe-news::before {
    content: url("/static/img/Square.png");
    height: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: -80px;
    z-index: -1; }
  .subscribe-news::after {
    content: url("/static/img/circles.png");
    display: block;
    position: absolute;
    top: -45%;
    right: -116px;
    z-index: -1; }
  .subscribe-news__text {
    font-family: "Neris SemiBold";
    font-size: 1.05em;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #000000;
    padding-left: 20px;
    transition: all .5s linear; }
    @media screen and (max-width: 500px) {
      .subscribe-news__text {
        font-size: 1.2em;
        padding-top: 15px;
        text-align: center; } }
  @media screen and (max-width: 500px) {
    .subscribe-news__result {
      transform: scale(0.8); } }
  @media screen and (max-width: 1400px) {
    .subscribe-news:after {
      transform: scale(0.8); }
    .subscribe-news:before {
      bottom: 25px;
      transform: scale(0.8); } }
  @media screen and (max-width: 1100px) {
    .subscribe-news {
      height: 160px;
      justify-content: space-around;
      padding: 0 60px;
      margin-bottom: 90px; }
      .subscribe-news:after {
        display: none; } }
  @media screen and (max-width: 720px) {
    .subscribe-news {
      padding: 0 6%;
      margin: 40px 6% 60px; }
      .subscribe-news:before {
        left: -50px; } }
  @media screen and (max-width: 500px) {
    .subscribe-news {
      flex-direction: column;
      justify-content: center; }
      .subscribe-news:before {
        transform: scale(0.5);
        bottom: 0;
        left: -65px; } }

.worker {
  width: 100%; }
  .worker-profile {
    position: relative;
    margin-top: 106px;
    background: #F8F8F9;
    width: 90%;
    display: flex; }
    .worker-profile__back {
      display: none;
      font-size: 0.3em;
      font-family: "Neris SemiBold";
      color: #010204;
      line-height: 160%;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      position: absolute;
      top: -35px;
      left: 4%;
      align-items: center;
      z-index: 10; }
      .worker-profile__back img {
        padding-right: 5px; }
      @media screen and (max-width: 600px) {
        .worker-profile__back {
          display: flex; } }
    .worker-profile__left {
      width: 65%;
      padding: 9% 5% 0 11%; }
      @media screen and (max-width: 1200px) {
        .worker-profile__left {
          padding: 7% 4% 0 11%; } }
      @media screen and (max-width: 720px) {
        .worker-profile__left {
          padding: 15% 20% 0 4%; } }
      @media screen and (max-width: 600px) {
        .worker-profile__left {
          padding: 10% 10% 0 4%; } }
    .worker-profile__right {
      width: 35%;
      text-align: center;
      position: relative; }
      .worker-profile__right img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover; }
      .worker-profile__right:before {
        content: url("/static/img/bigSquare.png");
        position: absolute;
        display: none;
        bottom: 0;
        right: -80px;
        height: 60%;
        z-index: -1; }
        @media screen and (max-width: 1050px) {
          .worker-profile__right:before {
            display: none; } }
    .worker-profile__name {
      font-family: "Neris SemiBold";
      font-size: 2.1em;
      line-height: 105%;
      letter-spacing: 0.03em;
      color: #010204; }
      @media screen and (max-width: 1050px) {
        .worker-profile__name {
          font-size: 1.75em; } }
      @media screen and (max-width: 600px) {
        .worker-profile__name {
          font-size: 1em; } }
    .worker-profile__position {
      font-family: "Neris SemiBold";
      font-size: 0.45em;
      line-height: 235%;
      letter-spacing: 0.04em;
      color: rgba(0, 0, 0, 0.5); }
      @media screen and (max-width: 720px) {
        .worker-profile__position {
          line-height: 140%;
          padding-top: 15px; } }
      @media screen and (max-width: 600px) {
        .worker-profile__position {
          font-size: 0.6em; } }
    .worker-profile__slogan {
      font-family: "Neris Light";
      font-style: italic;
      font-size: 0.95em;
      line-height: 150%;
      letter-spacing: 0.03em;
      color: #010204;
      margin-top: 30px;
      position: relative;
      left: 3%; }
      .worker-profile__slogan:before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 4px;
        background: #00725C;
        left: -3%; }
      .worker-profile__slogan-mob {
        font-family: "Neris Light";
        font-style: italic;
        font-size: 1.05em;
        line-height: 150%;
        letter-spacing: 0.03em;
        color: #010204;
        margin-top: 30px;
        position: relative;
        left: 6%;
        right: 6%;
        max-width: 85%;
        display: none;
        padding-left: 12px; }
        .worker-profile__slogan-mob:before {
          content: "";
          position: absolute;
          display: block;
          height: 100%;
          width: 4px;
          background: #00725C;
          left: -3%; }
        @media screen and (max-width: 720px) {
          .worker-profile__slogan-mob {
            display: block; } }
        @media screen and (max-width: 600px) {
          .worker-profile__slogan-mob {
            font-size: 0.8em;
            margin-top: 15px; } }
      @media screen and (max-width: 720px) {
        .worker-profile__slogan {
          display: none; } }
    .worker-profile__languages {
      font-family: "Neris SemiBold";
      font-size: 1.5em;
      line-height: 130%;
      letter-spacing: 0.03em;
      color: #222629;
      padding: 25px 0; }
      @media screen and (max-width: 1200px) {
        .worker-profile__languages {
          font-size: 1.3em; } }
      @media screen and (max-width: 1050px) {
        .worker-profile__languages {
          font-size: 1.1em; } }
    @media screen and (max-width: 1050px) {
      .worker-profile {
        margin-bottom: 0; } }
    @media screen and (max-width: 600px) {
      .worker-profile .nav-title {
        display: none; } }

.worker-content {
  display: flex;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  flex-wrap: nowrap;
  padding: 70px 11% 120px; }
  .worker-content .worker-description {
    position: relative;
    width: 75%; }
    .worker-content .worker-description__title {
      font-family: "Neris SemiBold";
      font-size: 0.6em;
      line-height: 155%;
      letter-spacing: 0.01em;
      color: #B5B5B5;
      padding: 15px 0; }
      @media screen and (max-width: 1050px) {
        .worker-content .worker-description__title {
          font-size: 1em; } }
    @media screen and (max-width: 1200px) {
      .worker-content .worker-description {
        width: 100%; } }
  .worker-content .worker-languages__text {
    font-family: "Neris SemiBold";
    font-size: 0.7em;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #222629; }
    @media screen and (max-width: 600px) {
      .worker-content .worker-languages__text {
        font-size: 0.85em;
        padding-bottom: 10px; } }
  .worker-content .worker-education .educations {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .worker-content .worker-education .educations__item {
      width: 100%;
      height: auto;
      padding: 2% 0 2% 0;
      display: flex;
      justify-content: space-between;
      border-top: 1px solid #C4C4C4; }
      .worker-content .worker-education .educations__item:last-child {
        border-bottom: 1px solid #C4C4C4; }
      .worker-content .worker-education .educations__item-info {
        display: flex;
        align-items: center; }
        .worker-content .worker-education .educations__item-info img {
          height: max-content; }
          @media screen and (max-width: 600px) {
            .worker-content .worker-education .educations__item-info img {
              transform: scale(0.7); } }
        @media screen and (max-width: 600px) {
          .worker-content .worker-education .educations__item-info {
            width: 80%; } }
      .worker-content .worker-education .educations__item-city {
        font-family: "Neris SemiBold";
        font-size: 0.7em;
        line-height: 130%;
        letter-spacing: 0.03em;
        color: rgba(34, 38, 41, 0.4); }
        @media screen and (max-width: 600px) {
          .worker-content .worker-education .educations__item-city {
            font-size: 0.85em;
            padding: 12px 0 15px 38px; } }
      .worker-content .worker-education .educations__item-text {
        font-family: "Neris SemiBold";
        font-size: 0.7em;
        line-height: 130%;
        letter-spacing: 0.03em;
        color: #222629;
        padding: 0 15px; }
        @media screen and (max-width: 600px) {
          .worker-content .worker-education .educations__item-text {
            font-size: 0.85em;
            padding: 0 5px; } }
      @media screen and (max-width: 600px) {
        .worker-content .worker-education .educations__item {
          flex-direction: column;
          padding-top: 4%; } }
  .worker-content .worker-experience {
    padding: 25px 0; }
    .worker-content .worker-experience .experience__item {
      position: relative;
      left: 3%; }
      .worker-content .worker-experience .experience__item p {
        font-family: "Neris Light";
        font-size: 0.5em;
        line-height: 180%;
        letter-spacing: 0.1em;
        padding: 5px 0 25px;
        color: #222629; }
        @media screen and (max-width: 720px) {
          .worker-content .worker-experience .experience__item p {
            font-size: 0.8em;
            line-height: 150%; } }
      .worker-content .worker-experience .experience__item ul {
        padding-right: 25px; }
      .worker-content .worker-experience .experience__item li {
        font-family: "Neris Light";
        font-size: 1em;
        line-height: 150%;
        letter-spacing: 0.1em;
        padding: 5px 0 25px;
        color: #222629;
        margin-bottom: 0; }
        .worker-content .worker-experience .experience__item li:before {
          top: 17px; }
          @media screen and (max-width: 1200px) {
            .worker-content .worker-experience .experience__item li:before {
              top: 14px; } }
          @media screen and (max-width: 720px) {
            .worker-content .worker-experience .experience__item li:before {
              top: 18px; } }
        @media screen and (max-width: 720px) {
          .worker-content .worker-experience .experience__item li {
            font-size: 1.5em; } }
      .worker-content .worker-experience .experience__item:before {
        content: "";
        position: absolute;
        display: block;
        width: 5px;
        height: 5px;
        background: #00725C;
        left: -3%;
        top: 13px; }
        @media screen and (max-width: 720px) {
          .worker-content .worker-experience .experience__item:before {
            top: 16px; } }
    @media screen and (max-width: 600px) {
      .worker-content .worker-experience {
        padding-bottom: 0; } }
  .worker-content .worker-projects .worker-description__title {
    padding-top: 0; }
  .worker-content .worker-projects__text {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      .worker-content .worker-projects__text .link-button {
        display: none; } }
  .worker-content .worker-projects__list {
    display: flex;
    width: 100%;
    min-height: 100%;
    font-family: "Neris SemiBold";
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
    height: initial;
    margin-top: 25px; }
    .worker-content .worker-projects__list__item {
      width: 33%;
      height: 420px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 10;
      border: 1px solid #E1E1E1; }
      .worker-content .worker-projects__list__item .author p {
        color: #ffffff; }
      .worker-content .worker-projects__list__item .date p {
        color: #ffffff; }
      .worker-content .worker-projects__list__item .date path {
        stroke: #ffffff; }
      .worker-content .worker-projects__list__item .article-box__description-title {
        color: #ffffff; }
      .worker-content .worker-projects__list__item:after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4); }
      @media screen and (max-width: 1650px) {
        .worker-content .worker-projects__list__item {
          height: 350px; } }
      @media screen and (max-width: 1450px) {
        .worker-content .worker-projects__list__item {
          height: 300px; }
          .worker-content .worker-projects__list__item .article-box__description-detail {
            justify-content: space-between;
            width: 100%; }
          .worker-content .worker-projects__list__item .label {
            padding: 4px 6px 3px;
            height: 20px; }
          .worker-content .worker-projects__list__item .line {
            margin: 0 7px; }
          .worker-content .worker-projects__list__item .author p {
            width: min-content; } }
      @media screen and (max-width: 1200px) {
        .worker-content .worker-projects__list__item {
          height: 260px; }
          .worker-content .worker-projects__list__item .author p,
          .worker-content .worker-projects__list__item .date p {
            width: auto; } }
      @media screen and (max-width: 1050px) {
        .worker-content .worker-projects__list__item .author {
          height: 30px; }
          .worker-content .worker-projects__list__item .author p {
            font-size: 0.8em; } }
      @media screen and (max-width: 750px) {
        .worker-content .worker-projects__list__item {
          width: 50%;
          height: 320px; }
          .worker-content .worker-projects__list__item:nth-child(3) {
            display: none; }
          .worker-content .worker-projects__list__item .author {
            width: auto;
            height: 50px;
            padding-right: 10px; }
          .worker-content .worker-projects__list__item .date {
            position: relative;
            top: auto; }
            .worker-content .worker-projects__list__item .date p {
              font-size: 0.8em; }
          .worker-content .worker-projects__list__item .article-box__description-detail {
            justify-content: flex-start;
            align-items: center; } }
      @media screen and (max-width: 600px) {
        .worker-content .worker-projects__list__item {
          height: 400px;
          width: 100%;
          margin-bottom: 10px; }
          .worker-content .worker-projects__list__item:nth-child(3) {
            display: block; } }
      @media screen and (max-width: 450px) {
        .worker-content .worker-projects__list__item {
          height: 300px; } }
    @media screen and (max-width: 720px) {
      .worker-content .worker-projects__list {
        margin-top: 0; } }
  .worker-content .worker-projects__button-mod {
    display: none;
    padding-top: 20px; }
    @media screen and (max-width: 600px) {
      .worker-content .worker-projects__button-mod {
        display: block; } }
  @media screen and (max-width: 1200px) {
    .worker-content {
      flex-direction: column; } }
  @media screen and (max-width: 750px) {
    .worker-content {
      padding: 0 6% 50px; } }



.how-we-work {
  padding: 8% 11%;
  display: block;
  width: 100%; }
  .how-we-work__title {
    font-family: "Neris SemiBold";
    font-size: 0.6em;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 1050px) {
      .how-we-work__title {
        font-size: 1em; } }
  .how-we-work-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; }
    .how-we-work-block__item {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      margin-top: 100px;
      height: 100%;
      max-height: 730px; }
      .how-we-work-block__item:first-child {
        margin-top: 50px; }
        .how-we-work-block__item:first-child:before {
          position: absolute;
          display: none;
          content: url("/static/img/Square.png");
          height: 50%;
          bottom: 0;
          right: -80px;
          z-index: -1;
          top: 0; }
        @media screen and (max-width: 600px) {
          .how-we-work-block__item:first-child {
            margin-top: 20px; }
            .how-we-work-block__item:first-child:before {
              display: none; } }
      .how-we-work-block__item:nth-child(2):before {
        position: absolute;
        display: none;
        content: url("/static/img/Square.png");
        height: 50%;
        bottom: -80px;
        left: -80px;
        z-index: -1; }
        @media screen and (max-width: 600px) {
          .how-we-work-block__item:nth-child(2):before {
            display: none; } }
      .how-we-work-block__item-description {
        flex: 1 1 50%;
        padding: 0 0 0 150px;
        max-height: 730px;
        overflow-y: auto;
        scrollbar-color: #00725C transparent;
        scrollbar-width: thin; }
        .how-we-work-block__item-description::-webkit-scrollbar {
          width: 3px; }
        .how-we-work-block__item-description::-webkit-scrollbar-thumb {
          background: #00725C; }
        .how-we-work-block__item-description h3 {
          font-family: "Neris SemiBold";
          font-size: 0.8em;
          line-height: 145%;
          letter-spacing: 0.03em;
          color: #222629;
          margin-bottom: 10px; }
          @media screen and (max-width: 1050px) {
            .how-we-work-block__item-description h3 {
              font-size: 0.9em; } }
        .how-we-work-block__item-description p {
          font-family: "Neris Light";
          font-size: 0.5em;
          line-height: 195%;
          color: #222629; }
          @media screen and (max-width: 1050px) {
            .how-we-work-block__item-description p {
              font-size: 0.6em; } }
          @media screen and (max-width: 800px) {
            .how-we-work-block__item-description p {
              padding: 0; } }
          @media screen and (max-width: 600px) {
            .how-we-work-block__item-description p {
              font-size: 0.7em; } }
        @media screen and (max-width: 1500px) {
          .how-we-work-block__item-description {
            max-height: 530px;
            padding: 0 0 0 50px; } }
        @media screen and (max-width: 1050px) {
          .how-we-work-block__item-description {
            max-height: 350px;
            padding: 0 0 0 25px; } }
        @media screen and (max-width: 800px) {
          .how-we-work-block__item-description {
            padding: 0; } }
        @media screen and (max-width: 600px) {
          .how-we-work-block__item-description {
            max-height: none; } }
      .how-we-work-block__item-image {
        flex: 1 1 50%;
        height: 100%;
        padding: 0 20px 0 0; }
        .how-we-work-block__item-image img {
          max-width: 100%;
          max-height: 100%;
          object-fit: cover; }
          @media screen and (max-width: 1050px) {
            .how-we-work-block__item-image img {
              height: 100%; } }
          @media screen and (max-width: 600px) {
            .how-we-work-block__item-image img {
              height: auto;
              width: 100%; } }
        @media screen and (max-width: 600px) {
          .how-we-work-block__item-image {
            height: auto;
            width: 100%;
            padding: 0 0 15px; } }
      .how-we-work-block__item.left .how-we-work-block__item-image {
        order: 1;
        padding: 0 0 0 20px; }
        @media screen and (max-width: 600px) {
          .how-we-work-block__item.left .how-we-work-block__item-image {
            padding: 0 0 15px;
            order: 0; } }
      .how-we-work-block__item.left .how-we-work-block__item-description {
        padding: 0 150px 0 0; }
        @media screen and (max-width: 1500px) {
          .how-we-work-block__item.left .how-we-work-block__item-description {
            padding: 0 50px 0 0; } }
        @media screen and (max-width: 1050px) {
          .how-we-work-block__item.left .how-we-work-block__item-description {
            padding: 0 25px 0 0; } }
        @media screen and (max-width: 800px) {
          .how-we-work-block__item.left .how-we-work-block__item-description {
            padding: 0; } }
      @media screen and (max-width: 1500px) {
        .how-we-work-block__item {
          max-height: 530px; } }
      @media screen and (max-width: 1050px) {
        .how-we-work-block__item {
          margin-top: 50px;
          height: 350px; } }
      @media screen and (max-width: 800px) {
        .how-we-work-block__item {
          height: 305px; } }
      @media screen and (max-width: 600px) {
        .how-we-work-block__item {
          flex-direction: column;
          height: 100%;
          margin-top: 0;
          padding-bottom: 65px;
          max-height: none; } }
  @media screen and (max-width: 600px) {
    .how-we-work {
      padding: 10% 6%; } }

.our-mission {
  position: relative;
  font-family: "Neris SemiBold";
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  padding: 8% 11% 3%; }
  .our-mission h3 {
    font-size: 0.6em;
    line-height: 155%;
    letter-spacing: 0.01em;
    color: #B5B5B5; }
    @media screen and (max-width: 1050px) {
      .our-mission h3 {
        font-size: 0.7em;
        padding-bottom: 10px; } }
  .our-mission__title {
    position: relative; }
    .our-mission__title p {
      font-family: "Neris SemiBold";
      font-size: 1em;
      line-height: 130%;
      letter-spacing: 0.03em;
      color: #222629; }
      .our-mission__title p strong {
        color: #00725C;
        font-size: 1em;
        line-height: 97%; }

.our-advantages {
  position: relative;
  font-family: "Neris SemiBold";
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  padding-left: 11%; }
  .our-advantages h3 {
    font-size: 0.6em;
    line-height: 155%;
    letter-spacing: 0.01em;
    color: #B5B5B5; }
    @media screen and (max-width: 1050px) {
      .our-advantages h3 {
        font-size: 1em; } }
    @media screen and (max-width: 600px) {
      .our-advantages h3 {
        padding-left: 6%; } }
  .our-advantages-block {
    background: #F8F8F9;
    width: 100%;
    height: 100%;
    margin-top: 45px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-right: 5%; }
    .our-advantages-block__item {
      display: flex;
      flex-direction: column;
      flex: 1 1 33%;
      padding: 7% 0 10% 10%; }
      .our-advantages-block__item-image {
        width: 135px;
        height: 135px;
        background: #FFFFFF;
        border-radius: 50%;
        position: relative; }
        .our-advantages-block__item-image:before {
          content: url("/static/img/Pattern.png");
          display: none; }
        .our-advantages-block__item-image img {
          width: 100px;
          height: 100px;
          position: absolute;
          top: 50%;
          right: -20%;
          transform: translateY(-50%); }
          @media screen and (max-width: 600px) {
            .our-advantages-block__item-image img {
              max-height: 75px;
              width: 75px; } }
        @media screen and (max-width: 600px) {
          .our-advantages-block__item-image {
            height: 100px;
            width: 100px; } }
      .our-advantages-block__item-description {
        margin-top: 20px;
        height: 50%; }
        .our-advantages-block__item-description h3 {
          font-family: "Neris SemiBold";
          font-size: 0.8em;
          line-height: 145%;
          letter-spacing: 0.03em;
          color: #000000; }
          @media screen and (max-width: 1050px) {
            .our-advantages-block__item-description h3 {
              font-size: 0.9em; } }
          @media screen and (max-width: 600px) {
            .our-advantages-block__item-description h3 {
              padding-left: 0; } }
        .our-advantages-block__item-description p {
          font-family: "Neris Light";
          font-size: 0.5em;
          line-height: 195%;
          color: #222629; }
          @media screen and (max-width: 600px) {
            .our-advantages-block__item-description p {
              font-size: 0.7em; } }
        @media screen and (max-width: 1050px) {
          .our-advantages-block__item-description {
            padding-left: 8%;
            width: 75%; } }
        @media screen and (max-width: 600px) {
          .our-advantages-block__item-description {
            text-align: center;
            padding-left: 0; } }
      @media screen and (max-width: 1050px) {
        .our-advantages-block__item {
          flex-direction: row;
          padding: 0 3% 5% 10%; } }
      @media screen and (max-width: 600px) {
        .our-advantages-block__item {
          flex-direction: column;
          align-items: center;
          padding: 5% 3% 10%; } }
    @media screen and (max-width: 1050px) {
      .our-advantages-block {
        flex-direction: column;
        padding: 7% 0; } }
    @media screen and (max-width: 600px) {
      .our-advantages-block {
        margin-top: 15px; } }
  @media screen and (max-width: 600px) {
    .our-advantages {
      padding: 0; } }

.banner-about {
  height: 390px;
  position: relative; }
  .banner-about__back {
    display: none;
    font-size: 0.3em;
    font-family: "Neris SemiBold";
    color: #010204;
    line-height: 160%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: absolute;
    top: 70px;
    left: 6%;
    align-items: center; }
    .banner-about__back img {
      padding-right: 5px; }
    @media screen and (max-width: 600px) {
      .banner-about__back {
        display: flex;
        font-size: 0.5em; } }
  .banner-about__title {
    position: absolute;
    text-align: center;
    color: #010204;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .banner-about__title h1 {
      font-size: 2.1em;
      line-height: 105%;
      font-family: "Neris SemiBold"; }
      @media screen and (max-width: 1050px) {
        .banner-about__title h1 {
          font-size: 1.8em; } }
      @media screen and (max-width: 400px) {
        .banner-about__title h1 {
          font-size: 1.3em; } }
    .banner-about__title:before {
      content: url("/static/img/banner-pattern.png");
      position: absolute;
      display: none;
      right: 0;
      top: 50%;
      transform: translate(50%, -50%);
      z-index: -1; }
      @media screen and (max-width: 1050px) {
        .banner-about__title:before {
          content: url("/static/img/banner-pattern-sm.png");
          transform: translate(50%, -40%) scale(1.2); } }
      @media screen and (max-width: 600px) {
        .banner-about__title:before {
          transform: translate(-75%, -50%) scale(1); } }
      @media screen and (max-width: 400px) {
        .banner-about__title:before {
          transform: scale(0.7) translate(-65%, -70%); } }
    @media screen and (max-width: 600px) {
      .banner-about__title {
        width: 95%;
        padding: 0 6%; }
        .banner-about__title .nav-title {
          display: none; } }
  @media screen and (max-width: 1050px) {
    .banner-about {
      height: 300px; } }
  @media screen and (max-width: 600px) {
    .banner-about {
      height: 250px; } }

.banner {
  height: 100vh;
  width: 100vw;
  max-height: 500px;
  min-height: 450px;
  position: relative;
  font-family: "Neris SemiBold";
  letter-spacing: 0.03em;
  color: #fff;
  display: table; }
  .banner__back {
    display: none;
    font-size: 0.3em;
    font-family: "Neris SemiBold";
    color: #FFFFFF;
    line-height: 160%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: absolute;
    top: 75px;
    left: 6%;
    align-items: center;
    z-index: 15; }
    .banner__back img {
      padding-right: 5px; }
    @media screen and (max-width: 600px) {
      .banner__back {
        display: flex;
        font-size: 0.5em; } }
  .banner-img {
    position: relative;
    z-index: 10;
    vertical-align: middle;
    top: 230px;
    right: 520px; }
    @media screen and (max-width: 1850px) {
      .banner-img {
        right: 370px; } }
    @media screen and (max-width: 1500px) {
      .banner-img {
        right: 270px; } }
    .banner-img > .img {
      width: 270px;
      height: 270px; }
  .banner-detail {
    position: relative;
    padding: 125px 100px 50px 11%;
    z-index: 10;
    display: table-cell;
    vertical-align: middle; }
    .banner-detail__title h4 {
      font-size: 0.3em;
      line-height: 160%;
      letter-spacing: 0.2em;
      text-transform: uppercase; }
      .banner-detail__title h4 span {
        width: 3px;
        height: 3px;
        margin: 0 10px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        line-height: 160%;
        vertical-align: 2px; }
      @media screen and (max-width: 600px) {
        .banner-detail__title h4 {
          display: none; } }
    .banner-detail__title h1 {
      font-family: "Neris SemiBold";
      font-size: 2em;
      line-height: 105%;
      letter-spacing: 0.03em;
      color: #FFFFFF; }
      @media screen and (max-width: 1050px) {
        .banner-detail__title h1 {
          font-size: 1.7em; } }
      @media screen and (max-width: 600px) {
        .banner-detail__title h1 {
          font-size: 1.4em; } }
    .banner-detail__info {
      margin-top: 20px;
      display: flex;
      flex-direction: row; }
      .banner-detail__info-date {
        color: #B5B5B5;
        display: flex;
        align-items: center;
        font-size: 0.45em;
        line-height: 165%;
        letter-spacing: 0.04em;
        padding: 0 20px; }
        .banner-detail__info-date path {
          stroke: rgba(255, 255, 255, 0.4); }
    .banner-detail__format-date {
      padding: 0 5px;
      margin-bottom: 0; }
    .banner-detail__page {
      display: inline; }
      .banner-detail__page.last-word {
        color: rgba(255, 255, 255, 0.4); }
      .banner-detail__page-name {
        display: inline;
        color: rgba(255, 255, 255, 0.4); }
    @media screen and (max-width: 600px) {
      .banner-detail {
        padding-left: 6%; } }
  .banner::after {
    background: rgba(0, 0, 0, 0.8);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0; }
  .banner img {
    max-height: 100%;
    height: 100%; }
  @media screen and (max-width: 1050px) {
    .banner {
      min-height: 380px;
      max-height: none;
      height: 100%;
      overflow: hidden; } }
  @media screen and (max-width: 500px) {
    .banner {
      min-height: 320px;
      max-height: 320px; } }

.advantages {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 20px; }
  @media screen and (max-width: 1050px) {
    .advantages {
      flex-wrap: wrap; } }

.advantages__item {
  flex: 1;
  margin: 0 10px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1050px) {
    .advantages__item {
      margin-bottom: 1em; } }

.advantages__item-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 700; }
  @media screen and (max-width: 600px) {
    .advantages__item-title {
      line-height: 1.1;
      font-size: 1.1rem; } }

.advantages__item-text {
  font-size: 1rem;
  color: #555; }

.advantages__item-text ul li:before {
  top: 0.85em; }

.advantages__item-text li {
  font-size: 1.15rem;
  left: 0;
  line-height: 1.5;
  margin: 0 0 1rem 20px; }

.how-we-work__title,
.two-column .first-col__title,
.our-advantages h3,
.home-cooperation .home-cooperation__label p {
  color: #404040; }

.home-cooperation__label {
  text-transform: uppercase; }

@media screen and (max-width: 600px) {
  .our-advantages {
    margin-top: 2em; } }

.one-column .description {
  font-family: "Neris Light", sans-serif;
  color: #222629; }
  .one-column .description h2 {
    font-size: 1em;
    font-family: "Neris SemiBold";
    letter-spacing: 0.03em;
    line-height: 130%;
    margin-bottom: 20px; }
    @media screen and (max-width: 1050px) {
      .one-column .description h2 {
        font-size: 1.05em; } }
    @media screen and (max-width: 600px) {
      .one-column .description h2 {
        font-size: 1em;
        margin-bottom: 10px; } }
  .one-column .description h3 {
    font-size: 0.75em;
    font-family: "Neris SemiBold";
    letter-spacing: 0.03em;
    line-height: 130%;
    margin-bottom: 30px; }
    @media screen and (max-width: 1050px) {
      .one-column .description h3 {
        font-size: 0.8em; } }
    @media screen and (max-width: 600px) {
      .one-column .description h3 {
        font-size: 0.8em;
        margin-bottom: 10px; } }
  .one-column .description p {
    font-size: 0.5em;
    line-height: 195%;
    margin-bottom: 30px; }
    @media screen and (max-width: 1050px) {
      .one-column .description p {
        font-size: 0.75em;
        margin-bottom: 20px; } }
  @media screen and (max-width: 1050px) {
    .one-column .description ul li {
      margin-bottom: 15px;
      line-height: 1.5;
      font-size: 1rem; } }

.one-column.dark .description {
  color: #fff; }

.how-we-work p {
  margin-bottom: 0.75rem; }

.our-advantages-block__item-description {
  text-align: left;
  margin-left: 20px; }

.home-cooperation__slider .home-cooperation__item-description .title,
.home-cooperation__slider .home-cooperation__item-description .text {
  opacity: 1;
  visibility: visible; }

.banner-detail.main-banner {
  font-family: "Oswald Bold", sans-serif;
  font-weight: 600; }
  .banner-detail.main-banner p {
    font-family: "Oswald Bold", sans-serif;
    font-weight: 600;
    width: auto;
    font-size: 2.15em;
    line-height: 105%;
    letter-spacing: 0.03em;
    color: #fff; }
    .banner-detail.main-banner p strong {
      color: #00725c;
      font-family: "Oswald Bold", sans-serif;
      font-weight: 600; }
    @media screen and (max-width: 1300px) {
      .banner-detail.main-banner p {
        width: 85%; } }
    @media screen and (max-width: 1050px) {
      .banner-detail.main-banner p {
        font-size: 1.7em; } }
    @media screen and (max-width: 600px) {
      .banner-detail.main-banner p {
        font-size: 1.6em;
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .banner-detail.main-banner {
      top: 62%;
      padding-right: 20px; } }

.banner-main {
  overflow: hidden; }
  @media screen and (max-width: 720px) {
    .banner-main {
      min-height: 1000px;
      max-height: 1000px; } }
  @media screen and (max-width: 600px) {
    .banner-main {
      min-height: 550px;
      max-height: 550px; } }

.banner .link-to-services .link-button {
  bottom: calc(12% + 50px); }
  @media screen and (max-width: 600px) {
    .banner .link-to-services .link-button {
      bottom: 90px; } }

.banner .link-button {
  position: absolute;
  bottom: 12%;
  left: 11%;
  color: #fff; }
  @media screen and (max-width: 600px) {
    .banner .link-button {
      bottom: 45px;
      left: 6%; } }

.banner iframe {
  min-height: 750px;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 1050px) {
    .banner iframe {
      display: none; } }

.banner-main {
  max-height: 750px;
  min-height: 650px; }

.banner-detail__subtitle {
  font-size: 0.75em;
  max-width: 1130px;
  color: #c3c3c3; }

.risks {
  margin: 25px 0 0 11%;
  padding: 13% 7% 0;
  background: #F8F8F9;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow-x: hidden;
  width: 100%; }
  .risks__item {
    width: 33%;
    padding: 0 7% 12%;
    position: relative;
    counter-increment: inst;
    margin-bottom: 0; }
    .risks__item-title {
      font-family: "Neris SemiBold", sans-serif;
      line-height: 1.3;
      letter-spacing: 0.04em;
      color: #000000;
      padding-top: 5px;
      font-size: 1.25rem;
      margin-bottom: 0.75rem; }
    .risks__item-text {
      font-family: "Neris SemiBold", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 1.15rem;
      line-height: 1.3;
      letter-spacing: 0.04em;
      color: #00725C; }
    .risks__item:before {
      content: counter(inst);
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      font-family: "Poppins ExtraBold", sans-serif;
      font-size: 5rem;
      line-height: 97%;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #00725C;
      width: 0;
      height: 0;
      text-shadow: 0 3.81881px 7.14055px rgba(4, 37, 13, 0.0421718), 0 9.17714px 12.3493px rgba(4, 37, 13, 0.0605839), 0 17.2797px 17.8949px rgba(4, 37, 13, 0.075), 0 30.8241px 29.581px rgba(4, 37, 13, 0.0894161), 0 57.6531px 66.0675px rgba(4, 37, 13, 0.107828), 0 138px 258px rgba(4, 37, 13, 0.15); }
      @media screen and (max-width: 1050px) {
        .risks__item:before {
          font-size: 4rem; } }
      @media screen and (max-width: 720px) {
        .risks__item:before {
          top: 5%;
          left: 4%;
          font-size: 3rem; } }
    .risks__item:after {
      content: url("/static/img/circle-number.png");
      display: block;
      position: absolute;
      left: -40px;
      top: -50px; }
      @media screen and (max-width: 720px) {
        .risks__item:after {
          transform: scale(0.6); } }
    .risks__item:nth-child(n+10) .list-services__item-text {
      padding-left: 40px; }
    .risks__item:nth-child(n+10) .list-services__subitem {
      padding-left: 40px; }
    @media screen and (max-width: 1500px) {
      .risks__item {
        padding: 0 5% 12% 11%; }
        .risks__item:nth-child(n+10) .list-services__item-text {
          padding-left: 20px; }
        .risks__item:nth-child(n+10) .list-services__subitem {
          padding-left: 20px; } }
    @media screen and (max-width: 1200px) {
      .risks__item {
        width: 50%;
        padding: 0 10% 18% 12%; } }
    @media screen and (max-width: 1050px) {
      .risks__item {
        padding: 0 5% 15% 15%; }
        .risks__item:nth-child(n+10) .list-services__item-text {
          padding-left: 0; }
        .risks__item:nth-child(n+10) .list-services__subitem {
          padding-left: 0; } }
    @media screen and (max-width: 600px) {
      .risks__item {
        width: 100%;
        padding-bottom: 70px;
        min-height: 110px; }
        .risks__item:nth-child(n+10) .list-services__item-text {
          padding-left: 20px; }
        .risks__item:nth-child(n+10) .list-services__subitem {
          padding-left: 20px; } }
    @media screen and (max-width: 400px) {
      .risks__item {
        padding: 0 5% 30px 60px;
        min-height: 90px; } }
  @media screen and (max-width: 720px) {
    .risks {
      margin: 25px 0 0 6%;
      width: 94%; } }

.additional-block {
  font-family: "Neris SemiBold", sans-serif;
  font-size: 0.8em;
  line-height: 145%;
  letter-spacing: 0.03em;
  color: #222629;
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px; }
  .additional-block:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(179.63deg, #00725C 0.02%, rgba(0, 114, 92, 0) 99.98%); }
  .additional-block strong {
    color: #00725C; }
  @media screen and (max-width: 600px) {
    .additional-block {
      font-size: 0.8em; } }

.home-press-center {
  display: flex;
  width: 100%;
  min-height: 100%;
  font-family: "Neris SemiBold";
  flex-wrap: wrap;
  position: relative;
  z-index: 300;
  height: initial;
  bottom: 150px;
  padding-bottom: 65px;
  top: 65px; }
  .home-press-center__item {
    width: 25%;
    height: 530px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
    border: 1px solid #E1E1E1; }
    .home-press-center__item p {
      color: #222629; }
    @media screen and (max-width: 1600px) {
      .home-press-center__item {
        height: 400px; } }
    @media screen and (max-width: 1300px) {
      .home-press-center__item {
        height: 350px; } }
    @media screen and (max-width: 1050px) {
      .home-press-center__item {
        width: 33.333%; }
        .home-press-center__item:last-child {
          display: none; } }
    @media screen and (max-width: 720px) {
      .home-press-center__item {
        height: 260px; } }
    @media screen and (max-width: 600px) {
      .home-press-center__item {
        flex: 0 0 auto;
        width: 240px; } }
  .home-press-center::-webkit-scrollbar {
    width: 0;
    background: transparent; }
  @media screen and (max-width: 1050px) {
    .home-press-center {
      padding-bottom: 165px; } }
  @media screen and (max-width: 600px) {
    .home-press-center {
      top: 30px;
      padding-bottom: 115px;
      overflow-x: auto;
      flex-wrap: nowrap; } }

.main-page_press-center {
  padding-top: 25px; }

.review-slider {
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
  font-family: "Neris SemiBold";
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  min-height: 300px;
  height: 100%; }
  .review-slider .slick-slider {
    height: 100%; }
  .review-slider__item {
    width: 100%;
    padding-bottom: 70px;
    padding-left: 5px;
    padding-right: 5px; }
    @media all and (max-width: 600px) {
      .review-slider__item {
        padding-bottom: 30px; } }
    .review-slider__item-text {
      position: relative;
      max-height: 200px;
      overflow-y: auto;
      scrollbar-color: #00725C transparent;
      scrollbar-width: thin; }
      .review-slider__item-text::-webkit-scrollbar {
        width: 3px; }
      .review-slider__item-text::-webkit-scrollbar-thumb {
        background: #00725C; }
      .review-slider__item-text p {
        font-family: "Neris light";
        line-height: 140%;
        letter-spacing: 0.03em;
        height: 100%;
        width: 99%;
        scrollbar-color: #00725C transparent;
        scrollbar-width: thin; }
        .review-slider__item-text p::-webkit-scrollbar {
          width: 3px; }
        .review-slider__item-text p::-webkit-scrollbar-thumb {
          background: #00725C; }
        .review-slider__item-text p:first-child {
          font-family: "Neris SemiBold"; }
      .review-slider__item-text p, .review-slider__item-text ul, .review-slider__item-text ol, .review-slider__item-text blockquote {
        font-size: 0.6em;
        color: #FFFFFF; }
        @media screen and (max-width: 1050px) {
          .review-slider__item-text p, .review-slider__item-text ul, .review-slider__item-text ol, .review-slider__item-text blockquote {
            font-size: 0.9em; } }
      .review-slider__item-text ul, .review-slider__item-text ol {
        padding-top: 10px; }
        .review-slider__item-text ul li, .review-slider__item-text ol li {
          position: relative;
          padding-left: 10px;
          color: #FFFFFF;
          font-size: 1em; }
      .review-slider__item-text ul li:before {
        top: 25px; }
        @media screen and (max-width: 720px) {
          .review-slider__item-text ul li:before {
            top: 20px; } }
      @media screen and (max-width: 600px) {
        .review-slider__item-text {
          padding-top: 20px;
          max-height: 280px; } }
    .review-slider__item-author {
      font-weight: 300;
      font-size: 0.5em;
      line-height: 195%;
      margin-top: 40px; }
      @media screen and (max-width: 600px) {
        .review-slider__item-author {
          font-size: 0.875rem;
          line-height: 1.5; } }
  @media screen and (max-width: 600px) {
    .review-slider {
      min-height: 200px; } }

.slick-slide img {
  border: 5px solid #fff;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.slick-prev, .slick-next {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  background: #FFFFFF;
  width: 125px;
  height: 125px;
  transform: none;
  z-index: 15; }
  .slick-prev:before, .slick-next:before {
    width: 50px;
    height: 30px;
    content: '' !important;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1 !important; }
    @media screen and (max-width: 1050px) {
      .slick-prev:before, .slick-next:before {
        width: 23px;
        height: 13px;
        background-size: 23px 13px !important; } }
  @media screen and (max-width: 1600px) {
    .slick-prev, .slick-next {
      width: 70px;
      height: 70px; } }
  @media screen and (max-width: 1050px) {
    .slick-prev, .slick-next {
      width: 50px;
      height: 50px; } }

.slick-prev {
  right: 125px;
  background: #222629; }
  .slick-prev:before {
    background: url("/static/icons/Group178.png") no-repeat; }
  .slick-prev:hover {
    background: #222629; }
  @media screen and (max-width: 1500px) {
    .slick-prev {
      right: 80px; } }
  @media screen and (max-width: 1050px) {
    .slick-prev {
      right: 50px; } }

.slick-next {
  background: #fff; }
  .slick-next:hover, .slick-next:focus {
    background: #fff; }
  .slick-next:before {
    background: url("/static/icons/Group179.png") no-repeat; }

@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg); } }

@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg); } }

.slick-slide:focus, .slick-slide a {
  outline: none; }

.home-review {
  padding: 3% 5% 0; }
  @media screen and (max-width: 1050px) {
    .home-review {
      padding-top: 3%; } }

.home-slider {
  text-align: center;
  font-size: 60px;
  position: relative;
  z-index: 20;
  width: 100%;
  display: block;
  margin-top: 90px; }
  .home-slider__item {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1);
    cursor: grab; }
    .home-slider__item.iframe {
      padding: 5px;
      cursor: url("/static/img/cursorVideo.png"), auto; }
      .home-slider__item.iframe .video-play-button {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 30; }
        @media screen and (max-width: 1050px) {
          .home-slider__item.iframe .video-play-button {
            height: 75px;
            width: 75px; }
            .home-slider__item.iframe .video-play-button span {
              border-left: 30px solid #fff;
              border-top: 20px solid transparent;
              border-bottom: 20px solid transparent;
              transform: translate(-40%, -50%); }
            .home-slider__item.iframe .video-play-button:before {
              width: 80px;
              height: 80px; }
            .home-slider__item.iframe .video-play-button:after {
              width: 120px;
              height: 120px; } }
      .home-slider__item.iframe:after {
        display: block; }
    .home-slider__item:after {
      content: '';
      position: absolute;
      display: none;
      background: transparent;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 20; }
    @media screen and (max-width: 1600px) {
      .home-slider__item {
        height: 380px; } }
    @media screen and (max-width: 1050px) {
      .home-slider__item {
        height: 320px; } }
    @media screen and (max-width: 600px) {
      .home-slider__item {
        height: 200px; } }
  .home-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .home-slider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: auto;
    width: 70px;
    height: 70px;
    transform: none;
    z-index: 10;
    cursor: pointer; }
    .home-slider .slick-arrow:before {
      width: 33px;
      height: 20px;
      content: '' !important;
      position: absolute;
      color: #fff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1 !important; }
      @media screen and (max-width: 1050px) {
        .home-slider .slick-arrow:before {
          width: 23px;
          height: 13px;
          background-size: 23px 13px !important; } }
    .home-slider .slick-arrow.next {
      background: #222629; }
      .home-slider .slick-arrow.next:before {
        background: url("/static/icons/NextArr.png") no-repeat; }
    .home-slider .slick-arrow.prev {
      background: #fff; }
      .home-slider .slick-arrow.prev:hover, .home-slider .slick-arrow.prev:focus {
        background: #fff; }
      .home-slider .slick-arrow.prev:before {
        background: url("/static/icons/prevArr.png") no-repeat; }
    @media screen and (max-width: 1050px) {
      .home-slider .slick-arrow {
        width: 50px;
        height: 50px; } }
    @media screen and (max-width: 600px) {
      .home-slider .slick-arrow {
        display: none; } }
  @media screen and (max-width: 1050px) {
    .home-slider {
      margin-top: 50px;
      margin-bottom: 65px; } }

.banner-detail.main-banner {
  font-family: "Oswald Bold", sans-serif;
  font-weight: 600; }
  .banner-detail.main-banner p {
    font-family: "Oswald Bold", sans-serif;
    font-weight: 600;
    width: auto;
    font-size: 2.15em;
    line-height: 105%;
    letter-spacing: 0.03em;
    color: #fff; }
    .banner-detail.main-banner p strong {
      color: #00725c;
      font-family: "Oswald Bold", sans-serif;
      font-weight: 600; }
    @media screen and (max-width: 1300px) {
      .banner-detail.main-banner p {
        width: 85%; } }
    @media screen and (max-width: 1050px) {
      .banner-detail.main-banner p {
        font-size: 1.7em; } }
    @media screen and (max-width: 600px) {
      .banner-detail.main-banner p {
        font-size: 1.6em;
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .banner-detail.main-banner {
      top: 62%;
      padding-right: 20px; } }

.banner-main {
  overflow: hidden; }
  @media screen and (max-width: 720px) {
    .banner-main {
      min-height: 1000px;
      max-height: 1000px; } }
  @media screen and (max-width: 600px) {
    .banner-main {
      min-height: 550px;
      max-height: 550px; } }

.banner .link-to-services .link-button {
  bottom: calc(13% + 50px); }
  @media screen and (max-width: 600px) {
    .banner .link-to-services .link-button {
      bottom: 90px; } }

.banner .link-to-cases .link-button {
  bottom: calc(13% + -55px); }
  @media screen and (max-width: 600px) {
    .banner .link-to-cases .link-button {
      bottom: 134px; } }

.banner .link-button {
  position: absolute;
  bottom: 13%;
  left: 11%;
  color: #fff; }
  @media screen and (max-width: 600px) {
    .banner .link-button {
      bottom: 45px;
      left: 6%; } }

.banner iframe {
  min-height: 750px;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 1050px) {
    .banner iframe {
      display: none; } }

.banner-main {
  max-height: 750px;
  min-height: 650px; }

.navigation {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  height: 50px;
  padding: 0 6% 0 11%;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  list-style: none; }
  .navigation::-webkit-scrollbar {
    width: 0;
    background: transparent; }
  .navigation__item {
    margin: 0 2px;
    font-family: "Neris SemiBold";
    line-height: 50px;
    position: relative;
    left: 0;
    transition: all .3s linear; }
    .navigation__item:before {
      display: none; }
    .navigation__item a {
      font-family: "Neris SemiBold";
      letter-spacing: 0.04em;
      color: rgba(4, 7, 8, 0.4);
      transition: all 0.5s linear;
      display: inline-block;
      height: 100%;
      padding: 0 35px; }
    .navigation__item:hover, .navigation__item.is-active {
      cursor: pointer;
      background: #222629; }
      .navigation__item:hover a, .navigation__item.is-active a {
        color: #FFFFFF; }
    @media screen and (max-width: 1050px) {
      .navigation__item {
        line-height: 40px;
        margin: 0; }
        .navigation__item:hover {
          background: none; }
          .navigation__item:hover a {
            color: rgba(4, 7, 8, 0.4); }
        .navigation__item.is-active {
          cursor: pointer;
          background: #222629; }
          .navigation__item.is-active a {
            color: #FFFFFF; }
        .navigation__item a {
          padding: 0 15px; } }
    @media screen and (max-width: 600px) {
      .navigation__item {
        line-height: 30px; }
        .navigation__item a {
          padding: 0 10px;
          font-size: 1.2em; }
        .navigation__item:last-child {
          margin-right: 20px; } }
  @media screen and (max-width: 1050px) {
    .navigation {
      height: 40px; } }
  @media screen and (max-width: 720px) {
    .navigation {
      padding: 0 2%; }
      .navigation.navigation-start {
        justify-content: flex-start;
        padding-left: 6%; } }
  @media screen and (max-width: 600px) {
    .navigation {
      height: auto;
      padding-bottom: 0; } }

.about-team__title {
  font-family: "Neris SemiBold";
  font-size: 1em;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #222629; }

.about-team__description {
  font-family: "Neris Light";
  font-size: 0.5em;
  line-height: 195%;
  color: #222629;
  padding: 50px 0; }
  .about-team__description ul {
    font-size: 1em; }
    .about-team__description ul li {
      margin-bottom: 15px; }
  @media screen and (max-width: 1050px) {
    .about-team__description {
      font-size: 0.6em; } }
  @media screen and (max-width: 600px) {
    .about-team__description {
      font-size: 0.7em;
      padding: 20px 0; } }

.about-team__subtitle {
  font-family: "Neris SemiBold";
  font-size: 1.75em;
  line-height: 145%;
  letter-spacing: 0.03em;
  color: #000000; }
  @media screen and (max-width: 1050px) {
    .about-team__subtitle {
      font-size: 1.2em; } }
  @media screen and (max-width: 600px) {
    .about-team__subtitle {
      font-size: 0.8em; } }

.about-team .first-col__title {
  padding-bottom: 5px; }

.about-team img {
  max-width: 100%; }


.our-mission {
  position: relative;
  font-family: "Neris SemiBold";
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  padding: 8% 11%; }
  .our-mission h3 {
    font-size: 21px;
    line-height: 155%;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.2); }
  .our-mission__title h1 {
    font-size: 73px;
    line-height: 105%; }
    .our-mission__title h1 span {
      color: #61B946; }
  .our-mission__title h4 {
    font-size: 10px;
    line-height: 160%;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
    .our-mission__title h4 span {
      width: 3px;
      height: 3px;
      margin: 0 10px;
      background-color: #fff;
      border-radius: 50%;
      display: inline-block;
      line-height: 160%;
      vertical-align: 2px; }

.modal {
  background: rgba(0, 0, 0, 0.7); }

.modal .modal-main.modal-video {
  height: 100%;
  width: 85%;
  padding: 0;
  border-radius: 10px;
  background: transparent; }
  .modal .modal-main.modal-video iframe {
    max-height: 100%;
    min-height: auto;
    height: 100%;
    border-radius: 10px;
    display: block; }
  @media screen and (max-width: 600px) {
    .modal .modal-main.modal-video {
      height: 40%;
      width: 92%; } }

.display-block {
  display: block; }

.display-none {
  display: none; }

.modal-main__close.close-video {
  position: fixed;
  right: 3%;
  top: 30px;
  background: none;
  border: none; }
  .modal-main__close.close-video:active, .modal-main__close.close-video:focus {
    outline: none; }
  .modal-main__close.close-video path {
    stroke: #ffffff; }
  @media screen and (max-width: 1050px) {
    .modal-main__close.close-video {
      top: 0;
      right: -55px; } }
  @media screen and (max-width: 600px) {
    .modal-main__close.close-video {
      top: 18%;
      right: -10%; } }

.press-center-anothers {
  display: flex;
  width: 100%;
  min-height: 100%;
  font-family: "Neris SemiBold";
  position: relative;
  z-index: 20;
  height: initial;
  bottom: 150px;
  padding-bottom: 215px;
  top: 65px; }
  .press-center-anothers::-webkit-scrollbar {
    width: 0;
    background: transparent; }
  .press-center-anothers__item {
    width: 25%;
    height: 530px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
    border: 1px solid #E1E1E1; }
    @media screen and (max-width: 1700px) {
      .press-center-anothers__item {
        height: 430px; } }
    @media screen and (max-width: 1450px) {
      .press-center-anothers__item {
        height: 330px; } }
    @media screen and (max-width: 1200px) {
      .press-center-anothers__item {
        height: 280px; } }
    @media screen and (max-width: 1050px) {
      .press-center-anothers__item {
        height: 300px; } }
    @media screen and (max-width: 720px) {
      .press-center-anothers__item {
        height: 260px;
        width: 240px;
        flex: 0 0 auto; } }
  @media screen and (max-width: 1050px) {
    .press-center-anothers {
      top: 30px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 720px) {
    .press-center-anothers {
      margin: 30px 0 70px;
      overflow-x: auto;
      flex-wrap: nowrap; } }

.press-center-content {
  position: relative; }
  .press-center-content p {
    font-family: "Neris Light";
    font-size: 0.6em;
    line-height: 195%;
    color: #000000; }
    .press-center-content p img {
      max-width: 100%;
      padding: 80px 0 40px; }
      @media screen and (max-width: 1500px) {
        .press-center-content p img {
          padding: 55px 0 25px; } }
    .press-center-content p a {
      font-style: italic;
      font-weight: bold; }
  .press-center-content .first-col__title {
    line-height: 130%;
    color: #00725C; }
  @media all and (max-width: 600px) {
    .press-center-content p, .press-center-content li, .press-center-content ul {
      font-size: 0.875rem; } }

.press-center-content .press-center-author {
  display: flex;
  align-items: center;
  height: 80px; }
  .press-center-content .press-center-author__wrapper {
    width: 80px;
    height: 80px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    background-size: cover !important; }
    .press-center-content .press-center-author__wrapper:before {
      content: "";
      position: absolute;
      display: block;
      height: 18px;
      width: 18px;
      background: #222629;
      top: -18px;
      left: -18px; }
      @media screen and (max-width: 1050px) {
        .press-center-content .press-center-author__wrapper:before {
          width: 14px;
          height: 14px;
          top: -14px;
          left: -14px; } }
      @media screen and (max-width: 720px) {
        .press-center-content .press-center-author__wrapper:before {
          width: 10px;
          height: 10px;
          top: -10px;
          left: -10px; } }
      @media screen and (max-width: 500px) {
        .press-center-content .press-center-author__wrapper:before {
          width: 8px;
          height: 8px;
          top: -8px;
          left: -8px; } }
    @media screen and (max-width: 1050px) {
      .press-center-content .press-center-author__wrapper {
        width: 60px;
        min-width: 60px;
        height: 60px; } }
  .press-center-content .press-center-author__detail {
    margin-left: 15px; }
    .press-center-content .press-center-author__detail-name {
      font-family: "Neris SemiBold";
      font-size: 0.8em;
      line-height: 145%;
      letter-spacing: 0.03em;
      color: #0A1013; }
      @media screen and (max-width: 500px) {
        .press-center-content .press-center-author__detail-name {
          font-size: 1.15em; } }
    .press-center-content .press-center-author__detail-position {
      font-family: "Neris SemiBold";
      font-size: 0.3em;
      line-height: 160%;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(10, 16, 19, 0.4); }
      @media screen and (max-width: 500px) {
        .press-center-content .press-center-author__detail-position {
          font-size: 0.45em; } }

.share {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .share-title {
    font-family: "Neris SemiBold";
    font-size: 0.8em;
    line-height: 145%;
    letter-spacing: 0.03em;
    color: #0A1013; }
    @media screen and (max-width: 500px) {
      .share-title {
        font-size: 1.15em; } }
  .share-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-left: 50px; }
    .share-social__item {
      width: 80px;
      height: 80px;
      border: 1px solid #DCDCDC;
      position: relative;
      transition: all .2s linear;
      cursor: pointer; }
      .share-social__item-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 50%;
        max-height: 100%;
        width: 50%; }
      .share-social__item:hover {
        transform: scale(1.1);
        border: 1px solid #DCDCDC;
        background: #fff;
        z-index: 5;
        box-sizing: border-box;
        box-shadow: 0px 1.43897px 2.21381px rgba(0, 0, 0, 0.00843437), 0px 3.45805px 5.32008px rgba(0, 0, 0, 0.0121168), 0px 6.51121px 10.0172px rgba(0, 0, 0, 0.015), 0px 11.6149px 17.869px rgba(0, 0, 0, 0.0178832), 0px 21.7244px 33.4221px rgba(0, 0, 0, 0.0215656), 0px 52px 80px rgba(0, 0, 0, 0.03); }
      @media screen and (max-width: 1050px) {
        .share-social__item {
          width: 60px;
          height: 60px; } }
      @media screen and (max-width: 720px) {
        .share-social__item {
          width: 44px;
          height: 44px; } }
    @media screen and (max-width: 720px) {
      .share-social {
        padding-left: 0; } }
    @media screen and (max-width: 500px) {
      .share-social {
        padding-top: 15px; } }
  @media screen and (max-width: 720px) {
    .share {
      justify-content: space-between;
      padding-bottom: 45px; } }
  @media screen and (max-width: 720px) {
    .share {
      flex-direction: column; } }

.success-share {
  height: 60px;
  width: 50%;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  position: absolute;
  z-index: 15;
  left: 10%;
  top: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  box-shadow: 0px 1.43897px 2.21381px rgba(0, 0, 0, 0.00843437), 0px 3.45805px 5.32008px rgba(0, 0, 0, 0.0121168), 0px 6.51121px 10.0172px rgba(0, 0, 0, 0.015), 0px 11.6149px 17.869px rgba(0, 0, 0, 0.0178832), 0px 21.7244px 33.4221px rgba(0, 0, 0, 0.0215656), 0px 52px 80px rgba(0, 0, 0, 0.03);
  opacity: 0;
  visibility: hidden;
  transition: visibility .3s linear, opacity .3s linear; }
  .success-share__text {
    font-family: "Neris SemiBold";
    font-size: 0.5em;
    line-height: 165%;
    letter-spacing: 0.04em;
    color: #222629;
    padding-left: 10px; }
    @media screen and (max-width: 500px) {
      .success-share__text {
        font-size: 0.4em; } }
  .success-share.visible-share {
    visibility: visible;
    opacity: 1;
    transition: visibility .3s linear, opacity .3s linear; }
  @media screen and (max-width: 1500px) {
    .success-share {
      top: 90px;
      width: auto;
      padding: 0 20px; } }
  @media screen and (max-width: 1050px) {
    .success-share {
      height: 35px;
      top: 75px; } }
  @media screen and (max-width: 720px) {
    .success-share {
      height: 25px; }
      .success-share img {
        transform: scale(0.7); } }
  @media screen and (max-width: 720px) {
    .success-share {
      min-height: 35px;
      height: auto;
      top: 100px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      padding: 5px 10px; } }


.list-services {
  width: 100%;
  margin: 25px 0 0 11%;
  padding: 150px 100px;
  background: #F8F8F9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .list-services__item {
    flex: 1 1 33%;
    padding: 0 150px 150px;
    position: relative;
    counter-increment: inst; }
    .list-services__item-text {
      font-family: "Neris SemiBold";
      font-size: 15px;
      line-height: 165%;
      letter-spacing: 0.04em;
      color: #000000; }
    .list-services__item:before {
      content: counter(inst);
      position: absolute;
      display: block;
      left: 0;
      font-family: "Poppins ExtraBold";
      font-size: 110px;
      line-height: 97%;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #61B946;
      text-shadow: 0px 3.81881px 7.14055px rgba(4, 37, 13, 0.0421718), 0px 9.17714px 12.3493px rgba(4, 37, 13, 0.0605839), 0px 17.2797px 17.8949px rgba(4, 37, 13, 0.075), 0px 30.8241px 29.581px rgba(4, 37, 13, 0.0894161), 0px 57.6531px 66.0675px rgba(4, 37, 13, 0.107828), 0px 138px 258px rgba(4, 37, 13, 0.15); }
    .list-services__item:after {
      content: url("/static/img/circle-number.png");
      display: block;
      position: absolute;
      left: -40px;
      top: -50px; }

.home-cooperation {
  display: flex;
  height: 480px;
  font-family: "Neris SemiBold";
  flex-wrap: wrap;
  position: relative;
  z-index: 50; }
  .home-cooperation__item {
    height: 480px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border: 1px solid #E1E1E1; }
    .home-cooperation__item-description {
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      position: relative;
      font-size: 0.6em;
      line-height: 155%;
      letter-spacing: 0.01em;
      z-index: 5;
      padding: 5px 10px 5px 5px; }
      .home-cooperation__item-description .title, .home-cooperation__item-description .text {
        opacity: 0;
        visibility: hidden;
        transition: visibility 0.3s linear, opacity 0.3s linear;
        text-align: center; }
      .home-cooperation__item-description .title {
        color: #222629;
        position: absolute;
        top: 5%; }
      .home-cooperation__item-description .text {
        color: #B5B5B5;
        position: absolute;
        bottom: 5%; }
      @media screen and (max-width: 600px) {
        .home-cooperation__item-description {
          font-size: 0.5em; } }
    .home-cooperation__item:hover .title, .home-cooperation__item:hover .text {
      opacity: 1;
      visibility: visible; }
    @media screen and (max-width: 1500px) {
      .home-cooperation__item {
        height: 400px; } }
    @media screen and (max-width: 1250px) {
      .home-cooperation__item {
        height: 320px; }
        .home-cooperation__item img {
          margin: 0; } }
    @media screen and (max-width: 720px) {
      .home-cooperation__item {
        padding: 0;
        height: 240px; } }
    @media screen and (max-width: 600px) {
      .home-cooperation__item {
        height: calc(100vw/3);
        width: calc(100vw/3); }
        .home-cooperation__item img {
          max-height: 70%; } }
  .home-cooperation__label {
    width: 25%;
    height: 100%;
    background: #222629;
    border: 1px solid #3D3F3F;
    position: relative; }
    .home-cooperation__label p {
      position: absolute;
      top: 10%;
      right: 5%;
      font-size: 0.6em;
      line-height: 155%;
      letter-spacing: 0.01em;
      color: #B5B5B5; }
      @media screen and (max-width: 1250px) {
        .home-cooperation__label p {
          font-size: 0.7em; } }
      @media screen and (max-width: 1050px) {
        .home-cooperation__label p {
          width: 50%;
          right: auto;
          left: 5%;
          top: -20px;
          font-size: 1em; } }
      @media screen and (max-width: 600px) {
        .home-cooperation__label p {
          width: 90%;
          top: 5px; } }
    @media screen and (max-width: 1050px) {
      .home-cooperation__label {
        width: 100%;
        height: 50px;
        background: transparent;
        border: none; } }
  .home-cooperation__slider {
    width: 75%;
    height: 100%; }
    @media screen and (max-width: 1050px) {
      .home-cooperation__slider {
        width: 100%; } }
  .home-cooperation .slick-prev, .home-cooperation .slick-next {
    top: 355px;
    bottom: auto; }
  .home-cooperation .slick-next {
    left: -125px; }
  .home-cooperation .slick-prev {
    left: -250px; }
  @media screen and (max-width: 1600px) {
    .home-cooperation .slick-prev, .home-cooperation .slick-next {
      top: 410px; }
    .home-cooperation .slick-next {
      left: -70px; }
    .home-cooperation .slick-prev {
      left: -140px; } }
  @media screen and (max-width: 1500px) {
    .home-cooperation {
      height: 400px; }
      .home-cooperation .slick-prev, .home-cooperation .slick-next {
        top: 330px; } }
  @media screen and (max-width: 1250px) {
    .home-cooperation {
      height: 320px; }
      .home-cooperation .slick-prev, .home-cooperation .slick-next {
        top: 250px; } }
  @media screen and (max-width: 1050px) {
    .home-cooperation {
      top: 0;
      padding-top: 50px;
      z-index: 350;
      height: 420px; }
      .home-cooperation .slick-prev, .home-cooperation .slick-next {
        top: 270px;
        left: auto; }
      .home-cooperation .slick-next {
        right: 5px; }
      .home-cooperation .slick-prev {
        right: 55px; } }
  @media screen and (max-width: 720px) {
    .home-cooperation {
      height: 340px; }
      .home-cooperation .slick-prev, .home-cooperation .slick-next {
        top: 190px; }
      .home-cooperation .slick-next {
        right: 0; }
      .home-cooperation .slick-prev {
        right: 50px; } }
  @media screen and (max-width: 600px) {
    .home-cooperation {
      height: 210px; }
      .home-cooperation .slick-prev, .home-cooperation .slick-next {
        top: calc(100vw / 3 - 25px);
        height: 25px;
        width: 25px; }
        .home-cooperation .slick-prev:before, .home-cooperation .slick-next:before {
          width: 18px;
          height: 10px;
          background-size: 18px 10px !important; }
      .home-cooperation .slick-prev {
        right: 25px; } }

.banner-white {
  height: 390px;
  position: relative; }
  .banner-white__back {
    display: none;
    font-size: 0.3em;
    font-family: "Neris SemiBold";
    color: #010204;
    line-height: 160%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: absolute;
    top: 75px;
    left: 6%;
    align-items: center;
    z-index: 10; }
    .banner-white__back img {
      padding-right: 5px; }
    @media screen and (max-width: 600px) {
      .banner-white__back {
        display: flex;
        font-size: 0.5em; } }
  .banner-white__title {
    position: absolute;
    text-align: center;
    color: #010204;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .banner-white__title h1 {
      font-size: 2.1em;
      line-height: 105%;
      font-family: "Neris SemiBold"; }
      @media screen and (max-width: 600px) {
        .banner-white__title h1 {
          font-size: 2em; } }
      @media screen and (max-width: 400px) {
        .banner-white__title h1 {
          font-size: 1.6em; } }
    .banner-white__title:before {
      content: url("/static/img/banner-pattern.png");
      position: absolute;
      display: none;
      right: 0;
      top: 75%;
      transform: translate(50%, -50%);
      z-index: -1; }
      @media screen and (max-width: 1050px) {
        .banner-white__title:before {
          content: url("/static/img/banner-pattern-sm.png");
          transform: translate(50%, -40%) scale(1.2); } }
      @media screen and (max-width: 600px) {
        .banner-white__title:before {
          transform: translate(50%, -50%) scale(1); } }
    @media screen and (max-width: 600px) {
      .banner-white__title {
        top: 60%; }
        .banner-white__title .nav-title {
          display: none; } }
  @media screen and (max-width: 1050px) {
    .banner-white {
      height: 300px; } }
  @media screen and (max-width: 600px) {
    .banner-white {
      height: 200px; } }

.worker-profile {
  position: relative;
  top: 106px;
  background: #F8F8F9;
  width: 90%;
  display: flex;
  margin-bottom: 100px; }
  .worker-profile__left {
    width: 65%;
    padding: 140px 5% 140px 11%; }
  .worker-profile__right {
    width: 35%;
    text-align: center; }
    .worker-profile__right img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover; }
  .worker-profile__name {
    font-family: "Neris SemiBold";
    font-size: 73px;
    line-height: 105%;
    letter-spacing: 0.03em;
    color: #010204; }
  .worker-profile__position {
    font-family: "Neris SemiBold";
    font-size: 15px;
    line-height: 235%;
    letter-spacing: 0.04em;
    color: rgba(0, 0, 0, 0.5); }
  .worker-profile__slogan {
    font-family: "Neris Light";
    font-style: italic;
    font-size: 34px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #010204;
    margin-top: 30px;
    position: relative;
    left: 3%; }
    .worker-profile__slogan:before {
      content: "";
      position: absolute;
      display: block;
      height: 100%;
      width: 4px;
      background: #61B946;
      left: -3%; }
  .worker-profile__languages {
    font-family: "Neris SemiBold";
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #222629;
    padding: 25px 0; }


.home-business {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  min-height: 100%;
  font-family: "Neris SemiBold";
  position: relative;
  z-index: 200;
  height: initial; }
  .home-business__item {
    width: 25%;
    height: 540px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
    border: 1px solid #E1E1E1;
    overflow: hidden; }
    .home-business__item-image {
      height: 100px;
      margin-top: 50%;
      transform: translateY(-50%);
      transition: transform 0.3s ease; }
    .home-business__item-title {
      transition: transform 0.3s ease, color 0.3s ease;
      will-change: transform; }
    .home-business__item-description p {
      width: 100%;
      font-size: 21px;
      line-height: 155%;
      text-align: center;
      letter-spacing: 0.01em;
      color: #222629;
      margin-top: -50px;
      transition: transform 0.3s ease, color 0.3s ease;
      will-change: transform; }
    .home-business__item:hover {
      background: none !important;
      background-color: transparent !important;
      cursor: pointer; }
      .home-business__item:hover .home-business__item-image {
        transform: translateY(-60%); }
      .home-business__item:hover .home-business__item-title {
        transform: translateY(-50px) !important; }
      .home-business__item:hover .home-business__item-description p {
        transform: translateY(-30px); }
  .home-business__image {
    position: absolute;
    height: 100%;
    max-width: 100%;
    width: 100%; }

.home-cooperation {
  display: flex;
  width: 100%;
  min-height: 100%;
  font-family: "Neris SemiBold";
  flex-wrap: wrap;
  position: relative;
  z-index: 200;
  height: initial; }
  .home-cooperation__item {
    width: 25%;
    height: 480px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    border: 1px solid #E1E1E1; }
    .home-cooperation__item-description {
      width: 50%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      position: relative;
      font-size: 21px;
      line-height: 155%;
      letter-spacing: 0.01em; }
      .home-cooperation__item-description .title, .home-cooperation__item-description .text {
        opacity: 0;
        visibility: hidden;
        transition: visibility 0.3s linear, opacity 0.3s linear; }
      .home-cooperation__item-description .title {
        color: #222629;
        position: absolute;
        top: 5%; }
      .home-cooperation__item-description .text {
        color: #B5B5B5;
        position: absolute;
        bottom: 5%; }
    .home-cooperation__item:hover .title, .home-cooperation__item:hover .text {
      opacity: 1;
      visibility: visible; }
  .home-cooperation__label {
    width: 25%;
    height: 480px;
    background: #222629;
    border: 1px solid #3D3F3F; }
    .home-cooperation__label p {
      position: relative;
      top: 10%;
      left: 20%;
      font-size: 21px;
      line-height: 155%;
      letter-spacing: 0.01em;
      color: #B5B5B5; }

@media screen and (max-width: 720px) {
  .home-cooperation__label {
    width: 100% !important;
    height: 50px !important;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial; }
  .home-cooperation__item {
    height: 300px; }
  .home-cooperation__item-description .title {
    font-size: 14px; }
  .home-cooperation__item-description .text {
    font-size: 12px; } }

.home-practices {
  display: flex;
  width: 100%;
  min-height: 100%;
  font-family: "Neris SemiBold"; }
  .home-practices__items {
    width: 67%;
    position: relative;
    color: #FFFFFF;
    top: 100px;
    overflow: hidden;
    height: 100%; }
    .home-practices__items-image {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .home-practices__items-image img {
        width: 100%;
        height: 100%;
        transition: all 1s ease-in-out; }
    .home-practices__items .practices-list {
      position: absolute;
      top: 10%;
      left: 25%; }
      .home-practices__items .practices-list__item {
        height: 65px;
        margin-bottom: 5px;
        width: 100%;
        line-height: 65px;
        opacity: 0.7; }
        .home-practices__items .practices-list__item-icon {
          position: absolute;
          height: 65px;
          width: 65px;
          border: 2px solid rgba(97, 185, 70, 0.41);
          border-radius: 50%;
          left: -150px;
          visibility: hidden;
          opacity: 0;
          transition: visibility 0.3s linear 0s, opacity 0.3s linear 0s; }
          .home-practices__items .practices-list__item-icon .inner-1 {
            border: 2px solid rgba(97, 185, 70, 0.71);
            position: absolute;
            border-radius: 50%;
            height: 70%;
            width: 70%;
            top: 15%;
            left: 15%; }
          .home-practices__items .practices-list__item-icon .inner-2 {
            position: absolute;
            border-radius: 50%;
            height: 9%;
            width: 9%;
            background: #61B946;
            top: 45%;
            left: 45%; }
        .home-practices__items .practices-list__item p {
          position: relative;
          left: 0;
          letter-spacing: 0.03em;
          font-size: 36px;
          transition: left 0.5s linear; }
        .home-practices__items .practices-list__item:hover {
          cursor: pointer;
          opacity: 1; }
          .home-practices__items .practices-list__item:hover p {
            left: -50px; }
          .home-practices__items .practices-list__item:hover .practices-list__item-icon {
            visibility: visible;
            opacity: 1;
            transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.4s; }
  .home-practices__services {
    width: 33%;
    color: #fff; }
    .home-practices__services .description {
      width: 45%;
      margin: 30% 100px;
      color: #FFFFFF; }
      .home-practices__services .description h2 {
        line-height: 130%;
        letter-spacing: 0.03em;
        font-size: 36px; }
      .home-practices__services .description ul li {
        font-weight: 600;
        font-size: 15px;
        line-height: 165%;
        letter-spacing: 0.04em;
        opacity: 0.7;
        position: relative;
        left: 25px;
        margin-bottom: 30px; }
      .home-practices__services .description ul li:before {
        position: absolute;
        top: 10px;
        left: -25px;
        content: "";
        width: 6px;
        height: 6px;
        background: #61B946;
        display: inline-block; }
  .home-practices ul {
    list-style: none; }

.review-slider {
  position: relative;
  z-index: 200;
  width: 100%;
  display: block;
  font-family: "Neris SemiBold";
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  height: 500px; }
  .review-slider .slick-slider {
    height: 100%; }
  .review-slider__item {
    width: 100%; }
    .review-slider__item p {
      font-weight: 300;
      font-size: 17px;
      line-height: 195%;
      margin-top: 40px; }

.button__bar {
  position: absolute;
  width: 50%;
  display: inline;
  margin: 0;
  padding: 0;
  bottom: 20px;
  left: 0; }
  .button__bar li {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    height: 25px; }
    .button__bar li:first-child {
      padding: 0 25px 0 0; }
    .button__bar li .radial {
      height: 25px;
      width: 25px;
      position: relative; }
      .button__bar li .radial-dot {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 6px;
        width: 6px;
        background: #B5B5B5;
        color: transparent;
        cursor: pointer;
        padding: 0;
        border-radius: 50%;
        opacity: 1;
        visibility: visible; }
    .button__bar li .circle.left {
      position: absolute;
      clip: rect(0, 40px, 40px, 10px); }
      .button__bar li .circle.left span {
        clip: rect(0px, 10px, 40px, 0px);
        -webkit-animation: rotate-left 5200ms infinite linear; }
    .button__bar li .circle.right {
      position: absolute;
      clip: rect(0px, 10px, 40px, 0px); }
      .button__bar li .circle.right span {
        clip: rect(0, 40px, 40px, 10px);
        -webkit-animation: rotate-right 5200ms infinite linear; }
    .button__bar li .circle {
      opacity: 0;
      visibility: hidden; }
    .button__bar li .circle span {
      width: 20px;
      height: 20px;
      border-radius: 100%;
      position: absolute;
      border: 1.79524px solid #61B946; }
    .button__bar li.slick-active .radial-dot {
      opacity: 0;
      visibility: hidden; }
    .button__bar li.slick-active .circle {
      opacity: 1;
      visibility: visible; }
    .button__bar li button:hover,
    .button__bar li button:focus {
      background: #08ff8c;
      outline: 0; }

.slick-slide img {
  border: 5px solid #fff;
  display: block;
  margin: auto; }

.slick-prev, .slick-next {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  background: red;
  width: 125px;
  height: 125px;
  transform: none; }
  .slick-prev:before, .slick-next:before {
    width: 50px;
    height: 30px;
    content: '' !important;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1 !important; }

.slick-prev {
  right: 125px;
  background: #222629; }
  .slick-prev:before {
    background: url("/static/icons/Group 178.png") no-repeat; }

.slick-next {
  background: #fff; }
  .slick-next:hover, .slick-next:focus {
    background: #fff; }
  .slick-next:before {
    background: url("/static/icons/Group 179.png") no-repeat; }

@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg); } }

@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg); } }

.slick-slide:focus, .slick-slide a {
  outline: none; }


.home-business-mob {
  height: auto;
  width: 100%;
  margin-top: 60px; }
  .home-business-mob__item {
    border-top: 1px solid #C4C4C4;
    position: relative; }
    .home-business-mob__item-visible {
      padding: 3% 10% 3% 8%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(225, 225, 225, 0.3);
      position: relative;
      z-index: 5;
      height: 80px; }
      .home-business-mob__item-visible svg {
        transition: all 0.5s linear; }
    .home-business-mob__item-hidden {
      height: 300px;
      overflow-y: auto;
      display: none;
      position: relative;
      z-index: 5;
      padding: 7% 0; }
      @media all and (max-width: 600px) {
        .home-business-mob__item-hidden {
          height: 350px; } }
      .home-business-mob__item-hidden .mob-item__description-text {
        max-height: 100%;
        font-family: "Neris Light";
        font-size: 0.65em;
        line-height: 195%;
        color: #FFFFFF;
        padding: 0 16%; }
        @media all and (max-width: 600px) {
          .home-business-mob__item-hidden .mob-item__description-text {
            font-size: 15px;
            line-height: 1.75;
            padding: 0 10%; } }
    .home-business-mob__item:after {
      content: '';
      position: absolute;
      display: none;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.7); }
    .home-business-mob__item.show:after {
      display: block; }
    .home-business-mob__item.show .mob-item__title {
      color: #FFFFFF; }
    .home-business-mob__item.show path {
      stroke: #fff; }
    .home-business-mob__item.show .home-business-mob__arrow {
      transform: rotate(-180deg); }
    .home-business-mob__item.show .home-business-mob__item-hidden {
      display: block; }
  .home-business-mob .mob-item__description {
    height: 90%;
    width: 95%;
    overflow-y: auto;
    scrollbar-color: #00725C transparent;
    scrollbar-width: thin; }
    .home-business-mob .mob-item__description::-webkit-scrollbar {
      width: 3px; }
    .home-business-mob .mob-item__description::-webkit-scrollbar-thumb {
      background: #00725C; }
  .home-business-mob .mob-item__title {
    font-family: "Neris SemiBold";
    font-size: 0.8em;
    line-height: 145%;
    letter-spacing: 0.03em;
    color: #222629; }
    @media screen and (max-width: 600px) {
      .home-business-mob .mob-item__title {
        font-size: 0.7em;
        margin-bottom: 0; } }
  .home-business-mob .mob-item__visible-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 15px; }
    .home-business-mob .mob-item__visible-left svg {
      margin-right: 20px; }
      @media screen and (max-width: 600px) {
        .home-business-mob .mob-item__visible-left svg {
          width: 29px;
          height: 32px; } }
    .home-business-mob .mob-item__visible-left img {
      margin-right: 20px;
      width: 40px;
      height: 40px; }
      @media all and (max-width: 720px) {
        .home-business-mob .mob-item__visible-left img {
          display: none; } }

.home-practices {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
  width: 100%;
  min-height: 800px;
  height: auto;
  font-family: "Neris SemiBold";
  margin-top: 100px;
  background: #fff; }
  .home-practices__items {
    top: 0;
    width: 67%;
    position: relative;
    color: #FFFFFF;
    overflow: hidden;
    height: 100%;
    transition: background 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background-size: cover !important; }
    .home-practices__items .practices-list {
      width: 80%;
      position: absolute;
      top: 8%;
      left: 10%;
      padding-right: 15px;
      z-index: 10;
      max-height: 100%;
      height: 85%; }
      .home-practices__items .practices-list__scrolled {
        height: 100%;
        max-height: 100%;
        overflow-y: scroll;
        scrollbar-color: #00725C transparent;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch; }
        .home-practices__items .practices-list__scrolled::-webkit-scrollbar {
          width: 3px; }
        .home-practices__items .practices-list__scrolled::-webkit-scrollbar-thumb {
          background: #00725C; }
      .home-practices__items .practices-list__item {
        height: auto !important;
        min-height: 30px;
        margin-bottom: 30px;
        width: 100%;
        opacity: 0.7;
        position: relative; }
        .home-practices__items .practices-list__item-icon {
          position: absolute;
          width: 65px;
          border: 2px solid rgba(0, 114, 92, 0.41);
          border-radius: 50%;
          left: 70px;
          visibility: hidden;
          opacity: 0;
          transition: visibility 0.3s linear 0s, opacity 0.3s linear 0s; }
          .home-practices__items .practices-list__item-icon .inner-1 {
            border: 2px solid rgba(0, 114, 92, 0.71);
            position: absolute;
            border-radius: 50%;
            height: 70%;
            width: 70%;
            top: 15%;
            left: 15%; }
          .home-practices__items .practices-list__item-icon .inner-2 {
            position: absolute;
            border-radius: 50%;
            height: 9%;
            width: 9%;
            background: #00725C;
            top: 45%;
            left: 45%; }
          @media screen and (max-width: 1300px) {
            .home-practices__items .practices-list__item-icon {
              left: 30px; } }
          @media screen and (max-width: 1050px) {
            .home-practices__items .practices-list__item-icon {
              width: 35px;
              height: 35px;
              left: 50px; } }
          @media screen and (max-width: 1050px) {
            .home-practices__items .practices-list__item-icon {
              width: 25px;
              height: 25px;
              left: 15px; } }
        .home-practices__items .practices-list__item p {
          padding-left: 200px;
          letter-spacing: 0.03em;
          font-size: 1.05em;
          transform: scale(1);
          transition: 0.3s all ease;
          width: calc(100% - 50px);
          line-height: 125%; }
          @media screen and (max-width: 1300px) {
            .home-practices__items .practices-list__item p {
              padding-left: 150px; } }
          @media screen and (max-width: 1050px) {
            .home-practices__items .practices-list__item p {
              padding-left: 110px;
              font-size: 0.85em;
              line-height: 125%; } }
          @media screen and (max-width: 600px) {
            .home-practices__items .practices-list__item p {
              padding-left: 55px;
              font-size: 0.9em;
              line-height: 125%;
              width: 60%; } }
          @media screen and (max-width: 450px) {
            .home-practices__items .practices-list__item p {
              width: 90%; } }
        .home-practices__items .practices-list__item.hovered {
          cursor: pointer;
          opacity: 1; }
          .home-practices__items .practices-list__item.hovered p {
            transform: translateX(-50px); }
            @media screen and (max-width: 600px) {
              .home-practices__items .practices-list__item.hovered p {
                transform: translateX(-10px); } }
          .home-practices__items .practices-list__item.hovered .practices-list__item-icon {
            visibility: visible;
            opacity: 1;
            transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.4s; }
        .home-practices__items .practices-list__item-hidden {
          height: 100%;
          width: 100%;
          background: rgba(0, 0, 0, 0.6);
          padding: 50px 10%;
          margin-top: 25px;
          position: relative;
          left: 50px; }
          .home-practices__items .practices-list__item-hidden ul {
            display: flex;
            flex-wrap: wrap;
            max-width: 80%;
            justify-content: space-between;
            align-items: flex-start; }
            .home-practices__items .practices-list__item-hidden ul li {
              width: 95%;
              font-family: "Neris SemiBold";
              line-height: 140%;
              letter-spacing: 0.04em;
              color: rgba(255, 255, 255, 0.7);
              position: relative;
              display: inline-block;
              left: 25px;
              margin-bottom: 30px; }
              .home-practices__items .practices-list__item-hidden ul li:before {
                position: absolute;
                top: 5px;
                left: -25px;
                content: "";
                width: 6px;
                height: 6px;
                background: #00725C;
                display: inline-block; }
                @media screen and (max-width: 600px) {
                  .home-practices__items .practices-list__item-hidden ul li:before {
                    top: 12px; } }
              @media screen and (max-width: 600px) {
                .home-practices__items .practices-list__item-hidden ul li {
                  font-size: 1rem;
                  margin-bottom: 1em; } }
          .home-practices__items .practices-list__item-hidden-link {
            height: 50px; }
          @media screen and (max-width: 600px) {
            .home-practices__items .practices-list__item-hidden {
              left: 45px;
              padding: 30px 6%;
              max-width: 90%; } }
        @media screen and (max-width: 1050px) {
          .home-practices__items .practices-list__item {
            line-height: 50px; } }
        @media screen and (max-width: 720px) {
          .home-practices__items .practices-list__item {
            cursor: pointer;
            overflow-x: hidden;
            overflow-y: visible; } }
        @media screen and (max-width: 600px) {
          .home-practices__items .practices-list__item {
            line-height: 30px; } }
      .home-practices__items .practices-list__more {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 75%;
        color: #FFF;
        font-family: "Neris SemiBold";
        justify-content: center;
        z-index: 10;
        font-size: 20px; }
        .home-practices__items .practices-list__more p {
          color: #fff; }
        @media screen and (max-width: 1050px) {
          .home-practices__items .practices-list__more {
            bottom: 5px;
            font-size: 16px; }
            .home-practices__items .practices-list__more img {
              transform: scale(0.7); } }
      .home-practices__items .practices-list::-webkit-scrollbar {
        width: 0;
        background: transparent; }
      @media screen and (max-width: 1500px) {
        .home-practices__items .practices-list {
          left: 0; } }
      @media screen and (max-width: 720px) {
        .home-practices__items .practices-list {
          top: 6%; } }
    .home-practices__items::after {
      background: rgba(34, 38, 41, 0.7);
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 5;
      top: 0;
      bottom: 0;
      left: 0; }
    @media screen and (max-width: 1050px) {
      .home-practices__items {
        min-height: 700px;
        max-height: 700px;
        width: 55%; } }
    @media screen and (max-width: 720px) {
      .home-practices__items {
        width: 100%; } }
    @media screen and (max-width: 600px) {
      .home-practices__items {
        min-height: 500px;
        max-height: 500px; } }
  .home-practices__services {
    width: 33%;
    color: #fff;
    position: relative;
    background: #222629; }
    .home-practices__services .description {
      width: 100% !important;
      margin: 25% 25px;
      padding: 0 75px;
      color: #FFFFFF;
      height: 75%;
      overflow-y: auto;
      overflow-x: hidden;
      scrollbar-color: #00725C transparent;
      scrollbar-width: thin; }
      .home-practices__services .description::-webkit-scrollbar {
        width: 3px; }
      .home-practices__services .description::-webkit-scrollbar-thumb {
        background: #00725C; }
      .home-practices__services .description h2 {
        line-height: 130%;
        letter-spacing: 0.03em;
        font-size: 1.05em; }
        @media screen and (max-width: 1050px) {
          .home-practices__services .description h2 {
            font-size: 0.75em; } }
      .home-practices__services .description ul li {
        line-height: 165%;
        letter-spacing: 0.04em;
        opacity: 0.7;
        position: relative;
        left: 25px;
        margin-bottom: 30px;
        color: #FFFFFF; }
        .home-practices__services .description ul li:before {
          position: absolute;
          top: 10px;
          left: -25px;
          content: "";
          width: 6px;
          height: 6px;
          background: #00725C;
          display: inline-block; }
      @media screen and (max-width: 1300px) {
        .home-practices__services .description {
          margin: 25% 20px;
          padding: 0 40px; } }
      @media screen and (max-width: 1050px) {
        .home-practices__services .description {
          margin: 20% 10px;
          padding: 0 30px 0 15px;
          width: 90%; } }
    @media screen and (max-width: 1050px) {
      .home-practices__services {
        width: 45%; } }
    @media screen and (max-width: 720px) {
      .home-practices__services {
        width: 0;
        display: none; } }
  .home-practices__scrolled {
    width: 100%;
    height: 100%;
    padding-right: 5%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #00725C transparent;
    scrollbar-width: thin; }
    .home-practices__scrolled::-webkit-scrollbar {
      width: 3px; }
    .home-practices__scrolled::-webkit-scrollbar-thumb {
      background: #00725C; }
  .home-practices ul {
    list-style: none; }
  @media screen and (max-width: 1050px) {
    .home-practices {
      margin-top: 75px; } }
  @media screen and (max-width: 600px) {
    .home-practices {
      height: auto;
      margin-top: 40px; } }

@media screen and (max-width: 1050px) {
  .main-spheres-practice {
    padding-top: 30px; }
    .main-spheres-practice.dark .description h2 {
      padding-top: 0; } }

.subservices {
  overflow: auto;
  height: 100%; }
  .subservices .subservices-title {
    margin-bottom: 5px;
    font-family: "Neris SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #000000; }
    @media screen and (max-width: 1025px) {
      .subservices .subservices-title {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .subservices .subservices-title {
        font-size: 20px; } }
  .subservices .subservices-list {
    margin-top: 48px; }

.subservice-item {
  border-top: 1px solid #C4C4C4;
  padding: 20px 0 20px; }
  .subservice-item .subservice-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .subservice-item .subservice-title h4 {
      max-width: calc(100% - 56px);
      font-family: "Neris SemiBold";
      font-style: normal;
      font-weight: 600;
      font-size: 19px;
      line-height: 145%;
      letter-spacing: 0.03em;
      color: #222629; }
      @media screen and (max-width: 1025px) {
        .subservice-item .subservice-title h4 {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .subservice-item .subservice-title h4 {
          font-size: 17px; } }
    .subservice-item .subservice-title .subservice-toggle img {
      width: 24px;
      height: 24px; }
  .subservice-item .subservice-text {
    display: none; }
    .subservice-item .subservice-text ul li {
      max-width: calc(100% - 56px);
      margin-bottom: 0;
      margin-top: 10px;
      font-family: 'Neris Light';
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #000000; }
      @media screen and (max-width: 1025px) {
        .subservice-item .subservice-text ul li {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .subservice-item .subservice-text ul li {
          font-size: 15px; } }
    .subservice-item .subservice-text ul li:before {
      top: 15px; }
    .subservice-item .subservice-text ol li {
      max-width: calc(100% - 56px);
      margin-bottom: 0;
      margin-top: 10px;
      font-family: 'Neris Light';
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #000000; }
      @media screen and (max-width: 1025px) {
        .subservice-item .subservice-text ol li {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .subservice-item .subservice-text ol li {
          font-size: 15px; } }
    .subservice-item .subservice-text ol li:before {
      top: 15px; }
    .subservice-item .subservice-text p {
      max-width: calc(100% - 56px);
      margin-bottom: 0;
      margin-top: 10px;
      font-family: 'Neris Light';
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #000000; }
      @media screen and (max-width: 1025px) {
        .subservice-item .subservice-text p {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .subservice-item .subservice-text p {
          font-size: 15px; } }

.subservice-item.active .subservice-text {
  display: block; }

.subservice-item:last-of-type {
  border-bottom: 1px solid #C4C4C4; }

.list-services {
  margin: 25px 0 0 11%;
  padding: 13% 7% 0;
  background: #F8F8F9;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow-x: hidden;
  width: 100%; }
  .list-services__item {
    width: 33%;
    padding: 0 7% 12%;
    position: relative;
    counter-increment: inst;
    margin-bottom: 0; }
    .list-services__item-text {
      font-family: "Neris SemiBold", sans-serif;
      line-height: 165%;
      letter-spacing: 0.04em;
      color: #000000;
      padding-top: 5px;
      font-size: 1.2em; }
    .list-services__item:before {
      content: counter(inst);
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      font-family: "Poppins ExtraBold", sans-serif;
      font-size: 6.4em;
      line-height: 97%;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #00725C;
      width: 0;
      height: 0;
      text-shadow: 0 3.81881px 7.14055px rgba(4, 37, 13, 0.0421718), 0 9.17714px 12.3493px rgba(4, 37, 13, 0.0605839), 0 17.2797px 17.8949px rgba(4, 37, 13, 0.075), 0 30.8241px 29.581px rgba(4, 37, 13, 0.0894161), 0 57.6531px 66.0675px rgba(4, 37, 13, 0.107828), 0 138px 258px rgba(4, 37, 13, 0.15); }
      @media screen and (max-width: 1050px) {
        .list-services__item:before {
          font-size: 5em; } }
      @media screen and (max-width: 720px) {
        .list-services__item:before {
          top: 5%;
          left: 4%;
          font-size: 4em; } }
    .list-services__item:after {
      content: url("/static/img/circle-number.png");
      display: block;
      position: absolute;
      left: -40px;
      top: -50px; }
      @media screen and (max-width: 720px) {
        .list-services__item:after {
          transform: scale(0.6); } }
    .list-services__item:nth-child(n+10) .list-services__item-text {
      padding-left: 40px; }
    .list-services__item:nth-child(n+10) .list-services__subitem {
      padding-left: 40px; }
    @media screen and (max-width: 1500px) {
      .list-services__item {
        padding: 0 5% 12% 11%; }
        .list-services__item:nth-child(n+10) .list-services__item-text {
          padding-left: 20px; }
        .list-services__item:nth-child(n+10) .list-services__subitem {
          padding-left: 20px; } }
    @media screen and (max-width: 1200px) {
      .list-services__item {
        width: 50%;
        padding: 0 10% 18% 12%; } }
    @media screen and (max-width: 1050px) {
      .list-services__item {
        padding: 0 5% 15% 15%; }
        .list-services__item:nth-child(n+10) .list-services__item-text {
          padding-left: 0; }
        .list-services__item:nth-child(n+10) .list-services__subitem {
          padding-left: 0; } }
    @media screen and (max-width: 600px) {
      .list-services__item {
        width: 100%;
        padding-bottom: 70px;
        min-height: 110px; }
        .list-services__item:nth-child(n+10) .list-services__item-text {
          padding-left: 20px; }
        .list-services__item:nth-child(n+10) .list-services__subitem {
          padding-left: 20px; } }
    @media screen and (max-width: 400px) {
      .list-services__item {
        padding: 0 5% 30px 60px;
        min-height: 90px; } }
  .list-services__subitem {
    font-family: "Neris SemiBold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 165%;
    letter-spacing: 0.04em;
    color: #00725C;
    cursor: pointer;
    text-decoration: underline; }
    @media screen and (min-width: 1200px) {
      .list-services__subitem:hover {
        color: #004435;
        text-decoration: none; } }
  @media screen and (max-width: 720px) {
    .list-services {
      margin: 25px 0 0 6%;
      width: 94%; } }

.additional-block {
  font-family: "Neris SemiBold", sans-serif;
  font-size: 0.8em;
  line-height: 145%;
  letter-spacing: 0.03em;
  color: #222629;
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px; }
  .additional-block:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(179.63deg, #00725C 0.02%, rgba(0, 114, 92, 0) 99.98%); }
  .additional-block strong {
    color: #00725C; }
  @media screen and (max-width: 600px) {
    .additional-block {
      font-size: 0.8em; } }

.sphere-brief {
  padding-top: 25px; }
  .sphere-brief .first-col {
    padding-bottom: 15px; }

.thank-you-page {
  padding: 0 11% 8%;
  display: flex;
  height: auto;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .thank-you-page {
      display: block; } }
  .thank-you-page__wrapper {
    width: 66%;
    position: relative;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 5% 5%;
    margin-bottom: 50px;
    background-color: #F8F8F9;
    margin-right: 32px; }
    @media screen and (max-width: 600px) {
      .thank-you-page__wrapper {
        width: 100%; } }
    .thank-you-page__wrapper-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 70px; }
      @media screen and (max-width: 600px) {
        .thank-you-page__wrapper-content {
          margin-top: -30px; } }
  .thank-you-page__icon {
    width: 460px; }
    @media screen and (max-width: 1300px) {
      .thank-you-page__icon {
        width: 90%; } }
    @media screen and (max-width: 600px) {
      .thank-you-page__icon {
        width: 125%; } }
  .thank-you-page__title {
    margin-top: 30px;
    font-family: "Neris SemiBold";
    color: #191919;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    line-height: 105%; }
    @media screen and (max-width: 600px) {
      .thank-you-page__title {
        font-size: 32px; } }
  .thank-you-page__subtitle {
    font-family: "Neris SemiBold";
    color: #0A1013;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0; }
  .thank-you-page__text-mobile {
    display: none; }
    @media screen and (max-width: 600px) {
      .thank-you-page__text-mobile {
        display: block; } }
  .thank-you-page__text {
    display: block;
    max-width: 460px; }
    @media screen and (max-width: 600px) {
      .thank-you-page__text {
        display: none; } }
  .thank-you-page__useful-information > p {
    font-family: "Neris SemiBold";
    color: #0A1013;
    font-size: 16px;
    font-weight: 600;
    text-align: center; }
  .thank-you-page__useful-information__button-section {
    display: flex;
    justify-content: center; }
    .thank-you-page__useful-information__button-section > a {
      background-color: #00725C;
      padding: 18px 26px;
      margin: 40px 10px; }

.vacancies {
  height: auto;
  width: 100%;
  padding: 0 11% 25px;
  display: flex;
  flex-direction: column; }
  .vacancies__item {
    width: 100%;
    height: auto;
    padding: 2% 8% 2% 5%;
    margin-bottom: 10px;
    cursor: pointer;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4; }
    .vacancies__item:first-child {
      margin-top: 25px; }
    .vacancies__item .visible-info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .vacancies__item .visible-info__text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%; }
        @media screen and (max-width: 600px) {
          .vacancies__item .visible-info__text {
            flex-direction: column;
            align-items: flex-start; } }
      .vacancies__item .visible-info-right {
        display: flex;
        align-items: center;
        width: 10%; }
      .vacancies__item .visible-info__title {
        font-family: "Neris SemiBold";
        font-size: 0.8em;
        line-height: 145%;
        letter-spacing: 0.03em;
        color: #222629; }
        @media screen and (max-width: 1050px) {
          .vacancies__item .visible-info__title {
            font-size: 0.9em; } }
        @media screen and (max-width: 600px) {
          .vacancies__item .visible-info__title {
            padding-bottom: 10px; } }
      .vacancies__item .visible-info__country {
        font-family: "Neris SemiBold";
        font-size: 0.7em;
        line-height: 145%;
        letter-spacing: 0.03em;
        color: rgba(34, 38, 41, 0.4);
        padding-right: 60px; }
        @media screen and (max-width: 1050px) {
          .vacancies__item .visible-info__country {
            padding-right: 30px; } }
        @media screen and (max-width: 600px) {
          .vacancies__item .visible-info__country {
            font-size: 0.85em; } }
      .vacancies__item .visible-info__icon {
        transition: all .3s linear; }
    .vacancies__item .hidden-info {
      display: none;
      justify-content: flex-start;
      padding-top: 40px;
      flex-wrap: wrap; }
      .vacancies__item .hidden-info__title {
        font-family: "Neris SemiBold";
        font-size: 0.6em;
        line-height: 155%;
        letter-spacing: 0.01em;
        color: #000000;
        padding-bottom: 15px; }
        @media screen and (max-width: 720px) {
          .vacancies__item .hidden-info__title {
            padding-bottom: 10px; } }
      .vacancies__item .hidden-info__requirements {
        flex: 1 1 30%; }
        @media screen and (max-width: 1050px) {
          .vacancies__item .hidden-info__requirements {
            flex: 1 1 49%; } }
        @media screen and (max-width: 720px) {
          .vacancies__item .hidden-info__requirements {
            flex: 1 1 100%;
            padding-bottom: 40px; } }
      .vacancies__item .hidden-info__offer {
        flex: 1 1 30%; }
        @media screen and (max-width: 1050px) {
          .vacancies__item .hidden-info__offer {
            flex: 1 1 49%; } }
        @media screen and (max-width: 720px) {
          .vacancies__item .hidden-info__offer {
            flex: 1 1 100%; } }
      .vacancies__item .hidden-info__button {
        flex: 1 1 30%;
        padding-left: 60px; }
        @media screen and (max-width: 1050px) {
          .vacancies__item .hidden-info__button {
            flex: 0 1 50%;
            padding: 50px 0 0;
            font-size: 0.9em; }
            .vacancies__item .hidden-info__button .btn {
              width: 90%; } }
        @media screen and (max-width: 720px) {
          .vacancies__item .hidden-info__button {
            padding-bottom: 30px; } }
      .vacancies__item .hidden-info ul {
        padding: 0 30px 0 0; }
        .vacancies__item .hidden-info ul li {
          position: relative;
          left: 5%;
          margin: 0; }
          .vacancies__item .hidden-info ul li p {
            font-family: "Neris Light";
            font-size: 1em;
            line-height: 24px;
            color: #000000;
            padding: 10px 0; }
          .vacancies__item .hidden-info ul li:before {
            content: "";
            position: absolute;
            display: block;
            width: 5px;
            height: 5px;
            background: #00725C;
            left: -5%;
            top: 20px;
            transform: translateY(-50%); }
            @media screen and (max-width: 600px) {
              .vacancies__item .hidden-info ul li:before {
                top: 15px; } }
          @media screen and (max-width: 1050px) {
            .vacancies__item .hidden-info ul li {
              font-size: 1em; } }
    .vacancies__item.show .hidden-info {
      display: flex; }
    .vacancies__item.show img {
      transform: rotate(-180deg); }
    @media screen and (max-width: 1050px) {
      .vacancies__item {
        padding-right: 0; } }
  .vacancies__not-exist {
    position: relative;
    height: 150px;
    width: 100%; }
    .vacancies__not-exist-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: "Neris SemiBold";
      font-size: 1.6em;
      line-height: 145%;
      color: #222629; }
    .vacancies__not-exist:after {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background: #C4C4C4; }
  @media screen and (max-width: 720px) {
    .vacancies {
      padding: 0 6% 25px; } }

.contacts-person {
  height: 100%;
  position: relative;
  max-width: 30%;
  width: 100%;
  background: #F8F8F9;
  box-shadow: 0px 2.98864px 2.37984px rgba(52, 52, 52, 0.0171936), 0px 7.18211px 5.71909px rgba(52, 52, 52, 0.0207849), 0px 13.5233px 10.7685px rgba(52, 52, 52, 0.0229829), 0px 24.1232px 19.2092px rgba(52, 52, 52, 0.025401), 0px 45.1198px 35.9287px rgba(52, 52, 52, 0.029771), 0px 108px 86px rgba(52, 52, 52, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .contacts-person__image {
    width: 100%;
    text-align: center;
    height: 500px; }
    .contacts-person__image img {
      max-height: 100%;
      max-width: 100%;
      height: 100%;
      object-fit: cover; }
    @media screen and (max-width: 1050px) {
      .contacts-person__image {
        height: 350px; } }
    @media screen and (max-width: 600px) {
      .contacts-person__image {
        height: 450px; } }
    @media screen and (max-width: 450px) {
      .contacts-person__image {
        height: 300px; } }
  .contacts-person__info {
    height: auto;
    padding: 35px; }
    .contacts-person__info-name {
      font-family: "Neris SemiBold";
      font-size: 0.8em;
      line-height: 145%;
      letter-spacing: 0.03em;
      color: #000000; }
      @media screen and (max-width: 600px) {
        .contacts-person__info-name {
          font-size: 1.15em; } }
    .contacts-person__info-position {
      font-family: "Neris SemiBold";
      font-size: 0.3em;
      line-height: 160%;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(10, 16, 19, 0.4); }
      @media screen and (max-width: 600px) {
        .contacts-person__info-position {
          font-size: 0.5em; } }
    .contacts-person__info-slogan {
      font-family: "Neris Light";
      font-style: italic;
      font-size: 0.65em;
      line-height: 150%;
      letter-spacing: 0.03em;
      color: #010204;
      padding-top: 15px; }
      @media screen and (max-width: 600px) {
        .contacts-person__info-slogan {
          font-size: 0.85em; } }
    .contacts-person__info-contact {
      padding-top: 30px; }
  @media screen and (max-width: 1500px) {
    .contacts-person {
      max-width: 35%; } }
  @media screen and (max-width: 1200px) {
    .contacts-person {
      max-width: 45%; } }
  @media screen and (max-width: 600px) {
    .contacts-person {
      order: 0;
      max-width: calc(100% - 30px);
      padding-top: 50px; } }

.info-title {
  font-family: "Neris SemiBold";
  font-size: 0.3em;
  line-height: 160%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  padding-bottom: 10px; }
  .info-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #C4C4C4; }

.info-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0; }
  .info-block__icon {
    max-height: 100%;
    width: 100%;
    vertical-align: middle; }
  .info-block__text {
    font-family: "Neris SemiBold";
    font-size: 0.6em;
    line-height: 155%;
    letter-spacing: 0.01em;
    color: #222629;
    padding-left: 10px; }

.footer {
  overflow: hidden;
  position: relative;
  width: calc(100vw - 80px);
  bottom: 0;
  left: 0;
  right: 0;
  height: 675px;
  display: flex;
  flex-wrap: nowrap; }
  .footer a {
    text-decoration: underline; }
    .footer a:before {
      display: none; }
  .footer.full-width {
    width: 100vw; }
  .footer .social-media {
    color: #AEAEAE; }
  .footer .contact-us {
    color: #fff;
    line-height: 145%;
    text-decoration: none;
    font-size: 1.65em;
    display: inline;
    position: absolute;
    bottom: 3%; }
    .footer .contact-us .link-button {
      color: #ffffff; }
      .footer .contact-us .link-button:after {
        background: #fff; }
      .footer .contact-us .link-button:active {
        color: #E9E9E9; }
    @media screen and (max-width: 600px) {
      .footer .contact-us {
        position: relative; } }
  .footer-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #222629;
    border: 1px solid #3D3F3F;
    flex: 1 1 25%;
    width: 25%;
    font-family: "Neris SemiBold";
    font-size: 0.6em;
    line-height: 155%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 6% 3% 3%; }
    .footer-block svg {
      cursor: pointer;
      transition: all .3s linear; }
      .footer-block svg:hover {
        transition: all .3s linear; }
    .footer-block.map {
      padding: 0; }
    .footer-block__copyright {
      position: absolute;
      height: 50px;
      width: 25%;
      background: #262626;
      right: 0;
      bottom: 0;
      padding: 0 30px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .footer-block__copyright-text {
        font-family: "Neris SemiBold";
        font-size: 0.3em;
        line-height: 160%;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #FFFFFF;
        display: block; }
    @media screen and (max-width: 1050px) {
      .footer-block {
        width: 33.3333%;
        flex: 1 1 33%;
        justify-content: space-between;
        padding-bottom: 5%; }
        .footer-block:first-of-type {
          display: none; }
        .footer-block__copyright {
          width: 33.3333%; }
          .footer-block__copyright-text {
            font-size: 0.5em; } }
    @media screen and (max-width: 600px) {
      .footer-block {
        width: 100%;
        min-height: 340px;
        font-size: 0.875em; }
        .footer-block__copyright {
          width: 100%; }
        .footer-block.map {
          height: 240px; }
        .footer-block:nth-child(3) {
          display: none; }
        .footer-block p:last-child {
          padding-bottom: 20px; } }
  .footer-contacts .footer-block {
    display: none; }
    .footer-contacts .footer-block:last-child {
      display: block; }
    .footer-contacts .footer-block__copyright {
      width: 100%; }
  @media screen and (max-width: 1500px) {
    .footer {
      height: 550px; } }
  @media screen and (max-width: 1050px) {
    .footer {
      width: 100vw; } }
  @media screen and (max-width: 720px) {
    .footer {
      height: 370px; } }
  @media screen and (max-width: 600px) {
    .footer {
      flex-direction: column;
      height: auto;
      margin-top: 3em; } }

.show-md {
  display: none; }
  @media screen and (max-width: 1050px) {
    .show-md {
      display: block; } }
  .show-md .contact-us {
    bottom: 10%; }

.show-sm {
  display: none; }
  @media screen and (max-width: 600px) {
    .show-sm {
      display: block; } }
  .show-sm .link-button {
    font-size: 0.7em; }

.link-button {
    position: relative;
    display: inline-block;
    text-align: center;
    height: auto;
    font-family: "Neris SemiBold";
    font-size: 0.8em;
    line-height: 145%;
    letter-spacing: 0.03em;
    color: #00725C;
    padding: 5px 0;
    transition: padding .3s linear;
    z-index: 10;
    white-space: nowrap;
}

.link-button:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgb(0, 114, 92);
    transition: width .7s ease-in-out;
    width: 100%;
}

.link-button:hover {
    cursor: pointer;
    padding: 0 0 10px;
}

.link-button:hover:after {
    width: 30%;
}

.link-button:active {
    color: #00725C;
}

@media screen and (max-width: 1050px) {
    .link-button {
        font-size: 0.9em;
    }
}

.main-wrapper {
  position: relative;
  z-index: 10;
  min-height: 100%;
  width: calc(100vw - 80px);
  scrollbar-color: transparent transparent; }
  .main-wrapper::-webkit-scrollbar {
    width: 0;
    background: transparent; }
  @media screen and (max-width: 1300px) {
    .main-wrapper {
      width: calc(100vw - 79px); }
      .main-wrapper.open-popup {
        width: calc(100vw - 65px); } }
  @media screen and (max-width: 1050px) {
    .main-wrapper {
      width: 100vw; } }

.main-wrapper.open-popup {
  z-index: auto;
  width: calc(100vw - 79px); }

.open-popup {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none; }
  @media screen and (max-width: 1050px) {
    .open-popup .main-wrapper.open-popup {
      width: 100vw; } }

.two-column {
  display: flex;
  flex-direction: column;
  position: relative; }
  .two-column__row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap; }
    .two-column__row:first-child {
      padding: 4% 11% 0; }
      @media screen and (max-width: 720px) {
        .two-column__row:first-child {
          padding: 6% 4% 0 6%; } }
      @media screen and (max-width: 500px) {
        .two-column__row:first-child {
          padding: 7% 6% 0; } }
    @media screen and (max-width: 600px) {
      .two-column__row {
        flex-direction: column; } }
  .two-column.dark {
    background: #222629; }
  .two-column .first-col {
    width: 35%;
    position: relative; }
    .two-column .first-col__title {
      font-family: "Neris SemiBold";
      font-size: 0.6em;
      line-height: 155%;
      letter-spacing: 0.01em;
      color: #B5B5B5; }
      @media screen and (max-width: 1050px) {
        .two-column .first-col__title {
          font-size: 1em; } }
    @media screen and (max-width: 1050px) {
      .two-column .first-col {
        width: 25%; } }
    @media screen and (max-width: 600px) {
      .two-column .first-col {
        width: 100%;
        padding-bottom: 10px; } }
  .two-column .second-col {
    position: relative;
    width: 65%; }
    @media screen and (max-width: 1050px) {
      .two-column .second-col {
        width: 75%; } }
    @media screen and (max-width: 600px) {
      .two-column .second-col {
        width: 100%; } }
  .two-column .third-col {
    width: 100%; }
  .two-column .link-button {
    margin-bottom: 5px; }

.one-column .col {
  padding: 4% 11% 0; }
  @media screen and (max-width: 720px) {
    .one-column .col {
      padding: 6% 4% 0 6%; } }
  @media screen and (max-width: 500px) {
    .one-column .col {
      padding: 7% 6% 0; } }

.business {
  margin-top: 100px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 38, 41, 0.7);
  z-index: 100; }

.modal-main {
  position: fixed;
  background: white;
  width: 60%;
  height: 100%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 70px 70px 0;
  z-index: 999; }
  .modal-main__close {
    position: absolute;
    right: 25px;
    top: 25px;
    background: none;
    border: none; }
    .modal-main__close:active, .modal-main__close:focus {
      outline: none; }
    @media screen and (max-width: 1050px) {
      .modal-main__close {
        right: 20px; } }
    @media screen and (max-width: 500px) {
      .modal-main__close {
        right: 5px;
        top: 10px; } }
  @media screen and (max-width: 1050px) {
    .modal-main {
      padding: 40px 40px 0 50px;
      width: 80%; }
      .modal-main svg {
        width: 18px;
        height: 18px; } }
  @media screen and (max-width: 720px) {
    .modal-main {
      width: 90%; } }
  @media screen and (max-width: 500px) {
    .modal-main {
      padding: 35px 15px 0; } }

.modal-main.modal-subs {
  padding: 57px 70px 80px;
  height: auto;
  overflow: auto;
  scrollbar-color: #00725C transparent;
  scrollbar-width: thin; }
  @media screen and (max-width: 1050px) {
    .modal-main.modal-subs {
      padding: 40px 40px 40px 50px; } }
  @media screen and (max-width: 500px) {
    .modal-main.modal-subs {
      padding: 35px 15px 35px; } }
  .modal-main.modal-subs::-webkit-scrollbar {
    width: 3px; }
  .modal-main.modal-subs::-webkit-scrollbar-thumb {
    background: #00725C; }

.display-block {
  display: block; }

.display-none {
  display: none; }

.dark .description h2 {
  padding: 20px 0 15px; }

.contacts-information {
  position: sticky;
  top: 40%;
  transform: translateY(-50%);
  z-index: 55;
  height: 0; }
  .contacts-information .contacts-block {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 20px; }
    .contacts-information .contacts-block__item {
      margin-bottom: 5px;
      display: flex;
      width: 45px;
      position: relative;
      transition: width .1s linear .5s; }
      .contacts-information .contacts-block__item.hovered {
        width: 165px;
        transition: width .5s linear; }
        .contacts-information .contacts-block__item.hovered .contacts-block__image {
          background: #00725C;
          transition: background linear .3s; }
        .contacts-information .contacts-block__item.hovered path {
          fill: none;
          stroke: #FFFFFF; }
        .contacts-information .contacts-block__item.hovered .contacts-block__hidden-info {
          width: 100%;
          transition: width .5s linear; }
          .contacts-information .contacts-block__item.hovered .contacts-block__hidden-info a {
            opacity: 1;
            transition: opacity .4s linear .3s; }
        .contacts-information .contacts-block__item.hovered .fb-network {
          width: 0; }
          .contacts-information .contacts-block__item.hovered .fb-network a {
            opacity: 0; }
      @media screen and (max-width: 720px) {
        .contacts-information .contacts-block__item {
          margin-right: 10px; }
          .contacts-information .contacts-block__item.hovered {
            width: 0;
            transition: none; }
            .contacts-information .contacts-block__item.hovered .contacts-block__hidden-info a {
              opacity: 0; }
          .contacts-information .contacts-block__item .contacts-block__image {
            background: #00725C; }
          .contacts-information .contacts-block__item path {
            fill: none;
            stroke: #FFFFFF; } }
    .contacts-information .contacts-block__image {
      height: 45px;
      cursor: pointer;
      transition: background .3s linear .3s; }
    .contacts-information .contacts-block__hidden-info {
      position: absolute;
      left: 45px;
      top: 0;
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 0px 1.43897px 2.21381px rgba(0, 0, 0, 0.00843437), 0px 3.45805px 5.32008px rgba(0, 0, 0, 0.0121168), 0px 6.51121px 10.0172px rgba(0, 0, 0, 0.015), 0px 11.6149px 17.869px rgba(0, 0, 0, 0.0178832), 0px 21.7244px 33.4221px rgba(0, 0, 0, 0.0215656), 0px 52px 80px rgba(0, 0, 0, 0.03);
      height: 45px;
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      width: 0;
      overflow: hidden;
      -webkit-transition: width 1s ease-in-out;
      -moz-transition: width 1s ease-in-out;
      -o-transition: width 1s ease-in-out;
      transition: width 1s ease-in-out; }
      .contacts-information .contacts-block__hidden-info a {
        font-family: "Neris SemiBold";
        font-size: 0.35em;
        line-height: 120%;
        color: #222629;
        opacity: 0;
        padding-left: 10px;
        transition: opacity .3s linear; }
    @media screen and (max-width: 720px) {
      .contacts-information .contacts-block {
        flex-direction: row; } }
  @media screen and (max-width: 720px) {
    .contacts-information {
      top: 90%;
      transform: translateY(-100%); } }

.grecaptcha-badge {
  visibility: hidden; }

.sidebar-support {
  z-index: 12;
  top: 0;
  bottom: 0;
  width: 80px;
  display: block;
  background: #fff;
  border: 1px solid rgba(220, 220, 220, 0.6);
  box-sizing: border-box;
  position: fixed;
  height: 100%;
  right: 0; }
  @media screen and (max-width: 1300px) {
    .sidebar-support {
      width: 65px; } }
  @media screen and (max-width: 1050px) {
    .sidebar-support {
      display: none; } }

.contact-us {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  position: relative; }

.meeting {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 225px;
  left: 20%;
  display: inline-block;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: top center; }
  .meeting a {
    font-family: "Neris SemiBold";
    font-size: 0.65em;
    line-height: 155%;
    letter-spacing: 0.01em;
    color: #222629; }
    .meeting a:hover {
      text-decoration: none; }
  @media screen and (max-width: 1300px) {
    .meeting {
      left: 30%; } }

.phone-call {
  position: relative;
  width: 80px;
  height: 80px;
  background: #222629; }
  .phone-call svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .phone-call svg path {
      fill: #00725C; }
    @media screen and (max-width: 1300px) {
      .phone-call svg {
        width: 25px;
        height: 25px;
        object-fit: contain; } }
  @media screen and (max-width: 1300px) {
    .phone-call {
      width: 65px;
      height: 65px; } }

.wrapper {
  width: 100vw;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.wrapper. .wrapper-background {
  position: absolute;
  height: 100%;
  width: 100%;
}

.wrapper .wrapper-background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wrapper .logo {
  position: relative;
  top: 0;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
}

.wrapper .logo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper .title {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.wrapper .title-description {
  font-family: "Neris SemiBold";
  font-size: 1.5em;
  line-height: 105%;
  letter-spacing: 0.03em;
  color: #fff;
}

.wrapper .title-description strong {
  color: #00725C;
}

.wrapper .wrapper-contacts {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  width: 100%;
}

@media screen and (max-width: 1350px) {
  .wrapper p {
    margin-top: 0;
  }
}

@media screen and (max-width: 1000px) and (max-device-width: 1000px) {

  .wrapper p {
    margin-top: 0;
  }
}

@media screen and (max-device-width: 900px) and (orientation: landscape) {
  .wrapper .title-description {
    font-size: 1.5em;
  }

  .wrapper .wrapper-contacts {
    bottom: 7%;
  }
}

@media screen and (max-width: 768px) {
  .wrapper .logo {
    height: 50px;
  }

  .wrapper .logo svg {
    max-width: 100%;
    transform: scale(0.75) translate(-50%, -50%);
    transform-origin: 0 0;
  }
}


@media screen and (max-width: 768px) and (orientation: portrait) {
  .wrapper .title {
    top: 25%;
    padding: 0 70px 0 15px;
    left: 0;
    transform: none;
    text-align: start;
    width: auto;
  }

  .wrapper .title-description br {
    display: none;
  }

  .wrapper .wrapper-contacts {
    flex-direction: column;
    left: 0;
    transform: none;
    align-items: start;
    padding: 0 15px;
    bottom: 15%;
  }
}

@media screen and (max-width: 620px) and (max-device-width: 620px) {
  .wrapper .title {
    padding: 0 15px;
    top: 30%;
  }

  .wrapper .title-description {
    font-size: 1.5em;
  }

  .wrapper .title-description {
    font-size: 1.2em;
  }
}

@media screen
and (max-height: 500px)
and (max-device-height: 500px)
and (max-device-width: 768px)
and(orientation: landscape) {

  .wrapper .title-description {
    font-size: 1.3em;
  }

  .wrapper .wrapper-contacts {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    bottom: 5%;
  }

  .wrapper p {
    margin: 0;
  }
}

.press-center-posts {
  padding: 80px 11%;
  position: relative; }
  .press-center-posts button {
    position: relative;
    left: 50%;
    transform: translateX(-50%); }

.press-center-filter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%; }
  .press-center-filter__item {
    width: 24%;
    height: 65px; }

.label {
  display: inline-block;
  height: 28px;
  margin: 10px 0;
  font-family: "Neris SemiBold";
  font-size: 0.3em;
  line-height: 160%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #3EA897;
  padding: 6px 12px; }
  @media screen and (max-width: 1200px) {
    .label {
      height: 20px;
      padding: 4px 9px;
      font-size: 0.25em; } }
  @media screen and (max-width: 720px) {
    .label {
      height: 20px;
      padding: 4px 9px;
      font-size: 0.35em; } }

.home-press-center {
  display: flex;
  width: 100%;
  min-height: 100%;
  font-family: "Neris SemiBold";
  flex-wrap: wrap;
  position: relative;
  z-index: 300;
  height: initial;
  margin-bottom: 150px;
  margin-top: 65px; }
  .home-press-center__item {
    width: 25%;
    height: 530px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    border: 1px solid #E1E1E1; }
    .home-press-center__item-img {
      position: absolute;
      top: 20%; }
    .home-press-center__item:after {
      display: block;
      position: absolute;
      content: "";
      bottom: 0;
      height: 2px;
      width: 150px;
      background: #E1E1E1;
      right: -2px;
      transform: rotate(270deg);
      transform-origin: bottom right; }
    .home-press-center__item p {
      color: #222629; }

.articles {
  display: flex;
  width: 100%;
  min-height: 100%;
  font-family: "Neris SemiBold";
  flex-wrap: wrap;
  position: relative;
  height: initial;
  margin-bottom: 150px;
  margin-top: 60px; }
  .articles-box {
    width: calc(100% * (1/3));
    height: 530px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E1E1; }
  .articles p {
    color: #fff; }

.two-column .description {
  font-family: "Neris Light", sans-serif;
  color: #222629; }
  .two-column .description h2 {
    font-size: 1em;
    font-family: "Neris SemiBold";
    letter-spacing: 0.03em;
    line-height: 130%;
    margin-bottom: 30px; }
    @media screen and (max-width: 1050px) {
      .two-column .description h2 {
        font-size: 1.05em; } }
    @media screen and (max-width: 600px) {
      .two-column .description h2 {
        font-size: 1em;
        margin-bottom: 10px; } }
  .two-column .description p {
    font-size: 0.5em;
    line-height: 195%;
    margin-bottom: 30px; }
    @media screen and (max-width: 1050px) {
      .two-column .description p {
        font-size: 0.75em;
        margin-bottom: 20px; } }
  @media screen and (max-width: 1050px) {
    .two-column .description ul li {
      margin-bottom: 15px;
      line-height: 1.5;
      font-size: 1rem; } }

.two-column.dark .description {
  color: #fff; }

.article-box__background {
  width: 40%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; }
  @media screen and (max-width: 1050px) {
    .article-box__background {
      width: 50%;
      height: 50%; } }

.article-box__text {
  color: #fff; }

.article-box__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  bottom: 5%;
  font-family: "Neris SemiBold";
  left: 7%;
  right: 5%;
  z-index: 7; }
  .article-box__description p {
    margin-bottom: 0; }
  .article-box__description-title {
    font-size: 0.7em;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #222629; }
    @media screen and (max-width: 1500px) {
      .article-box__description-title {
        font-size: 0.6em; } }
    @media screen and (max-width: 1050px) {
      .article-box__description-title {
        font-size: 0.7em;
        padding-bottom: 10px; } }
  .article-box__description-detail {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .article-box__description-detail .line {
      width: 1px;
      height: 15px;
      background: #E1E1E1;
      align-self: center;
      margin: 15px 10px 0; }
      @media screen and (max-width: 1200px) {
        .article-box__description-detail .line {
          margin-top: 0;
          display: none; } }
    .article-box__description-detail .author {
      display: inline-block; }
      @media screen and (max-width: 1200px) {
        .article-box__description-detail .author {
          width: 100%; } }
    .article-box__description-detail .author-icon {
      display: block;
      border-radius: 50%;
      height: 50px;
      min-width: 50px;
      min-height: 50px;
      width: 50px;
      max-height: 100%; }
    .article-box__description-detail .author, .article-box__description-detail .date {
      display: flex;
      align-items: center;
      font-size: 0.4em;
      line-height: 165%;
      letter-spacing: 0.04em;
      height: 50px;
      margin-top: 15px; }
      .article-box__description-detail .author p, .article-box__description-detail .date p {
        margin-left: 5px; }
      @media screen and (max-width: 1200px) {
        .article-box__description-detail .author, .article-box__description-detail .date {
          margin-top: 0; } }
      @media screen and (max-width: 1050px) {
        .article-box__description-detail .author, .article-box__description-detail .date {
          font-size: 0.5em; } }
      @media screen and (max-width: 720px) {
        .article-box__description-detail .author, .article-box__description-detail .date {
          font-size: 0.7em; } }
      @media screen and (max-width: 600px) {
        .article-box__description-detail .author, .article-box__description-detail .date {
          font-size: 0.6em; }
          .article-box__description-detail .author p, .article-box__description-detail .date p {
            padding-bottom: 1px; } }
    @media screen and (max-width: 1200px) {
      .article-box__description-detail .date {
        position: absolute;
        top: 0; } }
    @media screen and (max-width: 720px) {
      .article-box__description-detail .date {
        height: 40px; } }
    .article-box__description-detail .date.date-press-center p {
      color: #FFFFFF; }
    .article-box__description-detail .date.date-press-center path {
      stroke: #FFFFFF; }
    .article-box__description-detail .date p {
      color: #B5B5B5; }
    .article-box__description-detail .date path {
      stroke: #B5B5B5; }
  @media screen and (max-width: 1200px) {
    .article-box__description {
      bottom: 15px;
      top: 5px; }
      .article-box__description .author p {
        margin-left: 15px; } }

.no-photo {
  position: relative;
  width: 50%;
  height: 50%; }

.hover-effect {
  position: relative;
  z-index: 25; }
  .hover-effect:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0; }
  .hover-effect .article-box__description-title p,
  .hover-effect .article-box__description-detail p {
    color: #FFFFFF; }

.contacts-popup {
  height: 97%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #00725C transparent;
  scrollbar-width: thin; }
  .contacts-popup__info {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .contacts-popup__info.line {
      position: relative;
      padding-bottom: 30px; }
      .contacts-popup__info.line:after {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #E1E1E1;
        bottom: 10px;
        left: 0; }
    @media screen and (max-width: 1050px) {
      .contacts-popup__info {
        flex-direction: column;
        align-items: flex-start; } }
  .contacts-popup__person {
    height: 100px;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 1050px) {
      .contacts-popup__person {
        width: 100%;
        height: 60px;
        padding-top: 10px; } }
    @media screen and (max-width: 500px) {
      .contacts-popup__person {
        height: 40px; } }
    .contacts-popup__person-image {
      height: 100%; }
      .contacts-popup__person-image img {
        max-height: 100%;
        height: 100%; }
    .contacts-popup__person-info {
      padding: 0 5px 0 40px; }
      @media screen and (max-width: 1200px) {
        .contacts-popup__person-info {
          padding-left: 25px; } }
      @media screen and (max-width: 1050px) {
        .contacts-popup__person-info {
          padding-left: 10px; } }
    .contacts-popup__person-name {
      font-family: "Neris SemiBold";
      font-size: 0.6em;
      line-height: 130%;
      letter-spacing: 0.03em;
      color: #0A1013;
      padding-bottom: 5px; }
    .contacts-popup__person-position {
      font-family: "Neris SemiBold";
      font-size: 0.3em;
      line-height: 160%;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(10, 16, 19, 0.4); }
  .contacts-popup__title {
    font-family: "Neris SemiBold";
    font-size: 1em;
    line-height: 130%;
    color: #000000;
    padding: 0 10px 30px 0; }
    @media screen and (max-width: 1050px) {
      .contacts-popup__title {
        padding-bottom: 25px; } }
  .contacts-popup .card-box {
    padding-top: 25px; }
  .contacts-popup .form-select {
    height: 65px;
    margin-bottom: 30px;
    padding-top: 15px; }
    .contacts-popup .form-select.no-zoom {
      font-size: 1em;
      transform: scale(0.7);
      transform-origin: top left;
      width: 142%;
      height: 106px; }
      @media screen and (max-width: 1050px) {
        .contacts-popup .form-select.no-zoom {
          height: 80px; } }
    @media screen and (max-width: 1050px) {
      .contacts-popup .form-select {
        margin-bottom: 15px; } }
    .contacts-popup .form-select label {
      font-family: "Neris SemiBold";
      font-size: 0.55em;
      line-height: 165%;
      letter-spacing: 0.04em;
      color: #737373;
      padding-bottom: 3px; }
      .contacts-popup .form-select label span {
        padding-left: 5px;
        color: #00725C; }
      .contacts-popup .form-select label.select-label {
        line-height: 24px;
        font-size: 1em; }
        @media screen and (max-width: 600px) {
          .contacts-popup .form-select label.select-label {
            font-size: 1.3em; } }
      @media screen and (max-width: 600px) {
        .contacts-popup .form-select label {
          font-size: 0.8em; } }
    @media screen and (max-width: 1050px) {
      .contacts-popup .form-select {
        height: 50px; } }
    @media screen and (max-width: 500px) {
      .contacts-popup .form-select {
        height: 40px; }
        .contacts-popup .form-select .dropdown-indicator svg {
          width: 12px;
          height: 6px; } }
  .contacts-popup .contacts-form__input {
    flex: 1 0 50%;
    max-width: none; }
    @media screen and (max-width: 500px) {
      .contacts-popup .contacts-form__input {
        flex: 0 0 100%;
        max-width: 100%; } }
    .contacts-popup .contacts-form__input.input-lawyer {
      display: none; }
  @media screen and (max-width: 1050px) {
    .contacts-popup .form-input textarea {
      height: 175px; } }
  .contacts-popup .contacts-form__submit {
    padding-left: 3px; }
    @media screen and (max-width: 1050px) {
      .contacts-popup .contacts-form__submit {
        max-width: 55%;
        padding-right: 0; }
        .contacts-popup .contacts-form__submit .btn {
          height: 70px; } }
    @media screen and (max-width: 500px) {
      .contacts-popup .contacts-form__submit {
        max-width: 100%;
        padding-right: 10px; }
        .contacts-popup .contacts-form__submit .btn {
          height: 50px; } }
  .contacts-popup::-webkit-scrollbar {
    width: 3px; }
  .contacts-popup::-webkit-scrollbar-thumb {
    background: #00725C; }
  @media screen and (max-width: 1200px) {
    .contacts-popup .contacts-form__input.select {
      flex: 0 0 100%; }
    .contacts-popup .form-input input {
      height: 50px; } }
  @media screen and (max-width: 500px) {
    .contacts-popup .form-input input {
      height: 40px; } }

.grecaptcha-badge {
  visibility: hidden; }

.form-input {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-top: 15px; }
  .form-input textarea {
    width: 100%;
    height: 200px;
    background: #FFFFFF;
    border: 2px solid #C9C9C9;
    padding: 15px 25px;
    font-family: "Neris SemiBold";
    font-size: 0.65em;
    line-height: 155%;
    letter-spacing: 0.01em;
    color: #000000; }
    .form-input textarea:hover {
      border: 2px solid #939393;
      cursor: pointer; }
    .form-input textarea:focus {
      outline: none; }
  .form-input label {
    font-family: "Neris SemiBold";
    font-size: 0.4em;
    line-height: 165%;
    letter-spacing: 0.04em;
    color: #737373;
    padding-bottom: 3px; }
    .form-input label span {
      padding-left: 5px;
      color: #00725C; }
    @media screen and (max-width: 600px) {
      .form-input label {
        font-size: 0.6em; } }
  .form-input input {
    width: 100%;
    height: 65px;
    background: #FFFFFF;
    border: 2px solid #C9C9C9;
    padding: 0 25px;
    font-family: "Neris SemiBold";
    font-size: 0.7em;
    letter-spacing: 0.01em;
    color: #000000; }
    .form-input input::placeholder {
      font-family: "Neris SemiBold";
      color: rgba(0, 0, 0, 0.4);
      font-size: 0.9em; }
    .form-input input:hover {
      border: 2px solid #939393;
      cursor: pointer; }
    .form-input input:focus {
      outline: none;
      border-bottom: 2px solid #00725C; }
    .form-input input.no-zoom {
      font-size: 1em;
      transform: scale(0.7);
      transform-origin: top left;
      width: 142.8%;
      line-height: 200%;
      height: 94px; }
      @media screen and (max-width: 1050px) {
        .form-input input.no-zoom {
          height: 65px; } }
    .form-input input.has-error {
      border-bottom: 3px solid #E43E3C; }
    @media screen and (max-width: 1050px) {
      .form-input input {
        height: 50px;
        padding: 0 20px; } }
  .form-input .error-input {
    font-family: "Neris Black";
    font-size: 0.3em;
    line-height: 135%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #E43E3C;
    margin-top: -20px;
    padding-bottom: 10px; }
    @media screen and (max-width: 1050px) {
      .form-input .error-input {
        margin-top: -15px;
        margin-bottom: 12px; } }
    @media screen and (max-width: 600px) {
      .form-input .error-input {
        margin-bottom: 20px; } }

.btn-subscribe {
  position: absolute;
  top: 29px;
  bottom: 29px;
  right: 16px;
  cursor: pointer; }
  @media screen and (max-width: 1100px) {
    .btn-subscribe {
      top: 20px;
      bottom: 20px;
      transform: scale(0.8); } }

.btn {
  max-width: 350px;
  width: 100%;
  height: 90px;
  border-radius: 0;
  font-family: "Neris SemiBold";
  font-size: 0.6em;
  line-height: 155%;
  letter-spacing: 0.01em;
  color: #fff;
  background: #222629;
  position: relative;
  z-index: 10;
  border: none; }
  .btn .fas {
    padding: 0 5px; }
  @media screen and (max-width: 1200px) {
    .btn {
      font-size: 0.9em;
      max-width: none; } }
  @media screen and (max-width: 1050px) {
    .btn {
      font-size: 0.8em;
      max-width: none;
      height: 70px; } }
  @media screen and (max-width: 600px) {
    .btn {
      height: 50px; } }
  .btn .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: .10rem;
    margin-right: 10px; }

.spinner-border {
  color: #00725C !important; }

.btn.dark {
  color: #fff; }

.btn.light {
  color: #00725C;
  background: transparent; }

.btn.dark.black {
  background: #222629; }
  .btn.dark.black .fa-check-circle {
    color: #FFFFFF; }
  .btn.dark.black .spinner-border {
    color: #FFFFFF !important; }

.btn.dark.green {
  background: #00725C; }
  .btn.dark.green .fa-check-circle {
    color: #FFFFFF; }
  .btn.dark.green .spinner-border {
    color: #FFFFFF !important; }

.btn.light.black {
  border: 3px solid #222629; }

.btn.light.green {
  border: 3px solid #00725C; }

.btn:focus {
  outline: none;
  box-shadow: none; }

.btn:hover {
  color: #fff;
  background: #00725C;
  box-shadow: 0 1.43897px 2.21381px rgba(0, 0, 0, 0.00843437), 0 3.45805px 5.32008px rgba(0, 0, 0, 0.0121168), 0 6.51121px 10.0172px rgba(0, 0, 0, 0.015), 0 11.6149px 17.869px rgba(0, 0, 0, 0.0178832), 0 21.7244px 33.4221px rgba(0, 0, 0, 0.0215656), 0 52px 80px rgba(0, 0, 0, 0.03); }

.btn.dark.black:hover, .btn.light.green:hover {
  background: #00725C; }

.btn.light.black:hover, .btn.dark.green:hover {
  background: #222629; }

.btn.dark.green.white-effect:hover {
  background: #fff;
  color: #222629; }

.btn:active {
  background: #00725C; }

.btn.light.green:active {
  border: 3px solid #00725C; }

.btn.light.black:active {
  border: 3px solid #3A3B3D; }

.btn.dark.black:active, .btn.light.green:active {
  background: #00725C; }

.btn.light.black:active, .btn.dark.green:active {
  background: #3A3B3D; }

.btn.dark.green.white-effect:active {
  background: #E9E9E9; }

.btn.light.black, .btn.dark.green > .fa-check-circle {
  color: #00725C; }

.team-list {
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column; }
  .team-list .spinner-border {
    color: #00725C !important; }
  .team-list__workers {
    display: flex;
    flex-wrap: wrap;
    padding: 75px 0; }
    @media screen and (max-width: 1050px) {
      .team-list__workers {
        padding-top: 60px; } }
    @media screen and (max-width: 600px) {
      .team-list__workers {
        padding-top: 0; } }
  .team-list__button {
    padding-bottom: 100px;
    width: 35%;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    .team-list__button button {
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
    @media screen and (max-width: 1050px) {
      .team-list__button {
        width: 305px; } }
    @media screen and (max-width: 600px) {
      .team-list__button {
        width: calc(100% - 12%); } }
  .team-list__person {
    display: flex;
    height: 600px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    width: calc(50% - 24px);
    margin: 12px;
    transition: all .3s linear; }
    .team-list__person .person__image {
      width: 50%;
      height: 100%;
      position: relative; }
      .team-list__person .person__image-background {
        width: 100%;
        height: 100%;
        background-size: cover !important;
        transition: background .5s linear .1s; }
      @media screen and (max-width: 720px) {
        .team-list__person .person__image {
          width: 40%; } }
    .team-list__person .person-info {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 50%;
      padding: 3% 1% 7% 5%;
      position: relative; }
      .team-list__person .person-info__scrolled {
        width: 100%;
        height: 90%;
        padding-right: 3%;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-color: #00725C transparent;
        scrollbar-width: thin; }
        .team-list__person .person-info__scrolled::-webkit-scrollbar {
          width: 3px; }
        .team-list__person .person-info__scrolled::-webkit-scrollbar-thumb {
          background: #00725C; }
        @media screen and (max-width: 600px) {
          .team-list__person .person-info__scrolled {
            overflow: hidden; } }
      .team-list__person .person-info__item {
        padding-bottom: 25px; }
        .team-list__person .person-info__item-name {
          font-family: "Neris SemiBold";
          font-size: 0.8em;
          line-height: 145%;
          letter-spacing: 0.03em;
          color: #000000;
          width: 90%;
          display: block; }
          .team-list__person .person-info__item-name-text {
            padding-right: 70px; }
          @media screen and (max-width: 1050px) {
            .team-list__person .person-info__item-name {
              font-size: 0.9em; } }
          @media screen and (max-width: 720px) {
            .team-list__person .person-info__item-name {
              width: 95%;
              padding-bottom: 5px; } }
        .team-list__person .person-info__item-icons {
          margin-left: -70px;
          display: inline-block;
          white-space: nowrap;
          vertical-align: middle; }
          .team-list__person .person-info__item-icons-social {
            cursor: pointer;
            display: inline;
            padding-left: 10px; }
            .team-list__person .person-info__item-icons-social svg {
              margin-top: -10px; }
              .team-list__person .person-info__item-icons-social svg:hover path {
                fill: #939393; }
            @media screen and (max-width: 600px) {
              .team-list__person .person-info__item-icons-social {
                padding-left: 5px; }
                .team-list__person .person-info__item-icons-social svg {
                  width: 18px;
                  height: 18px; } }
        .team-list__person .person-info__item-position {
          font-family: "Neris SemiBold";
          font-size: 0.3em;
          line-height: 160%;
          letter-spacing: 0.2em;
          text-transform: uppercase;
          color: rgba(10, 16, 19, 0.4);
          margin-top: -4px; }
          @media screen and (max-width: 720px) {
            .team-list__person .person-info__item-position {
              font-size: 0.4em;
              margin-top: 0; } }
        @media screen and (max-width: 600px) {
          .team-list__person .person-info__item-text {
            display: none; } }
        .team-list__person .person-info__item-text p {
          font-family: "Neris SemiBold", sans-serif;
          font-size: 0.6em;
          line-height: 155%;
          letter-spacing: 0.01em;
          color: #000000;
          padding-bottom: 5px; }
          @media screen and (max-width: 720px) {
            .team-list__person .person-info__item-text p {
              font-size: 0.75em; } }
        .team-list__person .person-info__item-text ul {
          list-style: none; }
        .team-list__person .person-info__item-text li {
          font-family: "Neris SemiBold", sans-serif;
          font-size: 0.6em;
          line-height: 180%;
          letter-spacing: 0.2em;
          padding: 5px 0;
          text-transform: uppercase;
          color: rgba(0, 0, 0, 0.7);
          position: relative;
          left: 5%;
          margin-bottom: 0; }
          .team-list__person .person-info__item-text li:before {
            content: "";
            position: absolute;
            display: block;
            width: 5px;
            height: 5px;
            background: #00725C;
            left: -5%;
            top: 10px; }
      .team-list__person .person-info__list {
        list-style: none; }
        .team-list__person .person-info__list-title {
          font-family: "Neris SemiBold";
          font-size: 0.6em;
          line-height: 155%;
          letter-spacing: 0.01em;
          color: #000000;
          padding-bottom: 5px; }
          @media screen and (max-width: 1050px) {
            .team-list__person .person-info__list-title {
              font-size: 0.75em; } }
          @media screen and (max-width: 600px) {
            .team-list__person .person-info__list-title {
              display: none; } }
        .team-list__person .person-info__list-item {
          font-family: "Neris SemiBold";
          font-size: 0.6em;
          line-height: 180%;
          letter-spacing: 0.2em;
          padding: 5px 0;
          text-transform: uppercase;
          color: rgba(0, 0, 0, 0.7);
          position: relative;
          left: 5%;
          margin-bottom: 0; }
          .team-list__person .person-info__list-item:before {
            content: "";
            position: absolute;
            display: block;
            width: 5px;
            height: 5px;
            background: #00725C;
            left: -5%;
            top: 10px; }
            @media screen and (max-width: 1050px) {
              .team-list__person .person-info__list-item:before {
                top: 8px; } }
            @media screen and (max-width: 720px) {
              .team-list__person .person-info__list-item:before {
                top: 5px; } }
          @media screen and (max-width: 720px) {
            .team-list__person .person-info__list-item {
              font-size: 0.45em; } }
        @media screen and (max-width: 800px) {
          .team-list__person .person-info__list {
            padding-right: 10px; } }
        @media screen and (max-width: 600px) {
          .team-list__person .person-info__list {
            display: none; } }
      .team-list__person .person-info__button {
        font-family: "Neris SemiBold";
        font-size: 0.7em;
        line-height: 145%;
        text-align: right;
        letter-spacing: 0.03em;
        color: #00725C;
        display: none;
        position: absolute;
        bottom: 20px;
        left: 10%; }
        @media screen and (max-width: 600px) {
          .team-list__person .person-info__button {
            display: block;
            bottom: 5px; } }
      .team-list__person .person-info .link-button {
        position: absolute;
        bottom: 20px;
        left: 10%;
        background: #fff; }
        @media screen and (max-width: 720px) {
          .team-list__person .person-info .link-button {
            bottom: -30px;
            background: none; } }
        @media screen and (max-width: 600px) {
          .team-list__person .person-info .link-button {
            display: none; } }
      @media screen and (max-width: 720px) {
        .team-list__person .person-info {
          width: 60%;
          padding: 1% 1% 2% 5%; } }
    .team-list__person:hover {
      box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07); }
      @media screen and (max-width: 720px) {
        .team-list__person:hover {
          box-shadow: none; } }
    @media screen and (max-width: 1500px) {
      .team-list__person {
        height: 500px; } }
    @media screen and (max-width: 1300px) {
      .team-list__person {
        height: 400px; } }
    @media screen and (max-width: 1200px) {
      .team-list__person {
        margin: 15px 11%;
        width: calc(100% - 22%);
        height: 480px; } }
    @media screen and (max-width: 720px) {
      .team-list__person {
        margin: 30px 6%;
        width: calc(100% - 12%);
        height: 400px;
        border: none; } }
    @media screen and (max-width: 600px) {
      .team-list__person {
        margin: 5px 6%;
        height: 250px;
        border-top: 1px solid #EAEAEA;
        border-bottom: 1px solid #EAEAEA; } }
    @media screen and (max-width: 450px) {
      .team-list__person {
        height: 175px; } }
  .team-list .spinner-border.more-items {
    width: 5rem;
    height: 5rem;
    position: relative;
    left: 50%;
    top: 20%; }
  @media screen and (max-width: 600px) {
    .team-list {
      min-height: 250px; } }

.about-team__filters .first-col {
  padding-bottom: 0; }

.team-filters__item {
  width: 50%;
  padding: 0 15px;
  height: 65px;
  position: relative; }
  .team-filters__item.hide {
    display: none; }
  @media screen and (max-width: 1050px) {
    .team-filters__item {
      height: 50px; } }
  @media screen and (max-width: 600px) {
    .team-filters__item {
      width: 100%;
      padding: 0;
      margin-bottom: 30px; } }

.team-filters .filters-button {
  position: relative;
  top: -20px; }
  @media screen and (max-width: 720px) {
    .team-filters .filters-button {
      display: none; } }
  @media screen and (max-width: 600px) {
    .team-filters .filters-button {
      display: flex;
      padding-top: 0; } }

@media screen and (max-width: 600px) {
  .team-filters {
    flex-direction: column; } }

.team-filters_block {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end; }
  @media screen and (max-width: 600px) {
    .team-filters_block {
      flex-direction: column;
      display: none; }
      .team-filters_block.visible-filters {
        display: flex; } }

.home-business {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  min-height: 100%;
  font-family: "Neris SemiBold";
  position: relative;
  top: 100px;
  margin-bottom: 100px;
  height: 100%;
  background-size: cover !important;
  transition: background 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67); }
  .home-business__item {
    width: 25%;
    height: 540px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 15;
    border: 1px solid #E1E1E1; }
    .home-business__item svg {
      margin-bottom: 15px; }
    .home-business__item-title {
      font-size: 0.6em;
      line-height: 155%;
      text-align: center;
      letter-spacing: 0.01em;
      color: #222629;
      max-width: 200px; }
    .home-business__item-image {
      width: 150px;
      height: 150px; }
    .home-business__item-description {
      display: none;
      text-align: center;
      width: 93%; }
      .home-business__item-description p {
        font-family: "Neris Light";
        padding-top: 20px;
        color: #FFFFFF;
        font-size: 0.45em;
        line-height: 195%; }
      .home-business__item-description.show {
        display: block; }
    .home-business__item.hover {
      cursor: pointer; }
      .home-business__item.hover p {
        color: #FFFFFF; }
      .home-business__item.hover svg {
        width: 80px;
        height: 90px; }
      .home-business__item.hover path {
        stroke: rgba(255, 255, 255, 0.9); }
    .home-business__item:hover {
      background: #B5B5B5; }
    @media screen and (max-width: 1600px) {
      .home-business__item {
        height: 400px; } }
    @media screen and (max-width: 1300px) {
      .home-business__item {
        height: 330px; } }
    @media screen and (max-width: 1050px) {
      .home-business__item {
        width: 33.333%; } }
  .home-business__image {
    position: absolute;
    height: 100%;
    max-width: 100%;
    width: 100%; }
  .home-business:hover::after {
    background-color: rgba(34, 38, 41, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0; }
  @media screen and (max-width: 1050px) {
    .home-business {
      top: 75px;
      margin-bottom: 75px; }
      .home-business:hover::after {
        background-color: transparent; } }

.main-sphere {
  padding-top: 100px; }
  @media screen and (max-width: 720px) {
    .main-sphere {
      padding-top: 20px; } }

.career-responsible {
  background: #F8F8F9;
  box-shadow: 0px 2.98864px 2.37984px rgba(52, 52, 52, 0.0171936), 0px 7.18211px 5.71909px rgba(52, 52, 52, 0.0207849), 0px 13.5233px 10.7685px rgba(52, 52, 52, 0.0229829), 0px 24.1232px 19.2092px rgba(52, 52, 52, 0.025401), 0px 45.1198px 35.9287px rgba(52, 52, 52, 0.029771), 0px 108px 86px rgba(52, 52, 52, 0.05);
  width: calc(100% - 22%);
  display: flex;
  justify-content: space-between;
  margin: 25px 11% 70px;
  padding: 65px 90px;
  position: relative; }
  .career-responsible__person {
    width: 35%;
    display: flex;
    height: 100px; }
    .career-responsible__person-image {
      border-radius: 50%;
      max-height: 100px;
      min-width: 100px;
      height: 100%;
      display: block; }
      @media screen and (max-width: 1500px) {
        .career-responsible__person-image {
          min-width: 80px;
          max-height: 80px; } }
      @media screen and (max-width: 1050px) {
        .career-responsible__person-image {
          min-width: 60px;
          max-height: 60px; } }
      @media screen and (max-width: 650px) {
        .career-responsible__person-image {
          width: 60px;
          height: 60px; } }
    .career-responsible__person-info {
      padding-left: 25px;
      align-self: center; }
      .career-responsible__person-info .person-name {
        font-family: "Neris SemiBold";
        font-size: 0.8em;
        line-height: 145%;
        letter-spacing: 0.03em;
        color: #191919; }
        @media screen and (max-width: 650px) {
          .career-responsible__person-info .person-name {
            font-size: 1.15em; } }
      .career-responsible__person-info .person-position {
        font-family: "Neris SemiBold";
        font-size: 0.3em;
        line-height: 160%;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #939393; }
      @media screen and (max-width: 1050px) {
        .career-responsible__person-info {
          padding: 0 5px 0 20px; } }
      @media screen and (max-width: 720px) {
        .career-responsible__person-info {
          padding-left: 10px; } }
      @media screen and (max-width: 650px) {
        .career-responsible__person-info {
          width: 100%;
          padding-left: 0; } }
    @media screen and (max-width: 1500px) {
      .career-responsible__person {
        height: 80px; } }
    @media screen and (max-width: 1300px) {
      .career-responsible__person {
        width: 50%; } }
    @media screen and (max-width: 1050px) {
      .career-responsible__person {
        height: 60px; } }
    @media screen and (max-width: 650px) {
      .career-responsible__person {
        height: auto;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 20px;
        flex-direction: column; } }
  .career-responsible__contacts {
    display: flex;
    width: 65%;
    justify-content: space-between; }
    .career-responsible__contacts-items {
      display: flex;
      flex-direction: column;
      width: 45%;
      padding-right: 20px; }
      .career-responsible__contacts-items .contact-block {
        padding: 10px 0;
        display: flex;
        align-items: center; }
        .career-responsible__contacts-items .contact-block__text {
          font-family: "Neris SemiBold";
          font-size: 0.6em;
          letter-spacing: 0.01em;
          color: #000000;
          padding-left: 10px; }
          @media screen and (max-width: 1500px) {
            .career-responsible__contacts-items .contact-block__text {
              padding-left: 5px; } }
          @media screen and (max-width: 650px) {
            .career-responsible__contacts-items .contact-block__text {
              font-size: 0.75em;
              padding-left: 5px; } }
        @media screen and (max-width: 1500px) {
          .career-responsible__contacts-items .contact-block img {
            transform: scale(0.8);
            height: 100%; } }
        @media screen and (max-width: 720px) {
          .career-responsible__contacts-items .contact-block:first-child {
            padding-top: 0; } }
      @media screen and (max-width: 1300px) {
        .career-responsible__contacts-items {
          width: 100%;
          padding-bottom: 15px; } }
    .career-responsible__contacts-button {
      width: 53%; }
      @media screen and (max-width: 1300px) {
        .career-responsible__contacts-button {
          width: 100%; } }
      @media screen and (max-width: 650px) {
        .career-responsible__contacts-button {
          width: 100%; }
          .career-responsible__contacts-button .btn {
            width: 100%;
            font-size: 0.85em; } }
    @media screen and (max-width: 1300px) {
      .career-responsible__contacts {
        flex-direction: column;
        align-items: center;
        width: 50%; } }
    @media screen and (max-width: 650px) {
      .career-responsible__contacts {
        width: 100%; } }
  .career-responsible::after {
    content: url("/static/img/Square.png");
    display: none;
    position: absolute;
    bottom: -30px;
    right: -80px;
    z-index: -1; }
    @media screen and (max-width: 1050px) {
      .career-responsible::after {
        display: none; } }
  @media screen and (max-width: 1300px) {
    .career-responsible {
      padding: 5%; } }
  @media screen and (max-width: 900px) {
    .career-responsible {
      margin: 25px 8% 70px 11%;
      width: calc(100% - 19%); } }
  @media screen and (max-width: 720px) {
    .career-responsible {
      padding: 40px;
      margin: 25px 6% 70px;
      width: calc(100% - 12%); } }
  @media screen and (max-width: 650px) {
    .career-responsible {
      flex-direction: column;
      padding: 30px; } }

.responsible__title {
  padding: 5% 11% 0;
  font-family: "Neris SemiBold";
  font-size: 0.6em;
  line-height: 155%;
  letter-spacing: 0.01em;
  color: #B5B5B5; }
  @media screen and (max-width: 1050px) {
    .responsible__title {
      font-size: 1em; } }
  @media screen and (max-width: 720px) {
    .responsible__title {
      padding: 5% 6% 0; } }
  @media screen and (max-width: 500px) {
    .responsible__title {
      padding: 5% 6% 0; } }

.sphere-footer {
  background: #242424;
  height: 280px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 11%;
  position: relative;
  padding: 0 7%; }
  .sphere-footer__text {
    overflow-y: auto;
    height: 80%;
    display: flex;
    align-items: center;
    scrollbar-color: transparent transparent; }
    .sphere-footer__text::-webkit-scrollbar {
      width: 0;
      background: transparent; }
    .sphere-footer__text p {
      font-family: "Neris SemiBold";
      font-size: 1em;
      line-height: 130%;
      letter-spacing: 0.03em;
      color: #FFFFFF; }
      .sphere-footer__text p strong {
        color: #00725C; }
  .sphere-footer__button {
    padding-left: 10px;
    width: 30%;
    text-align: right; }
    .sphere-footer__button .btn.light.green {
      background: #FFFFFF;
      color: #222629;
      border: none; }
      .sphere-footer__button .btn.light.green:hover {
        background: #00725C;
        color: #FFFFFF; }
    @media screen and (max-width: 1050px) {
      .sphere-footer__button {
        width: 70%; }
        .sphere-footer__button .btn {
          font-size: 0.7em; } }
    @media screen and (max-width: 600px) {
      .sphere-footer__button {
        width: 100%;
        padding-bottom: 30px;
        padding-left: 0; } }
  .sphere-footer::before {
    content: url("/static/img/circles.png");
    display: block;
    position: absolute;
    height: 50%;
    bottom: -90px;
    transform: translateY(-50%);
    left: -115px;
    z-index: -1; }
    @media screen and (max-width: 1050px) {
      .sphere-footer::before {
        display: none; } }
  .sphere-footer::after {
    content: url("/static/img/Square.png");
    display: none;
    position: absolute;
    top: -30%;
    right: -8%;
    z-index: -1; }
    @media screen and (max-width: 1050px) {
      .sphere-footer::after {
        display: none; } }
  @media screen and (max-width: 1050px) {
    .sphere-footer {
      height: 200px; } }
  @media screen and (max-width: 720px) {
    .sphere-footer {
      margin: 0 4% 0 6%; } }
  @media screen and (max-width: 600px) {
    .sphere-footer {
      flex-direction: column;
      height: 220px;
      margin: 0;
      padding: 5%; } }

.worker-sidebar {
  width: 25%;
  position: sticky;
  left: 0;
  top: 100px;
  height: 100%;
  padding: 25px 30px 0 0; }
  @media screen and (max-width: 1200px) {
    .worker-sidebar__item {
      width: calc(50% - 10px);
      padding: 0 20px 30px 0; } }
  @media screen and (max-width: 600px) {
    .worker-sidebar__item {
      width: 100%;
      padding: 10px 0; } }
  .worker-sidebar__resume {
    display: flex;
    align-items: center;
    font-family: "Neris SemiBold";
    font-size: 0.6em;
    line-height: 155%;
    letter-spacing: 0.01em;
    color: #222629;
    padding: 35px 0;
    cursor: pointer; }
    .worker-sidebar__resume img {
      padding-right: 15px; }
    @media screen and (max-width: 1200px) {
      .worker-sidebar__resume {
        width: calc(50% - 10px);
        padding: 0 20px 30px 0; } }
    @media screen and (max-width: 600px) {
      .worker-sidebar__resume {
        width: 100%;
        padding: 10px 0;
        font-size: 0.75em; } }
  .worker-sidebar__contacts {
    padding-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .worker-sidebar__contacts {
        width: calc(50% - 10px);
        padding: 0 20px 30px 0; } }
    @media screen and (max-width: 1050px) {
      .worker-sidebar__contacts .info-block {
        padding: 5px 0; } }
    @media screen and (max-width: 600px) {
      .worker-sidebar__contacts .info-block {
        padding-top: 20px; }
        .worker-sidebar__contacts .info-block ~ .info-block {
          padding-top: 5px; }
        .worker-sidebar__contacts .info-block img {
          transform: scale(0.7); } }
    @media screen and (max-width: 600px) {
      .worker-sidebar__contacts {
        width: 100%;
        padding: 10px 0; } }
  .worker-sidebar__show-all {
    font-family: "Neris SemiBold";
    font-size: 0.45em;
    line-height: 165%;
    letter-spacing: 0.04em;
    color: #00725C;
    padding-bottom: 5px; }
    @media screen and (max-width: 1200px) {
      .worker-sidebar__show-all {
        display: none; } }
  .worker-sidebar__title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .worker-sidebar__title-text {
      font-family: "Neris SemiBold";
      font-size: 0.4em;
      line-height: 160%;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.5);
      padding-bottom: 5px; }
      @media screen and (max-width: 720px) {
        .worker-sidebar__title-text {
          font-size: 0.4em; } }
    .worker-sidebar__title:after {
      content: '';
      display: block;
      position: absolute;
      height: 1px;
      width: 100%;
      background: #C4C4C4;
      bottom: 0; }
  .worker-sidebar__list {
    list-style: none;
    margin-bottom: 35px;
    margin-top: 15px; }
    .worker-sidebar__list-item {
      font-family: "Neris SemiBold";
      font-size: 0.75em;
      line-height: 180%;
      letter-spacing: 0.2em;
      padding: 5px 0;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.7);
      position: relative;
      left: 5%;
      margin: 0; }
      .worker-sidebar__list-item:before {
        content: "";
        position: absolute;
        display: block;
        width: 5px;
        height: 5px;
        background: #00725C;
        left: -5%;
        top: 10px; }
      @media screen and (max-width: 720px) {
        .worker-sidebar__list-item {
          font-size: 1.2em;
          padding: 8px 0; }
          .worker-sidebar__list-item:before {
            top: 15px; } }
    @media screen and (max-width: 600px) {
      .worker-sidebar__list {
        margin-bottom: 0; } }
  @media screen and (max-width: 1200px) {
    .worker-sidebar__button {
      width: 50%;
      padding: 20px 20px 30px 0; } }
  @media screen and (max-width: 1050px) {
    .worker-sidebar__button .btn {
      height: 70px; } }
  @media screen and (max-width: 600px) {
    .worker-sidebar__button {
      width: 100%;
      padding: 20px 0; }
      .worker-sidebar__button .btn {
        height: 50px;
        font-size: 0.9em; } }
  @media screen and (max-width: 1200px) {
    .worker-sidebar {
      position: relative;
      width: 100%;
      top: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }
  @media screen and (max-width: 600px) {
    .worker-sidebar {
      padding-right: 0;
      padding-bottom: 10px; } }

