/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

[data-aos="animation-image"] {
  opacity: 0;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity; }
  [data-aos="animation-image"].aos-animate {
    opacity: 1;
    transform: scale3d(1.3, 1.3, 1);
    -webkit-transform: scale3d(1.3, 1.3, 1); }

[data-aos="animation-project"] {
  opacity: 0;
  transition: 0.5s opacity ease; }
  [data-aos="animation-project"] .project__name div {
    transform: translateY(30%);
    transition: 0.7s transform ease; }
  [data-aos="animation-project"].aos-animate {
    opacity: 1; }
    [data-aos="animation-project"].aos-animate .project__name div {
      transform: translateY(0); }

[data-aos="animation-ability"] .ability__wrap {
  opacity: 0;
  transform: translateY(calc((30) * (100vw / 1600)));
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition: 0.7s ease; }
  @media (max-width: 1600px) {
    [data-aos="animation-ability"] .ability__wrap {
      transform: translateY(30px); } }

[data-aos="animation-ability"].aos-animate .ability__wrap {
  opacity: 1;
  transform: translateY(0); }

[data-aos="animation-ability"].aos-animate:after {
  width: 100%; }

[data-aos="animation-slider"] {
  opacity: 0;
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transform: scale3d(0.6, 0.6, 1);
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity; }
  [data-aos="animation-slider"].aos-animate {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1); }

[data-aos="animation-opacity"] {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }
  [data-aos="animation-opacity"].aos-animate {
    opacity: 1; }

[data-aos="animation-top"] {
  opacity: 0;
  transform: translateY(calc((30) * (100vw / 1600)));
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity; }
  @media (max-width: 1600px) {
    [data-aos="animation-top"] {
      transform: translateY(30px); } }
  [data-aos="animation-top"].aos-animate {
    opacity: 1;
    transform: translateY(0); }

[data-aos="animation-approach-item"] {
  opacity: 0;
  transform: translateY(calc((25) * (100vw / 1600)));
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity; }
  @media (max-width: 1600px) {
    [data-aos="animation-approach-item"] {
      transform: translateY(25px); } }
  [data-aos="animation-approach-item"].aos-animate {
    opacity: 1;
    transform: translateY(0); }

[data-aos="animation-line"].aos-animate:after {
  width: 100%; }

[data-aos="animation-banner"].aos-animate:after, [data-aos="animation-banner"].aos-animate:before {
  width: 100%; }

[data-aos="animation-rating"].aos-animate:after {
  height: 100%; }

[data-aos="animation-rating"].aos-animate:before {
  width: 100%; }

[data-aos="animation-skew"] {
  opacity: 0;
  -webkit-transform: translate(30px) skewX(-9deg);
  transform: translate(30px) skewX(-9deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }
  [data-aos="animation-skew"].aos-animate {
    opacity: 1;
    transform: none; }

[data-aos="animation-arrow-services"] {
  opacity: 0;
  transform: translateY(calc((-75) * (100vw / 1600)));
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity; }
  @media (max-width: 1600px) {
    [data-aos="animation-arrow-services"] {
      transform: translateY(-75px); } }
  @media (max-width: 1023px) {
    [data-aos="animation-arrow-services"] {
      transform: translateY(-55px); } }
  @media (max-width: 768px) {
    [data-aos="animation-arrow-services"] {
      transform: translateY(-45px); } }
  [data-aos="animation-arrow-services"].aos-animate {
    opacity: 1;
    transform: translateY(0); }

.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-animated-out {
  z-index: 1; }

.owl-animated-in {
  z-index: 0; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

* {
  outline: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

* {
  outline: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }
  html.position-fixed, body.position-fixed {
    overflow: hidden; }

body {
  font-family: Roboto, sans-serif;
  background-color: #070707;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden; }
  body.modal-opened {
    overflow-y: hidden; }
  body.position-fixed {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0; }

main {
  padding: 130px 0 0;
  flex: 1 0 auto; }
  main a {
    color: #ffffff;
    border-bottom: 1px solid #0BCF6B;
    text-decoration: none;
    transition: 0.5s; }
    main a:hover {
      color: #0BCF6B; }
  @media (max-width: 1280px) {
    main {
      padding: 114px 0 0; } }
  @media (max-width: 768px) {
    main {
      padding: 96px 0 0; } }
  @media (max-width: 479px) {
    main {
      padding: 56px 0 0; } }

textarea,
input[type="text"],
input[type="search"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"] {
  -webkit-appearance: none;
  border-radius: 0; }
  textarea:focus::placeholder,
  input[type="text"]:focus::placeholder,
  input[type="search"]:focus::placeholder,
  input[type="button"]:focus::placeholder,
  input[type="submit"]:focus::placeholder,
  input[type="email"]:focus::placeholder,
  input[type="tel"]:focus::placeholder {
    color: transparent; }

input::-ms-clear {
  display: none; }

input:focus,
button:focus,
a:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
  padding: 0; }

h1, h2, h3 {
  font-weight: 500;
  text-transform: uppercase; }
  h1 span, h2 span, h3 span {
    color: #0BCF6B; }

h2 {
  font-size: calc((40) * (100vw / 1600));
  line-height: calc((52) * (100vw / 1600));
  margin-bottom: calc((50) * (100vw / 1600)); }

h3 {
  font-size: calc((24) * (100vw / 1600));
  line-height: calc((36) * (100vw / 1600)); }

p {
  margin: 0; }

button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer; }

.section {
  margin-bottom: calc((170) * (100vw / 1600)); }
  @media (max-width: 1600px) {
    .section {
      margin-bottom: 170px; } }
  @media (max-width: 1280px) {
    .section {
      margin-bottom: 110px; } }
  @media (max-width: 479px) {
    .section {
      margin-bottom: 80px; } }

.link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #0BCF6B;
  transition: 0.5s; }
  .link:hover {
    color: #0BCF6B; }

.article-h1 {
  font-weight: 500;
  font-size: calc((50) * (100vw / 1600));
  line-height: calc((65) * (100vw / 1600));
  text-transform: uppercase; }

.article-h2 {
  font-weight: 500;
  font-size: calc((32) * (100vw / 1600));
  line-height: calc((42) * (100vw / 1600));
  text-transform: uppercase;
  letter-spacing: 0.03em; }

.article-h3 {
  font-weight: bold;
  font-size: calc((20) * (100vw / 1600));
  line-height: calc((26) * (100vw / 1600));
  text-transform: unset; }

.article-h4 {
  font-weight: 300;
  font-size: calc((20) * (100vw / 1600));
  line-height: calc((26) * (100vw / 1600)); }

.article-h1, .article-h2, .article-h3, .article-h4 {
  color: #1A1A1A; }
  .article-h1 span, .article-h1 p, .article-h2 span, .article-h2 p, .article-h3 span, .article-h3 p, .article-h4 span, .article-h4 p {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    color: #0BCF6B; }

.list-item {
  position: relative;
  list-style-type: none;
  padding-left: calc((18) * (100vw / 1600)); }
  .list-item::before {
    content: '';
    position: absolute;
    top: calc((6) * (100vw / 1600));
    left: 0;
    display: inline-block;
    width: calc((8) * (100vw / 1600));
    height: calc((8) * (100vw / 1600));
    margin-right: calc((10) * (100vw / 1600));
    border: 1px solid #0BCF6B;
    box-sizing: border-box;
    border-radius: 50%; }
  @media (max-width: 1600px) {
    .list-item {
      padding-left: 18px; }
      .list-item::before {
        top: 6px;
        width: 8px;
        height: 8px;
        margin-right: 10px; } }
  @media (max-width: 479px) {
    .list-item::before {
      top: 4px; } }

.button {
  height: calc((75) * (100vw / 1600));
  font-family: inherit;
  font-size: calc((16) * (100vw / 1600));
  line-height: calc((20) * (100vw / 1600));
  font-weight: 500;
  text-transform: uppercase;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: calc((70) * (100vw / 1600));
  cursor: pointer;
  transition: 0.5s;
  padding: 0 calc((40) * (100vw / 1600)); }
  .button:hover {
    border-color: #0BCF6B;
    background-color: #0BCF6B; }

@media (max-width: 1600px) {
  h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 50px; }
  h3 {
    font-size: 24px;
    line-height: 36px; }
  .article-h1 {
    font-size: 50px;
    line-height: 65px; }
  .article-h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.03em; }
  .article-h3 {
    font-size: 20px;
    line-height: 26px; }
  .article-h4 {
    font-size: 20px;
    line-height: 26px; }
  .button {
    height: 75px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 70px;
    padding: 0 40px; } }

@media (max-width: 1280px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 40px; }
  h3 {
    font-size: 22px;
    line-height: 33px; }
  .article-h1 {
    font-size: 46px;
    line-height: 60px; }
  .article-h2 {
    font-size: 30px;
    line-height: 39px; }
  .article-h3 {
    font-size: 18px;
    line-height: 23px; } }

@media (max-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 30px; }
  h3 {
    font-size: 20px;
    line-height: 30px; }
  .button {
    height: 60px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 30px; }
  .article-h1 {
    font-size: 38px;
    line-height: 49px; }
  .article-h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em; } }

@media (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 32px; }
  h3 {
    font-size: 20px;
    line-height: 30px; }
  .button {
    width: 100%;
    height: 50px;
    font-size: 12px;
    line-height: 16px;
    padding: 0 30px; }
  .article-h1 {
    font-size: 25px;
    line-height: 32px; }
  .article-h2 {
    font-size: 22px;
    line-height: 29px; }
  .article-h3 {
    font-size: 16px;
    line-height: 21px; }
  .article-h4 {
    font-size: 16px;
    line-height: 21px; }
  .list-item--small {
    font-size: 14px;
    line-height: 17px; }
    .list-item--small::before {
      top: 6px; } }

.header {
  display: block;
  width: 100%;
  height: 130px;
  background-color: #070707;
  padding: 52px 0;
  transition: 0.5s;
  position: fixed;
  z-index: 9; }
  .header--white {
    background-color: #ffffff; }
    .header--white .header__link {
      color: #000000; }
    .header--white .header__nav {
      background-color: #ffffff; }
    .header--white.opened .header__nav {
      background-color: #ffffff; }
    .header--white.opened .header__hamburger.active span {
      background-color: #000000; }
  .header__wrap {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .header__logo, .header__nav {
    display: inline-flex; }
  .header__logo {
    height: calc((17) * (100vw / 1600)); }
    .header__logo img {
      display: block;
      height: 100%; }
  .header__nav {
    margin: 0 -15px 0 auto; }
  .header__link {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-size: calc((14) * (100vw / 1600));
    line-height: calc((16) * (100vw / 1600));
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    white-space: nowrap;
    padding: 5px 15px;
    position: relative; }
    .header__link:after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 15px;
      right: 15px;
      height: 4px;
      background-color: #0BCF6B;
      transform: scaleX(0) translateZ(0);
      transform-origin: 100% 50%;
      transition: transform 0.6s cubic-bezier(0.37, 0.31, 0, 1);
      z-index: 1; }
    .header__link:hover:after, .header__link.active:after {
      transform: scaleX(1) translateZ(0);
      transform-origin: 0 50%; }
  .header__hamburger {
    display: none;
    width: 20px;
    height: 16px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    margin: 0 0 0 auto;
    position: relative;
    cursor: pointer; }
    .header__hamburger span {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 2px;
      background-color: #0BCF6B;
      transition: 0.5s; }
      .header__hamburger span:first-child {
        top: 0; }
      .header__hamburger span:nth-child(2) {
        top: 0;
        bottom: 0; }
      .header__hamburger span:nth-child(3) {
        top: auto;
        bottom: 0; }
    .header__hamburger.active span {
      background-color: #ffffff; }
      .header__hamburger.active span:first-child {
        top: 7px;
        transform: rotate(45deg); }
      .header__hamburger.active span:nth-child(2) {
        width: 0; }
      .header__hamburger.active span:nth-child(3) {
        bottom: 7px;
        transform: rotate(-45deg); }
  @media (max-width: 1600px) {
    .header__logo {
      height: 17px; }
    .header__link {
      font-size: 14px;
      line-height: 16px; } }
  @media (max-width: 1280px) {
    .header {
      height: 114px;
      padding: 45px 0; }
      .header__logo {
        height: 16px; }
      .header__link {
        font-size: 12px;
        line-height: 14px; } }
  @media (max-width: 768px) {
    .header {
      height: 96px;
      padding: 40px 0; }
      .header__nav {
        position: absolute;
        top: 96px;
        left: auto;
        right: -200vw;
        margin: 0;
        display: block;
        width: 0;
        padding: 0;
        height: calc(100vh - 96px);
        overflow: hidden;
        background-color: #181818;
        transition: 0.5s;
        z-index: 10; }
      .header__link {
        display: block;
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 30px;
        padding: 0; }
        .header__link:after {
          content: none; }
      .header__hamburger {
        display: inline-flex; }
      .header.opened {
        background-color: #181818; }
        .header.opened .header__nav {
          right: 0;
          width: 100%;
          padding: 0 20px;
          overflow-x: hidden;
          overflow-y: auto; }
      .header--white.opened {
        background-color: #ffffff; } }
  @media (max-width: 479px) {
    .header {
      height: 56px;
      padding: 20px 0; }
      .header__logo {
        height: 11px; }
      .header__nav {
        top: 56px;
        height: calc(100vh - 56px); }
      .header__link {
        font-size: 18px;
        line-height: 21px;
        margin: 0 0 27px; }
      .header.opened {
        background-color: #181818; }
        .header.opened .header__nav {
          padding: 0 10px; }
      .header--white.opened {
        background-color: #ffffff; } }

.footer {
  display: block;
  width: 100%;
  background-color: #181818;
  padding: 70px 0 0;
  position: relative;
  flex: 0 0 auto; }
  .footer__wrap, .footer__bottom {
    display: flex;
    width: 100%; }
  .footer__wrap {
    padding: 0 0 110px; }
  .footer__panel, .footer__logo, .footer__contacts, .footer__address, .footer__copyright {
    display: inline-block; }
  .footer__panel, .footer__logo, .footer__contacts, .footer__address {
    vertical-align: top; }
  .footer__contacts, .footer__address {
    flex-direction: column; }
  .footer__panel {
    width: 75%;
    font-size: 0; }
  .footer__logo {
    width: 28%;
    padding: calc((11) * (100vw / 1600)) 0 0; }
    .footer__logo img, .footer__logo a {
      display: block;
      width: 100%; }
  .footer__contacts {
    width: 72%;
    padding: 0 95px 0 72px; }
  .footer__address {
    width: 25%;
    padding: 0 30px 0 0; }
  .footer__phone {
    display: block;
    font-weight: 500;
    font-size: calc((28) * (100vw / 1600));
    line-height: calc((42) * (100vw / 1600));
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    margin: 0 0 19px; }
  .footer__mail {
    display: block;
    font-weight: normal;
    font-size: calc((45) * (100vw / 1600));
    line-height: calc((58) * (100vw / 1600));
    text-decoration: none;
    color: #ffffff;
    margin: 0 0 54px; }
    .footer__mail span {
      color: #0BCF6B; }
  .footer__text {
    display: block;
    font-weight: normal;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    color: #ffffff;
    margin: 0 0 25px; }
    .footer__text a {
      display: block;
      color: #ffffff; }
  .footer__name {
    display: block;
    font-weight: normal;
    font-size: calc((20) * (100vw / 1600));
    line-height: calc((26) * (100vw / 1600));
    color: #ffffff;
    margin: 42px 0 5px; }
    .footer__name a {
      display: inline-block;
      color: #ffffff; }
  .footer__position {
    display: block;
    font-weight: normal;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    color: #949494;
    margin: 0; }
  .footer__bottom {
    border-top: 1px solid #373737;
    padding: 30px 0; }
  .footer__copyright {
    vertical-align: middle;
    font-weight: normal;
    font-size: calc((14) * (100vw / 1600));
    line-height: calc((18) * (100vw / 1600));
    color: #ffffff; }
    .footer__copyright:first-child {
      width: 21%; }
    .footer__copyright:nth-child(2) {
      width: 57%;
      padding: 0 72px; }
    .footer__copyright:nth-child(3) {
      width: 22%; }
    .footer__copyright a {
      display: inline-block;
      color: #ffffff; }
    .footer__copyright span a, .footer__copyright .a {
      font-weight: 500; }
  .footer a, .footer .a {
    transition: 0.5s;
    transition-property: opacity, transform, -webkit-transform, color !important;
    text-decoration: none; }
    .footer a:hover, .footer .a:hover {
      cursor: pointer;
      color: #0BCF6B; }
  @media (max-width: 1600px) {
    .footer__logo {
      padding: 11px 0 0; }
    .footer__phone {
      font-size: 28px;
      line-height: 42px; }
    .footer__mail {
      font-size: 45px;
      line-height: 58px; }
    .footer__text {
      font-size: 16px;
      line-height: 21px; }
    .footer__name {
      font-size: 20px;
      line-height: 26px; }
    .footer__position {
      font-size: 16px;
      line-height: 21px; }
    .footer__copyright {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 1299px) {
    .footer__panel {
      width: 65%; }
    .footer__contacts {
      padding: 0 75px 0 52px; }
    .footer__address {
      width: 35%;
      padding: 0; }
    .footer__phone {
      font-size: 24px;
      line-height: 36px; }
    .footer__mail {
      font-size: 28px;
      line-height: 48px; }
    .footer__text {
      font-size: 15px;
      line-height: 20px; }
    .footer__position {
      font-size: 15px;
      line-height: 20px; }
    .footer__copyright:first-child {
      width: 18%; }
    .footer__copyright:nth-child(2) {
      width: 48%;
      padding: 0 52px; }
    .footer__copyright:nth-child(3) {
      width: 34%; } }
  @media (max-width: 1023px) {
    .footer {
      padding: 60px 0 0; }
      .footer__wrap {
        padding: 0 0 70px; }
      .footer__panel {
        width: 75%; }
      .footer__logo {
        width: 29%; }
      .footer__contacts {
        width: 71%;
        padding: 0 23px; }
      .footer__address {
        width: 25%; }
      .footer__phone {
        font-size: 26px;
        line-height: 39px;
        margin: 0 0 15px; }
      .footer__mail {
        font-size: 40px;
        line-height: 52px;
        margin: 0 0 69px; }
      .footer__text {
        font-size: 16px;
        line-height: 21px;
        margin: 0 0 30px; }
      .footer__name {
        font-size: 20px;
        line-height: 26px;
        margin: 40px 0 5px; }
      .footer__position {
        font-size: 16px;
        line-height: 21px; }
      .footer__copyright {
        font-size: 12px;
        line-height: 16px; }
        .footer__copyright:first-child {
          width: 23%; }
        .footer__copyright:nth-child(2) {
          width: 54%;
          padding: 0 23px; }
        .footer__copyright:nth-child(3) {
          width: 23%; } }
  @media (max-width: 899px) {
    .footer__mail {
      font-size: 30px;
      line-height: 42px; }
    .footer__copyright:nth-child(2) {
      width: 50%; }
    .footer__copyright:nth-child(3) {
      width: 27%; } }
  @media (max-width: 768px) {
    .footer__panel {
      width: 70%; }
    .footer__logo, .footer__contacts {
      display: block;
      width: 100%; }
    .footer__logo {
      margin: 0 0 40px; }
      .footer__logo a, .footer__logo img {
        max-width: 233px; }
    .footer__contacts {
      padding: 0; }
    .footer__address {
      width: 30%; }
    .footer__phone {
      font-size: 20px;
      line-height: 30px;
      margin: 0 0 10px; }
    .footer__mail {
      font-size: 26px;
      line-height: 34px;
      margin: 0 0 30px; }
    .footer__text {
      font-size: 14px;
      line-height: 18px; }
    .footer__name {
      font-size: 18px;
      line-height: 24px;
      margin: 28px 0 5px; }
    .footer__position {
      font-size: 14px;
      line-height: 18px; }
    .footer__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 22px 0 25px; }
    .footer__copyright {
      display: inline-block; }
      .footer__copyright:first-child, .footer__copyright:nth-child(2), .footer__copyright:nth-child(3) {
        width: auto; }
      .footer__copyright:nth-child(2) {
        padding: 0 10px; } }
  @media (max-width: 520px) {
    .footer {
      padding: 40px 0 0; }
      .footer__wrap {
        flex-direction: column;
        padding: 0 0 85px; }
      .footer__panel, .footer__address {
        display: block;
        width: 100%; }
      .footer__logo {
        margin: 0 0 30px;
        padding: 0; }
        .footer__logo a, .footer__logo img {
          max-width: 160px; }
      .footer__phone {
        font-size: 18px;
        line-height: 27px; }
      .footer__mail {
        font-size: 22px;
        line-height: 29px;
        margin: 0 0 30px; }
      .footer__text {
        max-width: 185px; }
      .footer__bottom {
        padding: 20px 0 28px; }
      .footer__copyright {
        font-size: 10px;
        line-height: 13px; }
        .footer__copyright:nth-child(2) {
          position: absolute;
          top: auto;
          left: 20px;
          bottom: 82px;
          font-size: 12px;
          line-height: 16px;
          padding: 0;
          z-index: 1; } }
  @media (max-width: 479px) {
    .footer__copyright:nth-child(2) {
      left: 10px; } }

.container {
  display: block;
  width: 100%;
  max-width: 100vw;
  padding: 0 calc((100) * (100vw / 1600)); }
  @media (max-width: 1600px) {
    .container {
      padding: 0 100px; } }
  @media (max-width: 1280px) {
    .container {
      padding: 0 20px; } }
  @media (max-width: 479px) {
    .container {
      padding: 0 10px; } }

.socials {
  display: block;
  width: 100%; }
  .socials__list {
    width: auto;
    margin: 0 -10px;
    padding: 0;
    list-style-type: none; }
  .socials__item {
    display: inline-block;
    vertical-align: middle;
    width: calc((30) * (100vw / 1600));
    height: calc((30) * (100vw / 1600));
    background-color: #2C2C2C;
    border-radius: 50%;
    position: relative;
    margin: 0 10px; }
    .socials__item:hover svg {
      fill: #0BCF6B; }
    .socials__item a {
      display: block;
      width: 100%;
      height: 100%; }
    .socials__item svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: calc((18) * (100vw / 1600));
      height: calc((18) * (100vw / 1600));
      margin: auto;
      fill: #ffffff;
      color: #ffffff;
      z-index: 1;
      transition: 0.5s; }
    .socials__item--telegram svg {
      width: calc((18) * (100vw / 1600));
      height: calc((18) * (100vw / 1600));
      right: 2px; }
    .socials__item--vk svg {
      width: calc((20) * (100vw / 1600));
      height: calc((20) * (100vw / 1600)); }
    .socials__item--youtube svg {
      width: calc((16) * (100vw / 1600));
      height: calc((16) * (100vw / 1600)); }
    .socials__item--twitter svg {
      width: calc((16) * (100vw / 1600));
      height: calc((13) * (100vw / 1600)); }
  @media (max-width: 1600px) {
    .socials__item {
      width: 30px;
      height: 30px; }
      .socials__item svg {
        width: 18px;
        height: 18px; }
      .socials__item--telegram svg {
        width: 18px;
        height: 18px; }
      .socials__item--vk svg {
        width: 20px;
        height: 20px; }
      .socials__item--youtube svg {
        width: 16px;
        height: 16px; }
      .socials__item--twitter svg {
        width: 16px;
        height: 13px; } }
  @media (max-width: 520px) {
    .socials__list {
      margin: 0 -8px 27px; }
    .socials__item {
      width: 23px;
      height: 23px;
      margin: 0 8px; }
      .socials__item svg {
        width: 14px;
        height: 14px; }
      .socials__item--telegram svg {
        width: 14px;
        height: 14px; }
      .socials__item--vk svg {
        width: 15px;
        height: 15px; }
      .socials__item--youtube svg {
        width: 12px;
        height: 12px; } }

.welcome {
  position: relative;
  display: block;
  width: 100%;
  margin: calc((32) * (100vw / 1600)) 0; }
  .welcome__container {
    position: relative; }
    .welcome__container:after {
      content: "";
      display: block;
      width: 0;
      height: calc((1) * (100vw / 1600));
      background-color: #373737;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      transition: 0.9s ease; }
      @media (max-width: 1600px) {
        .welcome__container:after {
          height: 1px; } }
  .welcome__title {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: calc((85) * (100vw / 1600));
    line-height: calc((100) * (100vw / 1600));
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: calc((10) * (100vw / 1600)) 0 calc((10) * (100vw / 1600)) calc((315) * (100vw / 1600));
    position: relative;
    overflow: hidden; }
    .welcome__title:after {
      content: "";
      display: block;
      width: 0;
      height: calc((1) * (100vw / 1600));
      background-color: #373737;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      transition: 0.9s ease; }
      @media (max-width: 1600px) {
        .welcome__title:after {
          height: 1px; } }
    .welcome__title:first-child {
      height: calc((120) * (100vw / 1600)); }
    .welcome__title:nth-child(2) {
      padding: calc((10) * (100vw / 1600)) calc((260) * (100vw / 1600)) calc((10) * (100vw / 1600)) 0; }
    .welcome__title h1 {
      display: inline-block;
      width: calc((470) * (100vw / 1600));
      font-weight: 500;
      font-size: calc((85) * (100vw / 1600));
      line-height: calc((100) * (100vw / 1600));
      white-space: nowrap;
      overflow: hidden;
      margin: 0; }
    .welcome__title svg {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      left: auto;
      right: calc(100% - ((281) * (100vw / 1920)));
      display: block;
      width: calc((281) * (100vw / 1600));
      height: calc((81) * (100vw / 1600));
      fill: #ffffff;
      color: #ffffff;
      z-index: 1; }
  .welcome__text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: auto;
    right: 0;
    display: block;
    width: calc((250) * (100vw / 1600));
    font-size: 0;
    z-index: 1; }
    .welcome__text:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 100%; }
    .welcome__text span {
      display: inline-block;
      vertical-align: middle;
      font-weight: 500;
      font-size: calc((16) * (100vw / 1600));
      line-height: calc((24) * (100vw / 1600));
      letter-spacing: 0.01em;
      text-transform: uppercase;
      color: #ffffff; }
  @media (max-width: 1600px) {
    .welcome__title {
      font-size: 85px;
      line-height: 100px;
      padding: 10px 0 10px 315px; }
      .welcome__title h1 {
        width: 470px;
        font-size: 85px;
        line-height: 100px; }
      .welcome__title:first-child {
        height: 120px; }
      .welcome__title:nth-child(2) {
        padding: 10px 260px 10px 0; }
      .welcome__title svg {
        right: calc(100% - 281px);
        width: 281px;
        height: 81px; }
    .welcome__text {
      width: 250px; }
      .welcome__text span {
        font-size: 16px;
        line-height: 24px; } }
  @media (max-width: 1280px) {
    .welcome__title {
      font-size: 75px;
      line-height: 88px;
      padding: 10px 0 10px 245px; }
      .welcome__title h1 {
        width: 420px;
        font-size: 75px;
        line-height: 88px; }
      .welcome__title:first-child {
        height: 108px; }
      .welcome__title:nth-child(2) {
        padding: 10px 250px 10px 0; }
      .welcome__title svg {
        right: calc(100% - 225px); }
    .welcome__text {
      width: 240px; }
      .welcome__text span {
        font-size: 15px;
        line-height: 22px; } }
  @media (max-width: 768px) {
    .welcome {
      overflow: hidden;
      margin: 20px 0; }
      .welcome__title {
        font-size: 55px;
        line-height: 64px;
        padding: 5px 0 5px 155px; }
        .welcome__title h1 {
          width: 310px;
          font-size: 55px;
          line-height: 64px; }
        .welcome__title:first-child {
          height: 74px; }
        .welcome__title:nth-child(2) {
          padding: 5px 185px 5px 0; }
        .welcome__title svg {
          right: calc(100% - 135px);
          width: 135px;
          height: 48px; }
      .welcome__text {
        width: 185px; }
        .welcome__text span {
          font-size: 12px;
          line-height: 18px; } }
  @media (max-width: 599px) {
    .welcome__title {
      font-size: 45px;
      line-height: 55px; }
      .welcome__title h1 {
        width: 250px;
        font-size: 45px;
        line-height: 55px; }
      .welcome__title:first-child {
        height: 65px; } }
  @media (max-width: 479px) {
    .welcome {
      border-bottom: 1px solid #373737;
      padding: 0 10px 94px; }
      .welcome__title {
        font-size: 47px;
        line-height: 55px;
        padding: 10px 0;
        overflow: visible; }
        .welcome__title svg {
          display: none; }
        .welcome__title h1 {
          width: 260px;
          font-size: 47px;
          line-height: 55px; }
        .welcome__title:first-child {
          height: 75px; }
        .welcome__title:nth-child(2) {
          padding: 10px 0; }
      .welcome__text {
        top: auto;
        bottom: -150px;
        left: 0;
        right: auto; } }

.about {
  display: block;
  width: 100%;
  margin: 60px 0 30px; }
  .about__wrap {
    display: flex;
    flex-direction: row; }
  .about__aside {
    font-weight: 500;
    font-size: calc((40) * (100vw / 1600));
    line-height: calc((52) * (100vw / 1600));
    text-transform: uppercase;
    color: #ffffff; }
    .about__aside span {
      color: #0BCF6B; }
  .about__content {
    padding: 0 0 0 195px; }
  .about__text {
    width: 100%;
    max-width: calc((600) * (100vw / 1600));
    font-weight: 300;
    font-size: calc((20) * (100vw / 1600));
    line-height: calc((26) * (100vw / 1600));
    color: #ffffff;
    margin: 0 0 40px; }
  .about__label {
    display: inline-block;
    font-weight: 500;
    font-size: calc((22) * (100vw / 1600));
    line-height: calc((28) * (100vw / 1600));
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 44px;
    padding: 0 calc((20) * (100vw / 1600));
    position: relative; }
    .about__label svg {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      margin: auto 0;
      height: 100%;
      width: calc((8) * (100vw / 1600));
      height: calc((29) * (100vw / 1600));
      fill: #0BCF6B;
      color: #0BCF6B;
      z-index: 1; }
      .about__label svg:first-child {
        left: 0; }
      .about__label svg:last-child {
        left: auto;
        right: 0; }
  .about__list {
    width: calc(100% + 140px);
    margin: 0 -70px;
    padding: 0;
    list-style-type: none; }
  .about__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 70px 70px; }
    .about__item:first-child {
      max-width: calc((133) * (100vw / 1600)); }
    .about__item:nth-child(2) {
      max-width: calc((108) * (100vw / 1600)); }
    .about__item:nth-child(3) {
      max-width: calc((122) * (100vw / 1600)); }
  .about__number {
    font-weight: 500;
    font-size: calc((40) * (100vw / 1600));
    line-height: calc((52) * (100vw / 1600));
    text-transform: uppercase;
    color: #F8F8F8;
    margin: 0 0 20px; }
  .about__direction {
    font-style: normal;
    font-weight: 300;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((20) * (100vw / 1600));
    color: #ffffff; }
  @media (max-width: 1600px) {
    .about__aside {
      font-size: 40px;
      line-height: 52px; }
    .about__text {
      max-width: 600px;
      font-size: 20px;
      line-height: 26px; }
    .about__label {
      font-size: 22px;
      line-height: 28px;
      padding: 0 20px; }
      .about__label svg {
        width: 8px;
        height: 29px; }
    .about__item:first-child {
      max-width: 133px; }
    .about__item:nth-child(2) {
      max-width: 108px; }
    .about__item:nth-child(3) {
      max-width: 122px; }
    .about__number {
      font-size: 40px;
      line-height: 52px; }
    .about__direction {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 1199px) {
    .about__content {
      padding: 0 0 0 85px; }
    .about__list {
      width: calc(100% + 70px);
      margin: 0 -35px; }
    .about__item {
      margin: 0 35px 35px; } }
  @media (max-width: 1023px) {
    .about {
      margin: 60px 0 40px; }
      .about__aside {
        font-size: 35px;
        line-height: 45px; }
      .about__content {
        padding: 0 0 0 140px; }
      .about__text {
        max-width: 570px; }
      .about__label {
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0;
        margin: 0 0 40px;
        padding: 0 18px; }
      .about__list {
        width: calc(100% + 90px);
        margin: 0 -45px; }
      .about__item {
        margin: 0 45px 45px; } }
  @media (max-width: 899px) {
    .about__content {
      padding: 0 0 0 65px; } }
  @media (max-width: 768px) {
    .about {
      overflow: hidden;
      margin: 80px 0 40px; }
      .about__aside {
        font-size: 30px;
        line-height: 39px; }
      .about__text {
        max-width: 414px;
        font-size: 16px;
        line-height: 20px; }
      .about__label {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 36px;
        padding: 0 13px; }
      .about__list {
        width: calc(100% + 32px);
        margin: 0 -16px; }
      .about__item {
        margin: 0 16px 15px; }
        .about__item:first-child {
          max-width: 119px; }
        .about__item:nth-child(2) {
          max-width: 98px; }
        .about__item:nth-child(3) {
          max-width: 94px; }
      .about__number {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 5px; }
      .about__direction {
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 599px) {
    .about__content {
      padding: 0 0 0 20px; }
    .about__label {
      font-size: 12px;
      line-height: 15px; }
    .about__list {
      width: calc(100% + 16px);
      margin: 0 -8px; }
    .about__item {
      margin: 0 8px 15px; }
      .about__item:first-child {
        max-width: 100px; } }
  @media (max-width: 520px) {
    .about__wrap {
      flex-direction: column; }
    .about__aside {
      font-size: 25px;
      line-height: 32px;
      margin: 0 0 20px; }
    .about__content {
      padding: 0; }
    .about__text {
      font-size: 14px;
      line-height: 18px; }
    .about__label {
      font-size: 14px;
      line-height: 18px;
      margin: 0 0 35px;
      padding: 0 20px; }
    .about__list {
      width: calc(100% + 22px);
      margin: 0 -11px; }
    .about__item {
      margin: 0 11px 11px; }
      .about__item:nth-child(3) {
        max-width: 76px; }
    .about__number {
      font-size: 22px;
      line-height: 28px; }
    .about__direction {
      font-size: 12px;
      line-height: 16px; } }
  @media (max-width: 479px) {
    .about__list {
      width: calc(100% + 4px);
      margin: 0 -2px; }
    .about__item {
      margin: 0 2px 11px; }
    .about__label svg {
      width: auto;
      height: auto;
      min-height: 29px; } }

.article {
  padding-top: calc((44) * (100vw / 1600));
  padding-bottom: calc((170) * (100vw / 1600));
  font-size: calc((16) * (100vw / 1600));
  line-height: 1.3;
  background-color: #ffffff;
  color: #1A1A1A;
  display: flex;
  flex-wrap: wrap; }
  .article h1 {
    font-weight: 500;
    font-size: calc((50) * (100vw / 1600));
    line-height: 1.3;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: calc((50) * (100vw / 1600)); }
    .article h1 strong {
      font-weight: 500; }
  .article p {
    font-size: calc((16) * (100vw / 1600));
    line-height: 1.3;
    margin: 0 0 calc((16) * (100vw / 1600)); }
    .article p.article__date {
      display: inline-block;
      color: #373737; }
    .article p.article__author {
      color: #949494; }
      .article p.article__author:not(:first-child) {
        margin-top: calc((20) * (100vw / 1600)); }
  .article ul,
  .article ol {
    font-size: calc((16) * (100vw / 1600)); }
  .article ul {
    list-style: none; }
    .article ul.article-tags__list {
      margin-top: calc((50) * (100vw / 1600)); }
      .article ul.article-tags__list li.article-tags__item {
        margin-top: 0;
        padding-left: 0; }
        .article ul.article-tags__list li.article-tags__item:before {
          content: none; }
        .article ul.article-tags__list li.article-tags__item a {
          border-bottom: none; }
  .article ol {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: steps-counter; }
    .article ol li {
      counter-increment: steps-counter;
      line-height: 1.3;
      padding: 0 0 0 calc((50) * (100vw / 1600));
      position: relative; }
      .article ol li::before {
        content: "/0" counter(steps-counter);
        position: absolute;
        top: 0;
        left: 0;
        margin-right: calc((25) * (100vw / 1600));
        z-index: 1; }
      .article ol li:nth-child(n + 10)::before {
        content: "/" counter(steps-counter); }
      .article ol li + li {
        margin-top: calc((30) * (100vw / 1600)); }
      .article ol li p {
        line-height: 1.3; }
  .article a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #0BCF6B;
    transition: 0.5s; }
    .article a:hover {
      color: #0BCF6B; }
    .article a.articles__link {
      border-bottom: none; }
  .article__views {
    display: inline-block;
    color: #373737; }
    .article__views img {
      margin-right: calc((10) * (100vw / 1600)); }
    .article__views:not(:first-child) {
      margin-left: calc((38) * (100vw / 1600)); }
  .article__img-desc + p {
    font-size: calc((13) * (100vw / 1600));
    line-height: calc((17) * (100vw / 1600));
    font-weight: normal;
    margin-top: calc((10) * (100vw / 1600));
    color: #949494; }
  .article__share a {
    border-bottom: none; }
  .article__share p {
    display: block;
    font-weight: 500;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((24) * (100vw / 1600));
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: calc((20) * (100vw / 1600));
    color: #373737; }
  .article__share--inline {
    display: flex;
    align-items: center;
    margin-top: calc((90) * (100vw / 1600));
    margin-bottom: calc((170) * (100vw / 1600)); }
    .article__share--inline p {
      margin-bottom: 0;
      margin-right: calc((76) * (100vw / 1600)); }
  .article__info {
    width: auto;
    max-width: calc((315) * (100vw / 1600)); }
    .article__info .article__share {
      margin-top: calc((40) * (100vw / 1600)); }
  @media (max-width: 1600px) {
    .article {
      padding-top: 44px;
      padding-bottom: 170px;
      font-size: 16px; }
      .article h1 {
        font-size: 50px;
        margin-bottom: 50px; }
      .article p {
        font-size: 16px;
        margin: 0; }
        .article p.article__author:not(:first-child) {
          margin-top: 20px; }
      .article ul,
      .article ol {
        font-size: 16px; }
      .article ul.article-tags__list {
        margin-top: 50px; }
      .article ol {
        padding: 0;
        margin: 0; }
        .article ol li {
          padding: 0 0 0 50px; }
          .article ol li::before {
            margin-right: 25px; }
          .article ol li + li {
            margin-top: 30px; }
      .article__views img {
        margin-right: 10px; }
      .article__views:not(:first-child) {
        margin-left: 38px; }
      .article__img-desc + p {
        font-size: 13px;
        line-height: 17px;
        margin-top: 10px; }
      .article__share p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px; }
      .article__share--inline {
        margin-top: 90px;
        margin-bottom: 170px; }
        .article__share--inline p {
          margin-bottom: 0;
          margin-right: 76px; }
      .article__info {
        width: auto;
        max-width: 315px; }
        .article__info .article__share {
          margin-top: 40px; } }
  @media (max-width: 1280px) {
    .article h1 {
      font-size: 46px; }
    .article ol li {
      padding-right: 40px; }
    .article__views:not(:first-child) {
      margin-left: 27px; }
    .article__share--inline {
      margin-top: 70px;
      margin-bottom: 150px; }
    .article__info {
      max-width: 225px; } }
  @media (max-width: 999px) {
    .article {
      flex-direction: column;
      padding-top: 20px;
      padding-bottom: 100px; }
      .article h1 {
        margin-bottom: 40px; }
      .article table {
        margin-top: 35px; }
      .article ol li {
        padding-right: 0; }
        .article ol li + li {
          margin-top: 20px; }
      .article__info {
        max-width: none;
        margin-bottom: 30px; }
        .article__info .article__share {
          margin-top: 20px;
          margin-bottom: 0; }
      .article__img-desc + p {
        margin-top: 5px; }
      .article__share {
        margin-bottom: 50px; }
        .article__share--inline {
          margin-top: 50px;
          margin-bottom: 100px; } }
  @media (max-width: 768px) {
    .article h1 {
      font-size: 38px; } }
  @media (max-width: 479px) {
    .article {
      font-size: 14px;
      padding-bottom: 50px; }
      .article h1 {
        font-size: 25px;
        margin-bottom: 25px; }
        .article h1 br {
          display: none; }
      .article p {
        font-size: 14px;
        line-height: 1.2; }
        .article p.article__date {
          font-size: 16px;
          line-height: 1.3; }
        .article p.article__author {
          font-size: 16px;
          line-height: 1.3; }
          .article p.article__author:not(:first-child) {
            margin-top: 10px; }
      .article ul,
      .article ol {
        font-size: 14px; }
      .article ul.article-tags__list {
        margin-top: 30px; }
      .article ol li {
        padding: 0 0 0 32px;
        line-height: 17px; }
        .article ol li::before {
          margin-right: 10px; }
        .article ol li + li {
          margin-top: 21px; }
        .article ol li p {
          line-height: 17px; }
      .article table {
        margin-top: -6px; }
      .article__img-desc + p {
        font-size: 12px;
        line-height: 14px; }
      .article__share {
        margin-bottom: 34px; }
        .article__share--inline {
          flex-direction: column;
          align-items: flex-start;
          margin-top: 40px;
          margin-bottom: 46px; }
        .article__share .socials__list {
          margin-bottom: 0; }
        .article__share p {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 10px; }
      .article__info {
        margin-bottom: 25px; } }

.article__content {
  width: 100%;
  max-width: calc(100% - ((315) * (100vw / 1600)));
  margin-left: auto; }
  .article__content h1 {
    font-weight: 500;
    font-size: calc((50) * (100vw / 1600));
    line-height: calc((65) * (100vw / 1600));
    text-transform: uppercase;
    width: 100%;
    margin-bottom: calc((50) * (100vw / 1600)); }
    .article__content h1 strong {
      font-weight: 500; }
  .article__content img {
    display: block;
    width: 100%;
    height: auto;
    background-color: #E8E8E8; }
    .article__content img + span {
      font-size: calc((13) * (100vw / 1600));
      line-height: calc((17) * (100vw / 1600));
      font-weight: normal;
      margin-top: calc((10) * (100vw / 1600));
      color: #949494; }
    .article__content img.article__banner {
      margin-bottom: calc((110) * (100vw / 1600)); }
    .article__content img.article__img-desc {
      margin-top: calc((90) * (100vw / 1600)); }
      .article__content img.article__img-desc + p {
        margin-top: calc((15) * (100vw / 1600)); }
  .article__content h2 {
    font-weight: 500;
    font-size: calc((32) * (100vw / 1600));
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-top: calc((90) * (100vw / 1600));
    margin-bottom: calc((40) * (100vw / 1600)); }
    .article__content h2 + h3 {
      margin-top: 0; }
    .article__content h2.article__reviews-title {
      display: flex;
      margin-bottom: calc((40) * (100vw / 1600));
      margin-right: calc((173) * (100vw / 1600));
      padding-right: 0; }
      .article__content h2.article__reviews-title img {
        width: calc((45) * (100vw / 1600));
        height: calc((38) * (100vw / 1600));
        margin-right: calc((140) * (100vw / 1600)); }
    .article__content h2 strong {
      font-weight: 500; }
    .article__content h2 > img {
      width: calc(100% + ((173) * (100vw / 1600))); }
  .article__content h3 {
    font-weight: bold;
    font-size: calc((20) * (100vw / 1600));
    line-height: 1.3;
    text-transform: unset;
    margin-bottom: calc((25) * (100vw / 1600));
    margin-top: calc((40) * (100vw / 1600)); }
    .article__content h3 strong {
      font-weight: bold; }
  .article__content h4 {
    font-weight: 300;
    font-size: calc((20) * (100vw / 1600));
    line-height: calc((26) * (100vw / 1600)); }
    .article__content h4 strong {
      font-weight: 300; }
  .article__content h1 strong, .article__content h2 strong, .article__content h3 strong, .article__content h4 strong {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    color: #0BCF6B; }
  .article__content > p, .article__content > ul, .article__content ol, .article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
    padding-right: calc((173) * (100vw / 1600)); }
  .article__content > p + img {
    margin-top: calc((90) * (100vw / 1600)); }
  .article__content > p > img {
    width: calc(100% + ((173) * (100vw / 1600))); }
  .article__content > p + ul {
    margin-top: calc((30) * (100vw / 1600)); }
  .article__content > ul li {
    position: relative;
    padding-left: calc((18) * (100vw / 1600)); }
    .article__content > ul li::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      display: inline-block;
      width: calc((8) * (100vw / 1600));
      height: calc((8) * (100vw / 1600));
      margin-right: calc((10) * (100vw / 1600));
      border: 1px solid #0BCF6B;
      box-sizing: border-box;
      border-radius: 50%; }
    .article__content > ul li + li {
      margin-top: calc((25) * (100vw / 1600)); }
  .article__content > ul + p {
    margin-top: calc((16) * (100vw / 1600)); }
  .article__content > ul h4, .article__content > ul h5, .article__content > ul h6 {
    padding-right: 0; }
  @media (max-width: 1600px) {
    .article__content {
      max-width: calc(100% - 315px); }
      .article__content img + span {
        font-size: 13px;
        line-height: 17px;
        margin-top: 10px; }
      .article__content img.article__banner {
        margin-bottom: 110px; }
      .article__content img.article__img-desc {
        margin-top: 90px; }
        .article__content img.article__img-desc + p {
          margin-top: 15px; }
      .article__content h1 {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 50px; }
      .article__content h2 {
        font-size: 32px;
        letter-spacing: 0.03em;
        margin-top: 90px;
        margin-bottom: 40px; }
        .article__content h2 + h3 {
          margin-top: 0; }
        .article__content h2.article__reviews-title {
          margin-bottom: 40px;
          margin-right: 170px; }
          .article__content h2.article__reviews-title img {
            width: 45px;
            height: 38px;
            margin-right: 140px; }
        .article__content h2 > img {
          width: calc(100% + 160px); }
      .article__content h3 {
        font-size: 20px;
        margin-bottom: 25px;
        margin-top: 40px; }
      .article__content h4 {
        font-size: 20px;
        line-height: 26px; }
      .article__content h1 strong, .article__content h2 strong, .article__content h3 strong, .article__content h4 strong {
        font-size: inherit;
        line-height: inherit; }
      .article__content > p, .article__content > ul, .article__content ol, .article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
        padding-right: 173px; }
      .article__content > p {
        margin: 0 0 16px; }
        .article__content > p + img {
          margin-top: 90px; }
        .article__content > p > img {
          width: calc(100% + 173px); }
        .article__content > p + ul {
          margin-top: 30px; }
      .article__content > ul li {
        padding-left: 18px; }
        .article__content > ul li::before {
          width: 8px;
          height: 8px;
          margin-right: 10px; }
        .article__content > ul li + li {
          margin-top: 25px; }
      .article__content > ul + p {
        margin-top: 16px; }
      .article__content > ul h4, .article__content > ul h5, .article__content > ul h6 {
        padding-right: 0; } }
  @media (max-width: 1280px) {
    .article__content {
      max-width: calc(100% - 225px); }
      .article__content > p, .article__content > ul, .article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
        padding-right: 125px; }
      .article__content ol {
        padding-right: 80px; }
      .article__content h1 {
        font-size: 46px;
        line-height: 60px; }
      .article__content h2 {
        font-size: 30px;
        margin-top: 70px; }
        .article__content h2.article__reviews-title {
          margin-bottom: 79px;
          margin-right: 0; }
          .article__content h2.article__reviews-title img {
            margin-right: 103px; }
        .article__content h2 > img {
          width: 100%; }
      .article__content h3 {
        font-size: 18px; }
      .article__content img.article__banner {
        margin-bottom: 90px; }
      .article__content img.article__img-desc {
        margin-top: 70px; }
      .article__content > p + img {
        margin-top: 70px; }
      .article__content > p > img {
        width: calc(100% + 125px); } }
  @media (max-width: 999px) {
    .article__content {
      max-width: none; }
      .article__content > p, .article__content > ul, .article__content ol, .article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
        padding-right: 0; }
      .article__content img.article__banner {
        margin-bottom: 60px; }
      .article__content img.article__img-desc {
        margin-top: 50px; }
      .article__content > p + ul {
        margin-top: 30px; }
      .article__content > p + img {
        margin-top: 50px; }
      .article__content > p > img {
        width: 100%; }
      .article__content h1 {
        margin-bottom: 40px; }
      .article__content h2 {
        margin-top: 50px;
        margin-bottom: 20px; }
        .article__content h2.article__reviews-title {
          margin-bottom: 20px; }
          .article__content h2.article__reviews-title img {
            margin-right: 109px; }
        .article__content h2 + h3 {
          margin-top: -10px; }
      .article__content h3 {
        margin-top: 30px;
        margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .article__content h1 {
      font-size: 38px; }
    .article__content h2 {
      font-size: 24px;
      line-height: 1.5;
      letter-spacing: 0.02em; }
    .article__content img.article__img-desc + p {
      margin-top: 10px; } }
  @media (max-width: 479px) {
    .article__content img.article__banner {
      margin-bottom: 34px; }
    .article__content img.article__img-desc {
      margin-top: 20px; }
    .article__content > p + ul {
      margin-top: 15px; }
    .article__content > p + img {
      margin-top: 20px; }
    .article__content > ul li::before {
      top: 6px;
      transform: none; }
    .article__content > ul li + li {
      margin-top: 15px; }
    .article__content > ul + p {
      margin-top: 10px; }
    .article__content h1 {
      font-size: 25px;
      line-height: 32px;
      margin-bottom: 25px; }
      .article__content h1 br {
        display: none; }
    .article__content h2 {
      font-size: 22px;
      line-height: 1.3;
      margin-top: 30px;
      margin-bottom: 32px; }
      .article__content h2.article__reviews-title {
        display: flex;
        flex-direction: column;
        margin-bottom: 32px; }
        .article__content h2.article__reviews-title img {
          width: 40px;
          height: 30px;
          margin-bottom: 15px; }
    .article__content h3 {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 10px; }
    .article__content h4 {
      font-size: 16px; } }

.reviews.slider {
  margin: calc((40) * (100vw / 1600)) 0 calc((30) * (100vw / 1600)); }

.reviews .owl-carousel .owl-item img {
  width: calc((135) * (100vw / 1600)); }

.reviews img {
  width: calc((135) * (100vw / 1600));
  height: calc((135) * (100vw / 1600));
  background-color: #E8E8E8;
  margin-bottom: calc((15) * (100vw / 1600));
  object-fit: cover;
  font-family: "object-fit: cover"; }

.reviews__item {
  display: flex;
  align-items: flex-start;
  color: #1A1A1A;
  font-size: calc((16) * (100vw / 1600));
  line-height: calc((20) * (100vw / 1600));
  font-weight: normal;
  padding-bottom: calc((90) * (100vw / 1600));
  border-bottom: 1px solid #DDDDDD; }
  .reviews__item + .reviews__item {
    margin-top: calc((40) * (100vw / 1600)); }
  .reviews__item p {
    display: block;
    padding-right: calc((170) * (100vw / 1600)); }
  .reviews__item .reviews__person p {
    padding-right: 0; }

.reviews__person {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-right: calc((50) * (100vw / 1600));
  width: calc((135) * (100vw / 1600)); }

.reviews p.reviews__person-name {
  font-weight: bold;
  font-size: calc((20) * (100vw / 1600));
  line-height: calc((26) * (100vw / 1600));
  margin-bottom: calc((5) * (100vw / 1600)); }

.reviews p.reviews__person-desc {
  font-weight: normal;
  font-size: calc((12) * (100vw / 1600));
  line-height: calc((14) * (100vw / 1600));
  color: #373737;
  margin-top: 0; }

.reviews__text p {
  line-height: calc((21) * (100vw / 1600)); }
  .reviews__text p + p {
    margin-top: calc((15) * (100vw / 1600)); }

.reviews__carousel {
  width: 100%; }

.reviews + h2 {
  margin-top: calc((30) * (100vw / 1600));
  margin-bottom: calc((40) * (100vw / 1600)); }

@media (max-width: 1600px) {
  .reviews .owl-carousel .owl-item img {
    width: 135px; }
  .reviews.slider {
    margin: 40px 0 30px; }
  .reviews img {
    width: 135px;
    height: 135px;
    margin-bottom: 15px; }
  .reviews__item {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 90px; }
    .reviews__item + .reviews__item {
      margin-top: 40px; }
    .reviews__item .reviews__person p {
      padding-right: 0; }
  .reviews__person {
    margin-right: 50px;
    width: 135px; }
  .reviews p.reviews__person-name {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px; }
  .reviews p.reviews__person-desc {
    font-size: 12px;
    line-height: 14px; }
  .reviews__text p {
    line-height: 21px;
    padding-right: 170px !important; }
    .reviews__text p + p {
      margin-top: 15px; }
  .reviews + h2 {
    margin-top: 30px;
    margin-bottom: 40px; } }

@media (max-width: 1280px) {
  .reviews .owl-carousel .owl-item img {
    width: 120px; }
  .reviews.slider {
    margin: 75px 0 30px; }
  .reviews img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px; }
  .reviews__person {
    width: 120px;
    margin-right: 30px; }
  .reviews p.reviews__person-name {
    font-size: 18px;
    line-height: 23px; }
  .reviews p.reviews__person-desc {
    padding: 0; }
  .reviews__item {
    padding-bottom: 30px; }
    .reviews__item + .reviews__item {
      margin-top: 30px;
      padding-bottom: 70px; }
  .reviews__text p {
    padding-right: 125px !important; }
  .reviews + h2 {
    margin-top: 30px;
    margin-bottom: 43px; } }

@media (max-width: 999px) {
  .reviews.slider {
    margin: 20px 0; }
  .reviews__item {
    padding-bottom: 20px; }
    .reviews__item + .reviews__item {
      padding-bottom: 20px; }
    .reviews__item p {
      padding-right: 0; }
  .reviews__text p {
    padding-right: 0 !important; }
  .reviews__person {
    margin-right: 35px; }
  .reviews + h2 {
    margin-bottom: 25px; } }

@media (max-width: 479px) {
  .reviews.slider {
    margin: 32px 0 0; }
  .reviews__item {
    flex-direction: column; }
  .reviews__person {
    flex-direction: row;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px; }
  .reviews p.reviews__person-name {
    font-size: 16px;
    line-height: 21px; }
  .reviews img {
    margin-bottom: 0;
    margin-right: 20px; }
  .reviews__item p, .reviews__text p {
    font-size: 14px;
    line-height: 17px; }
  .reviews + h2 {
    margin-bottom: 10px; } }

.article table {
  color: #1A1A1A;
  width: 100%;
  border-collapse: collapse;
  margin-top: calc((50) * (100vw / 1600)); }
  .article table tr {
    text-align: left;
    border-bottom: 1px solid #DDDDDD; }
  .article table td {
    font-weight: normal;
    font-size: calc((16) * (100vw / 1600));
    line-height: 1.3;
    padding-top: calc((40) * (100vw / 1600));
    padding-bottom: calc((20) * (100vw / 1600));
    width: 33.3%;
    vertical-align: top; }
    .article table td:nth-child(2), .article table td:nth-child(4) {
      padding-left: calc((20) * (100vw / 1600));
      padding-right: calc((25) * (100vw / 1600)); }
  .article table th {
    font-size: calc((16) * (100vw / 1600));
    line-height: 1.3;
    color: #949494;
    padding-bottom: calc((20) * (100vw / 1600));
    font-weight: normal; }
    .article table th:nth-child(2), .article table th:nth-child(4) {
      padding-left: calc((20) * (100vw / 1600));
      padding-right: calc((25) * (100vw / 1600)); }
    .article table th:nth-child(3) {
      display: block;
      max-width: calc(100% - ((95) * (100vw / 1600)));
      margin-left: auto; }
  .article table h4 {
    font-weight: bold;
    font-size: calc((20) * (100vw / 1600));
    line-height: calc((26) * (100vw / 1600));
    padding-right: 0; }
  .article table ul {
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
    max-width: calc(100% - ((95) * (100vw / 1600)));
    margin-left: auto;
    margin-bottom: calc((-10) * (100vw / 1600)); }
    .article table ul li {
      width: 50%;
      margin-bottom: calc((10) * (100vw / 1600));
      position: relative;
      list-style-type: none;
      padding-left: calc((18) * (100vw / 1600)); }
      .article table ul li::before {
        content: '';
        position: absolute;
        top: calc((6) * (100vw / 1600));
        left: 0;
        display: inline-block;
        width: calc((8) * (100vw / 1600));
        height: calc((8) * (100vw / 1600));
        margin-right: calc((10) * (100vw / 1600));
        border: 1px solid #0BCF6B;
        box-sizing: border-box;
        border-radius: 50%; }
      @media (max-width: 1600px) {
        .article table ul li {
          padding-left: 18px; }
          .article table ul li::before {
            top: 6px;
            width: 8px;
            height: 8px;
            margin-right: 10px; } }
      @media (max-width: 479px) {
        .article table ul li::before {
          top: 4px; } }
      .article table ul li + li {
        margin-top: 0; }
      .article table ul li:nth-child(even) {
        padding-left: 32px; }
        .article table ul li:nth-child(even):before {
          left: 14px; }
  .article table.four-columns td {
    width: 25%; }
  .article table.four-columns ul,
  .article table.four-columns th:nth-child(3) {
    max-width: calc(100% - ((45) * (100vw / 1600))); }
  @media (max-width: 1600px) {
    .article table {
      margin-top: 50px; }
      .article table td {
        padding-top: 40px;
        font-size: 16px;
        padding-bottom: 20px; }
        .article table td:nth-child(2), .article table td:nth-child(4) {
          padding-left: 20px;
          padding-right: 25px; }
      .article table th {
        font-size: 16px;
        padding-bottom: 20px; }
        .article table th:nth-child(2), .article table th:nth-child(4) {
          padding-left: 20px;
          padding-right: 25px; }
        .article table th:nth-child(3) {
          max-width: calc(100% - 95px); }
      .article table h4 {
        font-size: 20px;
        line-height: 26px;
        padding-right: 0; }
      .article table ul {
        max-width: calc(100% - 95px);
        margin-bottom: -10px; }
        .article table ul li {
          margin-bottom: 10px; }
      .article table.four-columns td {
        width: 25%; }
      .article table.four-columns ul,
      .article table.four-columns th:nth-child(3) {
        max-width: calc(100% - 45px); } }
  @media (max-width: 1280px) {
    .article table {
      margin-top: 35px; }
      .article table th:nth-child(3) {
        max-width: calc(100% - 61px); }
      .article table th:nth-child(2) {
        padding-left: 0; }
      .article table th:nth-child(4) {
        padding-left: 8px; }
      .article table td:nth-child(2), .article table td:nth-child(4) {
        padding-left: 0;
        padding-right: 0;
        width: 34%; }
      .article table td:nth-child(4) {
        padding-left: 8px; }
      .article table h4 {
        font-size: 18px;
        line-height: 23px;
        padding-right: 0; }
      .article table ul {
        max-width: calc(100% - 61px); }
      .article table.four-columns td {
        width: 25%; }
      .article table.four-columns ul,
      .article table.four-columns th:nth-child(3) {
        max-width: calc(100% - 25px); } }
  @media (max-width: 999px) {
    .article table h4 {
      padding-right: 0; } }
  @media (max-width: 768px) {
    .article table td {
      padding-top: 30px;
      padding-bottom: 19px; }
      .article table td:first-child {
        width: 32%;
        padding-right: 70px; }
    .article table th:nth-child(3) {
      max-width: calc(100% - 29px); }
    .article table ul {
      max-width: calc(100% - 29px); }
    .article table.four-columns ul,
    .article table.four-columns th:nth-child(3) {
      max-width: 100%; } }
  @media (max-width: 639px) {
    .article table {
      display: block;
      margin-top: -8px; }
      .article table tbody {
        display: block;
        width: 100%; }
      .article table tr {
        display: block;
        padding: 20px 0 0; }
        .article table tr:first-child {
          display: none; }
        .article table tr:nth-child(2) {
          padding-top: 0; }
        .article table tr:last-child {
          padding-bottom: 0; }
      .article table td {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 14px;
        line-height: 17px; }
        .article table td:not(:last-child) {
          border-bottom: none; }
        .article table td:last-child {
          padding-bottom: 12px; }
        .article table td:first-child {
          margin-bottom: 10px;
          width: 100%;
          padding-right: 0; }
        .article table td:nth-child(2), .article table td:nth-child(3) {
          width: 100%;
          margin-bottom: 20px; }
        .article table td:nth-child(4) {
          padding-left: 0; }
      .article table h4 {
        font-size: 16px;
        line-height: 21px; }
      .article table ul {
        max-width: 100%; }
        .article table ul li {
          width: 47%; }
          .article table ul li:nth-child(even) {
            padding-left: 18px; }
            .article table ul li:nth-child(even):before {
              left: 0; }
      .article table.four-columns td {
        width: 100%; }
      .article table.four-columns ul,
      .article table.four-columns th:nth-child(3) {
        max-width: 100%; } }

.slider {
  display: block;
  width: 100%;
  max-width: calc(100vw - 17px);
  margin: 145px 0 170px;
  overflow: hidden; }
  .slider .container {
    width: 100vw; }
  .slider__content {
    display: block;
    width: 100%;
    overflow: hidden; }
  .slider__wrap {
    display: flex;
    flex-direction: row;
    position: relative;
    min-height: calc((200) * (100vw / 1600)); }
  .slider__aside {
    width: 100%;
    flex: 0 0 calc((315) * (100vw / 1600));
    padding: 0 calc((87) * (100vw / 1600)) 0 0; }
  .slider__text {
    font-weight: normal;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    color: #ffffff; }
  .slider__list {
    flex: 1 0 calc(100% - (315 * (100vw / 1600)));
    min-width: calc(100% - (315 * (100vw / 1600)));
    max-width: calc(100% - (315 * (100vw / 1600)));
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .slider__item {
    display: block;
    width: 100%; }
  .slider__img {
    display: block;
    height: calc((345) * (100vw / 1600));
    margin: 0 0 20px; }
    .slider__img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top; }
  .slider__name {
    font-weight: bold;
    font-size: calc((20) * (100vw / 1600));
    line-height: calc((26) * (100vw / 1600));
    color: #ffffff;
    margin: 0 0 10px; }
  .slider__position {
    font-weight: normal;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    color: #949494;
    margin: 0 0 8px; }
    .slider__position:last-child {
      margin: 0; }
  .slider__prev, .slider__next {
    position: absolute;
    top: auto;
    bottom: 42px;
    display: block;
    width: calc((70) * (100vw / 1600));
    height: calc((35) * (100vw / 1600));
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2; }
    .slider__prev svg, .slider__next svg {
      display: block;
      width: 100%;
      height: 100%;
      stroke: #ffffff;
      transition: 0.5s;
      z-index: 1; }
    .slider__prev:hover svg, .slider__next:hover svg {
      stroke: #0BCF6B; }
  .slider__prev {
    left: 0; }
  .slider__next {
    left: calc((135) * (100vw / 1600)); }
  .slider--gallery {
    margin: 170px 0; }
    .slider--gallery .slider__content {
      overflow: visible; }
    .slider--gallery .slider__list {
      flex: 1 0 calc(100% - (215 * (100vw / 1600)));
      min-width: calc(100% - (215 * (100vw / 1600)));
      max-width: calc(100% - (215 * (100vw / 1600))); }
    .slider--gallery .slider__img {
      height: calc((545) * (100vw / 1600));
      margin: 0; }
      .slider--gallery .slider__img img {
        object-position: center; }
    .slider--gallery .slider__prev, .slider--gallery .slider__next {
      bottom: 0; }
  @media (max-width: 1600px) {
    .slider__wrap {
      min-height: 200px; }
    .slider__aside {
      flex: 0 0 315px;
      padding: 0 87px 0 0; }
    .slider__list {
      flex: 1 0 calc(100% - 315px);
      min-width: calc(100% - 315px);
      max-width: calc(100% - 315px); }
    .slider__text {
      font-size: 16px;
      line-height: 21px; }
    .slider__img {
      height: 345px; }
    .slider__name {
      font-size: 20px;
      line-height: 26px; }
    .slider__position {
      font-size: 16px;
      line-height: 21px; }
    .slider__prev, .slider__next {
      width: 70px;
      height: 35px; }
    .slider__next {
      left: 135px; }
    .slider--gallery .slider__list {
      flex: 1 0 calc(100% - 215px);
      min-width: calc(100% - 215px);
      max-width: calc(100% - 215px); }
    .slider--gallery .slider__img {
      height: 545px; } }
  .slider--reviews .slider__prev, .slider--reviews .slider__next {
    position: static;
    display: none; }
    .slider--reviews .slider__prev svg, .slider--reviews .slider__next svg {
      stroke: #000000; }
  .slider--reviews .slider__next {
    margin-left: 35px; }
  .slider--reviews .slider__nav {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px; }
  @media (max-width: 1280px) {
    .slider {
      margin: 145px 0; }
      .slider__aside {
        flex: 0 0 245px;
        padding: 0 20px 0 0; }
      .slider__list {
        flex: 1 0 calc(100% - 245px);
        min-width: calc(100% - 245px);
        max-width: calc(100% - 245px); }
      .slider__img {
        height: 304px; }
      .slider__name {
        font-size: 18px;
        line-height: 23px; }
      .slider__position {
        margin: 0 0 5px; }
        .slider__position:last-child {
          margin: 0; }
      .slider__prev, .slider__next {
        bottom: 50px; }
      .slider__next {
        left: 130px; }
      .slider--gallery {
        margin: 165px 0; }
        .slider--gallery .slider__list {
          flex: 1 0 calc(100% - 225px);
          min-width: calc(100% - 225px);
          max-width: calc(100% - 225px); }
        .slider--gallery .slider__img {
          height: 445px; } }
  @media (max-width: 768px) {
    .slider {
      max-width: 100vw;
      overflow: hidden;
      margin: 110px 0; }
      .slider__wrap {
        flex-direction: column; }
      .slider__aside {
        flex: 0 0 100%;
        margin: 0 0 30px;
        padding: 0; }
      .slider__text {
        max-width: 300px;
        font-size: 14px;
        line-height: 17px; }
      .slider__list {
        flex: 1 0 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0 0 0 155px; }
      .slider__img {
        height: 270px;
        margin: 0 0 10px; }
      .slider__name {
        font-size: 16px;
        line-height: 21px; }
      .slider__position {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 10px; }
        .slider__position:last-child {
          margin: 0; }
      .slider__prev, .slider__next {
        bottom: 20px;
        width: 50px;
        height: 25px; }
      .slider__prev {
        left: 0; }
      .slider__next {
        left: 85px; }
      .slider--gallery .slider__list {
        flex: 1 0 calc(100% + 20px);
        min-width: calc(100% + 20px);
        max-width: calc(100% + 20px); }
      .slider--gallery .slider__aside {
        margin: 0 0 -24px; }
        .slider--gallery .slider__aside h2 {
          margin: 0; }
      .slider--gallery .slider__img {
        height: 288px;
        margin: 0; }
      .slider--reviews .slider__prev, .slider--reviews .slider__next {
        display: block; } }
  @media (max-width: 479px) {
    .slider {
      margin: 10px 0 70px; }
      .slider__content {
        overflow: visible; }
      .slider__list {
        padding: 0; }
      .slider__img {
        height: 290px;
        margin: 0 0 20px; }
      .slider__position {
        font-size: 14px;
        line-height: 17px; }
      .slider__prev, .slider__next {
        display: none; }
      .slider .owl-stage-outer {
        overflow: visible; }
      .slider--gallery .slider__aside {
        margin: 0; }
        .slider--gallery .slider__aside h2 {
          margin: 0 0 30px; }
      .slider--gallery .slider__img {
        height: 184px;
        margin: 0; }
      .slider--reviews .owl-item {
        max-width: 100%; }
      .slider--reviews .slider__nav {
        position: absolute;
        top: 103px;
        left: 140px;
        margin-bottom: 0; }
      .slider--reviews .slider__prev, .slider--reviews .slider__next {
        width: 35px;
        height: auto; }
      .slider--reviews .slider__next {
        margin-left: 24px; }
      .slider--reviews .owl-stage-outer {
        overflow: hidden; } }

.tabs {
  display: block;
  width: 100%;
  margin: 130px 0 145px;
  overflow: hidden; }
  .tabs__content {
    display: flex;
    flex-direction: row; }
  .tabs__aside {
    flex: 0 0 calc((315) * (100vw / 1600));
    padding: 0 calc((120) * (100vw / 1600)) 0 0; }
  .tabs__select {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .tabs__options {
    display: flex;
    flex-direction: column; }
  .tabs__option {
    display: inline-block;
    font-weight: normal;
    font-size: calc((20) * (100vw / 1600));
    line-height: calc((26) * (100vw / 1600));
    text-transform: uppercase;
    white-space: nowrap;
    color: #949494;
    margin: 0 0 15px;
    transition: 0.5s;
    cursor: pointer; }
    .tabs__option:before, .tabs__option:after {
      display: inline-block;
      vertical-align: middle;
      width: 0;
      overflow: hidden;
      color: #0BCF6B;
      opacity: 0;
      visibility: hidden;
      transition: 0.5s;
      margin-top: -6px; }
    .tabs__option:before {
      content: "{"; }
    .tabs__option:after {
      content: "}"; }
    .tabs__option:hover, .tabs__option.active {
      color: #ffffff; }
    .tabs__option.active:before, .tabs__option.active:after {
      width: auto;
      opacity: 1;
      visibility: visible; }
    .tabs__option.active:before {
      margin-right: 10px; }
    .tabs__option.active:after {
      margin-left: 10px; }
    .tabs__option--value {
      display: none; }
    .tabs__option input {
      width: 0;
      height: 0;
      overflow: hidden;
      border: none;
      background-color: rgba(0, 0, 0, 0);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  .tabs__wrap {
    flex: 1;
    position: relative; }
  .tabs__tab {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1.5s; }
    .tabs__tab.active {
      height: auto;
      opacity: 1;
      visibility: visible;
      position: static; }
  .tabs__list {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
    font-size: 0; }
  .tabs__item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 30px);
    height: calc((350) * (100vw / 1600));
    border: 1px solid #686868;
    overflow: hidden;
    margin: 0 15px 30px;
    position: relative; }
    .tabs__item:hover .tabs__link {
      background-color: #0BCF6B; }
    .tabs__item:hover .tabs__text,
    .tabs__item:hover .tabs__more {
      opacity: 0;
      visibility: hidden; }
    .tabs__item:hover .tabs__arrow {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
  .tabs__link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 30px;
    background-color: transparent;
    transition: 0.5s; }
  .tabs__status {
    font-weight: 300;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 72px; }
  .tabs__title {
    font-weight: 500;
    font-size: calc((24) * (100vw / 1600));
    line-height: calc((36) * (100vw / 1600));
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: normal;
    color: #ffffff;
    margin: 0 0 8px; }
  .tabs__text {
    font-weight: 300;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    color: #ffffff;
    margin: 0 0 auto;
    padding: 0 48px 0 0;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: calc((84) * (100vw / 1600)); }
  .tabs__more {
    display: inline-flex;
    align-self: flex-start;
    font-weight: normal;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    color: #ffffff;
    border-bottom: 1px solid #0BCF6B;
    padding: 0 0 3px;
    transition: 0.5s; }
  .tabs__arrow {
    position: absolute;
    top: auto;
    left: calc((30) * (100vw / 1600));
    bottom: calc((30) * (100vw / 1600));
    display: block;
    width: calc((80) * (100vw / 1600));
    height: calc((70) * (100vw / 1600));
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: -1;
    transition: 0.5s; }
    .tabs__arrow svg {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      left: auto;
      right: 0;
      display: block;
      width: auto;
      height: 100%;
      fill: #ffffff;
      color: #ffffff;
      z-index: 1; }
  .tabs--articles {
    overflow: visible; }
    .tabs--articles .articles__item:first-child[style*="display:none"] + .articles__item,
    .tabs--articles .articles__item:first-child[style*="display: none"] + .articles__item {
      margin-top: -1px; }
    .tabs--articles .tabs__tab {
      overflow: visible; }
  .tabs a {
    border-bottom: none; }
  .tabs a.all-link {
    border-bottom: 1px solid #0BCF6B;
    font-size: 16px;
    display: inline-block;
    margin-top: 25px; }
  .tabs a.all-link.hidden {
    display: none !important; }
  @media (max-width: 1600px) {
    .tabs__aside {
      flex: 0 0 315px;
      padding: 0 120px 0 0; }
    .tabs__option {
      font-size: 20px;
      line-height: 26px; }
    .tabs__item {
      height: 350px; }
    .tabs__status {
      font-size: 16px;
      line-height: 21px; }
    .tabs__title {
      font-size: 24px;
      line-height: 36px; }
    .tabs__text {
      font-size: 16px;
      line-height: 21px;
      max-height: 84px; }
    .tabs__more {
      font-size: 16px;
      line-height: 21px; }
    .tabs__arrow {
      left: 30px;
      bottom: 30px;
      width: 80px;
      height: 70px; } }
  @media (max-width: 1280px) {
    .tabs {
      margin: 115px 0 145px; }
      .tabs__aside {
        flex: 0 0 240px;
        padding: 0 60px 0 0; }
      .tabs__list {
        width: calc(100% + 36px);
        margin: 0 -18px; }
      .tabs__item {
        width: calc(50% - 36px);
        height: 328px;
        margin: 0 18px 30px; }
      .tabs__status {
        margin: 0 0 52px; }
      .tabs__title {
        font-size: 22px;
        line-height: 33px;
        margin: 0 0 10px; }
      .tabs__text {
        padding: 0; } }
  @media (max-width: 999px) {
    .tabs {
      margin: 110px 0; }
      .tabs__content {
        flex-direction: column; }
      .tabs__aside {
        flex: 0 0 100%;
        margin: 0 0 30px;
        padding: 0; }
      .tabs h2 {
        display: inline-block;
        vertical-align: top;
        margin: 0 50px 20px 0; }
      .tabs__select {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 415px;
        background-color: #171717;
        position: relative; }
        .tabs__select:after {
          content: '';
          position: absolute;
          top: 30px;
          left: auto;
          right: 22px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 6.5px 0 6.5px;
          border-color: #9C9C9C transparent transparent transparent;
          z-index: 1; }
        .tabs__select.active .tabs__options {
          display: block; }
      .tabs__options {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        height: auto;
        max-height: 283px;
        border-top: 1px solid #292929;
        background-color: #171717;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1; }
      .tabs__option {
        display: block;
        font-size: 16px;
        line-height: 21px;
        color: #ffffff;
        border-top: 1px solid #292929;
        margin: 0;
        padding: 24px 48px 25px 32px;
        opacity: 1 !important;
        transform: none !important; }
        .tabs__option:first-child {
          border-top: none; }
        .tabs__option:before, .tabs__option:after {
          content: none; }
        .tabs__option--value {
          display: block;
          position: static; }
      .tabs__tab {
        width: calc(100vw - 20px);
        overflow-x: auto;
        padding: 0 20px 0 175px;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .tabs__tab:-webkit-scrollbar {
          display: none; }
      .tabs__list {
        width: auto;
        min-height: 275px;
        white-space: nowrap;
        margin: 0 -10px; }
      .tabs__item {
        width: 280px;
        height: 275px;
        margin: 0 10px; }
      .tabs__link {
        padding: 20px; }
      .tabs__text {
        white-space: normal; }
      .tabs__status {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 30px; }
      .tabs__title {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0;
        margin: 0 0 13px; }
      .tabs__text {
        font-size: 14px;
        line-height: 18px;
        max-height: 72px; }
      .tabs__more {
        font-size: 14px;
        line-height: 17px; }
      .tabs--articles {
        overflow: hidden; }
        .tabs--articles .articles__item:first-child[style*="display:none"] + .articles__item,
        .tabs--articles .articles__item:first-child[style*="display: none"] + .articles__item {
          margin-top: 0; }
        .tabs--articles .tabs__tab {
          overflow-x: auto;
          overflow-y: hidden; } }
  @media (max-width: 768px) {
    .tabs {
      margin: 90px 0; }
      .tabs__tab {
        padding: 0 20px 0 157px; }
      .tabs__option {
        padding: 24px 48px 25px 16px; } }
  @media (max-width: 479px) {
    .tabs {
      margin: 70px 0 0;
      padding: 0 0 70px; }
      .tabs h2 {
        margin: 0 0 20px; }
      .tabs__aside {
        margin: 0 0 20px; }
      .tabs__tab {
        width: calc(100% + 10px);
        padding: 0 10px 0 0; }
      .tabs__list {
        width: auto;
        min-height: 248px;
        white-space: nowrap;
        margin: 0 -8px; }
      .tabs__item {
        width: 270px;
        height: 248px;
        margin: 0 8px; }
      .tabs__status {
        font-size: 12px;
        line-height: 16px; }
      .tabs__title {
        font-size: 18px;
        line-height: 27px;
        margin: 0 0 10px; }
      .tabs__more {
        font-size: 12px;
        line-height: 15px; } }

.registration {
  position: relative; }
  .registration:after {
    content: "";
    display: block;
    width: 0;
    height: calc((1) * (100vw / 1600));
    background-color: #373737;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.9s ease; }
    @media (max-width: 1600px) {
      .registration:after {
        height: 1px; } }
  .registration__box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden; }
    .registration__box:after {
      content: "";
      display: block;
      width: 0;
      height: calc((1) * (100vw / 1600));
      background-color: #373737;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      transition: 0.9s ease; }
      @media (max-width: 1600px) {
        .registration__box:after {
          height: 1px; } }
    .registration__box:first-child {
      padding: calc((15) * (100vw / 1600)) 0; }
    .registration__box--info {
      position: relative;
      padding: calc((25) * (100vw / 1600)) 0 calc((25) * (100vw / 1600)) calc((315) * (100vw / 1600)); }
      .registration__box--info .registration__subtitle, .registration__box--info .button {
        width: calc((265) * (100vw / 1600)); }
  .registration__arrow {
    position: absolute;
    left: 0;
    fill: #ffffff;
    width: calc((245) * (100vw / 1600));
    height: calc((70) * (100vw / 1600)); }
  .registration__title {
    font-size: calc((78) * (100vw / 1600));
    line-height: calc((91) * (100vw / 1600));
    word-break: break-word; }
  .registration__subtitle, .registration__text {
    font-weight: 500;
    text-transform: uppercase; }
  .registration__subtitle {
    font-size: calc((28) * (100vw / 1600));
    line-height: calc((35) * (100vw / 1600)); }
    .registration__subtitle span {
      color: #0BCF6B; }
  .registration__text {
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((24) * (100vw / 1600));
    max-width: calc(100% - (265 * (100vw / 1600)));
    min-width: 45%;
    margin-left: calc((30) * (100vw / 1600)); }
    .registration__text span {
      color: #949494; }
  @media (max-width: 1600px) {
    .registration__box:first-child {
      padding: 15px 0; }
    .registration__box--info {
      padding: 25px 0 25px 315px; }
      .registration__box--info .registration__subtitle, .registration__box--info .button {
        width: 265px; }
    .registration__arrow {
      width: 245px;
      height: 70px; }
    .registration__title {
      font-size: 78px;
      line-height: 91px; }
    .registration__subtitle {
      font-size: 28px;
      line-height: 35px; }
    .registration__text {
      font-size: 16px;
      line-height: 24px;
      max-width: calc(100% - 300px);
      margin-left: 30px; } }
  @media (max-width: 1280px) {
    .registration__box--info {
      padding: 10px 0 10px 245px; }
    .registration__box:first-child {
      padding: 10px 0; }
    .registration__arrow {
      width: 214px; }
    .registration__title {
      font-size: 63px;
      line-height: 74px; }
    .registration__subtitle {
      font-size: 24px;
      line-height: 30px; }
    .registration__text {
      font-size: 15px;
      line-height: 22px; } }
  @media (max-width: 1023px) {
    .registration__box--info {
      padding: 17px 0 17px 155px; }
    .registration__box:first-child {
      padding: 17px 0; }
    .registration__arrow {
      width: 125px;
      height: 42px; }
    .registration__title {
      font-size: 50px;
      line-height: 59px; }
    .registration__subtitle {
      font-size: 18px;
      line-height: 22px; }
    .registration__text {
      font-size: 12px;
      line-height: 18px; } }
  @media (max-width: 768px) {
    .registration__box--info .registration__subtitle, .registration__box--info .button {
      width: auto;
      min-width: 225px; }
    .registration__text {
      max-width: calc(100% - 225px); } }
  @media (max-width: 639px) {
    .registration__box--info {
      padding: 10px 0; }
      .registration__box--info:first-child {
        padding: 10px 0; }
    .registration__arrow {
      display: none; }
    .registration__text {
      max-width: none;
      min-width: unset; } }
  @media (max-width: 479px) {
    .registration__box--info {
      flex-direction: column; }
      .registration__box--info .registration__subtitle, .registration__box--info .button {
        width: 100%;
        max-width: none; }
    .registration__box--info + .registration__box--info {
      flex-direction: column-reverse; }
      .registration__box--info + .registration__box--info .registration__text {
        padding-top: 0; }
        .registration__box--info + .registration__box--info .registration__text::after {
          content: none; }
      .registration__box--info + .registration__box--info .button + .registration__text {
        margin-bottom: 10px;
        padding-bottom: 10px; }
        .registration__box--info + .registration__box--info .button + .registration__text:after {
          content: "";
          display: block;
          width: 0;
          height: calc((1) * (100vw / 1600));
          background-color: #373737;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          transition: 0.9s ease; } }
      @media (max-width: 479px) and (max-width: 1600px) {
        .registration__box--info + .registration__box--info .button + .registration__text:after {
          height: 1px; } }
  @media (max-width: 479px) {
        .registration__box--info + .registration__box--info .button + .registration__text::after {
          top: auto; }
        .registration__box--info + .registration__box--info .button + .registration__text.aos-animate:after {
          width: 100%; }
    .registration__title {
      font-size: 42px;
      line-height: 60px; }
    .registration__subtitle {
      font-size: 20px;
      line-height: 25px;
      padding-bottom: 10px; }
    .registration__text {
      position: relative;
      min-width: 100%;
      font-size: 10px;
      line-height: 15px;
      padding-top: 10px;
      margin-left: 0; }
      .registration__text:after {
        content: "";
        display: block;
        width: 0;
        height: calc((1) * (100vw / 1600));
        background-color: #373737;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: 0.9s ease; } }
    @media (max-width: 479px) and (max-width: 1600px) {
      .registration__text:after {
        height: 1px; } }

.about-course__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  .about-course__grid > div {
    position: relative;
    padding: calc((30) * (100vw / 1600)) calc((15) * (100vw / 1600)) calc((80) * (100vw / 1600)) calc((30) * (100vw / 1600));
    border: 1px solid #686868;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    font-weight: 300; }
    .about-course__grid > div::after {
      content: '';
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute; }
    .about-course__grid > div:nth-child(1)::after {
      right: calc((23) * (100vw / 1600));
      bottom: calc((27) * (100vw / 1600));
      height: calc((45) * (100vw / 1600));
      width: calc((31) * (100vw / 1600));
      background-image: url("/images/hash.svg"); }
    .about-course__grid > div:nth-child(2)::after {
      right: calc((21) * (100vw / 1600));
      bottom: calc((19) * (100vw / 1600));
      height: calc((52) * (100vw / 1600));
      width: calc((20) * (100vw / 1600));
      background-image: url("/images/brace.svg"); }
    .about-course__grid > div:nth-child(3)::after {
      right: calc((26) * (100vw / 1600));
      bottom: calc((33) * (100vw / 1600));
      height: calc((28) * (100vw / 1600));
      width: calc((22) * (100vw / 1600));
      background-image: url("/images/less-than.svg"); }
    .about-course__grid > div h1, .about-course__grid > div h2, .about-course__grid > div h3, .about-course__grid > div h4, .about-course__grid > div h5, .about-course__grid > div h6 {
      letter-spacing: calc((0.4) * (100vw / 1600));
      font-weight: 500;
      text-transform: uppercase; }
    .about-course__grid > div h1, .about-course__grid > div h2, .about-course__grid > div h3 {
      margin-bottom: calc((25) * (100vw / 1600)); }
    .about-course__grid > div h4, .about-course__grid > div h5, .about-course__grid > div h6 {
      margin-bottom: calc((18) * (100vw / 1600)); }
    .about-course__grid > div h1 {
      font-size: calc((32) * (100vw / 1600));
      line-height: calc((44) * (100vw / 1600)); }
    .about-course__grid > div h2 {
      font-size: calc((28) * (100vw / 1600));
      line-height: calc((40) * (100vw / 1600)); }
    .about-course__grid > div h3 {
      font-size: calc((24) * (100vw / 1600));
      line-height: calc((36) * (100vw / 1600)); }
    .about-course__grid > div h4 {
      font-size: calc((20) * (100vw / 1600));
      line-height: calc((32) * (100vw / 1600)); }
    .about-course__grid > div h5, .about-course__grid > div h6 {
      font-size: calc((16) * (100vw / 1600));
      line-height: calc((28) * (100vw / 1600)); }
    .about-course__grid > div > div, .about-course__grid > div p, .about-course__grid > div ul, .about-course__grid > div ol {
      margin-bottom: calc((25) * (100vw / 1600)); }
    .about-course__grid > div p, .about-course__grid > div ul li, .about-course__grid > div ol li {
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
    .about-course__grid > div ul li + li, .about-course__grid > div ol li + li {
      margin-top: calc((20) * (100vw / 1600)); }
    .about-course__grid > div ul li {
      position: relative;
      list-style-type: none;
      padding-left: calc((18) * (100vw / 1600)); }
      .about-course__grid > div ul li::before {
        content: '';
        position: absolute;
        top: calc((6) * (100vw / 1600));
        left: 0;
        display: inline-block;
        width: calc((8) * (100vw / 1600));
        height: calc((8) * (100vw / 1600));
        margin-right: calc((10) * (100vw / 1600));
        border: 1px solid #0BCF6B;
        box-sizing: border-box;
        border-radius: 50%; }
      @media (max-width: 1600px) {
        .about-course__grid > div ul li {
          padding-left: 18px; }
          .about-course__grid > div ul li::before {
            top: 6px;
            width: 8px;
            height: 8px;
            margin-right: 10px; } }
      @media (max-width: 479px) {
        .about-course__grid > div ul li::before {
          top: 4px; } }
    .about-course__grid > div a {
      word-break: break-word; }
  .about-course__grid > div + div {
    border-left: 0; }

@media (max-width: 1600px) {
  .about-course__grid > div {
    font-size: 16px;
    line-height: 21px;
    padding: 30px 15px 80px 30px; }
    .about-course__grid > div:nth-child(1)::after {
      right: 23px;
      bottom: 27px;
      height: 45px;
      width: 31px; }
    .about-course__grid > div:nth-child(2)::after {
      right: 21px;
      bottom: 19px;
      height: 52px;
      width: 20px; }
    .about-course__grid > div:nth-child(3)::after {
      right: 26px;
      bottom: 33px;
      height: 28px;
      width: 22px; }
    .about-course__grid > div h1, .about-course__grid > div h2, .about-course__grid > div h3, .about-course__grid > div h4, .about-course__grid > div h5, .about-course__grid > div h6 {
      letter-spacing: .4px; }
    .about-course__grid > div h1, .about-course__grid > div h2, .about-course__grid > div h3 {
      margin-bottom: 25px; }
    .about-course__grid > div h4, .about-course__grid > div h5, .about-course__grid > div h6 {
      margin-bottom: 18px; }
    .about-course__grid > div h1 {
      font-size: 32px;
      line-height: 46px; }
    .about-course__grid > div h2 {
      font-size: 28px;
      line-height: 40px; }
    .about-course__grid > div h3 {
      font-size: 24px;
      line-height: 36px; }
    .about-course__grid > div h4 {
      font-size: 20px;
      line-height: 32px; }
    .about-course__grid > div h5, .about-course__grid > div h6 {
      font-size: 16px;
      line-height: 28px; }
    .about-course__grid > div > div, .about-course__grid > div p, .about-course__grid > div ul, .about-course__grid > div ol {
      margin-bottom: 25px; }
    .about-course__grid > div p, .about-course__grid > div ul li, .about-course__grid > div ol li {
      font-size: inherit;
      line-height: inherit; }
    .about-course__grid > div ul li + li, .about-course__grid > div ol li + li {
      margin-top: 20px; } }

@media (max-width: 1280px) {
  .about-course__grid > div {
    padding: 30px 15px 80px 20px; }
    .about-course__grid > div h1, .about-course__grid > div h2, .about-course__grid > div h3 {
      margin-bottom: 30px; }
    .about-course__grid > div h4, .about-course__grid > div h5, .about-course__grid > div h6 {
      margin-bottom: 25px; }
    .about-course__grid > div h1 {
      font-size: 30px;
      line-height: 41px; }
    .about-course__grid > div h2 {
      font-size: 26px;
      line-height: 31px; }
    .about-course__grid > div h3 {
      font-size: 22px;
      line-height: 33px; }
    .about-course__grid > div h4 {
      font-size: 18px;
      line-height: 29px; } }

@media (max-width: 1023px) {
  .about-course__grid > div:nth-child(1)::after {
    right: 30px;
    bottom: 32px; }
  .about-course__grid > div:nth-child(2)::after {
    right: 29px;
    bottom: 25px; }
  .about-course__grid > div:nth-child(3)::after {
    right: 33px;
    bottom: 38px; } }

@media (max-width: 768px) {
  .about-course__grid {
    grid-template-columns: 1fr 1.07fr; }
    .about-course__grid > div {
      padding: 30px 12px 50px 20px;
      font-size: 14px;
      line-height: 18px; }
      .about-course__grid > div:nth-child(1)::after {
        right: 28px;
        bottom: 23px;
        height: 31px;
        width: 21px; }
      .about-course__grid > div:nth-child(2)::after {
        right: 20px;
        bottom: 17px;
        height: 40px;
        width: 12px; }
      .about-course__grid > div:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 3;
        padding-bottom: 32px;
        border-top: 0;
        border-left: 1px solid #686868; }
        .about-course__grid > div:nth-child(3)::after {
          right: 23px;
          bottom: 18px;
          height: 19px;
          width: 17px; }
        .about-course__grid > div:nth-child(3) ul, .about-course__grid > div:nth-child(3) ol {
          display: grid;
          grid-template-columns: 1fr 1.07fr; }
          .about-course__grid > div:nth-child(3) ul li, .about-course__grid > div:nth-child(3) ol li {
            margin-right: 20px; }
            .about-course__grid > div:nth-child(3) ul li:nth-child(2), .about-course__grid > div:nth-child(3) ol li:nth-child(2) {
              margin-top: 0; }
      .about-course__grid > div h1, .about-course__grid > div h2, .about-course__grid > div h3, .about-course__grid > div h4, .about-course__grid > div h5, .about-course__grid > div h6, .about-course__grid > div > div, .about-course__grid > div p, .about-course__grid > div ul, .about-course__grid > div ol {
        margin-bottom: 20px; }
      .about-course__grid > div h1 {
        font-size: 28px;
        line-height: 38px; }
      .about-course__grid > div h2 {
        font-size: 24px;
        line-height: 34px; }
      .about-course__grid > div h3 {
        font-size: 20px;
        line-height: 30px; }
      .about-course__grid > div h4, .about-course__grid > div h5, .about-course__grid > div h6 {
        font-size: 16px;
        line-height: 26px; } }

@media (max-width: 479px) {
  .about-course__grid {
    grid-template-columns: 1fr; }
    .about-course__grid > div {
      padding: 30px 20px 70px 20px; }
      .about-course__grid > div:nth-child(1)::after {
        right: 16px;
        bottom: 32px; }
      .about-course__grid > div:nth-child(2) {
        border-top: 0;
        border-left: 1px solid #686868; }
        .about-course__grid > div:nth-child(2)::after {
          right: 21px;
          bottom: 21px; }
      .about-course__grid > div:nth-child(3) {
        grid-column-start: unset;
        grid-column-end: unset;
        padding-bottom: 70px; }
        .about-course__grid > div:nth-child(3)::after {
          right: 19px;
          bottom: 33px; }
        .about-course__grid > div:nth-child(3) ul, .about-course__grid > div:nth-child(3) ol {
          grid-template-columns: unset; }
          .about-course__grid > div:nth-child(3) ul li:nth-child(2), .about-course__grid > div:nth-child(3) ol li:nth-child(2) {
            margin-top: 20px; } }

.articles {
  display: block;
  width: 100%; }
  .articles ul,
  .articles ol {
    font-size: 0; }
  .articles__list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style-type: none; }
  .articles__item {
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    width: 50%;
    height: calc((270) * (100vw / 1600));
    margin-top: -1px;
    overflow: hidden; }
    .articles__item:nth-child(even) {
      margin-left: -1px; }
    .articles__item:last-child, .articles__item:nth-last-child(2) {
      border-bottom: 1px solid #ffffff; }
    .articles__item:first-child, .articles__item:nth-child(2) {
      margin-top: 0; }
    .articles__item:hover .articles__label {
      width: calc((80) * (100vw / 1600)); }
    .articles__item--watch .articles__label svg {
      margin: 0 0 calc((80) * (100vw / 1600)); }
    .articles__item--watch .articles__read {
      margin: 0 calc((100) * (100vw / 1600)) 0 0; }
  .articles__link {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  .articles__label, .articles__wrap {
    display: inline-flex;
    flex-direction: column; }
  .articles__label {
    width: 0;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    background-color: #0BCF6B;
    transition: 0.5s; }
    .articles__label svg {
      width: calc((35) * (100vw / 1600));
      height: calc((70) * (100vw / 1600));
      stroke: #ffffff; }
  .articles__read {
    display: block;
    font-weight: 500;
    font-size: calc((28) * (100vw / 1600));
    line-height: calc((42) * (100vw / 1600));
    text-transform: uppercase;
    color: #ffffff;
    transform: rotate(-90deg) translate(100%);
    transform-origin: bottom right;
    margin: 0 calc((62) * (100vw / 1600)) 0 0; }
  .articles__wrap {
    flex: 0 0 calc(100% - ((80) * (100vw / 1920)));
    padding: 30px; }
  .articles__title {
    font-weight: normal;
    font-size: calc((20) * (100vw / 1600));
    line-height: calc((26) * (100vw / 1600));
    color: #ffffff; }
  .articles__subtitle, .articles__date {
    font-weight: normal;
    font-size: calc((12) * (100vw / 1600));
    line-height: calc((14) * (100vw / 1600));
    color: #949494; }
  .articles__subtitle {
    margin: calc((20) * (100vw / 1600)) 0; }
  .articles__date {
    margin: auto 0 0; }
  .articles--white .articles__item {
    border: 1px solid #949494;
    margin-top: -1px; }
    .articles--white .articles__item:first-child, .articles--white .articles__item:nth-child(2) {
      margin-top: 0; }
    .articles--white .articles__item:last-child, .articles--white .articles__item:nth-last-child(2) {
      border-bottom: 1px solid #949494; }
  .articles--white .articles__title {
    color: #1A1A1A; }
  .articles--white .articles__subtitle, .articles--white .articles__date {
    color: #373737; }
  @media (max-width: 1600px) {
    .articles__item {
      height: 270px; }
      .articles__item:hover .articles__label {
        width: 80px; }
      .articles__item--watch .articles__label svg {
        margin: 0 0 80px; }
      .articles__item--watch .articles__read {
        margin: 0 100px 0 0; }
    .articles__label svg {
      width: 35px;
      height: 70px; }
    .articles__read {
      font-size: 28px;
      line-height: 42px;
      margin: 0 62px 0 0; }
    .articles__wrap {
      flex: 0 0 calc(100% - 80px); }
    .articles__title {
      font-size: 20px;
      line-height: 26px; }
    .articles__subtitle {
      margin: 20px 0; }
    .articles__subtitle {
      font-size: 14px;
      line-height: 16px; }
    .articles__date {
      font-size: 12px;
      line-height: 14px; } }
  @media (max-width: 1280px) {
    .articles__title {
      font-size: 18px;
      line-height: 23px; } }
  @media (max-width: 999px) {
    .articles {
      width: calc(100% + 195px);
      margin: 0 -175px;
      padding: 0 20px 0 185px;
      overflow-x: visible; }
      .articles__list {
        min-height: 264px;
        white-space: nowrap; }
      .articles__item {
        width: 290px;
        height: 264px;
        border: 1px solid #ffffff;
        margin-top: 0;
        margin-right: 10px; }
        .articles__item:nth-child(even) {
          margin-left: 0; }
      .articles__label {
        display: none; }
      .articles__wrap {
        flex: 0 0 100%;
        padding: 20px; }
      .articles__title, .articles__subtitle, .articles__date {
        white-space: normal; }
      .articles--white {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden; }
        .articles--white .articles__list {
          white-space: normal;
          overflow: hidden; }
        .articles--white .articles__item {
          width: 50%;
          height: 270px;
          border: 1px solid #949494;
          margin-right: 0; }
          .articles--white .articles__item:nth-child(even) {
            margin-left: -1px; } }
  @media (max-width: 768px) {
    .articles {
      width: calc(100% + 178px);
      margin: 0 -157px;
      padding: 0 20px 0 165px; }
      .articles--white {
        width: 100%;
        margin: 0;
        padding: 0; } }
  @media (max-width: 479px) {
    .articles {
      width: calc(100% + 10px);
      margin: 0;
      padding: 0; }
      .articles ul,
      .articles ol {
        font-size: 0; }
      .articles__list {
        min-height: 225px; }
      .articles__item {
        width: 270px;
        height: 225px; }
      .articles__title {
        font-size: 16px;
        line-height: 21px; }
      .articles__subtitle {
        margin: 14px 0; }
      .articles--white {
        overflow-x: auto; }
        .articles--white .articles__list {
          white-space: nowrap;
          overflow-x: auto; }
        .articles--white .articles__item {
          width: 215px;
          height: 200px;
          border: 1px solid #949494;
          margin: 0;
          margin-right: 10px; }
          .articles--white .articles__item:nth-child(even) {
            margin-left: 0; }
        .articles--white .articles__wrap {
          padding: 30px 25px 40px; } }

.not-found {
  font-weight: normal;
  font-size: calc((20) * (100vw / 1600));
  line-height: calc((26) * (100vw / 1600));
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 800px;
  margin-top: calc((-114) * (100vw / 1600)); }
  .not-found__title {
    color: #0BCF6B;
    font-weight: 500;
    font-size: calc((288) * (100vw / 1600));
    line-height: calc((337) * (100vw / 1600));
    margin-bottom: calc((30) * (100vw / 1600)); }
  .not-found__text {
    margin: 0 auto;
    padding: 0;
    max-width: calc((430) * (100vw / 1600)); }
  .not-found .link {
    color: #0BCF6B; }
  @media (max-width: 1600px) {
    .not-found {
      font-size: 20px;
      line-height: 26px;
      margin-top: -130px;
      min-height: 620px; }
      .not-found__title {
        font-size: 288px;
        line-height: 337px;
        margin-bottom: 30px; }
      .not-found__text {
        margin: 0 auto;
        padding: 0;
        max-width: 430px; } }
  @media (max-width: 1280px) {
    .not-found {
      margin-top: -114px; } }
  @media (max-width: 768px) {
    .not-found {
      font-size: 18px;
      line-height: 24px;
      padding: 0 20px;
      margin-top: -96px;
      min-height: 500px; }
      .not-found__title {
        font-size: 200px;
        line-height: 249px; }
      .not-found__text {
        max-width: 400px; } }
  @media (max-width: 479px) {
    .not-found {
      font-size: 13px;
      line-height: 17px;
      padding: 45px 20px;
      margin-top: 0;
      height: auto;
      min-height: 320px; }
      .not-found__title {
        font-size: 144px;
        line-height: 169px; } }

.policy {
  color: #ffffff;
  font-size: calc((16) * (100vw / 1600));
  line-height: calc((21) * (100vw / 1600)); }
  .policy__content {
    max-width: calc(100% - (255) * (100vw / 1600));
    margin-left: auto;
    padding: calc((52) * (100vw / 1600)) 0 calc((110) * (100vw / 1600));
    padding-right: calc((160) * (100vw / 1600)); }
  .policy .article-h1, .policy .article-h3 {
    color: #ffffff; }
    .policy .article-h1 span, .policy .article-h3 span {
      color: #ffffff; }
  .policy .article-h3 {
    text-transform: none; }
  .policy h1 {
    margin-right: calc((-160) * (100vw / 1600));
    margin-bottom: calc((70) * (100vw / 1600)); }
  .policy li:last-child {
    margin-bottom: 0; }
  .policy li + li {
    margin-top: calc((20) * (100vw / 1600)); }
  .policy p {
    margin-bottom: calc((20) * (100vw / 1600)); }
  .policy h3 {
    margin-top: calc((70) * (100vw / 1600));
    margin-bottom: calc((25) * (100vw / 1600)); }
  @media (max-width: 1600px) {
    .policy {
      font-size: 16px;
      line-height: 21px; }
      .policy__content {
        max-width: calc(100% - 255px);
        margin-left: auto;
        padding: 52px 0 110px;
        padding-right: 160px; }
      .policy h1 {
        margin-right: -160px;
        margin-bottom: 70px; }
      .policy li:last-child {
        margin-bottom: 0; }
      .policy li + li {
        margin-top: 20px; }
      .policy p {
        margin-bottom: 20px; }
      .policy h3 {
        margin-top: 70px;
        margin-bottom: 25px; } }
  @media (max-width: 1280px) {
    .policy__content {
      max-width: 100%;
      padding-top: 42px;
      padding-right: 169px; }
    .policy li:last-child {
      margin-bottom: 0; }
    .policy h1 {
      margin-right: -100px; }
    .policy .article-h3 {
      font-size: 20px;
      line-height: 26px; }
    .policy h3 {
      margin-top: 60px; } }
  @media (max-width: 768px) {
    .policy h1 {
      margin-right: 0;
      margin-bottom: 40px; }
      .policy h1 + h3 {
        margin-top: 0; }
    .policy__content {
      padding: 20px 0 100px; }
    .policy li:last-child {
      margin-bottom: 0; }
    .policy p.desktop, .policy li.desktop {
      display: none; }
      .policy p.desktop + p, .policy li.desktop + p {
        margin-top: 20px; }
        .policy p.desktop + p:first-child, .policy li.desktop + p:first-child {
          margin-top: 25px; }
    .policy h3 {
      margin-top: 50px; } }
  @media (max-width: 479px) {
    .policy {
      font-size: 14px;
      line-height: 17px; }
      .policy .article-h1 {
        font-size: 22px;
        line-height: 29px;
        letter-spacing: 0.02em; }
      .policy .article-h3 {
        font-size: 16px;
        line-height: 21px; }
      .policy__content {
        padding-bottom: 60px; }
      .policy h1 {
        margin-bottom: 42px; }
      .policy li + li {
        margin-top: 10px; }
      .policy li:last-child {
        margin-bottom: 0; }
      .policy h3, .policy p {
        margin-bottom: 20px; }
      .policy h3 {
        margin-top: 30px; } }

.accordion__list {
  position: relative;
  list-style: none; }

.accordion__item {
  position: relative;
  border-bottom: 1px solid #373737; }
  .accordion__item:first-child {
    border-top: 1px solid #373737; }

.accordion__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: calc((40) * (100vw / 1600)) 0;
  cursor: pointer; }
  .accordion__wrap.cursor-default {
    cursor: default; }
  .accordion__wrap:hover .accordion__close svg {
    fill: #0BCF6B; }
  .accordion__wrap.open .accordion__close {
    transform: rotate(45deg); }

.accordion__name {
  width: calc((316) * (100vw / 1600));
  font-size: calc((16) * (100vw / 1600));
  line-height: calc((21) * (100vw / 1600));
  color: #0BCF6B; }
  .accordion__name span {
    color: #ffffff; }

.accordion__title {
  width: calc(100% - (316 * (100vw / 1600)) - (22 * (100vw / 1600)));
  max-width: calc((570) * (100vw / 1600));
  margin-right: auto;
  font-size: calc((22) * (100vw / 1600));
  line-height: calc((30) * (100vw / 1600));
  letter-spacing: calc((0.4) * (100vw / 1600));
  font-weight: 500;
  text-transform: uppercase;
  padding-right: calc((25) * (100vw / 1600)); }

.accordion__close {
  position: relative;
  width: calc((22) * (100vw / 1600));
  height: calc((22) * (100vw / 1600));
  transition: 0.5s; }
  .accordion__close svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
    transition: inherit; }

.accordion__content {
  width: calc(100% - (316 * (100vw / 1600)));
  display: none;
  margin-left: auto;
  padding-bottom: calc((40) * (100vw / 1600)); }
  .accordion__content ul, .accordion__content p {
    max-width: 72%; }
  .accordion__content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .accordion__content ul li {
      font-size: calc((16) * (100vw / 1600));
      line-height: calc((21) * (100vw / 1600)); }
      .accordion__content ul li + li {
        margin-top: calc((15) * (100vw / 1600)); }
  .accordion__content p {
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    font-weight: 300;
    color: #949494; }
    .accordion__content p + p {
      margin-top: calc((15) * (100vw / 1600)); }

.accordion__box {
  width: calc(100% - (316 * (100vw / 1600)));
  margin-left: auto;
  margin-top: calc((50) * (100vw / 1600)); }

.accordion__btn {
  font-size: calc((20) * (100vw / 1600));
  line-height: calc((26) * (100vw / 1600)); }

.accordion--questions h2 {
  max-width: calc((470) * (100vw / 1600)); }

.accordion--questions .accordion__list.open .accordion__item:nth-child(n+5) {
  display: block; }

.accordion--questions .accordion__item:nth-child(n+5) {
  display: none; }

.accordion--questions .accordion__wrap {
  padding: calc((30) * (100vw / 1600)) 0; }

.accordion--questions .accordion__title {
  font-size: calc((20) * (100vw / 1600));
  line-height: calc((26) * (100vw / 1600));
  font-weight: normal;
  letter-spacing: 0; }

.accordion--questions .accordion__content {
  padding-bottom: calc((30) * (100vw / 1600)); }

@media (max-width: 1600px) {
  .accordion__wrap {
    padding: 40px 0; }
  .accordion__name {
    width: 316px;
    font-size: 16px;
    line-height: 21px; }
  .accordion__title {
    width: calc(100% - 316px - 22px);
    max-width: 570px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .4px;
    padding-right: 25px; }
  .accordion__close {
    width: 22px;
    height: 22px; }
  .accordion__content {
    width: calc(100% - 316px);
    padding-bottom: 40px; }
    .accordion__content ul, .accordion__content p {
      max-width: 80%; }
    .accordion__content ul li {
      font-size: 16px;
      line-height: 21px; }
      .accordion__content ul li + li {
        margin-top: 15px; }
    .accordion__content p {
      font-size: 16px;
      line-height: 21px; }
      .accordion__content p + p {
        margin-top: 15px; }
  .accordion__box {
    width: calc(100% - 316px);
    margin-left: auto;
    margin-top: 50px; }
  .accordion__btn {
    font-size: 20px;
    line-height: 26px; }
  .accordion--questions h2 {
    max-width: 470px; }
  .accordion--questions .accordion__wrap {
    padding: 30px 0; }
  .accordion--questions .accordion__title {
    font-size: 20px;
    line-height: 26px; }
  .accordion--questions .accordion__content {
    padding-bottom: 30px; } }

@media (max-width: 1280px) {
  .accordion__wrap {
    padding: 30px 0; }
  .accordion__name {
    width: 245px; }
  .accordion__title {
    width: calc(100% - 245px - 20px);
    font-size: 20px; }
  .accordion__close {
    top: 3px;
    width: 20px;
    height: 20px; }
  .accordion__content {
    width: calc(100% - 245px);
    padding-bottom: 30px; }
  .accordion__box {
    width: calc(100% - 245px); }
  .accordion__btn {
    font-size: 18px;
    line-height: 23px; }
  .accordion--questions .accordion__wrap {
    padding: 20px 0; }
  .accordion--questions .accordion__content {
    padding-bottom: 20px; } }

@media (max-width: 768px) {
  .accordion__list {
    overflow: hidden; }
  .accordion__wrap {
    padding: 20px 0; }
  .accordion__name {
    width: 155px;
    font-size: 14px;
    line-height: 18px; }
  .accordion__title {
    width: calc(100% - 155px - 16px);
    max-width: 360px;
    font-size: 18px;
    line-height: 27px; }
  .accordion__close {
    top: 4px;
    width: 16px;
    height: 16px; }
  .accordion__content {
    width: calc(100% - 155px);
    padding-bottom: 20px; }
    .accordion__content ul li {
      font-size: 14px;
      line-height: 18px; }
      .accordion__content ul li + li {
        margin-top: 10px; }
    .accordion__content p {
      font-size: 14px;
      line-height: 18px; }
  .accordion__box {
    width: calc(100% - 155px);
    margin-top: 40px; }
  .accordion__btn {
    font-size: 16px;
    line-height: 21px; }
  .accordion--questions .accordion__wrap {
    padding: 30px 0; }
  .accordion--questions .accordion__title {
    font-size: 18px;
    line-height: 23px; }
  .accordion--questions .accordion__content {
    padding-bottom: 30px; }
    .accordion--questions .accordion__content ul, .accordion--questions .accordion__content p {
      max-width: 90%; } }

@media (max-width: 479px) {
  .accordion__name {
    width: 34px;
    font-size: 12px;
    line-height: 16px; }
    .accordion__name span {
      display: none; }
  .accordion__title {
    width: calc(100% - 34px - 16px);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: normal; }
  .accordion__close {
    top: 0; }
  .accordion__content {
    width: calc(100% - 34px); }
    .accordion__content ul li {
      font-size: 12px;
      line-height: 16px; }
    .accordion__content p {
      font-size: 12px;
      line-height: 16px; }
  .accordion__box {
    width: 100%;
    margin-top: 30px; }
  .accordion__btn {
    font-size: 14px;
    line-height: 18px; }
  .accordion--questions .accordion__wrap {
    padding: 20px 0; }
  .accordion--questions .accordion__title {
    font-size: 14px;
    line-height: 18px; }
  .accordion--questions .accordion__content {
    padding-bottom: 20px; }
    .accordion--questions .accordion__content ul, .accordion--questions .accordion__content p {
      max-width: 84%; } }

.modal {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(14, 14, 14, 0.85);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.5s;
  overflow-y: auto;
  justify-content: center; }
  .modal__outer {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center; }
  .modal__content {
    display: flex;
    flex-direction: row;
    width: calc(100vw - 100px);
    max-width: calc((1200) * (100vw / 1600));
    overflow: hidden;
    background-color: #070707;
    border: 2px solid #373737;
    padding: calc((125) * (100vw / 1600)) calc((50) * (100vw / 1600)) 0;
    margin: calc((40) * (100vw / 1600)) auto;
    position: relative;
    z-index: 1; }
    .modal__content::-webkit-scrollbar {
      width: 2px !important; }
    .modal__content::-webkit-scrollbar-track {
      background: #353535 !important; }
    .modal__content::-webkit-scrollbar-thumb {
      background: #C4C4C4 !important;
      cursor: pointer !important; }
  .modal__title {
    width: 45%;
    font-weight: 500;
    font-size: calc((40) * (100vw / 1600));
    line-height: calc((52) * (100vw / 1600));
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 40px 0 0; }
    .modal__title span {
      color: #0BCF6B; }
      .modal__title span.modal__text {
        display: block;
        font-size: calc((20) * (100vw / 1600));
        line-height: calc((24) * (100vw / 1600));
        color: #ffffff;
        margin: 20px 0 0; }
        .modal__title span.modal__text span.number {
          display: inline;
          color: #0BCF6B; }
  .modal__form {
    width: 55%;
    height: 100%;
    padding: 8px 0 calc((100) * (100vw / 1600)); }
  .modal__input.hidden {
    display: none;
  }
  .modal__wrap.hidden {
    display: none;
  }
  .modal__input.show {
    display: block;
  }
  .modal__wrap.show {
    display: block;
  }
  .modal__wrap {
    display: block;
    width: 100%;
    margin: 0 0 23px;
    position: relative; }
    .modal__wrap::before {
      content: "";
      background-image: url("/images/input-error.svg");
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      top: 19px;
      left: auto;
      right: 10px;
      width: calc((32) * (100vw / 1600));
      height: calc((32) * (100vw / 1600));
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      transition: 0.5s; }
    .modal__wrap.has-error .modal__input, .modal__wrap.has-error .modal__textarea {
      border: 1px solid #900C0C;
      padding: 24px calc((52) * (100vw / 1600)) 25px 30px; }
      .modal__wrap.has-error .modal__input:hover, .modal__wrap.has-error .modal__input:focus, .modal__wrap.has-error .modal__textarea:hover, .modal__wrap.has-error .modal__textarea:focus {
        border: 1px solid #900C0C; }
    .modal__wrap.has-error .modal__error {
      display: block; }
    .modal__wrap.has-error:not(.select)::before {
      opacity: 1;
      visibility: visible; }
  .modal__input, .modal__textarea {
    display: block;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    color: #ffffff;
    background-color: #171717;
    border: 1px solid #171717;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 24px 30px 25px;
    outline: none;
    transition: 0.5s;
    position: relative; }
    .modal__input::placeholder, .modal__textarea::placeholder {
      font-family: Roboto, sans-serif;
      color: #9C9C9C; }
    .modal__input:hover, .modal__input:focus, .modal__textarea:hover, .modal__textarea:focus {
      border: 1px solid #949494; }
    .modal__input:-webkit-autofill, .modal__input:-webkit-autofill:hover, .modal__input:-webkit-autofill:focus, .modal__input:-webkit-autofill:active, .modal__textarea:-webkit-autofill, .modal__textarea:-webkit-autofill:hover, .modal__textarea:-webkit-autofill:focus, .modal__textarea:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 100px #171717 inset !important;
      -webkit-text-fill-color: #ffffff !important; }
  .modal__textarea {
    height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    resize: none; }
    .modal__textarea::-webkit-scrollbar {
      width: 2px !important; }
    .modal__textarea::-webkit-scrollbar-track {
      background: #353535 !important; }
    .modal__textarea::-webkit-scrollbar-thumb {
      background: #C4C4C4 !important;
      cursor: pointer !important; }
  .modal__error {
    display: none;
    font-weight: normal;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    color: #900C0C;
    text-align: right;
    margin: 10px 0 0; }
    .modal__error--general {
      text-align: left; }
  .modal__success {
    display: none;
    width: 55%;
    max-width: calc((430) * (100vw / 1600));
    font-weight: normal;
    font-size: calc((22) * (100vw / 1600));
    line-height: calc((28) * (100vw / 1600));
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 7px 0 calc((170) * (100vw / 1600)); }
  .modal__button-wrap {
    display: block;
    position: relative; }
    .modal__button-wrap:hover .modal__button {
      border: 1px solid #ffffff;
      background-color: rgba(0, 0, 0, 0); }
    .modal__button-wrap:hover .preloader-wrap {
      border: 1px solid #ffffff;
      background-color: #070707; }
  .modal__button {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    border: 1px solid #0BCF6B;
    background-color: #0BCF6B;
    margin: 40px 0 20px;
    padding: 30px;
    transition: 0.5s;
    cursor: pointer; }
  .modal__close {
    position: absolute;
    top: 48px;
    left: auto;
    right: 48px;
    display: block;
    width: calc((25) * (100vw / 1600));
    height: calc((25) * (100vw / 1600));
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 2px;
    cursor: pointer;
    z-index: 1; }
    .modal__close svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #ffffff;
      color: #ffffff;
      transition: 0.5s;
      z-index: 1; }
    .modal__close:hover svg {
      fill: #0BCF6B;
      color: #0BCF6B; }
  .modal .modal__container {
    display: block;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    text-align: left;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin: 20px 0 0;
    cursor: pointer; }
    .modal .modal__container a {
      font-weight: 700;
      color: #ffffff;
      transition: 0.5s; }
      .modal .modal__container a:hover {
        color: #0BCF6B; }
  .modal .modal__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .modal .modal__checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: calc((20) * (100vw / 1600));
    width: calc((20) * (100vw / 1600));
    background-color: #070707;
    border: 1px solid #9C9C9C; }
  .modal .modal__checkmark svg {
    content: "";
    position: absolute;
    display: none; }
  .modal .modal__container input:checked ~ .modal__checkmark svg {
    display: block; }
  .modal .modal__container .modal__checkmark svg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc((13) * (100vw / 1600));
    height: calc((10) * (100vw / 1600));
    fill: #9C9C9C;
    color: #9C9C9C; }
  .modal .select {
    margin: 0 0 23px; }
  .modal .select__option--value {
    transition: 0.5s; }
  .modal.show {
    opacity: 1;
    visibility: visible;
    z-index: 10; }
  .modal.success .modal__content {
    padding: calc((180) * (100vw / 1600)) calc((50) * (100vw / 1600)) 0; }
  .modal.success .modal__form {
    display: none; }
  .modal.success .modal__success {
    display: block; }
  .modal.error .modal__error--general {
    display: block; }
  @media (max-width: 1600px) {
    .modal__content {
      max-width: 1200px;
      padding: 125px 50px 0;
      margin: 40px auto; }
    .modal__title {
      font-size: 40px;
      line-height: 52px; }
      .modal__title span.modal__text {
        font-size: 20px;
        line-height: 24px; }
    .modal__form {
      padding: 8px 0 100px; }
    .modal__wrap::before {
      width: 32px;
      height: 32px; }
    .modal__wrap.error .modal__input, .modal__wrap.error .modal__textarea {
      padding: 24px 52px 25px 30px; }
    .modal__input, .modal__textarea {
      font-size: 16px;
      line-height: 21px;
      color: #ffffff; }
    .modal__error {
      font-size: 16px;
      line-height: 21px; }
    .modal__success {
      max-width: 430px;
      font-size: 22px;
      line-height: 28px;
      padding: 7px 0 170px; }
    .modal__button {
      font-size: 16px;
      line-height: 21px; }
    .modal__close {
      width: 25px;
      height: 25px; }
    .modal .modal__container {
      font-size: 16px;
      line-height: 21px; }
    .modal .modal__checkmark {
      height: 20px;
      width: 20px; }
    .modal .modal__container .modal__checkmark svg {
      width: 13px;
      height: 10px; }
    .modal.success .modal__content {
      padding: 180px 50px 0; } }
  @media (max-width: 1280px) {
    .modal__content {
      flex-direction: column;
      width: calc(100vw - 40px);
      padding: 60px 40px 0; }
    .modal__title {
      width: 100%;
      max-width: 560px;
      font-size: 35px;
      line-height: 45px;
      margin: 0 0 40px; }
    .modal__form {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      padding: 0 0 72px; }
    .modal__wrap {
      margin: 0 0 18px; }
      .modal__wrap.error .modal__input, .modal__wrap.error .modal__textarea {
        padding: 22px 52px 22px 30px; }
    .modal__input, .modal__textarea {
      padding: 22px 30px; }
    .modal__success {
      padding: 7px 0 148px; }
    .modal__button {
      margin: 30px 0;
      padding: 25px; }
    .modal__close {
      top: 58px;
      right: 38px; }
    .modal .select {
      margin: 0 0 18px; }
    .modal.success .modal__content {
      flex-direction: row;
      padding: 166px 40px 0; }
    .modal.success .modal__title {
      width: 45%;
      max-width: 45%; } }
  @media (max-width: 768px) {
    .modal {
      padding: 20px 0; }
      .modal__content {
        padding: 43px 20px 0;
        margin: 20px auto; }
      .modal__title {
        max-width: 460px;
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 32px;
        padding: 0 30px 0 0; }
        .modal__title span.modal__text {
          font-size: 18px;
          line-height: 22px; }
      .modal__form {
        padding: 0 0 48px; }
      .modal__wrap::before {
        top: 16px; }
      .modal__wrap.error .modal__input, .modal__wrap.error .modal__textarea {
        padding: 22px 50px 22px 28px; }
      .modal__input, .modal__textarea {
        font-size: 14px;
        line-height: 17px;
        padding: 22px 28px; }
      .modal__textarea {
        height: 160px; }
      .modal__success {
        font-size: 16px;
        line-height: 21px;
        padding: 0 0 142px; }
      .modal__button {
        font-size: 14px;
        line-height: 18px;
        margin: 25px 0 30px; }
      .modal__close {
        top: 47px;
        right: 18px; }
      .modal .modal__container {
        font-size: 11px;
        line-height: 13px; }
      .modal .modal__checkmark {
        height: 15px;
        width: 15px; }
      .modal .modal__container .modal__checkmark svg {
        width: 11px;
        height: 8px; }
      .modal.success .modal__content {
        padding: 152px 20px 0; } }
  @media (max-width: 479px) {
    .modal__content {
      width: calc(100vw - 20px);
      padding: 43px 10px 0; }
    .modal__title {
      font-size: 25px;
      line-height: 32px;
      margin: 0 0 30px;
      padding: 0; }
      .modal__title span.modal__text {
        font-size: 14px;
        line-height: 18px; }
    .modal__form {
      padding: 0 0 36px; }
    .modal__wrap::before {
      top: 14px; }
    .modal__wrap.error .modal__input, .modal__wrap.error .modal__textarea {
      padding: 19px 40px 19px 14px; }
    .modal__input, .modal__textarea {
      padding: 19px 14px; }
    .modal__textarea {
      height: 140px; }
    .modal__error {
      font-size: 14px;
      line-height: 17px; }
    .modal__success {
      width: 100%;
      font-size: 14px;
      line-height: 17px;
      margin: 0;
      padding: 0 0 68px; }
    .modal__button {
      margin: 30px 0 26px;
      padding: 20px; }
    .modal__close {
      top: 12px;
      right: 8px;
      width: 13px;
      height: 13px; }
    .modal.success .modal__content {
      flex-direction: column;
      padding: 68px 10px 0; }
    .modal.success .modal__title {
      width: 100%;
      max-width: 100%;
      margin: 0 0 15px; } }

.select {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer; }
  .select.error .select2-container--custom .select2-selection--single .select2-selection__rendered {
    border-color: #900C0C; }

.select2-container--custom {
  background-color: #171717; }
  .select2-container--custom ~ .select2-container--custom {
    top: calc((74) * (100vw / 1600)) !important; }
  .select2-container--custom:hover .select2-selection--single .select2-selection__rendered {
    border-color: #949494; }
  .select2-container--custom .select2-selection--single .select2-selection__rendered {
    border: 1px solid #171717;
    margin: 0;
    padding: 24px 48px 25px 32px;
    transition: 0.5s;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600)); }
  .select2-container--custom .select2-selection__arrow {
    position: absolute;
    top: 30px;
    left: auto;
    right: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6.5px 0 6.5px;
    border-color: #9C9C9C transparent transparent transparent;
    z-index: 1;
    transition: transform 0.5s; }
  .select2-container--custom .select2-selection__placeholder {
    color: #9C9C9C; }
    .select2-container--custom .select2-selection__placeholder:hover {
      color: #9C9C9C; }
  .select2-container--custom .select2-selection--single {
    height: auto; }
  .select2-container--custom.select2-container--open .select2-selection--single .select2-selection__rendered {
    border-color: #949494; }
  .select2-container--custom.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg); }
  .select2-container--custom .select2-dropdown {
    width: 100%;
    height: auto;
    max-height: 283px;
    border: 1px solid #292929;
    border-radius: 0;
    background-color: #171717;
    padding: 0 10px 0 0;
    cursor: default;
    margin-top: -2px;
    overflow: hidden; }
  .select2-container--custom .select2-results__options {
    max-height: 283px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px 0 0; }
    .select2-container--custom .select2-results__options::-webkit-scrollbar {
      width: 2px !important; }
    .select2-container--custom .select2-results__options::-webkit-scrollbar-track {
      background: #353535 !important;
      margin: 20px 0; }
    .select2-container--custom .select2-results__options::-webkit-scrollbar-thumb {
      background: #C4C4C4 !important;
      cursor: pointer !important; }
  .select2-container--custom .select2-results__option {
    display: block;
    font-size: calc((16) * (100vw / 1600));
    line-height: calc((21) * (100vw / 1600));
    color: #9C9C9C;
    border-top: 1px solid #292929;
    margin: 0;
    padding: 21px 32px 22px;
    background-color: transparent;
    transition: 0.5s;
    cursor: pointer; }
    .select2-container--custom .select2-results__option:first-child {
      border-top: none; }
    .select2-container--custom .select2-results__option:hover {
      background-color: #2C2C2C; }
  @media (max-width: 1600px) {
    .select2-container--custom .select2-dropdown {
      max-height: 263px; }
    .select2-container--custom .select2-results__options {
      max-height: 263px; }
    .select2-container--custom .select2-results__option, .select2-container--custom .select2-selection--single .select2-selection__rendered {
      font-size: 16px;
      line-height: 21px; }
    .select2-container--custom ~ .select2-container--custom {
      top: 73px !important; } }
  @media (max-width: 1280px) {
    .select2-container--custom .select2-selection__arrow {
      top: 28px; }
    .select2-container--custom .select2-selection--single .select2-selection__rendered {
      padding: 22px 46px 22px 30px; }
    .select2-container--custom .select2-dropdown {
      max-height: 223px; }
    .select2-container--custom .select2-results__options {
      max-height: 223px; }
    .select2-container--custom .select2-results__option {
      padding: 22px 30px; }
    .select2-container--custom ~ .select2-container--custom {
      top: 68px !important; } }
  @media (max-width: 768px) {
    .select2-container--custom .select2-dropdown {
      max-height: 183px; }
    .select2-container--custom .select2-results__options {
      max-height: 183px; }
    .select2-container--custom .select2-results__option {
      font-size: 14px;
      line-height: 17px;
      padding: 22px 28px; }
    .select2-container--custom .select2-selection--single .select2-selection__rendered {
      font-size: 14px;
      line-height: 17px;
      padding: 22px 44px 22px 28px; }
    .select2-container--custom ~ .select2-container--custom {
      top: 64px !important; } }
  @media (max-width: 479px) {
    .select2-container--custom .select2-selection__arrow {
      top: 25px; }
    .select2-container--custom .select2-selection--single .select2-selection__rendered {
      padding: 19px 30px 19px 14px; }
    .select2-container--custom .select2-results__option {
      padding: 19px 14px; }
    .select2-container--custom ~ .select2-container--custom {
      top: 58px !important; } }

.full-screen {
  display: none; }
  @media (max-width: 768px) {
    .full-screen {
      display: block;
      width: 100vw;
      height: 100vh;
      top: auto;
      left: 0;
      bottom: 0;
      position: fixed;
      background-color: #070707;
      overflow: hidden;
      padding: 80px 10px;
      transition: 0.5s;
      opacity: 0;
      visibility: hidden;
      z-index: -1; }
      .full-screen__image {
        display: block;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        height: 100%;
        position: relative;
        overflow: hidden; }
        .full-screen__image img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: contain;
          font-family: "object-fit: contain;";
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -o-user-select: none;
          user-select: none; }
      .full-screen__close {
        display: block;
        position: absolute;
        top: 40px;
        left: auto;
        right: 20px;
        width: 20px;
        height: 20px;
        z-index: 1;
        cursor: pointer; }
        .full-screen__close svg {
          display: block;
          width: 100%;
          height: 100%;
          fill: #ffffff;
          color: #ffffff;
          transition: 0.5s; }
      .full-screen.show {
        opacity: 1;
        visibility: visible;
        z-index: 11; } }

.preloader-wrap {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #0BCF6B;
  background-color: #0BCF6B;
  transition: 0.5s;
  cursor: pointer;
  z-index: 1; }

.preloader {
  width: 32px;
  height: 32px;
  border: 5px solid rgba(255, 255, 255, 0.25);
  border-top-color: #ffffff;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  top: calc(50% - 16px);
  margin: 0 auto; }
  @media (max-width: 768px) {
    .preloader {
      width: 24px;
      height: 24px;
      top: calc(50% - 12px); } }

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.article-tags {
  display: flex;
  background-color: #ffffff;
  margin-top: -130px;
  padding-top: calc((90) * (100vw / 1600) + 130px);
  padding-bottom: calc((90) * (100vw / 1600)); }
  .article-tags a {
    border-bottom: none; }
  .article-tags__list {
    width: calc(100% + 10px);
    margin: calc((20) * (100vw / 1600)) -5px;
    padding: 0 40px 0 0;
    list-style-type: none; }
  .article-tags__item {
    display: inline-block;
    vertical-align: top;
    background-color: #e5e5e5;
    margin: 0 5px 10px;
    transition: 0.5s; }
    .article-tags__item:hover, .article-tags__item.active {
      background-color: #BBBBBB; }
    .article-tags__item a {
      display: block;
      font-size: calc((16) * (100vw / 1600));
      line-height: 1.3;
      color: #000000;
      padding: 5px 15px; }
      .article-tags__item a:hover {
        color: #000000; }
  .article-tags .tabs__option {
    color: #949494;
    transition-duration: 0.5s !important;
    transition-property: opacity, transform, -webkit-transform, color !important; }
    .article-tags .tabs__option:hover, .article-tags .tabs__option.active {
      color: #000000; }
  @media (max-width: 1600px) {
    .article-tags {
      padding-top: 220px;
      padding-bottom: 90px; }
      .article-tags__list {
        margin: 20px -5px; }
      .article-tags__item a {
        font-size: 16px; } }
  @media (max-width: 1280px) {
    .article-tags {
      margin-top: -114px;
      padding-top: 204px; } }
  @media (max-width: 999px) {
    .article-tags {
      padding-top: 159px;
      padding-bottom: 45px;
      flex-direction: column; }
      .article-tags__list {
        padding: 0; }
      .article-tags .tabs__select {
        background-color: #ffffff;
        border: 1px solid #949494; }
      .article-tags .tabs__options {
        width: calc(100% + 2px);
        left: -1px;
        border: 1px solid #949494;
        background-color: #ffffff; } }
  @media (max-width: 768px) {
    .article-tags {
      margin-top: -96px;
      padding-top: 141px; } }
  @media (max-width: 479px) {
    .article-tags {
      margin-top: -56px;
      padding-top: 76px;
      padding-bottom: 20px; }
      .article-tags .articles--white {
        width: 100%;
        overflow-x: hidden; }
        .article-tags .articles--white .articles__list {
          overflow-x: hidden;
          white-space: normal; }
        .article-tags .articles--white .articles__item {
          display: block;
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; }
          .article-tags .articles--white .articles__item:last-child {
            margin-bottom: 0; } }

.partner {
  display: block;
  width: 100%; }
  .partner__link {
    display: block;
    width: 100%;
    height: calc((205) * (100vw / 1600));
    border: none;
    background-color: #171717;
    padding: 20px;
    position: relative;
    cursor: pointer; }
    .partner__link img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: grayscale(1);
      z-index: 1; }
  .partner__name {
    font-size: calc((20) * (100vw / 1600));
    font-weight: bold;
    line-height: calc((26) * (100vw / 1600));
    color: #ffffff; }
  @media (max-width: 1600px) {
    .partner__link {
      height: 205px; }
    .partner__name {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 1400px) {
    .partner__link {
      height: 195px; } }
  @media (max-width: 999px) {
    .partner__name {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 899px) {
    .partner__link {
      height: 150px; } }
  @media (max-width: 519px) {
    .partner__link {
      height: 135px;
      padding: 10px; } }
  @media (max-width: 479px) {
    .partner__link {
      height: 150px;
      padding: 15px; }
    .partner__name {
      font-size: 14px;
      line-height: 18px; } }
