@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);
@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;
}


.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; }


.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; } }

.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; } }

.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; }

.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; }

.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; }

