@charset "UTF-8";
@import '../fonts/font.css';
@import 'vendors/normalize.css';
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.ycont {
  width: 100%;
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.wrapper {
  padding: 50px 0;
}

@media screen and (max-width: 1600px) {
  .ycont {
    max-width: 1260px;
  }
}
@media screen and (max-width: 1260px) {
  .ycont {
    max-width: 1060px;
  }
}
@media screen and (max-width: 992px) {
  .ycont {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ycont_m {
    padding: 0 !important;
  }
}
html {
  font-size: 1.042vw;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Jost";
  background: #F5F5F5;
  width: 100vw;
  min-width: 320px;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
body.scroll-true {
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: #000;
}

button {
  cursor: pointer;
  outline: 0;
}

section, article, footer {
  position: relative;
}

h1 {
  font-family: "Jost";
  font-size: 2.5vw;
  font-weight: 900;
}

h2 {
  font-family: "Jost";
  font-size: 2.5vw;
  font-weight: 900;
}

h3 {
  font-family: "Jost";
  font-size: 1.719vw;
  font-weight: 900;
}

h4 {
  font-family: "Jost";
  font-size: 1.042vw;
  font-weight: 900;
}

h5 {
  font-family: "Jost";
  font-size: 0.938vw;
  font-weight: 900;
}

p {
  font-size: 1.042vw;
  font-weight: 300;
  margin: 1.042vw 0;
}

.cover-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.cover-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__row {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  padding-top: 112px;
}

.main {
  margin-left: auto;
  width: 85vw;
}

.section {
  height: 100%;
  width: 100%;
  display: none !important;
  flex-direction: column;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.section.animate__zoomIn {
  display: flex !important;
}

.dark__line {
  display: block;
  height: 100%;
  width: 1px;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  left: 15vw;
  top: 0;
  display: none;
}
.dark__line:nth-of-type(2) {
  left: 35.6vw;
}
.dark__line:nth-of-type(3) {
  left: 56.2vw;
}

input {
  padding: calc(0.015625 * 100vw) calc(0.0333333333 * 100vw) calc(0.0135416667 * 100vw);
  margin-bottom: calc(0.0104166667 * 100vw);
  background: #fff;
  border-radius: calc(0.0130208333 * 100vw);
  border: none;
  box-shadow: 0px calc(0.015625 * 100vw) calc(0.0192708333 * 100vw) 0px rgba(138, 80, 230, 0.06);
  height: calc(0.0458333333 * 100vw);
}
input::-moz-placeholder {
  font-size: calc(0.0114583333 * 100vw);
  color: #2C2C2C;
  opacity: 1;
}
input::placeholder {
  font-size: calc(0.0114583333 * 100vw);
  color: #2C2C2C;
  opacity: 1;
}

textarea {
  background: url(../img/icon/chat-text.svg) no-repeat calc(0.015625 * 100vw) calc(0.015625 * 100vw) #fff;
  border-radius: calc(0.0130208333 * 100vw);
  border: none;
  box-shadow: 0px calc(0.015625 * 100vw) calc(0.0192708333 * 100vw) 0px rgba(138, 80, 230, 0.06);
  resize: none;
  height: calc(0.1130208333 * 100vw);
  padding: calc(0.0145833333 * 100vw) calc(0.0333333333 * 100vw);
}
textarea::-moz-placeholder {
  color: #2C2C2C;
}
textarea::placeholder {
  color: #2C2C2C;
}

.input-file {
  display: flex;
  align-items: center;
  background: url(../img/icon/file.svg) no-repeat calc(0.015625 * 100vw) center #fff;
  height: calc(0.0458333333 * 100vw);
  border-radius: calc(0.0130208333 * 100vw);
  box-shadow: 0px calc(0.015625 * 100vw) calc(0.0192708333 * 100vw) 0px rgba(138, 80, 230, 0.06);
  font-size: calc(0.0114583333 * 100vw);
  color: #2C2C2C;
  padding: calc(0.015625 * 100vw) calc(0.0333333333 * 100vw);
  border: 2px solid transparent;
}
.input-file p {
  font-weight: normal;
}

#file-input {
  display: none;
}
#file-input:invalid + label.input-file {
  transition: border 1s ease;
  border: 3px solid red;
}
#file-input:invalid + label.input-file p {
  transition: color 1s ease;
  color: red;
}

.title {
  font-size: calc(0.0572916667 * 100vw);
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  -moz-text-stroke: 1px #000;
  -ms-text-stroke: 1px #000;
  text-stroke: 1px #000;
  position: relative;
}

.descript {
  font-size: calc(0.0208333333 * 100vw);
  font-weight: 700;
  text-transform: uppercase;
}

.link-button {
  font-size: calc(0.0109375 * 100vw);
  font-weight: 500;
  color: #497EC0;
  border-radius: 14.2px;
  border: 2px solid #497EC0;
  padding: calc(0.0130208333 * 100vw);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(0.1380208333 * 100vw);
  height: calc(0.0520833333 * 100vw);
}
.link-button_down {
  margin-top: auto;
}

.points {
  padding-left: calc(0.0208333333 * 100vw);
}
.points li {
  display: list-item;
  font-weight: 300;
  font-size: calc(0.0135416667 * 100vw);
  line-height: 1.4;
}

#scrollButton {
  display: none;
}

.d-none {
  display: none !important;
}

.prev-button {
  position: fixed;
  bottom: calc(0.0234375 * 100vw);
  left: 5.469vw;
  transform: translateX(0);
}
.prev-button img {
  transform: rotate(180deg) translateX(50%);
  position: absolute;
  top: 0.3vw;
  left: 50%;
}

@media screen and (max-width: 1024px) {
  .main {
    margin: 0px auto;
  }
}
@media screen and (max-width: 1000px) {
  .policy .portfolio__header {
    flex-direction: row;
  }
  .main {
    height: -moz-fit-content;
    height: fit-content;
    overflow: unset;
    margin-left: auto;
    width: 100%;
    padding: 0 20px;
  }
  .section {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    height: unset;
  }
  body::before {
    display: none !important;
  }
  body {
    overflow: unset;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 60px;
  }
}
@media screen and (max-width: 430px) {
  .page__row {
    padding-top: 80px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .section {
    min-height: calc(100vh - 150px);
  }
  .title {
    font-size: 45px;
  }
}
@media screen and (min-width: 2000px) {
  .page__row {
    padding-top: 6vw;
  }
}
.toggle-theme {
  display: flex;
  justify-content: center;
  position: relative;
  width: 2.084vw;
  height: 4.375vw;
  border-radius: 0.729vw;
  background: #E9EAF0;
  box-shadow: calc(0.0036458333 * 100vw) calc(0.0036458333 * 100vw) calc(0.0072916667 * 100vw) 0px rgba(36, 39, 44, 0.1), calc(-0.0036458333 * 100vw) calc(-0.0036458333 * 100vw) calc(0.0072916667 * 100vw) 0 rgba(233, 234, 240, 0.1);
  padding: calc(0.0036458333 * 100vw) calc(0.0026041667 * 100vw);
}
.toggle-theme__checkbox {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.toggle-theme__slider {
  width: 1.563vw;
  height: 1.563vw;
  min-width: 1.563vw;
  border-radius: 50%;
  background: #272E34 url(../img/icon/sun.svg) no-repeat center/calc(0.0088541667 * 100vw);
  box-shadow: calc(0.0036458333 * 100vw) calc(0.0036458333 * 100vw) calc(0.0072916667 * 100vw) 0px rgba(36, 39, 44, 0.1), 0px calc(-0.0015625 * 100vw) calc(0.0015625 * 100vw) 0 rgba(0, 0, 0, 0.05);
  display: block;
  transform: translateY(2.083vw);
}

.button {
  text-transform: uppercase;
}
.button__close {
  width: 3.333vw;
  height: 3.333vw;
  border-radius: 0.74vw;
  background: #FFF;
  box-shadow: 7px 7px 0.729vw 0px rgba(36, 39, 44, 0.07), -7px -7px 0.729vw 0px rgba(233, 234, 240, 0.07);
  border: none;
  position: absolute;
  right: 1.563vw;
  top: 1.406vw;
}
.button__close span {
  width: 20px;
  height: 1px;
  background: #000000;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.button__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.button-back {
  transform: rotate(90deg) !important;
  box-shadow: 1.042vw 0px 1.927vw 0px rgba(79, 42, 139, 0.3) !important;
}
.button__app {
  font-family: "Jost";
  border-radius: 0.74vw;
  background: #497EC0;
  border: none;
  font-size: 20px;
  letter-spacing: 1.47px;
  color: #fff;
  padding: 1.302vw;
  font-weight: 400;
  height: calc(0.0520833333 * 100vw);
}
.button-chat {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 0.781vw;
  background: #fff;
  border: none;
  margin-bottom: 2.083vw;
  box-shadow: 7px 7px 14px 0px rgba(36, 39, 44, 0.1), -7px -7px 14px 0px rgba(233, 234, 240, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-link {
  font-size: 1.094vw;
  font-weight: 700;
  color: #497EC0;
  border-radius: 0.729vw;
  border: 2px solid #497EC0;
  box-shadow: 0 0 1.042vw rgba(73, 126, 192, 0.1);
  padding: 0.781vw;
  width: 13.802vw;
  height: 5.208vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.563vw 0;
}

.fixed-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  bottom: 1vw;
  right: 2.083vw;
  z-index: 3;
}

.our-blog {
  display: flex;
  flex-direction: column;
}
.our-blog__title {
  font-size: 1.458vw;
  color: #497EC0;
  text-transform: uppercase;
  margin-bottom: 1.406vw;
}
.our-blog__list {
  display: flex;
  border-left: 4px solid #497EC0;
  padding: 0.521vw;
  margin-bottom: 1.563vw;
}
.our-blog__list a {
  font-size: 1.563vw;
  font-weight: 300;
  opacity: 0.5;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 1.042vw;
}

.arrow-button {
  width: 3.958vw;
  min-width: 3.958vw;
  height: 3.958vw;
  border-radius: 50%;
  background: linear-gradient(180deg, #477EC5 0%, rgba(70, 128, 255, 0.08) 100%);
  box-shadow: 0px 17px 1.927vw -1.042vw #8A50E6;
  border: 4px solid #fff;
  padding: 1.563vw 0;
  z-index: 1000;
}
.arrow-button img {
  width: 47%;
}

.arrow-boom {
  left: 5.469vw;
  position: fixed;
  bottom: 2.083vw;
}
.arrow-boom img {
  transform: rotate(180deg) translateX(50%);
  position: absolute;
  bottom: 1.563vw;
  left: 50%;
}

@media screen and (max-width: 1400px) {
  .button-link {
    width: 150px;
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .button__app {
    height: 70px;
    width: 225px;
    padding: 20px 10px;
  }
  .button-chat {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1240px) {
  .arrow-button {
    width: 60px;
    height: 60px;
    padding: 24px 4px;
  }
  .button__app {
    padding: 15px;
    height: 70px;
    width: 200px;
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .fixed-buttons {
    right: 20px;
    bottom: 20px;
  }
  .fixed-buttons .button__app {
    display: none;
  }
  .fixed-buttons .button-chat {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .button-link {
    display: none;
  }
  .link-button {
    font-size: 13px;
    width: 146px;
    min-width: 146px;
    height: 57px;
    padding: 0px;
  }
  .button__close {
    width: 45px;
    height: 45px;
    border-radius: 10px;
  }
}
.navigation {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.navigation li {
  font-size: 1.563vw;
  font-weight: 300;
  color: rgba(39, 46, 52, 0);
  padding-right: 2.344vw;
  position: relative;
  cursor: pointer;
}
.navigation li:hover {
  color: rgba(73, 126, 192, 0.45);
  transition: all ease-in-out 0.25s;
  padding-right: 3.646vw;
}
.navigation li:hover::before {
  width: 2.865vw;
}
.navigation li::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.344vw;
  height: 1px;
  background: #afafaf;
  opacity: 0.3;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.2s;
}
.navigation li:hover::before {
  opacity: 0.7;
}
.navigation li.active {
  padding-right: 6.042vw;
  color: rgba(39, 46, 52, 0.56);
}
.navigation li.active::before {
  width: 5vw;
  background: #497EC0;
  opacity: 1;
  transition: all ease-in-out 12.2s;
}
.navigation li.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #497EC0;
  border-radius: 50%;
  right: 4.948vw;
  top: 50%;
  transform: translateY(-50%);
}

.down-links {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: calc(0.0208333333 * 100vw);
  padding-right: 0;
  position: fixed;
  bottom: 0;
  left: 0;
}
.down-links a {
  font-size: calc(0.0114583333 * 100vw);
  font-weight: 400;
  letter-spacing: 0.22px;
  text-decoration: underline;
  color: rgba(31, 31, 31, 0.5);
}
.down-links a:hover {
  text-decoration: none;
  color: rgba(31, 31, 31, 0.8);
}

.swiper__nav {
  position: fixed;
  bottom: 64px;
  left: 15vw;
  display: flex;
  align-items: center;
  width: calc(80vw - 400px);
  z-index: 5;
}
.swiper__nav-buttons {
  display: flex;
}
.swiper__nav-scrollbar {
  position: relative;
  width: 100%;
}

.swiper-button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: none;
  border: 2px solid #477EC5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  transition: all ease-in-out 0.15s;
}
.swiper-button:hover {
  transform: scale(1.1);
}
.swiper-button:active {
  transform: scale(1);
}
.swiper-button-disabled {
  opacity: 0.6 !important;
}
.swiper-button-disabled:hover {
  transform: unset;
}
.swiper-button_prev {
  opacity: 1;
}
.swiper-button_prev::after {
  content: "prev";
  font-family: swiper-icons;
  font-size: 15px;
  font-weight: bold;
  color: #477EC5;
}
.swiper-button_next {
  background: #477EC5;
}
.swiper-button_next::after {
  content: "next";
  font-family: swiper-icons;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.swiper-scrollbar {
  height: 1px !important;
  background: #477EC5;
  position: relative !important;
  bottom: 0 !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  bottom: 5px;
  top: unset;
  border-radius: 30px;
  background: #477EC5;
  background: #477EC5;
  cursor: grab;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #F5F5F5;
  width: 100vw;
  min-height: 100vh;
  transform: translateY(-150%);
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
}
.modal.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.modal__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}
.modal__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
.modal__form-row {
  display: flex;
  gap: 42px;
  width: 100%;
  max-width: 968px;
}
.modal__form-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 41px;
}
.modal__form-col input {
  margin: 0;
  width: 463px;
  font-size: 22px;
}
.modal__form-col input::-moz-placeholder {
  font-weight: 400;
  font-family: "Jost";
  color: black;
  font-size: 22px;
}
.modal__form-col input::placeholder {
  font-weight: 400;
  font-family: "Jost";
  color: black;
  font-size: 22px;
}
.modal__form-col textarea {
  height: 66%;
  font-size: 22px;
}
.modal__form-col textarea::-moz-placeholder {
  font-size: 22px;
  font-weight: 400;
  font-family: "Jost";
  color: black;
}
.modal__form-col textarea::placeholder {
  font-size: 22px;
  font-weight: 400;
  font-family: "Jost";
  color: black;
}
.modal .staffing__form-label p {
  max-width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
}
.modal .staffing__form-label p::before {
  left: -47px;
}
.modal .staffing__form-label p::after {
  top: 3px;
  left: -44px;
}
.modal .form__button {
  margin-top: 0;
  font-weight: 400;
  padding: 32px 36px;
  text-transform: uppercase;
}
.modal .form__title {
  font-size: 34px;
}
.modal .form__descript {
  font-size: 18px;
  color: #6F6C90;
  font-weight: 400;
  width: 100%;
  max-width: 520px;
  text-align: center;
  line-height: 1.66;
}
.modal__application {
  overflow: hidden;
}
.modal__application::before {
  content: "";
  display: block;
  position: absolute;
  width: 787px;
  height: 787px;
  border-radius: 50%;
  background: url(../img/blob.svg) no-repeat center/contain;
  filter: blur(30px);
  right: 0;
  z-index: -1;
}
.modal__application::after {
  content: "";
  display: block;
  position: absolute;
  width: 787px;
  height: 787px;
  border-radius: 50%;
  background: url(../img/blob.svg) no-repeat center/contain;
  filter: blur(30px);
  left: -200px;
  bottom: -200px;
  z-index: -1;
}
.modal__teams {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  overflow-y: auto;
  min-height: 100vh;
}

.teams__swiper {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  max-height: 900px;
  padding-bottom: 90px;
}
.teams__swiper .teams__item {
  width: 100%;
  height: auto;
  padding: 60px 110px;
  margin-bottom: 10px;
}
.teams__swiper .teams__item ul {
  list-style: disc;
  padding-left: 30px;
  margin: 0;
}
.teams__swiper .teams__item ul li {
  display: list-item;
}
.teams__swiper .teams__item p {
  font-size: 22px;
  font-weight: 400;
}

.button__close {
  z-index: 99;
}

.teams__slide {
  padding: 60px 200px 90px;
  display: flex;
  flex-direction: column;
}
.teams__slide .teams__name {
  font-size: 60px;
  margin-left: 295px;
}
.teams__slide .teams__post {
  font-size: 40px;
  margin-left: 295px;
  margin-bottom: 40px;
}
.teams__slide .teams__item-photo {
  width: 301px;
  height: 301px;
  left: -180px;
  top: -198px;
}

.modal__teams-nav {
  left: 290px;
  position: relative;
  width: 60vw;
  max-width: 1100px;
}

@media screen and (max-height: 900px) {
  .modal__teams {
    align-items: flex-start;
  }
  .teams__swiper {
    height: unset;
  }
}
@media screen and (max-width: 1720px) {
  .teams__swiper {
    max-width: 1500px;
    height: unset;
  }
  .modal__teams-nav {
    left: 240px;
    max-width: 900px;
  }
  .teams__slide .teams__item-photo {
    width: 200px;
    height: 200px;
    left: -100px;
    top: -100px;
    border: 9px solid #fff !important;
  }
  .teams__slide .teams__name,
  .teams__slide .teams__post {
    margin-left: 220px;
  }
  .teams__slide .teams__post {
    margin-bottom: 30px;
  }
  .modal__teams {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1600px) {
  .modal__teams-nav {
    left: 200px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .modal__application {
    overflow: auto;
  }
}
@media screen and (max-width: 920px) {
  .teams__slide {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 0;
  }
  .modal__teams-nav .swiper__nav-buttons {
    display: flex;
  }
  .teams__slide .teams__name, .teams__slide .teams__post {
    margin-left: 0;
    position: relative;
  }
  .teams__swiper .teams__item {
    margin-top: 50px;
    padding-left: 65px;
    padding-right: 30px;
    text-align: left;
  }
  .modal__teams-nav {
    flex-direction: column;
  }
  .swiper__nav-buttons {
    margin-left: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modal__teams-nav {
    left: 20px;
    width: calc(100% - 40px);
    margin-top: 30px;
    bottom: 10px;
    flex-direction: column;
  }
  .modal__form-row {
    flex-direction: column;
  }
  .modal__form-col {
    width: 100%;
  }
  .modal__form-col input {
    border-radius: 15px;
  }
  .modal__aplication {
    overflow: auto;
  }
  .swiper__nav-buttons {
    margin-left: auto;
    margin-top: 20px;
  }
  textarea {
    border-radius: 15px;
  }
}
@media screen and (max-width: 430px) {
  .modal__application {
    height: 100vh;
    overflow-x: hidden;
  }
  .modal__block {
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .modal__form-col input {
    width: 100%;
  }
  .modal__form-col textarea {
    background: url(../img/icon/chat-text.svg) no-repeat 20px 21px #fff;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
  }
  .modal__form-col .input-file {
    background: url(../img/icon/file.svg) no-repeat 20px center #fff;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(0.0109375 * 100vw);
  margin: calc(0.0104166667 * 100vw) 0;
}
.pagination__arrow {
  width: calc(0.03125 * 100vw);
  min-width: calc(0.03125 * 100vw);
  height: calc(0.03125 * 100vw);
  background: #fff;
  box-shadow: calc(0.0036458333 * 100vw) calc(0.0036458333 * 100vw) calc(0.0072916667 * 100vw) 0px rgba(36, 39, 44, 0.07), calc(-0.0036458333 * 100vw) calc(-0.0036458333 * 100vw) calc(0.0072916667 * 100vw) 0px rgba(233, 234, 240, 0.07);
  border-radius: calc(0.0078125 * 100vw);
  margin: 0 calc(0.0104166667 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__arrow img {
  width: calc(0.0125 * 100vw);
}
.pagination__link {
  font-size: calc(0.0109375 * 100vw);
  color: #000;
}
.pagination__link.active {
  color: #497EC0;
}

@media screen and (max-width: 768px) {
  .pagination__link:nth-of-type(4), .pagination__link:nth-of-type(5) {
    display: none;
  }
}
.recommented {
  display: flex;
  justify-content: space-between;
  margin: calc(0.0260416667 * 100vw) auto;
  width: 100%;
  max-width: calc(0.6229166667 * 100vw);
}
.recommented__item {
  background: #fff;
  width: calc(0.2427083333 * 100vw);
  padding: calc(0.03125 * 100vw) calc(0.0208333333 * 100vw);
  border-radius: calc(0.0130208333 * 100vw);
  display: flex;
  flex-direction: column;
  gap: calc(0.0208333333 * 100vw);
}
.recommented__item .button-link {
  margin: 0;
}
.recommented__item-title {
  font-size: calc(0.0125 * 100vw);
}

.footer-policy {
  padding: 26px 38px;
  position: relative;
  opacity: 0.5;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 1px;
}
.footer-policy__policy {
  text-decoration: underline;
  position: relative;
  left: 0;
}
.footer-policy__copyright {
  text-decoration: underline;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .footer-policy {
    font-size: 18px;
  }
}
@media screen and (max-width: 860px) {
  .footer-policy {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 15px;
  }
  .footer-policy__policy, .footer-policy__copyright {
    position: inherit;
  }
}
#notification-list {
  margin: 10px auto;
}

.notification {
  font-size: 16px;
}
.notification__error {
  color: red;
}
.notification__warning {
  color: yellow;
}
.notification__success {
  color: green;
}

.header {
  padding: 2.0846vw;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #F5F5F5;
  z-index: 999;
}
.header__logo {
  cursor: pointer;
  width: 11.1vw;
}
.header__logo svg {
  width: 100%;
}
.header__row {
  align-items: center;
}
.header__contacts {
  margin-left: auto;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.header__phone {
  font-size: 28px;
  margin-right: 50px;
}
.header__message {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 46px;
  height: 46px;
  border-radius: 7px;
  box-shadow: 7px 7px 14px 0px rgba(36, 39, 44, 0.1), -7px -7px 14px 0px rgba(233, 234, 240, 0.1);
  margin-right: 25px;
}
.header__burger {
  border-radius: 0.7398vw;
  background: #FFF;
  box-shadow: 7px 7px 14px 0px rgba(36, 39, 44, 0.1), -7px -7px 14px 0px rgba(233, 234, 240, 0.1);
  width: 3.35vw;
  height: 3.35vw;
  border: none;
  margin-left: 8.66vw;
  padding: 1.0419vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.header__burger span {
  width: 20px;
  height: 1px;
  background: #000;
  display: block;
  transform: translateX(3px);
  transition: 0.25s;
}
.header__burger span:nth-child(2) {
  transform: translateX(0);
}
.header__burger:hover span {
  transform: translateX(1.5px);
}
.header__burger:hover span:nth-child(2) {
  transform: translateX(1.5px);
}
.header .button__close {
  position: relative;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  border: none;
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  .header {
    position: sticky;
    top: 0;
    background: #F5F5F5;
    z-index: 999;
  }
  body.dark .header {
    background: #1E1E1E;
  }
}
@media screen and (max-width: 992px) {
  .header {
    padding: 20px;
  }
  .header__logo {
    width: 164px;
  }
  .header__logo svg {
    width: 100%;
  }
  .header__burger {
    margin-left: 0;
  }
  .header__phone {
    margin-right: 30px;
  }
  .first__arrow-button {
    bottom: 20px !important;
    left: -165px !important;
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .header__contacts {
    order: 3;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }
  .header__burger {
    width: 46px;
    height: 46px;
    margin-left: auto;
    margin-right: 0;
    border-radius: 10px;
    padding: 14px 11px;
  }
  .header__phone {
    font-size: 20px;
    margin-right: auto;
  }
  .header__message {
    width: 46px;
    height: 46px;
    margin-right: 0;
    margin-left: 25px;
  }
}
@media screen and (max-height: 940px) {
  .header {
    padding: 20px;
  }
}
.sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 15vw;
  position: fixed;
  top: 7.82vw;
  padding: 1.6vw;
  z-index: 1000;
}
.sidebar__mail {
  font-size: 0.99vw;
  color: #272E34;
  opacity: 0.8;
  letter-spacing: 1.71px;
  text-transform: uppercase;
  font-weight: 400;
  transform: rotate(-90deg) translateX(-50%);
  display: block;
  margin: 0 auto;
  margin-top: 10.5vw;
  position: relative;
  white-space: nowrap;
}
.sidebar__mail::before {
  content: "";
  width: 2.604vw;
  height: 2.604vw;
  background: #fff url(../img/icon/mail.svg) no-repeat center/15px;
  box-shadow: 0px 18px 21px 0px rgba(138, 80, 230, 0.06);
  position: absolute;
  display: block;
  border-radius: 50%;
  left: -4.01vw;
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
}

@media screen and (max-height: 940px) {
  .sidebar__mail {
    margin: 100px 0;
  }
}
@media screen and (max-height: 790px) {
  .sidebar__mail {
    margin: 30px 0;
  }
  .sidebar {
    top: 110px;
  }
}
@media screen and (max-height: 650px) {
  .sidebar__mail {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar {
    display: none;
  }
}
.first {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 6vw;
  position: relative;
  padding-left: 3.958vw;
}
.first__arrow-button {
  position: fixed;
  bottom: 2.5vw;
  left: 39.545vw;
  transform: translateX(-50%);
}
.first__line {
  transform: rotate(90deg);
  transform-origin: top left;
  position: absolute;
  top: -7.813vw;
  left: 0;
  background: #000;
  height: 1px;
  width: 120vh;
  opacity: 0.1;
  z-index: 2;
}
.first__line:nth-child(2) {
  left: 19.792vw;
}
.first__line:nth-child(3) {
  left: 39.584vw;
}
.first__line:nth-child(4) {
  left: 59.376vw;
  width: 11vw;
  top: unset;
  bottom: 11vw;
}
.first__title {
  font-size: 4.479vw;
  font-weight: 300;
  max-width: 33.854vw;
  color: #497EC0;
  line-height: 1;
  margin: 0;
}
.first__subtitle {
  max-width: 50vw;
  font-size: 5.208vw;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #355073;
  margin-bottom: 1.5em;
  margin-top: 0.8em;
}
.first__subtitle span {
  display: inline-block;
  position: relative;
}
.first__subtitle span::before {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 110%;
  background: linear-gradient(270deg, rgba(24, 251, 183, 0) 0%, rgba(71, 126, 197, 0.16) 100%);
  left: -0.521vw;
  top: 50%;
  transform: translateY(-50%);
}
.first__list {
  display: flex;
  justify-content: space-between;
  width: 49vw;
  padding-left: 0.8vw;
}
.first__item {
  display: flex;
  flex-direction: column;
  max-width: 240px;
}
.first__item strong {
  font-size: 0.833vw;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.16px;
  line-height: 1.6;
  color: #355073;
}
.first__item span {
  font-size: 2.604vw;
  color: rgba(39, 46, 52, 0.2);
  font-weight: 300;
  letter-spacing: 3.5px;
  margin-bottom: 0.833vw;
  display: block;
  position: relative;
}
.first__item span::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.198vw;
  height: 1.198vw;
  background: rgb(73, 126, 192);
  left: -1vw;
  top: -0.5vw;
  border-radius: 50%;
  opacity: 0.3;
}
.first__item span::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.719vw;
  height: 1.719vw;
  border-radius: 50%;
  background: rgba(73, 126, 192, 0.2);
  left: -1.25vw;
  top: -0.75vw;
}
.first__arbiter {
  position: relative;
  right: 6vw;
  transition: all ease-in-out 0.4s;
}
.first__arbiter-atom {
  width: 30vw;
  height: 30vw;
  border: 2.4px solid rgba(73, 126, 192, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.first__arbiter-atom::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  background: radial-gradient(52.81% 63.22% at 65.18% 32.59%, #FDFDFD 0%, #989898 100%);
  left: 50%;
  top: -0.625vw;
}
.first__arbiter-atom_1 {
  animation: orbit 40s linear infinite;
}
.first__arbiter-atom_2 {
  animation: orbit 40s linear infinite;
}
.first__arbiter-atom_2::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.031vw;
  height: 2.031vw;
  border-radius: 50%;
  background: radial-gradient(52.81% 63.22% at 65.18% 32.59%, #FDFDFD 0%, #477EC5 100%), #477EC5;
  left: 50%;
  top: unset;
  bottom: -0.99vw;
  transform: translateX(-50%);
}
.first__arbiter-atom_2::after {
  content: "";
  display: block;
  position: absolute;
  width: 4.167vw;
  height: 4.167vw;
  border-radius: 50%;
  background: rgba(157, 208, 255, 0.08);
  left: 50%;
  bottom: -2.083vw;
  transform: translateX(-50%);
}
.first__arbiter-atom_3 {
  width: 19.948vw;
  height: 19.948vw;
  animation: orbit 40s linear infinite;
  border: 2.4px solid rgba(73, 126, 192, 0.1);
}

.first__arbiter-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  padding: 20%;
}
.first__arbiter-center img {
  animation: orbit-r 10s linear infinite;
  max-width: 100%;
}

@keyframes orbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes orbit-r {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@media screen and (max-height: 790px) {
  .first__subtitle {
    font-size: 70px;
    margin-bottom: 40px;
  }
  .first__line:nth-child(4) {
    display: none;
  }
  .first__title {
    margin: 10px 0;
  }
  .first__arbiter-atom {
    width: 400px;
    height: 400px;
  }
  .first__arbiter {
    right: 0;
  }
  .first__arbiter-atom_3 {
    width: 300px;
    height: 300px;
  }
  .first__arbiter-center {
    width: 100%;
    height: 100%;
  }
  .first__arbiter-center img {
    max-width: 100%;
  }
  .first {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .first {
    padding-left: 0;
    padding-bottom: 80px;
  }
  .first__arbiter-atom {
    width: 327px;
    height: 327px;
  }
  .first__arbiter-atom_3 {
    width: 260px;
    height: 260px;
    padding: 50px;
  }
  .first__arbiter-center img {
    max-width: 100%;
  }
  .first__arbiter {
    z-index: -1;
    right: 70px;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .first__arrow-button {
    left: 80px;
    bottom: 20px;
    display: none;
  }
  .first__line {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .first {
    justify-content: flex-start;
  }
  .first__item span::after {
    width: 15px;
    height: 15px;
    left: -7.5px;
    top: -7.5px;
  }
  .first__item span::before {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -10px;
  }
  .first__subtitle {
    margin-bottom: 50px;
  }
  .first__arrow-button {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .first__row {
    flex-wrap: nowrap;
    position: relative;
  }
  .first__arbiter {
    position: absolute;
    right: 327px;
  }
  .first__title {
    font-size: 45px;
    max-width: 500px;
    width: 100%;
  }
  .first__subtitle {
    font-size: 70px;
    width: 100%;
    max-width: 500px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  /* Убираем анимации */
  .first__arbiter-atom_1,
  .first__arbiter-atom_2,
  .first__arbiter-atom_3,
  .first__arbiter-center img {
    animation: none;
    padding: 0px;
  }
  .first__arrow-button-atom::before, .first__line-atom::before, .first__arbiter-atom::before {
    display: none;
  }
  .first__item strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .first {
    justify-content: flex-start;
    padding-top: 0;
  }
  .first__title {
    font-size: 30px;
    margin-top: 0;
  }
  .first__content {
    max-width: 320px;
    width: 100%;
  }
  .first__subtitle {
    font-size: 54px;
  }
  .first__arbiter-center {
    width: 500px;
    height: 500px;
  }
  .first__arbiter {
    right: 100%;
    top: 0;
  }
  .first__arbiter-atom {
    width: 576px;
    height: 576px;
  }
  .first__arbiter-atom_3 {
    width: 383px;
    height: 383px;
  }
  .first__list {
    width: 70vw;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .first__item:first-child {
    width: 100%;
    max-width: 100%;
  }
  .first__item {
    padding-left: 22px;
    margin-bottom: 40px;
  }
  .first__item span {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .first__item:nth-child(2) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 430px) {
  .header__message {
    margin-left: 20px;
  }
  .header__phone {
    font-size: 19px;
  }
  .first__subtitle {
    font-size: 46px;
  }
}
@media screen and (max-width: 380px) {
  .first__subtitle {
    font-size: 36px;
  }
}
.about {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 86.458vw;
  margin-left: auto;
  margin-right: auto;
  padding: 2.083vw 1.719vw 0;
}
.about__title {
  font-size: 2.396vw;
  font-weight: 300;
  width: 100%;
  max-width: 37.5vw;
  margin-left: 6.771vw;
  position: relative;
  z-index: 3;
  margin-top: auto;
  margin-bottom: 0.427vw;
}
.about__title b {
  font-weight: 700;
  background: linear-gradient(to bottom, rgb(71, 126, 197), #95b7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about__swipe-icon {
  display: none;
}
.about__item {
  width: 33.3333333333%;
  max-width: 25.625vw;
  height: 65vh;
  position: relative;
}
.about__item_right {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 22%;
}
.about__item_right .about__item-rotate {
  transform: rotate(-90deg);
  text-align: left;
  position: absolute;
  right: -7px;
  top: -50px;
  left: unset;
}
.about__item_right b {
  margin-left: auto;
  display: block;
  font-size: 5.313vw;
  font-weight: 500;
  background: linear-gradient(to bottom, #477ec5, #dae2f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about__item_right .about__item-text {
  max-width: 11.146vw;
  text-align: right;
  margin-left: auto;
  position: absolute;
  top: 0.26vw;
  right: 0;
}
.about__item-row {
  display: flex;
  align-items: flex-end;
  height: 9.375vw;
  position: relative;
}
.about__item-row:nth-child(1) {
  margin-bottom: 1.042vw;
}
.about__item-row b {
  display: block;
  font-size: 5.313vw;
  font-weight: 500;
  background: linear-gradient(to bottom, rgb(71, 126, 197), #dae2f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about__item-row .button-link {
  margin-bottom: auto;
  margin-top: 1.042vw;
  margin-left: 6.771vw;
}
.about__item-text {
  font-size: 1.094vw;
  font-weight: 300;
  width: 100%;
  max-width: 18.229vw;
  margin-left: 4.063vw;
  line-height: 1.4;
}
.about__item-rotate {
  font-size: 1.094vw;
  line-height: 1.4;
  opacity: 0.6;
  transform: rotate(-90deg);
  text-align: right;
  position: absolute;
  left: -3.125vw;
  top: 2.865vw;
}
.about__img {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 33%;
  max-width: 25.26vw;
  height: 100%;
  margin-top: 45px;
}
.about__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 28.385vw;
  height: 28.385vw;
  background: #DFE4ED;
  border-radius: 50%;
  left: 0px;
  top: -3.125vw;
}
.about__img img {
  position: absolute;
  left: 48%;
  transform: translateX(-50%);
  bottom: 0;
  width: 35.938vw;
}
.about__img img:nth-child(2) {
  width: 18.229vw;
  bottom: 8.802vw;
  left: 50%;
}
.about__row {
  margin-top: auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.about__row::before {
  content: "";
  display: block;
  position: absolute;
  width: 88%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  max-width: 69.271vw;
  top: 9.792vw;
}
.about__button-back {
  left: 5.469vw;
  bottom: 2.865vw;
  position: fixed;
  z-index: 99;
}
.about__button-back img {
  margin-left: 1vw;
}
.about__swiper {
  max-height: calc(100vh - 7.76vw);
  width: calc(100% - 20.834vw);
}
.about__swiper .swiper__nav {
  left: 50%;
  transform: translateX(-50%);
}
.about__slide {
  padding-bottom: 8.854vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__slide-desktop {
  display: flex;
}
.about__slide-mobile {
  display: none;
}
.about__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #1f1f1f;
}
.about__info-title {
  font-size: 46px;
  font-weight: 700;
  margin: 1.125vw 0;
}
.about__info-title.dark {
  color: #DFE4ED;
}
.about__info-descript {
  font-size: 48px;
  line-height: 52px;
  font-weight: 300;
  width: 100%;
  max-width: 62.5vw;
  margin-bottom: 1.042vw;
}
.about__info-descript.dark {
  color: #DFE4ED;
}
.about__speech {
  display: flex;
  justify-content: center;
  height: 100%;
  padding-right: 5.729vw;
  width: 100%;
}
.about__speech.dark {
  color: #DFE4ED;
}
.about__speech-content {
  width: 50%;
  max-width: 40.625vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 7vh;
  z-index: 1;
}
.about__speech-text {
  border-radius: 1.302vw;
  background: #FFF;
  box-shadow: 0px 30px 37px 0px rgba(138, 80, 230, 0.06);
  padding: 2.604vw 3.125vw;
  position: relative;
  margin: 2.917vw;
}
.about__speech-text:nth-child(2) {
  left: 5.208vw;
}
.about__speech-text:nth-child(2)::before {
  display: none;
}
.about__speech-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 4.635vw;
  height: 4.635vw;
  background: url(../img/about/trigon.svg) no-repeat top center/contain;
  right: -1.823vw;
  bottom: 0;
}
.about__speech-text p {
  margin: 0;
}
.about__speech-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 40%;
  max-width: 62.083vw;
}
.about__speech-photo {
  position: absolute;
  bottom: -8.854vw;
  left: 0;
  height: 80vh;
}
.about__works {
  display: flex;
  background: #fff;
  width: 100%;
  max-width: 64.167vw;
  margin-left: 5.208vw;
  margin-right: 5.208vw;
  border-radius: 1.354vw;
  box-shadow: 0px 1.563vw 1.927vw 0px rgba(138, 80, 230, 0.06);
  padding: 3.125vw;
  position: relative;
}
.about__works-left {
  width: 45%;
}
.about__works-title {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 3.125vw;
}
.about__works-title b {
  font-size: 3.906vw;
  font-weight: 600;
  color: #497EC0;
}
.about__works-title strong {
  font-size: 1.875vw;
  font-weight: 600;
  color: #497EC0;
}
.about__works-title span {
  font-size: 1.875vw;
  font-weight: 300;
}
.about__works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.313vw;
  width: 100%;
  max-width: 21.875vw;
}
.about__works-item {
  width: calc(33.3333333333% - 0.313vw);
  border-radius: 0.26vw;
  overflow: hidden;
}
.about__works-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__works-descript {
  font-size: 1.875vw;
}
.about__works-points {
  font-size: 1.354vw;
  font-weight: 300;
  margin-bottom: 0;
}
.about__works-right {
  width: 55%;
  display: flex;
  flex-direction: column;
  padding-left: 1.042vw;
}
.about__works-right .points {
  margin-bottom: 1.823vw;
}
.about__map {
  width: 100%;
  padding-left: 5.208vw;
}
.about__map-title {
  font-size: 1.458vw;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3.229vw;
}
.about__map-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__map-list {
  list-style-type: none;
  counter-reset: my-counter;
  z-index: 2;
  position: relative;
}
.about__map-item {
  font-size: 1.094vw;
  font-weight: 500;
  color: #1F1F1F;
  display: block;
  margin: 1.042vw 0;
  padding-left: 5.104vw;
  position: relative;
  transition: all ease-in-out 0.15s;
  cursor: pointer;
}
.about__map-item::before {
  content: "0" counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  left: 2.76vw;
  font-size: 1.094vw;
  color: #477EC5;
  opacity: 0;
  transition: all ease-in-out 0.15s;
}
.about__map-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.292vw;
  height: 0.26vw;
  background: url(../img/about/line-circle.svg) no-repeat right center/100%;
  left: 0;
  top: 0.417vw;
  opacity: 0;
  transition: all ease-in-out 0.15s;
}
.about__map-item.active {
  color: #477EC5;
}
.about__map-item.active::after {
  opacity: 1;
}
.about__map-item.active::before {
  opacity: 1;
}
.about__map-object {
  width: 70%;
}
.about__map-object svg {
  max-width: 100%;
}
.about__map-object path.active {
  fill: #497EC0;
  transition: all ease-in-out 0.15s;
}
.about__application-title {
  font-size: 5.521vw;
  color: #497EC0;
  text-align: center;
  margin-bottom: 4.688vw;
}

.about__application {
  padding: 0 5.208vw;
}
.about__application-title {
  font-size: 96px;
  font-weight: normal;
  margin-bottom: 3.646vw;
}
.about__application .form__button {
  margin-top: 35px;
  padding: 30px 50px;
  text-transform: uppercase;
}

.teams__item_about {
  bottom: 18vh;
  left: 5.208vw;
}

@media screen and (max-width: 1600px) {
  .about {
    padding-bottom: 0;
  }
  .about__img img {
    width: 600px;
    left: 50%;
    bottom: 0;
  }
  .about__img img:last-child {
    width: 300px;
    left: 54%;
  }
  .about__img::before {
    width: 450px;
    height: 450px;
  }
  .about__row {
    margin-bottom: 0;
  }
  .about__row::before {
    top: 100px;
  }
  .about__item {
    max-width: 400px;
    position: relative;
    top: -70px;
    padding-bottom: 100px;
    z-index: 3;
  }
  .about__item:nth-child(2) {
    top: 0;
    left: 15px;
    z-index: 2;
  }
  .about__item:nth-child(3) {
    z-index: 1;
  }
  .about__item-text {
    max-width: 270px;
  }
  .about__item_right {
    padding-top: 19px;
  }
  .about__button-back {
    left: 45px;
  }
  .about__info {
    padding-left: 50px;
    padding-right: 50px;
  }
  .about__info .logo {
    width: 200px;
  }
  .about__info .logo img {
    width: 100%;
  }
  .about__info-title {
    margin: 20px 0;
  }
  .about__info-descript {
    font-size: 32px;
  }
  .about__speech-text {
    margin: 30px 0;
  }
  .about__swiper {
    width: calc(100% - 200px);
    max-width: 1100px;
  }
  .about__speech-text {
    padding: 20px;
  }
  .about__speech-photo {
    bottom: -172px;
  }
  .about__works {
    padding: 25px;
  }
  .about__works .points li {
    font-size: 24px;
  }
  .about__works .points {
    padding-left: 25px;
  }
  .about__works-title b {
    font-size: 70px;
  }
  .about__works-title strong {
    font-size: 30px;
  }
  .about__works-title span {
    font-size: 30px;
  }
  .about__works-descript {
    font-size: 30px;
  }
  .about__works-points {
    font-size: 24px;
  }
  .about__application-title {
    font-size: 80px;
    margin-bottom: 50px;
  }
}
@media screen and (max-height: 940px) {
  .about__button-back {
    bottom: 20px;
  }
  .about__swiper .swiper__nav {
    bottom: 24px;
  }
  .about__slide {
    padding-bottom: 0;
  }
  .about__swiper {
    height: auto;
    overflow: unset;
  }
  .about__speech-photo {
    bottom: -40px;
  }
}
@media screen and (max-width: 1440px) {
  .about__row {
    margin-bottom: 0;
  }
  .about__row::before {
    top: 80px;
  }
  .about__img::before {
    width: 360px;
    height: 360px;
    left: 30px;
    top: 0px;
  }
  .about__img img {
    width: 440px;
    left: 47%;
  }
  .about__img img:nth-child(2) {
    width: 240px;
    bottom: 130px;
    left: 49.5%;
  }
}
@media screen and (max-width: 1240px) {
  .about__item {
    top: 0;
    height: 500px;
  }
  .about__item-row {
    height: unset;
  }
  .about__application-title {
    font-size: 50px;
  }
  .about__application .form__button {
    margin-top: 10px;
  }
  .about__row {
    align-items: flex-end;
  }
  .about__info-title {
    font-size: 36px;
  }
  .about__info-descript {
    font-size: 18px;
    line-height: 24px;
  }
  .about__info .logo {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .about {
    padding: 0;
  }
  .about__row::before {
    top: 195px;
  }
  .about__item_right {
    padding-top: 70px;
  }
  .about__speech-text:nth-child(2) {
    left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .about__item_right .about__item-text {
    max-width: 198px;
    margin-left: auto;
  }
  .about__item_right .about__item-text .about__item-text {
    max-width: 260px;
    margin-left: 10px;
  }
  .about__item_right .about__item-text .about__img::before {
    top: -60px;
  }
  .about__item_right .about__item-text .about__item:nth-child(2) {
    top: 0;
  }
  .about__item_right .about__item-text .about__row::before {
    top: 210px;
  }
  .about__item_right .about__item-text .about__item_right {
    padding-top: 100px;
  }
  .about__item_right .about__item-text .about__row {
    justify-content: space-between;
  }
  .about__item_right .about__item-text .about__img {
    background: #DFE4ED;
    width: 250px;
    min-width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: auto;
    margin-top: auto;
    left: 50px;
    bottom: 50px;
  }
  .about__item_right .about__item-text .about__img::before {
    display: none;
  }
  .about__item_right .about__item-text .about__img img {
    width: 80%;
    left: 50%;
    bottom: 0;
    top: unset;
  }
  .about__item_right .about__item-text .about__img img:last-child {
    top: 120px;
    left: 53%;
    width: 100px;
  }
  .about__item_right .about__item-text .about__item_right .about__item-rotate {
    top: -87px;
  }
  .about__item_right .about__item-text .about__row::before {
    width: 100%;
  }
  .about__item_right .about__item-text .about__info {
    padding: 0;
  }
  .about__item_right .about__item-text .about__works {
    margin: 0;
  }
  .about__item_right .about__item-text .about__map {
    padding: 0;
  }
  .about__item_right .about__item-text .about__application {
    padding: 0;
  }
  .about__item_right .about__item-text .about__swiper .swiper__nav {
    width: calc(100% - 400px);
    left: 130px;
    transform: unset;
  }
  .about__row::before {
    display: none;
  }
  .about {
    padding: 20px;
  }
  .about__item {
    top: 0;
    width: 100%;
    z-index: 2;
    max-width: 100%;
    height: unset;
    padding-bottom: 0;
  }
  .about__item hr {
    display: none;
  }
  .about__item-text {
    max-width: 100%;
  }
  .about__item-row .button-link {
    margin-left: 0;
  }
  .about__item-rotate {
    display: none;
  }
  .about__item_right {
    padding-top: 0;
  }
  .about__item_right .about__item-text {
    max-width: 100%;
    margin-top: 0;
  }
  .about__title {
    margin: auto 0;
    max-width: 100vw;
  }
  .about__item:nth-child(2) {
    display: flex;
    align-items: flex-end;
    z-index: 1;
  }
  .about__img {
    width: 250px;
    min-width: 250px;
    height: 250px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }
  .about__img img:last-child {
    top: 120px;
    left: 51%;
    width: 100px;
  }
  .about__info .logo {
    width: 150px;
  }
  .about__info-title {
    font-size: 40px;
  }
  .about__info-descript {
    font-size: 28px;
  }
  .about__swiper {
    width: 100%;
    padding: 0 20px;
  }
  .about__swiper .swiper__nav-buttons {
    display: flex;
    margin-top: 0;
  }
  .about__swiper .swiper__nav {
    width: calc(100% - 150px);
  }
  .about__button-back {
    left: 20px;
  }
  .about__speech-content {
    width: 50%;
  }
  .about__speech-img {
    width: 50%;
  }
  .about__speech {
    padding-right: 0;
  }
  .teams__item_about {
    left: 50px;
  }
  .about__application-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 26px;
    width: 92%;
    margin: 0;
  }
  .about {
    padding: 0;
  }
  .about__item:nth-child(3) {
    padding-bottom: 0;
  }
  .about__row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
  .about__item {
    width: 78%;
    display: flex;
    flex-direction: column-reverse;
  }
  .about__item-text {
    margin: 0;
    font-size: 14px;
  }
  .about__item-row b {
    margin-right: 11px;
    font-size: 72px;
  }
  .about__item-row {
    align-items: center;
    margin-bottom: 20px;
  }
  .about__img {
    position: absolute;
    width: calc(100% - 40px);
    top: 150px;
    right: -55px;
    max-width: unset;
  }
  .about__img img {
    position: absolute;
    right: -80px;
    width: 300px;
    left: unset;
    transform: rotate(-60deg);
    top: -100px;
  }
  .about__img img:last-child {
    right: 0px;
    left: unset;
    top: -20px;
    width: 150px;
  }
  .about__img {
    width: 100%;
    overflow: unset;
    background: none;
  }
  .about__img::before {
    display: block;
    top: unset;
    bottom: 0;
    width: 268px;
    height: 268px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about__item_right {
    width: 60%;
    margin-top: 150px;
  }
  .about__item_right b {
    font-size: 72px;
    margin-right: -40px;
    margin-top: 70px;
  }
  .about__item_right .about__item-text {
    padding-right: 20px;
  }
  .about__info {
    justify-content: flex-start;
  }
  .about__info .logo {
    width: 140px;
  }
  .about__info-title {
    font-size: 24px;
  }
  .about__info-descript {
    font-size: 22px;
  }
  .about__swiper {
    max-height: unset;
  }
  .about__swiper .swiper__nav-scrollbar {
    display: none;
  }
  .swiper-wrapper {
    height: unset;
  }
  .about__speech {
    flex-direction: column;
  }
  .about__speech-content, .about__speech-img {
    width: 100%;
  }
  .about__speech-content p, .about__speech-img p {
    font-size: 16px;
  }
  .about__speech-text::before {
    right: 40px;
    bottom: -10px;
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
  }
  .about__speech-text:nth-child(2) {
    left: 0;
  }
  .about__speech-photo {
    position: relative;
    bottom: 0;
    height: unset;
    max-width: 100%;
  }
  .about__speech-img .teams__item {
    position: absolute;
    left: 20px;
  }
  .about__works {
    flex-direction: column;
  }
  .about__works-left {
    width: 100%;
  }
  .about__works-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .about__works-title b {
    font-size: 22px;
  }
  .about__works-title strong {
    font-size: 22px;
  }
  .about__works-title span {
    font-size: 22px;
    width: 100%;
  }
  .about__works-right {
    padding-left: 0;
    width: 100%;
  }
  .about__works-descript {
    font-size: 16px;
  }
  .about__works-points {
    font-size: 16px;
  }
  .about__works .points li {
    font-size: 16px;
  }
  .about__map-row {
    flex-direction: column;
  }
  .about__map-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .about__map-item {
    padding-left: 0;
    width: 50%;
    margin: 10px 0;
  }
  .about__map-item::before {
    display: none;
  }
  .about__map-item::after {
    display: none;
  }
  .about__map-object {
    width: 100%;
  }
  .about__application-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media screen and (max-height: 780px) and (min-width: 1241px) {
  .about {
    padding: 0;
  }
  .about__row::before {
    top: 180px;
    width: 81%;
  }
  .about__item {
    top: 0;
    max-width: 35%;
  }
  .about__item-text {
    font-size: 18px;
  }
  .about__item_right {
    max-width: 180px;
  }
  .about__title {
    margin-left: 10%;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 430px) {
  .about__button-back img {
    margin-left: 3vw;
  }
  .about__speech {
    align-items: flex-end;
  }
  .about__speech-content {
    padding-top: 0;
    margin-top: -120px;
    max-width: 100%;
  }
  .about__speech-img .teams__item {
    left: -80px;
    top: 150px;
  }
  .about__works {
    min-width: 100%;
    margin: auto;
  }
  .about__works-list {
    min-width: 100%;
  }
  .about__map-title {
    font-size: 28px;
  }
  .about__map-item {
    font-size: 22px;
  }
  .about__map {
    position: relative;
  }
  .about__map-object {
    position: absolute;
    left: 10%;
    top: 120%;
    width: 160%;
  }
  .about__swiper .swiper__nav {
    display: none;
  }
  .about__slide {
    padding-bottom: 0;
  }
  .about__slide-desktop {
    display: none;
  }
  .about__slide-mobile {
    display: flex;
  }
  .page__about {
    padding-top: 0;
  }
  .about__speech {
    height: calc(100vh - 101px);
    justify-content: flex-end;
  }
  .about__speech-content {
    margin-top: 0;
  }
  .about__swiper {
    overflow: hidden;
    min-height: calc(100vh - 101px);
  }
  .about__map-object {
    position: relative;
  }
  .about__info {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 25%;
  }
  .about__info-descript {
    max-width: 100%;
  }
  .about__swipe-icon {
    display: flex;
    height: 50px;
    margin-top: 30px;
  }
  .about__swipe-icon img {
    opacity: 0;
    height: 100%;
    animation: 1.2s ease-out swipe 0.6s infinite;
  }
}
@keyframes swipe {
  0% {
    transform: translateX(30px);
    scale: 1.1;
    opacity: 0.5;
  }
  5% {
    opacity: 1;
    scale: 1;
  }
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
.services {
  display: flex;
  flex-direction: column;
  padding-top: calc(0.0104166667 * 100vw);
}
.services__header {
  display: flex;
  align-items: center;
  margin-bottom: calc(0.0208333333 * 100vw);
}
.services__title {
  font-size: calc(0.0572916667 * 100vw);
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  -moz-text-stroke: 1px #000;
  -ms-text-stroke: 1px #000;
  text-stroke: 1px #000;
  position: relative;
}
.services__title::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(0.0171875 * 100vw);
  height: calc(0.0171875 * 100vw);
  border-radius: 50%;
  background: #497EC0;
  opacity: 0.1;
  top: calc(0.0052083333 * 100vw);
  left: calc(-0.0078125 * 100vw);
}
.services__descript {
  font-size: calc(0.0208333333 * 100vw);
  text-transform: uppercase;
  font-weight: 700;
  margin-top: calc(-0.0260416667 * 100vw);
}
.services__right-block {
  width: 100%;
  max-width: 671px;
  margin-left: calc(0.0234375 * 100vw);
  padding-right: 40px;
}
.services__right-block p {
  font-size: calc(0.0104166667 * 100vw);
  font-weight: 300;
  line-height: 1.5;
}
.services__right-block p b {
  color: rgb(53, 80, 115);
  font-weight: bold;
}
.services__img {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.services__img img {
  max-width: 34%;
}
.services__tabs {
  display: flex;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #497EC0;
  margin-right: calc(0.0234375 * 100vw);
  position: relative;
  z-index: 2;
  box-shadow: 0px calc(0.015625 * 100vw) calc(0.0192708333 * 100vw) 0px rgba(138, 80, 230, 0.06);
}
.tabs__reset {
  background: #fff;
  border: 0;
  padding: 5px 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.tabs__reset::after {
  content: "prev";
  font-family: swiper-icons;
  font-size: 15px;
  font-weight: bold;
  color: #477EC5;
}
.tabs__reset::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(0.0010416667 * 100vw);
  background: #497EC0;
  left: 0;
  bottom: calc(-0.0010416667 * 100vw);
  transition: 0.2s;
  opacity: 0;
}
.tabs__reset:hover::before {
  bottom: 0;
  opacity: 1;
}
.tabs__item {
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: calc(0.0130208333 * 100vw) calc(0.0104166667 * 100vw);
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: calc(0.0083333333 * 100vw);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1.5;
}
.tabs__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(0.0010416667 * 100vw);
  background: #497EC0;
  left: 0;
  bottom: calc(-0.0010416667 * 100vw);
  transition: 0.2s;
  opacity: 0;
}
.tabs__item:hover::before {
  bottom: 0;
  opacity: 1;
}
.tabs__item.active::before {
  bottom: 0;
  opacity: 1;
}
.tabs__block {
  display: none;
  flex-grow: 1;
  position: relative;
}
.tabs__block::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(0.3125 * 100vw);
  height: calc(0.3125 * 100vw);
  border-radius: 50%;
  left: 50%;
  top: calc(-0.0677083333 * 100vw);
  transform: translateX(-35%);
  border: 2.4px solid #497EC0;
  opacity: 0.1;
  z-index: -1;
}
.tabs__block.active {
  display: flex;
}
.tabs__block-img {
  padding-top: calc(0.0260416667 * 100vw);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
}
.tabs__block-img img {
  max-width: 100%;
  max-height: 100%;
}
.tabs__block-img.right {
  justify-content: flex-end;
  padding-right: 0;
  margin-right: 0;
  width: unset;
}
.tabs__block-img.right_maps {
  overflow: hidden;
}
.tabs__block-img.right_maps img {
  margin-right: -20%;
}
.tabs__block-img.center {
  align-items: center;
  margin-top: 0;
}
.tabs__block-img.top {
  margin-bottom: auto;
}
.tabs__block.active .tabs__interactive-img img:nth-child(2) {
  transform: translate3d(calc(0.0260416667 * 100vw), 0, 0);
}
.tabs__block:not(.active) .tabs__interactive-img img:nth-child(2) {
  transform: translate3d(calc(0.015625 * 100vw), calc(0.0364583333 * 100vw), 0);
  display: none;
}
.tabs__interactive-img {
  position: relative;
  flex-grow: 1;
}
.tabs__interactive-img img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(calc(-0.03125 * 100vw));
  transition: all ease-in-out 1.55s;
}
.tabs__interactive-img_gem {
  display: flex;
  padding-top: calc(0.03125 * 100vw);
}
.tabs__interactive-img_gem img {
  max-width: 50%;
}
.tabs__content {
  width: 50%;
  max-width: 512px;
  padding-top: calc(0.0625 * 100vw);
}
.tabs__content-down {
  margin: calc(0.0104166667 * 100vw) 0;
}
.tabs__marker {
  font-size: calc(0.0104166667 * 100vw);
  font-weight: 500;
  text-transform: uppercase;
  color: #497EC0;
  padding: calc(0.0104166667 * 100vw) calc(0.0208333333 * 100vw);
  display: inline-block;
  border: 1px solid rgba(39, 46, 52, 0.3);
  border-radius: calc(0.0296875 * 100vw);
  margin-bottom: calc(0.0395833333 * 100vw);
}
.tabs__title {
  font-size: calc(0.0208333333 * 100vw);
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.25;
}
.tabs__descript {
  font-size: calc(0.0104166667 * 100vw);
  margin: calc(0.0088541667 * 100vw) 0;
  line-height: 1.4;
}
.tabs__button {
  display: flex;
  align-items: center;
  background: #fff;
  padding: calc(0.0057291667 * 100vw);
  border-radius: calc(0.0036458333 * 100vw);
  box-shadow: calc(0.0036458333 * 100vw) calc(0.0036458333 * 100vw) calc(0.0072916667 * 100vw) 0px rgba(36, 39, 44, 0.07), calc(-0.0036458333 * 100vw) calc(-0.0036458333 * 100vw) calc(0.0072916667 * 100vw) 0px rgba(233, 234, 240, 0.07);
  margin-right: calc(0.009375 * 100vw);
  min-height: calc(0.0239583333 * 100vw);
  min-width: calc(0.0973958333 * 100vw);
  transition: all ease-in-out 0.1s;
}
.tabs__button img {
  margin-right: calc(0.0114583333 * 100vw);
  width: calc(0.009375 * 100vw);
}
.tabs__button span {
  font-size: calc(0.009375 * 100vw);
  font-weight: 400;
}
.tabs__button:hover {
  box-shadow: calc(0.0036458333 * 100vw) calc(0.0036458333 * 100vw) calc(0.0072916667 * 100vw) 0px rgba(36, 39, 44, 0.4), calc(-0.0036458333 * 100vw) calc(-0.0036458333 * 100vw) calc(0.0072916667 * 100vw) 0px rgba(233, 234, 240, 0.5);
}
.tabs__ps {
  border-radius: calc(0.0072916667 * 100vw);
  background: #FFF;
  position: relative;
  width: 100%;
  max-width: 740px;
  padding: calc(0.0104166667 * 100vw);
  font-size: calc(0.0109375 * 100vw);
  font-weight: 500;
  z-index: 1;
}
.tabs__ps b {
  font-weight: bold;
}
.tabs__ps-img {
  position: absolute;
  right: calc(-0.0234375 * 100vw);
  top: calc(-0.0234375 * 100vw);
  width: calc(0.046875 * 100vw);
  height: calc(0.046875 * 100vw);
  background: #fff;
  box-shadow: 0px calc(0.009375 * 100vw) calc(0.0109375 * 100vw) 0px rgba(138, 80, 230, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: calc(0.0067708333 * 100vw);
}
.tabs__ps-img img {
  max-width: 100%;
}

#tabs-6::before {
  display: none;
}

@media screen and (max-width: 1600px) {
  .services__header {
    flex-wrap: wrap;
  }
  .tabs__marker {
    margin-bottom: 20px;
  }
  .tabs {
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 98px;
  }
  .tabs__item {
    white-space: nowrap;
  }
  .tabs__ps {
    padding: 15px;
  }
  .tabs__ps p {
    margin: 0;
  }
  .services__img img {
    max-width: 30%;
  }
  .tabs__block-img.center {
    padding-right: 0;
  }
  .services__title-block {
    width: 50%;
  }
  .services__right-block {
    width: 50%;
    padding-left: 20px;
    padding-right: 80px;
    margin-left: 0px;
    max-width: auto;
  }
  .tabs__content {
    width: 50%;
    padding-top: 40px;
  }
  .tabs__block-img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .tabs__block-img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tabs__block-img.right {
    margin-right: 0;
  }
  .tabs__block-img.center img {
    max-width: 70%;
  }
  .tabs__interactive-img {
    width: 100%;
  }
  .tabs__block.active .tabs__interactive-img img:nth-child(2) {
    max-width: 1400px;
  }
  .tabs__interactive-img_gem {
    display: flex;
  }
  .tabs__interactive-img_gem img {
    width: 50%;
  }
  .tabs__ps {
    z-index: 2;
    margin: 0;
  }
  .tabs__button {
    margin-bottom: 20px;
  }
  .tabs__block {
    height: calc(100% - 100px);
  }
  .tabs__block-img.right_maps img {
    margin: auto;
  }
}
@media screen and (max-width: 1240px) {
  .tabs__block-img {
    width: 50%;
  }
  .tabs__content {
    width: 50%;
  }
  .tabs {
    width: 100%;
  }
  .services__img {
    width: calc(100vw - 20px);
    padding-top: 40px;
  }
  .tabs__block-img.right {
    margin-right: -40px;
  }
  .services__right-block {
    padding-right: 0;
  }
  .tabs__block {
    padding: 40px 0;
  }
  .tabs__ps {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tabs {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .services {
    padding-bottom: 0;
  }
  .services__header {
    margin: 30px 0;
  }
}
@media screen and (max-width: 992px) {
  .tabs__content {
    margin-top: 40px;
  }
  .tabs__marker {
    margin-bottom: 40px;
  }
  .tabs {
    width: calc(100vw - 20px);
  }
  .services__title-block {
    width: 100%;
  }
  .services__right-block {
    width: 100%;
  }
  .services__header {
    margin-bottom: 20px;
  }
  .services__img {
    width: calc(100vw - 20px);
  }
  .tabs__block-img.center img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .services__title {
    font-size: 60px;
  }
  .services__descript {
    font-size: 20px;
    margin: 0;
    margin-top: -30px;
    margin-left: 100px;
  }
  .services__right-block p {
    font-size: 16px;
  }
  .services {
    padding-top: 0;
    padding-left: 0;
  }
  .tabs {
    min-height: 83px;
  }
  .tabs__item {
    font-size: 14px;
    padding: 25px;
  }
  .services__img {
    z-index: 1;
  }
  .services__img img {
    max-width: 80%;
  }
  .tabs__marker {
    display: none;
  }
  .tabs__block {
    flex-direction: column;
  }
  .tabs__title {
    font-size: 24px;
  }
  .tabs__content {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .tabs__block-img {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .tabs__block-img.right {
    margin-left: auto;
    margin-right: -20px;
  }
  .tabs__descript {
    font-size: 16px;
    margin: 10px 0;
  }
  .tabs__button {
    min-width: unset;
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .tabs__button:last-child {
    margin-right: 0;
  }
  .tabs__button img {
    margin-right: 15px;
    width: 15px;
  }
  .tabs__button span {
    font-size: 14px;
  }
  .tabs__ps {
    position: relative;
    top: 0;
    right: 0;
    padding: 15px;
  }
  .tabs__ps p {
    font-size: 16px;
  }
  .tabs__ps-img {
    width: 60px;
    height: 60px;
    top: -20px;
    right: -20px;
  }
  .tabs__ps-img img {
    max-width: 100%;
  }
}
@media screen and (max-height: 740px) and (min-width: 1240px) {
  .services {
    padding-top: 0;
  }
  .services__header {
    margin-bottom: 0;
  }
  .tabs__marker {
    margin-bottom: 20px;
  }
  .tabs__ps {
    width: 40%;
    top: 40px;
    bottom: unset;
  }
  .tabs__ps-img {
    width: 70px;
    height: 70px;
    top: -35px;
    right: -35px;
  }
  .tabs__ps-img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .services__title {
    font-size: 45px;
  }
  .services__header {
    gap: 20px;
  }
}
.sphere {
  display: flex;
  flex-direction: row;
}
.sphere__list {
  display: flex;
  align-items: flex-start;
  margin-left: calc(-0.3385416667 * 100vw);
  margin-bottom: auto;
  margin-top: calc(0.0208333333 * 100vw);
}
.sphere__list_column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sphere__list_column .sphere__item.bef:last-child::before {
  top: unset;
  bottom: calc(-0.0088541667 * 100vw);
}
.sphere__list_column .sphere__item.bef:last-child::after {
  top: unset;
  bottom: calc(-0.0197916667 * 100vw);
}
.sphere__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(0.0114583333 * 100vw);
  background: rgba(73, 126, 192, 0.1);
  padding: calc(0.015625 * 100vw) calc(0.0104166667 * 100vw);
  width: calc(0.1197916667 * 100vw);
  height: calc(0.0447916667 * 100vw);
  font-size: calc(0.009375 * 100vw);
  font-weight: 400;
  text-transform: uppercase;
  margin-right: calc(0.0140625 * 100vw);
  margin-bottom: calc(0.009375 * 100vw);
  position: relative;
}
.sphere__item.bef::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(0.0203125 * 100vw);
  height: calc(0.0203125 * 100vw);
  border-radius: 50%;
  background: radial-gradient(52.81% 63.22% at 65.18% 32.59%, #FDFDFD 0%, #477EC5 100%), #477EC5;
  left: calc(-0.0088541667 * 100vw);
  top: calc(-0.0088541667 * 100vw);
  z-index: 2;
}
.sphere__item.bef::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(0.0416666667 * 100vw);
  height: calc(0.0416666667 * 100vw);
  border-radius: 50%;
  background: rgba(157, 208, 255, 0.1);
  left: calc(-0.0197916667 * 100vw);
  top: calc(-0.0197916667 * 100vw);
}
.sphere__item:last-child.bef::before {
  left: unset;
  right: calc(-0.0088541667 * 100vw);
}
.sphere__item:last-child.bef::after {
  left: unset;
  right: calc(-0.0197916667 * 100vw);
}
.sphere__item a:hover {
  color: #477EC5;
}
.sphere__title {
  font-size: calc(0.09375 * 100vw);
}
.sphere__descript {
  margin-top: calc(-0.0572916667 * 100vw);
}
.sphere__text {
  width: 100%;
  max-width: 466px;
  line-height: 1.4;
  margin-bottom: calc(0.015625 * 100vw);
}
.sphere__content {
  position: relative;
  margin-top: calc(0.1276041667 * 100vw);
}
.sphere__button {
  font-weight: 600;
}

@media screen and (max-width: 1080px) {
  .sphere__list {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 30px 0 30px 30px;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }
  .sphere__list_column {
    flex-direction: row;
  }
  .sphere__item {
    min-width: 220px;
  }
  .sphere {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
  }
  .sphere__content {
    width: 100%;
    margin: 0;
    top: 0;
  }
  .sphere__title {
    margin-top: 0;
    font-size: 120px;
  }
  .sphere__descript {
    margin-top: -60px;
    font-size: 35px;
  }
  .sphere {
    padding: 40px 0;
  }
  .sphere__item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .sphere__list {
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 992px) {
  .sphere__list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sphere__descript {
    width: 100%;
    max-width: 340px;
  }
  .sphere__descript br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sphere__title {
    font-size: 80px;
  }
  .sphere__descript {
    font-size: 20px;
    margin-top: -10px;
  }
  .sphere__text {
    font-size: 16px;
  }
  .sphere__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .sphere__item {
    font-size: 16px;
    padding: 15px;
    min-width: 150px;
    height: 80px;
  }
  .sphere__item.bef::before {
    width: 20px;
    height: 20px;
  }
  .sphere__title {
    font-size: 65px;
  }
  .sphere__text {
    max-width: 80%;
    margin: 30px 0px;
  }
}
.portfolio {
  padding-left: calc(0.0078125 * 100vw);
  margin: 0 auto;
}
.portfolio__header {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-areas: "title link-btn" "text .";
}
.portfolio__header .link-button {
  grid-area: link-btn;
  margin-top: 25px;
}
.portfolio__title-wrapper {
  grid-area: title;
}
.portfolio__title {
  font-size: calc(0.0651041667 * 100vw);
}
.portfolio__descript {
  margin-left: calc(0.2390625 * 100vw);
  margin-top: calc(-0.0239583333 * 100vw);
}
.portfolio__text {
  grid-area: text;
  width: 100%;
  max-width: calc(0.2140625 * 100vw);
  margin-bottom: calc(0.015625 * 100vw);
  margin-top: calc(0.015625 * 100vw);
  line-height: 1.3;
}
.portfolio__list {
  display: flex;
}
.portfolio__list-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.portfolio__list-col:nth-child(2) {
  border-right: none;
  align-items: flex-start;
}
.portfolio__list-col:nth-child(2) .portfolio__link {
  padding-left: calc(0.028125 * 100vw);
  padding-right: calc(0.1322916667 * 100vw);
}
.portfolio__list-col:nth-child(2) .portfolio__link::before {
  width: 60%;
  left: calc(0.0114583333 * 100vw);
}
.portfolio__link {
  min-width: calc(0.2125 * 100vw);
  display: flex;
  align-items: center;
  font-size: calc(0.01875 * 100vw);
  white-space: nowrap;
  padding-right: calc(0.0411458333 * 100vw);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 6.5vw;
  position: relative;
}
.portfolio__link img {
  margin-left: calc(0.009375 * 100vw);
  width: calc(0.0432291667 * 100vw);
}
.portfolio__link:last-child {
  border-bottom: none;
}
.portfolio__link::before {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 5.5vw;
  background: linear-gradient(270deg, rgba(24, 251, 183, 0) 0%, rgba(71, 126, 197, 0.16) 100%);
  left: calc(-0.0166666667 * 100vw);
  top: 1vh;
  z-index: 1;
  opacity: 0;
  transform: translateX(100%);
  transition: 0s;
  visibility: hidden;
}
.portfolio__link:hover::before {
  opacity: 1;
  transform: translateX(0);
  transition: all ease-in-out 0.25s;
  visibility: visible;
}
.portfolio__swiper {
  width: 100%;
  max-width: calc(0.6890625 * 100vw);
  margin-right: auto;
  margin-left: 0;
}
.portfolio__swiper.swiper-grid > .swiper-wrapper {
  flex-direction: row !important;
}
.portfolio__swiper .swiper__nav {
  position: relative;
  margin-top: 20px;
  left: 0;
  bottom: 0px;
}
.portfolio__slide {
  position: relative;
  display: block;
  height: calc(0.125 * 100vw);
  overflow: hidden;
  border-radius: calc(0.0067708333 * 100vw);
  margin: calc(0.0041666667 * 100vw);
}
.portfolio__slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__marker {
  position: absolute;
  z-index: 3;
  border: 1px solid #fff;
  border-radius: calc(0.034375 * 100vw);
  padding: calc(0.0052083333 * 100vw) calc(0.0104166667 * 100vw);
  color: #fff;
  right: calc(0.0104166667 * 100vw);
  top: calc(0.0104166667 * 100vw);
  text-transform: lowercase;
}
.portfolio__marker.dark {
  color: #000;
  border-color: #000;
}
.portfolio-slider__title {
  font-size: calc(0.015625 * 100vw);
  text-transform: uppercase;
  margin-bottom: calc(0.0364583333 * 100vw);
}

@media screen and (max-width: 992px) {
  .portfolio__descript {
    margin-left: 300px;
  }
  .portfolio__list {
    width: 100%;
  }
  .portfolio__link {
    font-size: 25px;
    height: 80px;
  }
  .portfolio__link::before {
    height: 70px;
    top: 4px;
  }
  .portfolio__list-col:first-child {
    min-width: 280px;
  }
  .portfolio__link img {
    width: 30px;
  }
  .portfolio__swiper .swiper__nav-buttons {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .portfolio {
    padding: 0;
  }
  .portfolio__text {
    max-width: 411px;
    font-size: 16px;
  }
  .portfolio__descript {
    margin-left: 230px;
    font-size: 20px;
    margin-top: -25px;
    margin-bottom: 0;
  }
  .portfolio__list-col {
    width: 55%;
  }
  .portfolio__list-col:first-child {
    border: none;
    width: 45%;
    min-width: 45%;
  }
  .portfolio__link {
    border: none;
    white-space: unset;
    font-size: 16px;
    height: unset;
    width: 100%;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
  }
  .portfolio__link::before {
    display: none;
  }
  .portfolio__list-col:nth-child(2) .portfolio__link {
    padding: 0;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .portfolio__swiper {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 430px) {
  .portfolio-slider__title {
    font-size: 30px;
  }
  .portfolio__descript {
    margin-left: auto;
  }
  .portfolio__swiper {
    margin: 0;
    max-width: 100%;
    padding-bottom: 25px;
  }
  .portfolio__swiper .swiper__nav {
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    bottom: -25px;
    left: 0;
  }
  .portfolio__swiper .swiper__nav-buttons {
    display: flex;
  }
  .portfolio__swiper .swiper__nav-buttons {
    display: flex;
  }
  .portfolio__slide {
    height: 125px;
  }
  .portfolio__marker {
    font-size: 13px;
  }
  .portfolio__header {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-areas: "title" "text" "link-btn";
    gap: 30px;
    margin-bottom: 50px;
  }
  .portfolio__header .link-button {
    margin-top: 0;
  }
  .portfolio__title {
    font-size: 55px;
  }
  .portfolio__descript {
    margin-top: 0px;
  }
  .portfolio__text {
    width: 80%;
  }
}
.portfolio-page .sidebar {
  width: 6.5vw;
}
.portfolio-page .sidebar__mail {
  margin: 0;
  margin-top: 10.5vw;
}

.portfolio-case {
  margin: auto;
}
.portfolio-case__overview {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "title title" "problem task";
  position: relative;
}
.portfolio-case__overview .button-link {
  grid-area: back-btn;
  display: flex;
  position: absolute;
  right: calc(0.0229166667 * 100vw);
  font-weight: 450;
  text-transform: uppercase;
  margin: 0;
}
.portfolio-case__hero {
  grid-area: title;
  max-width: 65vw;
}
.portfolio-case__title-block {
  display: flex;
  align-items: center;
  gap: 28px;
}
.portfolio-case__title {
  display: block;
  font-size: 36px;
  font-weight: 400;
}
.portfolio-case__descript {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  max-width: 920px;
  margin-bottom: 60px;
}
.portfolio-case__problem {
  grid-area: problem;
  max-width: 585px;
}
.portfolio-case__task {
  grid-area: task;
  max-width: 348px;
  justify-self: center;
}
.portfolio-case__atom {
  width: 380px;
  height: 380px;
  position: relative;
}
.portfolio-case__atom .first__arbiter-atom {
  width: inherit;
  height: inherit;
}
.portfolio-case__atom .first__arbiter-atom_2 {
  width: 80%;
  height: 80%;
}

.portfolio-case__problem h3, .portfolio-case__task h3 {
  font-size: 30px;
  font-weight: 450;
  line-height: 38px;
  letter-spacing: 3px;
}
.portfolio-case__problem p, .portfolio-case__task p {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
}

.portfolio-case__solution {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(3, auto);
  grid-template-areas: "subtitle subtitle subtitle" "f-lt preview f-rt" "f-lb preview f-rb";
  row-gap: 58px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 100px;
}
.portfolio-case__subtitle-block {
  grid-area: subtitle;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.portfolio-case__subtitle {
  font-size: 180px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #497EC0;
  -moz-text-stroke: 2px #497EC0;
  -ms-text-stroke: 2px #497EC0;
  text-stroke: 2px #497EC0;
  position: relative;
}
.portfolio-case__subtitle-descript {
  display: flex;
  max-width: 524px;
  background-color: #497EC0;
  padding: 30px 40px;
  border-radius: 68px;
  margin-top: -70px;
}
.portfolio-case__subtitle-descript p {
  color: #FFF;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 0;
}
.portfolio-case__preview {
  grid-area: preview;
  justify-self: center;
  align-self: center;
  max-width: 600px;
  min-width: 300px;
}
.portfolio-case__preview img {
  width: 100%;
}
.portfolio-case__feature {
  max-width: 380px;
}
.portfolio-case__feature__lt {
  grid-area: f-lt;
}
.portfolio-case__feature__rt {
  grid-area: f-rt;
}
.portfolio-case__feature__lb {
  grid-area: f-lb;
}
.portfolio-case__feature__rb {
  grid-area: f-rb;
}
.portfolio-case__feature__center {
  justify-self: center;
}
.portfolio-case__feature-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.portfolio-case__feature-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
}
.portfolio-case__feature-list {
  padding-left: 30px;
}
.portfolio-case__feature-list li {
  display: list-item;
  list-style-type: disc;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1pxf;
}

.atom {
  position: relative;
  width: 66px;
  height: 66px;
  margin: auto;
  content: "";
  display: inline-block;
  margin-bottom: 24px;
}
.atom::before {
  content: "";
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: radial-gradient(52.81% 63.22% at 65.18% 32.59%, #FDFDFD 0%, #477EC5 100%), #477EC5;
  left: 17px;
  top: 20px;
  z-index: 2;
}
.atom::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(157, 208, 255, 0.1);
  left: -2px;
}

.portfolio-case__about, .portfolio-case__more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 164px;
}

.portfolio-case__more .portfolio-case__card {
  max-width: 464px;
  width: 100%;
}
.portfolio-case__more .portfolio-case__card .button-link {
  display: flex;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 450;
}

.portfolio-case__about {
  margin-bottom: 140px;
}
.portfolio-case__more {
  margin-bottom: 60px;
}
.portfolio-case__card {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 588px;
  background: #fff;
  padding: 40px 50px 50px 30px;
  border-radius: 25px;
  box-shadow: 0px 31px 37px 0px rgba(138, 80, 230, 0.0588235294);
}
.portfolio-case__card h5 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
}
.portfolio-case__card h6 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 20px;
}
.portfolio-case__card p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
}
.portfolio-case__card ul {
  line-height: 24px;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-top: -10px;
  margin-left: 20px;
}
.portfolio-case__card ul:before {
  content: attr(aria-label);
  font-size: 18px;
  font-weight: bold;
  margin-left: -30px;
  margin-bottom: 20px;
}
.portfolio-case__card ul:not([aria-label]) {
  margin-top: -30px;
}
.portfolio-case__card ul li {
  display: list-item;
  list-style-type: disc;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}
.portfolio-case__card ul li:first-child {
  margin-top: 15px;
}
.portfolio-case__card .button-link {
  margin-top: auto;
}

body.dark .portfolio-case__card {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .portfolio-case {
    margin: 30px auto 0;
  }
  .portfolio-case__subtitle {
    font-size: 150px;
  }
  .portfolio-case__about, .portfolio-case__more {
    gap: 50px;
  }
  .portfolio-case__overview .button-link, .portfolio-case__card .button-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .portfolio-case__atom .first__arbiter-atom_1, .portfolio-case__atom .first__arbiter-atom_2, .portfolio-case__atom .first__arbiter-atom_3, .portfolio-case__atom .first__arbiter-center img {
    animation: orbit 40s linear infinite;
  }
  .portfolio-case__atom .first__arrow-button-atom::before, .portfolio-case__atom .first__line-atom::before, .portfolio-case__atom .first__arbiter-atom::before {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .portfolio-case {
    margin: 100px auto 0;
  }
  .portfolio-case__overview {
    display: grid;
    gap: 36px;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(1, auto);
    grid-template-areas: "back-btn" "title" "problem" "task";
  }
  .portfolio-case__overview .button-link {
    justify-self: end;
    position: relative;
    font-size: 21px;
  }
  .portfolio-case__title-block {
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .portfolio-case__title {
    font-size: 24px;
  }
  .portfolio-case__descript {
    margin-bottom: 0;
  }
  .portfolio-case__task {
    justify-self: start;
  }
  .portfolio-case__hero {
    max-width: 100%;
  }
  .portfolio-case__solution {
    grid-template-columns: repeat(2, auto);
    grid-template-areas: "subtitle subtitle" "f-lt f-rt" "f-lb f-rb";
    gap: 30px;
  }
  .portfolio-case__subtitle {
    font-size: 100px;
  }
  .portfolio-case__subtitle-descript {
    display: none;
  }
  .portfolio-case__preview {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .portfolio-case__overview .button-link {
    right: 0;
  }
  .portfolio-case__problem, .portfolio-case__task, .portfolio-case__feature {
    max-width: 100%;
  }
  .portfolio-case__solution {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-areas: "subtitle" "preview" "f-lt" "f-rt" "f-lb" "f-rb";
    justify-items: center;
  }
  .portfolio-case__subtitle {
    font-size: 50px;
  }
  .portfolio-case__preview {
    display: block;
  }
  .atom {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .portfolio-case__feature-title, .portfolio-case__feature-text {
    text-align: center;
  }
  .portfolio-case__feature-text {
    margin: 20px 0px;
  }
  .portfolio-case__about, .portfolio-case__more {
    flex-direction: column;
  }
  .portfolio-case__about .portfolio-case__card, .portfolio-case__more .portfolio-case__card {
    max-width: 100%;
  }
  .portfolio-case__card {
    padding: 40px 30px;
  }
  .portfolio-case__card .button-link {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .portfolio-case {
    margin: 120px auto 0;
  }
  .portfolio-case__atom {
    width: 280px;
    height: 280px;
  }
  .portfolio-case__problem p, .portfolio-case__task p {
    margin: 20px 0;
  }
}
.staffing {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-right: calc(0.15 * 100vw);
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.staffing__content {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  padding-right: 70px;
  max-height: 940px;
  margin-top: auto;
  height: 100%;
}
.staffing__right {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 470px;
  margin-right: auto;
  margin-top: auto;
}
.staffing__right-title {
  font-size: calc(0.0104166667 * 100vw);
  text-transform: uppercase;
  color: #497EC0;
  padding: 20px 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: calc(0.0296875 * 100vw);
  margin-top: auto;
  margin-bottom: 21px;
  margin-left: 0;
  margin-right: auto;
}
.staffing__title {
  font-size: 140px;
  line-height: 0.93;
}
.staffing__descript {
  margin-left: 210px;
  margin-top: -40px;
  margin-bottom: 66px;
}
.staffing__swiper {
  width: 100%;
  max-width: 566px;
  margin-left: auto;
  margin-top: 60px;
  position: relative;
  overflow: unset;
}
.staffing__swiper-num {
  font-size: 50px;
  font-weight: 300;
  color: rgba(39, 46, 52, 0.2);
  position: relative;
  display: block;
  margin-top: 70px;
  opacity: 0;
  transition: all ease-in-out 2s;
}
.staffing__swiper-num::before {
  content: "";
  display: block;
  position: absolute;
  width: 838px;
  height: 301px;
  background: url(../img/staffing/line.svg) no-repeat right bottom/100% 100%;
  left: 0;
  bottom: 75px;
}
.staffing__slide {
  position: relative;
}
.staffing__slide p {
  font-size: 20px;
  font-weight: 300;
}
.staffing__slide p b {
  font-weight: bold;
}
.staffing__img {
  background: rgba(73, 126, 192, 0.1);
  width: 100%;
  max-width: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(0.0260416667 * 100vw);
}
.staffing__img img {
  max-width: 100%;
}
.staffing__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 465px;
  margin-right: auto;
}
.staffing__form .form__button {
  margin: calc(0.0104166667 * 100vw) 0;
  width: 90%;
  text-transform: uppercase;
}
.staffing__form input {
  padding: 30px 64px 28px;
  font-size: 22px;
  margin-bottom: 20px;
  border-radius: 25px;
  border: none;
  box-shadow: 0px calc(0.015625 * 100vw) calc(0.0192708333 * 100vw) 0px rgba(138, 80, 230, 0.06);
  max-height: 7vh;
}
.staffing__form input::-moz-placeholder {
  font-size: calc(0.0114583333 * 100vw);
  color: #2C2C2C;
}
.staffing__form input::placeholder {
  font-size: calc(0.0114583333 * 100vw);
  color: #2C2C2C;
}
.staffing__form-label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.staffing__form-label p {
  width: 100%;
  max-width: 350px;
  margin-left: 20px;
  font-size: 20px;
}
.staffing__form-label p a {
  text-decoration: underline;
}
.staffing__form-label .checkbox-input {
  display: none;
}
.staffing__form-label .checkbox-input:checked + label .checkbox:after {
  transform: translate(-50%, -50%) scale(1);
}
.staffing__form-label .checkbox-input:invalid + label .checkbox {
  border: 1px solid red;
}
.staffing__form-label .checkbox-input:invalid ~ p {
  color: red;
}
.staffing__form-label .checkbox {
  scale: 1.5;
  border: 1px solid #414040;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.staffing__form-label .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  background-color: #497EC0;
  border-radius: 3px;
  transition: 0.3s;
}
.staffing__text {
  width: 550px;
  margin-left: auto;
  margin-top: 70px;
}
.staffing__text p b {
  font-weight: bold;
}
.staffing .checkbox-input {
  display: none;
}
.staffing .checkbox-input:checked + label .checkbox:after {
  transform: translate(-50%, -50%) scale(1);
}
.staffing .checkbox {
  scale: 1.5;
  border: 1px solid #414040;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.staffing .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  background-color: #497EC0;
  border-radius: 3px;
  transition: 0.3s;
}

.sub-block {
  height: 100%;
  display: none;
  flex-direction: column;
  position: relative;
  width: 100%;
  --animate-duration: 0.3s;
}
.sub-block.animate__animated {
  display: flex !important;
}
.sub-block.animate__animated .staffing__swiper-num {
  animation: fadeIn 0.45s ease 0.8s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
#file-status {
  font-size: 22px;
}

.form__button {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  background: #497EC0;
  padding: 30px 50px;
  border: none;
  border-radius: 14px;
  margin: 35px 0;
}

.sub-block__prev {
  position: absolute;
  left: -30px;
  top: 40%;
  border: 0;
  background-color: transparent;
}
.sub-block__prev::after {
  content: "prev";
  font-family: swiper-icons;
  font-size: 15px;
  font-weight: bold;
  color: #477EC5;
}
@media screen and (max-width: 630px) {
  .sub-block__prev {
    left: -15px;
  }
}
@media screen and (max-width: 430px) {
  .sub-block__prev {
    display: none;
  }
}

.sub-block__next {
  position: absolute;
  right: -30px;
  top: 40%;
  border: 0;
  background-color: transparent;
}
.sub-block__next::after {
  content: "next";
  font-family: swiper-icons;
  font-size: 15px;
  font-weight: bold;
  color: #477EC5;
}
@media screen and (max-width: 630px) {
  .sub-block__next {
    right: -15px;
  }
}
@media screen and (max-width: 430px) {
  .sub-block__next {
    display: none;
  }
}

@media screen and (max-width: 1880px) {
  .staffing__swiper-num::before {
    width: 797px;
  }
  .staffing__descript {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 950px) {
  .staffing__descript {
    margin-left: 150px;
  }
  .staffing__form {
    margin-top: 0;
  }
  .staffing__form input {
    padding: 20px 55px 18px;
    border-radius: 15px;
    margin-bottom: 10px;
  }
  .staffing__form-label p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form__button {
    padding: 20px 40px;
    margin: 15px 0;
  }
  .staffing__title {
    line-height: 0.8;
    font-size: 100px;
  }
  .staffing__img {
    height: 75vh;
  }
  .staffing__img img {
    max-height: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .staffing__title {
    font-size: 120px;
  }
  .staffing__swiper {
    margin-top: 0;
  }
  .staffing__right-title {
    padding: 15px 20px;
  }
  .staffing__img {
    height: 75vh;
  }
  .staffing__img img {
    max-height: 100%;
  }
  .staffing {
    padding-right: 40px;
  }
  .staffing__swiper-num::before {
    height: 200px;
    width: 500px;
    left: 23vw;
    background: url(../img/staffing/line.svg) no-repeat left bottom/contain;
  }
  .staffing__swiper-num::after {
    content: "";
    display: block;
    position: absolute;
    width: 25vw;
    height: 2.5px;
    background: #fff;
    bottom: 75px;
    left: 0;
  }
}
@media screen and (max-height: 800px) {
  .staffing__text {
    margin-top: 0;
  }
  .staffing__descript {
    margin-bottom: 20px;
  }
  .staffing__form input {
    height: 70px;
  }
  .staffing__title {
    font-size: 105px;
  }
}
@media screen and (max-width: 1240px) {
  .staffing_form .staffing__title,
  .staffing_form .staffing__descript,
  .staffing_form .staffing__right {
    display: none;
  }
  .staffing__content {
    max-height: unset;
  }
  .staffing__form {
    margin: 0;
    padding-bottom: 0;
  }
  .staffing__right {
    margin-top: 0;
  }
  .staffing {
    padding-top: 50px;
  }
  .staffing__swiper-num::before {
    left: 21vw;
  }
  .staffing__text {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .staffing__content {
    margin-top: 0;
  }
  .staffing_form {
    padding: 0;
  }
  .staffing__swiper-num::before {
    left: 15vw;
  }
  .staffing__title {
    font-size: calc(0.0546875 * 100vw);
  }
}
@media screen and (max-width: 992px) {
  .staffing__title {
    font-size: 100px;
  }
  .staffing__descript {
    font-size: 30px;
  }
  .staffing {
    padding: 0;
  }
  .staffing__content {
    width: 50%;
    padding-right: 15px;
  }
  .staffing_form .staffing__content {
    width: 100%;
    margin-top: 20px;
    margin-top: 40px;
    height: unset;
  }
  .staffing__swiper-num::before {
    left: 7%;
  }
  .staffing__swiper-num::after {
    width: 7%;
  }
  .form__button {
    font-size: 20px;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .sub-block {
    margin-top: 30px;
    height: 380px;
  }
  .staffing__title {
    font-size: 70px;
  }
  .staffing__descript {
    font-size: 20px !important;
  }
  .staffing {
    padding-top: 60px;
    position: relative;
  }
  .staffing__right {
    position: absolute;
    width: 50%;
    right: 20px;
  }
  .staffing__content {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    z-index: 2;
  }
  .staffing__content p {
    font-size: 15px;
  }
  .staffing__swiper-num {
    position: absolute;
    top: -30px;
    font-size: 30px;
    margin: 0;
  }
  .staffing__swiper-num::before {
    bottom: 0px;
    height: 110px;
  }
  .staffing__swiper-num::after {
    display: none;
  }
  .staffing__swiper {
    padding-top: 100px;
    position: relative;
  }
  .staffing__img {
    position: absolute;
    right: -20px;
    top: 230px;
    width: 250px;
    height: 300px;
  }
  .staffing__img img {
    width: 132px;
    position: absolute;
    right: 0;
    top: -200px;
  }
  .staffing__right {
    position: relative;
    width: 40%;
  }
  .staffing__right-title {
    position: absolute;
    left: -150%;
    top: 120px;
  }
  .staffing_form {
    padding: 0;
    margin-top: -20px;
  }
  .staffing_form .staffing__content {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .staffing__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .staffing__form input {
    width: 100%;
    font-size: 16px;
  }
  .staffing__form input::-moz-placeholder {
    font-size: 16px;
  }
  .staffing__form input::placeholder {
    font-size: 16px;
  }
  .form__button {
    font-size: 13px;
    padding: 20px;
    height: unset;
    width: unset;
  }
}
@media screen and (max-width: 430px) {
  .staffing__right {
    position: absolute;
    opacity: 0.3;
  }
  .staffing__content {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .staffing__content .sub-block {
    height: auto;
    margin-top: 0px;
    display: flex;
  }
  .staffing__content .staffing__swiper-num {
    display: none;
  }
  .staffing__title {
    font-size: 60px;
  }
  .staffing__descript {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .staffing__text {
    margin: 10px 0px;
  }
  .staffing__right {
    right: -10px;
  }
}
.teams {
  flex-direction: row;
}
.teams__content {
  width: 45%;
  display: flex;
  flex-direction: column;
}
.teams__content-down {
  font-size: calc(0.0145833333 * 100vw);
}
.teams__content-down b {
  display: block;
  font-weight: bold;
  color: #497EC0;
  margin-bottom: calc(0.0036458333 * 100vw);
}
.teams__content-row {
  display: flex;
  flex-direction: column;
}
.teams__scroll-wrapper {
  width: 55%;
  max-width: calc(0.5208333333 * 100vw);
}
.teams__list {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: calc(0.0338541667 * 100vw);
  padding-bottom: 120px;
  padding-right: 56px;
  gap: 10px;
  box-sizing: border-box;
}
.teams__item {
  width: calc(0.1630208333 * 100vw);
  height: calc(0.078125 * 100vw);
  position: relative;
  border-radius: calc(0.0130208333 * 100vw);
  background: #FFF;
  box-shadow: 0px calc(0.015625 * 100vw) calc(0.0192708333 * 100vw) 0px rgba(138, 80, 230, 0.06);
  margin-left: calc(0.0520833333 * 100vw);
  padding: calc(0.0114583333 * 100vw) calc(0.015625 * 100vw) calc(0.0130208333 * 100vw) calc(0.046875 * 100vw);
}
.teams__item:hover {
  cursor: pointer;
}
.teams__item:hover .teams__item-photo {
  border-color: #497EC0;
}
.teams__item-photo {
  width: calc(0.0822916667 * 100vw);
  height: calc(0.0822916667 * 100vw);
  border-radius: 50%;
  overflow: hidden;
  border: calc(0.0067708333 * 100vw) solid #fff;
  position: absolute;
  left: calc(-0.0416666667 * 100vw);
  top: calc(-0.0416666667 * 100vw);
  transition: all ease-in-out 0.15s;
}
.teams__item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teams__about {
  height: 100%;
  max-height: 35vh;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
  touch-action: pan-y;
}
.teams__about p {
  margin: 0;
}
.teams__title {
  font-size: calc(0.0651041667 * 100vw);
}
.teams__descript {
  margin-left: calc(0.203125 * 100vw);
  margin-top: calc(-0.0338541667 * 100vw);
}
.teams__text {
  font-size: calc(0.0104166667 * 100vw);
  width: 100%;
  max-width: calc(0.25 * 100vw);
  margin-top: calc(0.0260416667 * 100vw);
  margin-bottom: calc(0.0182291667 * 100vw);
  line-height: 1.3;
}
.teams__text b {
  font-weight: bold;
}
.teams__swiper .teams__item p {
  font-size: 18px;
}
.teams__swiper .teams__item ul li {
  font-size: 18px;
}

@media screen and (max-height: 960px) {
  .teams__content-block {
    padding-bottom: 20px;
  }
  .teams__item {
    width: 313px;
    height: 145px;
    padding: 20px;
    padding-left: 85px;
  }
  .teams__item-photo {
    width: 120px;
    height: 120px;
    left: -40px;
    top: -40px;
  }
  .teams__title {
    font-size: 96px !important;
  }
}
@media screen and (max-height: 920px) {
  .teams__item {
    margin-left: 0;
  }
}
@media screen and (max-height: 840px) {
  .teams__content-row {
    flex-direction: row;
  }
  .teams__content-down {
    margin-top: 0;
    margin-left: 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1720px) {
  .teams__title {
    font-size: 120px;
  }
  .teams__item {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1600px) {
  .teams__title {
    font-size: calc(0.0651041667 * 100vw);
  }
  .teams__descript {
    margin-left: 230px;
    margin-top: -50px;
    text-align: center;
  }
  .teams__content {
    width: 526px;
  }
  .teams__item-photo {
    width: 100px;
    height: 100px;
    border: 7px solid #fff;
    left: -40px;
    top: -40px;
  }
  .teams__item {
    padding-left: 60px;
    padding-top: 10px;
    margin-left: 0;
    margin-right: 50px;
    height: 120px;
  }
  .teams__item p {
    margin: 10px 0;
  }
}
@media screen and (max-width: 1600px) and (max-height: 780px) {
  .teams__slide .teams__item-photo {
    width: 150px;
    height: 150px;
    left: -50px;
    top: -50px;
  }
  .teams__slide .teams__name {
    font-size: 40px;
  }
  .teams__slide .teams__post {
    margin-top: 0;
    font-size: 28px;
  }
  .teams__swiper .teams__item p {
    font-size: 18px;
  }
  .teams__swiper .teams__item {
    padding: 40px 110px;
  }
  .teams__swiper .swiper__nav {
    bottom: 10px;
  }
}
@media screen and (max-width: 1485px) {
  .teams__item {
    margin-left: 0;
    width: 200px;
  }
  .teams__item:nth-child(2n) {
    margin-right: 0;
  }
  .teams__slide .teams__name {
    font-size: 26px;
  }
  .teams__slide .teams__post {
    font-size: 16px;
  }
  .teams__slide .teams__item-photo {
    width: 106px;
    height: 106px;
    left: 20px;
    top: -60px;
  }
  .teams__swiper {
    height: calc(100vh - 30px);
    max-height: calc(100vh - 30px);
    overflow-y: scroll;
    padding-bottom: 0;
  }
  .teams__swiper .teams__item {
    padding: 60px 20px;
    font-size: 15px;
  }
  .teams__swiper .teams__item p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1240px) {
  .teams__title {
    font-size: 70px !important;
  }
  .teams__descript {
    text-align: left;
  }
  .teams__content-block {
    width: 400px;
  }
  .teams__list {
    gap: 50px;
  }
  .teams__item {
    margin-left: 0;
    min-width: auto;
    height: 80px;
    width: 200px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .teams__list {
    padding-right: 0;
    justify-items: end;
  }
  .teams__about {
    padding-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .teams {
    flex-direction: column;
    padding-top: 60px;
  }
  .teams__content {
    width: 100%;
  }
  .teams__content-row {
    flex-direction: row;
    align-items: center;
  }
  .teams__content-down {
    margin: 0;
    margin-left: 0px;
  }
  .teams__item {
    min-width: 256px;
    padding-top: 30px;
  }
  .teams__item:nth-child(2n) {
    margin-right: 50px;
  }
  .teams__text {
    max-width: 100%;
  }
  .teams__slide {
    padding: 0 20px;
  }
  .teams__swiper .teams__item {
    padding: 60px 20px;
    font-size: 15px;
  }
  .teams__swiper .teams__item p {
    font-size: 15px;
  }
  .teams__slide .teams__item-photo {
    width: 106px;
    height: 106px;
    left: 20px;
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .teams {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
  }
  .teams__title {
    font-size: 60px;
  }
  .teams__descript {
    font-size: 40px;
    margin-left: 130px;
    margin-top: -38px;
    margin-bottom: 0;
  }
  .teams__text {
    font-size: 16px;
  }
  .teams__content-down {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 22px;
  }
  .teams__item {
    width: 253px;
    height: 117px;
    position: relative;
    transform: unset;
  }
  .teams__item b {
    font-size: 17px;
  }
  .teams__item p {
    font-size: 17px;
  }
  .teams__scroll-wrapper {
    position: relative;
    width: calc(100vw - 20px);
    max-width: 100%;
  }
  .teams__scroll-wrapper::before {
    content: "";
    z-index: 1;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 1px;
    border-bottom: 1px solid rgb(73, 126, 192);
  }
  .teams__list {
    display: flex;
    align-items: flex-end;
    gap: 50px;
    height: 100%;
    padding-left: 40px;
    padding-bottom: 30px;
    padding-top: 67px;
    overflow-y: hidden;
    margin-top: 0;
    margin-bottom: 0;
    overflow-x: auto;
  }
  .teams__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 430px) {
  .teams__content-down {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .teams__descript {
    margin-left: auto;
    margin-bottom: 0;
  }
  .teams__title {
    margin-top: 30px;
    font-size: 60px !important;
  }
  .teams__descript {
    margin-top: -15px;
  }
  .teams__swiper {
    overflow: auto;
    max-height: 100vh;
  }
}
.reviews {
  padding-left: calc(0.0442708333 * 100vw);
  padding-bottom: calc(0.0729166667 * 100vw);
  position: relative;
}
.reviews__title {
  font-size: calc(0.0729166667 * 100vw);
  letter-spacing: 3px;
}
.reviews .swiper__nav {
  left: 0;
  width: 75%;
  bottom: calc(0.0291666667 * 100vw);
}
.reviews__swiper {
  overflow: unset;
  width: 100%;
  max-width: calc(0.6770833333 * 100vw);
  margin: auto 0 auto calc(0.0260416667 * 100vw);
  padding-top: calc(0.0416666667 * 100vw);
}
.reviews .swiper-slide {
  transform: scale(0.7);
  opacity: 0.2;
}
.reviews .swiper-slide.swiper-slide-active, .reviews .swiper-slide.swiper-slide-next {
  transform: scale(1);
  opacity: 1;
  margin: 0;
  z-index: 1;
}
.reviews__descript {
  margin-top: calc(-0.0244791667 * 100vw);
  margin-left: calc(0.1380208333 * 100vw);
  letter-spacing: 0.5px;
}
.reviews__slide {
  border-radius: calc(0.0130208333 * 100vw);
  background: #FFF;
  box-shadow: 0px calc(0.015625 * 100vw) calc(0.0192708333 * 100vw) 0px rgba(138, 80, 230, 0.06);
  max-width: calc(0.296875 * 100vw);
  height: 100%;
  width: 100%;
  padding: calc(0.0296875 * 100vw) calc(0.0244791667 * 100vw);
  overflow: unset;
  position: relative;
  display: flex;
  flex-direction: column;
}
.reviews__slide-case {
  font-size: calc(0.009375 * 100vw);
}
.reviews__slide-link {
  color: #497EC0;
}
.reviews__slide-text {
  font-size: calc(0.009375 * 100vw);
}
.reviews__slide .teams__item-photo {
  top: calc(-0.0411458333 * 100vw);
  left: calc(-0.0411458333 * 100vw);
}
.reviews__slide-screen {
  width: calc(0.04375 * 100vw);
  height: calc(0.059375 * 100vw);
  border: 1px solid #497EC0;
  border-radius: calc(0.0046875 * 100vw);
}
.reviews__slide-screen img {
  width: calc(0.04375 * 100vw);
  position: relative;
  top: calc(0.0041666667 * 100vw);
  left: calc(0.0036458333 * 100vw);
  box-shadow: 0px calc(0.015625 * 100vw) calc(0.0192708333 * 100vw) 0px rgba(138, 80, 230, 0.06);
  border-radius: calc(0.0046875 * 100vw);
  transition: all ease-in-out 0.25s;
}
.reviews__slide-screen:hover {
  cursor: pointer;
}
.reviews__slide-screen:hover img {
  top: 0;
  left: 0;
}
.reviews__slide-down {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.reviews__slide-down b {
  font-size: calc(0.009375 * 100vw);
}

.screen-active {
  z-index: 5 !important;
}
.screen-active .reviews__slide-screen img {
  position: fixed;
  border-radius: calc(0.015625 * 100vw);
  top: -50%;
  max-height: 90vh;
  width: auto;
}
.screen-active .screen_right img {
  left: 70%;
}
.screen-active .screen_left img {
  left: -100%;
}

@media screen and (min-width: 1601px) {
  .reviews__swiper .swiper-slide {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1600px) {
  .reviews__swiper .swiper-slide {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .reviews .swiper__nav {
    position: relative;
  }
  .reviews__slide {
    max-width: 400px;
    gap: 5px;
  }
  .reviews__descript {
    margin-bottom: 30px;
  }
  .reviews__slide-down {
    flex-direction: row;
    text-align: left;
  }
  .reviews__swiper .swiper__nav {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .screen-active .reviews__slide-screen img {
    max-height: 80vh;
  }
  .screen-active .reviews__slide-screen img {
    bottom: 0;
    top: unset;
  }
  .reviews__title {
    font-size: calc(0.0651041667 * 100vw);
  }
  .reviews__swiper {
    max-height: 400px;
    margin-top: 0;
  }
  .reviews__swiper .swiper-wrapper {
    margin-bottom: 15px;
  }
}
@media screen and (max-height: 1080px) and (min-width: 1241px) {
  .reviews__slide {
    padding: 20px 45px;
    max-width: 500px;
  }
  .reviews .swiper__nav {
    bottom: 23px;
  }
  .reviews__title {
    font-size: 90px;
  }
  .reviews__descript {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .reviews__slide {
    margin-left: 30px;
  }
  .reviews {
    padding-bottom: 60px;
  }
  .reviews__slide {
    margin-left: 30px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 920px) {
  .reviews__slide {
    width: 100%;
    max-width: 100%;
    margin-left: 30px;
    margin-right: 120px;
  }
  .reviews__slide.swiper-slide-next {
    transform: scale(0.7);
    opacity: 0.2;
  }
  .reviews__swiper .swiper-slide {
    padding-right: 40px;
  }
  .screen-active .screen_left img,
  .screen-active .screen_right img {
    left: 50%;
    transform: translateX(-50%);
  }
  .reviews__swiper .swiper__nav {
    width: 100%;
  }
  .swiper__nav-buttons {
    display: none;
  }
  .reviews {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .reviews__slide .teams__item-photo {
    top: calc(-0.078125 * 100vw);
    left: calc(-0.078125 * 100vw);
  }
  .reviews__title {
    font-size: 80px;
  }
  .reviews__descript {
    font-size: 20px;
    margin-left: 100px;
    margin-top: -25px;
  }
  .reviews__slide {
    padding: 30px;
  }
  .reviews__slide-text, .reviews__slide-case {
    font-size: 13px;
  }
  .reviews__slide-down b {
    font-size: 12px;
  }
  .screen-active .reviews__slide-screen img {
    max-width: 100%;
  }
  .reviews__swiper {
    padding-left: 0;
  }
  .reviews__swiper .swiper__nav {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .reviews__slide .teams__item-photo {
    top: calc(-0.1041666667 * 100vw);
    left: calc(-0.1197916667 * 100vw);
  }
}
@media screen and (max-width: 450px) {
  .reviews__swiper {
    margin-left: 0;
    min-width: 100%;
  }
  .reviews__slide .teams__item-photo {
    top: calc(-0.1302083333 * 100vw);
    left: calc(-0.1458333333 * 100vw);
    scale: 0.7;
  }
  .reviews__title {
    font-size: 65px;
  }
  .reviews__descript {
    margin-left: auto;
  }
  .reviews__slide-screen {
    width: 54px;
    height: 72px;
  }
  .reviews__slide-screen img {
    height: 100%;
    width: 100%;
  }
  .screen-active img {
    width: auto;
    height: auto;
  }
}
@media screen and (max-height: 800px) {
  .reviews__slide-text, .reviews__slide-case {
    font-size: 16px;
    margin: 0;
  }
}
@media screen and (max-height: 760px) {
  .reviews__slide-text, .reviews__slide-case {
    font-size: 14px;
    margin: 0;
  }
}
.application {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: calc(0.15 * 100vw);
}
.application__title {
  font-size: calc(0.1885416667 * 100vw);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-right: calc(0.15 * 100vw);
  z-index: -1;
  line-height: 0.3;
  color: #fff;
  text-shadow: 0px calc(0.015625 * 100vw) calc(0.0192708333 * 100vw) rgba(138, 80, 230, 0.06);
}
.application__title span {
  font-size: 23vw;
}
.application__phone {
  color: rgb(31, 31, 31);
  font-size: calc(0.0552083333 * 100vw);
  margin-bottom: 3vh;
}
.application__phone span:first-child {
  color: #497EC0;
}
.application__mail {
  font-size: calc(0.0375 * 100vw);
  text-transform: uppercase;
  margin-bottom: 4vh;
}
.application__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.application__form-row {
  display: flex;
  justify-content: center;
  width: 100%;
}
.application__form-row input {
  width: 30%;
  max-width: calc(0.2395833333 * 100vw);
  margin: 3vh calc(0.0104166667 * 100vw);
  font-size: 18px;
}
.application__form label {
  margin: 0;
}
.application__form label p {
  max-width: 100%;
  position: relative;
}
.application__form label p::before {
  top: -2px;
  left: -48px;
}
.application__form label p::after {
  left: -45px;
  top: 1px;
}
.application .form__button {
  margin-top: 40px;
  margin-bottom: calc(0.046875 * 100vw);
  padding: 1.302vw;
  font-weight: 400;
  min-height: calc(0.0520833333 * 100vw);
  text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
  .application {
    padding-right: 165px;
    padding-bottom: 5vh;
  }
  .application__title {
    font-size: 240px;
    padding-right: 150px;
  }
  .application__phone {
    margin-bottom: 2vh;
    font-size: 11vh;
  }
  .application__mail {
    margin-bottom: 3vh;
    font-size: 8vh;
  }
  .application__form-row input {
    margin: 2vh 15px;
  }
  .application__form label {
    margin: 2vh 0;
  }
  .application .form__button {
    margin: 2vh 0;
  }
}
@media screen and (max-width: 1240px) {
  input {
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
  }
  textarea {
    padding-left: 70px;
    line-height: 28px;
  }
  .input-file {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .application {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .application__phone {
    font-size: 70px;
    margin-bottom: 20px;
  }
  .application__mail {
    font-size: 50px;
  }
  .application {
    overflow-y: hidden;
    overflow-x: unset;
    padding-bottom: 140px;
  }
  .application__title {
    bottom: 0px;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .application__title {
    font-size: 100px;
    bottom: 0;
    position: absolute !important;
    margin: 0;
  }
  .application__title span {
    font-size: 130px;
  }
  .application__phone {
    font-size: 44px;
  }
  .application {
    padding-left: 0;
    padding-bottom: 80px;
  }
  .application__mail {
    font-size: 33px;
  }
  .application__form-row {
    flex-direction: column;
  }
  .application__form-row input {
    width: 100%;
    margin: 12px 0;
    max-width: 100%;
  }
  .application .form__button {
    border-radius: 9px;
  }
  .application__form-row {
    align-items: center;
    justify-content: center;
  }
  input {
    height: 71px;
    border-radius: 25px;
  }
  input::-moz-placeholder {
    font-size: 16px;
  }
  input::placeholder {
    font-size: 16px;
  }
  .input-file {
    height: 71px;
  }
  .staffing__form-label p {
    font-size: 16px;
  }
}
@media screen and (max-width: 440px) {
  .application {
    margin-left: -20px;
    width: 100vw;
    padding: 0 20px 50px;
    overflow: hidden;
  }
}
@media screen and (max-width: 430px) {
  .application .form__button {
    width: auto;
    height: auto;
    padding: 20px;
  }
}
@media screen and (max-width: 414px) {
  .application__phone {
    font-size: 30px;
  }
  .application__mail {
    font-size: 25px;
  }
}
.links {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  height: 100%;
  transition: all ease-in-out 0.3s;
  padding-bottom: calc(0.0520833333 * 100vw);
  overflow: hidden;
}
.links__modal .page__row {
  height: 100vh;
}
.links__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
  width: 50%;
}
.links .first__arbiter {
  margin-bottom: auto;
  margin-left: auto;
  margin-right: calc(0.3645833333 * 100vw);
  margin-top: calc(0.0520833333 * 100vw);
}
.links__item {
  font-size: min(69px, 5.625vh);
  font-weight: 400;
  letter-spacing: 4.83px;
  text-transform: uppercase;
  color: rgba(31, 31, 31, 0.4);
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  transition: all ease-in-out 0.15s;
}
.links__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: url(../img/icon/arrow.svg) no-repeat center 20px, linear-gradient(180deg, #477EC5 0, rgba(70, 128, 255, 0.08) 100%);
  background-size: 35px;
  box-shadow: 0 calc(0.0088541667 * 100vw) calc(0.0192708333 * 100vw) calc(-0.0104166667 * 100vw) #8A50E6;
  transform: rotate(-90deg);
  border: 2px solid #fff;
  opacity: 0;
}
.links__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: linear-gradient(180deg, #477EC5 0%, #0E4489 100%);
  top: 47px;
  left: 70px;
  transition: width ease-in-out 0.2s;
  opacity: 0;
}
.links__item:hover {
  color: #497EC0;
  padding-left: 180px;
}
.links__item:hover::before {
  opacity: 1;
}
.links__item:hover::after {
  width: 87px;
  opacity: 1;
}

@media screen and (max-width: 1240px) {
  .fixed-buttons {
    bottom: 20px;
    right: 20px;
  }
  .links__item {
    font-size: min(50px, 5.625vh);
  }
  .links__item::before {
    top: 8px;
  }
  .links__item::after {
    top: 35px;
  }
  .links .first__arbiter {
    margin-top: 0;
    margin-right: 500px;
  }
  .our-blog__list {
    margin-bottom: 20px;
  }
  .our-blog__list a {
    font-size: 27px;
  }
  .our-blog__title {
    margin-bottom: 20px;
  }
  .links__modal {
    z-index: 1000;
  }
}
@media screen and (max-width: 1024px) {
  .links .first__arbiter {
    margin-right: 300px;
  }
  .links__list {
    margin-left: 0;
  }
  .down-links {
    padding: 20px;
  }
  .our-blog__list {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .links .first__arbiter {
    margin-right: 0;
  }
  .links__list {
    margin: 20px 0;
  }
  .our-blog__list a {
    font-size: 23px;
    margin-left: 10px;
  }
  .our-blog__title {
    font-size: 25px;
  }
  .links__modal {
    flex-direction: column;
    overflow-x: hidden;
    max-height: 100vh;
  }
  .links__modal .fixed-buttons {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    align-items: flex-start;
    margin-top: auto;
  }
  .links__modal .down-links {
    position: relative;
    width: 100%;
    margin-top: auto;
  }
  .links__modal .links {
    padding-bottom: 0;
    height: unset;
  }
  .links__modal .page__row {
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  .links__modal .button__close {
    margin-left: auto;
  }
  .links__item {
    font-size: 38px;
  }
  .our-blog__title {
    font-size: 24px;
  }
  .our-blog__list a {
    font-size: 16px;
    margin-left: 20px;
  }
  .our-blog__list {
    padding: 10px;
  }
  .down-links {
    flex-direction: column;
    gap: 0px;
  }
  .down-links a {
    font-size: 16px;
    margin-top: 20px;
  }
  .links__item::before {
    top: 2px;
  }
  .links__item::after {
    top: 28px;
  }
}
@media screen and (max-width: 430px) {
  .links {
    overflow: unset;
  }
  .links__item {
    font-size: 38px;
  }
  .links__item:hover {
    padding-left: 110px;
  }
  .links__item:hover::after {
    width: 28px;
  }
  .down-links {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .links__item {
    font-size: 24px;
  }
  .links__item:hover {
    padding-left: 100px;
  }
  .links__item::before {
    top: 2px;
    width: 35px;
    height: 35px;
    background: url(../img/icon/arrow.svg) no-repeat center 12px, linear-gradient(180deg, #477EC5 0, rgba(70, 128, 255, 0.08) 100%);
    background-size: 15px;
  }
  .links__item:hover::after {
    width: 28px;
    top: 18px;
    left: 50px;
  }
}
.blog {
  width: 100%;
  padding: calc(0.1041666667 * 100vw) calc(0.15 * 100vw);
  margin: 0 auto;
}
.blog__title {
  color: #497EC0;
  font-size: calc(0.0145833333 * 100vw);
  text-transform: uppercase;
  font-weight: 700;
}
.blog__row {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.0208333333 * 100vw) calc(0.0052083333 * 100vw);
  margin: calc(0.0260416667 * 100vw) 0;
}
.blog__item {
  width: calc(25% - 0.0052083333 * 100vw);
  background: #fff;
  border-radius: calc(0.0041666667 * 100vw);
  padding: calc(0.00625 * 100vw);
  display: flex;
  flex-direction: column;
}
.blog__item_big {
  width: calc(50% - 0.0052083333 * 100vw);
}
.blog__item-img {
  position: relative;
  width: 100%;
  height: calc(0.1088541667 * 100vw);
  z-index: 1;
  border-radius: calc(0.0020833333 * 100vw);
  overflow: hidden;
}
.blog__item-marker {
  margin: calc(0.0125 * 100vw) 0;
  display: block;
  color: #497EC0;
  font-size: calc(0.009375 * 100vw);
}
.blog__item-title {
  font-size: calc(0.0114583333 * 100vw);
  text-transform: uppercase;
  margin-bottom: calc(0.0041666667 * 100vw);
}
.blog__item-title:hover {
  text-decoration: underline;
}
.blog__item-text {
  font-size: calc(0.009375 * 100vw);
}
.blog__item-text b {
  font-weight: bold;
  opacity: 0.8;
}
.blog__item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  color: rgba(51, 51, 51, 0.6);
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  padding: calc(0.0083333333 * 100vw) 0;
  font-size: calc(0.0078125 * 100vw);
}
.blog__item-views {
  display: flex;
  align-items: center;
}
.blog__item-views img {
  margin-right: calc(0.0041666667 * 100vw);
}

@media screen and (max-width: 992px) {
  .blog__item {
    width: calc(50% - 5px);
  }
  .blog__item_big {
    width: 100%;
  }
  .blog {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .blog__item {
    width: 100%;
  }
  .blog__row {
    gap: 28px 0;
    margin: 28px 0;
  }
}
.article {
  width: 100%;
  padding: calc(0.078125 * 100vw) calc(0.15 * 100vw);
  margin: 0 auto;
}
.article__title {
  font-size: calc(0.0166666667 * 100vw);
  text-transform: uppercase;
}
.article__img {
  width: 100%;
  margin: calc(0.015625 * 100vw) 0;
}
.article__img img {
  width: 100%;
}
.article__content {
  padding: calc(0.0260416667 * 100vw) calc(0.05625 * 100vw);
}
.article__subtitle {
  font-size: calc(0.0125 * 100vw);
}
.article__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.article__item {
  width: 45%;
  max-width: calc(0.2161458333 * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.article__item img {
  margin-right: calc(-0.05625 * 100vw);
  max-width: calc(0.328125 * 100vw);
}
.article__item_bigger {
  max-width: calc(0.2786458333 * 100vw);
}
.article__text {
  font-size: calc(0.009375 * 100vw);
  position: relative;
  margin: calc(0.0234375 * 100vw) 0;
}
.article__text b {
  font-weight: 700;
}
.article__text.quote::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: calc(-0.0104166667 * 100vw);
  top: 0;
  background: #497EC0;
}
.article__text_bigger {
  font-size: calc(0.0114583333 * 100vw);
}
.article__byscript {
  background: #fff;
  padding: calc(0.0208333333 * 100vw);
  border-radius: calc(0.0130208333 * 100vw);
  text-align: center;
  font-size: calc(0.0114583333 * 100vw);
  font-weight: 400;
  margin: calc(0.04375 * 100vw) 0;
  box-shadow: 0px calc(0.015625 * 100vw) calc(0.0192708333 * 100vw) 0px rgba(138, 80, 230, 0.06);
}
.article__byscript a {
  color: #355073;
}
.article__byscript a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1600px) {
  .article {
    padding: 165px;
  }
  .article__item img {
    max-width: 550px;
  }
}
@media screen and (max-width: 1400px) {
  .article__item img {
    max-width: 450px;
  }
}
@media screen and (max-width: 1240px) {
  .article {
    padding: 0px 40px 40px;
  }
}
@media screen and (max-width: 992px) {
  .article__content {
    padding: 20px 0;
  }
  .article {
    padding: 0px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .article__img {
    min-height: 187px;
    width: 100%;
    position: relative;
    border-radius: 33px;
    overflow: hidden;
  }
  .article__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .article__row {
    flex-direction: column;
  }
  .article__item {
    width: 100%;
    max-width: 100%;
  }
  .article__text {
    font-size: 18px;
    margin: 25px 0;
  }
  .article__text.quote {
    margin-left: 20px;
  }
  .article__item img {
    max-width: 100%;
    margin: 0;
  }
  .article__byscript {
    padding: 40px 10px;
    margin: 40px 0;
  }
  .article__byscript p {
    font-size: 16px;
  }
}
.policy__title {
  font-size: 56px;
}
.policy__text-wrapper p {
  font-size: 22px;
}
.policy__text-wrapper ul {
  padding-left: 30px;
}
.policy__text-wrapper li {
  font-size: 22px;
  display: list-item;
  list-style: disc;
  font-weight: 300;
}
.policy .portfolio__header {
  align-items: center;
}
.policy .portfolio__header-right {
  margin-right: 0;
}

@media screen and (max-width: 760px) {
  .policy__title {
    font-size: 24px;
  }
}
.form__input_type_name {
  background: #fff url(../img/icon/user.svg) no-repeat calc(0.0145833333 * 100vw) center;
}
.form__input_type_phone {
  background: #fff url(../img/icon/phone.svg) no-repeat calc(0.0145833333 * 100vw) center;
}
.form__input_type_email {
  background: #fff url(../img/icon/email.svg) no-repeat calc(0.0145833333 * 100vw) center;
}

@media screen and (max-width: 768px) {
  .form__input_type_name {
    background: #fff url(../img/icon/user.svg) no-repeat 20px center;
  }
  .form__input_type_phone {
    background: #fff url(../img/icon/phone.svg) no-repeat 20px center;
  }
  .form__input_type_email {
    background: #fff url(../img/icon/email.svg) no-repeat 20px center;
  }
}
.scrollbar_blue {
  scrollbar-width: thin;
  scrollbar-color: rgb(73, 126, 192) transparent;
}

.scrollbar_blue::-webkit-scrollbar {
  width: 1px;
  height: 8px;
}

.scrollbar_blue::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar_blue::-webkit-scrollbar-thumb {
  background-color: rgb(73, 126, 192);
  border-radius: 30px;
}

.scrollbar_hidden {
  scrollbar-width: none;
}

.scrollbar_hidden::-webkit-scrollbar {
  height: 0;
}

.scrollbar_hidden::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar_hidden::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.dark-none {
  display: block;
  transition: 0s;
}

.dark-block {
  display: none;
  transition: 0s;
}

body::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(0.2447916667 * 100vw);
  height: calc(0.2447916667 * 100vw);
  border-radius: 50%;
  background: #1B2231;
  filter: blur(30px);
  opacity: 0;
  left: calc(0.1302083333 * 100vw);
  top: calc(0.0208333333 * 100vw);
  z-index: -1;
}
body::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(0.2447916667 * 100vw);
  height: calc(0.2447916667 * 100vw);
  border-radius: 50%;
  background: #1B2231;
  filter: blur(30px);
  opacity: 0;
  right: calc(0.1822916667 * 100vw);
  bottom: calc(0.0208333333 * 100vw);
  z-index: -1;
}

body.dark {
  background: #1E1E1E;
  color: #fff;
  transition: all ease-in-out 0.25s;
}
body.dark .article__byscript {
  color: #000;
}
body.dark .article__byscript a {
  color: #355073;
}
body.dark .recommented__item {
  color: #000;
}
body.dark .blog__item-title {
  color: #000;
}
body.dark .blog__item-text {
  color: #000;
}
body.dark::before, body.dark::after {
  opacity: 0.5;
  transition: all ease-in-out 1.25s;
}
body.dark .modal {
  background: #1E1E1E;
}
body.dark .modal::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(0.2447916667 * 100vw);
  height: calc(0.2447916667 * 100vw);
  border-radius: 50%;
  background: #1B2231;
  filter: blur(30px);
  opacity: 0.5;
  left: calc(0.1302083333 * 100vw);
  top: calc(0.0208333333 * 100vw);
  z-index: -1;
}
body.dark .modal::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(0.2447916667 * 100vw);
  height: calc(0.2447916667 * 100vw);
  border-radius: 50%;
  background: #1B2231;
  filter: blur(30px);
  opacity: 0.5;
  right: calc(0.1822916667 * 100vw);
  bottom: calc(0.0208333333 * 100vw);
  z-index: -1;
}
body.dark .about__speech {
  color: #000000;
}
body.dark .about__map-item {
  color: #ffffff;
  opacity: 0.5;
}
body.dark .about__map-item.active {
  color: #477EC5;
  opacity: 1;
}
body.dark .about__works {
  color: #000000;
}
body.dark .links__modal {
  background: #1E1E1E;
}
body.dark .down-links a {
  opacity: 0.5;
}
body.dark .down-links a:hover {
  opacity: 1;
  color: #fff;
}
body.dark .links__item {
  opacity: 0.45;
}
body.dark .links__item:hover {
  opacity: 1;
}
body.dark .links__item::before {
  background: url(../img/icon/arrow.svg) no-repeat center calc(0.0104166667 * 100vw), linear-gradient(180deg, #477EC5 0, rgba(255, 255, 255, 0.8) 100%);
  background-size: calc(0.0182291667 * 100vw);
  filter: drop-shadow(0px 0px 5px #8A50E6);
}
body.dark .application__title::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(0.2447916667 * 100vw);
  height: calc(0.2447916667 * 100vw);
  border-radius: 50%;
  background: #1B2231;
  filter: blur(30px);
  opacity: 0.5;
  right: calc(0.1041666667 * 100vw);
  bottom: 0;
}
body.dark .application__title::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(0.2447916667 * 100vw);
  height: calc(0.2447916667 * 100vw);
  border-radius: 50%;
  background: #1B2231;
  filter: blur(30px);
  opacity: 0.5;
  left: calc(0.0520833333 * 100vw);
  bottom: calc(-0.015625 * 100vw);
}
body.dark .tabs__ps,
body.dark .tabs__button {
  color: #000;
}
body.dark .dark-none {
  display: none;
  transition: 0s;
}
body.dark .toggle-theme.active {
  border-radius: calc(0.0083333333 * 100vw);
  background: #272E34;
  box-shadow: calc(0.0041666667 * 100vw) calc(0.0041666667 * 100vw) calc(0.0083333333 * 100vw) calc(0.0015625 * 100vw) rgba(0, 0, 0, 0.5);
}
body.dark .dark-block {
  display: block;
  transition: 0s;
}
body.dark .first__subtitle span::before {
  background: linear-gradient(270deg, rgba(24, 251, 183, 0) 0%, rgba(71, 126, 197, 0.16) 100%);
}
body.dark a {
  color: #fff;
}
body.dark .header__logo svg path {
  fill: #fff;
}
body.dark .header__logo svg path.logo-blue {
  fill: #477EC5;
}
body.dark .arrow-button {
  border: none;
}
body.dark .first__title {
  color: #fff;
}
body.dark .about__info-title {
  color: #fff;
}
body.dark .about__info-descript {
  color: #fff;
}
body.dark .first__subtitle {
  color: #497EC0;
}
body.dark .first__item strong {
  color: #fff;
}
body.dark .first__item span {
  color: rgba(255, 255, 255, 0.5);
}
body.dark .about {
  color: #F5F5F5;
}
body.dark .about b {
  background: linear-gradient(180deg, #477EC5 0%, rgba(70, 128, 255, 0.08) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.dark .button-link {
  color: #497EC0;
}
body.dark .services__title,
body.dark .title {
  -webkit-text-stroke: 1px #fff;
  -moz-text-stroke: 1px #fff;
  -ms-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
body.dark .tabs__item {
  color: #fff;
  background: rgba(241, 241, 241, 0.06);
}
body.dark .navigation li.active {
  color: rgba(255, 255, 255, 0.56);
}
body.dark .tabs__marker {
  border: 1px solid rgba(242, 242, 242, 0.3);
}
body.dark .about__img::before {
  background: #2d2d2d;
}
body.dark .sphere__item {
  background: rgba(73, 126, 192, 0.1);
  color: #CCC;
}
body.dark .link-button {
  color: #497EC0;
}
body.dark .staffing__swiper-num {
  color: rgba(255, 255, 255, 0.2);
}
body.dark .teams__item {
  color: #000;
}
body.dark .reviews__slide {
  color: #000;
}
body.dark .tabs__reset {
  background: rgba(241, 241, 241, 0.06);
}
body.dark .dark__line {
  display: block;
}

.toggle-theme__checkbox:checked + span {
  transform: translateY(0);
  background: url(../img/icon/moon.svg) center/17px no-repeat #E9EAF0;
  box-shadow: calc(0.0041666667 * 100vw) calc(0.0041666667 * 100vw) calc(0.0083333333 * 100vw) 0px rgba(36, 39, 44, 0.07), calc(-0.0041666667 * 100vw) calc(-0.0041666667 * 100vw) calc(0.0083333333 * 100vw) 0px rgba(233, 234, 240, 0.07);
}

.toggle-theme {
  cursor: pointer;
}
.toggle-theme.active {
  background: #272E34;
}
.toggle-theme span {
  transition: all ease-in-out 0.35s;
}

.saleModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  color: black;
}
.saleModal__content {
  min-width: 380px;
  display: block;
  text-align: center;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.saleModal__content img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.saleModal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

input,
textarea {
  border: 2px solid transparent;
  transition: border 1s ease;
}

input.show-validation,
textarea.show-validation {
  border: 3px solid red;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}
.loader-wrapper .loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #497EC0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scroll-enable {
  overflow: auto;
  height: auto;
}
.scroll-enable .header {
  z-index: 100;
  position: absolute;
}
/*# sourceMappingURL=style.css.map */
